]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Check for line-beginning-position definition.
[gnu-emacs] / lisp / ChangeLog
1 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-print.el: Check for line-beginning-position definition.
4
5 * ps-print.el: Fix counting lines in a region.
6 (ps-print-version): New version number (5.1.5).
7 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8 (ps-printing-region): Fun code fix.
9
10 2000-04-15 Gerd Moellmann <gerd@gnu.org>
11
12 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13 to file-directory-p.
14
15 2000-04-14 Gerd Moellmann <gerd@gnu.org>
16
17 * gud.el (gud-jdb-build-source-files-list): Check that directory
18 exists before calling directory-files.
19
20 2000-04-13 Dave Love <fx@gnu.org>
21
22 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23 syntax.
24
25 * emacs-lisp/cl-specs.el: Remove when, unless.
26
27 * emacs-lisp/cl-extra.el: Don't quote keywords.
28 (cl-old-mapc): New variable.
29 (mapc): Use it.
30 (cl-map-intervals): Use with-current-buffer. Don't check for
31 next-property-change.
32 (cl-map-overlays): Use with-current-buffer.
33 (cl-expt): Remove.
34 (copy-tree, remprop): Define unconditionally.
35
36 * emacs-lisp/cl-compat.el (keywordp): Remove.
37
38 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
39 to use keywordp.
40 (edebug-spec): Enable keywordp.
41
42 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
43 string-lessp.
44
45 * cus-start.el: Use keywordp.
46
47 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
48
49 * diary-lib.el (include-other-diary-files): Fix the fix of
50 2000-02-18 by doing a save-excursion.
51
52 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
53
54 * ps-print.el: Customization fix, doc fix.
55 (ps-print-version): New version number (5.1.4).
56 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
57 (ps-print-preprint): Adjust code.
58 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
59 (ps-print-prologue-header, ps-print-control-characters)
60 (ps-spool-config): Customization fix.
61
62 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
63
64 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
65 converted to the new menu-item format, names silightly changed,
66 help strings added.
67
68 Support for spelling without async subprocesses:
69
70 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
71 (ispell-session-buffer): New variables.
72 (ispell-start-process, ispell-process-status,
73 ispell-accept-output, ispell-send-string): New functions, for
74 Ispell invocation when async subprocesses aren't supported.
75 (ispell-word, ispell-pdict-save, ispell-command-loop,
76 ispell-process-line, ispell-buffer-local-parsing): Replace calls
77 to process-send-string with calls to ispell-send-string, and
78 accept-process-output with ispell-accept-output.
79 (ispell-init-process): Call ispell-process-status instead of
80 process-status with.
81 (ispell-init-process): Call ispell-start-process. Call
82 ispell-accept-output and ispell-send-string. Don't call
83 process-kill-without-query and kill-process if they are unbound.
84 (ispell-async-processp): New function.
85
86 2000-04-12 Dave Love <fx@gnu.org>
87
88 * info.el: Add debug-ignored-errors.
89 (Info-mode-menu): Add some items.
90 (Info-directory): Add autoload cookie.
91
92 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
93 Modify `truncate-lines'. Make `describe-language-environment'
94 always visible and add help. Modify `describe-key' help. Invoke
95 Info-directory from `info'. New entry `emacs-manual'.
96
97 2000-04-10 Gerd Moellmann <gerd@gnu.org>
98
99 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
100 propertized-buffer-identification.
101 (ebrowse-update-member-buffer-mode-line): Likewise.
102 (ebrowse--mode-strings): Removed.
103 (ebrowse--mode-line-props): Removed.
104
105 * files.el (auto-mode-alist): Add `EBROWSE'.
106
107 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
108 space before testing for end of buffer.
109 (ebrowse-load): Removed.
110 (ebrowse-revert-tree-buffer-from-file): Rewritten.
111 (ebrowse-create-tree-buffer): Rewritten.
112 (ebrowse-tree-mode): Read tree from buffer.
113
114 * progmodes/ebrowse-ffh.el: Removed.
115
116 2000-04-10 Kenichi Handa <handa@etl.go.jp>
117
118 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
119
120 2000-04-10 Gerd Moellmann <gerd@gnu.org>
121
122 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
123 at the wrong place.
124
125 2000-04-09 Gerd Moellmann <gerd@gnu.org>
126
127 * progmodes/ebrowse-ffh.el: New file.
128
129 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
130 to ebrowse-ffh.el.
131 (ebrowse-load): Add autoload.
132
133 * finder.el (finder-commentary): Add autoload cookie.
134
135 * mail/rfc2368.el: Correct author's email address.
136
137 * progmodes/ebrowse.el: New file.
138
139 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
140 item help string.
141 (easy-menu-do-add-item): Ditto.
142 (easy-menu-define): Extend doc string.
143
144 * jit-lock.el (with-buffer-unmodified): Use
145 restore-buffer-modified-p.
146 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
147 (jit-lock-function, jit-lock-stealth-fontify): Don't use
148 with-buffer-unmodified.
149
150 2000-04-08 Dave Love <fx@gnu.org>
151
152 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
153 unless, when.
154
155 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
156
157 * viper-util.el (viper-put-on-search-overlay): New subroutine.
158 (viper-flash-search-pattern): No operation when using Emacs
159 doesn't support face.
160 Use `viper-put-on-search-overlay'.
161
162 2000-04-04 Gerd Moellmann <gerd@gnu.org>
163
164 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
165 like C-r.
166
167 * progmodes/make-mode.el: Some doc fixes.
168 (makefile-mode-abbrev-table): New variable.
169 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
170 (makefile-font-lock-keywords): Fontify includes and conditionals.
171 (toplevel): Require `dabbrev' and `add-log' when compiling.
172
173 * replace.el (perform-replace): Don't move forward one char
174 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
175 to do that because it leaves point 1 position after the last
176 replacement, after everything has been replaced.
177
178 * jit-lock.el (with-buffer-unmodified): New macro.
179 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
180 modified state.
181 (jit-lock-function-1): Extracted from jit-lock-function; not
182 preserving buffer's modified state.
183 (jit-lock-function, jit-lock-stealth-fontify): Call
184 jit-lock-function-1.
185
186 * mail/rfc2368.el: Remove supernumerary copyright line.
187
188 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
189
190 * glasses.el: Provide facilities for inserting space before left
191 parentheses and uncapitalization of identifiers.
192 (glasses-mode): Try to remove old overlays in all cases.
193
194 2000-04-03 Gerd Moellmann <gerd@gnu.org>
195
196 * progmodes/compile.el (compile-internal): Display the compilation
197 buffer in a different frame, if it's already displayed there.
198
199 * mail/rfc2368.el: New file.
200
201 * simple.el (sendmail-user-agent-compose): Recognize a `body'
202 header and insert its value as mail body.
203
204 * subr.el (member-ignore-case): New function.
205
206 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
207 (dabbrev--find-expansion): Ignore buffers matching a regexp
208 from dabbrev-ignored-regexps.
209
210 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
211 to extensions handled by gzip.
212
213 2000-04-03 Richard M. Stallman <rms@gnu.org>
214
215 * files.el (insert-directory): List the total free space
216 along with the used space.
217
218 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
219 line is followed by one that matches CITATION-REGEXP, end the
220 paragraph.
221
222 2000-04-03 Markus Rost <rost@delysid.gnu.org>
223
224 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
225 (rmail-make-basic-summary-line): Use that option.
226
227 2000-04-03 Kenichi Handa <handa@etl.go.jp>
228
229 * international/mule-cmds.el (encoded-string-description):
230 Rewritten. Try pretty description for ISO 2022 escape sequences
231 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
232 for hexadecimal format.
233
234 2000-04-01 Dave Love <fx@gnu.org>
235
236 * cpp.el: Change customization group to `c' from `C'.
237
238 * vcursor.el (vcursor-move): Use display-color-p.
239
240 * international/mule-util.el: Provide mule-utils.
241 (string-to-sequence): Simplify and speed up.
242
243 * international/mule.el (make-coding-system): Purecopy doc-string.
244
245 * international/mule-cmds.el: Various menu changes.
246 (describe-specified-language-support): Handle `Default'.
247 (set-language-info): Purecopy `info'.
248
249 2000-03-31 Andrew Innes <andrewi@gnu.org>
250
251 * vc.el (vc-backend-diff): Return the correct status if we had to
252 retry the rcsdiff command without the --brief option.
253
254 2000-03-31 Dave Love <fx@gnu.org>
255
256 * help.el (help-manyarg-func-alist): Correct several omissions.
257
258 * add-log.el: Don't require cl, fortran.
259 (add-log-current-defun-function): Doc fix.
260 (change-log-version-number-regexp-list): Remove SCCS part. Doc
261 fix.
262 (change-log-version-rcs): Function deleted.
263 (change-log-version-number-search): Doc fix. Use
264 vc-workfile-version. Avoid CL dolist.
265 (add-change-log-entry): Just call add-log-current-defun to get
266 defun. Simplify somewhat.
267 (change-log-get-method-definition-1): Likewise.
268 (add-log-current-defun): Return nil if calling
269 add-log-current-defun-function does so. Move Fortran stuff to
270 fortran.el. Return string without properties.
271
272 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
273 and :alpha: char classes.
274
275 * mail/supercite.el: Defvar curline when compiling.
276 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
277 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
278 rather than a-zA-Z0-9 to allow non-ASCII characters.
279
280 2000-03-31 Gerd Moellmann <gerd@gnu.org>
281
282 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
283
284 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
285 Re-enable new code.
286
287 * lpr.el (print-region-1): Use -d to specify printer name for
288 systems `usg-unix-v*, `dgux', `hpux', `irix'.
289
290 2000-03-31 Dave Love <fx@gnu.org>
291
292 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
293 for function definition in symbol's function value slot first
294 instead of first consulting byte-compile-function-environment.
295
296 2000-03-31 Kenichi Handa <handa@etl.go.jp>
297
298 * language/european.el ("Polish"): New language environment.
299 (setup-polish-environment): New function.
300
301 2000-03-30 Gerd Moellmann <gerd@gnu.org>
302
303 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
304 Disable new code.
305
306 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
307 trying to `load' the symbol of an autoload instead of the file
308 recorded in the autoload. Fix error messages.
309
310 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
311
312 * ps-print.el: PostScript programming fix for ghostview, doc fix.
313 (ps-print-version): New version number (5.1.3).
314 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
315 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
316 (ps-generate-postscript-with-faces): Code fix.
317 (ps-color-values): XEmacs compatibility.
318 (ps-print-background-image, ps-print-background-text, ps-printer-name)
319 (ps-default-fg, ps-default-bg): Adjust customization.
320 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
321 (ps-color-scale): Renaming old ps-color-value fun.
322 (ps-print-headers): Replace ps-print-header group to avoid conflict
323 with ps-print-header variable.
324 (ps-print-miscellany): New group.
325 (ps-format-color, ps-rgb-color): New funs.
326 (ps-default-foreground): New var.
327 (ps-printer-name-option): New const.
328
329 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
330
331 * net/net-utils.el:
332 (network-connection-host, network-connection-service): New variables
333 (network-connection-mode): New mode, derived from comint-mode
334 (network-connection-mode-setup): New function, saves host and
335 service information in local variables.
336
337 * lisp/locate.el:
338 (locate-word-at-point): Added this function
339 (locate): Default to using locate-word-at-point as input
340 Run dired-mode-hook
341
342 2000-03-29 Dave Love <fx@gnu.org>
343
344 * calendar/appt.el: Doc fixes.
345 (appt-check): Convert min-to-app to a string before passing to
346 appt-disp-window-function or concat.
347 (appt-delete-window): Remove test for frame-root-window.
348 (appt-select-lowest-window, appt-convert-time): Simplify.
349
350 * emacs-lisp/bytecomp.el: Doc fixes.
351 (byte-compile-file-form-autoload): Update
352 byte-compile-function-environment.
353
354 2000-03-29 Andreas Schwab <schwab@suse.de>
355
356 * emacs-lisp/autoload.el: Also print defsubst doc string
357 specially.
358
359 * dired.el (dired-insert-directory): If dired-free-space-program
360 failed just delete its output.
361
362 2000-03-29 Dave Love <fx@gnu.org>
363
364 * international/iso-cvt.el: Move provide to end. Doc fixes.
365 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
366 (iso-iso2sgml, iso-sgml2iso): New functions.
367 (iso-cvt-define-menu): Fix some entries and use backquote for
368 clarity.
369
370 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
371
372 2000-03-28 Gerd Moellmann <gerd@gnu.org>
373
374 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
375 ISO-DATE. If non-nil, return date in ISO 8601 format.
376
377 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
378
379 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
380 if it ever becomes used.
381 (log-edit-mode-hook): Default to vc-log-mode-hook.
382 (log-edit-mode): Fix the docstring.
383
384 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
385 the code.
386
387 2000-03-26 Dave Love <fx@gnu.org>
388
389 * net/browse-url.el (browse-url): Re-fix case of
390 browse-url-browser-function being an alist.
391 (browse-url): Add :link to defgroup.
392
393 * files.el: Doc fixes.
394 (file-truename): Include `[' in wildcard characters.
395 (automount-dir-prefix): Customize.
396 (find-file-wildcards): Add :version.
397 (find-file-noselect): Simplify a mapcar call.
398
399 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
400 compatible with inf-lisp version.
401 (eval-defun-1): Fix custom-declare-variable case.
402
403 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
404
405 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
406
407 2000-03-24 Gerd Moellmann <gerd@gnu.org>
408
409 * Makefile (COMPILE_FIRST): New macro.
410 (compile-files): Compile files from COMPILE_FIRST first.
411
412 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
413 code.
414
415 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
416 matching open parenthesis in column 0 to defun-prompt-regexp
417 only if open-paren-in-column-0-is-defun-start is set.
418
419 * sun-curs.el: Require CL at compile-time only.
420
421 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
422 instead of copy-list which is a function from CL.
423 (msb--choose-menu, msb--mode-menu-cond)
424 (msb--create-buffer-menu-2): Use dolist instead of mapc.
425 (msb--init-file-alist): Use mapcar instead of mapcan.
426 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
427 `(' in column 0 in doc string.
428 (msb--add-separators): Use mapcar instead of mapcan.
429
430 * cus-dep.el: Require CL at compile-time only.
431
432 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
433
434 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
435 (byte-compile-warnings): New warning `noruntime'.
436 (byte-compile-constants, byte-compile-variables): Fix docstring.
437 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
438 execute `eval-whenc-compile's body.
439 (byte-compile-unresolved-functions): Fix docstring.
440 (byte-compile-eval): New function.
441 (byte-compile-callargs-warn): Check if the function will be available
442 at runtime (via property `byte-compile-noruntime').
443 (byte-compile-print-syms): New function.
444 (byte-compile-warn-about-unresolved-functions): Also warn about
445 `noruntime' functions (and use `byte-compile-print-syms').
446 (byte-compile-file): Capitalize the message.
447
448 2000-03-24 Gerd Moellmann <gerd@gnu.org>
449
450 * mail/rmail.el (rmail-confirm-expunge): New user-option.
451 (rmail-expunge): Ask for confirmation depending on the setting
452 of rmail-confirm-expunge.
453
454 2000-03-23 Gerd Moellmann <gerd@gnu.org>
455
456 * Makefile (bootstrap-clean): If $(emacs) exists, build
457 loaddefs.el first. A loaddefs.el that's not up-to-date might
458 cause a bootstrap failure because things don't autoload as
459 expected.
460
461 2000-03-23 Dave Love <fx@gnu.org>
462
463 * net/browse-url.el: Restore previous use of
464 browse-url-maybe-new-window.
465
466 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
467
468 * ps-print.el: Skip banner page fix.
469 (ps-print-version): New version number (5.1.2).
470 (ps-begin-file, ps-end-file, ps-generate): Code fix.
471
472 2000-03-23 Dave Pearson <davep@davep.org>
473
474 * net/quickurl.el Changed the type of parameter passed to the
475 function defined by `quickurl-format-function'. Before only the
476 text of the URL was passed. Now the whole URL structure is passed
477 and the function is responsible for extracting the parts it
478 requires. Changed the default of `quickurl-format-function'
479 accordingly.
480 (quickurl-insert): Changed the `funcall' of
481 `quickurl-format-function' to match the above change.
482 (quickurl-list-insert): Changed the `url' case so that it makes
483 use of `quickurl-format-function', previous to this the format was
484 hard wired.
485
486 2000-03-22 Gerd Moellmann <gerd@gnu.org>
487
488 * startup.el: Change some spellings for the X Window System.
489
490 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
491
492 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
493 up the code and the regexp and make sure the cursor is temporarily
494 moved to the suspicious line while querying the user.
495
496 2000-03-22 Jason Rumney <jasonr@gnu.org>
497
498 * w32-fns.el (w32-charset-info-alist): Initialize.
499
500 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
501
502 * ps-print.el: N-up last page fix.
503 (ps-print-version): New version number (5.1.1).
504 (ps-end-file, ps-end-job, ps-generate): Code fix.
505
506 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
507
508 * files.el (find-file-run-dired): Update docstring.
509 (find-directory-functions): New hook.
510 (find-file-noselect): Run find-directory-functions rather than
511 calling dired directly.
512
513 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
514
515 * pcvs.el: Add a minimal leading commentary.
516 (cvs-make-cvs-buffer): Change the header part by removing the startup
517 message and adding a `Module' entry. Also replace the FOOTER and
518 HEADER special fileinfos with the new support in ewoc for updating
519 its own footer and header.
520 (cvs-update-header): Update to use the header/footer of the ewoc.
521 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
522 (cvs-is-within-p): New function.
523 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
524 to only examine some subset of the buffers.
525
526 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
527 `format' instead of our own ad-hoc functions.
528 Remove HEADER and FOOTER cases, now handled in the EWOC.
529 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
530
531 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
532 output to avoid scaring the user.
533 (cvs-parse-table): Catch message for non-up-to-date commits.
534
535 * pcvs-defs.el (cvs-startup-message): Remove.
536 (cvs-global-menu): New autoloaded menu.
537
538 * pcvs-util.el (cvs-string-fill): Remove.
539
540 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
541 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
542 PP part of it and also make it work for footers and headers.
543 (ewoc-create): Drop POS and BUFFER arguments.
544 Use the DLL's dummy node to store the end-of-footer position.
545 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
546 (ewoc-refresh): Remove unused `header' variable.
547 (ewoc-(get|set)-hf): New functions.
548
549 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
550 log-view-*-(message|file) and use easy-mmode-define-navigation.
551 (log-view-message-re): Match SCCS format as well.
552 And match the revision line rather than the dashed separator line.
553 (log-view-mode): Use the new define-derived-mode.
554 (log-view-current-tag): Fill in with an actual implementation.
555
556 * cvs-status.el (cvs-status-(prev|next)): Rename from
557 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
558 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
559 to let the output "breathe" a little more (more readable).
560 (cvs-status-mode): Use the new define-derived-mode.
561
562 * smerge-mode.el (smerge-auto-leave): New function and variable.
563 (smerge-basic-map): Rename from smerge-basic-keymap.
564 Change the bindings for smerge-diff-*.
565 (smerge-*-map): Use easy-mmode-defmap.
566 (smerge-(next|prev)): Use easy-mmode-define-navigation.
567 (smerge-keep-*): Use smerge-auto-leave.
568
569 2000-03-21 Jason Rumney <jasonr@gnu.org>
570
571 * cus-edit.el (custom-button-face): Use 3D look for w32.
572 (custom-button-pressed-face): Likewise.
573
574 2000-03-21 Gerd Moellmann <gerd@gnu.org>
575
576 * progmodes/etags.el (tags-case-fold-search): New user-option.
577 (tags-loop-eval): New function. Bind case-fold-search around eval
578 depending on the value of tags-case-fold-search.
579 (tags-loop-continue): Use tags-loop-eval.
580 (find-tag-in-order): Bind case-fold-search depending on the value
581 of tags-case-fold-search.
582
583 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
584
585 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
586 (diff-end-of-hunk): Return the end position for use in
587 `easy-mmode-define-navigation'.
588 (diff-recenter): Remove.
589 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
590 of `easy-mmode-define-navigation'.
591 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
592 previous renaming) and fix to use new names.
593 (diff-merge-strings): Use \n as separator: simpler, faster.
594 (diff-mode): Use `define-derived-mode'.
595
596 * derived.el (define-derived-mode): Don't autoload anymore.
597 Prefer the macro-only version provided by easy-mmode.el.
598
599 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
600 `easy-mmode-define-derived-mode'.
601 Use `combine-run-hooks'.
602 (easy-mmode-define-navigation): New macro.
603
604 * subr.el (combine-run-hooks): New function.
605
606 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
607
608 * term/x-win.el: Fontsets related initialization is simplified.
609
610 * international/mule-diag.el (describe-font): Don't refer to
611 global-fontset-alist, instead call font-list.
612 (describe-fontset, list-fontsets, mule-diag): Likewise.
613 (print-fontset): Adjusted for the change of fontset
614 implementation.
615
616 * international/fontset.el (x-charset-registries): Variable
617 removed, instead the corresponding data is stored in the default
618 fontset.
619 (register-alternate-fontnames): Function removed.
620 (resolved-ascii-font): Variable removed.
621 (x-compose-font-name): Ignore the second argument REDOCE.
622 (x-complement-fontset-spec): Complement only an ASCII font and
623 element for those charsets than can use that ASCII font.
624 (generate-fontset-menu): Don't refer to global-fontset-alist,
625 instead call fontset-list.
626 (uninstantiated-fontset-alist): Variable removed.
627 (x-style-funcs-alist): Likewise.
628 (fontset-default-styles): Likewise.
629 (x-modify-font-name): Function removed.
630 (create-fontset-from-fontset-spec): Ignore the argument
631 STYLE-VARIANT.
632 (create-fontset-from-ascii-font): Docsting adjusted for the above
633 change.
634 (instantiate-fontset, resolve-fontset-name): Functions removed.
635 (fontset-list): Now implemented by C code.
636
637 * faces.el (read-face-font): Fix TABLE arg to completing-read.
638 (describe-face): Include `font' attribute in the description.
639
640 2000-03-21 Kenichi Handa <handa@etl.go.jp>
641
642 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
643
644 2000-03-20 Gerd Moellmann <gerd@gnu.org>
645
646 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
647 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
648 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
649
650 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
651 about behavior of set-buffer-modified-p wrt redisplay.
652
653 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
654
655 * view.el (view-mode-disable): Kill local binding of view-read-only.
656
657 2000-03-18 Gerd Moellmann <gerd@gnu.org>
658
659 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
660 is a string, convert it to a syntax cell using string-to-syntax.
661
662 * simple.el (syntax-code-table, syntax-flag-table): New variables.
663 (string-to-syntax): New function.
664
665 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
666 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
667 try to use passive ftp mode.
668
669 2000-03-17 Gerd Moellmann <gerd@gnu.org>
670
671 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
672
673 * simple.el (append-to-buffer): Update point of windows after
674 insertion.
675
676 * abbrev.el (inverse-add-abbrev): Identify word by first moving
677 forward then moving backward. Reindent.
678
679 * frame.el (other-frame): Call x-focus-frame only if
680 focus-follows-mouse is off.
681
682 2000-03-17 Dave Love <fx@gnu.org>
683
684 * pcvs-util.el (cvs-strings->string): Rename
685 replace-regexps-in-string.
686
687 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
688
689 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
690 regexp for labels cannot span several lines.
691
692 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
693 `(setq :<key> ':<key>)' to the macro expansion.
694
695 2000-03-16 Dave Love <fx@gnu.org>
696
697 * progmodes/f90.el (f90): Put custom group under `languages', not
698 `fortran'.
699 (f90-mode-hook): Customize.
700 (f90-mode): Set add-log-current-defun-function.
701 (f90-current-defun): New function.
702
703 2000-03-16 Gerd Moellmann <gerd@gnu.org>
704
705 * cus-edit.el (custom-variable-tag-face): Handle case that
706 default face's height is not a number.
707 (custom-face-tag-face, custom-group-tag-face-1)
708 (custom-group-tag-face): Ditto.
709 (custom-group-tag-face-1): Add :group.
710
711 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
712
713 2000-03-15 Gerd Moellmann <gerd@gnu.org>
714
715 * pcvs-defs.el (toplevel): Remove autoload cookie for form
716 requiring easymenu.
717
718 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
719
720 * ps-print.el: PostScript user-defined prologue, PostScript error
721 handler, doc fix.
722 (ps-print-version): New version number (5.1).
723 (ps-user-defined-prologue, ps-error-handler-message)
724 (ps-print-prologue-0, ps-error-handler-alist): New vars.
725 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
726 (ps-insert-string): New function.
727
728 2000-03-15 Kenichi Handa <handa@etl.go.jp>
729
730 * international/ccl.el (ccl-compile-expression): Don't generate
731 invalid self-assignment code.
732
733 2000-03-14 Dave Love <fx@gnu.org>
734
735 * subr.el (replace-regexp-in-string): Renamed from
736 replace-regexps-in-string. Doc fix.
737
738 2000-03-12 Dave Love <fx@gnu.org>
739
740 * cus-edit.el: Doc fixes.
741 (customize-set-variable, customize-save-variable): Rename args for
742 doc.
743 (custom-variable-tag-face, custom-face-tag-face)
744 (custom-group-tag-face-1, custom-group-tag-face): Modify from
745 style which user identify as hyperlink.
746 (hook): Don't add undefined functions to the hook.
747 (debug-ignored-errors): Transfer message from bindings.el.
748
749 2000-03-12 Gerd Moellmann <gerd@gnu.org>
750
751 * recentf.el (recentf-keep-non-readable-files-p): Remove
752 double/nested definition.
753
754 2000-03-12 Dave Love <fx@gnu.org>
755
756 * facemenu.el (facemenu-get-face): Use display-color-p.
757 * enriched.el (enriched-decode-foreground): Likewise.
758 (enriched-decode-background): Likewise.
759 * isearch.el (isearch-highlight): Likewise.
760 * info-look.el (info-lookup): Likewise.
761 * simple.el (completion-setup-function): Likewise.
762
763 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
764 :options.
765
766 * bindings.el (mode-line-format): Fix line-number and
767 column-number items. Add help-echo for the background.
768 (mode-line-mule-info): Modify help-echo.
769
770 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
771 defcustom.
772
773 * files.el (load-file): Allow completion to .elc.
774
775 * man.el: Doc fixes.
776 (Man-init-defvars): Use display-color-p to set fontification.
777
778 * play/hanoi.el (hanoi-internal): Don't use oddp.
779
780 2000-03-12 Gerd Moellmann <gerd@gnu.org>
781
782 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
783
784 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
785
786 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
787
788 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
789 Fix comment.
790
791 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
792
793 * font-lock.el (font-lock-keywords): Fix the doc now that
794 regexp-opt-depth is unnecessary.
795 (save-buffer-state): Set an edebug spec.
796 (font-lock-fontify-anchored-keywords): Properly handle the case when
797 the matcher goes past the limit.
798
799 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
800 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
801
802 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
803 dll.el and cookie.el (from Elib) with heavy renaming and other
804 massaging.
805
806 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
807 Autoload the functions used.
808 (easy-mmode-define-syntax): Fix CL typo.
809 (easy-mmode-define-derived-mode): Improve the docstring generation.
810
811 2000-03-10 Gerd Moellmann <gerd@gnu.org>
812
813 * textmodes/texinfo.el (texinfo-version): Variable and function
814 removed.
815
816 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
817
818 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
819 allow more flexibility.
820 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
821 fns.
822 (easy-mmode-defmap, easy-mmode-defsyntax)
823 (easy-mmode-define-derived-mode): New macros.
824
825 2000-03-09 Didier Verna <didier@xemacs.org>
826
827 * rect.el (replace-rectangle): New function.
828
829 2000-03-09 Dave Love <fx@gnu.org>
830
831 * progmodes/fortran.el (fortran-comment-line-start): Define as
832 "C".
833 (fortran-comment-line-start-skip): Don't match cpp stuff.
834 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
835 (fortran-mode-map): Remove over-eager custom-menu-create for now.
836 (fortran-mode): Don't set fortran-comment-line-start-skip,
837 fortran-comment-line-start here. Set comment-start,
838 add-log-current-defun.
839 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
840 (fortran-current-defun): New function.
841
842 2000-03-09 Gerd Moellmann <gerd@gnu.org>
843
844 * emacs-lisp/re-builder.el: New file.
845
846 * mouse.el (mouse-drag-region): Don't run up-event handler
847 if hscroll has changed.
848
849 * octave-mod.el (octave-font-lock-keywords): To font-lock the
850 builtin operators, use `font-lock-builtin-face' for Emacs and
851 `font-lock-preprocessor-face' otherwise.
852
853 * font-lock.el (lisp-font-lock-keywords-1): Highlight
854 `(defun (setf foo)' differently.
855
856 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
857
858 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
859 (regexp-opt): Update comment and adapt the code the new meaning of
860 the `paren' argument of regex-opt-group for shy-groups.
861 (regexp-opt-depth): Handle shy groups as well as backslashed
862 backslashes.
863 (regexp-opt-group): Turn the leading comment into a docstring.
864 Allow `paren' to be a string (the string to use to open a group).
865 Remove open-presuf and close-presuf. Instead of checking for `all
866 one-char' and then later on check for `several one-char', handle
867 both cases close together. Also apply a more generic algorithm
868 for suffixes (the mirror image of the algorithm used for
869 prefixes). Use shy-groups. Use nreverse rather than reverse.
870 (regexp-opt-try-suffix): Removed.
871
872 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
873 from comint-mode-map, so we can just inherit from it. Also, move
874 the initialization into the `defvar' since there's no docstring
875 anyway and it's fairly short.
876 (inferior-scheme-mode): Define it as derived-mode: the code is
877 shorter and this way we inherit from comint-mode-map rather than
878 copying it.
879
880 * subr.el (replace-regexps-in-string): Properly handle the case
881 where we match an empty string.
882
883 * comint.el (comint-exec-1): Add the current-dir to the exec-path
884 when the command has a directory component (such as "./testml").
885 Also fix a typo in the comment.
886
887 2000-03-08 Gerd Moellmann <gerd@gnu.org>
888
889 * Makefile (compile-files): Compile files one by one because
890 that's the only way to ensure a clean compilation environment for
891 each individual file.
892
893 * frame.el (other-frame): Call x-focus-frame.
894
895 2000-03-07 Dave Love <fx@gnu.org>
896
897 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
898 :require to defcustom.
899
900 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
901 lists.
902
903 * files.el (auto-mode-alist): Add configure.in.
904
905 * progmodes/autoconf.el: New file.
906
907 2000-03-07 Gerd Moellmann <gerd@gnu.org>
908
909 * mail/mh-e.el: Change maintainer to `none'.
910
911 * recentf.el (recentf-keep-non-readable-files-p): Quote args
912 to remove-hook and add-hook.
913
914 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
915
916 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
917 it as the default.
918 (mail-send): Test mail-send-nonascii also for the new `mime' value.
919 (sendmail-send-it): Conditionally add MIME headers specifying the
920 used character set.
921
922 2000-03-07 Dave Love <fx@gnu.org>
923
924 * winner.el: Fix keywords, autoload cookies. Split
925 eval-when-compile form to avoid compilation failure.
926
927 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
928
929 * international/mule.el: Modify comment about coding system
930 property `coding-category'.
931 (make-coding-system): New argument EOL-TYPE. Pay attention to
932 coding-category property of PROPERTIES.
933
934 * international/mule-conf.el (coding-category-utf-8,
935 coding-category-utf-16-be, coding-category-utf-16-le): New coding
936 categories. Include them in the argument for set-coding-priority.
937
938 * international/mule-cmds.el (reset-language-environment): Include
939 coding-category-utf-8, coding-category-utf-16-be, and
940 coding-category-utf-16-le in the argument for set-coding-priority.
941 (reset-language-environment): Initialize coding-category-utf-8,
942 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
943
944 2000-03-06 Karl Fogel <kfogel@red-bean.com>
945
946 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
947 code abstracted out of `bookmark-jump-noselect'. Now tries info
948 extensions as well as compression extensions.
949 (bookmark-jump-noselect): Use above new func.
950
951 2000-03-03 Gerd Moellmann <gerd@gnu.org>
952
953 * strokes.el: Change maintainer's mail address.
954
955 2000-03-03 Kenichi Handa <handa@etl.go.jp>
956
957 * international/mule-diag.el (list-character-sets): Make help-echo
958 string by substitute-command-keys.
959 (list-character-sets): Likewise.
960 (sort-listed-character-sets): Call help-setup-xref.
961
962 2000-03-02 Gerd Moellmann <gerd@gnu.org>
963
964 * time.el (display-time-mail-file): Add `none' to the list of
965 choices.
966
967 2000-03-01 Dave Love <fx@gnu.org>
968
969 * help.el (help-xref-go-back): Don't try to set position.
970
971 * international/mule-diag.el (list-character-sets): Call
972 help-setup-xref. Add help-echo to xrefs.
973 (list-character-sets-1): Add help-echo to xrefs.
974
975 2000-03-02 Gerd Moellmann <gerd@gnu.org>
976
977 * frame.el (blink-cursor-mode): Switch cursor on when turning
978 the mode off.
979
980 * add-log.el (add-log-current-defun): Add support for
981 Autoconf mode.
982
983 * mail/rmail.el (rmail-quit-hook): New variable.
984
985 2000-03-01 Dave Love <fx@gnu.org>
986
987 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
988
989 * help.el (help-xref-button): Add help-echo arg.
990 (describe-function-1, describe-variable, help-make-xrefs): Use it.
991
992 * faces.el (list-faces-display): Supply help-echo with
993 help-make-xrefs.
994
995 * facemenu.el (list-text-properties-at): Set help-xref-stack to
996 nil.
997
998 2000-03-01 Gerd Moellmann <gerd@gnu.org>
999
1000 * image.el (defimage): Look for image files in load-path.
1001
1002 * frame.el (busy-cursor-delay-seconds): Change type to
1003 `number'.
1004
1005 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1006
1007 * recentf.el (recentf): Added version tag to the defgroup of
1008 recentf.
1009
1010 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1011
1012 * recentf.el (recentf-cleanup): Changed to remove excluded file
1013 too.
1014 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1015 action to select/unselect a file.
1016 (recentf-edit-list): Code cleanup and improvement.
1017 (recentf-open-more-files-action): `recentf-open-more-files' button
1018 widget action to open a file.
1019 (recentf-open-more-files): No more use standard completion but
1020 widgets.
1021 (recentf-more-collection): Deleted.
1022 (recentf-more-history): Deleted.
1023 (recentf-setup-more-completion): Deleted.
1024
1025 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1026
1027 * recentf.el (recentf-mode): No more needs that Emacs is running
1028 under a window-system.
1029
1030 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1031
1032 * recentf.el (recentf-edit-list): New command to edit the recent
1033 list which allow the user to remove files.
1034 (recentf-edit-selected-items): New global variable, used by
1035 `recentf-edit-list' to hold the list of files to be removed from
1036 the recent list.
1037 (recentf-make-menu-items): Updated to display a "Edit list..."
1038 menu item. Minor code cleanup.
1039
1040 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1041
1042 * recentf.el (recentf-open-more-files): New command to open files
1043 that are not displayed in the menu.
1044 (recentf-more-collection): New global variable holding the set of
1045 permissible completions used by `recentf-open-more-files'.
1046 (recentf-more-history): New global variable holding the history list
1047 used by `recentf-open-more-files' completion.
1048 (recentf-setup-more-completion): New function to setup completion for
1049 `recentf-open-more-files'.
1050 (recentf-make-menu-items): Updated to display a "More..." menu item.
1051
1052 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1053
1054 * recentf.el (recentf-menu-action): Doc fixed.
1055
1056 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1057
1058 * recentf.el (recentf-menu-filter): Doc updated.
1059 (recentf-update-menu-hook): Allow menu filters to force menu update.
1060 (recentf-make-menu-items): New menu filter handling.
1061 (recentf-make-menu-item): New helper function.
1062 (recentf-menu-elements): New menu handling function.
1063 (recentf-sort-ascending): Updated to new menu filter handling.
1064 (recentf-sort-descending): Updated to new menu filter handling.
1065 (recentf-sort-basenames-ascending): New menu filter function.
1066 (recentf-sort-basenames-descending): New menu filter function.
1067 (recentf-show-basenames): New menu filter function.
1068 (recentf-show-basenames-ascending): New menu filter function.
1069 (recentf-show-basenames-descending): New menu filter function.
1070
1071 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1072
1073 * diary-lib.el (list-diary-entries): Don't try to go forward at
1074 the end of the buffer.
1075
1076 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1077
1078 * international/mule-diag.el (list-character-sets): Completely
1079 rewritten.
1080 (sort-listed-character-sets): New function.
1081 (list-character-sets-1): Completely rewritten.
1082 (list-character-sets-2): New function.
1083 (non-iso-charset-alist): New variable.
1084 (decode-codepage-char): New function.
1085 (charset-history): New variable.
1086 (read-charset) (list-block-of-chars)
1087 (list-iso-charset-chars)
1088 (list-non-iso-charset-chars)
1089 (list-charset-chars): New functions.
1090 (mule-diag): Call list-character-sets-2, not
1091 list-character-sets-2.
1092 (dump-charsets): Likewise.
1093
1094 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1095
1096 * dired-x.el (dired-filename-at-point): Add `@' to valid
1097 file name characters.
1098 (dired-filename-at-point): Handle ange-ftp file names.
1099
1100 * frame.el (frame-notice-user-settings): Use assq-delete-all
1101 instead of assoc-delete-all.
1102 (frame-notice-user-settings): Ditto.
1103
1104 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1105 Don't copy alist.
1106
1107 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1108
1109 * calculator.el (calculator-use-menu): New option.
1110 (calculator-initial-bindings): Changed some bindings to work as
1111 macros.
1112 (calculator-forced-input): Removed.
1113 (calculator-restart-other-mode): New variable.
1114 (calculator-mode-map): Set up menu.
1115
1116 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1117
1118 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1119 tags.
1120
1121 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1122
1123 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1124 translate all ESC key sequences.
1125 (viper-goto-mark-subr): restore markers for files for which
1126 they were saved.
1127 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1128 * viper-util.el (viper-set-replace-overlay-glyphs,
1129 viper-set-replace-overlay): always check if the replacement
1130 overlay is live.
1131 * viper.el (viper-vi-state-mode-list): added major modes.
1132 * ediff-wind.el: minor comment changes.
1133 * ediff.el: copyright notice date fix.
1134
1135 2000-02-27 Jason Rumney <jasonr@gnu.org>
1136
1137 * faces.el (face-font-family-alternatives): Add arial to helv.
1138 (mode-line, header-line, tool-bar): Same default as x for w32.
1139 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1140 face-font-family-alternatives from working.
1141 * term/w32-win.el (mouse-set-font): Do not build fontset from
1142 chosen font.
1143
1144 2000-02-25 Sam Steingold <sds@goems.com>
1145
1146 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1147 properly.
1148
1149 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1150
1151 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1152
1153 2000-02-25 Gerd Moellmann <gerd@gnu.org>
1154
1155 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1156 writable.
1157
1158 * frame.el (busy-cursor-delay-seconds): New option.
1159
1160 2000-02-24 Gerd Moellmann <gerd@gnu.org>
1161
1162 * frame.el (show-cursor-in-non-selected-windows): New option.
1163
1164 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1165
1166 * diary-lib.el (include-other-diary-files): Undo the selective
1167 display in any included file and don't kill it.
1168
1169 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
1170
1171 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1172 bar. Menu items converted to (menu-item format, help strings
1173 added.
1174 [downcase, upcase]: Don't enable on MS-DOS.
1175 [symlink, symlinks]: Don't show if make-symbolic-link is not
1176 bound.
1177 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1178
1179 2000-02-23 Dave Love <fx@gnu.org>
1180
1181 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1182 (backward-kill-word): Revert addition of * to interactive spec --
1183 it's a feature.
1184
1185 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1186 (backward-kill-sentence, kill-sentence): Likewise.
1187
1188 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1189 scratch buffer name.
1190 (gud-format-command): Use int-to-string in ?l case. Simplify
1191 slightly.
1192
1193 * term/w32-win.el (internal-face-interactive): Update prompt for
1194 new read-face-name.
1195
1196 * mail/footnote.el (footnote): Add :version to defgroup.
1197 (footnote-section-tag-regexp): Customize.
1198 (footnote-start-tag, footnote-end-tag): New option.
1199 (footnote-latin-regexp): New variable.
1200 (Footnote-latin): New function.
1201 (footnote-style-alist): Add element for latin style.
1202 (footnote-style): Moved.
1203 (Footnote-goto-footnote): Use eq to test arg.
1204
1205 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1206
1207 * emacs-lisp/byte-opt.el: Change old backquote syntax.
1208 (byte-compile-trueconstp): Include keywords.
1209 (byte-optimize-quote, byte-optimize-lapcode): Use
1210 byte-compile-const-symbol-p.
1211 (byte-optimize-char-before): New optimization.
1212
1213 * emacs-lisp/bytecomp.el: Change old backquote syntax.
1214 (byte-compile-const-symbol-p): New function.
1215 (byte-compile-constp, byte-compile-out-toplevel)
1216 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1217 Use it.
1218
1219 * subr.el (define-key-after): Default AFTER to t. Doc fix.
1220
1221 2000-02-23 Kenichi Handa <handa@etl.go.jp>
1222
1223 * international/encoded-kb.el: Be sure to update minor-mode-alist
1224 and minor-mode-map-alist.
1225 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1226 codes SS2 and SS3 correctly.
1227 (encoded-kbd-self-insert-ccl): New function.
1228 (encoded-kbd-setup-keymap): New function.
1229 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
1230 by calling encoded-kbd-setup-keymap.
1231
1232 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1233 characters.
1234 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1235 locally.
1236
1237 2000-02-22 Dave Love <fx@gnu.org>
1238
1239 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1240 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1241 defvar.
1242 (lisp-mode-syntax-table): Set up for #|...|# comments.
1243 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
1244 classes. Match `defface'.
1245 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1246 (eval-defun-1): Fix for defcustom.
1247 (lisp-indent-region): Doc fix.
1248
1249 * subr.el (when, unless, split-string): Doc fix.
1250 (read-passwd): Move call of clear-this-command-keys to the right
1251 place.
1252 (replace-regexps-in-string): New function.
1253
1254 2000-02-22 Gerd Moellmann <gerd@gnu.org>
1255
1256 * help.el (describe-variable): Set syntax table to
1257 emacs-lisp-mode-syntax-table when moving forward over the
1258 symbol's name.
1259
1260 2000-02-22 Dave Love <fx@gnu.org>
1261
1262 * xt-mouse.el: Doc fixes.
1263 (xterm-mouse-position-function): New function, replacing advice of
1264 mouse-position.
1265 (xterm-mouse-mode): Use it. Don't turn on under a window system.
1266
1267 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1268
1269 2000-02-21 Gerd Moellmann <gerd@gnu.org>
1270
1271 * format.el (format-annotate-single-property-change): Handle
1272 properties.with dotted-list values.
1273 (format-proper-list-p): New function.
1274
1275 * enriched.el (enriched-face-ans): Handle '(foreground-color
1276 . COLOR) and (background-color . COLOR).
1277
1278 2000-02-20 Dave Love <fx@gnu.org>
1279
1280 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1281 and assignments to it.
1282 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1283 current local map.
1284 (make-flyspell-overlay): Use it.
1285 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1286
1287 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1288 (lm-get-header-re): Defun, not defsubst.
1289 (lm-get-package-name): Defun, not defsubst. Simplify.
1290 (lm-version): Doc fix. Simplify.
1291 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1292 (lm-crack-address, lm-last-modified-date, lm-commentary)
1293 (lm-verify, lm-synopsis): Simplify.
1294 (lm-report-bug): Require emacsbug. Use compose-mail.
1295
1296 2000-02-20 Gerd Moellmann <gerd@gnu.org>
1297
1298 * dired.el (dired-mode): Call propertized-buffer-identification
1299 to set mode-line-buffer-identification to something having
1300 the right text properties.
1301
1302 * bindings.el (propertized-buffer-identification): New function.
1303
1304 2000-02-20 Dave Love <fx@gnu.org>
1305
1306 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1307 check for t-mouse too.
1308
1309 * cus-start.el: Make echo-keystrokes `number'.
1310
1311 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1312
1313 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1314 Don't call ring-empty-p unless tags-location-ring is bound.
1315 From Noah Friedman <friedman@splode.com>.
1316
1317 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
1318
1319 * progmodes/hideshow.el (hs-flag-region): No longer use
1320 `intangible' overlay property.
1321
1322 (hs-toggle-hiding): New command.
1323 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1324
1325 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1326 Fix omission bug: Run `hs-minor-mode-hook' for both activation
1327 and deactivation.
1328
1329 2000-02-18 Gerd Moellmann <gerd@gnu.org>
1330
1331 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1332
1333 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1334
1335 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1336
1337 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1338 of `*' to handle `(* ... *)' comments.
1339
1340 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1341
1342 * faces.el (list-faces-display): Use display-mouse-p instead of
1343 window-system.
1344
1345 * menu-bar.el (global-map): Menu-bar items converted to the new
1346 format (menu-item..., rearranged for better CUA compliance, and
1347 their names changed for better clarity. Help strings added.
1348
1349 * international/mule-cmds.el (mule-menu-keymap)
1350 (describe-language-environment-map, set-coding-system-map)
1351 (setup-language-environment-map): Convert to new (menu-item...
1352 form, add help strings. Change names of menu items for better
1353 clarity. "Mule" menu-bar item removed (it's now in the "Options"
1354 submenu).
1355
1356 2000-02-17 Gerd Moellmann <gerd@gnu.org>
1357
1358 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1359 within the code.
1360
1361 2000-02-16 Dave Love <fx@gnu.org>
1362
1363 * faces.el: Don't require custom. Add more specific :groups to
1364 various deffaces.
1365 (set-face-attribute): Purecopy args.
1366 (read-face-name): Default to name at point and use it in prompt.
1367 Remove colon from arg in all callers.
1368 (list-faces-display): Hyperlink to face descriptions and customize
1369 buffers.
1370
1371 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
1372
1373 * wid-edit.el (widget-match-inline): An atom never matches a
1374 list.
1375
1376 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1377
1378 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1379 at ':' characters by call to split-string.
1380
1381 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1382
1383 * textmodes/bibtex.el: Added RCS version identification.
1384
1385 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1386
1387 * textmodes/bibtex.el: Some temporary comments removed.
1388 (bibtex-field-name, bibtex-entry-type): Made the relationship
1389 explicit.
1390 (bibtex-field-const): Allow capital letters.
1391 (bibtex-start-of-string): Deleted because unused.
1392
1393 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1394 use the term 'reference' to describe a bibtex entry as a whole.
1395 Further, reference keys are no longer called 'labels'.
1396 (bibtex-keys): Renamed to bibtex-reference-keys.
1397 (bibtex-reformat-previous-labels): Renamed to
1398 bibtex-reformat-previous-reference-keys.
1399 (bibtex-reference-type): Renamed to bibtex-entry-type.
1400 (bibtex-reference-head): Renamed to bibtex-entry-head.
1401 (bibtex-reference-maybe-empty-head): Renamed to
1402 bibtex-entry-maybe-empty-head.
1403 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1404 (bibtex-search-reference): Renamed to bibtex-search-entry.
1405 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1406 bibtex-enclosing-entry-maybe-empty-head.
1407 (bibtex-entry-field-alist, bibtex-entry-head,
1408 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1409 bibtex-map-entries, bibtex-search-entry,
1410 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1411 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1412 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1413 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1414 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1415 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1416 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1417
1418 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1419
1420 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1421 comment.
1422 (bibtex-format-field-delimiters): New function, functionality
1423 extracted from bibtex-format-entry.
1424 (bibtex-autokey-get-yearfield-digits): New function, functionality
1425 extracted from bibtex-autokey-get-yearfield.
1426
1427 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1428 entries in order to avoid stack overflow in the regexp matcher if
1429 field contents become large.
1430 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1431 bibtex-field-string-part-not-braced,
1432 bibtex-field-string-part-no-inner-braces,
1433 bibtex-field-string-part-1-inner-brace,
1434 bibtex-field-string-part-2-inner-braces,
1435 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1436 bibtex-field-string-quoted, bibtex-field-string,
1437 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1438 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1439 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1440 as parsing is now performed by the following functions.
1441 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1442 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1443 bibtex-parse-field-string, bibtex-search-forward-field-string,
1444 bibtex-parse-association, bibtex-field-name-for-parsing,
1445 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1446 bibtex-search-forward-field, bibtex-search-backward-field,
1447 bibtex-start-of-field, bibtex-end-of-field,
1448 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1449 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1450 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1451 bibtex-parse-string, bibtex-search-forward-string,
1452 bibtex-search-backward-string, bibtex-start-of-string,
1453 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1454 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1455 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1456 entries. Instead of reporting the results of the parsing by
1457 match-beginning or match-end, these functions return data structures
1458 that hold the corresponding positions.
1459 (bibtex-enclosing-field): Changed to also report field boundaries by
1460 return values rather than by match-beginning or match-end. The
1461 following functions have been adapted to use the new parsing
1462 functions.
1463 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1464 bibtex-enclosing-field, bibtex-format-entry,
1465 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1466 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1467 bibtex-print-help-message, bibtex-end-of-entry,
1468 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1469 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1470 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1471 method for parsing.
1472 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1473 bibtex-map-entries, bibtex-flash-head,
1474 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1475 bibtex-autokey-change, bibtex-autokey-get-namefield,
1476 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1477 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1478 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1479 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1480 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1481 order to make the new binding of case-fold-search immediately
1482 visible.
1483
1484 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1485
1486 * textmodes/bibtex.el: Copyright notice is up to date.
1487 Added constant 'bibtex-maintainer-salutation.
1488
1489 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1490 than make-temp-name, use match-string-no-properties and eliminate
1491 a quadratic behavior when building bibtex-strings.
1492
1493 * bibtex.el (bibtex-reference-key): Accept string entries whose
1494 reference key contains upper case letters.
1495
1496 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1497
1498 * bibtex.el (bibtex-reference-head): Allow entries to start with
1499 a new line.
1500
1501 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1502
1503 * bibtex.el: Hiding of entry bodies is not longer provided by
1504 bibtex.el directly. Instead the hideshow package can be used.
1505 Added a special bibtex entry to hs-special-modes-alist.
1506 (bibtex-hs-forward-sexp): Added for hideshow.el.
1507
1508 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1509
1510 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1511 at ':' characters by call to split-string.
1512
1513 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1514
1515 * textmodes/bibtex.el: Added RCS version identification.
1516
1517 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1518
1519 * textmodes/bibtex.el: Some temporary comments removed.
1520 (bibtex-field-name, bibtex-entry-type): Made the relationship
1521 explicit.
1522 (bibtex-field-const): Allow capital letters.
1523 (bibtex-start-of-string): Deleted because unused.
1524
1525 * textmodes/bibtex.el: Unified some nomenclature. We no longer
1526 use the term 'reference' to describe a bibtex entry as a whole.
1527 Further, reference keys are no longer called 'labels'.
1528 (bibtex-keys): Renamed to bibtex-reference-keys.
1529 (bibtex-reformat-previous-labels): Renamed to
1530 bibtex-reformat-previous-reference-keys.
1531 (bibtex-reference-type): Renamed to bibtex-entry-type.
1532 (bibtex-reference-head): Renamed to bibtex-entry-head.
1533 (bibtex-reference-maybe-empty-head): Renamed to
1534 bibtex-entry-maybe-empty-head.
1535 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1536 (bibtex-search-reference): Renamed to bibtex-search-entry.
1537 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1538 bibtex-enclosing-entry-maybe-empty-head.
1539 (bibtex-entry-field-alist, bibtex-entry-head,
1540 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1541 bibtex-map-entries, bibtex-search-entry,
1542 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1543 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1544 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1545 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1546 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1547 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1548 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1549
1550 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1551
1552 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1553 comment.
1554 (bibtex-format-field-delimiters): New function, functionality
1555 extracted from bibtex-format-entry.
1556 (bibtex-autokey-get-yearfield-digits): New function, functionality
1557 extracted from bibtex-autokey-get-yearfield.
1558
1559 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1560 entries in order to avoid stack overflow in the regexp matcher if
1561 field contents become large.
1562 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1563 bibtex-field-string-part-not-braced,
1564 bibtex-field-string-part-no-inner-braces,
1565 bibtex-field-string-part-1-inner-brace,
1566 bibtex-field-string-part-2-inner-braces,
1567 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1568 bibtex-field-string-quoted, bibtex-field-string,
1569 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1570 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1571 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1572 as parsing is now performed by the following functions.
1573 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1574 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1575 bibtex-parse-field-string, bibtex-search-forward-field-string,
1576 bibtex-parse-association, bibtex-field-name-for-parsing,
1577 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1578 bibtex-search-forward-field, bibtex-search-backward-field,
1579 bibtex-start-of-field, bibtex-end-of-field,
1580 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1581 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1582 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1583 bibtex-parse-string, bibtex-search-forward-string,
1584 bibtex-search-backward-string, bibtex-start-of-string,
1585 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1586 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1587 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1588 entries. Instead of reporting the results of the parsing by
1589 match-beginning or match-end, these functions return data structures
1590 that hold the corresponding positions.
1591 (bibtex-enclosing-field): Changed to also report field boundaries by
1592 return values rather than by match-beginning or match-end. The
1593 following functions have been adapted to use the new parsing
1594 functions.
1595 (bibtex-skip-to-valid-entry, bibtex-search-reference,
1596 bibtex-enclosing-field, bibtex-format-entry,
1597 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1598 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1599 bibtex-print-help-message, bibtex-end-of-entry,
1600 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1601 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1602 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1603 method for parsing.
1604 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1605 bibtex-map-entries, bibtex-flash-head,
1606 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1607 bibtex-autokey-change, bibtex-autokey-get-namefield,
1608 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1609 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1610 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1611 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1612 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1613 order to make the new binding of case-fold-search immediately
1614 visible.
1615
1616 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1617
1618 * textmodes/bibtex.el: Copyright notice is up to date.
1619 Added constant 'bibtex-maintainer-salutation.
1620
1621 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1622 than make-temp-name, use match-string-no-properties and eliminate
1623 a quadratic behavior when building bibtex-strings.
1624
1625 * bibtex.el (bibtex-reference-key): Accept string entries whose
1626 reference key contains upper case letters.
1627
1628 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1629
1630 * bibtex.el (bibtex-reference-head): Allow entries to start with
1631 a new line.
1632
1633 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1634
1635 * bibtex.el: Hiding of entry bodies is not longer provided by
1636 bibtex.el directly. Instead the hideshow package can be used.
1637 Added a special bibtex entry to hs-special-modes-alist.
1638 (bibtex-hs-forward-sexp): Added for hideshow.el.
1639
1640 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1641
1642 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1643 proceedings entry type (for cross referencing). Thanks to Wagner
1644 Toledo Correa for the suggestion.
1645
1646 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1647
1648 2000-02-14 Kenichi Handa <handa@etl.go.jp>
1649
1650 * international/characters.el: Setup case table for Vietnamese.
1651
1652 2000-02-12 Gerd Moellmann <gerd@gnu.org>
1653
1654 * uniquify.el (toplevel): Require CL at compile time.
1655 (uniquify-push): Removed.
1656
1657 * shadowfile.el (shadow-when): Removed.
1658
1659 * tempo.el (tempo-dolist, tempo-mapc): Removed.
1660 (tempo-process-and-insert-string): Use dolist instead of
1661 tempo-dolist.
1662
1663 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1664 regexp for paragraph-start.
1665
1666 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1667 commas as well.
1668
1669 2000-02-10 Dave Love <fx@gnu.org>
1670
1671 * wid-edit.el: (widgets) [defgroup]: Remove url link.
1672 (widget-color-choice-list, widget-color-history, widget-mouse-help):
1673 Deleted.
1674 (widget-specify-field, widget-specify-button): Don't use
1675 widget-mouse-help as help-echo property.
1676 (default): Use #'ignore for :validate and :mouse-down-action.
1677 (checkbox): Add help-echo.
1678 (widget-sexp-validate): Rewritten to clarify error messages.
1679 (character): Use char-valid-p in :match function.
1680 (widget-color-complete): Use facemenu-color-alist.
1681 (widget-color-action): Use facemenu-read-color.
1682
1683 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
1684 set up `caar' &c that we now have.
1685
1686 2000-02-09 Ray Blaak <blaak@gnu.org>
1687
1688 * delphi.el: Make resourcestring a declaration region, like const
1689 and var.
1690
1691 2000-02-09 Dave Love <fx@gnu.org>
1692
1693 * bindings.el (mode-line-input-method-map): New variable.
1694 (mode-line-mule-info): Use it; fix last change.
1695 (mode-line-mode-menu): Move definition.
1696 (mode-line-mouse-sensitive-p): Deleted.
1697 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1698 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
1699 level.
1700
1701 * startup.el (command-line-1): Don't call
1702 make-mode-line-mouse-sensitive.
1703
1704 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1705
1706 * mail/rmail.el (rmail-retry-failure): Use
1707 rmail-beginning-of-message before rmail-toggle-header, because the
1708 former toggles headers.
1709
1710 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
1711
1712 * diff-mode.el (diff-kill-junk): New interactive function.
1713 (diff-reverse-direction): Use delete-and-extract-region.
1714 (diff-post-command-hook): Restrict the area so that the hook also works
1715 outside of any diff hunk. This is necessary for the minor-mode.
1716 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1717 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1718
1719 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1720 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1721 so that it can be used more easily in <foo>-mode-hook. Also make sure
1722 to avoid duplicate entries.
1723 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1724 (font-lock-remove-keywords): Just as was done for `add', allow it to
1725 work even if font-lock-mode is nil. Also make sure we don't modify
1726 any pre-existing list by forcing a copy-sequence. Finally rename
1727 `major-mode' to `mode'.
1728 (font-lock-fontify-syntactic-anchored-keywords)
1729 (font-lock-fontify-anchored-keywords)
1730 (font-lock-fontify-keywords-region): Use line-end-position.
1731 Don't make `font-lock-multiline' local (it's now done in
1732 font-lock-set-defaults).
1733 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
1734 move the `font-lock-fontified' creation to inside the `unless'.
1735
1736 2000-02-06 Andrew Innes <andrewi@gnu.org>
1737
1738 * term/w32-win.el (x-handle-args): Comment out call to message,
1739 which occurs before window system is initialized.
1740
1741 * makefile.nt: Add support for recompiling lisp code.
1742
1743 2000-02-04 Dave Love <fx@gnu.org>
1744
1745 * bindings.el (mode-line-mule-info): Fix/extend last change.
1746
1747 * completion.el: Replace completion-dolist with dolist.
1748
1749 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1750 dotimes.
1751
1752 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
1753
1754 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1755 environment names before they go into the section regexp.
1756
1757 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1758 char class in regexp.
1759
1760 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1761 `case-fold-search' to nil.
1762
1763 * progmodes/idlwave.el (idlwave-template): Respect
1764 `idlwave-abbrev-change-case'.
1765 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1766 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1767 idlwave-while): respect `idlwave-reserved-word-upcase'.
1768 (idlwave-rw-case): New function.
1769 (idlwave-statement-match): Fixed problem with assignment regexp.
1770 (idlwave-font-lock-keywords): Improved regexp for keyword
1771 parameters.
1772 (idlwave-surround): New argument LENGTH to support padding of
1773 operators longer than 1 char.
1774
1775 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1776 idlwave-shell-expression-overlay. Implemented printing of
1777 expressions on higher levels of the calling stack.
1778 (idlwave-shell-display-level-in-calling-stack): Restore stack
1779 level.
1780 (idlwave-retrieve-expression-from-level): New function.
1781 (idlwave-shell-last-calling-stack): Variable removed.
1782 (idlwave-shell-reset): Argument action reversed (`visible' to
1783 `hidden'). Also remove stop-line overlay.
1784 (idlwave-shell-calling-stack-routine): New variable.
1785 (idlwave-shell-parse-stack-and-display): Messages now display
1786 negative level numbers.
1787 (idlwave-shell-mode): Set `modeline-format'.
1788 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1789 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1790 21.
1791 (idlwave-shell-print-expression-function): New option.
1792
1793 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1794 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1795 `tool-bar' instead of `toolbar'.
1796
1797 2000-02-02 Dave Love <fx@gnu.org>
1798
1799 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1800 emacs-lisp-mode-hook. Don't check for defalias being defined.
1801
1802 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1803 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
1804 the new builtins directly.
1805
1806 * whitespace.el (whitespace): Add :version to defgroup.
1807
1808 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1809 Doc fix.
1810
1811 * thingatpt.el (sexp-at-point, symbol-at-point)
1812 (number-at-point, list-at-point): Add autoload cookie.
1813
1814 * recentf.el (recentf): Add :version to defgroup.
1815
1816 * quickurl.el (quickurl): Add :version to defgroup.
1817
1818 * elide-head.el (elide-head): Use point-marker more.
1819
1820 * bs.el (bs): Add :version to defgroup.
1821
1822 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1823
1824 * progmodes/delphi.el (delphi): Add :version to defgroup.
1825
1826 2000-02-02 Gerd Moellmann <gerd@gnu.org>
1827
1828 * ange-ftp.el (ange-ftp-write-region): Handle case that
1829 succeeding process operation sets a different coding system.
1830
1831 * calculator.el: New file.
1832
1833 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1834
1835 * frame.el (frames-on-display-list, framep-on-display): New
1836 functions.
1837 (display-mouse-p, display-popup-menus-p, display-graphic-p)
1838 (display-selections-p, display-screens, display-pixel-width)
1839 (display-pixel-height, display-mm-width, display-mm-height)
1840 (display-backing-store, display-save-under, display-planes)
1841 (display-color-cells, display-visual-class): New functions.
1842
1843 * term/tty-colors.el (tty-color-gray-shades): New function.
1844
1845 * faces.el (display-color-p): Use framep-on-display.
1846 (display-grayscale-p): New function.
1847
1848 2000-01-31 Dave Love <fx@gnu.org>
1849
1850 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1851 (create-fontset-from-x-resource): Don't concat integers.
1852
1853 2000-01-31 Inge Frick <inge@nada.kth.se>
1854
1855 * view.el: Some changes in documentation. Removed some trailing
1856 whitespace. Changed some parameter names to agree with
1857 documentation.
1858 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1859 window is not deleted. Modifies change 1998-04-26.
1860
1861 2000-01-31 Gerd Moellmann <gerd@gnu.org>
1862
1863 * windmove.el: New file.
1864
1865 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1866 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1867 progmodes/ebnf-yac.el: Update copyright and license info.
1868
1869 * jit-lock.el (jit-lock-function): Widen before calculating end
1870 position.
1871 (jit-lock-stealth-chunk-start): Rewritten.
1872
1873 * info.el (Info-title-face-alist): Removed.
1874 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1875 faces.
1876 (Info-fontify-node): Use these faces.
1877
1878 2000-01-30 Gerd Moellmann <gerd@gnu.org>
1879
1880 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1881 (cl-macro-list1): Recognize `&allow-other-keys' instead of
1882 `&allow-other-keywords'.
1883
1884 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1885 the list of directories scanned heuristically.
1886
1887 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1888 exist.
1889
1890 2000-01-30 Jason Rumney <jasonr@gnu.org>
1891
1892 * w32-fns.el: Define w32-tty-standard-colors.
1893
1894 * startup.el (command-line): Use w32-tty-standard-colors when in
1895 w32 console mode.
1896
1897 2000-01-30 Dave Love <fx@gnu.org>
1898
1899 * jka-compr.el (jka-compr-load): Fix up load-history.
1900
1901 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1902
1903 * emacs-lisp/cl-macs.el: Revert previous change.
1904
1905 2000-01-29 Dave Love <fx@gnu.org>
1906
1907 * facemenu.el: Purecopy various strings.
1908
1909 * timezone.el (timezone-fix-time): Window against 69 for two-digit
1910 years. Deal with three-digit years.
1911
1912 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1913 defconst, purecopy.
1914 (help-back-label): Purecopy it.
1915
1916 2000-01-18 Gerd Moellmann <gerd@gnu.org>
1917
1918 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1919 variable. If non-nil, order the buffer list according to the
1920 currently selected frame.
1921 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1922 non-nil, pass the selected frame to function buffer-list.
1923
1924 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1925
1926 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1927
1928 2000-01-28 Dave Love <fx@gnu.org>
1929
1930 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1931
1932 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1933 Don't use lisp-indent-hook property.
1934 (cl-abs): Remove.
1935
1936 * subr.el: Move out indent and edebug specs for when and unless.
1937
1938 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1939 when, unless.
1940
1941 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1942 unless, when.
1943
1944 2000-01-28 Gerd Moellmann <gerd@gnu.org>
1945
1946 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1947 `collecting' as synonym for `collect'.
1948
1949 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1950 for the case it contains spaces.
1951
1952 * simple.el (what-cursor-position): Change formatting of
1953 messages.
1954
1955 * frame.el (delete-other-frames): New function.
1956 (toplevel): Bind it to C-x 5 1.
1957
1958 * sort.el (sort-numeric-base): New option.
1959 (sort-numeric-fields): If number starts with `0' or `0[xX[',
1960 interpret it as octal or hexadecimal. Use sort-numeric-base
1961 as default base.
1962
1963 * progmodes/glasses.el: New file.
1964
1965 2000-01-27 Gerd Moellmann <gerd@gnu.org>
1966
1967 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1968 userids differently.
1969
1970 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1971 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1972 progmodes/ebnf-yac.el: New files.
1973
1974 2000-01-26 Dave Love <fx@gnu.org>
1975
1976 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1977 on a function with an empty body. [From Eric Ludlam.]
1978
1979 2000-01-25 Andre Spiegel <spiegel@gnu.org>
1980
1981 * vc.el (vc-version-diff): Make sure file name is expanded.
1982
1983 2000-01-25 Gerd Moellmann <gerd@gnu.org>
1984
1985 * scroll-bar.el (scroll-bar-timer): Variable removed.
1986 (scroll-bar-toolkit-scroll): Don't use a timer.
1987
1988 2000-01-25 Kenichi Handa <handa@etl.go.jp>
1989
1990 * language/thai-util.el (thai-composition-function): Delete
1991 superfluous `a'.
1992
1993 2000-01-24 Dave Love <fx@gnu.org>
1994
1995 * fortran.el (fortran-mode): Use beginning-of-defun-function,
1996 end-of-defun-function.
1997
1998 * font-lock.el (turn-on-font-lock): Don't depend on window-system
1999 &c.
2000
2001 2000-01-22 Jason Rumney <jasonr@gnu.org>
2002
2003 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2004 conflicts with new face support.
2005
2006 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2007
2008 * replace.el (query-replace): Rename last arg to DELIMITED.
2009 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2010 (query-replace-regexp): Likewise.
2011
2012 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2013
2014 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2015
2016 * emacs-lisp/lisp.el (beginning-of-defun-function):
2017 Variable renamed from beginning-of-defun.
2018 Do not call make-variable-buffer-local.
2019 (beginning-of-defun-raw): Use new variable name; doc fix.
2020 (beginning-of-defun): Doc fix.
2021 (end-of-defun-function): Variable renamed from end-of-defun.
2022 Do not call make-variable-buffer-local.
2023 (end-of-defun): Use new variable name; doc fix.
2024
2025 * subr.el (dolist, dotimes): Copied from cl-macs.el
2026 and made to work.
2027
2028 * mail/undigest.el (rmail-digest-end-regexps):
2029 Variable replaces rmail-digest-end-regexp.
2030 Allows multiple regexps for detecting the end line.
2031 (undigestify-rmail-message): Corresponding changes.
2032
2033 2000-01-19 Dave Love <fx@gnu.org>
2034
2035 * files.el (user-init-file): Don't declare here -- is primitive.
2036
2037 * startup.el (command-line): Check for compiled user-init-file and
2038 set to uncompiled version if necessary.
2039
2040 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2041
2042 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2043 (undigestify-rmail-message): Use it.
2044
2045 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2046
2047 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2048
2049 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2050 of mini-buffer.
2051
2052 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2053
2054 * emacs-lisp/copyright.el (copyright-update): Removed the
2055 requirement for a trailing space from `copyright-regexp', to
2056 support copyrights with owner specified on a separate line..
2057
2058 * align.el: New file.
2059
2060 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2061
2062 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2063
2064 2000-01-13 Dave Love <fx@gnu.org>
2065
2066 * ph.el: Removed. (Obsoleted by EUDC.)
2067
2068 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2069
2070 * net/eudc.el (toplevel): Remove autoloaded code installing
2071 menu with easymenu, because that causes build problems.
2072
2073 * frame.el (frame-notice-user-settings): New variable.
2074 (frame-notice-user-settings): Don't modify frame parameters
2075 if called a second time.
2076
2077 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2078
2079 * frame.el (frame-notice-user-settings):
2080 Notice default-frame-parameters even for non-window frames.
2081
2082 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2083
2084 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2085 for Emacs.
2086 (eudc-bob-can-display-inline-images): Extend for Emacs.
2087 (eudc-bob-toggle-inline-display): Ditto.
2088 (eudc-bob-display-jpeg): Ditto.
2089
2090 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2091
2092 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2093 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2094 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2095
2096 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2097 nil)'.
2098
2099 * subdirs.el: Add `net' directory.
2100
2101 * net: New directory.
2102
2103 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2104 eval-last-sexp. Don't bind debug-on-error here.
2105 (eval-last-sexp): New function. Bind debug-on-error if
2106 eval-expression-debug-on-error is non-nil.
2107 (eval-defun-2, eval-defun): Likewise.
2108
2109 * simple.el (eval-expression): Don't bind debug-on-error if
2110 eval-expression-debug-on-error is nil. Detect changed
2111 debug-on-error, and propagate new value to global binding, if
2112 eval-expression-debug-on-error is non-nil,
2113 (eval-expression-debug-on-error): Change doc string.
2114
2115 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2116
2117 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2118
2119 * emacs-lisp/lisp-mode.el (with-syntax-table):
2120 Set up lisp-indent-function property.
2121
2122 * subr.el (with-syntax-table): Moved from simple.el.
2123
2124 * simple.el (with-syntax-table): Moved to subr.el.
2125
2126 2000-01-11 Gerd Moellmann <gerd@gnu.org>
2127
2128 * tmm.el (tmm-shortcut): Delete region after prompt instead
2129 of erasing buffer.
2130
2131 * textmodes/fill.el (fill-common-string-prefix): New function.
2132 (fill-context-prefix): Use the longest common prefix of first
2133 and second line fill prefix, if there is one.
2134
2135 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2136
2137 * array.el (array-mode): Don't use make-variable-buffer-local.
2138 Use make-local-variable for `truncate-lines'.
2139
2140 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
2141
2142 * add-log.el (add-log-current-defun): Handle user-defined
2143 add-log-current-function returning nil,
2144
2145 * add-log.el (add-change-log-entry): Insert version number
2146 if having found a current function
2147
2148 * add-log.el (add-log-current-defun): Call
2149 `add-log-current-defun-function'. Try matches at level 0 and
2150 level 1. Strip whitespace from defun found.
2151
2152 2000-01-10 John Wiegley <johnw@gnu.org>
2153
2154 * allout.el (isearch-done/outline-provisions): Added `edit'
2155 argument to correspond with the current definition of
2156 `isearch-done'.
2157
2158 2000-01-10 Dave Love <fx@gnu.org>
2159
2160 * elide-head.el (elide-head): Use point-marker, not point.
2161
2162 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2163
2164 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2165 before and after the year 2000.
2166
2167 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2168 Add ispell- prefix.
2169
2170 2000-01-10 Ken Stevens <k.stevens@ieee.org>
2171
2172 * ispell.el: Only define dictionaries in menus when they exist.
2173 (version18p): New variable.
2174 (version20p): New variable.
2175 (xemacsp): New variable.
2176 (ispell-choices-win-default-height): Fix for XEmacs visibility.
2177 (ispell-dictionary-alist1): Added Brasileiro dictionary.
2178 (ispell-dictionary-alist6): Russian command lines no longer accept
2179 run-together words.
2180 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2181 (ispell-dictionary-alist): Add koi8-r to customize definition.
2182 (check-ispell-version): Added documentation string. Returns
2183 library path when called non-interactively.
2184 (ispell-menu-map-needed): Uses new variables.
2185 (ispell-library-path): New variable.
2186 (ispell-decode-string): XEmacs fix for bogus variable bindings.
2187 (ispell-word): Improved documentation string. Test for valid
2188 character mappings. Correctly check typed in word changes that can
2189 result in single words split into multiple words. Returns
2190 replacement word.
2191 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
2192 replace in recursive query replace mode. Help message for
2193 recursive edit mode.
2194 (ispell-show-choices): Protect against bad framepop bindings.
2195 (ispell-help): Fix to work with XEmacs.
2196 (ispell-highlight-spelling-error): Use new variables.
2197 (ispell-overlay-window): Fix to work with XEmacs.
2198 (ispell-parse-output): Passed and returns location information
2199 tracking spelling corrections. Doesn't recheck same word on
2200 current line.
2201 (ispell-init-process): Protect against bogus XEmacs variable binding.
2202 Fix call to single argument in sleep-for. Use new variables.
2203 (ispell-region): Passed and returns location information tracking
2204 spelling corrections. Doesn't check same word on current line.
2205 Improved documentation string. Doesn't resend a line already
2206 checked to the ispell process - fixes bug in LaTeX parsing.
2207 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2208 (ispell-skip-region): No longer skips <TT> in SGML.
2209 (ispell-process-line): Tracks location information with spelling
2210 corrections. Added documentation string. Accounts for words
2211 already accepted on this line. Don't allow query-replace on line
2212 starting with math characters. Doesn't resend a line already sent
2213 to ispell process. Fixes alignment error bug.
2214
2215 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2216
2217 * dired-x.el (dired-guess-shell-alist-default):
2218 Suggest xloadimage, which is free, not xv, which isn't.
2219
2220 * ange-ftp.el (ange-ftp-file-name-nondirectory):
2221 Don't ever include the host name or user name in the value.
2222
2223 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2224
2225 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2226 of a real newline.
2227
2228 2000-01-09 Stephen Eglen <stephen@gnu.org>
2229
2230 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2231 for .png files.
2232
2233 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
2234
2235 * cus-edit.el (custom-hook-convert-widget): Fix comment.
2236
2237 2000-01-09 Gerd Moellmann <gerd@gnu.org>
2238
2239 * progmodes/cperl-mode.el: Replace ^F with ^L.
2240
2241 * sendmail.el (toplevel): Provide `sendmail' when compiling
2242 before `require'ing rmail and mailalias to prevent infinite
2243 recursion.
2244
2245 2000-01-08 Dave Love <fx@gnu.org>
2246
2247 * emacs-lisp/backquote.el: Remove inappropriate customization
2248 (allowing custom.el to use backquote).
2249
2250 2000-01-07 Dave Love <fx@gnu.org>
2251
2252 * add-log.el (add-log-debugging): Deleted.
2253 (add-change-log-entry): Treat a backup FILE-NAME as its parent
2254 file. Remove debugging code.
2255 (change-log-get-method-definition, change-log-name): Add doc.
2256 (change-log-sortable-date-at): New function.
2257 (change-log-merge): New command.
2258
2259 * time.el (display-time-string-forms): Make the Mail string active.
2260 (display-time-update): Provide help-echo for load average.
2261
2262 * bindings.el (make-mode-line-mouse2-map): New function.
2263 (mode-line-modified): Use it and simplify.
2264 (mode-line-mule-info): Provide help-echo info.
2265 (minor-mode-alist): Activate the strings.
2266 (make-mode-line-mouse-sensitive): Simplify for
2267 mode-line-buffer-identification.
2268
2269 2000-01-07 Gerd Moellmann <gerd@gnu.org>
2270
2271 * play/pong.el: New file.
2272
2273 2000-01-06 Dave Love <fx@gnu.org>
2274
2275 * array.el: Assorted cleanups for compiler warnings, doc strings,
2276 `array-' prefix for symbols.
2277
2278 2000-01-05 Dave Love <fx@gnu.org>
2279
2280 * textmodes/outline.el (outline-mode-menu-bar-map): Add
2281 outline-headers-as-kill.
2282 (outline-mode): Define imenu-generic-expression.
2283 (outline-headers-as-kill): New command.
2284
2285 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2286 from paragraph-start.
2287 (paragraph-indent-minor-mode): New command.
2288
2289 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2290 M-C-e, M-C-h, C-j, C-xnd, TAB.
2291 (fortran-mode): Set beginning-of-defun, end-of-defun.
2292 (fortran-column-ruler): Simplify.
2293 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2294 (fortran-with-subprogram-narrowing): Likewise.
2295 (fortran-indent-subprogram): Call mark-defun.
2296 (fortran-check-for-matching-do): Change narrowing.
2297
2298 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2299 (cl-lucid-hash-tag): Delete.
2300 (cl-hash-table-p): Correct test for native table.
2301 (cl-hash-table-count): Use hash-table-count.
2302
2303 * browse-url.el (browse-url): Fix case of
2304 browse-url-browser-function being an alist.
2305
2306 2000-01-05 Carsten Dominik <cd@gnu.org>
2307
2308 * textmodes/reftex-vars.el (reftex-parse-file-extension)
2309 (reftex-index-phrase-file-extension): New options.
2310
2311 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2312 Use new option `reftex-index-phrase-file-extension'.
2313
2314 * textmodes/reftex.el (reftex-access-parse-file): Use new option
2315 `reftex-parse-file-extension'.
2316
2317 2000-01-05 Dave Love <fx@gnu.org>
2318
2319 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2320 (beginning-of-defun-raw): Use it.
2321 (end-of-defun): New variable.
2322 (end-of-defun): Use it.
2323 (check-parens): New command.
2324
2325 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2326
2327 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2328 (hs-show-block): Don't use `mapcar' when not accumulating.
2329
2330 Fix buglet in local variables initialization.
2331
2332 2000-01-05 Andreas Schwab <schwab@suse.de>
2333
2334 * hscroll.el (hscroll): Doc fix.
2335
2336 2000-01-05 Carsten Dominik <cd@gnu.org>
2337
2338 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2339 idlw-toolbar.
2340
2341 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2342 file idlw-rinfo.el.
2343 (idlwave-customize): load must read file idlw-shell.el.
2344 (idlwave-create-customize-menu): load must read file idlw-shell.el.
2345
2346 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
2347
2348 * progmodes/idlw-shell.el: Also provide idlwave-shell
2349 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2350 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2351
2352 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2353 both reftex-dcr and reftex-vcr.
2354
2355 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2356
2357 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2358
2359 * ps-print.el: PostScript code now is in separate files, doc fix.
2360 (ps-print-version): New version number (5.0.3).
2361 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2362 local.
2363 (ps-spool-config): Initialization fix.
2364 (ps-print-prologue-1, ps-print-prologue-2)
2365 (ps-print-duplex-feature): PostScript code moved to separated file.
2366 (ps-background-image): Little code reformating.
2367 (ps-begin-file, ps-begin-job): Fix code.
2368 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2369 (ps-prologue-file): New fun.
2370
2371 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2372
2373 * ps-vars.el: Eliminated.
2374
2375 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2376 `;;;###autoload'.
2377
2378 * ps-print.el: ps-vars eliminated, doc fix.
2379 (ps-print-version): New version number (5.0.2).
2380 (ps-spool-config): Initialization fix.
2381 (ps-print-customize): New fun.
2382
2383 2000-01-04 Gerd Moellmann <gerd@gnu.org>
2384
2385 * autorevert.el (auto-revert-mode): Return value of
2386 auto-revert-mode.
2387
2388 2000-01-04 Dave Love <fx@gnu.org>
2389
2390 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2391 menu items.
2392
2393 2000-01-03 Dave Love <fx@gnu.org>
2394
2395 * elide-head.el (elide-head) [defgroup]: Add :version.
2396
2397 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2398 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2399 `cl-hash-table-p', not `hash-table-p'.
2400 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2401
2402 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2403
2404 * faces.el (face-read-integer, read-face-attribute)
2405 (color-defined-p, color-values): unspecified-{f,b}g are now
2406 strings.
2407
2408 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2409
2410 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2411 at comment end, and re-insert them after filling.
2412
2413 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2414
2415 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2416 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2417 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2418
2419 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2420
2421 * term/x-win.el (xw-defined-colors): Call color-supported-p,
2422 the new name of face-color-supported-p.
2423
2424 * term/w32-win.el (xw-defined-colors): Likewise.
2425
2426 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2427
2428 * simple.el (completion-setup-function): Count completion-size
2429 from minibuffer-prompt-end, not from point-min.
2430
2431 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2432
2433 * faces.el (read-face-attribute, defined-colors, color-defined-p):
2434 Pass the frame to tty-color-* functions.
2435 (display-color-p, frame-set-background-mode): Pass the frame to
2436 tty-display-color-p.
2437
2438 * term/tty-colors.el (tty-defined-color-alist): Renamed from
2439 tty-color-alist.
2440 (tty-color-alist, tty-modify-color-alist): New functions.
2441 (tty-color-define, tty-color-clear, tty-color-approximate)
2442 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2443 an optional parameter FRAME.
2444
2445 2000-01-01 Gerd Moellmann <gerd@gnu.org>
2446
2447 * image.el (create-image, defimage): Don't assume image data is a
2448 string.
2449
2450 * image.el (defimage): Handle specifications containing :data
2451 instead of :file.
2452 (image-type-from-data): New function.
2453 (image-type-from-file-header): Use it.
2454 (create-image): Add parameter DATA-P.
2455
2456 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2457
2458 * echistory.el (electric-command-history): Call Command-history-setup
2459 and command-history-mode using their new conventions.
2460
2461 * chistory.el (Command-history-setup): Don't switch buffers. Take
2462 no args, and do not set major-mode, mode-name or the local map.
2463 (command-history-mode): New function, does some of those things
2464 Command-history-setup used to do.
2465 (list-command-history): Call command-history-mode, not
2466 Command-history-setup.
2467 (command-history): Renamed from command-history-mode.
2468
2469 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2470
2471 * arc-mode.el (archive-mode-map): Bind q to quit-window.
2472
2473 1999-12-31 William M. Perry <wmperry@aventail.com>
2474
2475 * image.el (defimage): Images with the `:data' keyword should be
2476 considered valid as well.
2477
2478 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2479
2480 * dired.el (dired-get-filename): Don't call file-name-absolute-p
2481 with FILE if FILE is nil.
2482
2483 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2484
2485 * simple.el (choose-completion-string): In minibuffer,
2486 do not delete the prompt string.
2487
2488 1999-12-30 Gerd Moellmann <gerd@gnu.org>
2489
2490 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2491 assigned to mode-line-mode-menu because bindings.el is dumped with
2492 Emacs, and thus the lists used for menu-item definition will be
2493 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
2494 like pure menu item definitions.
2495
2496 * expand.el (expand-abbrev-hook): Return t if expansion was
2497 done, nil otherwise.
2498
2499 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2500
2501 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2502 (tar-quit): Function deleted.
2503
2504 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2505
2506 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2507 was used but not declared.
2508
2509 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2510 hs-find-block-beginning): Add or modify docstrings.
2511
2512 (hs-isearch-show): Rewrite.
2513
2514 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2515
2516 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2517
2518 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2519 space in front of a C-style comment end.
2520
2521 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2522
2523 * startup.el (command-line-1): Make mode line mouse-sensitive for
2524 the MS-DOS version as well.
2525
2526 1999-12-28 Gerd Moellmann <gerd@gnu.org>
2527
2528 * bs.el: New file.
2529
2530 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2531
2532 * textmodes/ispell.el (ispell-process-line):
2533 Add local var line-offset to adjust for the change
2534 in positions within the line, due to previous replacements.
2535
2536 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2537
2538 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2539 Doc fixes.
2540
2541 1999-12-27 Gerd Moellmann <gerd@gnu.org>
2542
2543 * add-log.el (change-log-version-number-regexp-list)
2544 (change-log-version-info-enabled): Change :version to 21.1.
2545 (toplevel): Require CL when compiling.
2546
2547 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2548
2549 * add-log.el (change-log-version-number-regexp-list): Added tag
2550 :version 20.6
2551 (change-log-version-info-enabled): Added tag :version 20.6
2552
2553 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
2554
2555 * add-log.el: More general version number search with
2556 user-configurable regexp list.
2557 (change-log-version-number-regexp-list): New user variable.
2558 (change-log-find-version): Rewritten. Use user-configurable
2559 version numbering regexp list
2560 change-log-version-number-regexp-list.
2561 (change-log-find-version): Renamed to
2562 change-log-version-number-search
2563 (add-log-file-name-function): New.
2564 (change-log-search-vc-number): Added END paramaeter. Added doc
2565 string to function.
2566 (change-log-version-rcs): Renamed. Was
2567 change-log-search-vc-number.
2568
2569 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
2570
2571 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2572 overlays if they interfere.
2573 (compilation-find-file): Make intangible overlays tangible.
2574
2575 * progmodes/hideshow.el: Generally, synch w/ maintainer
2576 version 5.9.
2577
2578 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2579
2580 (hs-minor-mode-hook): Don't initialize.
2581
2582 (hs-special-modes-alist): Rewrite value and docstring.
2583
2584 (hs-minor-mode-prefix): Delete unused var.
2585
2586 (hs-block-start-mdata-select): New var, buffer local.
2587
2588 (hs-headline): New var.
2589
2590 (hs-match-data, hs-forward-sexp): New funcs.
2591
2592 (hs-hide-comment-region): New func.
2593
2594 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2595 hs-safety-is-job-n, hs-hide-initial-comment-block,
2596 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2597 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2598 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2599 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2600 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2601
2602 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2603 (hs-isearch-show-temporary): New funcs.
2604
2605 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2606
2607 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2608
2609 When constructing menu, use `[(shift button2)]' notation.
2610
2611 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2612
2613 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2614 (jka-compr-compression-info-list): Add new elt to each vector.
2615 (jka-compr-write-region): Don't compress the data if it is
2616 already compressed.
2617
2618 * jka-compr.el (jka-compr-really-do-compress): New variable.
2619 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2620 if visiting.
2621 (jka-compr-write-region): Set jka-compr-really-do-compress
2622 if visiting. Test it when deciding to compress.
2623
2624 1999-12-22 Gerd Moellmann <gerd@gnu.org>
2625
2626 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2627 with third argument t.
2628
2629 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2630
2631 * antlr-mode.el: Version 1.2 is released.
2632 (antlr): This package has a web page.
2633
2634 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2635
2636 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2637 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
2638 (antlr-mode-map): New binding [C-c C-c].
2639 (antlr-mode-menu): New entries.
2640
2641 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2642
2643 * antlr-mode.el: Respect Emacs conventions.
2644 ((require 'cl)): Only use during compilation.
2645 (antlr-language-for-option): New function to avoid using `find'.
2646 (antlr-mode): Use it.
2647 (antlr-with-syntax-table): Define new instead using XEmacs' one.
2648 (antlr-imenu-create-index-function): Change accordingly.
2649 (antlr-inside-rule-p): Ditto.
2650 (antlr-end-of-rule): Ditto.
2651 (antlr-end-of-body): Ditto.
2652 (antlr-beginning-of-rule): Ditto.
2653 (antlr-indent-line): Ditto.
2654
2655 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
2656
2657 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2658 (antlr-set-tabs): Don't use hard-coded values.
2659
2660 * antlr-mode.el: Minor navigation changes. Not perfect, but this
2661 won't be possible without a huge time penalty.
2662 (antlr-skip-exception-part): Be more specific.
2663 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2664 Renamed from `antlr-skip-grammar-header'.
2665 (antlr-next-rule): Change accordingly.
2666 (antlr-end-of-body): Ditto. Better error message.
2667 (antlr-beginning-of-body): Better error message.
2668 (antlr-imenu-create-index-function): Skip rule action prelude.
2669
2670 * antlr-mode.el: Minor syntax highlighting changes.
2671 (antlr-font-lock-default-face): Deletia.
2672 (antlr-font-lock-tokendef-face): Changed color.
2673 (antlr-font-lock-tokenref-face): Changed color.
2674 (antlr-font-lock-literal-face): Changed color.
2675 (antlr-font-lock-additional-keywords): Minor changes.
2676
2677 1999-12-20 Carsten Dominik <cd@gnu.org>
2678
2679 * progmodes/idlwave.el: New file.
2680
2681 * progmodes/idlwave-rinfo.el: New file.
2682
2683 * progmodes/idlwave-shell.el: New file.
2684
2685 * progmodes/idlwave-toolbar.el: New file.
2686
2687 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2688
2689 1999-12-21 Gerd Moellmann <gerd@gnu.org>
2690
2691 * progmodes/cwarn.el: New file.
2692
2693 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2694
2695 * bindings.el (completion-ignored-extensions): Add .pdf.
2696
2697 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2698
2699 * version.el: Put the version info into binary on MS-DOS as well.
2700
2701 1999-12-19 Gerd Moellmann <gerd@gnu.org>
2702
2703 * emacs-lisp/debug.el (debugger-continue): Don't continue if
2704 debugger-may-continue is nil.
2705
2706 1999-12-18 Dave Love <fx@gnu.org>
2707
2708 * emacs-lisp/cl-macs.el: Remove conditional definition of
2709 eval-when-compile. Don't specify abs, expt, gethash,
2710 hash-table-count, hash-table-p as side-effect-free here.
2711 (cl-emacs-type): Don't declare.
2712 (cl-compile-time-init): Remove Emacs 18 compiler patch.
2713 (cl-parse-loop-clause): Remove compatibility code.
2714
2715 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2716 (side-effect-free-fns): Add gethash, hash-table-count.
2717 (side-effect-and-error-free-fns): Add hash-table-p.
2718
2719 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
2720 `cl-' to autoload names for some hash functions. Don't autoload
2721 eval-when-compile. Don't provide mini-cl.
2722 (cl-emacs-type): Remove.
2723 (cl-map-extents): Remove compatibility code.
2724
2725 * emacs-lisp/float.el: Bind free variables.
2726
2727 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2728
2729 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2730
2731 * bindings.el (completion-ignored-extensions): Add .tfm.
2732
2733 1999-12-16 Dave Love <fx@gnu.org>
2734
2735 * faces.el (set-face-attribute): Purecopy the attributes set.
2736
2737 * custom.el (custom-declare-variable): Purecopy value.
2738
2739 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2740 (byte-extrude-byte-code-vectors): Use remprop.
2741 (byte-compile-lambda): Check that arg is a lambda.
2742
2743 1999-11-16 Anders Lindgren <AndersL@andersl.com>
2744
2745 * font-lock.el: System for adding and removing keywords.
2746 Both local (previously added keyword) and global keywords
2747 can be removed.
2748 (font-lock-remove-keywords): New user-level function.
2749 (font-lock-update-removed-keyword-alist): New internal function.
2750 (font-lock-removed-keywords-alist): New variable.
2751 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2752 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2753 growing datastructures.
2754 (font-lock-set-defaults): Removes keywords stored in
2755 `font-lock-removed-keywords-alist' after local keywords added.
2756
2757 1999-12-16 Anders Lindgren <andersl@andersl.com>
2758
2759 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2760 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2761
2762 * font-lock.el (c-keywords): Only highlight preprocessor
2763 directives when spelled correctly.
2764
2765 * font-lock.el (font-lock-match-c++-structor-declaration,
2766 c++-keywords): Fontify constructors and destructors with function
2767 face inside C++ class declarations.
2768
2769 1999-12-16 Gerd Moellmann <gerd@gnu.org>
2770
2771 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2772 the shell from sh-shell-file.
2773
2774 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2775
2776 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2777
2778 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2779 if one of the files specified cannot be accessed by
2780 file-attributes. Do not strip any leading directories from the
2781 file names, to behave more like `ls' does.
2782
2783 * dired.el (dired-get-filename): Handle absolute file names.
2784 (dired-readin-insert): If argument is a cons, don't print
2785 "wildcard" on the ``total'' line.
2786
2787 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2788
2789 * faces.el (face-read-integer, read-face-attribute)
2790 (color-defined-p, color-values): Allow color values unspecified-fg
2791 and unspecified-bg, handle them as unspecified.
2792
2793 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
2794
2795 * textmodes/reftex.el: (reftex-compile-variables): respect new
2796 structure of `reftex-index-macro'
2797 (reftex-compile-variables): Use the changed structure of
2798 `reftex-label-alist'.
2799
2800 * textmodes/reftex-vars.el (reftex-index-math-format,
2801 (reftex-toc-max-level): New option.
2802 reftex-index-phrases-search-whole-words,
2803 reftex-index-phrases-case-fold-search,
2804 reftex-index-phrases-skip-indexed-matches,
2805 reftex-index-phrases-wrap-long-lines,
2806 reftex-index-phrases-sort-prefers-entry,
2807 reftex-index-phrases-sort-in-blocks): New options.
2808 (reftex-index-macros): Option structure changed.
2809 (reftex-index-macros-builtin): Added `repeat' item to each entry.
2810 (reftex-label-alist): Additional item in each entry to specify if
2811 the environment should be listed in the TOC.
2812 (eval-when-compile (require 'cl)) added.
2813
2814 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2815 longer deals with "repeat".
2816 (reftex-index): "repeat property in `reftex-index-macro-alist' is
2817 now used.
2818 (reftex-index-phrases-comment-regexp,
2819 reftex-index-phrases-macrodef-regexp,
2820 reftex-index-phrases-phrase-regexp1,
2821 reftex-index-phrases-phrase-regexp2,
2822 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2823 New constants.
2824 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2825 reftex-index-phrases-font-lock-keywords,
2826 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2827 reftex-index-phrases-restrict-file): New variables.
2828 (reftex-index-phrase-selection-or-word,
2829 reftex-index-visit-phrases-buffer,
2830 reftex-index-initialize-phrases-buffer,
2831 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2832 reftex-index-next-phrase, reftex-index-this-phrase,
2833 reftex-index-all-phrases, reftex-index-region-phrases,
2834 reftex-index-phrases-parse-header,
2835 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2836 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2837 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2838 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2839 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2840 reftex-index-make-replace-string,
2841 reftex-query-index-phrase-globally, reftex-query-index-phrase,
2842 reftex-index-phrase-match-is-indexed,
2843 reftex-index-phrases-fixup-line,
2844 reftex-index-phrases-replace-space,
2845 reftex-index-select-phrases-macro): New functions.
2846 (reftex-index-globalize, reftex-index-globally): functions removed
2847 (eval-when-compile (require 'cl)) added.
2848
2849 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2850 for max level.
2851 (reftex-toc-max-level-indicator): New variable.
2852 (reftex-toc-max-level): New command.
2853 (reftex-toc-map): New keybinding `t'.
2854 (reftex-toc-help): Constant updated.
2855 (eval-when-compile (require 'cl)) added.
2856
2857 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2858 `t' command key can change `reftex-toc-max-level'
2859 (eval-when-compile (require 'cl)) added.
2860
2861 * textmode/reftex-sel (reftex-insert-docstruct): Respect
2862 `reftex-toc-max-level'
2863 (eval-when-compile (require 'cl)) added.
2864
2865 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2866 added.
2867
2868 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2869 added.
2870
2871 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2872 commands.
2873 (reftex-citation, reftex-do-citation,
2874 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2875 preselect a citation format.
2876 (eval-when-compile (require 'cl)) added.
2877
2878 * textmodes/reftex-parse.el (reftex-context-substring): Optional
2879 parameter to-end
2880 (reftex-section-info): Deal with environment matches.
2881 (eval-when-compile (require 'cl)) added.
2882
2883 * reftex-global.el (eval-when-compile (require 'cl)) added.
2884
2885 1999-12-15 Kenichi Handa <handa@etl.go.jp>
2886
2887 The following changes are for the new composition mechanism. We
2888 have deleted `composition' charset and composite characters,
2889 instead introduced a special text property `composition'.
2890
2891 * composite.el: New file.
2892
2893 * ps-mule.el: Define encode-composition-rule and find-composition
2894 for Emacs 20.4 and the earlier versions.
2895 (ps-mule-init-external-library): Just require a feature for
2896 external libraries.
2897 (ps-mule-prologue): Postscript code modified for new composition.
2898 (ps-mule-find-wrappoint): New arg COMPOSITION.
2899 (ps-mule-plot-string): Delete code for composite characaters.
2900 (ps-mule-plot-composition): New funcion.
2901 (ps-mule-prepare-font-for-components): New function.
2902 (ps-mule-plot-components): New function.
2903 (ps-mule-composition-prologue-generated): Renamed from
2904 ps-mule-cmpchar-prologue-generated.
2905 (ps-mule-composition-prologue): New named from
2906 ps-mule-cmpchar-prologue. Modified for new composition.
2907 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2908 ps-mule-prepare-cmpchar-font): Deleted.
2909 (ps-mule-string-encoding): New arg NO-SETFONT.
2910 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2911 check Composing, not Cmpchar
2912 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2913 to nil.
2914 (ps-mule-begin-job): Check existence of new composition.
2915
2916 * ps-print.el (ps-plot-region): Handle new composition.
2917
2918 * simple.el (what-cursor-position): Show "(composed)" if the
2919 character is composed.
2920
2921 * international/characters.el: Fix cateogries of Lao symbols.
2922
2923 * international/fontset.el (vertical-centering-font-regexp): New
2924 variable.
2925
2926 * international/mule.el (mule-version): Updated to 5.0 (AOI).
2927 (mule-version-date): Updated to 1999.12.7.
2928 (with-category-table): New macro.
2929
2930 * international/mule-cmds.el (encode-coding-char): Don't check
2931 composite character.
2932
2933 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2934 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2935 x-ctext): Give `composition' property t.
2936
2937 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2938 non-nil) at the tail of ALIST.
2939 (compose-region, decompose-region, decompse-string,
2940 reference-point-alist, compose-chars): Moved to composite.el.
2941 (compose-chars-component, compose-chars-rule,
2942 decompose-composite-char): Deleted.
2943
2944 * international/quail.el (quail-install-map): New optional arg
2945 NAME.
2946 (quail-get-translation): If DEF is a symbol but not a function,
2947 ignore it.
2948 (quail-start-translation): Put a key sequence undefined in the
2949 translation keymap in unread-command-events, not generated-events.
2950 Return parameterized event (compose-last-chars N) if the input
2951 characters should be composed.
2952 (quail-map-definition): If DEF is t, treat it as nil.
2953 (quail-delete-last-char): Delete the quail region.
2954 (quail-show-translations): Don't show list of translations if the
2955 quail package is deterministic.
2956 (quail-completion-max-depth): New variable.
2957 (quail-completion-1): Pay attention to the above variable. Fix
2958 for the case that a translation is a function.
2959 (quail-map-from-table, quail-map-from-table-1,
2960 quail-map-from-table-2): New functions.
2961 (quail-lookup-map-and-concat): New function
2962
2963 * language/devan-util.el: Mostly rewritten.
2964
2965 * language/lao.el: Register lao-composition-function in
2966 composition-function-table.
2967
2968 * language/lao-util.el: Mostly rewritten.
2969
2970 * language/thai.el: Register thai-composition-function in
2971 composition-function-table.
2972 (thai-tis620): Delete `pre-write-conversion' property.
2973
2974 * language/thai-util.el: (thai-category-table): Make it by
2975 make-category-table.
2976 (thai-composition-pattern): New variable.
2977 (thai-compose-region, thai-compose-string): Use
2978 with-category-table.
2979 (thai-post-read-conversion): Just call thai-compose-region.
2980 (thai-pre-write-conversion): Deleted.
2981 (thai-composition-function): New funciton.
2982
2983 * language/tibet-util.el: Most functions rewritten.
2984 (tibetan-char-p): Renamed from tibetan-char-examin.
2985 (tibetan-composable-examin) (tibetan-complete-char-examin)
2986 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2987 (tibetan-add-components): New function.
2988 (tibetan-composition-function): New function.
2989
2990 * language/tibetan.el: Register tibetan-composition-function in
2991 composition-function-table.
2992 (tibetan-composable-pattern): New variable.
2993 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2994 (tibetan-precomposition-rule-alist): Move punctuations to
2995 tibetan-punctuation-transcription-alist and
2996 tibetan-obsolete-glyphs.
2997 (tibetan-punctuation-transcription-alist): New variable.
2998 (tibetan-obsolete-glyphs): New variable.
2999 (tibetan-regexp): Improve the initialization code.
3000
3001 * textmodes/fill.el (fill-find-break-point): Delete codes for
3002 composite characters.
3003 (fill-region-as-paragraph): Likewise.
3004
3005 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3006
3007 * international/mule-cmds.el (default-input-method): Specify
3008 that it should be set after current-language-environment.
3009
3010 * custom.el (custom-handle-keyword): Add :set-after.
3011 (custom-add-dependencies): New function.
3012 (custom-set-variables): Take dependencies between args into
3013 account.
3014
3015 * battery.el (battery): Doc fix.
3016
3017 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3018
3019 * progmodes/cc-make.el: Removed.
3020
3021 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3022
3023 * Release of cc-mode 5.26
3024
3025 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3026
3027 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3028 target depth. Optionally count #else lines as clause limits,
3029 as suggested by don provan <provan@lucent.com>. #elif
3030 handling fixed.
3031
3032 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3033 (c-down-conditional-with-else): New commands that uses the
3034 added functionality in `c-forward-conditional'.
3035
3036 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3037
3038 * cc-align.el (c-lineup-comment): Preserve the alignment with
3039 a comment on the previous line instead of preserving the
3040 comment-column.
3041
3042 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3043
3044 * Fixes to IDL mode after input from Eric Eide
3045 <eeide@cs.utah.edu>:
3046 * cc-engine.el (c-beginning-of-statement-1): Allow
3047 `c-conditional-key' to be nil, for the benefit of IDL mode.
3048 * cc-engine.el (c-guess-basic-syntax): Ditto.
3049 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3050 but do match CORBA 2.3 `valuetype'.
3051 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3052 for IDL.
3053 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3054 be nil for IDL.
3055 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3056 Like C++.
3057 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3058 set `c-method-key' and `c-baseclass-key' to nil.
3059
3060 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3061
3062 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3063 with nonhanging open braces.
3064
3065 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3066
3067 * cc-align.el: Added docstrings to all lineup functions.
3068
3069 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3070 keyword.
3071
3072 * cc-align.el (c-lineup-C-comments): Handle free form text
3073 comments. Use c-comment-prefix-regexp and comment-start-skip
3074 instead of hardcoded regexps.
3075
3076 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3077
3078 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3079 behavior and return value as documented.
3080
3081 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3082
3083 * Changes for new style variable init system:
3084 * cc-langs.el (c-common-init): Dito.
3085 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3086 now customizable.
3087 * cc-vars.el: Style variables may now take a value
3088 'set-from-style to make them take their value from the style
3089 system. This value is now the default on all these variables.
3090 * cc-vars.el (c-valid-offset): New function to verify a
3091 syntactic symbol offset setting.
3092 * cc-vars.el (c-offsets-alist): Variable moved from
3093 cc-styles.el since it's now customizable in a similar way to
3094 the other style variables.
3095 * cc-vars.el (c-old-style-variable-behavior): New variable to
3096 revert to the old style init behavior.
3097
3098 * cc-vars.el (c-file-style, c-file-offsets): Made always
3099 buffer local.
3100
3101 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3102 the throws clause that might follow the function prototype in
3103 C++.
3104
3105 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3106
3107 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3108 could move forward for macros that doesn't start in column 0.
3109
3110 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3111
3112 * cc-align.el (c-indent-multi-line-block,
3113 c-lineup-whitesmith-in-block): Two new lineup functions for
3114 use in whitesmith style.
3115
3116 * cc-styles.el (c-style-alist): More fixes to whitesmith
3117 style. It should now handle all different braces uniformly in
3118 both hanging and non-hanging cases.
3119
3120 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3121
3122 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3123 make it stay in the same position relative to the surrounding
3124 text.
3125
3126 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3127 when adaptive-fill-mode doesn't manage to get it correct.
3128
3129 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3130 with dotted notation, e.g. foo.bar.Gnu.
3131
3132 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3133 within unwind-protect (previously only some were wrapped so it
3134 would be possible to register mode initialization when full
3135 initialization did not finish).
3136
3137 * cc-styles.el (c-style-alist): Corrected the brace placement
3138 in the whitesmith style. Thanks to Sean Luke
3139 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
3140 styles with consistent brace placement for all constructs.
3141
3142 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3143
3144 * cc-cmds.el (c-context-line-break): Continue C++ comments too
3145 when point is in the middle of them.
3146
3147 * cc-cmds.el: Line breaking and paragraph filling code
3148 rewritten:
3149 (c-guess-fill-prefix): New function that uses various
3150 heuristics to guess the comment prefix.
3151 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3152 It now assumes adaptive filling is active to preserve the line
3153 prefix inside comments.
3154 (c-indent-new-comment-line): Replacement for the now
3155 obsolete `c-comment-line-break-function' that uses
3156 `c-guess-fill-prefix' when appropriate. It now observes the
3157 setting of `comment-multi-line', which has effect in C-style
3158 block comments.
3159
3160 * cc-cmds.el (c-context-line-break): New function intended to
3161 be put on RET. It's essentially `newline-and-indent', but
3162 continues C block comments with the appropriate line prefix.
3163
3164 * cc-cmds.el (c-do-auto-fill): New function put on
3165 `normal-auto-fill-function' to implement the
3166 `c-ignore-auto-fill' variable.
3167
3168 * cc-cmds.el (c-beginning-of-statement): Use
3169 `c-comment-prefix-regexp' to avoid ending up inside the
3170 comment prefix. Better handling of comment starters and
3171 enders. Catch comments better when traversing code. Stop at
3172 preprocessor directives.
3173
3174 * cc-defs.el (c-forward-comment): New subst to hide platform
3175 dependent quirks in `forward-comment'.
3176
3177 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3178 argument.
3179 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3180 arguments. Activate this function by default when
3181 `parse-partial-sexp' supports it (currently Emacs 20.x).
3182
3183 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3184 on the comment opener to make constants usable as lineup
3185 arguments.
3186
3187 * cc-align.el (c-lineup-C-comments): Fixes to handle the
3188 changed anchor position in the `c' syntactic symbol. Handle
3189 more than stars in the comment prefix; use the new variable
3190 `c-comment-prefix-regexp'. Don't indent text not preceded by
3191 a comment prefix to the right of the comment opener if it's
3192 long.
3193
3194 * cc-langs.el: Fixes to mode initialization for new line
3195 breaking and paragraph filling method. Adaptive fill mode is
3196 now activated at startup instead of deactivated. The
3197 variables used for adaptive filling and paragraph movement are
3198 also changed to incorporate the value of
3199 `c-comment-prefix-regexp'. `substitute-key-definition' is
3200 used to override some functions in the global map instead of
3201 overriding their default bindings.
3202
3203 * cc-mode.el (java-mode): Modify `paragraph-start' for the
3204 javadoc markup at mode init.
3205
3206 * cc-mode.el (c-setup-filladapt): A new convenience function
3207 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
3208 function is intended to be used explicitly by the end user
3209 only.
3210
3211 * cc-vars.el (c-comment-prefix-regexp): New variable used to
3212 recognize the comment fill prefix inside comments.
3213 (c-block-comment-prefix): New name for
3214 `c-comment-contiuation-stars', which is now obsolete. It's
3215 generalized to handle any character sequence.
3216 (c-ignore-auto-fill): New variable used to selectively disable
3217 Auto Fill mode in specific contexts.
3218
3219 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3220
3221 * cc-cmds.el (c-comment-indent): Leave at least one space
3222 between the comment and the last nonblank character in the
3223 case where we look at the indentation of the comment on the
3224 previous line (case 4).
3225
3226 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3227 list of characters that may start a statement (it's a sort of
3228 prefix operator in Pike, and isn't used at all in any of the
3229 other languages).
3230
3231 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3232
3233 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3234 inside continued statements as statement-cont instead of
3235 brace-list-open. The reason is that one normally adjusts
3236 brace-list-open for brace lists as top-level constructs, and
3237 brace lists inside statements is a completely different
3238 context. Case 10B.2 changed. Also changed (the somewhat
3239 esoteric) case 9A to cope with this.
3240
3241 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3242
3243 * cc-cmds.el (c-electric-brace): Added electric handling of
3244 the open brace for brace-elseif-brace.
3245
3246 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3247
3248 * cc-defs.el (c-with-syntax-table): New macro to easily switch
3249 syntax tables temporarily.
3250
3251 * cc-engine.el (c-guess-basic-syntax): Handle template and
3252 member init argument lists split over several lines. Case 5D
3253 changed.
3254
3255 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3256 @throws introduced in Javadoc 1.2.
3257
3258 * cc-menus.el (cc-imenu-java-generic-expression): Applied
3259 patch from RMS to avoid infinite backtracking.
3260
3261 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3262
3263 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3264 by [ ].
3265
3266 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3267
3268 * cc-align.el (c-lineup-dont-change): Compensate properly for
3269 the column in langelem.
3270
3271 * cc-engine.el (c-syntactic-information-on-region): New
3272 function to help debugging the syntactic analysis.
3273
3274 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3275
3276 * cc-align.el (c-lineup-template-args): Handle nested template
3277 arglists.
3278
3279 * cc-langs.el (c++-template-syntax-table): New syntax table
3280 that makes `<' and `>' parenthesis characters, which is useful
3281 to switch to temporarily when analyzing template arglists.
3282
3283 * cc-styles.el: Changed default alignment of labels in the
3284 java style to conform to the examples in the Java Language
3285 Specification.
3286
3287 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3288 by default.
3289
3290 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3291
3292 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3293 immediately before the closing paren in an arglist, so don't
3294 check that in Pike mode. Case 7A changed.
3295
3296 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3297
3298 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3299 lines were ignored under certain conditions.
3300
3301 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3302
3303 * cc-align.el (c-lineup-template-args): New function for
3304 aligning continued template argument lists.
3305
3306 * cc-engine.el (c-guess-basic-syntax): Fix for member init
3307 lists containing function arglists split over several lines.
3308 Case 5D.1 changed.
3309
3310 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3311 template-args-cont didn't get recognized when the first
3312 arglist opener line doesn't contain a template argument. New
3313 case 5K.
3314
3315 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3316
3317 * cc-defs.el (c-point): Changed from subst to macro for
3318 efficiency.
3319 (c-beginning-of-defun-1, c-end-of-defun-1): New
3320 beginning-of-defun/end-of-defun wrappers separated from
3321 c-point.
3322
3323 * cc-menus.el (imenu-generic-expression,
3324 imenu-case-fold-search, imenu-progress-message): Dummy
3325 definitions to avoid compiler warnings if imenu can't be
3326 loaded.
3327 * cc-menus.el (cc-imenu-init): New function called at mode
3328 init.
3329 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3330 imenu initializations to cc-imenu-init.
3331
3332 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3333
3334 * cc-engine.el (c-guess-basic-syntax): Slightly better check
3335 for lambda-intro-cont in Pike mode. Case 6 changed.
3336
3337 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3338 anything following "new Foo()" was considered an anonymous
3339 class body in Java mode.
3340
3341 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3342
3343 * cc-cmds.el (c-comment-line-break-function): When breaking in
3344 a string, don't insert a new line.
3345
3346 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3347
3348 * cc-engine.el (c-at-toplevel-p): New interface function which
3349 returns information useful to add-on authors. It tells you
3350 whether you're at a toplevel statement or not.
3351
3352 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
3353
3354 * cc-cmds.el (c-comment-line-break-function): It is possible
3355 that forward-line does not land us at the bol, say if we're on
3356 the last line in a file. In that case, do a
3357 back-to-indentation instead of a forward-comment -1.
3358
3359 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3360
3361 * cc-engine.el (c-beginning-of-statement-1): Don't catch
3362 "default:" as normal label in case 4.
3363
3364 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3365
3366 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3367 recognize continued bitfield declarations. Case 5D.1 changed.
3368 * cc-langs.el: New variable c-bitfield-key.
3369 * cc-mode.el: New variable c-bitfield-key.
3370
3371 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3372
3373 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3374 anonymous array expressions (i.e. "new Foo[] {.. bracelist
3375 ..}").
3376
3377 1999-12-12 Dave Love <fx@gnu.org>
3378
3379 * mail/footnote.el: Require cl when compiling. Don't autoload
3380 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
3381 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3382 Avoid `acons'.
3383 (footnote-mode-line-string, Footnote-add-footnote): Remove
3384 autoload cookie.
3385
3386 1999-12-12 Richard Sharman <rsharman@pobox.com>
3387
3388 * sh-script.el: Fix for when font-lock mode is active.
3389 (sh-font-lock-unfontify-region-function): New function.
3390
3391 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
3392
3393 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3394 if start-process is not bound, since Ispell now supports such
3395 platforms as well.
3396
3397 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3398
3399 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3400 rmail-summary-goto-msg.
3401
3402 * files.el (after-find-file): Fix previous change.
3403
3404 1999-12-11 Dave Love <fx@gnu.org>
3405
3406 * help.el (where-is): Use `commandp' as predicate for
3407 `completing-read'
3408
3409 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3410
3411 * cus-edit.el (custom-save-delete): Delete all occurrences,
3412 leave point where the first occurrence was.
3413 (custom-save-faces): Insert a newline at the end of the comment.
3414 Avoid a double newline there.
3415 If final closeparen is at bol, put a space before it.
3416 (custom-save-variables): Likewise.
3417 (custom-file): Doc fix.
3418
3419 1999-12-10 Gerd Moellmann <gerd@gnu.org>
3420
3421 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3422 regexp matching image and audio files.
3423
3424 1999-12-09 Dave Love <fx@gnu.org>
3425
3426 * mail/footnote.el: New file.
3427
3428 1999-12-09 Gerd Moellmann <gerd@gnu.org>
3429
3430 * files.el (after-find-file): Use auto-save-visited-file-name if
3431 set.
3432
3433 * mail/feedmail.el (feedmail-find-eoh): Take
3434 feedmail-queue-alternative-mail-header-separator into account.
3435
3436 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3437
3438 * smerge-mode.el: New file.
3439
3440 * font-lock.el (font-lock-multiline): New variable.
3441 (font-lock-add-keywords): Rename `major-mode' into `mode'.
3442 (font-lock-remove-keywords): Added a dummy `mode' argument for
3443 potential future support.
3444 (font-lock-fontify-anchored-keywords,
3445 (font-lock-fontify-keywords-region): Only handle multiline strings
3446 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3447
3448 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3449
3450 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3451
3452 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3453
3454 1999-12-07 Dave Love <fx@gnu.org>
3455
3456 * help.el (view-emacs-problems): New command, bound to C-h P.
3457
3458 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3459
3460 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
3461
3462 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3463 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3464 New code to support the minor mode version.
3465 (diff-recenter): New function.
3466 (diff-next-hunk, diff-next-file): Use it.
3467 (diff-remembered-files-alist): New var.
3468 (diff-merge-strings): New function.
3469 (diff-find-file-name): Make it smarter and use the user's input more.
3470 (diff-mode): Cosmetic changes.
3471
3472 * files.el (save-some-buffers): Turn EXITING into the more general
3473 PRED argument to allow specifying a subset of buffers.
3474
3475 * simple.el (kill-region): Use the new `delete-and-extract-region'
3476 rather than the undo log (which is incorrect with *-change-functions).
3477
3478 * font-lock.el (font-lock-default-fontify-region): Fix subtle
3479 off-by-one problem that could force re-fontifying the whole buffer.
3480 (font-lock-remove-keywords): New function.
3481 (font-lock-add-keywords): Use the new function to ensure idempotence.
3482
3483 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
3484
3485 * viper-cmd.el (viper-minibuffer-standard-hook,
3486 viper-minibuffer-real-start): Mew functions.
3487 (viper-read-string-with-history,viper-file-add-suffix,
3488 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3489 change in the status of the minibuffer prompt.
3490
3491 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3492
3493 * comint.el (comint-redirect-results-list)
3494 (comint-redirect-results-list-from-process): Remove interactive
3495 spec.
3496
3497 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3498
3499 * info.el (info-node, info-menu-5, info-xref): Define colors for
3500 Info faces if the display supports them.
3501
3502 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3503
3504 Changes for automatic remapping of X colors on terminal frames:
3505
3506 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3507 term-setup-hook. Call msdos-remember-default-colors and
3508 msdos-handle-reverse-video.
3509 (msdos-face-setup): Parts of code moved to
3510 msdos-setup-initial-frame.
3511 (msdos-handle-reverse-video): New function, modeled after
3512 x-handle-reverse-video.
3513 (make-msdos-frame): Don't use initial-frame-alist and
3514 default-frame-alist. Call msdos-handle-reverse-video.
3515 (msdos-color-aliases): Remove.
3516 (msdos-color-translate, msdos-approximate-color): Remove.
3517 (msdos-color-values): Use 16-bit RGB values. RGB values updated
3518 for better approximation of X colors.
3519 (msdos-face-setup): Call tty-color-clear. Remove code that sets
3520 up tty-color-alist (it is now on startup.el).
3521 (x-display-color-p, x-color-defined-p, x-color-values,
3522 x-defined-colors, face-color-supported-p, face-color-gray-p):
3523 Remove.
3524
3525 * facemenu.el (facemenu-read-color, list-colors-display): Use
3526 defined-colors for all frame types.
3527 (facemenu-color-equal): Use color-values for all frame types.
3528
3529 * faces.el (read-face-attribute): For :foreground and :background
3530 attributes and frames on character terminals, translate the color
3531 to the closest supported one before looking it up in the list of
3532 valid values.
3533 (face-valid-attribute-values): Call defined-colors for all types
3534 of frames.
3535 (defined-colors, color-defined-p, color-values, display-color-p):
3536 New finctions.
3537 (x-defined-colors, x-color-defined-p, x-color-values,
3538 x-display-color-p): Aliases for the above.
3539
3540 * startup.el (command-line): Register terminal colors for frame
3541 types other than x and w32, but only if the terminal supports
3542 colors. Call tty-color-define instead of face-register-tty-color.
3543
3544 * term/x-win.el (xw-defined-colors): Renamed from
3545 x-defined-colors.
3546 * term/w32-win.el (xw-defined-colors): Likewise.
3547
3548 * term/tty-colors.el: New file.
3549 * loadup.el: Load term/tty-colors.
3550
3551 1999-12-06 Dave Love <fx@gnu.org>
3552
3553 * ffap.el: Autoload the ffap alias directly.
3554
3555 1999-12-06 Inge Frick <inge@nada.kth.se>
3556
3557 * dired-aux.el (dired-do-shell-command): Changed documentation.
3558 (dired-shell-stuff-it): A `?' in COMMAND has now the same
3559 meaning as `*'.
3560
3561 1999-12-06 Gerd Moellmann <gerd@gnu.org>
3562
3563 * simple.el (insert-buffer): Doc fix.
3564
3565 * apropos.el (apropos-mode): Add autoload cookie.
3566
3567 1999-12-06 Sam Steingold <sds@goems.com>
3568
3569 * progmodes/etags.el (etags-tags-completion-table): Modified the
3570 regexp to allow for the CL symbols starting with `+*'.
3571 (tags-completion-table): Doc fix (it's an obarray, not an alist).
3572 (tags-completion-table, tags-recognize-empty-tags-table): Remove
3573 `function' quoting lambda.
3574 (tags-with-face): New macro.
3575 (list-tags, tags-apropos): Use it.
3576 (tags-apropos-additional-actions): New user option.
3577 (etags-tags-apropos-additional): Use it.
3578 (tags-apropos): Call etags-tags-apropos-additional.
3579 (tags-apropos-verbose): New user option.
3580 (etags-tags-apropos): Use it.
3581 (visit-tags-table-buffer, next-file): Use `unless'.
3582 (recognize-empty-tags-table): Renamed to
3583 tags-recognize-empty-tags-table.
3584 (complete-tag): Call tags-complete-tag bypassing try-completion.
3585
3586 1999-12-06 Kenichi Handa <handa@etl.go.jp>
3587
3588 * international/mule.el (set-buffer-file-coding-system): Docstring
3589 modified.
3590
3591 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3592
3593 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3594 using the hideshow package.
3595 (hs-special-modes-alist): Added entry for bibtex to allow the use
3596 of the hideshow package.
3597 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3598 not longer provided by bibtex.el directly. Instead the hideshow
3599 package should be used.
3600 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3601 references to bibtex-hide-entry-bodies.
3602
3603 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
3604
3605 * textmodes/bibtex.el: Copyright notice is up to date. Moved
3606 maintainer information closer to the beginning of the bibtex.el
3607 file.
3608 (bibtex-maintainer-salutation): New constant.
3609 (bibtex-version): New constant.
3610 (bibtex-submit-bug-report): Use bibtex-version and
3611 bibtex-maintainer-salutation.
3612 (bibtex-entry-field-alist): Made booktitle field optional for
3613 @inproceedings entries when crossreferenced.
3614 (bibtex-entry-field-alist): Added booktitle field to proceedings
3615 entry type (for cross referencing). Thanks to Wagner Toledo Correa
3616 for the suggestion.
3617 (bibtex-string-file-path): Fixed typo.
3618
3619 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
3620
3621 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3622 for reftex.el.
3623 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3624 to menu.
3625
3626 1999-12-04 Dave Love <fx@gnu.org>
3627
3628 * delsel.el: Revert previous change -- region is significant to
3629 skeleton.
3630
3631 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
3632
3633 * viper-cmd.el (viper-change-state): Use
3634 viper-ESC-moves-cursor-back to decide whether to move the cursor
3635 back.
3636
3637 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
3638
3639 * international/mule-util.el (truncate-string-to-width): Docsting
3640 fixed.
3641
3642 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
3643
3644 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3645 use of `cond'.
3646 (lm-with-file): Move all the find-file...kill-buffer stuff into
3647 this macro. Make it use `find-file-noselect' and make it kill
3648 the buffer only if it wasn't already displayed somewhere.
3649 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3650 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3651 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3652 (lm-commentary): Fix to handle the case when the change log is
3653 at the end of the file.
3654
3655 1999-12-02 Kenichi Handa <handa@etl.go.jp>
3656
3657 * international/mule.el (charsetp): Fix typo in docstring.
3658
3659 * international/mule-diag.el (list-coding-categories): Fix typo;
3660 automatic -> autoload.
3661
3662 1999-12-02 Gerd Moellmann <gerd@gnu.org>
3663
3664 * vc.el (vc-update-change-log): Look for rcs2log under
3665 exec-directory.
3666
3667 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3668 outline-regexp, add outline-level.
3669 (lisp-outline-level): New.
3670
3671 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3672 remove extraneous string-match.
3673
3674 * finder.el (finder-commentary): Activate Finder mode.
3675
3676 1999-12-01 Anders Lindgren <andersl@andersl.com>
3677
3678 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3679 off when reverting buffers that contained mode specifiers.
3680 `revert-buffer' is now called with non-nil PRESERVE-MODES
3681 argument.
3682
3683 1999-12-01 Dave Love <fx@gnu.org>
3684
3685 * delsel.el: Grok skeleton-pair-insert-maybe.
3686
3687 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3688
3689 * progmodes/cperl-mode.el (cperl-under-as-char):
3690 Use nil as default.
3691
3692 1999-11-30 Gerd Moellmann <gerd@gnu.org>
3693
3694 * speedbar.el (toplevel): Remove compatibility code for Emacs
3695 versions without custom.el.
3696
3697 1999-11-30 Dave Love <fx@gnu.org>
3698
3699 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3700
3701 * autoinsert.el: Minor doc fixes.
3702 (auto-insert): Return nil.
3703
3704 * faces.el (set-face-documentation): Purecopy STRING.
3705
3706 1999-11-29 Dave Love <fx@gnu.org>
3707
3708 * derived.el: Doc fixes, remove old backquote syntax.
3709
3710 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3711 comment warning about editing.
3712
3713 * help.el (help-mode-hook): Define.
3714
3715 1999-11-29 Gerd Moellmann <gerd@gnu.org>
3716
3717 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3718 invalid translation of old-style backquote syntax to new syntax.
3719
3720 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3721
3722 * Makefile (DONTCOMPILE): Add term/internal.el.
3723
3724 1999-11-26 Dave Love <fx@gnu.org>
3725
3726 * comint.el: Fix last change.
3727
3728 * emacs-lisp/advice.el: Fix last change.
3729
3730 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3731
3732 * cus-edit.el (Custom-reset-standard): Doc fix.
3733 (custom-variable-reset-standard): Doc fix.
3734 (custom-face-reset-standard): Doc fix.
3735 (custom-face-menu): "Reset to Standard" => "Erase Customization".
3736 (custom-variable-menu): Likewise.
3737 (custom-reset-menu): Likewise.
3738 (custom-buffer-create-internal): Likewise.
3739
3740 1999-11-26 Dave Love <fx@gnu.org>
3741
3742 * progmodes/make-mode.el (makefile-mode-hook): Customize.
3743
3744 * font-lock.el: Doc fixes.
3745
3746 * menu-bar.el (menu-bar-mode): Customize.
3747
3748 * cus-start.el: Add use-dialog-box.
3749
3750 * add-log.el (change-log-mode-hook): Customize.
3751 (add-log-current-defun): Use
3752 fortran-{beginning,end}-of-subprogram.
3753
3754 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3755
3756 * emacs-lisp/advice.el: Many doc fixes.
3757
3758 * comint.el (comint-preoutput-filter-functions): Doc fix.
3759
3760 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3761
3762 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3763 Improve messages for capitalization of arg names,
3764 for flag variables, for t and nil, for imperatives.
3765 Call them imperatives rather than infinitives sans "to".
3766 (checkdoc-common-verbs-wrong-voice): Add "moves".
3767 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3768
3769 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3770 Don't convert comments from 3-semicolon to 2-semicolon.
3771 That is a matter of style.
3772 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3773 (checkdoc-comments): Don't bind that variable.
3774
3775 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3776
3777 * files.el (write-file-hooks): Doc fix.
3778
3779 1999-11-26 Gerd Moellmann <gerd@gnu.org>
3780
3781 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3782
3783 1999-11-25 Dave Love <fx@gnu.org>
3784
3785 * hippie-exp.el: Require comint when compiling.
3786 (hippie-expand): Add :links.
3787 (hippie-expand-try-functions-list): Customize.
3788
3789 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3790
3791 * viper*el: Replaced old-style backquotes.
3792
3793 * ediff*el: Replaced old-style backquotes.
3794
3795 * ediff-merge
3796 (ediff-looks-like-combined-merge,ediff-get-combined-region):
3797 Changed to support the new format for ediff-combination-pattern.
3798
3799 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3800 Changed to support the new format for ediff-combination-pattern.
3801
3802 1999-11-24 Dave Love <fx@gnu.org>
3803
3804 * custom.el (custom-declare-group): Purecopy DOC.
3805 (custom-handle-keyword): Purecopy VALUE.
3806 (custom-add-link): Purecopy WIDGET.
3807 (custom-add-version): Purecopy VERSION.
3808 (custom-add-load): Purecopy LOAD.
3809
3810 * cus-face.el (custom-declare-face): Purecopy DOC.
3811
3812 * info.el:
3813 (Info-build-node-completions, Info-search, Info-follow-reference)
3814 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3815 (Info-find-emacs-command-nodes): Avoid properties on matched text
3816 which may appear in minibuffer.
3817
3818 1999-11-24 Gerd Moellmann <gerd@gnu.org>
3819
3820 * locate.el (locate-with-filter): Doc fix.
3821
3822 1999-11-24 Alex Schroeder <alex@gnu.org>
3823
3824 * sql.el (sql-find-sqli-buffer): New function.
3825 (sql-set-sqli-buffer-generally): New function.
3826 (sql-set-sqli-buffer): Better checking of new-buffer.
3827 (sql-copy-column): Add comma after INTO clause, too.
3828
3829 1999-11-24 Alex Schroeder <alex@gnu.org>
3830
3831 * sql.el (sql-imenu-generic-expression): New, used to set
3832 imenu-generic-expression.
3833
3834 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3835 setting font-lock-defaults' SYNTAX-ALIST. Set
3836 imenu-generic-expression, imenu-case-fold-search, and
3837 imenu-syntax-alist.
3838
3839 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3840 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3841
3842 1999-11-23 Andrew Innes <andrewi@gnu.org>
3843
3844 * w32-win.el (w32-drag-n-drop): Load files in current window, if
3845 drop coords aren't over a specific window.
3846
3847 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3848
3849 * ps-print.el: Define mule funs without checking if mule package is
3850 loaded.
3851 (ps-print-version): New version number (5.0.1).
3852 (ps-header-dirpart): Now uses abbreviate-file-name.
3853
3854 1999-11-23 Dave Love <fx@gnu.org>
3855
3856 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3857 comment-line-start.
3858 (fortran-comment-line-start-skip): Renamed from
3859 comment-line-start-skip.
3860 (fortran-mode-map): Use renamed functions. Add manual and custom
3861 entries to menu.
3862 (fortran-mode-hook): Customize.
3863 (fortran-comment-indent-function): Renamed from
3864 fortran-comment-hook.
3865 (delete-horizontal-regexp): Function deleted.
3866 (fortran-electric-line-number): Simplified.
3867 (fortran-beginning-of-subprogram): Renamed from
3868 beginning-of-fortran-subprogram.
3869 (fortran-end-of-subprogram): Renamed from
3870 end-of-fortran-subprogram.
3871 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3872 (fortran-previous-statement, fortran-next-statement): Simplified.
3873 (fortran-blink-match): New function.
3874 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3875 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3876 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3877 line-end-position.
3878 (fortran-fill): No longer interactive. Simplified.
3879 (fortran-break-line): Simplified.
3880 (fortran-analyze-file-format): Use char-after, not looking-at.
3881
3882 * emacs-lisp/find-func.el (find-function-regexp): Use
3883 `define-minor-mode' after easy-menu change.
3884
3885 1999-11-23 Gerd Moellmann <gerd@gnu.org>
3886
3887 * comint.el: Add redirection.from active comint buffers into
3888 another buffer. Written by Peter Breton.
3889
3890 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
3891
3892 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3893 `define-minor-mode'.
3894 (define-minor-mode): Specify `doc-string-elt'.
3895
3896 * emacs-lisp/easy-mmode.el: Changed maintainer.
3897 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3898 Use defcustom for the hooks; Improve the auto-generated docstrings.
3899 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3900 (define-minor-mode): Add BODY arg; Only declare the keymap if
3901 provided; Improve the auto-generated docstrings.
3902
3903 1999-11-22 Gerd Moellmann <gerd@gnu.org>
3904
3905 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3906 that the leading `^' is at the start. This is necessary because
3907 paragraphs.el tries to remove anchors, but can find them only if
3908 they are the first character.
3909
3910 * progmodes/antlr-mode.el: New file.
3911
3912 * calendar/calendar.el: Fix autoload for
3913 calendar-absolute-from-astro. Add autoload for
3914 calendar-print-astro-day-number.
3915
3916 1999-11-21 Anders Lindgren <andersl@andersl.com>
3917
3918 * follow.el: Use modern backquote syntax. Minor comment update.
3919
3920 1999-11-21 Gerd Moellmann <gerd@gnu.org>
3921
3922 * simple.el (with-syntax-table): Don't switch buffers.
3923
3924 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3925 progmodes/hideif.el: Use new backquote syntax.
3926
3927 1999-11-21 Ken Manheimer <klm@python.org>
3928
3929 * icomplete.el (icomplete-completions): Use an explicit variable
3930 `icomplete-prospects-length', obviating the need to use an
3931 apparently faulty throw/catch arrangement.
3932
3933 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
3934
3935 * term/internal.el (IT-display-table-setup): Don't overstep
3936 character code 255.
3937
3938 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
3939
3940 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3941 for the charset chinese-sisheng is 7bit encoding, not 8bit.
3942
3943 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
3944
3945 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3946 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3947
3948 * files.el (auto-mode-alist): Add patterns for diff-mode.
3949
3950 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3951 to detect an empty prompt.
3952
3953 1999-11-18 Dave Love <fx@gnu.org>
3954
3955 * simple.el (input-mode-8-bit): Fix the customization.
3956
3957 1999-11-18 Gerd Moellmann <gerd@gnu.org>
3958
3959 * international/iso-acc.el (iso-languages): Add more
3960 characters for Portuguese.
3961
3962 * speedbar.el: Clean up comment at the start of the file.
3963 Remove RCS id.
3964
3965 * progmodes/compile.el (compilation-parse-errors): Use
3966 compilation-buffer-p instead of testing major-mode.
3967
3968 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
3969
3970 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3971 (quickurl-ask): completion-ignore-case is set to the value of
3972 quickurl-completion-ignore-case for the duration of the call to
3973 completing-read.
3974
3975 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3976
3977 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3978
3979 1999-11-18 Kenichi Handa <handa@etl.go.jp>
3980
3981 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
3982 instead of ps-print-def.
3983
3984 * ps-print.el: Require ps-vars instead of ps-print-def.
3985
3986 * ps-mule.el: Require ps-vars instead of ps-print-def.
3987
3988 1999-11-17 Gerd Moellmann <gerd@gnu.org>
3989
3990 * simple.el (with-syntax-table): Save buffer explicitly instead of
3991 using save-excursion.
3992
3993 1999-11-16 Gerd Moellmann <gerd@gnu.org>
3994
3995 * mail/supercite.el: New maintainer.
3996
3997 1999-11-16 Reto Zimmermann <reto@synopsys.com>
3998
3999 * progmodes/vhdl-mode.el: Use new backquote syntax.
4000
4001 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4002
4003 * simple.el (with-syntax-table): New.
4004
4005 1999-11-15 Sam Steingold <sds@ksp.com>
4006
4007 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4008
4009 1999-02-22 Sam Steingold <sds@goems.com>
4010
4011 * goto-addr.el (goto-address-at-mouse,
4012 goto-address-find-address-at-point): Use compose-mail.
4013 (goto-address-mail-method): Removed variable.
4014 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4015 goto-address-send-using-mail): Removed functions.
4016
4017 1998-11-03 Sam Steingold <sds@goems.com>
4018
4019 * simple.el (backward-delete-char-untabify):
4020 backward-delete-char-untabify-method can be `all' now - to delete
4021 hungrily including newlines.
4022
4023 1999-11-15 Sam Steingold <sds@ksp.com>
4024
4025 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4026
4027 1999-11-15 Dave Love <fx@gnu.org>
4028
4029 * cus-edit.el (customize-face, customize-face-other-window):
4030 Require match from completing-read.
4031 (custom-buffer-done-function): Default to custom-bury-buffer, not
4032 bury-buffer.
4033
4034 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4035
4036 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4037 progmodes/cperl-mode.el: Use new backquote syntax.
4038
4039 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4040
4041 * uniquify.el: Use new backquote syntax.
4042
4043 1999-11-14 Markus Rost <rost@ias.edu>
4044
4045 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4046 as in ispell-local-dictionary-alist.
4047
4048 1999-11-14 Alex Schroeder <alex@gnu.org>
4049
4050 * ansi-color.el (ansi-color-apply): Updated regexps to include
4051 highlighted face.
4052
4053 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4054
4055 * forms.el (forms--make-format-elt-using-text-properties):
4056 Treat `intangible' differently.
4057
4058 * forms.el: Use new backquote syntax.
4059
4060 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4061
4062 * textmodes/scribe.el (scribe-mode): Doc-fix.
4063
4064 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4065
4066 * net-utils.el (run-network-program, net-utils-run-program): Use
4067 the new backquote syntax.
4068 (smbclient-program, smbclient-program-options)
4069 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4070 variables
4071 (smbclient, smbclient-list-shares): New functions
4072
4073 1999-11-12 Sam Steingold <sds@ksp.com>
4074
4075 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4076 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4077 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4078 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4079 (viper-kbd-global-pair, viper-kbd-global-definition):
4080 Use the new backquote syntax.
4081
4082 * emulation/viper-cmd.el (viper-test-com-defun)
4083 (viper-prefix-arg-value, viper-prefix-arg-com):
4084 Use the new backquote syntax.
4085
4086 * emacs-lisp/debug.el (debugger-env-macro):
4087 Use the new backquote syntax.
4088
4089 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4090 Use the new backquote syntax.
4091
4092 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4093 New user variable.
4094 (calendar-hide-window): Use it.
4095 (increment-calendar-month, calendar-for-loop, calendar-sum):
4096 Use the new backquote syntax.
4097
4098 1999-11-12 Andrew Innes <andrewi@gnu.org>
4099
4100 * select.el (x-set-selection): Call buffer-substring, not
4101 substring. Also fix docstring
4102
4103 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4104
4105 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4106 of customizable variables to bug report message. Added
4107 system-type to package name in bug report.
4108
4109 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4110
4111 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4112 to display file names.
4113
4114 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4115
4116 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4117
4118 * isearch.el: Add lazy-highlighting feature.
4119
4120 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4121
4122 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4123 constant.
4124 (ps-mode-submit-bug-report): New function. Entry added to menu.
4125
4126 1999-11-10 William M. Perry <wmperry@aventail.com>
4127
4128 * mwheel.el: New file to support the new style wheeled mice.
4129
4130 1999-11-10 Gerd Moellmann <gerd@gnu.org>
4131
4132 * startup.el (initial-scratch-message): Add ";;" to the front of
4133 lines in the message.
4134
4135 * files.el (file-local-copy): Remove optional BUFFER argument
4136 because that's not used by anything.
4137
4138 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4139 to-address.
4140
4141 1999-11-08 Markus Rost <rost@ias.edu>
4142
4143 * wid-edit.el (widget-button-click): Wrap with save-excursion
4144 to restore track-mouse in the correct buffer.
4145
4146 1999-11-08 Gerd Moellmann <gerd@gnu.org>
4147
4148 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4149
4150 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
4151
4152 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4153 lpr-command to "lp" for some system-types. (copied from lpr.el
4154 Emacs version 20.2.1).
4155
4156 1999-11-04 Markus Rost <rost@ias.edu>
4157
4158 * simple.el (comment-region): Strip off white space at end of
4159 comment-start.
4160
4161 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4162
4163 * faces.el (secondary-selection): Fix wrong color name.
4164
4165 1999-11-04 John Tobey <jtobey@epsilondev.com>
4166
4167 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4168 the default when invoking perldb in a non-Perl buffer, and other
4169 cases involving -e or --.
4170
4171 1999-11-04 Gerd Moellmann <gerd@gnu.org>
4172
4173 * simple.el (previous-matching-history-element)
4174 (next-history-element): Use delete-field instead of erase-field.
4175
4176 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4177 Use delete-field instead of erase-field.
4178
4179 * faces.el (secondary-selection): Change background to yellow.
4180
4181 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4182 find the start of the text. Use field-string to read the user
4183 input.
4184
4185 1999-11-03 Gerd Moellmann <gerd@gnu.org>
4186
4187 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4188 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4189 for compatibility with old face implementation.
4190
4191 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4192 Use erase-field instead of erase-buffer.
4193
4194 * frame.el (blink-cursor-mode, blink-cursor-end): Use
4195 internal-show-cursor with new interface.
4196 (blink-cursor-timer-function): New.
4197 (blink-cursor-start): Use blink-cursor-timer-function.
4198
4199 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4200
4201 * calendar.el (redraw-calendar): Move to nearest date before
4202 redrawing.
4203
4204 * diary-lib.el (simple-diary-display): Reset modeline even if
4205 there are no diary entries since the diary buffer may be displayed.
4206
4207 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4208
4209 * emacs-lisp/debug.el (debug): If noninteractive, display the
4210 backtrace using `message', then exit Emacs.
4211 (debugger-batch-max-lines): New variable.
4212 (debugger-setup-buffer): New subroutine, broken out of `debug'.
4213 Change the messages put at the start, to say that the debugger
4214 was entered.
4215
4216 1999-11-02 Sam Steingold <sds@ksp.com>
4217
4218 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4219
4220 1999-11-01 John Tobey <jtobey@epsilondev.com>
4221
4222 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4223 presence of perl switches other than "-e".
4224
4225 1999-11-01 Markus Rost <rost@ias.edu>
4226
4227 * dired-x.el (dired-smart-shell-command): Use
4228 shell-command-history as in shell-command.
4229
4230 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4231
4232 * userlock.el (ask-user-about-lock): Doc fix.
4233
4234 * frame.el: Doc fixes.
4235
4236 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4237
4238 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4239 of show-cursor.
4240 (blink-cursor-start, blink-cursor-end): Ditto.
4241
4242 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4243
4244 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4245
4246 * window.el (walk-windows): If ALL-FRAMES is a frame,
4247 start on that frame. Use save-selected-window.
4248
4249 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4250
4251 * simple.el (end-of-buffer): Use window-end to find the window end
4252 instead of vertical-motion because this handles variable-height
4253 lines correctly.
4254
4255 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
4256
4257 * ediff.el: Version change.
4258
4259 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4260 make sure you are in a good frame before deleting other
4261 windows.
4262 (ediff-file-checked-in-p): Don't consider CVS
4263 files checked in.
4264 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
4265 are writing to a newly created empty file.
4266
4267 * ediff-mult.el (ediff-show-session-group-hook): New default.
4268
4269 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4270 First cd to the file directory. reportedly works
4271 better with remote files.
4272
4273 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4274 Use file-name-nondirectory when passing files to CVS.
4275
4276 * ediff-diff.el (ediff-cmp-options): New variable.
4277 (ediff-same-file-contents): Use ediff-cmp-options.
4278
4279 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4280 ediff-get-patch-buffer): Use current buffer if it appears to be a
4281 patch.
4282
4283 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4284 C-g
4285
4286 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4287 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4288 (viper-save-cursor-color,viper-restore-cursor-color):
4289 Improved cursor color handling.
4290 (viper-get-saved-cursor-color-in-replace-mode,
4291 viper-get-saved-cursor-color-in-insert-mode): New functions for
4292 better cursor color handling.
4293
4294 * viper-ex.el (ex-read,ex-edit):
4295 Fixes for correct interpretation of #,%.
4296 (viper-ex): Now works correctly when called from other functions.
4297 (viper-glob-function): New variable.
4298 (viper-ex): Save excursion before doing :global.
4299
4300 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4301
4302 * viper-cmd.el (viper-post-command-sentinel,
4303 viper-insert-state-post-command-sentinel,
4304 viper-insert-state-pre-command-sentinel): Takes better care of
4305 cursor colors.
4306
4307 * viper.el: Version change.
4308
4309 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
4310
4311 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4312 that the modeline display was updated *only* when
4313 `whitespace-display-in-modeline' was set, not otherwise.
4314
4315 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4316
4317 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4318 "frac12".
4319
4320 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4321 ad-activate.
4322
4323 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
4324
4325 * whitespace.el: Test for existence of `defcustom' and `defgroup'
4326 using fboundp instead of assuming that these are not present in
4327 particular flavors of emacs.
4328 (whitespace-version): Update to 2.8
4329 (whitespace-display-in-modeline): Add custom variable to control
4330 displaying the whitespace errors on the modeline based on
4331 suggestion from <klaus.berndl@sdm.de>
4332 (whitespace-buffer): Now returns `t' if unclean and `nil' if
4333 clean, to enable using as a hook function, as suggested by Puneet
4334 Goel <puneet@computer.org>
4335 (whitespace-buffer): Fix a subtle bug that cleaned up only if
4336 quiet was not set, even with whitespace-auto-cleanup set.
4337 (whitespace-mode-line): Now uses less modeline real estate and
4338 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4339 which is present in the file, and <y> is any type of whitespace
4340 whose check has been suppressed by setting
4341 `whitespace-check-<whitespace-type>' to nil.
4342 (whitespace-unchecked-whitespaces): New function to return the
4343 list of whitespaces for whom checks have been suppressed.
4344 (whitespace-display-unchecked-whitespaces): Renamed to
4345 `whitespace-update-modeline' to reflect its functionality.
4346
4347 1999-10-30 Gerd Moellmann <gerd@gnu.org>
4348
4349 * progmodes/compile.el (compilation-error-regexp-alist):
4350 Undo previous change.
4351
4352 1999-10-28 Dave Love <fx@gnu.org>
4353
4354 * help.el (help-follow): Make arg optional again and really
4355 default to point.
4356
4357 1999-10-28 Gerd Moellmann <gerd@gnu.org>
4358
4359 * paths.el (rmail-file-name): Make it an option.
4360
4361 * progmodes/ada-mode.el, progmodes/ada-prj.el,
4362 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4363 comment fixes.
4364
4365 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4366 MIPS Pro 7.3 compiler error message syntax.
4367
4368 1999-10-27 Dave Love <fx@gnu.org>
4369
4370 * progmodes/compile.el: Checkdoc-inspired fixes.
4371
4372 1999-10-27 Gerd Moellmann <gerd@gnu.org>
4373
4374 * lpr.el (print-buffer): Doc-string fix.
4375
4376 1999-10-27 Dave Love <fx@gnu.org>
4377
4378 * emacs-lisp/advice.el: Doc fixes.
4379 (ad-lemacs-p): Removed.
4380 (advice): Add :link to defgroup.
4381
4382 1999-10-27 Kenichi Handa <handa@etl.go.jp>
4383
4384 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4385 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4386
4387 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4388
4389 * window.el (walk-windows): If ALL-FRAMES is a frame,
4390 start on that frame. Use save-selected-window.
4391
4392 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4393
4394 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4395 ad-activate. All callers changed, including those in data.c.
4396 (ad-activate-internal-off): Renamed from ad-activate-off.
4397 All uses changed.
4398 (ad-activate): Renamed from ad-activate-on. All uses changed.
4399 (ad-start-advice, ad-stop-advice, ad-recover-normality):
4400 Alter the definition of ad-activate-internal, not ad-activate.
4401
4402 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4403
4404 * startup.el (command-line-1): Add support for command line
4405 arguments `file' and `execute'. Fix handling of `visit'.
4406
4407 1999-10-26 Kenichi Handa <handa@etl.go.jp>
4408
4409 * international/mule-cmds.el (read-input-method-name): Handle the
4410 case that the arg DEFAULT is symbol.
4411
4412 * international/mule-diag.el (mule-diag): Handle the case that
4413 default-input-method is symbol.
4414
4415 1999-10-26 Gerd Moellmann <gerd@gnu.org>
4416
4417 * textmodes/tildify.el: New file.
4418
4419 1999-10-25 Sam Steingold <sds@ksp.com>
4420
4421 * Makefile (compile-files): Fixed the "tr" strings.
4422 (EMACS): Set to ../src/emacs.
4423
4424 1999-10-25 Gerd Moellmann <gerd@gnu.org>
4425
4426 * info.el (Info-build-node-completions): Add '("*") to the
4427 completion list.
4428
4429 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4430
4431 * frame.el (auto-raise-mode): When enabling the mode,
4432 immediately raise the selected frame.
4433
4434 * indent.el (indent-region): Doc fix.
4435
4436 * comint.el (comint-output-filter): Make the Comint buffer current
4437 for the comint-preoutput-filter-functions.
4438
4439 * mail/reporter.el: Doc fix.
4440
4441 1999-10-24 Stephen Eglen <stephen@gnu.org>
4442
4443 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4444 that Octave lisp files can also run under XEmacs 20.
4445 (require 'custom) added so that files can run under Emacs 19.34.
4446
4447 * iswitchb.el (iswitchb-default-keybindings): No need to use
4448 read-kbd-macro in keybindings.
4449
4450 1999-10-23 Dave Love <fx@gnu.org>
4451
4452 * elide-head.el: New file.
4453
4454 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4455
4456 * Makefile (compile-files, backup-compiled-files): New targets.
4457 (bootstrap, bootstrap-clean): Ditto.
4458
4459 1999-10-22 Paul Eggert <eggert@twinsun.com>
4460
4461 * international/mule-cmds.c (locale-language-names):
4462 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4463 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4464 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4465 Use Latin-8 for Welsh.
4466 Use Latin-1 for English if "en" is explicitly specified.
4467 Use Latin-1 for Scots Gaelic, Tagalog.
4468 Use Latin-1 (not Latin-4) for Greenlandic.
4469 Use Latin-1 (not Latin-2) for Albanian.
4470 (locale-preferred-coding-systems, locale-language-names):
4471 Remove generic ISO 8859 locales; locale-charset-language-names now
4472 does this.
4473 (locale-charset-language-names): New variable.
4474 (set-locale-environment): Use language name specified by
4475 locale-charset-language-names if its charsets disagree with the
4476 language name specified by locale-language-names.
4477
4478 1999-10-22 Dave Love <fx@gnu.org>
4479
4480 * make-mode.el: Minor doc fixes.
4481
4482 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4483
4484 1999-10-21 Dave Love <fx@gnu.org>
4485
4486 * loadup.el: Add latin-8, latin-9.
4487
4488 1999-10-20 Paul Eggert <eggert@twinsun.com>
4489
4490 * disp-table.el (standard-display-european): Remove undocumented
4491 arg AUTO; no longer used by startup.el. Do not attempt to treat
4492 all non-English language environments as coding system names.
4493 Instead, use the downcased language environment name as a coding
4494 system name if it is one; otherwise, use latin-1.
4495
4496 1999-10-20 Gerd Moellmann <gerd@gnu.org>
4497
4498 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4499 that were split so that part of the comment appeared as Lisp code.
4500
4501 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4502
4503 * ps-bdf.el: Doc fix.
4504
4505 * ps-print-def.el: New file: common definitions for all parts of
4506 ps-print.
4507 (ps-multibyte-buffer): Moved from ps-mule.
4508
4509 * ps-mule.el: File dependence fix.
4510 (ps-multibyte-buffer): Moved to ps-print-def.
4511
4512 * ps-print.el: Doc fix, better customization.
4513 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4514 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4515 (ps-end-file): Doc fix.
4516 (ps-setup, ps-begin-file): Fun fix.
4517 (postscript): New group.
4518 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4519 (ps-print-prologue-1): Adjust PostScript programming.
4520 (ps-print): Adjust group hierarchy.
4521 (ps-print-n-up, ps-print-zebra, ps-print-background,
4522 ps-print-printer)
4523 (ps-print-page): New subgroups.
4524 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4525 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4526 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4527 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4528 (ps-zebra-stripe-height, ps-print-background-image)
4529 (ps-print-background-text, ps-spool-config): Adjust customization.
4530 (dos-ps-printer): Definition eliminated.
4531
4532 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4533
4534 * ps-mule.el: Doc fix, define functions properly if mule package is
4535 loaded or not.
4536 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4537 mule package is loaded or not.
4538
4539 * ps-print.el: Doc fix, n-up printing.
4540 (ps-print-version): New version number (5.0).
4541 (ps-page-dimensions-database): Added document media.
4542 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4543 (ps-page-order, ps-printing-region-p): New vars.
4544 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4545 funs.
4546 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4547 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4548 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4549 (ps-n-up-xstart, ps-n-up-ystart): New macros.
4550 (ps-print-begin-sheet-hook): New hook.
4551 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4552 const.
4553 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4554 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4555 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4556 (ps-count-lines): Changed to defun.
4557 (ps-header-page): Changed to defsubst, fix fun.
4558 (ps-printing-region): Doc fix, adjust programming code.
4559 (ps-output-boolean, ps-background-pages, ps-background-text)
4560 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4561 programming code.
4562
4563 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4564
4565 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4566 (ps-print-version): New version number (4.2).
4567 (ps-spool-config, ps-spool-tumble): New vars.
4568 (ps-print-prologue-1): Changed to defconst, adjust PostScript
4569 programming, new PostScript procedure to handle errors.
4570 (ps-print-prologue-2): Changed to defconst.
4571 (ps-print-duplex-feature): New const: duplex and tumble setting.
4572 (ps-setup, ps-begin-file): Fix funs.
4573 (ps-boolean-capitalized): New fun.
4574
4575 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
4576
4577 * Makefile (dontcompilefiles): Obsoleted.
4578 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4579 (EL): Unused.
4580 (temacs): Removed (unused).
4581 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4582 version of the file (necessary for the update to work properly).
4583 (autoloads): Force the use of `pwd`/loaddefs.el.
4584 (updates); Redefined in terms of other targets to reduce redundancy.
4585 (.el.elc): New default rule, just in case you want it.
4586 (compile): Use a single invocation of Emacs.
4587 (bootstrap-compile); Unneeded.
4588 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4589
4590 1999-10-19 Dave Love <fx@gnu.org>
4591
4592 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4593
4594 1999-10-19 Sam Steingold <sds@ksp.com>
4595
4596 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4597 comply with the comment.
4598
4599 1999-10-19 Gerd Moellmann <gerd@gnu.org>
4600
4601 * autorevert.el (auto-revert-mode): Make auto-revert-mode
4602 permanent-local.
4603
4604 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4605
4606 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4607 value: \"lpr\" changed to "lpr"
4608 (ps-mode-version): New constant
4609 (ps-mode-show-version): New function, added key in ps-mode-map
4610 (ps-run-messages): Removed
4611 (ps-run-font-lock-keywords-2): New defcustom variable replacing
4612 ps-run-messages. These keywords now include the value of
4613 ps-run-prompt, making its fontification customizable.
4614 (ps-run-init): Removed \\n from docstring, it is now added when
4615 the value is used
4616 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4617 ps-run-prompt
4618 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4619 customizable variables in doc-string (its equivalent
4620 ps-run-messages was missing in previous version of the doc-string)
4621 (ps-run-mode): Simplified assignment to font-lock-defaults, using
4622 symbols only
4623
4624 1999-10-19 Alex Schroeder <alex@gnu.org>
4625
4626 * ansi-color.el: Complete rewrite.
4627
4628 1999-10-19 Paul Eggert <eggert@twinsun.com>
4629
4630 Fix bootstrapping problems.
4631 Use the system locale to specify Emacs locale defaults.
4632
4633 * international/mule-cmds.el (global-map):
4634 Do not use backquote, because that makes a bootstrapping
4635 problem if you need to recompile all Lisp files using interpreted code.
4636 * international/mule.el (charset-id, charset-bytes,
4637 charset-dimension, charset-chars, charset-width,
4638 charset-direction, charset-iso-final-char,
4639 charset-iso-graphic-plane, charset-reverse-charset,
4640 charset-short-name, charset-long-name, charset-description,
4641 charset-plist): Likewise.
4642 * subr.el (save-match-data): Likewise.
4643
4644 * international/mule-cmds.el
4645 (set-display-table-and-terminal-coding-system): New function,
4646 containing code migrated out of set-language-environment.
4647 (set-language-environment, set-locale-environment): Use it.
4648 (locale-translation-file-name): Moved here from startup.el.
4649 (locale-language-names, locale-preferred-coding-systems):
4650 New vars.
4651 (locale-name-match, set-locale-environment): New functions.
4652
4653 * language/japan-util.el (setup-japanese-environment-internal):
4654 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4655
4656 * startup.el (iso-8859-n-locale-regexp): Remove.
4657 (locale-translation-file-name): Move to mule-cmds.el.
4658 (command-line): Move locale-stuff into set-locale-environment.
4659
4660 1999-10-18 Dave Love <fx@gnu.org>
4661
4662 * abbrev.el (add-abbrev, inverse-add-abbrev)
4663 (expand-region-abbrevs): Remove properties from buffer text.
4664
4665 1999-10-17 Gerd Moellmann <gerd@gnu.org>
4666
4667 * iswitchb.el (iswitchb-exhibit): Extract user-input only
4668 from the mini-buffer, without the prompt.
4669
4670 * simple.el (minibuffer-prompt-end): Return the position
4671 after the prompt, not the position of that last character
4672 of the prompt.
4673
4674 1999-10-17 Miles Bader <miles@gnu.org>
4675
4676 * simple.el: Doc fixes.
4677
4678 1999-10-17 Miles Bader <miles@gnu.org>
4679
4680 * simple.el (previous-matching-history-element, next-history-element):
4681 Change to work correctly even if the point is in the prompt.
4682 (choose-completion-string): Likewise.
4683 (minibuffer-prompt-width): New function (compatibility with old subr).
4684
4685 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4686 When constraining the final position to the current field,
4687 don't use the ONLY-IN-LINE mode of constrain-to-field.
4688
4689 1999-10-17 Miles Bader <miles@gnu.org>
4690
4691 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4692 constrain-to-field.
4693 * textmodes/paragraphs.el (forward-sentence): Likewise.
4694
4695 1999-10-17 Miles Bader <miles@gnu.org>
4696
4697 * simple.el (line-move): Use constrain-to-field to avoid
4698 moving into a prompt.
4699 (previous-complete-history-element): Clarify doc string.
4700 (next-complete-history-element): Likewise.
4701 Use field-beginning instead of point-min.
4702 (next-matching-history-element): Use field-beginning and
4703 erase-field instead of point-min and erase-buffer.
4704 * textmodes/paragraphs.el
4705 (forward-paragraph, forward-sentence): Likewise.
4706 (backward-kill-paragraph, backward-kill-sentence): Remove code to
4707 constrain the kill to an field, as the movement commands now
4708 do this.
4709
4710 1999-10-17 Miles Bader <miles@gnu.org>
4711
4712 * simple.el (previous-matching-history-element): Get the
4713 minibuffer input with field-string instead of buffer-string.
4714 (choose-completion-string): Likewise.
4715 (next-history-element): Likewise.
4716 Erase the minibuffer input with erase-field, not erase-buffer.
4717 Use field-beginning to find the beginning of the input.
4718 * textmodes/paragraphs.el (backward-kill-sentence):
4719 Remove minibuffer-prompt hack.
4720 Constrain to any input field.
4721
4722 1999-10-17 Sam Steingold <sds@ksp.com>
4723
4724 * bindings.el (completion-ignored-extensions): Added ".sparcf"
4725 for CMUCL on sparc and ".ufsl" for LispWorks.
4726 (bound-and-true-p): Bugfix: free variable `v'.
4727
4728 1999-10-16 Dave Love <d.love@dl.ac.uk>
4729
4730 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4731 (edebug-uninstall-read-eval-functions): Use load-read-function,
4732 avoiding elisp-eval.
4733
4734 1999-10-16 Sam Steingold <sds@ksp.com>
4735
4736 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4737 instead of `eql'.
4738
4739 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
4740
4741 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4742 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4743 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4744 * ediff-util.el (ediff-make-temp-file):
4745 * ediff-vers.el (ediff-pcl-cvs-view-revision):
4746 * emerge.el (emerge-make-temp-file):
4747 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4748 * vc.el (vc-update-change-log):
4749 * mail/mailpost.el (post-mail-send-it):
4750 * mail/metamail.el (metamail-region):
4751 * progmodes/cmacexp.el (c-macro-expansion):
4752 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4753
4754 1999-10-15 Gerd Moellmann <gerd@gnu.org>
4755
4756 * smtpmail.el (smtpmail-via-smtp): Add support for
4757 automatically appending a domain to RCPT TO: addresses.
4758
4759 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4760
4761 * dired.el (dired-insert-directory): Insert the amount of
4762 free space after the total size.
4763 (dired-free-space-program, dired-free-space-args): New variables.
4764
4765 1999-10-14 Karl Heuer <kwzh@gnu.org>
4766
4767 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4768
4769 1999-10-14 Dave Love <fx@gnu.org>
4770
4771 * international/characters.el:
4772 * international/fontset.el:
4773 * international/mule-conf.el: Add latin-iso8859-1[45].
4774
4775 * language/european.el: Add Latin-8, Latin-9. Modify some doc
4776 strings.
4777
4778 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4779 (command-line): Detect Latin-[89] locales.
4780
4781 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4782
4783 * international/mule-cmds.el (select-safe-coding-system)
4784 (leim-list-header): Avoid the use of strings that start with backslash
4785 newline since lread.c:read1 has a hack to turn those strings into
4786 integer 0 during the loadup.el process.
4787
4788 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4789
4790 1999-10-13 Dave Love <fx@gnu.org>
4791
4792 * image.el (insert-image): Copy the image spec and add an
4793 intangible property.
4794
4795 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
4796
4797 * help.el (help-xref-interned): Make it also work on variable-only
4798 and function-only symbols.
4799 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4800 (help-follow): If the point under mouse is not highlighted, try
4801 `help-xref-interned' on the pointed-to symbol anyway.
4802
4803 * info.el (Info-on-current-buffer): New entry point.
4804 (Info-find-node): Split into two for Info-on-current-buffer to
4805 hook into it.
4806 (Info-current-file, Info-set-mode-line, Info-up):
4807 Info-current-file can now be t.
4808 (Info-clone-buffer-hook): Function for `clone-buffer'.
4809 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4810 Make `clone-buffer' available in various ways to the user.
4811
4812 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
4813
4814 * simple.el (shell-command, shell-command-on-region): Use
4815 make-temp-file.
4816 (clone-buffer, clone-process, clone-buffer-hook): New functions.
4817
4818 * subr.el (with-current-buffer): Don't use backquotes to avoid
4819 bootstrapping problems.
4820
4821 * loadup.el (load-path): Add subdirs for bootstrapping.
4822 (docstrings): Ignore errors during bootstrapping.
4823 (args): New `bootstrap' argument (for use in place of `dump').
4824
4825 1999-10-12 Emmanuel Briot <briot@gnat.com>
4826
4827 * ada-stmt.el: Doc-string fixes.
4828
4829 1999-10-12 Gerd Moellmann <gerd@gnu.org>
4830
4831 * recentf.el: New file.
4832
4833 * ps-mode.el: New file.
4834
4835 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4836 case insensitive.
4837
4838 1999-10-12 Richard Sharman <rsharman@pobox.com>
4839
4840 * sh-script.el: Added support for indenting existing scripts.
4841 (sh-mode-map): Added new bindings.
4842 (sh-mode): Updated mode doc-string for new commands, added
4843 make-local-variable calls, initialize mode-specific variables.
4844 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
4845 is now a different function.
4846 (sh-header-marker): Changed docstring.
4847 (sh-set-shell): Initialize mode-specific variables.
4848 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4849 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4850 Changed these define-skeleton calls to work with user-specified
4851 indentation settings.
4852 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4853 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4854 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4855 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4856 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4857 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4858 (sh-guess-basic-offset, sh-handle-after-case-label)
4859 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4860 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4861 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4862 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4863 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4864 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4865 (sh-handle-this-then, sh-help-string-for-variable)
4866 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4867 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4868 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4869 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4870 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4871 (sh-remove-our-text-properties, sh-rescan-buffer)
4872 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4873 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4874 (sh-scan-case, sh-search-word, sh-set-char-syntax)
4875 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4876 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4877 functions.
4878 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4879 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4880 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4881 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4882 (sh-var-list): New variables.
4883
4884 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
4885
4886 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4887 a value one line to high if the cursor wasn't at the start of a
4888 line. A `beginning-of-line' is now performed before making the
4889 call to `count-lines'.
4890
4891 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
4892
4893 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4894
4895 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4896
4897 * Makefile (setwins): Abstract out the command to find subdirectories
4898 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4899 (custom-deps, finder-data, autoloads, update-subdirs, updates)
4900 (autoloads-with-other-emacs): Use it.
4901
4902 * diff-mode.el: New file. A mode for viewing/editing context diffs.
4903
4904 1999-10-09 Gerd Moellmann <gerd@gnu.org>
4905
4906 * Makefile (bootstrap-compile): New target. Compile Lisp
4907 files with ../src/temacs.
4908
4909 1999-10-08 Dave Love <fx@gnu.org>
4910
4911 * ange-ftp.el: Require dired when compiling.
4912 (ange-ftp-normal-login): Allow EFS-style port specification.
4913
4914 1999-10-08 Simon Marshall <simon@gnu.org>
4915
4916 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4917 (regexp-opt-group): Use it to get common suffixes in STRINGS.
4918 If STRINGS is nil, return "" rather than nil.
4919
4920 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4921
4922 * Makefile (compile): Compile files one by one. Set load-path to
4923 current directory and subdirectories when compiling.
4924
4925 1999-10-08 Gerd Moellmann <gerd@gnu.org>
4926
4927 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4928 (emacs): Use it everywhere instead of EMACS.
4929 (compile): New target. Compile all Lisp files from scratch.
4930 (recompile): New target. Recompile lisp directory.
4931 (autoloads-with-other-emacs): New target. Build loaddefs.el with
4932 an Emacs executable not built in the current directory tree.
4933
4934 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
4935
4936 * filecache.el (file-cache-completion-ignore-case): New variable,
4937 defaulting to the value of completion-ignore-case.
4938 (file-cache-minibuffer-complete): Use it.
4939 (file-cache-files-matching, file-cache-files-matching-internal):
4940 New functions.
4941
4942 1999-10-07 Emmanuel Briot <briot@gnat.com>
4943
4944 * ada-xref.el: New file
4945
4946 * ada-prj.el: New file
4947
4948 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4949
4950 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4951 subprogram being created.
4952
4953 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4954 ada-indent-newline-indent): Rewritten to support the new indentation
4955 scheme
4956
4957 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4958 New functions
4959
4960 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4961 justification parameter
4962
4963 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4964 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4965 external program
4966
4967 1999-10-07 Dave Love <fx@gnu.org>
4968
4969 * bindings.el (bound-and-true-p): New macro.
4970 (make-mode-line-mouse-sensitive): Don't require easymenu.
4971
4972 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4973
4974 * custom.el (defface): Extend documentation for new values of
4975 `type'.
4976
4977 * faces.el (face-spec-set-match-display): Recognize `type' of
4978 `motif', `lucid', `x-toolkit'.
4979 (menu): New face.
4980
4981 1999-10-05 Dave Love <fx@gnu.org>
4982
4983 * files.el: Recognize temporary crontab files.
4984
4985 * info.el: Require jka-compr when compiling.
4986 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4987
4988 1999-10-04 Dave Love <fx@gnu.org>
4989
4990 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4991 scroll-up-aggressively, scroll-down-aggressively.
4992
4993 * time.el (display-time-mode): Add autoload cookie.
4994
4995 * rect.el (delete-extract-rectangle): Doc fix from verna.
4996
4997 * help-macro.el (three-step-help): Customize.
4998
4999 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5000
5001 * hexl.el (hexlify-buffer): Move point in proper range
5002 if it is too large.
5003 (hexl-after-revert-hook): Update hexl-max-address.
5004 (hexl-address-to-marker): Doc fix.
5005
5006 1999-10-03 Dave Love <fx@gnu.org>
5007
5008 * image.el (defimage): Remove redundant code. Substitute file in
5009 image plist.
5010
5011 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5012
5013 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5014 when doing with-temp-file.
5015
5016 1999-10-01 Dave Love <fx@gnu.org>
5017
5018 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5019
5020 * help.el: Require view when compiling.
5021 (view-emacs-FAQ): Use Info version.
5022
5023 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5024
5025 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5026 (normat->normal). Use correct font names for Korean
5027 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5028
5029 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5030
5031 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5032 code not used by KOI8 to the same 8-bit code instead of mapping to
5033 SPC.
5034 (cyrillic-alternativnyj-decode-table): Likewise.
5035
5036 1999-09-29 Alex Schroeder <alex@gnu.org>
5037
5038 * sql.el (sql-imenu-generic-expression): Aew, used to set
5039 imenu-generic-expression.
5040 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5041 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5042 imenu-case-fold-search, and imenu-syntax-alist.
5043 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5044 setting font-lock-defaults' SYNTAX-ALIST.
5045
5046 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5047
5048 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5049 macro, try again.
5050
5051 1999-09-28 Dave Love <fx@gnu.org>
5052
5053 * cus-edit.el (custom-comment): Change widget definition.
5054 (custom-comment-create, custom-comment-show)
5055 (custom-comment-invisible-p): Don't use :comment-overlay.
5056 (custom-comment-hide): New function.
5057 (custom-variable-set, custom-variable-save)
5058 (custom-variable-reset-standard, custom-face-set)
5059 (custom-face-save): Use it.
5060
5061 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5062
5063 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5064
5065 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5066
5067 * faces.el (region): Doc fix.
5068
5069 1999-09-27 Dave Love <fx@gnu.org>
5070
5071 * isearch.el (isearch): Add :links in defgroup.
5072 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5073 (isearch-switch-frame-handler): Comment out (unused).
5074 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5075 (isearch-ring-retreat-edit): Doc fix.
5076 (isearch-mouse-yank): New command.
5077 (isearch-last-command-char): Removed. Callers changed to use
5078 last-command-char.
5079 (isearch-char-to-string): Removed. Callers changed to use
5080 char-to-string.
5081
5082 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5083
5084 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5085 option for Russian.
5086
5087 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5088
5089 * faces.el (face-differs-from-default-p): Compare face
5090 attributes individually.
5091
5092 * image.el (put-image, insert-image): Add string argument.
5093
5094 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5095
5096 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5097 LANG=de_DE.iso88591 on HPUX 11.0.
5098
5099 * dired.el (dired-move-to-filename-regexp): Make it work
5100 for LANG=de_DE.iso88591 on HPUX 11.0.
5101
5102 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5103
5104 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5105 if we know for some other reason it should not be used.
5106
5107 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5108 New variable.
5109 (edebug-recursive-edit): Save current-prefix-arg there,
5110 bind it, and set it back at the end.
5111 (edebug-outside-excursion): Restore and update the outside
5112 value of current-prefix-arg.
5113 (edebug-emacs-version-specific): Delete support for Epoch.
5114
5115 1999-09-24 Howard Melman <howard@silverstream.com>
5116
5117 * imenu.el (imenu-after-jump-hook): New variable.
5118 (imenu): Run menu-after-jump-hook.
5119 (imenu-name-lookup-function): New variable.
5120 * imenu.el (imenu--in-alist): Use those variables.
5121
5122 1999-09-24 Carsten Dominik <cd@gnu.org>
5123
5124 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5125 multiple thebibliography environments.
5126
5127 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5128 with recentering window.
5129 (reftex-extract-bib-entries-from-thebibliography,
5130 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
5131 with multiple thebibliography environments.
5132
5133 * textmodes/reftex-vars.el
5134 (reftex-section-levels): Function allowed as cdr.
5135 (reftex-max-section-depth) New option.
5136
5137 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5138 with multiple thebibliography environments.
5139
5140 1999-09-23 Gerd Moellmann <gerd@gnu.org>
5141
5142 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5143 instead of point-min in call to delete-region.
5144
5145 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
5146
5147 * vc.el (vc-backend-checkout): Use with-temp-file when checking
5148 out into arbitrary file names.
5149
5150 1999-09-19 Ken'ichi Handa <handa@gnu.org>
5151
5152 * language/european.el ("Turkish"): New language environment.
5153
5154 1999-09-19 Dave Love <fx@gnu.org>
5155
5156 * delim-col.el: New file.
5157
5158 1999-09-17 Richard Stallman <rms@gnu.org>
5159
5160 * files.el (after-find-file): When visiting a backup file,
5161 make it read-only.
5162
5163 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5164 (apropos-keybinding-face, apropos-label-face): Likewise.
5165 (apropos-property-face, apropos-match-face): Likewise.
5166 (apropos-label-properties): New variable.
5167 (apropos-print-doc): Use apropos-label-properties.
5168 (apropos-print): Set apropos-label-properties.
5169
5170 1999-09-15 Richard Stallman <rms@gnu.org>
5171
5172 * winner.el: Use aref instead of sref.
5173
5174 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5175
5176 1999-09-14 Gerd Moellmann <gerd@gnu.org>
5177
5178 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5179
5180 1999-09-14 Richard Stallman <rms@gnu.org>
5181
5182 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5183 cookie, even if followed by a letter.
5184
5185 1999-09-14 Stephen Eglen <stephen@gnu.org>
5186
5187 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5188 --no-line-editing are passed to Octave by including them here
5189 rather than storing them in inferior-octave-startup-args.
5190
5191 1999-09-14 Eli Zaretskii <eliz@gnu.org>
5192
5193 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5194 command, option, env and sc.
5195
5196 * subr.el (shell-quote-argument): Quote argument with double
5197 quotes for ms-dos.
5198
5199 1999-09-14 Richard Stallman <rms@gnu.org>
5200
5201 * simple.el (eval-expression-print-level): New variable.
5202 (eval-expression-print-length): New variable.
5203 (eval-expression-debug-on-error): New variable.
5204 (eval-expression): Bind print-level, print-length and
5205 debug-on-error from those vars.
5206
5207 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5208 Bind print-level, print-length and debug-on-error.
5209
5210 1999-09-14 Inge Frick <inge@nada.kth.se>
5211
5212 * dired.el (dired-recursive-deletes): New custom variable.
5213 (dired-re-no-dot): New variable.
5214 (dired-delete-file): New function deletes files and directories
5215 recursively.
5216 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5217
5218 * dired-aux.el (dired-recursive-copies): New custom variable.
5219 (dired-handle-overwrite): Broke a long line.
5220 (dired-copy-file): Call `dired-copy-file-recursive' instead of
5221 `copy-file'.
5222 (dired-copy-file-recursive): New function. Copy directories
5223 recursively.
5224 (dired-do-create-files): Added support for generalized directory
5225 target. How-to function may now return a function. New fluid
5226 variable `dired-one-file'.
5227 (dired-copy-how-to-fn): New variable.
5228 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5229 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5230 (dired-do-copy-regexp): No recursive copies.
5231
5232 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
5233
5234 * whitespace.el (whitespace-version): Update version to 2.4
5235
5236 * whitespace.el: Add customization variables to conditionally test
5237 any of the five whitespaces, per request from Rune Kleveland
5238 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5239
5240 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5241
5242 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5243 list of modes to be checked for bogus whitespaces.
5244
5245 * whitespace.el (whitespace-rescan-timer-time): Update
5246 documentation.
5247
5248 * whitespace.el (whitespace-display-unchecked-whitespaces):
5249 New function to update modeline with untested whitespaces.
5250
5251 * whitespace.el (whitespace-buffer): Test only whitespaces whose
5252 checking is turned on, and update modeline using the newly created
5253 `whitespace-display-unchecked-whitespaces'.
5254
5255 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5256 whose checking is turned on, and update modeline using the newly
5257 created `whitespace-display-unchecked-whitespaces'.
5258
5259 * whitespace.el (whitespace-describe): Update documentation.
5260
5261 * whitespace.el (whitespace-tickle-timer): Test if
5262 `whitespace-rescan-timer-time' is non-zero before tickling timer.
5263
5264 1999-09-13 Dave Love <fx@gnu.org>
5265
5266 * hideif.el (hide-ifdef-mode): Add autoload cookie.
5267
5268 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5269 for temp buffer.
5270 (checkdoc-this-string-valid): Don't assume default comment-start.
5271
5272 1999-09-13 Gerd Moellmann <gerd@gnu.org>
5273
5274 * rsz-mini.el: Remove code, keep the interface.
5275
5276 1999-09-13 Dave Love <fx@gnu.org>
5277
5278 * help.el (help-highlight-p): Doc fix.
5279
5280 * faces.el (mode-line, header-line, tool-bar): Add :version.
5281 (highlight, secondary-selection): Add :group.
5282 (trailing-whitespace): Add :group, :version.
5283
5284 * wid-edit.el: Remove some compatibility code and checks.
5285 (widget-specify-field, widget-specify-button): Don't use XEmacs
5286 properties.
5287 (widget-overlay-inactive): Change error message.
5288 (widget-button-pressed-face): New variable.
5289 (widget-button-click): Use it.
5290 (widget-documentation-link-add): Specify mouse and button faces.
5291 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5292 removed now the functionality is built in.
5293
5294 * cus-edit.el: Don't define-widget-keywords.
5295 (multimedia): New group.
5296 (custom-last): Function removed.
5297 (custom-quote): Add vectorp case, comment out characterp case.
5298 (custom-buffer-done-function, custom-raised-buttons): New option.
5299 (Custom-buffer-done): New function.
5300 (custom-buffer-create-internal): Obey custom-raised-buttons,
5301 Custom-buffer-done.
5302 (custom-button-face): Make it `released-button'.
5303 (custom-button-pressed-face): Make it `pressed-button'
5304 (custom-mode-map): Bind "q" to Custom-buffer-done.
5305 (custom-mode): Deal with raised/pressed buttons.
5306
5307 Changes from Didier Verna:
5308 (custom-prompt-variable): Optional third arg makes prompt for a
5309 comment string.
5310 (customize-set-value, customize-set-variable,
5311 customize-save-variable): Optional prefix makes function handle
5312 variable comments.
5313 (customize-customized, customize-saved, custom-variable-state-set)
5314 (custom-variable-set, custom-variable-save, custom-face-state-set)
5315 (custom-variable-reset-saved, custom-variable-reset-standard)
5316 (custom-face-set, custom-face-save, custom-face-reset-saved)
5317 (custom-face-reset-standard, customize-save-customized): Handle
5318 custom comments.
5319 (custom-comment-face, custom-comment-tag-face): New face.
5320 (custom-comment): New widget.
5321 (custom-comment-create, custom-comment-delete)
5322 (custom-comment-value-set, custom-comment-show)
5323 ()custom-comment-invisible-p): New functions.
5324 (custom-variable-value-create, custom-face-value-create): Create a
5325 comment field widget.
5326 (custom-variable-menu, custom-face-menu): New entry for custom
5327 comment.
5328 (custom-face-value-create): Remove compatibility code.
5329 (custom-save-variables, custom-save-faces): Possibly save custom
5330 comments.
5331
5332 * cus-face.el (custom-face-attributes): Simplify :underline,
5333 :overline, :inverse-video cases. Fix up :box case (probably needs
5334 more work).
5335
5336 Change from Didier Verna:
5337 (custom-set-faces): The arguments can now have a custom comment as
5338 fourth argument.
5339
5340 * custom.el: Don't define-widget-keywords.
5341 Change from Didier Verna:
5342 (custom-set-variables): The arguments can now have a
5343 custom comment as fifth element.
5344
5345 1999-09-13 Richard Stallman <rms@gnu.org>
5346
5347 * info.el (Info-find-node): Cope better if guesspos is too large.
5348
5349 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5350
5351 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5352 of buffer-substring because buffer-string doesn't copy the
5353 prompt.
5354
5355 * faces.el (mode-line): Replaces `modeline'.
5356 (toplevel): Make `modeline' an alias for `mode-line'.
5357
5358 1999-09-12 Gerd Moellmann <gerd@gnu.org>
5359
5360 * gs.el: Change `ghostscript' to `postscript' in comment.
5361
5362 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
5363
5364 * emulation/tpu-edt.el (tpu-version): New version.
5365 (tpu-search-overlay, tpu-replace-overlay): New variables.
5366 (tpu-search-highlight, tpu-toggle-direction): New functions.
5367 (tpu-lm-replace): Set tpu-replace-overlay.
5368 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5369 command hook.
5370
5371 1999-09-11 Richard Stallman <rms@gnu.org>
5372
5373 * isearch.el (isearch-mode-map): Undo previous change.
5374
5375 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5376 use all of that as the sexp.
5377
5378 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5379 and use the initial argument as file name directly.
5380 Likewise if nothing matches.
5381
5382 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
5383
5384 * winner.el: Major changes. Avoid changing point and mark.
5385 Save configurations after they change, not before.
5386
5387 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5388
5389 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5390 Bind print-continuous-numbering and print-number-table.
5391
5392 1999-09-10 Dave Love <fx@gnu.org>
5393
5394 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5395
5396 1999-09-09 Richard Stallman <rms@gnu.org>
5397
5398 * whitespace.el: Finish making it fit Emacs conventions.
5399 Add autoloads.
5400
5401 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5402
5403 * generic-x.el (bat-generic-mode): "::"-style comments don't
5404 need to begin with "-". Fix the font-lock definitions of ON/OFF
5405 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
5406 from the list of keywords. Add DO to the list of keywords.
5407
5408 1999-09-09 Dave Love <fx@gnu.org>
5409
5410 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5411 (byte-optimize-backward-word): New optimizations.
5412 (side-effect-free-fns, side-effect-and-error-free-fns): Add
5413 entries.
5414
5415 1999-09-09 Gerd Moellmann <gerd@gnu.org>
5416
5417 * image.el (put-image): Remove optional buffer parameter.
5418
5419 * faces.el (face-italic-p): Return t only for values `italic'
5420 and `oblique'.
5421
5422 * mouse.el (mouse-drag-mode-line-1): Extension of former
5423 mouse-drag-mode-line that also drags the header line.
5424 (mouse-drag-mode-line): Call it.
5425 (mouse-drag-header-line): New.
5426 (toplevel): Bind down-mouse-1 on header lines to
5427 mouse-drage-header-line.
5428
5429 1999-09-08 Gerd Moellmann <gerd@gnu.org>
5430
5431 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5432 (make-mode-line-mouse-sensitive): Replace `top-line' by
5433 `header-line'.
5434
5435 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
5436
5437 * help.el (describe-function-1): Don't return empty string for keymaps.
5438
5439 * fill.el (fill-region-as-paragraph, canonically-space-region):
5440 Respect colon-double-space at end of line.
5441
5442 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
5443
5444 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5445 (backup-buffer): Use it.
5446
5447 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
5448
5449 * generic-x.el (generic-define-unix-modes): Added new modes:
5450 inetd-conf-generic-mode, etc-services-generic-mode,
5451 etc-passwd-generic-mode. These are all defined for Unix by default.
5452 (apache-generic-mode): Use an imenu-generic-expression to list
5453 Configuration keywords.
5454 (samba-generic-mode): Use both ; and # as comment characters.
5455 (samba-generic-mode): Font-lock expressions now highlight name
5456 value pairs.
5457 (bat-generic-mode): Keywords are now case-insensitive through
5458 font-lock-defaults setting.
5459 (java-properties-generic-mode): Supports both ! and # as comment
5460 characters.
5461 (java-properties-generic-mode): Added an imenu-generic-expression
5462 (java-properties-generic-mode): Reworked to support the various
5463 different ways to separate name and value (viz, '=', ':' and
5464 whitespace).
5465 (show-tabs-generic-mode): Added this new generic-mode.
5466
5467 1999-09-08 Richard Stallman <rms@gnu.org>
5468
5469 * progmodes/inf-lisp.el: Moved from top directory.
5470
5471 * tar-mode.el (tar-header-block-tokenize):
5472 Use `when' instead of `and'. Fix some clobbered text.
5473
5474 * gud.el (gud-make-debug-menu): Make a child for the
5475 local menu, for its menu bar, and the debug menu.
5476 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5477 Use the history in the simple way.
5478
5479 1999-09-07 Kenichi Handa <handa@etl.go.jp>
5480
5481 * language/korea-util.el (default-korean-keyboard): Initialize it
5482 according to the environment variable HANGUL_KEYBOARD_TYPE.
5483
5484 1999-09-07 Richard Stallman <rms@gnu.org>
5485
5486 * subr.el (make-temp-file): New function.
5487
5488 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5489
5490 * font-lock.el (font-lock-multiline): New text property contains
5491 a boolean to indicate if the char is part of a multiline match.
5492 (font-lock-default-fontify-region): Extend the region appropriately
5493 for multiline keywords.
5494 (font-lock-default-unfontify-region): Also remove the new
5495 font-lock-multiline text property.
5496 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5497 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5498
5499 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5500
5501 * diary-lib.el (list-diary-entries): Make sure two-digit years
5502 have leading zeros.
5503
5504 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5505
5506 * faces.el (face-set-after-frame-default): Initialize some
5507 attributes of some faces from frame parameters.
5508
5509 * faces.el (scroll-bar, border, cursor, mouse): New faces.
5510
5511 1999-09-07 Gerd Moellmann <gerd@gnu.org>
5512
5513 * faces.el (fringe): Replaces face `margin'.
5514
5515 1999-09-07 Dave Love <fx@gnu.org>
5516
5517 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5518
5519 1999-09-07 Richard Stallman <rms@gnu.org>
5520
5521 * subr.el (push): Doc fix.
5522
5523 1999-09-06 Richard Stallman <rms@gnu.org>
5524
5525 * vc.el (vc-annotate-display): Use < 69 not < 70
5526 to distinguish 20YY from 19YY.
5527
5528 * timezone.el (timezone-parse-date): Use < 69 not < 70
5529 to distinguish 20YY from 19YY.
5530
5531 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5532
5533 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
5534
5535 * quickurl.el: (quickurl-list-focused-line): Removed.
5536 (quickurl-list-insert): Now works out the focused line using
5537 `count-lines' instead of using `quickurl-list-focused-line'.
5538
5539 1999-09-06 Richard Stallman <rms@gnu.org>
5540
5541 * mail/rmail.el (rmail-retry-failure): Unconditionally move
5542 to beginning of message.
5543
5544 1999-09-06 Dave Love <fx@gnu.org>
5545
5546 * isearch.el (isearch-mode-map): Add mouse-2.
5547
5548 * mail/rmail.el (rmail-read-password): Deleted.
5549 (rmail-get-pop-password): Use read-password.
5550
5551 * quickurl.el: Don't conditionally define caddr.
5552 (quickurl-url-comment): Use nth, not caddr in function and
5553 defsetf.
5554
5555 1999-09-06 Richard Stallman <rms@gnu.org>
5556
5557 * auto-show.el: Doc fixes.
5558
5559 1999-09-06 Stephen Eglen <stephen@gnu.org>
5560
5561 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5562 --no-line-editing so that TABs in source files are not interpreted
5563 as completion requests.
5564
5565 1999-09-06 Gerd Moellmann <gerd@gnu.org>
5566
5567 * hscroll.el, auto-show.el: Remove all code, keep the public
5568 interface as no-ops.
5569
5570 * faces.el (face-bold-p): Don't return t if face has lighter
5571 weight than normal.
5572
5573 1999-09-06 Eli Zaretskii <eliz@gnu.org>
5574
5575 * startup.el (command-line): Make small-temporary-file-directory
5576 be nil except on ms-dos.
5577
5578 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
5579
5580 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5581 is defined.
5582
5583 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5584 letters with a colon after d or l.
5585
5586 1999-09-06 Dave Love <fx@gnu.org>
5587
5588 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
5589 primitive.)
5590
5591 1999-09-05 Richard Stallman <rms@gnu.org>
5592
5593 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5594
5595 * textmodes/paragraphs.el (backward-kill-sentence):
5596 Don't test minibuffer-prompt-end here.
5597 (forward-sentence): Do handle it here.
5598 (backward-kill-paragraph): Don't test it here.
5599 (forward-paragraph): Handle it here.
5600
5601 * mouse.el (font-menu-add-default): Simplify code.
5602
5603 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5604
5605 * faces.el (header-line): Renamed from `top-line'.
5606
5607 1999-09-05 Gerd Moellmann <gerd@gnu.org>
5608
5609 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5610
5611 1999-09-04 Richard Stallman <rms@gnu.org>
5612
5613 * whitespace.el: New file.
5614
5615 1999-09-04 Dave Love <fx@gnu.org>
5616
5617 * paths.el: Make some doc strings obey the make-docfile convention.
5618
5619 * bindings.el: Likewise.
5620 (debug-ignored-errors): Remove BBDB ones.
5621
5622 1999-09-03 Richard Stallman <rms@gnu.org>
5623
5624 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5625 not from the draft to forward.
5626
5627 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5628
5629 1999-09-03 Dave Love <fx@gnu.org>
5630
5631 * double.el (double-mode): Customize the variable.
5632
5633 1999-09-03 Kenichi Handa <handa@etl.go.jp>
5634
5635 * international/characters.el: Delete duplicated code.
5636
5637 1999-09-02 Richard Stallman <rms@gnu.org>
5638
5639 * indent.el (indent-relative): Doc fix.
5640
5641 * quickurl.el (quickurl): Doc fix.
5642
5643 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5644
5645 * faces.el (margin): Change background to "gray" for mono (this is
5646 drawn with a stipple pattern).
5647
5648 1999-09-02 Gerd Moellmann <gerd@gnu.org>
5649
5650 * simple.el (next-history-element): Use minibuffer-prompt-end once
5651 again. Remove test for minibuffer-prompt-in-buffer.
5652
5653 1999-09-02 Eli Zaretskii <eliz@gnu.org>
5654
5655 * files.el (small-temporary-file-directory): New variable.
5656
5657 * startup.el (command-line): Compute the value of
5658 small-temporary-file-directory.
5659
5660 * ediff-init.el (ediff-temp-file-prefix): Use
5661 small-temporary-file-directory if non-nil.
5662
5663 * vc.el (vc-update-change-log): Likewise.
5664
5665 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5666
5667 * simple.el (shell-command, shell-command-on-region): Use
5668 make-temp-name properly. Use small-temporary-file-directory if
5669 non-nil, otherwise temporary-file-directory, to generate temporary
5670 files.
5671
5672 * dos-w32.el (direct-print-region-helper): Use
5673 temporary-file-directory. (From Stefan Monnier.)
5674
5675 1999-09-02 Richard Stallman <rms@gnu.org>
5676
5677 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5678 from asm-comment-char.
5679 (asm-font-lock-keywords): Recognize instruction width suffixes.
5680
5681 1999-09-01 Richard Stallman <rms@gnu.org>
5682
5683 * play/fortune.el: New file.
5684
5685 1999-08-31 Dave Love <fx@gnu.org>
5686
5687 * help.el (help-make-xrefs): Don't lose on non-empty blank line
5688 after key table.
5689
5690 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5691 redisplay variables.
5692
5693 * subr.el (push): Fix typo.
5694
5695 1999-08-30 Kevin Blake <kblake@ticnet.com>
5696
5697 * emacs-lisp/ring.el: Many doc fixes.
5698 (ring-size, ring-copy): New functions.
5699
5700 1999-08-29 Richard Stallman <rms@gnu.org>
5701
5702 * progmodes/etags.el (tags-loop-continue):
5703 After tags-loop-operate returns, force skip to next file.
5704
5705 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5706 (mail-extr-first-letters, mail-extr-last-letters):
5707 Use character classes [:alpha:] and [:alnum:].
5708
5709 * subr.el (push, pop): New macros.
5710
5711 * progmodes/compile.el (compilation-error-regexp-alist):
5712 New item for SGI IRIX MipsPro compilers.
5713
5714 * speedbar.el (speedbar-directory-buttons): Recognize
5715 device names when checking for file names.
5716
5717 * array.el (array-reconfigure-rows): Use generate-new-buffer.
5718
5719 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5720 and specially handle defvar inside their expansions.
5721 (eval-defun-1): New subroutine.
5722
5723 * progmodes/compile.el (compilation-error-regexp-alist):
5724 Fix the Perl -w entry to allow period after line number.
5725 Don't allow newlines in file name, but allow them after line number
5726 for Perl debugging traces.
5727
5728 * which-func.el (which-func-cleanup-function): New variable.
5729 (which-function): Call that function.
5730
5731 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5732 to end a function name.
5733
5734 * informat.el (Info-tagify): Don't insert more than one newline
5735 before the tag table.
5736
5737 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
5738
5739 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5740 than make-temp-name, use match-string-no-properties, and eliminate
5741 a quadratic behavior when building bibtex-strings.
5742
5743 1999-08-29 Alex Schroeder <alex@gnu.org>
5744
5745 * comint.el (comint-input-ring-separator): New variable.
5746 (comint-read-input-ring): Doc change; use
5747 comint-input-ring-separator when reading file.
5748 (comint-write-input-ring): Use
5749 comint-input-ring-separator when writing file.
5750
5751 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
5752
5753 * informat.el (Info-tagify): Start by widening.
5754 Match node headers that don't list the file name,
5755 and more kinds of page separations.
5756 Strip properties during tagification.
5757 Use start of node header line as tag's position.
5758 Fix the "done" message.
5759
5760 (Info-validate): Save and restore match data around narrowing down.
5761
5762 1999-08-28 Richard M. Stallman <rms@gnu.org>
5763
5764 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5765 On repeated call, override previous values put into
5766 minor-mode-map-alist and minor-mode-alist.
5767
5768 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
5769
5770 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5771
5772 1999-08-27 Andreas Schwab <schwab@gnu.org>
5773
5774 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5775 from cvs update.
5776
5777 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5778
5779 * calendar/calendar.el (calendar-move-hook): New hook.
5780
5781 * calendar/cal-move.el: Call the new hook in every movement function.
5782
5783 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5784 the right function name.
5785
5786 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
5787
5788 * time-stamp.el: Put quote-backquote around all symbol names
5789 in doc strings, for mousing.
5790 (time-stamp): Support multi-line patterns.
5791 (time-stamp-inserts-lines): New variable.
5792 (time-stamp-count): New variable.
5793 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5794 "Thu" instead of "%a".
5795
5796 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5797
5798 * simple.el (kill-word): Undo previous change.
5799
5800 1999-08-25 Gerd Moellmann <gerd@gnu.org>
5801
5802 * jit-lock.el (jit-lock-function): Extend the fontified range
5803 to the beginning of the line containing the range start and
5804 the beginning of the line following the range end.
5805
5806 1999-08-24 Dave Love <fx@gnu.org>
5807
5808 * timezone.el: Move provide to end.
5809 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
5810 <70 are 2000+.
5811 (timezone-parse-time): Simplify somewhat.
5812
5813 1999-08-24 Gerd Moellmann <gerd@gnu.org>
5814
5815 * faces.el (margin): Renamed from bitmap-area.
5816
5817 1999-08-24 Alex Schroeder <alex@gnu.org>
5818
5819 * sql.el: Doc changes.
5820 (sql-sybase): Use sql-server instead of sql-database.
5821
5822 1999-08-23 Dave Love <fx@gnu.org>
5823
5824 * rect.el: Add/fix various doc strings. Add `*' to all the
5825 interactive specs.
5826
5827 1999-08-21 Gerd Moellmann <gerd@gnu.org>
5828
5829 * jit-lock.el (jit-lock-function): Use line-beginning-position.
5830 Don't unwind-protect font-lock-fontify-region.
5831
5832 * paragraphs.el (backward-kill-paragraph): Don't move
5833 point into mini-buffer prompt.
5834 (backward-kill-sentence): Ditto.
5835
5836 * simple.el (next-history-element): Use minibuffer-prompt-end.
5837 Remove test for minibuffer-prompt-in-buffer.
5838 (kill-word): Don't move point into mini-buffer prompt.
5839
5840 1999-08-21 Dave Love <fx@gnu.org>
5841
5842 * Makefile: Exclude CVS dirs like RCS.
5843
5844 1999-08-19 Dave Love <fx@gnu.org>
5845
5846 * tooltip.el (tooltip-mode): Customize this, per convention.
5847 (tooltip-active): Option deleted.
5848
5849 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
5850
5851 * hanoi.el, page-ext.el: Declare dynamic vars.
5852
5853 * term.el: Avoid ange-ftp related compilation warnings.
5854
5855 1999-08-18 Gerd Moellmann <gerd@gnu.org>
5856
5857 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5858 the default so that beginners can benefit from it without
5859 searching in manuals.
5860
5861 1999-08-18 Ray Blaak <blaak@gnu.org>
5862
5863 * progmodes/delphi.el: Consider assembly sections as blocks, to
5864 indent them better. Make auto-indent on newline optional.
5865
5866 1999-08-17 Gerd Moellmann <gerd@gnu.org>
5867
5868 * bindings.el (mode-line-modified): Look up key binding for C-x
5869 C-q. If it's bound call that binding, otherwise call
5870 toggle-read-only.
5871
5872 1999-08-17 Dave Love <fx@gnu.org>
5873
5874 * info.el (info): Doc fix.
5875
5876 * finder.el (finder-known-keywords): Add `multimedia'.
5877
5878 * apropos.el: Don't capitalize custom group name.
5879
5880 * info-look.el: Remove compatibility code.
5881 (info-lookup-guess-default*): DTRT for point at start of symbol.
5882 (info-complete): Don't lose with point not at end of symbol.
5883
5884 1999-08-16 Gerd Moellmann <gerd@gnu.org>
5885
5886 * term.el (toplevel): Make face `term-default' an empty face.
5887 The code relied on the fact that Emacs ignored invalid faces in
5888 face text properties in 20.4.
5889
5890 1999-08-16 Richard M. Stallman <rms@gnu.org>
5891
5892 * subr.el (point-at-eol, point-at-bol): New aliases.
5893
5894 * simple.el: Functions reordered.
5895
5896 * rect.el (delete-rectangle-line): Use line-end-position.
5897
5898 1999-08-16 Karl Heuer <kwzh@gnu.org>
5899
5900 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5901 here from simple.el.
5902
5903 1999-08-16 Dave Love <fx@gnu.org>
5904
5905 * mouse.el: Provide `mldrag' for compatibility.
5906 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5907 marked obsolete.
5908
5909 * mldrag.el: Removed since the features are in mouse.el.
5910
5911 * jka-compr.el (auto-compression-mode): New variable for
5912 customization.
5913
5914 * bindings.el (mode-line-mule-info): Doc fix.
5915
5916 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5917 name comparisons.
5918
5919 * files.el (interpreter-mode-alist): Add make, guile, clisp.
5920 (find-file): Doc fix.
5921
5922 1999-08-16 Carsten Dominik <cd@gnu.org>
5923
5924 * textmodes/reftex.el: Most of the code moved to other files.
5925 * textmodes/reftex-auc.el: New file, split out from reftex.el
5926 * textmodes/reftex-cite.el: New file, split out from reftex.el
5927 * textmodes/reftex-global.el: New file, split out from reftex.el
5928 * textmodes/reftex-index.el: New file, split out from reftex.el
5929 * textmodes/reftex-parse.el: New file, split out from reftex.el
5930 * textmodes/reftex-ref.el: New file, split out from reftex.el
5931 * textmodes/reftex-sel.el: New file, split out from reftex.el
5932 * textmodes/reftex-toc.el: New file, split out from reftex.el
5933 * textmodes/reftex-vars.el: New file, split out from reftex.el
5934 * textmodes/reftex-vcr.el: New file, split out from reftex.el
5935
5936 1999-08-16 Carsten Dominik <cd@gnu.org>
5937
5938 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5939 conflict with pop-up-frames.
5940 (reftex-special-environment-parsers): New constant.
5941 (reftex-label-alist): car of an entry can also be a function.
5942 (reftex-what-special-env): Cew function.
5943 (reftex-label-location): Call `reftex-what-special-env'.
5944 (reftex-compile-variables): Check for symbol in
5945 `reftex-label-alist'.
5946 (reftex-what-environment): Fixed bug with stacked environments of
5947 same kind (e.g. enumerate).
5948 (reftex-process-string): Preserve default directory.
5949 (reftex-label-alist-builtin): Changed prefixes of endnote and
5950 footnote. Also the magic words.
5951 (reftex-reference): Interprete new option
5952 `reftex-fref-is-default'.
5953 (reftex-replace-prefix-escapes): Interprete new `%S' format.
5954 (reftex-toc-mouse-view-line): Command removed (had no binding).
5955 (reftex-everything-regexp): New function.
5956 (reftex-nearest-match): Made better.
5957 (reftex-toc-find-section): Use new version of
5958 `reftex-nearest-match'.
5959 (reftex-insert-docstruct): Adapted to work with the index stuff.
5960 (reftex-parse-from-file): Find index entries as well.
5961 (reftex-toc-toggle-index): New function
5962 (reftex-toc-map): `i' is now used to togle the index, File
5963 boundaries has been moved to `F'.
5964 (reftex-select-label-map): Toggling display of file boundaries is
5965 now on the `F' key, for consistency with `reftex-toc-map'.
5966 (reftex-erase-all-selection-and-index-buffers): Renamed from
5967 `reftex-erase-all-selection-buffer'. Now also kills the index
5968 buffers.
5969 (reftex-viewing-cross-references): Customization group renamed
5970 from reftex-viewing-cross-references-and-citations.
5971 (reftex-index-macro-regexp,
5972 reftex-find-index-entry-regexp-format): New variables
5973 (reftex-macros-with-index): New variable
5974 (reftex-add-index-macros): New function
5975 (reftex-renumber-simple-labels, reftex-translate): Allow for
5976 multiple labels in a single ref command.
5977 (reftex-index-support): New customization group
5978 (reftex-support-index, reftex-index-special-chars,
5979 reftex-index-macros, reftex-index-default-macro,
5980 reftex-index-default-tag, reftex-index-math-format,
5981 reftex-index-section-letters, reftex-index-include-context,
5982 reftex-index-follow-mode, reftex-index-header-face,
5983 reftex-index-section-face, reftex-index-tag-face,
5984 reftex-index-face): New options
5985 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5986 reftex-index-tag, reftex-index-return-marker,
5987 reftex-index-restriction-indicator, reftex-index-restriction-data,
5988 reftex-index-macro-regexp, reftex-index-level-re,
5989 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5990 reftex-everything-regexp-no-index, reftex-index-re,
5991 reftex-macros-with-index, reftex-index-macro-alist): New variables
5992 (reftex-index-help, reftex-index-macros-builtin,
5993 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5994 reftex-query-index-macro-help): New constants
5995 (reftex-index-selection-or-word, reftex-index,
5996 reftex-default-index, reftex-update-default-index,
5997 reftex-index-complete-tag, reftex-index-select-tag,
5998 reftex-index-complete-key, reftex-index-update-taglist,
5999 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6000 reftex-display-index, reftex-insert-index,
6001 reftex-index-insert-new-letter, reftex-get-restriction,
6002 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6003 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6004 reftex-index-toggle-follow, reftex-index-toggle-context,
6005 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6006 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6007 reftex-index-quit, reftex-index-quit-and-kill,
6008 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6009 reftex-index-revert, reftex-index-switch-index-tag,
6010 reftex-index-restrict-to-section, reftex-index-widen,
6011 reftex-index-restriction-forward,
6012 reftex-index-restriction-backward, reftex-index-visit-location,
6013 reftex-index-analyze-entry, reftex-index-globalize,
6014 reftex-index-edit, reftex-index-toggle-range-beginning,
6015 reftex-index-toggle-range-end, reftex-index-edit-key,
6016 reftex-index-edit-attribute, reftex-index-edit-visual,
6017 reftex-index-edit-part, reftex-index-level-down,
6018 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6019 reftex-index-change-entry, reftex-index-goto-letter,
6020 reftex-add-index-macros, reftex-ensure-index-support,
6021 reftex-index-info-safe, reftex-index-info): New functions.
6022
6023
6024 1999-08-15 Richard M. Stallman <rms@gnu.org>
6025
6026 * paren.el (show-paren-mode): Support making show-paren-mode
6027 a buffer-local variable. Don't check for a window system.
6028 (show-paren-function): Check whether show-paren-function is
6029 enabled in current buffer; do the right thing if not.
6030 Don't check for a window system.
6031 (show-paren-mode): Make it a user variable.
6032
6033 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6034 Handle `enum' like `struct'.
6035
6036 * server.el (server-process-filter): If a client visits no buffers,
6037 close it immediately before recording it.
6038
6039 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6040 Optimize by calling concat just once. Handle =\n sequence.
6041 (mail-unquote-printable-region): New command.
6042 (mail-quote-printable): Make it autoload.
6043
6044 1999-08-15 Karl Heuer <kwzh@gnu.org>
6045
6046 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6047
6048 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6049
6050 * lisp/texinfmt.el: Handle @ifnottex.
6051
6052 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6053
6054 * frame.el (blink-cursor): Don't turn on cursor blinking for
6055 ms-dos.
6056
6057 * faces.el (face-valid-attribute-values): Look in
6058 x-bitmap-file-path only for x and w32 window systems.
6059
6060 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6061 Do that if width is nil as well.
6062 (x-display-mm-height, x-display-mm-width): Update values.
6063 (x-colors): Compute the list from msdos-color-values.
6064 (x-select-enable-clipboard): Doc fix.
6065 (x-frob-font-weight, x-font-family-list): New functions.
6066
6067 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6068
6069 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6070 back up from beginning of buffer.
6071
6072 1999-08-13 Karl Heuer <kwzh@gnu.org>
6073
6074 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6075
6076 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6077
6078 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6079 doomsday clock, speed control is added and changes are made to
6080 allow large numbers of rings: rings now show the whole ring
6081 number, not just the last digit; consecutive rings are allowed to
6082 be the same size when necessary to fit all the rings in the
6083 window; and poles can be oriented horizontally. Face support is
6084 thrown in gratuitously.
6085 (hanoi): Changed default number of rings back to 3.
6086 (hanoi-unix, hanoi-unix-64): New commands
6087 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6088 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6089 hanoi-odd-ring-face): New variables.
6090 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6091 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6092 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6093 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6094 (hanoi-topos, hanoi-draw-ring): Removed.
6095
6096 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6097
6098 * faces.el (face-valid-attribute-values): Return an alist for
6099 families on ttys.
6100 (face-read-integer): Handle unspecified face attributes. Add
6101 completion for `unspecified'.
6102 (read-face-attribute): Handle unspecified font attributes.
6103 (face-valid-attribute-values): Add `unspecified' to lists so that
6104 it can be chosen via completion.
6105 (face-read-string): Don't recognize "none" as input.
6106
6107 1999-08-10 Dave Love <fx@gnu.org>
6108
6109 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6110 string.
6111
6112 * sun-curs.el: Require sun-fns.
6113
6114 1999-08-10 Dave Love <fx@gnu.org>
6115
6116 * autorevert.el (auto-revert-mode): Add autoload cookie.
6117
6118 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6119 hscroll.
6120
6121 * simple.el (hscroll-step, hscroll-point-visible)
6122 (hscroll-window-column): Remove now we have the mentioned real
6123 horizontal autoscrolling.
6124
6125 1999-08-10 Richard M. Stallman <rms@gnu.org>
6126
6127 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6128 control use of -f option.
6129 (mail-specify-envelope-from): New variable.
6130 (mail-from-style): Doc fix.
6131
6132 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6133 (easy-menu-get-map): New arg TO-MODIFY helps choose
6134 between local and global maps.
6135 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6136 (easy-menu-change): Doc fix.
6137
6138 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6139 (info-lookup-guess-default): Simplified and cleaned up.
6140 (info-lookup-guess-default*): Preserve point.
6141
6142 * view.el (view-mode-disable): If buffer-read-only is nil,
6143 don't change it.
6144
6145 * files.el (after-find-file): Disable View mode if buffer is no
6146 longer read-only.
6147
6148 * view.el (view-mode-enable, view-mode-disable):
6149 Call force-mode-line-update.
6150
6151 1999-08-10 Karl Heuer <kwzh@gnu.org>
6152
6153 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6154 * array.el, play/landmark.el, international/latin-3.el: Likewise.
6155 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6156
6157 1999-08-10 Alex Schroeder <asc@bsiag.com>
6158
6159 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6160 to prevent m-eating-bug.
6161
6162 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6163
6164 * term/pc-win.el (msdos-bg-mode): Remove. Call
6165 frame-set-background-mode instead. All callers changed.
6166 (msdos-face-setup): Don't force color display parameter, it is set
6167 by frame-set-background-mode.
6168 (make-msdos-frame): Call x-handle-reverse-video and
6169 face-set-after-frame-default. Delete frame if creation failed.
6170
6171 * faces.el (face-set-after-frame-default): Don't call
6172 make-face-x-resource-internal for the pc window-system.
6173
6174 1999-08-10 Dave Love <fx@melange.gnu.org>
6175
6176 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6177 case with no docstring specially.
6178
6179 1999-08-09 Eli Zaretskii <eliz@gnu.org>
6180
6181 * complete.el (PC-do-completion): If completing on file name,
6182 reproduce str by concatenating its directory and basename parts.
6183
6184 1999-08-07 Dave Love <fx@gnu.org>
6185
6186 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
6187 unibyte to multibyte conversion of search-forward (from Handa),
6188 but avoid the replacement if the language is Latin-N.
6189
6190 1999-08-06 Richard Stallman <rms@gnu.org>
6191
6192 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6193 of eval-buffer.
6194
6195 * international/mule.el (load-with-code-conversion):
6196 Pass t to eval-buffer for DO-ALLOW-PRINT.
6197
6198 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6199
6200 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6201 of filenames and attributes.
6202 (ls-lisp-insert-directory): Use directory-files-and-attributes
6203 for speed.
6204
6205 1999-08-05 Dave Love <fx@gnu.org>
6206
6207 * auto-show.el (auto-show-mode): Fix :set.
6208
6209 * widget.el (define-widget-keywords): Make dummy definition and
6210 comment-out its use.
6211
6212 1999-08-04 Richard Stallman <rms@gnu.org>
6213
6214 * progmodes/tcl.el: Customized.
6215
6216 * sql.el (sql-accumulate-and-indent): Instead of testing
6217 whether this is Emacs 20 before calling comint-accumulate,
6218 test whether comint-accumulate is defined.
6219
6220 1999-08-04 Dave Love <fx@gnu.org>
6221
6222 * sgml-mode.el: Require outline when compiling.
6223 (sgml-mode-hook, html-mode-hook): Customize.
6224 (sgml-validate-command): Fix :version.
6225 (html-autoview-mode): Doc fix.
6226
6227 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6228 nothing in Latin-N environment.
6229
6230 * info.el (Info-find-node): Call info-initialize here.
6231 (info): Not here.
6232 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6233
6234 1999-08-04 Richard Stallman <rms@gnu.org>
6235
6236 * ansi-color.el: New file.
6237
6238 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6239
6240 * dired.el (dired-string-replace-match): Return `nil' when no match
6241 found with global search.
6242
6243 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6244 * terminal.el (te-terminfo-directory):
6245 * mail/mailpost.el (post-mail-send-it):
6246 * mail/metamail.el (metamail-region):
6247 * progmodes/ada-mode.el (ada-tmp-directory):
6248 Use temporary-file-directory.
6249
6250 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6251 (compilation-filter, compilation-forget-errors)
6252 (compilation-parse-errors): Use a marker instead of an integer for
6253 `compilation-parsing-end'.
6254
6255 * progmodes/diff.el (diff-parse-differences):
6256 Use a marker instead of an integer for `compilation-parsing-end'.
6257 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6258 Use a marker instead of an integer for `compilation-parsing-end'.
6259
6260 1999-08-03 Richard Stallman <rms@gnu.org>
6261
6262 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6263 (Buffer-menu-mode): Doc fix.
6264 (Buffer-menu-view): New command.
6265 (Buffer-menu-view-other-window): New command.
6266
6267 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
6268
6269 * replace.el (query-replace-regexp-eval)
6270 (replace-eval-replacement, replace-loop-through-replacements)
6271 (replace-match-string-symbols): New functions.
6272 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6273 Use replace-loop-through-replacements.
6274
6275 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
6276
6277 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6278 (5x5): Doc fix.
6279
6280 1999-08-03 Dave Love <fx@gnu.org>
6281
6282 * fortran.el (fortran-indent-new-line): Make it an alias
6283 for reindent-then-newline-and-indent.
6284
6285 1999-08-03 Didier Verna <verna@inf.enst.fr>
6286
6287 * rect.el: All functions rewritten, except when noted above
6288 their declaration. Below is a list of interface changes.
6289 (apply-on-rectangle): New function, mostly replaces
6290 `operate-on-rectangle'. All callers changed.
6291 (move-to-column-force): Pass new second argument to `move-to-column'.
6292 (kill-rectangle): Added optional prefix arg to fill lines.
6293 (delete-rectangle): Ditto.
6294 (delete-whitespace-rectangle): Ditto.
6295 (delete-extract-rectangle): Ditto.
6296 (open-rectangle): Ditto.
6297 (clear-rectangle): Ditto.
6298 (delete-whitespace-rectangle-line): New function.
6299 (delete-rectangle-line): Added third arg FILL.
6300 (delete-extract-rectangle-line): Ditto.
6301 (open-rectangle-line): Ditto.
6302 (clear-rectangle-line): Ditto.
6303
6304 1999-08-03 Ray Blaak <blaak@gnu.org>
6305
6306 * progmodes/delphi.el: New file.
6307
6308 1999-08-02 Richard Stallman <rms@gnu.org>
6309
6310 * textmodes/outline.el (outline-previous-heading): New function.
6311 (outline-up-heading-all): Use outline-previous-heading.
6312 (outline-next-heading): Delete definition inserted yesterday.
6313
6314 1999-08-01 Richard Stallman <rms@gnu.org>
6315
6316 * textmodes/outline.el (outline-next-heading): New function.
6317 (outline-up-heading-all): New function.
6318 (outline-font-lock-level): Using outline-up-heading-all.
6319 Tell outline-back-to-heading to accept invisible headings.
6320
6321 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6322
6323 * mail/mh-utils.el (mh-find-path-run): New variable.
6324 (mh-find-path): Test and set that.
6325 Set mail-user-agent only the first time this function is run.
6326 (mail-user-agent): Defvar deleted.
6327
6328 * info.el (info-initialize): New function.
6329 (info): Call info-initialize.
6330 (Info-directory-list): Initialize to nil,
6331 so info-initialize will set it up for real.
6332
6333 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6334
6335 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6336 does not interpret a time as the year in a day-month entry.
6337
6338 * calendar/diary-lib.el: Change syntax table entry for colon in
6339 the diary as part of the european-date-diary-pattern fix.
6340
6341 1999-08-01 Eli Zaretskii <eliz@gnu.org>
6342
6343 * international/mule.el (set-auto-coding): Allow whitespace before
6344 and after the "variable: value" pair.
6345
6346 1999-07-30 Ken'ichi Handa <handa@gnu.org>
6347
6348 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6349 (default-sendmail-coding-system): Doc-string fixed.
6350
6351 1999-07-30 Dave Love <fx@gnu.org>
6352
6353 * subr.el (assoc-delete-all): New function, renamed from
6354 frame-delete-all.
6355
6356 * frame.el: Change comments to doc strings and other doc fixes.
6357 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6358 Callers changed.
6359 (set-background-color, set-foreground-color, set-cursor-color)
6360 (set-mouse-color, set-border-color): Offer completion of colours.
6361 (cursor): Add :version to defgroup.
6362
6363 * facemenu.el (list-colors-display): Make it work on ttys.
6364 (facemenu-read-color): Likewise.
6365
6366 1999-07-30 Richard M. Stallman <rms@gnu.org>
6367
6368 * frame.el (frame-notice-user-settings): If background
6369 color has been changed, update background-mode from it,
6370 then update faces.
6371
6372 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6373
6374 * net-utils.el (finger): Don't do indirect fingering.
6375
6376 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6377
6378 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6379 rules. Add separator at end of holidays.
6380 (cal-tex-rules): New customizable variable.
6381 (cal-tex-latexify-list): Add optional parameter to put separator
6382 at end.
6383
6384 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
6385
6386 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6387 fill prefix on each line while looping to the end of paragraph.
6388 End paragraph if it's longer than the existing fill prefix.
6389
6390 * textmodes/fill.el (fill-context-prefix): Doc fix.
6391
6392 1999-07-30 Dave Love <fx@gnu.org>
6393
6394 * font-lock.el (jit-lock): Fix :load, add :version.
6395
6396 1999-07-30 Eli Zaretskii <eliz@gnu.org>
6397
6398 * term/pc-win.el (msdos-face-setup): Register standard colors in
6399 Vface_tty_color_alist.
6400 (face-color-supported-p, face_color_gray_p): New functions.
6401
6402 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6403 is bound.
6404
6405 * startup.el (command-line): Don't register default colors for
6406 MSDOS window-system.
6407
6408 1999-07-29 Dave Love <fx@gnu.org>
6409
6410 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6411 charquote.
6412
6413 * lisp-mode.el (eval-defun): Re-written to avoid
6414 capturing variables.
6415
6416 * picture.el (picture-beginning-of-line): Don't call
6417 hscroll-point-visible now we have real autoscrolling.
6418 (picture-end-of-line, picture-newline, picture-open-line):
6419 Likewise.
6420
6421 * international/latin-8.el: New file.
6422 * international/latin-9.el: New file.
6423
6424 1999-07-28 Dave Love <fx@gnu.org>
6425
6426 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6427
6428 * msb.el: Require cl only when compiling.
6429 (msb--home-dir): Deleted.
6430 (msb--format-title): Use abbreviate-file-name.
6431 (msb--choose-file-menu): Simplify string comparison.
6432
6433 1999-07-28 Gerd Moellmann <gerd@gnu.org>
6434
6435 * faces.el (toolbar): Add face definition for mono displays.
6436
6437 1999-07-27 Richard M. Stallman <rms@gnu.org>
6438
6439 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6440
6441 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6442 force copying of default-frame-alist.
6443
6444 1999-07-26 Ken'ichi Handa <handa@gnu.org>
6445
6446 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6447
6448 1999-07-26 Richard M. Stallman <rms@gnu.org>
6449
6450 * frame.el (set-mouse-color): If new color is nil,
6451 really respecify the current color.
6452
6453 1999-07-26 Gerd Moellmann <gerd@gnu.org>
6454
6455 * faces.el (bitmap-area): Change background of face `bitmap-area'
6456 to white for mono displays.
6457
6458 1999-07-26 Kenichi Handa <handa@etl.go.jp>
6459
6460 * international/ccl.el (ccl-embed-symbol): New function.
6461 (ccl-program-p): Deleted. Now it's implemented in C code.
6462 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6463 (ccl-compile-translate-character): Likewise.
6464 (ccl-compile-map-single): Likewise.
6465 (ccl-compile-multiple-map-function): Likewise.
6466 (declare-ccl-program): Doc-string modified.
6467 (check-ccl-program): Check compiled CCL code by ccl-program-p.
6468
6469 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
6470
6471 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6472
6473 1999-07-25 Markus Rost <rost@gnu.org>
6474
6475 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
6476 the entries to make custom-file more readable.
6477
6478 1999-07-25 Richard M. Stallman <rms@gnu.org>
6479
6480 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6481
6482 * emacs-lisp/edebug.el: Delete compatibility code.
6483 (edebug-next-token-class): If . is followed by a digit,
6484 return `symbol' for the token class.
6485
6486 * startup.el (command-line): If we don't find the user's init file,
6487 set user-init-file to nil.
6488
6489 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6490
6491 * info-look.el (info-lookup-interactive-arguments): Add optional
6492 argument query for new choice of help mode.
6493 (info-lookup-symbol): Use it.
6494 (info-lookup-file): Ditto.
6495 (info-lookup): Don't switch to other window, if already in Info
6496 buffer.
6497
6498 1999-07-23 Dave Love <fx@gnu.org>
6499
6500 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6501 syntax.
6502 (fortran-fontify-string, fortran-match-!-comment): Deleted.
6503 (fortran-font-lock-syntactic-keywords): New variable.
6504 (fortran-mode): Use it.
6505 (fortran-font-lock-keywords-1): Don't do comments.
6506 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6507 match data.
6508
6509 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6510
6511 * msb.el (msb-menu-bar-update-buffers): Renamed from
6512 menu-bar-update-buffers.
6513 (msb-custom-set, msb--toggle-menu-type): Call
6514 msb-menu-bar-update-buffers.
6515 (msb-mode): Revise the hook setting.
6516
6517 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6518
6519 1999-07-23 Gerd Moellmann <gerd@gnu.org>
6520
6521 * font-lock.el, help.el, simple.el: Re-integrate previously
6522 described changes that were lost due to errors while checking them
6523 in.
6524
6525 1999-07-23 Kevin Blake <kblake@ticnet.com>
6526
6527 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6528
6529 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
6530
6531 * international/encoded-kb.el
6532 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6533 but push it to unread-command-events.
6534 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6535 (encoded-kbd-self-insert-sjis): Likewise.
6536 (encoded-kbd-self-insert-big5): Likewise.
6537
6538 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6539 before left margin and fill-prefix by fill-find-break-point.
6540
6541 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6542
6543 * info-look.el (info-lookup-setup-mode): Don't give up, if
6544 info-lookup-make-completions returns an error.
6545 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6546 name latex, not latex2e.
6547
6548 1999-07-21 Richard M. Stallman <rms@gnu.org>
6549
6550 * replace.el (perform-replace): Turn off case-fold-search
6551 if FROM-STRING argument has uppercase in it.
6552
6553 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6554
6555 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6556 mode is on. Don't use end of changed text.
6557
6558 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6559
6560 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6561 (cl-hash-table-p): Renamed from hash-table-p.
6562 (cl-hash-table-count): Renamed from hash-table-count.
6563 (maphash): Alias to cl-maphash removed.
6564 (gethash): Likewise.
6565 (puthash): Likewise.
6566 (remhash): Likewise.
6567 (clrhash): Likewise.
6568
6569 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6570
6571 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6572 third arg non-nil. See comment there why this isn't a good idea.
6573
6574 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6575
6576 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6577
6578 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6579 sit-for with 3rd arg non-nil to prevent redisplay.
6580
6581 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6582
6583 * image.el (image-type-from-file-header): If file doesn't
6584 have a directory part, add data-directory.
6585
6586 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6587
6588 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6589 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6590 motion handling when tooltip-gud-tips-p is nil.
6591
6592 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6593
6594 * tooltip.el (tooltip-mode): Don't use `plusp'.
6595 (tooltip-active): Use initial value of nil.
6596
6597 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6598
6599 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6600
6601 * bindings.el (make-mode-line-mouse-sensitive): Add key
6602 definitions for `top-line'.
6603
6604 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6605
6606 * faces.el (top-line): New face.
6607
6608 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6609
6610 * image.el (image-type-regexps): Add regexp for PS files.
6611
6612 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6613
6614 * faces.el (set-face-attribute): Fix wrong handling of frame
6615 begin equal to t.
6616
6617 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6618
6619 * image.el (image-type-regexps): Add PNG format.
6620
6621 1999-07-21 Dave Love <fx@gnu.org>
6622
6623 * bindings.el (mode-line-modified): New variable.
6624 (mode-line-mode-menu-1): Switch to appropriate window before
6625 showing menu.
6626
6627 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6628
6629 * faces.el (face-underline): Removed.
6630 (face-underline-color): Ditto.
6631
6632 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6633
6634 * faces.el (face-x-resources): Fix typo.
6635
6636 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6637
6638 * faces.el: Remove handling of `:relief', extend handling of
6639 `:box'.
6640 (frame-set-background-mode): Choose new defface specs after
6641 frame parameters have changed.
6642
6643 * cus-face.el: Ditto.
6644
6645 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6646
6647 * custom.el (defface): Extend documentation to include new
6648 face attributes.
6649
6650 * cus-face.el (custom-face-attributes): Add overline,
6651 strike-through, box.
6652
6653 * faces.el (face-valid-attribute-values): Handle overline,
6654 strike-through, box.
6655 (face-attribute-name-alist): Add pairs for new face attributes.
6656 (describe-face): Handle new face attributes.
6657
6658 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6659
6660 * faces.el (face-x-resources): Add overline, strike-through, box.
6661
6662 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6663
6664 * enriched.el (enriched-translations): Add `display' and
6665 "x-display".
6666 (enriched-handle-display-prop): New.
6667 (enriched-decode-display-prop): New.
6668
6669 * format.el (top-level): Give `display' property
6670 `format-list-atomic-p.
6671 (format-annotate-single-property-change): Test that property.
6672 If present, treat list property values like atoms.
6673
6674 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6675
6676 * cus-face.el (custom-face-attributes): Use `choice' everywhere
6677 so that "*" can be entered.
6678
6679 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6680
6681 * cus-face.el (custom-face-attributes): Don't use `#''.
6682
6683 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6684
6685 * cus-face.el (custom-face-attributes): Return underline
6686 face attribute directly from the second lambda of underline.
6687
6688 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6689
6690 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6691
6692 * frame.el (after-setting-font-hooks): New variable.
6693 (set-frame-font): Run those hooks.
6694
6695 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6696
6697 * faces.el (set-face-attribute): Fix doc string.
6698
6699 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6700
6701 * cus-face.el (custom-face-attributes): Accept color name.
6702
6703 * faces.el (face-underline-p): Accept unspecified underlining.
6704 (face-underline): Ditto. Fix doc string.
6705
6706 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6707
6708 * faces.el (face-underline-color): New function.
6709
6710 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
6711
6712 * cus-face.el (custom-face-attributes): Support underline coloring.
6713 Added slot to choose a color.
6714
6715 * faces.el (face-underline): New function.
6716 (face-underline-p): Support underline coloring.
6717 Return nil only if the underline attribute is 'normal.
6718 (set-face-underline): New function.
6719 (face-valid-attribute-values): Support underline coloring.
6720
6721 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6722
6723 * image.el (insert-image): Use `display' instead of `glyph'
6724 as text property name.
6725 (put-image): Ditto.
6726 (image-type-from-file-header): Use insert-file-contents-literally.
6727
6728 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6729
6730 * easymenu.el (easy-menu-do-add-item): Don't use the empty
6731 string to indicate separators.
6732
6733 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6734
6735 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6736 instead of message-log.
6737
6738 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6739
6740 * faces.el (bitmap-area): New face.
6741
6742 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6743
6744 * image.el (insert-image): New.
6745
6746 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6747
6748 * frame.el (blink-cursor): Set the symbol's value.
6749 (show-trailing-whitespace): Change group to font-lock.
6750
6751 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6752
6753 * jit-lock.el: New.
6754 * font-lock.el: Add jit-mode as new support mode.
6755
6756 * font-lock.el (font-lock-fontify-keywords-region): Stop when
6757 reaching end instead of letting re-search-forward signal an error.
6758 (demand-lock-mode): New.
6759 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6760 (font-lock-turn-off-thing-lock): Ditto.
6761 (font-lock-after-fontify-buffer): Ditto.
6762 (font-lock-after-unfontify-buffer): Ditto.
6763
6764 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6765
6766 * gs.el: New file.
6767
6768 * startup.el (command-line-1): Activate tooltip mode if
6769 interactive.
6770
6771 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6772
6773 * faces.el (toolbar): Grey default background.
6774 (modeline): Ditto.
6775
6776 * image.el (image-type-regexps): New.
6777 (image-type-from-file-header): New.
6778 (create-image): Call it.
6779
6780 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6781
6782 * image.el: New file.
6783
6784 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6785
6786 * bindings.el (mode-line-format): Replace `mode-name' with
6787 `(:eval mode-line-mode-name)'.
6788 (mode-line-mode-name): New.
6789 (make-mode-line-mouse-sensitive): Don't change default value
6790 of `mode-name'.
6791
6792 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6793
6794 * tooltip.el: New file.
6795
6796 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6797
6798 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6799 instead of mouse-3 to pop up menus.
6800 (mode-line-kill-buffer): Removed.
6801 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6802 buffer name.
6803 (mode-line-buffer-menu-1): Removed.
6804
6805 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6806
6807 * bindings.el (mode-line-buffer-identification-keymap): New.
6808 (mode-line-buffer-menu-keymap): New.
6809 (mode-line-mode-menu-keymap): New.
6810 (mode-line-unbury-buffer): New.
6811 (mode-line-other-buffer): New.
6812 (mode-line-kill-buffer): New.
6813 (mode-line-buffer-menu-1): New.
6814 (mode-line-mode-menu-1): New.
6815 (make-mode-line-mouse-sensitive): New.
6816
6817 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6818
6819 * help.el (describe-key-briefly): Handle mode line strings
6820 with local-map properties.
6821 (describe-key): Ditto.
6822 (mode-line-key-binding): New.
6823
6824 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6825
6826 * scroll-bar.el (scroll-bar-timer): New.
6827 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6828
6829 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6830
6831 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6832 and `bottom'.
6833
6834 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6835
6836 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6837 (global): Use different key bindings if using tookit scroll bars.
6838
6839 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6840
6841 * faces.el (modeline): Define mode line face with relief for
6842 class color, only.
6843 (toolbar): New face.
6844
6845 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6846
6847 * frame.el (frame-initialize): Set frame-creation-function to
6848 tty-create-frame-with-faces.
6849
6850 * faces.el (frame-set-background-mode): Make it work for
6851 window-system nil.
6852
6853 * faces.el (tty-create-frame-with-faces): New.
6854 (face-set-after-frame-default): Make it work for TTY frames.
6855
6856 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6857
6858 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6859 Return a list of one font family for TTYs. Don't return bitmap
6860 file paths for TTY frames.
6861
6862 * faces.el: Add face specs for tty displays to basic faces.
6863
6864 * font-lock.el (font-lock-comment-face): Add spec for color tty.
6865 (font-lock-string-face): Ditto.
6866 (font-lock-keyword-face): Ditto.
6867 (font-lock-builtin-face): Ditto.
6868 (font-lock-function-name-face): Ditto.
6869 (font-lock-variable-name-face): Ditto.
6870 (font-lock-type-face): Ditto.
6871 (font-lock-constant-face): Ditto.
6872 (font-lock-warning-face): Ditto.
6873
6874 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6875
6876 * startup.el (command-line): Register default tty colors.
6877
6878 * faces.el (face-spec-set-match-display): Recognize `type tty'.
6879
6880 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6881
6882 * faces.el (modeline): For X frames, use a modeline with relief.
6883
6884 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6885
6886 * faces.el (frame-update-faces): Copied from 20.2.
6887 (frame-update-face-colors): Ditto. Code removed that isn't
6888 applicable in the new face implementation.
6889
6890 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6891
6892 * frame.el (show-trailing-whitespace): New.
6893
6894 * faces.el (trailing-whitespace): New basic face.
6895
6896 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6897
6898 * cus-face.el (custom-facep): Always define as alias for facep.
6899
6900 * cus-face.el (custom-face-attributes): Use choice widgets.
6901 Remove :bold and :italic.
6902
6903 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6904
6905 * faces.el (face-charset-registries): Removed since fontset.el
6906 is no always loaded.
6907
6908 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6909
6910 * faces.el (internal-get-face): Added as obsolete function for
6911 compatibility.
6912
6913 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6914
6915 * frame.el (blink-cursor-end): Call show-cursor.
6916 (blink-cursor-mode): Ditto.
6917
6918 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6919
6920 * faces.el (face-spec-reset-face): Reset all attributes to
6921 `unspecified'.
6922 (face-spec-set): Use it.
6923
6924 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6925
6926 * faces.el (read-all-face-attributes): Bug fix.
6927 (face-read-integer): Allow nil default value.
6928 (face-valid-attribute-values): Use symbol names of attribute
6929 values for completion list.
6930
6931 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6932
6933 * faces.el (internal-find-face): Define for compatibility with
6934 20.2.
6935 (face-id): Likewise.
6936
6937 * faces.el (face-id): Return the ID of a realized face for ASCII.
6938
6939 * fontset.el (x-charset-registries): Removed. Now in faces.el.
6940 (x-complement-fontset-spec): Use face-charset-registries.
6941
6942 * faces.el (face-font-selection-order): Set font selection order
6943 from Lisp.
6944 (face-alternative-font-family-alist): Set alternative font
6945 families from Lisp.
6946
6947 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6948
6949 * faces.el (set-face-charset-registries): Set symbol value.
6950
6951 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6952
6953 * faces.el (face-set-after-frame-default): Call function
6954 internal-merge-in-global-face.
6955
6956 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6957
6958 * faces.el (face-list): Return symbols from face-global-alist.
6959
6960 * faces.el (face-list): Return a copy of the face name list so
6961 that it cannot be modified from outside (facemenu.el uses
6962 nreverse, for example).
6963
6964 * cus-face.el (custom-face-attributes): Add :bold and :italic
6965 for compatibility with old code.
6966
6967 * faces.el (set-face-attributes-from-resources): Additional
6968 frame parameter.
6969 (make-face-x-resource-internal): Set attributes from resources
6970 for a given frame or all frames.
6971
6972 1999-07-21 Gerd Moellmann <gerd@gnu.org>
6973
6974 * faces.el (all-faces): Removed.
6975
6976 * custom.el (defface): Add new face attributes to function
6977 comment.
6978
6979 * font-lock.el (font-lock-comment-face): Use new face attribute
6980 names.
6981 (font-lock-string-face): Ditto.
6982 (font-lock-keyword-face): Ditto.
6983 (font-lock-builtin-face): Ditto.
6984 (font-lock-function-name-face): Ditto.
6985 (font-lock-variable-name-face): Ditto.
6986 (font-lock-type-face): Ditto.
6987 (font-lock-reference-face): Ditto.
6988 (font-lock-warning-face): Ditto.
6989 ((boundp 'font-lock-face-attributes)): Ditto.
6990
6991 * cus-face.el (custom-face-attributes): Use new face attributes.
6992
6993 * faces.el (set-face-attribute-from-resource): Initialize
6994 from resources only for X and W32.
6995
6996 * cus-face.el (custom-declare-face): Don't make frame-local
6997 faces.
6998
6999 * faces.el (describe-face): Use princ instead of insert.
7000
7001 * faces.el: Add XLFD manipulation functions from 20.2 again
7002 because fontset.el uses them.
7003 (face-set-after-frame-default): Add empty definition.
7004
7005 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7006
7007 * faces.el (make-face): Correct typo.
7008 (set-face-attribute-from-resource): Use let*.
7009 (face-underline-p): Correct typo.
7010 (face-inverse-video-p): Ditto.
7011 (set-face-stipple): Ditto.
7012 (face-read-string): Make completion-list optional parameter.
7013
7014 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7015
7016 * faces.el (face-charset-registries): Alist mapping charset
7017 symbols to registries and encoding.
7018
7019 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7020
7021 * frame.el (blink-cursor-mode): Use interactive spec "P".
7022
7023 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7024
7025 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7026 mode. The cursor of selected_window blinks if the mode is enabled.
7027
7028 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7029
7030 * simple.el (next-history-element): Set point to the end of the
7031 prompt if minibuffer-prompt-in-buffer.
7032
7033 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7034
7035 * faces.el (x-font-regexp): Add sub-expression parentheses for
7036 several font name components.
7037
7038 1999-07-21 Gerd Moellmann <gerd@acm.org>
7039
7040 * faces.el (set-face-relief): Use index 12 for relief.
7041 (face-fill-in): Set relief from data.
7042 (internal-make-face): Init relief to zero.
7043
7044 * faces.el (face-spec-set): Call modify-face with additional
7045 parameters for relief and fixed-p.
7046
7047 1999-07-21 Gerd Moellmann <gerd@acm.org>
7048
7049 * cus-face.el: ':fixed and ':relief added.
7050
7051 * faces.el (describe-face): Add fixed font attribute and relief.
7052 (face-attr-match-p): Ditto.
7053 (face-attr-construct): Ditto.
7054 (face-spec-set): Ditto.
7055
7056 1999-07-21 Gerd Moellmann <gerd@acm.org>
7057
7058 * faces.el (internal-make-face): Function to create a Lisp vector
7059 suitable for representing a face.
7060 (make-face): Use it instead of make-vector.
7061 (x-create-frame-with-faces): Use it instead of vector.
7062 (internal-facep): Increase vector size to 14.
7063 (internal-make-face): Ditto.
7064 (face-relief): Access relief thickness.
7065 (face-fixed-p): Access fixed font attribute.
7066 (set-face-fixed-p): Set fixed font attribute.
7067 (set-face-relief): Set relief attribute.
7068 (internal-face-interactive-int): Read int attribute of face.
7069 (modify-face): Add fixed-p and relief parameters.
7070 (copy-face): Handle fixed-p and relief.
7071 (face-equal): Compare fixed-p and relief.
7072 (face-differs-from-default-p): Ditto.
7073 (face-nontrivial-p): Add fixed-p and relief.
7074
7075 1999-07-21 Gerd Moellmann <gerd@acm.org>
7076
7077 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7078 (internal-facep): Increase vector size.
7079 (make-face): Ditto.
7080 (face-shadow-thickness): Added.
7081 (set-face-shadow-thickness): Added.
7082 (modify-face): Add optional shadow-thickness parameter.
7083 (make-face-x-resource-internal): Add shadows.
7084 (copy-face): Ditto.
7085 (face-equal): Ditto.
7086 (face-differs-from-default-p): Ditto.
7087 (face-nontrivial-p): Ditto.
7088 (face-attr-match-p): Ditto.
7089 (face-attr-construct): Ditto.
7090 (face-spec-set): Ditto.
7091 (face-fill-in): Ditto.
7092
7093 1999-07-21 Gerd Moellmann <gerd@acm.org>
7094
7095 * bench.el (bench-mark-split-window): New bench mark.
7096
7097 1999-07-21 Gerd Moellmann <gerd@acm.org>
7098
7099 * faces.el (set-face-font): Don't pass default font to
7100 x-resolve-font so that font will not have to be of the same
7101 size.
7102
7103 1999-07-20 Dave Love <fx@gnu.org>
7104
7105 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7106 unconditionally t.
7107
7108 1999-07-20 Karl Heuer <kwzh@gnu.org>
7109
7110 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7111
7112 1999-07-20 Dave Love <fx@gnu.org>
7113
7114 * help.el (describe-variable): Fix test for customizability.
7115
7116 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7117 Check for readonly buffer in interactive spec.
7118 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7119 (backward-kill-word): Add * to interactive spec.
7120
7121 * underline.el (underline-region, ununderline-region): Add * to
7122 interactive spec.
7123
7124 * fill.el (canonically-space-region, justify-current-line): Add *
7125 to interactive spec.
7126 (fill-region-as-paragraph, fill-paragraph, fill-region)
7127 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7128 readonly buffer in interactive spec.
7129
7130 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7131 (backward-kill-sentence, kill-sentence): Add * to interactive
7132 spec.
7133
7134 1999-07-19 Richard M. Stallman <rms@gnu.org>
7135
7136 * dired-aux.el (dired-do-shell-command): Doc fix.
7137
7138 * shell.el (shell-unquote-argument): New function.
7139 (shell-directory-tracker): Use shell-unquote-argument.
7140 * comint.el (comint-arguments): Handle \ followed by space or tab.
7141
7142 1999-07-19 John Wiegley <jwiegley@borland.com>
7143
7144 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7145 color codes 39 and 49, which by the way lynx uses them seem to
7146 mean "foreground reset" and "background reset".
7147
7148 1999-07-19 Karl Heuer <kwzh@gnu.org>
7149
7150 * font-lock.el (c++-keywords): Add "typeid".
7151
7152 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7153 selects no font, treat that as zero selections, not one.
7154
7155 1999-07-19 Dave Love <fx@gnu.org>
7156
7157 * info.el (Info-search): Don't lose with empty regexp.
7158
7159 * version.el: Cater for (free) `ident' program, not `which'.
7160
7161 * hl-line.el: New file.
7162
7163 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7164 for modes which don't define menus.
7165
7166 1999-07-16 Richard M. Stallman <rms@gnu.org>
7167
7168 * webjump.el (webjump-sample-sites): Update some URLs.
7169
7170 1999-07-14 Richard Stallman <rms@gnu.org>
7171
7172 * Version 20.4 released.
7173
7174 1999-07-14 Andreas Schwab <schwab@gnu.org>
7175
7176 * compare-w.el (compare-windows): Try to find the next window in
7177 the current frame before looking at the other frames.
7178
7179 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
7180
7181 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7182 Use cyrillic-jcuken as default input method.
7183
7184 1999-07-12 Richard Stallman <rms@gnu.org>
7185
7186 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7187 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7188
7189 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7190 (ispell-local-dictionary-alist): Add koi8-r for character set.
7191
7192 * textmodes/flyspell.el (flyspell-get-word):
7193 Add special handling for when ispell-otherchars is empty.
7194
7195 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
7196
7197 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7198 when having nested functons.
7199 (pascal-indent-nested-functions) (pascal-indent-line)
7200 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7201 indenting nested functions.
7202
7203 1999-07-09 Richard Stallman <rms@gnu.org>
7204
7205 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7206
7207 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
7208
7209 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7210 the `end' keyword was in the very beginning of the buffer.
7211
7212 1999-07-08 Richard Stallman <rms@gnu.org>
7213
7214 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7215
7216 * term.el (term-emulate-terminal): Avoid infinite loop
7217 in strange case where minibuffer window is selected but not active.
7218
7219 1999-07-07 Stephen Eglen <stephen@gnu.org>
7220
7221 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7222 Change regexp so that it doesn't match commands beginning with `cd'.
7223
7224 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7225
7226 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7227
7228 1999-07-06 Richard Stallman <rms@gnu.org>
7229
7230 * hscroll.el (hscroll-minibuffer-hook): New function.
7231 (hscroll-global-mode): Add and remove that hook.
7232 Set hscroll-old-truncate-was-global's default value.
7233
7234 1999-07-05 Richard Stallman <rms@gnu.org>
7235
7236 * files.el (revert-buffer): Don't preserve point here.
7237 (revert-buffer-insert-file-contents-function): Doc fix.
7238
7239 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7240
7241 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7242 doing a `stat' when it isn't necessary because that can cause
7243 trouble when an NFS server is down.
7244
7245 1999-07-04 Richard Stallman <rms@gnu.org>
7246
7247 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7248
7249 1999-07-03 Richard Stallman <rms@gnu.org>
7250
7251 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7252 for \200...\240 also.
7253 (isearch-printing-char): Use unibyte-char-to-multibyte.
7254
7255 1999-07-02 Richard Stallman <rms@gnu.org>
7256
7257 * frame.el (minibuffer-frame-alist): Use defcustom.
7258 (pop-up-frame-alist): Likewise.
7259 (initial-frame-alist): Specify * in the doc string.
7260
7261 * hscroll.el (hscroll-mode): Make it a permanent local.
7262 (hscroll-mode): Don't cancel the timer
7263 if HScroll mode is enabled in some other buffer.
7264
7265 * isearch.el (isearch-done): If search ends in middle of intangible
7266 text (due to text property), move on to the limit of that text.
7267
7268 1999-07-01 Andrew Innes <andrewi@gnu.org>
7269
7270 * man.el (Man-build-man-command): Use value of null-device,
7271 instead of hard-coding "/dev/null".
7272
7273 * dos-w32.el (untranslated-canonical-name): Avoid expanding
7274 ange-ftp file names, which might force ange-ftp to prompt for a
7275 password.
7276
7277 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7278 to prevent references to temp files.
7279
7280 1999-06-30 Richard Stallman <rms@gnu.org>
7281
7282 * progmodes/sh-script.el (sh-feature): If nothing is known
7283 about the given shell, use the values for `sh'.
7284
7285 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
7286
7287 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7288 to make it non-recursive.
7289
7290 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7291
7292 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7293
7294 * auto-show.el (auto-show-mode): Fix Typo in :set.
7295
7296 1999-06-29 Richard M. Stallman <rms@gnu.org>
7297
7298 * progmodes/sh-script.el (sh-mode): When setting syntax
7299 table, default to the standard one.
7300
7301 1999-06-27 Richard M. Stallman <rms@gnu.org>
7302
7303 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7304
7305 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
7306
7307 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7308 a frame when `return' is requested (even if pop-up-frames = t)
7309 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7310 should only be set for the bibtex buffer.
7311
7312 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7313
7314 * progmodes/compile.el: Deal with compilation-error-screen-columns
7315 being buffer-local.
7316
7317 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7318
7319 * comint.el (comint-password-prompt-regexp): Allow "(again)".
7320
7321 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7322
7323 * cal-x.el (calendar-only-one-frame-setup): New function.
7324 * calendar.el (calendar): Call it if requested.
7325
7326 1999-06-24 Karl Heuer <kwzh@gnu.org>
7327
7328 * startup.el (iso-8859-n-locale-regexp): Doc fix.
7329
7330 1999-06-22 Richard M. Stallman <rms@gnu.org>
7331
7332 * mail/supercite.el (sc-emacs-features): Doc fix.
7333
7334 1999-06-22 Karl Heuer <kwzh@gnu.org>
7335
7336 * files.el (auto-mode-alist): Add pike-mode.
7337
7338 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
7339
7340 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7341 last byte of a numeric field is a space or a NUL. Parse it as
7342 potentially part of the number. This is used by GNU tar
7343 1.12.64012 to handle larger values.
7344
7345 1999-06-20 Karl Heuer <kwzh@gnu.org>
7346
7347 * custom.el (custom-handle-keyword): Fix error message.
7348
7349 1999-06-18 Andrew Innes <andrewi@gnu.org>
7350
7351 * mail/smtpmail.el (smtpmail-send-it): Use
7352 convert-standard-filename to make file names for queued mail safe
7353 on Windows (`:' is invalid in file names on Windows).
7354
7355 1999-06-17 Kenichi Handa <handa@etl.go.jp>
7356
7357 * international/mule-cmds.el (describe-current-input-method):
7358 Current-input-method is string.
7359 (toggle-input-method): Docstring fixed.
7360
7361 * international/mule-diag.el
7362 (describe-current-coding-system-briefly): Fix format string.
7363
7364 * international/mule-util.el (coding-system-eol-type-mnemonic):
7365 Docstring modified. Return a string.
7366
7367 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
7368
7369 * sql.el (sql-input-ring-file-name): Doc fix.
7370
7371 1999-06-17 Richard M. Stallman <rms@gnu.org>
7372
7373 * calendar/cal-x.el (special-display-buffer-names):
7374 Don't put (get-file-buffer diary-file) on this list.
7375
7376 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
7377
7378 * play/mpuz.el (mpuz-try-proposal): Fix message call.
7379 Don't penalize player for certain impossible guesses.
7380
7381 1999-06-16 Andrew Innes <andrewi@gnu.org>
7382
7383 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7384 return the string "Unk 0 0000" so at least it appears to be a
7385 valid timestamp to `dired-move-to-filename-regexp'.
7386
7387 1999-06-15 Ken'ichi Handa <handa@gnu.org>
7388
7389 * ps-print.el (ps-control-character): Fix previous change.
7390
7391 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7392
7393 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7394 multiple output of the last message.
7395
7396 1999-06-14 Eli Zaretskii <eliz@gnu.org>
7397
7398 * term/internal.el (IT-display-table-setup): Do not remap \222 to
7399 the ASCII apostrophe, as most DOS codepages have some other glyph
7400 there.
7401
7402 1999-06-14 Ken'ichi Handa <handa@gnu.org>
7403
7404 * language/ethio-util.el (setup-ethiopic-environment-internal):
7405 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7406 (exit-ethiopic-environment): Likewize.
7407
7408 1999-06-12 Richard M. Stallman <rms@gnu.org>
7409
7410 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7411
7412 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7413
7414 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7415 custom-initialize-default to avoid infinite loop.
7416 (crisp-mode): (defun) Call transient-mark-mode here, not when
7417 loading the file. Run crisp-mode-hook here, and run
7418 crisp-load-hook when loading the file.
7419
7420 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7421 rmail-summary buffer, search for pattern in rmail-file.
7422
7423 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7424
7425 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7426
7427 * ps-print.el (ps-printer-name): Fix custom type.
7428
7429 1999-06-12 Reto Zimmermann <reto@synopsys.com>
7430
7431 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7432 (vhdl-port-paste-generic-map): Fix indentation bug.
7433 (vhdl-port-paste-port-map): Fix indentation bug.
7434 (vhdl-scan-file-contents): Make scanning case insensitive.
7435
7436 1999-06-11 Richard M. Stallman <rms@gnu.org>
7437
7438 * files.el (write-file): When buffer is not already visiting a file,
7439 don't put buffer name in the minibuffer, just make it the default.
7440 Also handle just directory as arg usefully in that case.
7441
7442 * simple.el (sendmail-user-agent-compose):
7443 Ignore case when inserting the rest of the "other" headers.
7444
7445 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
7446
7447 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7448 (info-lookup-interactive-arguments): Never insert the default
7449 into the minibuffer automatically.
7450
7451 * emacs-lisp/cl-extra.el (getf): Don't call get*.
7452
7453 1999-06-09 Richard M. Stallman <rms@gnu.org>
7454
7455 * simple.el (shell-command): Avoid printing "mark set" message.
7456
7457 1999-06-09 Dave Love <fx@gnu.org>
7458
7459 * progmodes/compile.el (compilation-error-regexp-alist): Allow
7460 digits in program name in first pattern.
7461
7462 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
7463
7464 * vc.el (vc-dired-mode): Don't match anything before the date in
7465 dired-move-to-filename-regexp.
7466
7467 1999-06-07 Ken'ichi Handa <handa@gnu.org>
7468
7469 * international/quail.el (quail-define-rules): Fix typo in
7470 docstring.
7471
7472 1999-06-05 Stephen Eglen <stephen@gnu.org>
7473
7474 * iswitchb.el (iswitchb-default-keybindings): Add
7475 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7476 than when package is loaded.
7477
7478 1999-06-04 Richard M. Stallman <rms@gnu.org>
7479
7480 * startup.el (command-line): Don't set user-init-file directly;
7481 tell `load' to set it.
7482
7483 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7484
7485 * simple.el (next-history-element):
7486 Handle minibuffer-text-before-history properly when reading sexps.
7487
7488 * disp-table.el (standard-display-european):
7489 For an interactive call by the user,
7490 don't set enable-multibyte-characters,
7491 and don't set the terminal coding system.
7492
7493 * textmodes/refbib.el: Don't print any messages or display
7494 a buffer when loading the library.
7495 (r2b-help): Doc fix.
7496 (r2b-help-message): Update the documentation.
7497 (r2b-load-quietly): Variable deleted.
7498 (r2b-convert-buffer): Doc fix.
7499
7500 1999-06-04 Dave Love <fx@gnu.org>
7501
7502 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7503
7504 * auto-show.el: Don't change hooks on loading.
7505 (auto-show-mode): Autoload. Default to nil. Add :set &c.
7506 (auto-show-mode): Add to hooks here.
7507
7508 1999-06-04 Richard Sharman <rsharman@pobox.com>
7509
7510 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7511 recursion on bogus input.
7512
7513 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
7514
7515 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7516 does not select a buffer from the buffers menu, then the attached
7517 frame is not switched to anything.
7518
7519 1999-06-03 Ken'ichi Handa <handa@gnu.org>
7520
7521 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7522 (viet-viscii-...->viet-vscii...).
7523
7524 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7525
7526 1999-06-01 Dave Love <fx@gnu.org>
7527
7528 * progmodes/fortran.el: Add :link to defgroup.
7529 (fortran-blink-matching-if): Match ELSE statements too.
7530 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7531 that filling is always done.
7532
7533 1999-05-31 Richard M. Stallman <rms@gnu.org>
7534
7535 * simple.el (append-next-kill): Use an arg to distinguish
7536 interactive calls from Lisp calls, rather than (interactive-p).
7537
7538 * international/iso-transl.el (iso-transl-language-alist):
7539 Interchange n and N.
7540
7541 1999-05-31 Dave Love <fx@gnu.org>
7542
7543 * msb.el Add to minor-mode-map-alist. Remove hook installation
7544 and keymap munging on load.
7545 (msb-mode): New option.
7546 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7547 Doc fix.
7548 (msb-mode-map): New variable.
7549 (msb-mode): New command.
7550
7551 1999-05-31 Dave Love <fx@gnu.org>
7552
7553 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7554 (ispell-complete-word-dict): Likewise.
7555
7556 1999-05-31 Eli Zaretskii <eliz@gnu.org>
7557
7558 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7559 force the data buffer to be saved, even if the data didn't
7560 change, in case the write filter was modified. Restore the
7561 current record after read-file-filter finishes.
7562
7563 1999-05-29 Karl Heuer <kwzh@gnu.org>
7564
7565 * ispell4.el: Obsolete; file deleted.
7566
7567 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7568
7569 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7570 VALUE is a syntax table.
7571
7572 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7573
7574 * simple.el (zap-to-char): Doc fix.
7575
7576 1999-05-27 Ken'ichi Handa <handa@gnu.org>
7577
7578 * isearch.el (isearch-quote-char): Don't assume character codes
7579 0200 - 0237 stand for characters in some single-byte character
7580 charset.
7581
7582 1999-05-27 Dave Love <fx@gnu.org>
7583
7584 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7585
7586 1999-05-27 Andreas Schwab <schwab@gnu.org>
7587
7588 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7589 headerline does not exist already.
7590
7591 1999-05-26 Richard Stallman <rms@gnu.org>
7592
7593 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7594 Avoid nested null-loops.
7595
7596 1999-05-26 Ken'ichi Handa <handa@gnu.org>
7597
7598 * international/characters.el: Typo fixed; prefered->preferred.
7599
7600 * international/mule-cmds.el (find-coding-systems-for-charsets):
7601 Typo fixed; prefered->preferred.
7602
7603 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7604 method in read-event.
7605
7606 * international/mule.el (charset-info): Doc-string fixed.
7607
7608 1999-05-25 Ken'ichi Handa <handa@gnu.org>
7609
7610 * mail/smtpmail.el (smtpmail-send-it): Bind
7611 smtpmail-code-conv-from properly.
7612 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7613 by smtpmail-code-conv-from.
7614
7615 1999-05-24 Richard Stallman <rms@gnu.org>
7616
7617 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7618 Binding deleted also.
7619
7620 1999-05-24 Karl Heuer <kwzh@gnu.org>
7621
7622 * comint.el (comint-bol-or-process-mark): Doc fix.
7623
7624 1999-05-23 Dave Love <fx@gnu.org>
7625
7626 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7627 Enter it on minor-mode-map-alist.
7628 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
7629 Autoload. Add custom setter.
7630 (crisp-mark-line): Doc fix.
7631 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
7632 (crisp-mode-hook): Define.
7633
7634 1999-05-23 Ken'ichi Handa <handa@gnu.org>
7635
7636 * files.el (recover-file): Recover buffer-file-coding-system.
7637
7638 1999-05-22 Richard Stallman <rms@gnu.org>
7639
7640 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7641 regexp match the date, to avoid treating date as file size.
7642 Add YYYY S option to WESTERN/
7643
7644 * bookmark.el: Delete some XEmacs compatibility code.
7645 (bookmark-jump-noselect): Check vc-backend.
7646
7647 * subr.el (add-to-list): Doc fix.
7648
7649 1999-05-21 Stephen Eglen <stephen@gnu.org>
7650
7651 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7652
7653 1999-05-18 Richard Stallman <rms@gnu.org>
7654
7655 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7656 non-space after the @anchor command.
7657 (texinfo-format-var): Handle other nested constructs, using
7658 texinfo-parse-expanded-arg and texinfo-discard-command, not
7659 texinfo-parse-arg-discard.
7660
7661 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7662 (debug): Bind and use debugger-outer-inhibit-redisplay.
7663 Bind inhibit-redisplay to nil.
7664 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7665
7666 1999-05-17 Dave Love <fx@gnu.org>
7667
7668 * help.el (describe-function-1): Extra arg, interactive-p.
7669 (describe-key, describe-function): Use it.
7670
7671 1999-05-17 Karl Heuer <kwzh@gnu.org>
7672
7673 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7674
7675 1999-05-16 Dave Love <fx@gnu.org>
7676
7677 * cus-start.el (all): Delete selective-display. Add scroll-margin,
7678 scroll-preserve-screen-position, scroll-conservatively.
7679
7680 1999-05-16 Dave Love <fx@gnu.org>
7681
7682 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7683
7684 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
7685
7686 * progmodes/vhdl-mode.el: Completely revised and massively extended.
7687
7688 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7689
7690 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7691 magic number and is not associated with a file.
7692
7693 1999-05-14 Richard M. Stallman <rms@gnu.org>
7694
7695 * files.el (find-file-noselect-1): Fix previous change.
7696
7697 1999-05-14 Simon Marshall <simon@gnu.org>
7698
7699 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7700
7701 1999-05-13 Ken'ichi Handa <handa@gnu.org>
7702
7703 * international/mule-diag.el (mule-diag): Change MULE to Mule in
7704 docstring.
7705
7706 * international/mule-cmds.el: Change MULE to Mule in docstrings
7707 and menus.
7708
7709 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
7710
7711 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7712 to correctly reflect the value of BaseLineOffset in
7713 RelativeCompose. Now the value of RelativeCompose is an array of
7714 low and high positions.
7715 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7716 RLC for the above change.
7717
7718 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
7719
7720 * comint.el (comint-password-prompt-regexp): Modified to match the
7721 output of ksu and ssh-add.
7722
7723 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
7724
7725 * language/korea-util.el (isearch-toggle-korean-input-method):
7726 Adjusted for the change of input method handling in isearch.el.
7727 (isearch-hangul-switch-symbol-ksc): Likewise.
7728 (isearch-hangul-switch-hanja): Likewise.
7729
7730 1999-05-10 Dave Love <fx@gnu.org>
7731
7732 * help.el (help-make-xrefs): Fix typo.
7733
7734 1999-05-10 Andreas Schwab <schwab@gnu.org>
7735
7736 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7737 unibyte-display-via-language-environment.
7738
7739 * help.el (help-make-xrefs): Handle more cases when looking for
7740 commands in a keymap description.
7741
7742 1999-05-10 Eli Zaretskii <eliz@gnu.org>
7743
7744 * loadup.el: For ms-dos systems, load ccl and codepage.
7745
7746 1999-05-09 Ken'ichi Handa <handa@gnu.org>
7747
7748 * ps-print.el (ps-control-character): Call
7749 ps-mule-prepare-ascii-font to setup ASCII fonts.
7750
7751 * ps-mule.el (ps-mule-begin-job): Redo this change "if
7752 ps-multibyte-buffer is nil, use
7753 ps-mule-font-info-database-default."
7754
7755 1999-05-08 Ken Stevens <k.stevens@ieee.org>
7756
7757 * ispell.el (ispell-local-dictionary-alist): New variable for
7758 customizing local dictionaries not accessable by everyone.
7759 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7760 (ispell-required-version): Changed format `(major minor
7761 revision)' to support general pattern matching.
7762 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7763 skip region commented out due to incorrect skip potential in std latex.
7764 (ispell-word): Removed `when' macro. Fixed bug of not restoring
7765 cursor point on small words for calls from `ispell-minor-mode'.
7766 (check-ispell-version): Tests and accepts versions major.minor
7767 and above, with adjustments for interactions in 3.1.0-3.1.11.
7768 (ispell-get-line): No longer skips ispell process special characters.
7769 (ispell-comments-and-strings): Removed `when' macro call.
7770 (ispell-minor-check): Requires ispell-word to restore cursor point.
7771 (ispell-buffer-local-parsing): Supports checking comments only.
7772
7773 1999-05-08 Karl Heuer <kwzh@gnu.org>
7774
7775 * comint.el (comint-password-prompt-regexp): Fix last change to be
7776 more specific.
7777
7778 1999-05-07 Richard M. Stallman <rms@gnu.org>
7779
7780 * subr.el (with-temp-message): Fix the other call to message
7781 to use %s.
7782
7783 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
7784
7785 * gud.el (gud-format-command): "%F" means file sans extension.
7786 (jdb): Use %F, not %f, for gud-break.
7787
7788 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
7789
7790 * comint.el (comint-password-prompt-regexp): Modified so that it
7791 matches the output of kinit.
7792
7793 1999-05-06 Greg Stark <gsstark@mit.edu>
7794
7795 * timezone.el (timezone-parse-date): Recognize new format used in
7796 internet cookies.
7797
7798 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
7799
7800 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7801
7802 1999-05-04 Andrew Innes <andrewi@gnu.org>
7803
7804 * time.el (display-time-update): Allow for wrap-around when
7805 checking against display-time-server-down-time.
7806
7807 1999-05-04 Ken'ichi Handa <handa@gnu.org>
7808
7809 * international/mule-diag.el (describe-coding-system): Fix English
7810 message.
7811
7812 1999-05-03 Jason Rumney <jasonr@altavista.net>
7813
7814 * term/w32-win.el: Change the x-charset-registry property for the
7815 Japanese charsets that are supported by Japanese Windows fonts.
7816
7817 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7818
7819 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7820 diary-block diary entries for which the reminders and the diary
7821 entries can overlap.
7822
7823 1999-05-02 Jason Rumney <jasonr@altavista.net>
7824
7825 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7826 matches the font selected in the dialog.
7827
7828 1999-05-02 Dave Love <fx@gnu.org>
7829
7830 * browse-url.el (browse-url-browser-function): Add :version.
7831
7832 * international/mule.el (auto-coding-alist): Add .tgz.
7833
7834 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
7835
7836 * international/codepage.el (cp-coding-system-for-codepage-1):
7837 Make the magnification parameter for the -dos encoder be 2.
7838
7839 1999-05-2 Andrew Innes <andrewi@gnu.org>
7840
7841 * term/w32-win.el (w32-drag-n-drop): Select file in window where
7842 it is dropped, rather than current window.
7843
7844 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7845 after switching buffer, as case-fold-search is a buffer local
7846 variable.
7847
7848 * w32-fns.el (convert-standard-filename): Only convert directory
7849 separators to backslash if the interactive shell is one of the
7850 standard Windows shells that has DOS semantics.
7851
7852 * ls-lisp.el (ls-lisp-format-time): Trap errors from
7853 format-time-string, and return a suitable string to indicate the
7854 timestamp was invalid.
7855
7856 * hexl.el (hexlify-command): Apply shell-quote-argument after
7857 expanding hexl-program in case exec-directory contains a space.
7858 (dehexlify-command): Ditto.
7859
7860 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7861 file extension regexps which aren't necessarily binary files.
7862 (direct-print-region-helper): Use subst-char-in-string instead of
7863 binding directory-sep-char to convert filenames to DOS syntax.
7864 (direct-print-region-use-command-dot-com): New variable.
7865 (direct-print-region-helper): Use it to control whether to invoked
7866 command.com to print on Windows 9x.
7867
7868 * browse-url.el (browse-url-browser-function): Default to
7869 browse-url-default-windows-browser on windows-nt.
7870 (browse-url-default-windows-browser): New function.
7871
7872 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7873
7874 * forms.el (forms-mode): Don't call forms-first-record or
7875 forms-last-record if the data file has zero records.
7876
7877 1999-04-29 Richard M. Stallman <rms@gnu.org>
7878
7879 * files.el (find-file-noselect-1): If buffer-file-name has changed
7880 after find-file-not-found-hooks runs, recompute the truename.
7881 And don't use FILENAME after that point.
7882
7883 1999-04-27 Dave Love <fx@gnu.org>
7884
7885 * paren.el (show-paren-mode)
7886 * which-func.el (which-func-mode-global)
7887 * type-break.el (type-break-mode)
7888 * time.el (display-time-mode)
7889 * rsz-mini.el (resize-minibuffer-mode)
7890 * mouse-sel.el (mouse-sel-mode)
7891 * icomplete.el (icomplete-mode)
7892 * hscroll.el (hscroll-global-mode)
7893 * help.el (temp-buffer-resize-mode)
7894 * font-lock.el (global-font-lock-mode)
7895 * delsel.el (delete-selection-mode)
7896 * avoid.el (mouse-avoidance-mode)
7897 * autoinsert.el (auto-insert-mode)
7898 * winner.el (winner-mode): Doc fix.
7899
7900 1999-04-26 Karl Heuer <kwzh@gnu.org>
7901
7902 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7903 the same whitespace that was ignored in choosing the subject string.
7904
7905 1999-04-26 Richard M. Stallman <rms@gnu.org>
7906
7907 * info.el (Info-find-node): Position properly after finding anchor.
7908
7909 * cus-start.el (all): Handle unibyte-display-via-language-environment.
7910
7911 * simple.el (indent-new-comment-line): Fix previous change.
7912
7913 * complete.el: Delete the wildcard expansion feature
7914 since that is now standard in find-file.
7915 (PC-try-load-many-files): Function deleted.
7916 (PC-after-load-many-files): Function deleted.
7917 (PC-many-files-list): Variable deleted.
7918 (PC-disable-wildcards): Variable deleted.
7919 (partial-completion-mode): Don't enable the wildcard feature.
7920
7921 * complete.el (PC-look-for-include-file): Don't set global variables
7922 `error', `buf' and `filename' here.
7923
7924 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7925
7926 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
7927
7928 * textmodes/outline.el (outline-regexp): Doc fix.
7929
7930 1999-04-26 John Wiegley <johnw@borland.com>
7931
7932 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7933 C++Builder 4.0 error message syntax.
7934
7935 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
7936
7937 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7938 supported, use find -exec.
7939
7940 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
7941
7942 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7943 coding-system-for-write, to avoid hanging when non-interactive.
7944
7945 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
7946
7947 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7948 start with a newline.
7949
7950 1999-04-13 Ken'ichi Handa <handa@gnu.org>
7951
7952 * international/mule-conf.el (x-ctext): New coding system.
7953
7954 1999-04-12 Richard M. Stallman <rms@gnu.org>
7955
7956 * international/mule-cmds.el (input-method-function):
7957 Add permanent-local property.
7958
7959 1999-04-12 Dave Love <fx@gnu.org>
7960
7961 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7962 change to use jka-compr-byte-compiler-base-file-name.
7963
7964 * supercite.el (sc-scan-info-alist): Revert last change.
7965 (sc-attrib-selection-list): Fix :type here instead.
7966
7967 1999-04-11 Eli Zaretskii <eliz@gnu.org>
7968
7969 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7970 in the list of case-insensitive filesystems.
7971
7972 1999-04-09 Kenichi Handa <handa@etl.go.jp>
7973
7974 * international/fontset.el (create-fontset-from-fontset-spec):
7975 Don't register duplicated alias fontset names.
7976
7977 1999-04-08 Richard Stallman <rms@gnu.org>
7978
7979 * international/mule.el (auto-coding-alist-lookup): New function.
7980 (set-auto-coding): Use auto-coding-alist-lookup.
7981
7982 * jka-compr.el (jka-compr-insert-file-contents):
7983 Use auto-coding-alist-lookup to check for files that
7984 should not have eol conversion, in the unibyte case.
7985
7986 1999-04-07 Dave Love <fx@gnu.org>
7987
7988 * help.el (describe-variable): Check custom-loads property as well
7989 as custom-type.
7990
7991 * abbrev.el (abbrev-mode): Customizing sets the default value.
7992
7993 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
7994
7995 * vc.el (vc-backend-revert): For CVS files that were made
7996 writeable with "cvs edit", call "cvs unedit" to undo that.
7997
7998 1999-04-08 Dave Love <fx@gnu.org>
7999
8000 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8001 more.
8002 (sc-emacs-features): Recognize Emacs 20.
8003 (sc-read-string): Use history arg.
8004 (sc-scan-info-alist): Check for rtnvalue a cons.
8005
8006 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8007
8008 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8009 coding system to encode the message by
8010 select-message-coding-system.
8011
8012 1999-04-07 Richard Stallman <rms@gnu.org>
8013
8014 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8015
8016 * winner.el: Reorder definitions.
8017
8018 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8019
8020 * mail/rmail.el (rmail-decode-babyl-format):
8021 Undo previous change.
8022
8023 1999-04-06 Richard Stallman <rms@gnu.org>
8024
8025 * info.el (Info-find-node): Check for an anchor at the
8026 proper place, before reading an indirect file.
8027
8028 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8029
8030 * jka-compr.el (jka-compr-insert-file-contents):
8031 Use raw-text-unix when we want no conversion.
8032
8033 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8034
8035 * timezone.el (timezone-parse-date): Corrected regexp for
8036 style (5) date format so that tenths of seconds are optional.
8037
8038 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8039
8040 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8041 of dos-codepage-setup.
8042 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8043 codepages for which there's no need to set up cpNNN coding
8044 systems.
8045 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8046
8047 1999-04-05 Richard Stallman <rms@gnu.org>
8048
8049 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8050
8051 1999-04-02 Richard Stallman <rms@gnu.org>
8052
8053 * progmodes/compile.el (compilation-handle-exit): Do right thing
8054 if (car status) doesn't end in a newline.
8055
8056 1999-04-01 Dave Love <fx@gnu.org>
8057
8058 * progmodes/sql.el (SQL): Add defgroup :version.
8059
8060 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8061
8062 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8063 buffer-file-coding-system. If the coding system used is raw-text,
8064 etc., make the *Compiler Input* buffer unibyte.
8065
8066 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8067
8068 * loadup.el: Don't write the fns-...el file if not dumping.
8069
8070 1999-03-31 Dave Love <fx@gnu.org>
8071
8072 * snmp-mode.el (snmp): Fix defgroup :version.
8073
8074 * hilit-chg.el (highlight-changes): Add defgroup :version.
8075
8076 1999-03-31 Andreas Schwab <schwab@gnu.org>
8077
8078 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8079 the gnus-save-hidden-threads macro.
8080
8081 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8082
8083 * faces.el (face-set-after-frame-default): Obey the
8084 `customized-face' for new faces.
8085
8086 1999-03-30 Dave Love <fx@gnu.org>
8087
8088 * international/mule-cmds.el (current-language-environment): Doc fix.
8089 * abbrev.el (abbrev-mode): Doc fix.
8090 * autoinsert.el (auto-insert-mode): Doc fix.
8091 * complete.el (partial-completion-mode): Doc fix.
8092 * avoid.el (mouse-avoidance-mode): Doc fix.
8093 * delsel.el (delete-selection-mode): Doc fix.
8094 * font-lock.el (global-font-lock-mode): Doc fix.
8095 * help.el (temp-buffer-resize-mode): Doc fix.
8096 * hscroll.el (hscroll-global-mode): Doc fix.
8097 * icomplete.el (icomplete-mode): Doc fix.
8098 * mouse-sel.el (mouse-sel-mode): Doc fix.
8099 * paren.el (show-paren-mode): Doc fix.
8100 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8101 * time.el (display-time-mode): Doc fix.
8102 * type-break.el (type-break-mode): Doc fix.
8103 * which-func.el (which-func-mode-global): Doc fix.
8104 * winner.el (winner-mode): Doc fix.
8105
8106 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8107
8108 * wid-edit.el (widget-before-change): Signal text-read-only rather
8109 than an ordinary error.
8110
8111 1999-03-30 Richard M. Stallman <rms@gnu.org>
8112
8113 * repeat.el: Don't require advice.
8114 (repeat): Do function-indirection in check for kbd macro.
8115 In self-insert case, use the *last* char in INSERTION.
8116
8117 1999-03-30 Karl Heuer <kwzh@gnu.org>
8118
8119 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8120
8121 1999-03-29 Andreas Schwab <schwab@gnu.org>
8122
8123 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8124 comint-input-filter-functions. Make variables related to shell
8125 directory tracking local.
8126
8127 1999-03-26 Andreas Schwab <schwab@gnu.org>
8128
8129 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8130
8131 * simple.el (shell-command-on-region): Cope with exit-status being
8132 nil, which happens if call-process-region was interrupted.
8133
8134 1999-03-26 Richard M. Stallman <rms@gnu.org>
8135
8136 * simple.el (indent-new-comment-line): Handle use at a point
8137 after a comment-end. Handle multiple comments.
8138
8139 * mail/rmail.el (rmail-decode-babyl-format):
8140 To prevent locking, bind buffer-file-name to nil.
8141
8142 1999-03-26 Karl Fogel <kfogel@red-bean.com>
8143
8144 * mail-hist.el (mail-hist-current-header-name): Don't make
8145 off-by-one-error when determining if in message body.
8146
8147 1999-03-25 Andrew Innes <andrewi@gnu.org>
8148
8149 * w32-fns.el (set-default-process-coding-system): Copied from
8150 dos-w32.el, but modified to use Unix line endings for process
8151 input, and to add a suitable entry to process-coding-system-alist
8152 for DOS shells.
8153
8154 * dos-fns.el (set-default-process-coding-system): Copied from
8155 dos-w32.el.
8156
8157 * dos-w32.el (set-default-process-coding-system): Move function to
8158 dos-fns.el; a different version is used in w32-fns.el.
8159
8160 1999-03-24 Dave Love <fx@gnu.org>
8161
8162 * info.el (Info-directory-list): Revert change to re-writing
8163 Info-default-directory-list, but put `alternative' first.
8164 (Info-insert-dir): Modify selecting the top dir file as a consequence.
8165
8166 1999-03-23 Simon Marshall <simon@gnu.org>
8167
8168 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8169 on the line by itself.
8170 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
8171 it is not in a declarative context.
8172
8173 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
8174
8175 * cus-edit.el (custom-variable-prompt): Allow customization of
8176 autoloaded symbols.
8177
8178 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
8179
8180 * simple.el (what-cursor-position): Don't cause error when point
8181 is at invalid multibyte sequence.
8182
8183 1999-03-21 Karl Heuer <kwzh@gnu.org>
8184
8185 * complete.el (partial-completion-mode): Doc fix.
8186
8187 1999-03-19 Richard M. Stallman <rms@gnu.org>
8188
8189 * progmodes/cplus-md.el (old-c++): Remove :group.
8190
8191 * progmodes/c-mode.el (old-c): Remove :group.
8192
8193 1999-03-18 Simon Marshall <simon@gnu.org>
8194
8195 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8196 (java-font-lock-keywords-2): Added "strictfp" keyword.
8197
8198 1999-03-17 Jason Rumney <jasonr@altavista.net>
8199
8200 * w32-fns.el (set-w32-system-coding-system) New function.
8201 (w32-system-coding-system) Initialize to 'iso-latin-1.
8202
8203 1999-03-17 Eli Zaretskii <eliz@gnu.org>
8204
8205 * international/mule-cmds.el (set-language-environment): Fix
8206 previous change: don't use dos-codepage when unbound.
8207
8208 1999-03-17 Karl Heuer <kwzh@gnu.org>
8209
8210 * calendar/appt.el (appt-make-list): Fix previous change.
8211
8212 1999-03-16 Richard M. Stallman <rms@gnu.org>
8213
8214 * window.el (shrink-window-if-larger-than-buffer):
8215 Don't try to redisplay with the cursor at the end
8216 on its own line--that would force a scroll and spoil things.
8217
8218 1999-03-16 Eli Zaretskii <eliz@gnu.org>
8219
8220 * international/mule-cmds.el (set-language-environment): Don't use
8221 cpNNN-nonascii-translation-table if it is unbound.
8222
8223 * term/internal.el (dos-codepage-setup): Compute the unibyte
8224 syntax table and bind unibyte-display-via-language-environment
8225 here, rather than at top level, so that resetting to unibyte in
8226 .emacs works as expected.
8227
8228 1999-03-15 Simon Marshall <simon@gnu.org>
8229
8230 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8231
8232 1999-03-14 Milan Zamazal <pdm@pvt.net>
8233
8234 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8235
8236 1999-03-14 Kenichi Handa <handa@etl.go.jp>
8237
8238 * international/mule-util.el (detect-coding-with-priority):
8239 Restore the internal database.
8240
8241 1999-03-14 Stephen Eglen <stephen@gnu.org>
8242
8243 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8244 if mail-from-style has invalid value.
8245
8246 1999-03-12 Karl Heuer <kwzh@gnu.org>
8247
8248 * vc.el (vc-delete-logbuf-window): New var.
8249 (vc-finish-logentry): Use it.
8250
8251 1999-03-12 Richard M. Stallman <rms@gnu.org>
8252
8253 * startup.el (command-line-1): Improve startup msg.
8254
8255 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
8256
8257 * speedbar.el: Added commentary about stealthy functions.
8258 (speedbar-message) new function.
8259 (speedbar-y-or-n-p): New function
8260 (speedbar-with-attached-buffer) Moved macro before reference.
8261 Now uses `save-selected-window'.
8262 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8263 speedbar-generic-item-info, speedbar-item-info-file-helper,
8264 speedbar-item-delete, speedbar-insert-generic-list,
8265 speedbar-timer-fn, speedbar-check-vc-this-line,
8266 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8267 speedbar-buffers-item-info) Use speedbar-message.
8268 (speedbar-item-info) Limit `message-log-max'.
8269 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8270 speedbar-item-delete, speedbar-item-object-delete,
8271 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8272
8273 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
8274
8275 * server.el (server-start): Set coding system for the server
8276 process to raw-text.
8277 (server-process-filter): Decode file names if necessary.
8278
8279 1999-03-12 Dave Love <fx@gnu.org>
8280
8281 * textmodes/fill.el (sentence-end-double-space): Doc fix.
8282
8283 * textmodes/paragraphs.el (sentence-end): Doc fix.
8284
8285 1999-03-11 Karl Heuer <kwzh@gnu.org>
8286
8287 * comint.el (comint-password-prompt-regexp): Accept "login password:"
8288
8289 1999-03-09 Karl Heuer <kwzh@gnu.org>
8290
8291 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8292 (ispell-dictionary-alist-2): Likewise.
8293 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8294 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8295 (ispell-dictionary-alist): Build from six pieces, not just two.
8296
8297 * ps-bdf.el (bdf-directory-list): Doc fix.
8298
8299 * enriched.el (enriched-mode): Make var permanent-local.
8300
8301 1999-03-09 Dave Love <fx@gnu.org>
8302
8303 * textmodes/sgml-mode.el (html-mode): Use
8304 sentence-end-double-space when setting sentence-end.
8305
8306 1999-03-09 Ken'ichi Handa <handa@gnu.org>
8307
8308 * language/thai.el (tis-620): New alias coding system for thai-tis620.
8309
8310 1999-03-08 Felix Lee <flee@cygnus.com>
8311
8312 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8313
8314 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8315
8316 1999-03-08 Karl Heuer <kwzh@gnu.org>
8317
8318 * dired-aux.el (dired-do-copy-regexp): Doc fix.
8319 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8320
8321 * dired.el (dired-do-copy-regexp): Doc fix.
8322 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8323
8324 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
8325
8326 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8327
8328 1999-03-08 Jason Rumney <jasonr@altavista.net>
8329
8330 * international/codepage.el (cp1250-decode-table)
8331 (cp1251-decode-table, cp1253-decode-table)
8332 (cp1257-decode-table): New translation tables for MS Windows codepages.
8333 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8334
8335 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8336
8337 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8338
8339 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8340
8341 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8342
8343 * term/internal.el (top level): Display character 255 as 8bit as well.
8344
8345 1999-03-06 Dave Love <fx@gnu.org>
8346
8347 * progmodes/cc-cmds.el (c-outline-level): Bind
8348 buffer-invisibility-spec.
8349
8350 * progmodes/c-mode.el (c-outline-level): Likewise.
8351
8352 * progmodes/ada-mode.el (ada-outline-level): Likewise.
8353
8354 1999-03-05 Felix Lee <flee@cygnus.com>
8355
8356 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8357
8358 1999-03-05 Richard M. Stallman <rms@gnu.org>
8359
8360 * bindings.el (complete-symbol): Invert meaning of prefix arg.
8361
8362 1999-03-05 Andrew Innes <andrewi@gnu.org>
8363
8364 * w32-fns.el (convert-standard-filename): Convert directory
8365 separators to Windows format.
8366
8367 1999-03-05 Andreas Schwab <schwab@gnu.org>
8368
8369 * international/skkdic-cnv.el: Provide skkdic-cnv.
8370 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8371 (batch-skkdic-convert): Doc fix.
8372
8373 1999-03-04 Dave Love <fx@gnu.org>
8374
8375 * custom.el (custom-set-variables): Protect against setter errors.
8376
8377 1999-03-04 Eli Zaretskii <eliz@gnu.org>
8378
8379 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8380 the file sizes from overflowing.
8381 (ls-lisp-format): If file size is a float, use %8.0f to print it.
8382 Under -s, print the size in blocks with %4.0f, in case they have
8383 a *really* huge file.
8384
8385 1999-03-03 Dave Love <fx@gnu.org>
8386
8387 * options.el (edit-options): Doc fix.
8388 (list-options): Don't lose with unbound symbols. Maintain
8389 Edit-options-mode.
8390
8391 1999-03-01 Dave Love <fx@gnu.org>
8392
8393 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8394
8395 1999-02-28 Richard M. Stallman <rms@gnu.org>
8396
8397 * ispell.el (ispell-dictionary-alist-override): New variable.
8398 (ispell-dictionary-alist): Don't setq it,
8399 if ispell-dictionary-alist-override is set.
8400
8401 * simple.el (shell-command-default-error-buffer): Renamed from
8402 shell-command-on-region-default-error-buffer.
8403 (shell-command-on-region): Mention in echo area when there
8404 is some error output. Mention success or failure, too.
8405 Accumulate multiple error outputs
8406 going forward, with formfeed in between. Display the error buffer
8407 when we have put something in it.
8408 (shell-command): Add the ERROR-BUFFER argument feature.
8409
8410 1999-02-28 Karl Heuer <kwzh@gnu.org>
8411
8412 * mail/mh-utils.el (mh-lib): Doc fix.
8413 (mh-lib-progs, mh-nmh-p): New vars.
8414 (mh-find-progs): Set mh-lib-progs along with other vars.
8415 (mh-path-search): New arg FUNC-P; if specified, use that instead
8416 of mh-file-command-p.
8417 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8418
8419 * mail/mh-comp.el (mh-repl-formfile): New var.
8420 (mh-smail-batch): Don't ignore all arguments.
8421 (mh-reply): Do the right thing when using nmh.
8422
8423 1999-02-27 Kenichi Handa <handa@etl.go.jp>
8424
8425 * international/mule-cmds.el (select-safe-coding-system): Be sure
8426 to show a buffer being decoded.
8427
8428 1999-02-26 Ken'ichi Handa <handa@gnu.org>
8429
8430 * ps-bdf.el (bdf-directory-list): Initialize it to
8431 '("/usr/local/share/emacs/fonts/bdf").
8432
8433 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8434
8435 * ps-print.el: PostScript programming fix.
8436 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8437 setpagedevice operator).
8438
8439 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8440
8441 * ps-print.el: Doc fix, font size specifies landscape and portrait
8442 sizes.
8443 (ps-print-version): New version number (4.1.4).
8444 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8445 Specifies landscape and portrait sizes.
8446 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8447 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8448 fix.
8449 (ps-get-font-size): New fun.
8450 (ps-font-size-internal, ps-header-font-size-internal)
8451 (ps-header-title-font-size-internal): New vars.
8452
8453 * ps-mule.el: Change of ps-print font size variable name.
8454 (ps-mule-generate-font): Fun fix.
8455 (ps-mule-begin-job): Programming uniformization.
8456
8457 1999-02-25 Dave Love <fx@gnu.org>
8458
8459 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8460 (help-make-xrefs): Do Info case first.
8461
8462 * repeat.el: Don't require advice.
8463 (repeat-last-kill-command): Variable deleted.
8464
8465 1999-02-25 Richard Stallman <rms@gnu.org>
8466
8467 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8468 case just because the current buffer is the output buffer.
8469
8470 1999-02-25 Kenichi Handa <handa@etl.go.jp>
8471
8472 * simple.el (what-cursor-position): To show the character's
8473 encoding, use encoded-string-description instead of information
8474 of chaset-origin-alist.
8475
8476 * international/mule-cmds.el (iso-2022-control-alist): New variable.
8477 (encoded-code-description): New function.
8478 (encoded-string-description): New function.
8479 (encode-coding-char): New function.
8480
8481 1999-02-25 Andrew Innes <andrewi@gnu.org>
8482
8483 * startup.el (command-line) [windows-nt]: Fix typo in regexp
8484 checking for .emacs[.el[c]].
8485
8486 1999-02-24 Richard Stallman <rms@gnu.org>
8487
8488 * help.el (describe-function-1): Don't print a whole lambda-function.
8489
8490 1999-02-23 Ken'ichi Handa <handa@gnu.org>
8491
8492 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8493 inputting ?\240.
8494
8495 1999-02-23 Karl Heuer <kwzh@gnu.org>
8496
8497 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8498
8499 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8500 (clean-buffer-list-kill-buffer-names): Doc fix.
8501
8502 * gud.el (gud-jdb-massage-args): Spelling fix.
8503
8504 1999-02-23 Richard M. Stallman <rms@gnu.org>
8505
8506 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8507
8508 1999-02-22 Eli Zaretskii <eliz@gnu.org>
8509
8510 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8511 excursion while calling set-auto-coding-function.
8512
8513 * play/handwrite.el (handwrite): Require ps-print, and use
8514 ps-printer-name and ps-lpr-command. Call ps-print-region-function
8515 if it's defined, instead of forking ps-lpr-command unconditionally.
8516
8517 1999-02-22 Kenichi Handa <handa@etl.go.jp>
8518
8519 * international/codepage.el (cp-coding-system-for-codepage-1): Put
8520 charset-origin-alist property to a coding system for the codepage.
8521
8522 * international/mule.el: Modify comment for charset-origin-alist
8523 property of a coding system.
8524
8525 * simple.el (what-cursor-position): charset-origin-alist property
8526 of a coding system may be a translation table or a symbol of which
8527 `translation-table' property is a translation table.
8528
8529 1999-02-21 Richard Stallman <rms@gnu.org>
8530
8531 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8532 to the "html" template.
8533
8534 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
8535
8536 * dirtrack.el (dirtrack): Added docstring. Now returns input.
8537
8538 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
8539
8540 * dirtrack.el (dirtrack): Check for the prompt in the input string
8541 instead of the buffer.
8542
8543 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
8544
8545 * sql.el: Set version to 1.4.1. Changed mail address to
8546 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
8547 (sql-input-ring-separator): Doc fix.
8548 (sql-mode-syntax-table): double-dash starts comments is defined as
8549 ". 56" instead of ". 12b" for XEmacs.
8550 (sql-stop, sql-interactive-mode): Doc fixes.
8551 (sql-postgres): Queries for database and server, not just one.
8552 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8553
8554 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8555 changed. This is needed for master.el to work.
8556 (sql-set-sqli-buffer): Use the new hook.
8557
8558 * sql.el (sql-make-alternate-buffer-name): Function that sets
8559 sql-alternate-buffer-name.
8560 (sql-alternate-buffer-name): Possible name of SQLi buffers.
8561 (sql-interactive-mode): Set sql-alternate-buffer-name.
8562 (sql-rename-buffer): New command.
8563 (sql-interactive-mode-menu): Menu for SQLi buffers.
8564
8565 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
8566 and sql-input-ring-file-name are used to temporarily set
8567 comint-input-ring-file-name and comint-input-ring-separator when
8568 reading and writing input history files.
8569
8570 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8571 (sql-input-ring-file-name): New variable with customization.
8572 (sql-input-ring-separator): New variable with customization.
8573 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8574 Callers changed.
8575 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8576 now includes the name of the current buffer.
8577
8578 (sql-mode): Set paragraph-separate and paragraph-start so that
8579 sql-send-paragraph sends the entire SQL statements, even if it
8580 contains indented lines.
8581
8582 1999-02-18 Dave Love <fx@gnu.org>
8583
8584 * format.el (format-encode-run-method, format-decode-run-method):
8585 Fix previous change.
8586
8587 1999-02-18 Ken'ichi Handa <handa@gnu.org>
8588
8589 * international/mule.el (coding-system-list): Moved here from
8590 mule-util.el to avoid autoloading mule-util by the call of
8591 select-safe-coding-system.
8592
8593 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
8594
8595 * simple.el (turn-on-auto-fill): Mark it as an option for
8596 `text-mode-hook'.
8597
8598 1999-02-17 Richard Stallman <rms@gnu.org>
8599
8600 * emacs-lisp/easymenu.el (easy-menu-get-map):
8601 Don't crash if (current-local-map) is nil.
8602
8603 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
8604
8605 * filecache.el (file-cache-filter-regexps): Added .class.
8606
8607 1999-02-17 Ken'ichi Handa <handa@gnu.org>
8608
8609 * international/mule-util.el (decompose-region): Use
8610 insert-buffer-substring instead of insert-buffer to avoid putting
8611 mark.
8612
8613 1999-02-17 Andreas Schwab <schwab@gnu.org>
8614
8615 * calendar/cal-move.el (scroll-calendar-left): Don't set
8616 displayed-month and displayed-year here, let generate-calendar do
8617 it, after range checking.
8618
8619 1999-02-17 Simon Marshall <simon@gnu.org>
8620
8621 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8622
8623 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8624 correctly between an object declared via a constructor and a method.
8625 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8626 (java-font-lock-keywords-1): Fontify package names individually.
8627 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8628 (java-font-lock-keywords-2): Simplify type fontification.
8629 (java-font-lock-keywords-3): Likewise.
8630
8631 1999-02-17 Kenichi Handa <handa@etl.go.jp>
8632
8633 * language/japanese.el (iso-2022-jp-2): New coding system.
8634 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8635
8636 1999-02-16 Dave Love <fx@gnu.org>
8637
8638 * help.el (describe-function-1): Accept non-symbols.
8639
8640 1999-02-16 Paul Eggert <eggert@twinsun.com>
8641
8642 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8643 find the last match if there are multiple matches.
8644
8645 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8646
8647 * tex-mode.el (tex-run-command, latex-run-command)
8648 (slitex-run-command, tex-command): Doc changes.
8649 (tex-start-options-string): Autoload it. Doc change. Provide
8650 a menu for customization. Allow nil. Quote backslashes only once.
8651 (tex-start-tex): Handle nil value of tex-start-options-string
8652 and apply shell-quote-argument to it.
8653
8654 1999-02-16 Eli Zaretskii <eliz@gnu.org>
8655
8656 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8657 the size in blocks, since it can be a float.
8658 (ls-lisp-format): Likewise
8659
8660 1999-02-16 Ken'ichi Handa <handa@gnu.org>
8661
8662 * language/japanese.el (japanese-shift-jis): Add
8663 charset-origin-alist property.
8664
8665 1999-02-15 Richard Stallman <rms@gnu.org>
8666
8667 * progmodes/compile.el (compile-internal): Use save-selected-window.
8668
8669 * subr.el (momentary-string-display): Bind inhibit-read-only.
8670
8671 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8672
8673 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
8674
8675 * mail/rmail.el (rmail-show-message): If an unseen message has a
8676 Summary-line in its header, get past one more line before looking
8677 for the X-Coding-System header.
8678
8679 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
8680
8681 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8682 explicitly to accomodate Windows 9X lack of a useful copy program.
8683
8684 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
8685
8686 * wid-edit.el (widget-choice-value-create): Use `equal'
8687 instead of `eq'.
8688
8689 1999-02-14 Richard Stallman <rms@gnu.org>
8690
8691 * international/iso-transl.el:
8692 (iso-transl-ae): Renamed from iso-transl-e-slash.
8693 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8694 (iso-transl-AE): Renamed from iso-transl-E-slash.
8695 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8696 (iso-transl-char-map): Related changes.
8697
8698 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8699
8700 1999-02-13 Richard Stallman <rms@gnu.org>
8701
8702 * textmodes/texinfmt.el (texinfo-alias): New function.
8703 (texinfo-fold-nodename-case): Add defvar.
8704 (texinfo-format-node): Do case folding if specified.
8705
8706 * ffap.el (ffap-file-at-point): Test local file names
8707 immediately. Strip off line numbers.
8708
8709 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
8710
8711 * sql.el: Set version to 1.3.2
8712 (sql-solid-program): Added support for solid.
8713 (sql-help): Doc mentions sql-solid.
8714 (sql-solid): Entry function for Solid.
8715 (sql-buffer): Doc explains the use of the variable and how to
8716 change it.
8717 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8718 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8719 disabled if sql-buffer doesn't have a process; sql-send-paragraph
8720 is new.
8721 (sql-show-sqli-buffer): New function to display the value of
8722 sql-buffer.
8723 (sql-change-sqli-buffer): New function to change sql-buffer.
8724 (sql-mode): Doc explains how to change sql-buffer.
8725 (sql-send-paragraph): New function to send a paragraph.
8726 (sql-mode-map): Added keybinding for sql-send-paragraph.
8727 (sql-mysql): Doc corrected.
8728 (sql-ms): Doc corrected.
8729
8730 * sql.el (sql-server): Doc fix.
8731 (sql-mysql): Added the use of sql-server to specify the host,
8732 sql-database now specifies database instead of host.
8733 (sql-mode-menu): Send... menu items are only active if sql-buffer
8734 is non-nil.
8735 (sql-help): Changed tag of entry functions a bit.
8736
8737 * sql.el: Added keywords from `finder-by-keyword'.
8738 (sql-mode): Made sql-buffer a local variable, changed the
8739 documentation: removed instructions to add *.sql files to
8740 auto-mode-alist, added documentation for having mutliple SQL
8741 buffers sending their stuff to different SQLi buffers, each
8742 running a different process.
8743 (sql-postgres): Quoted *SQL* in doc string.
8744 (sql-ms): Likewise.
8745 (sql-ingres): Likewise.
8746 (sql-ingres): Quoted *SQL* in doc string, added references to
8747 sql-user and sql-password used during login.
8748 (sql-sybase): Quoted *SQL* in doc string, added comma.
8749 (sql-oracle): Likewise.
8750 (sql-interactive-mode): Added extensive documentation for having
8751 mutliple SQL buffers sending their stuff to different SQLi
8752 buffers, each running a different process.
8753 (sql-buffer): Changed doc from *SQL* to SQLi.
8754 (sql-get-login): Doc fix.
8755
8756 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8757
8758 * international/mule-conf.el (undecided): Set ascii in
8759 safe-charsets property.
8760
8761 1999-02-12 Richard Stallman <rms@gnu.org>
8762
8763 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8764
8765 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8766
8767 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8768 value to ps-mule-font-info-database-latin.
8769
8770 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
8771
8772 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8773 (ps-mule-font-info-database-default): New variable.
8774 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8775 ps-mule-font-info-database-default.
8776
8777 1999-02-12 Dave Love <fx@gnu.org>
8778
8779 * timezone.el (timezone-make-date-sortable)
8780 (timezone-make-date-arpa-standard): Doc fix.
8781
8782 1999-02-12 Ken'ichi Handa <handa@gnu.org>
8783
8784 * international/quail.el (quail-show-kbd-layout): Bind
8785 blink-matching-paren to nil.
8786
8787 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8788 for ASCII and Latin-1.
8789
8790 1999-02-12 Andreas Schwab <schwab@gnu.org>
8791
8792 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8793
8794 1999-02-12 Kenichi Handa <handa@etl.go.jp>
8795
8796 * international/mule-cmds.el (language-info-alist): Remove
8797 description about charset-origin-alist.
8798
8799 * international/mule.el: Comment added for a new coding system
8800 property `charset-origin-alit'.
8801 (make-translation-table): This variable deleted.
8802
8803 * language/chinese.el (chinese-big5): Add charset-origin-alist
8804 property.
8805 ("Chinese-CNS"): Remove charset-origin-alist property.
8806
8807 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8808 property.
8809 (cyrillic-alternativnyj): Likewise.
8810 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8811 ("Cyrillic-ALT"): Likewise.
8812
8813 * language/vietnamese.el (vietnamese-viqr): Add
8814 charset-origin-alist property.
8815 ("Vietnamese"): Remove charset-origin-alist property.
8816
8817 * simple.el (what-cursor-position): Don't use the varialbe
8818 charset-origin-alist, but use charset-origin-alist property of
8819 buffer-file-coding-system to decide external character set code.
8820
8821 1999-02-10 Richard Stallman <rms@gnu.org>
8822
8823 * shadowfile.el: Don't turn on the mode when the file is loaded.
8824
8825 1999-02-09 Richard Stallman <rms@gnu.org>
8826
8827 * progmodes/compile.el (compile-auto-highlight): Customize.
8828
8829 * add-log.el (add-log-file-name-function): New variable.
8830 (add-change-log-entry): Call that function, if non-nil.
8831
8832 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
8833
8834 * rmail.el (rmail-search): Track match with a marker, not an integer.
8835
8836 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8837
8838 * progmodes/compile.el (compilation-setup): Set value of
8839 compilation-directory-stack as in compilation-forget-errors.
8840 (compile-reinitialize-errors): Bind buffer-undo-list and
8841 deactivate-mark.
8842 (compilation-forget-errors): Likewise.
8843
8844 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
8845
8846 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8847 def... constructs.
8848
8849 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8850 Remove calls to sleep-for.
8851
8852 1999-02-08 Eli Zaretskii <eliz@gnu.org>
8853
8854 * international/codepage.el (cp-coding-system-for-codepage-1): On
8855 MS-DOS, use dos-unsupported-char-glyph for characters not
8856 supported by the codepage.
8857 (cp-make-coding-systems-for-codepage): Likewise.
8858
8859 1999-02-08 Andreas Schwab <schwab@gnu.org>
8860
8861 * international/mule-util.el (coding-system-list): Don't sort
8862 coding-system-list here.
8863
8864 * international/mule.el (coding-system-lessp): Moved here from
8865 mule-util.el
8866 (add-to-coding-system-list): New function.
8867 (make-subsidiary-coding-system, make-coding-system,
8868 define-coding-system-alias): Use it instead of setting
8869 coding-system-list directly.
8870
8871 1999-02-07 Dave Love <fx@gnu.org>
8872
8873 * calendar/appt.el (appt-make-list): Don't splice quotes and date
8874 onto message.
8875
8876 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8877
8878 * imenu.el (imenu--last-menubar-index-alist): Add doc.
8879 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
8880
8881 1999-02-06 Richard Stallman <rms@gnu.org>
8882
8883 * language/european.el (setup-slovenian-environment): New function.
8884 ("Slovenian"): New language environment.
8885
8886 * progmodes/sql.el (sql-help): Doc fix.
8887 (sql-mysql): Doc fix.
8888
8889 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8890
8891 * tex-mode.el: When compiling, require compare-w and skeleton
8892 to pacify the byte-compiler. Move the def's of the tex-commands
8893 together. Add a comment on kill-process vs. quit-process.
8894
8895 1999-02-05 Dave Love <fx@gnu.org>
8896
8897 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8898 null markers.
8899 (compile-goto-error): Likewise.
8900
8901 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
8902
8903 * time-stamp.el (time-stamp-format): Format doc tighter.
8904 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8905 (time-stamp): Don't re-write the time stamp if it didn't change.
8906
8907 1999-02-05 Alex Schroeder <asc@bsiag.com>
8908
8909 * progmodes/sql.el: Changed version to 1.2.1.
8910 (sql-pop-to-buffer-after-send-region): Improved documentation.
8911 (sql-mysql-program): Added MySQL support.
8912 (sql-prompt-length): Made prompt-length configurable.
8913 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8914 (sql-help): Added MySQL support, changed documentation.
8915 (sql-send-region): A message is displayed if something is sent.
8916 (sql-mode): Added buffer-local comment-start.
8917 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8918 (sql-interactive-mode): Added buffer-local comment-start.
8919 (sql-oracle): Set sql-prompt-length.
8920 (sql-sybase): Set sql-prompt-length.
8921 (sql-mysql): Added MySQL support.
8922 (sql-ingres): Set sql-prompt-length.
8923 (sql-ms): Set sql-prompt-length.
8924 (sql-postgres): Set sql-prompt-length.
8925
8926 1999-02-04 Eli Zaretskii <eliz@gnu.org>
8927
8928 * term/internal.el (dos-codepage-setup): Set selection coding
8929 system to cpNNN-dos.
8930
8931 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8932
8933 * international/characters.el: Let ethiopic use iso-2022-7bit.
8934
8935 1999-02-02 Dave Love <fx@gnu.org>
8936
8937 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8938 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8939
8940 1999-02-02 Karl Heuer <kwzh@gnu.org>
8941
8942 * terminal.el (terminal-emulator): Doc fix.
8943
8944 1999-02-02 Ken'ichi Handa <handa@gnu.org>
8945
8946 * international/mule-util.el (compose-chars): Doc-string
8947 modified. Correctly handle a composition character in ARGS.
8948
8949 1999-02-01 Richard Stallman <rms@gnu.org>
8950
8951 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8952 (makefile-menu-index-function): Function deleted.
8953 (makefile-mode): Use makefile-imenu-generic-expression.
8954
8955 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
8956
8957 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8958 change, invoke from before-init-hook.
8959
8960 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
8961
8962 * subr.el (remove-from-invisibility-spec): Cope with the case when
8963 buffer-invisibility-spec is t.
8964
8965 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
8966
8967 * calendar/calendar.el (calendar-mode-map): Fix bindings for
8968 appt-add and appt-delete.
8969
8970 1999-02-01 Eli Zaretskii <eliz@gnu.org>
8971
8972 * term/pc-win.el (msdos-approximate-color): New function.
8973 (msdos-color-translate): Call it to find a DOS color that best
8974 approximates an X-style "#NNNNNN" color specification.
8975
8976 1999-02-01 Ken'ichi Handa <handa@gnu.org>
8977
8978 * international/mule-util.el (compose-chars-component): Add
8979 autoload cookie.
8980
8981 1999-01-31 Ken'ichi Handa <handa@gnu.org>
8982
8983 * international/quail.el (quail-lookup-key): If cdr of MAP is a
8984 function, replace cdr of MAP by the return value of the function
8985 unconditionally.
8986
8987 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8988
8989 * progmodes/compile.el (compilation-next-error-locus): Don't
8990 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8991
8992 1999-01-31 Eli Zaretskii <eliz@gnu.org>
8993
8994 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8995 and NLs before "charset", and allow the charset name be in double
8996 quotes.
8997
8998 1999-01-31 Richard Stallman <rms@gnu.org>
8999
9000 * imenu.el (imenu-sort-function): Fix custom type.
9001
9002 1999-01-30 Richard Stallman <rms@gnu.org>
9003
9004 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9005 (speedbar-line-token): Likewise.
9006
9007 * play/gametree.el (gametree-default-score): Use defcustom.
9008 (gametree-score-regexp, gametree-score-closer): Likewise.
9009 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9010
9011 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9012
9013 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9014 decoding.
9015
9016 1999-01-29 Markus Rost <rost@gnu.org>
9017
9018 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9019 tex-validate-buffer.
9020 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9021 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9022 now with recent occur-mode.
9023 (tex-validate-region): Really walk through all Sexps.
9024 (tex-region): Bind shell-dirtrack-verbose.
9025 (tex-file, tex-bibtex-file): Likewise.
9026
9027 1999-01-29 Dave Love <fx@gnu.org>
9028
9029 * finder.el: (finder-commentary): Fix interactive spec. Try
9030 appending .el to file name.
9031 (finder-find-library, finder-commentary): Doc fixes.
9032
9033 1999-01-29 Andrew Innes <andrewi@gnu.org>
9034
9035 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9036 where the userid contains directory separators.
9037
9038 1999-01-29 Dave Love <fx@gnu.org>
9039
9040 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9041 (lm-commentary): Doc fix.
9042
9043 1999-01-29 Andreas Schwab <schwab@gnu.org>
9044
9045 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9046 wildcard match. Fix regexp that tests if dirpart contains
9047 wildcard characters.
9048
9049 1999-01-28 Richard Stallman <rms@gnu.org>
9050
9051 * font-lock.el (font-lock-default-unfontify-region):
9052 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9053
9054 1999-01-27 Jason Rumney <jasonr@altavista.net>
9055
9056 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9057 from FAMILY field.
9058 (w32-create-initial-fontsets): Do not use before-init-hook.
9059 (mouse-set-font): Document. Automatically create and use fontsets.
9060
9061 * dos-w32.el (direct-print-region-helper): Check for printer
9062 being t as well as a string.
9063
9064 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9065
9066 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9067 (rmail-mime-charset-pattern): New variable.
9068 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9069 rmail-decode-mime-charset is non-nil.
9070
9071 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9072
9073 * international/characters.el: Set category `q' for all characters
9074 in tibetan and tibetan-1-column.
9075
9076 1999-01-27 Andrew Innes <andrewi@gnu.org>
9077
9078 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9079 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9080
9081 1999-01-27 Dave Love <fx@gnu.org>
9082
9083 * international/mule-cmds.el (current-language-environment):
9084 Provide :link, :type (choices) and appropriate :get.
9085
9086 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9087
9088 * startup.el (command-line): Set default eol-mnemonic-* strings to
9089 display end-of-line format in mode line.
9090
9091 * cus-start.el (all): Add eol-mnemonic-* variables.
9092
9093 1999-01-26 Dave Love <fx@gnu.org>
9094
9095 * startup.el (command-line-1): Up-date copyright.
9096
9097 * paths.el (Info-default-directory-list): Use configdir twice.
9098
9099 * info.el (Info-directory-list): Don't set path-separator now
9100 we're not shipped with Texinfo. Simplify path definition.
9101 Substitute all occurrences of instdir in Info-default-directory-list.
9102
9103 1999-01-25 Richard Stallman <rms@gnu.org>
9104
9105 * startup.el (normal-top-level-add-subdirs-to-load-path):
9106 Record the inode numbers of the dirs processed, to avoid loop.
9107
9108 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9109
9110 1999-01-25 Dave Love <fx@gnu.org>
9111
9112 * browse-url.el (browse-url-netscape-program): Doc addition.
9113
9114 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9115 prefix.
9116
9117 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9118 auto-mode-alist.
9119
9120 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9121
9122 * calendar/diary-lib.el (mark-diary-entries): Use
9123 assoc-ignore-case and do not capitalize when matching month and
9124 day names.
9125
9126 * calendar/calendar.el (calendar-read-date): Ditto.
9127
9128 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9129 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9130
9131 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9132
9133 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9134
9135 * calendar/cal-islam.el (calendar-goto-islamic-date)
9136 (mark-islamic-diary-entries): Ditto.
9137
9138 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9139
9140 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9141 (calendar-read-mayan-tzolkin-date): Ditto.
9142
9143 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9144
9145 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
9146
9147 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9148
9149 1999-01-25 Karl Heuer <kwzh@gnu.org>
9150
9151 * faces.el (list-faces-display): Multiline case of previous fix.
9152
9153 1999-01-25 Andreas Schwab <schwab@gnu.org>
9154
9155 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9156
9157 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
9158
9159 * files.el (find-file): If find-file-noselect returns a list,
9160 do switch-to-buffer on each element.
9161 (find-file-other-window): Likewise for all but the first element.
9162 (find-file-other-frame): Same.
9163 (find-file-noselect): When we expand a wildcard, return a list
9164 of buffers.
9165
9166 1999-01-24 Eli Zaretskii <eliz@gnu.org>
9167
9168 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9169 to set the appropriate cpNNN-dos coding system as the
9170 highest-priority coding system.
9171
9172 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9173
9174 * international/fontset.el (generate-fontset-menu): Return a
9175 sorted list by plain names of fontsets.
9176
9177 * international/mule-diag.el (list-fontsets): Sort fontsets by
9178 plain names.
9179
9180 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9181 FIRST is a composite character, decompose it at first.
9182
9183 1999-01-23 Dave Love <fx@gnu.org>
9184
9185 * format.el: Doc fixes.
9186 (format-encode-run-method): Have things happen in the right buffer.
9187 Deal with errors from method. Set coding-system-for-write.
9188 (format-decode-run-method): Have things happen in the right buffer.
9189 Deal with errors from method. Set coding-system-for-read.
9190 (format-alist): Use nil instead of unmatchable regexps.
9191
9192 * simple.el (shell-command-on-region): Return command's exit status.
9193
9194 1999-01-23 Eric Ludlam <zappo@gnu.org>
9195
9196 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9197 of the file whose info we want to display.
9198 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9199 (speedbar-add-mode-functions-list) Improve doc.
9200 (speedbar-line-token) New function.
9201 (speedbar-dired) Fix order of directories in -shown-directories.
9202 (speedbar-line-path): Default return is default-directory
9203 (speedbar-buffers-line-path): Return is dir name only.
9204 (speedbar-mode-functions-list): New variable.
9205 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9206 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9207 speedbar-files-item-info speedbar-buffers-item-info): New functions.
9208 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9209 New functions.
9210 (speedbar-line-file): Broke out part that fetches file from a line.
9211 (speedbar-line-text): New function extracted from speedbar-line-file.
9212 (speedbar-line-path): Converted into a replaceable function.
9213 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9214
9215 1999-01-23 Ken'ichi Handa <handa@gnu.org>
9216
9217 * international/fontset.el (create-fontset-from-x-resource): Make
9218 style variants.
9219
9220 1999-01-22 Dave Love <fx@gnu.org>
9221
9222 * paths.el (Info-default-directory-list): Put sysdir after start.
9223
9224 1999-01-22 Sam Steingold <sds@goems.com>
9225
9226 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9227 a process associated with it.
9228
9229 1999-01-22 Jason Rumney <jasonr@altavista.net>
9230
9231 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9232
9233 1999-01-22 Felix Lee <flee@cygnus.com>
9234
9235 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
9236 major-mode.
9237 (vc-annotate-mode): Delete variable.
9238
9239 1999-01-22 Andrew Innes <andrewi@gnu.org>
9240
9241 * startup.el (command-line): [windows-nt]: Check for existence of
9242 .emacs file so as to notice .emacs.el or .emacs.elc and use them
9243 in preference to _emacs.
9244
9245 1999-01-22 Dave Love <fx@gnu.org>
9246
9247 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9248
9249 1999-01-20 Richard Stallman <rms@gnu.org>
9250
9251 * files.el (find-file-noselect): Do wildcard processing only
9252 if new arg WILDCARDS is non-nil.
9253 (find-file, find-file-other-window): New arg WILDCARDS.
9254 Default it to non-nil if interactive.
9255 (find-file-other-frame): Likewise.
9256 (find-file-read-only): Likewise.
9257 (find-file-read-only-other-window): Likewise.
9258 (find-file-read-only-other-frame): Likewise.
9259
9260 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9261 (widget-plist-convert-option): Delete spurious comma.
9262
9263 1999-01-19 Jason Rumney <jasonr@altavista.net>
9264
9265 * term/w32-win.el (w32-standard-fontspec-spec): Change
9266 iso8859-5 to koi8-r. Add iso8859-9.
9267
9268 1999-01-19 Dave Love <fx@gnu.org>
9269
9270 * browse-url.el (browse-url-maybe-new-window): Delete macro and
9271 its uses.
9272
9273 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9274 is active.
9275 (fortran-indent-subprogram): Likewise.
9276
9277 1999-01-19 Dave Love <d.love@dl.ac.uk>
9278
9279 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9280
9281 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9282
9283 * wid-edit.el (alist): Use sexp as default key-type.
9284
9285 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9286
9287 * textmodes/tex-mode.el (tex-define-common-keys):
9288 Remove key binding of tex-feed-input.
9289 (tex-mode-map): Bind tex-feed-input here.
9290 (tex-start-shell): Use compilation-shell-minor-mode. Set
9291 comint-input-filter-functions before running tex-shell-hook.
9292 (tex-start-tex): Forget compilation errors.
9293 (tex-compilation-parse-errors): Rewritten to work also with
9294 compile-mouse-goto-error and compile-goto-error. Adjusted to
9295 change in tex-region.
9296 (tex-region): For the temp file use file-name without directory.
9297 (tex-file): Expand file name of tex-print-file.
9298
9299 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9300
9301 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
9302
9303 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
9304
9305 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9306 beginning could cause Emacs to hang. Fixed.
9307
9308 1999-01-18 Ken'ichi Handa <handa@gnu.org>
9309
9310 * international/ccl.el (ccl-compile-translate-character): Handle
9311 the case that a tranlation table is CCL register correctly.
9312
9313 * international/mule-cmds.el (select-safe-coding-system):
9314 Hightlight at most 256 characters.
9315
9316 1999-01-18 Dave Love <fx@gnu.org>
9317
9318 * startup.el (command-line): If the init file changes operation to
9319 unibyte, make all buffers unibyte and re-set language environment.
9320
9321 * disp-table.el (standard-display-european): Make all existing
9322 buffers unibyte. Fix doc.
9323
9324 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9325
9326 * wid-edit.el (coding-system): Define this unconditionally.
9327
9328 * simple.el (shell-command-on-region-default-error-buffer): New var.
9329 (shell-command-on-region): Use that variable as interactive
9330 value of ERROR-BUFFER argument.
9331
9332 1999-01-17 Sam Steingold <sds@goems.com>
9333
9334 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9335
9336 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9337
9338 * progmodes/compile.el (compilation-goto-locus): If already in the
9339 compilation buffer's window, keep it in that window.
9340 (compile-mouse-goto-error): Add Doc. Don't play with windows.
9341 (compile-goto-error): Don't play with windows.
9342
9343 * textmodes/tex-mode.el (latex-run-command): Doc fix.
9344 (tex-command): Doc fix.
9345 (tex-compilation-parse-errors): Doc fix.
9346 (tex-generate-zap-file-name): Don't start the name with -.
9347 (tex-expand-files): Works now also with strings ending with ":".
9348
9349 1999-01-17 Ian T Zimmerman <itz@transbay.net>
9350
9351 Patch failed to install:
9352 * gametree.el: Document scoring functionality.
9353 (gametree-score-regexp): Add optional plus sign.
9354 (gametree-score-opener): Replace `:' with `=' as the former
9355 conflicts with gametree-half-ply-regexp.
9356 (gametree-transpose-following-leaves): Add.
9357 (gametree-insert-new-leaf): Make modifying commands barf in read
9358 only buffers.
9359 (gametree-break-line-here): Add a call to
9360 `gametree-transpose-following-leaves'. This maintains the
9361 necessary invariant that on each level all leaf children precede
9362 all nonleaf children. This has always been implied, but left to
9363 the user, and, unfortunately, undocumented.
9364
9365 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
9366
9367 * wid-edit.el (plist, alist): New widget types.
9368
9369 1999-01-17 Dave Love <fx@gnu.org>
9370
9371 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9372 fix scope of condition-case therein.
9373
9374 1999-01-17 Andrew Innes <andrewi@gnu.org>
9375
9376 * dos-w32.el: (find-buffer-file-type-coding-system): Use
9377 default-buffer-file-coding-system when file doesn't exist (and
9378 isn't covered by a special case) instead of forcing undecided-dos
9379 against the user's wishes.
9380
9381 * dos-w32.el (direct-print-region-helper): New function based on
9382 direct-print-region-function; sends data to specified printer port
9383 without further translation. Recognize and handle specially the
9384 standard `print' and `nprint' programs, as well as `lpr' and
9385 similar programs. Only write directly to the printer port if no
9386 print program is specified. Work around a bug in Windows 9x
9387 affecting Win32 version of Emacs by invoking command.com to write
9388 to the printer port instead of writing directly.
9389 (direct-print-region-function): Use direct-print-region-helper to
9390 do most of the work.
9391 (direct-ps-print-region-function): New function; analogue of
9392 direct-print-region-function for ps-print.
9393 (ps-lpr-command): Comment out setq; leave as example usage.
9394 (ps-lpr-switches): Ditto.
9395
9396 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9397 and MS-Windows.
9398 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9399 DOS and Windows platforms, to indicate direct printing. Update
9400 the docstring accordingly.
9401
9402 * ps-print.el: (ps-printer-name): Update docstring about usage on
9403 MS-DOS and MS-Windows.
9404 (ps-lpr-command): Update docstring as for lpr-command.
9405 (ps-print-region-function): New variable.
9406 (ps-do-despool): Use it.
9407 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9408 DOS/Windows.
9409
9410 * subr.el (subst-char-in-string): New function.
9411
9412 1999-01-17 Eli Zaretskii <eliz@gnu.org>
9413
9414 * international/codepage.el (cp852-decode-table): Fill a nil entry.
9415
9416 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9417 (bdf-find-font-info): New function, looks for the first readable
9418 file from a list of alternatives.
9419 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9420 instead of bdf-get-font-info.
9421 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9422 to ps-mule-generate-bitmap-glyph.
9423
9424 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9425 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
9426 now be a list of alternative names.
9427 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9428 (ps-mule-prepare-font): Likewise.
9429
9430 * international/codepage.el (cp855-decode-table,
9431 cp850-decode-table): Fill some nil entries.
9432
9433 1999-01-16 Dave Love <fx@gnu.org>
9434
9435 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9436 last change.
9437
9438 1999-01-15 Dave Love <fx@gnu.org>
9439
9440 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9441 and change regexp for command names.
9442 (help-xref-go-back, function-called-at-point, symbol-file)
9443 (where-is): Doc fixes.
9444 (help-xref-go-back): Remove interactive spec.
9445 (describe-function-1): Fix message for alias. Buttomize alias
9446 name.
9447
9448 * simple.el (join-line): New alias.
9449
9450 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
9451
9452 * forms.el: (forms--show-record): Convert integers to string
9453 expicitly since concat will no longer accept integers.
9454 (forms-print): Use local `total-nb-records' since
9455 `forms--total-records' will be inaccessible after buffer switching.
9456
9457 1998-01-14 Felix Lee <flee@cygnus.com>
9458
9459 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9460
9461 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9462
9463 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9464
9465 1999-01-14 Eli Zaretskii <eliz@gnu.org>
9466
9467 * international/codepage.el (cp850-decode-table): Fix previous change.
9468
9469 1999-01-14 Simon Marshall <simon@gnu.org>
9470
9471 * shell.el (shell-dirtrack-verbose): New custom variable.
9472 (shell-dirstack-message): Use it.
9473
9474 1999-01-14 Kenichi Handa <handa@etl.go.jp>
9475
9476 * international/mule-conf.el: Coding system alias `dos' for
9477 `undecided-dos', `mac' for `undecided-mac'.
9478
9479 * international/mule-cmds.el (describe-language-environment):
9480 Don't alter input-method-alist.
9481
9482 1999-01-13 Eli Zaretskii <eliz@gnu.org>
9483
9484 * international/codepage.el (cp850-decode-table): Replace nil
9485 entries with codes of similary looking glyphs. (Suggested by
9486 Jason Rumney <jasonr@altavista.net>.)
9487
9488 1999-01-13 Dave Love <fx@gnu.org>
9489
9490 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9491
9492 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9493
9494 1999-01-12 Karl Heuer <kwzh@gnu.org>
9495
9496 * files.el (auto-save-hook): Defvar this.
9497
9498 1999-01-12 Alex Schroeder <asc@bsiag.com>
9499
9500 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9501 faces, eliminating the need to load font-lock before loading sql.
9502 (sql-mode-oracle-font-lock-keywords): Likewise.
9503 (sql-mode-postgres-font-lock-keywords): Likewise.
9504
9505 1999-01-11 Dave Love <fx@gnu.org>
9506
9507 * cus-start.el: Add inhibit-eol-conversion.
9508
9509 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9510 the values round.
9511
9512 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
9513
9514 * help.el (help-mode-finish): Renamed from help-mode-maybe.
9515 Don't switch to Help mode here.
9516 (temp-buffer-setup-hook): Use help-mode-finish.
9517 (help-mode-setup): New function.
9518 (temp-buffer-setup-hook): Use help-mode-setup.
9519
9520 * progmodes/sql.el: New file.
9521
9522 * files.el (auto-mode-alist): Add sql-mode.
9523
9524 * faces.el (list-faces-display): Improve the formatting
9525 by computing the maximum length required for any face-name.
9526
9527 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9528
9529 * progmodes/compile.el (compilation-shell-minor-mode): New function.
9530
9531 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
9532
9533 * term.el (term_send_home): Change the string to
9534 be the same as the one emitted by xterm and consistent with the
9535 ones emitted by prior and next.
9536 (term_send_end): Likewise.
9537
9538 1999-01-10 Dave Love <fx@gnu.org>
9539
9540 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9541 bindings.
9542
9543 1999-01-10 Eli Zaretskii <eliz@gnu.org>
9544
9545 * international/codepage.el (codepage-setup): Doc fix.
9546 (cp-decoding-vector-for-codepage): Likewise.
9547
9548 1999-01-10 Markus Rost <rost@gnu.org>
9549
9550 * cus-edit.el (custom-save-delete): First scan the custom-file.
9551
9552 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9553
9554 * international/iso-transl.el: Define a "function name" for
9555 each translation that isn't ASCII. Use these function names
9556 in iso-transl-char-map.
9557
9558 1999-01-08 Kenichi Handa <handa@etl.go.jp>
9559
9560 * international/mule-util.el (decompose-region): Do decomposition
9561 on temporary unibyte buffer.
9562
9563 * international/mule.el (make-char): Doc-string modified.
9564
9565 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9566
9567 * simple.el (comment-region): Delete spaces only if we
9568 deleted a comment starter.
9569
9570 1999-01-07 Dave Love <fx@gnu.org>
9571
9572 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9573
9574 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9575 like eval-defun does.
9576
9577 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9578
9579 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9580 constructions. Doc fixes.
9581 (generic-create-generic-function): Use defalias, not fset.
9582
9583 * find-func.el: More doc fixes.
9584
9585 1999-01-06 Stephen Eglen <stephen@gnu.org>
9586
9587 * files.el (save-buffers-kill-emacs): Show the list of current
9588 processes before prompting to kill them and exit.
9589
9590 1999-01-06 Dave Love <fx@gnu.org>
9591
9592 * emacs-lisp/find-func.el: Doc fixes.
9593 (find-function-regexp): Extend for define-generic-mode,
9594 define-derived-mode, easy-mmode-define-minor-mode.
9595
9596 1999-01-06 Dave Love <fx@gnu.org>
9597
9598 * progmodes/fortran.el (fortran-window-create): Account for scroll
9599 bar width.
9600
9601 * browse-url.el: Require (noerror) w3-auto when compiling.
9602 (browse-url-maybe-new-window): Make it a macro and revert last
9603 change to callers.
9604 (browse-url-w3): Require w3 for w3-fetch-other-window.
9605
9606 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9607
9608 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9609 argument.
9610
9611 1999-01-06 Simon Marshall <simon@gnu.org>
9612
9613 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
9614
9615 * font-lock.el (font-lock-default-fontify-buffer): When using
9616 with-temp-message, use nil rather than current-message.
9617
9618 * lazy-lock.el (lazy-lock-unstall):
9619 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9620 rather than current-message.
9621
9622 * fast-lock.el (fast-lock-save-cache-1):
9623 (fast-lock-cache-data): When using with-temp-message, use nil rather
9624 than current-message.
9625
9626 1999-01-06 Eli Zaretskii <eliz@gnu.org>
9627
9628 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9629 the valid-codes property.
9630
9631 * international/mule-cmds.el (prefer-coding-system): Call
9632 set-coding-priority, so that the internal array of priorities is
9633 also updated.
9634
9635 * international/mule-util.el:
9636 (coding-system-change-eol-conversion,
9637 coding-system-change-text-conversion): Don't define here.
9638
9639 * international/mule-cmds.el: Define them here. Remove the
9640 autoload cookies.
9641
9642 1999-01-06 Andreas Schwab <schwab@gnu.org>
9643
9644 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9645 if it was enabled before.
9646
9647 * view.el (View-revert-buffer-scroll-page-forward): Bind
9648 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9649
9650 * files.el (recover-session): Preserve point when inserting
9651 explanation.
9652
9653 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
9654
9655 * cus-edit.el (custom-save-delete): Don't delete whitespace
9656 and comments before the sexp that is replaced.
9657
9658 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9659
9660 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9661
9662 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
9663
9664 * vc.el (vc-dired-hook): Use the original value of
9665 dired-move-to-filename-regexp on lines that have not been
9666 reformatted yet.
9667 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9668 file lines have already been reformatted.
9669
9670 1999-01-05 Dave Love <fx@gnu.org>
9671
9672 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9673 buffer-local.
9674
9675 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
9676
9677 * progmodes/f90.el: Change of regular expressions for type to
9678 correct highlighting and identation. Some small fixes for
9679 compatibility with XEmacs.
9680
9681 1999-01-05 Stephen Eglen <stephen@gnu.org>
9682
9683 * mspools.el (mspools-vm-system-mail): Provide an alternative
9684 value based on rmail-spool-directory if $MAIL is not defined.
9685
9686 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
9687
9688 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9689 (reftex-section-info): Handle negative section levels.
9690 (reftex-view-crossref-extra): New option.
9691 (reftex-view-crossref): Generalized to work in more places.
9692 (reftex-find-citation-regexp-format, reftex-find-reference-format,
9693 reftex-macros-with-labels, reftex-global-search-marker): New variables.
9694 (reftex-view-cite-locations-from-bibtex): New command.
9695 (reftex-view-regexp-match, reftex-global-search,
9696 reftex-global-search-continue): New functions.
9697 (reftex-extract-bib-entries): No error for non-existing BibTeX
9698 file, just a message.
9699 (reftex-extract-bib-entries): Better error handling.
9700 (reftex-select-with-char): Use `*RefTeX Select*' for selection
9701 help and force it on current frame.
9702 (reftex-default-bibliography): New function.
9703 (reftex-access-parse-file): Check consistency after loading a
9704 parse file. When inconsistent, enfore rescan.
9705 (reftex-check-parse-consistency): New function.
9706 (easy-menu-define): Options section drastically shortened.
9707
9708 1999-01-05 Kenichi Handa <handa@etl.go.jp>
9709
9710 * language/thai-util.el (thai-compose-string): New function.
9711
9712 1999-01-04 Inge Frick <inge@nada.kth.se>
9713
9714 * easymenu.el (easy-menu-define): Doc fix.
9715 (easy-menu-create-menu): New keyword :included.
9716 (easy-menu-do-add-item): New keyword :included. SUFFIX may
9717 be an expression, not only a string. Simulate style `button'.
9718 Use easy-menu-define-key-intern instead of easy-menu-define-key.
9719 (easy-menu-define-key-intern): New function.
9720 (easy-menu-add-item): Understand value returned from
9721 easy-menu-item-present-p and easy-menu-remove-item.
9722 (easy-menu-return-item): New function.
9723 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9724
9725 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
9726
9727 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9728 Use rmail-output-read-rmail-file-name to read the file name.
9729 Always call rmail-output-to-rmail-file noninteractively.
9730 When count > 1, do the loop here.
9731 Handle rmail-delete-after-output here.
9732 (rmail-summary-output): Similar changes.
9733
9734 * mail/rmailout.el: Provide `rmailout'.
9735 (rmail-output-read-rmail-file-name): New function.
9736 (rmail-output-to-rmail-file): Use that.
9737 (rmail-output-read-file-name): New function.
9738 (rmail-output): Use that.
9739
9740 * files.el (find-file-noselect): Let /: suppress wildcard matching.
9741 Error if wildcard matches no files.
9742
9743 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9744
9745 * menu-bar.el (clipboard-yank): Doc fix.
9746
9747 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9748
9749 1998-12-31 Markus Rost <rost@delysid.gnu.org>
9750
9751 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9752
9753 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
9754
9755 * rmail.el (rmail-encode-string): Make sure mask value is
9756 positive; (emacs-pid) returns a negative number on Windows 9x
9757 which causes odd behaviour.
9758
9759 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
9760
9761 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9762 and about w32-* variables unless on Windows/NT.
9763
9764 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
9765
9766 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9767 if buffer is modified; ask about all modified buffers.
9768
9769 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9770
9771 * simple.el (what-cursor-position): Fix previous change.
9772
9773 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
9774
9775 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9776 from paragraph-start.
9777
9778 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
9779
9780 * international/mule-cmds.el (prefer-coding-system): If the
9781 argument requires specific EOL conversion type, make the default
9782 coding systems use that.
9783
9784 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
9785
9786 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9787 Use shell-command-on-region.
9788 (m4-start-m4, m4-end-m4): Functions deleted.
9789
9790 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
9791
9792 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9793
9794 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9795
9796 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9797 to compose-mail in the correct places and as a list.
9798
9799 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
9800
9801 * page-ext.el: Added mouse-selection feature for pages directory buffer.
9802 (pages-directory-map): Bind mouse-2
9803 (pages-copy-header-and-position): Put text property.
9804 (pages-directory-goto-with-mouse): New function.
9805
9806 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
9807
9808 * international/codepage.el (cp-make-coding-systems-for-codepage):
9809 Doc fix.
9810 (cp-coding-system-for-codepage-1): Likewise.
9811
9812 1998-12-29 Kenichi Handa <handa@etl.go.jp>
9813
9814 * language/thai-util.el (thai-post-read-conversion): Handle Thai
9815 composition sequence correctly here instead of calling
9816 thai-compose-region.
9817
9818 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9819 newline in multibyte buffer, if previous or next character is a
9820 composite char, check the first component of the composite char.
9821
9822 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
9823
9824 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9825 and track-mouse.
9826
9827 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9828
9829 * mail/sendmail.el (mail-yank-original): Remove text properties
9830 after insertion.
9831 (mail-yank-region): Barf if no mark is set in the message
9832 being replied to.
9833
9834 * help.el (function-called-at-point): First look for function at point.
9835
9836 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9837
9838 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9839
9840 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9841
9842 * simple.el (what-cursor-position): Print character encoding also.
9843
9844 1998-12-26 Dave Love <fx@gnu.org>
9845
9846 * textmodes/flyspell.el: If local-maps work, don't put
9847 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9848 in flyspell-mouse-map (only).
9849 (flyspell-use-local-map): New variable.
9850 Use a different mouse-2 binding in that case,
9851 and don't add to minor-mode-map-alist.
9852 (make-flyspell-overlay, flyspell-correct-word):
9853 Test flyspell-use-local-map.
9854
9855 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9856
9857 * files.el (file-expand-wildcards): Handle wildcards in directory name.
9858 Be careful about whether to return a relative file name,
9859 and if so, relative to what directory.
9860
9861 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
9862
9863 * emacs-lisp/easymenu.el (easy-menu-get-map):
9864 Change global map only if this menu exists in the global map already,
9865 and not in the local map.
9866 (easy-menu-do-add-item): Fix error message.
9867
9868 * foldout.el (foldout-inhibit-key-bindings):
9869 Avoid concatenating onto outline-minor-mode-prefix.
9870 Make a new keymap for that prefix, if it does not already have one.
9871
9872 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
9873
9874 * cperl-mode.el:
9875 Can use linear algorithm for indentation if Emacs supports it.
9876 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
9877 (cperl-after-block-p): Likewise.
9878 (cperl-after-block-and-statement-beg): Likewise.
9879 (cperl-after-block-p): After END/BEGIN we are a block.
9880 (cperl-after-expr-p): Skip labels when checking
9881 (cperl-indent-region): Make a marker for END - text added/removed.
9882 Disable hooks during the call (how to call them later?).
9883 Now indents 820-line-long function in 6.5 sec (including
9884 syntaxification) the first time (when buffer has few
9885 properties), 7.1 sec the second time.
9886 (cperl-indent-region): Do not indent whitespace lines
9887 (cperl-style-alist)
9888 Include `cperl-merge-trailing-else' where the value is clear.
9889 (cperl-styles-entries): Likewise.
9890 (cperl-problems): Improvements to docs.
9891 (cperl-tips): Likewise.
9892 (cperl-non-problems): Likewise.
9893 (cperl-mode): Make lazy syntaxification possible.
9894 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9895 `font-lock-unfontify-region-function' was set to a wrong function.
9896
9897 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9898 restart syntaxification. Changed so that -d ?foo? is a RE. Do
9899 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9900 but 1<<6 was considered as HERE-doc.
9901 <file/glob> made into a string.
9902 Postpone addition of faces after syntactic step.
9903 Recognition of <FH> was wrong.
9904 Highlight `gem' in s///gem as a keyword. `qr' recognized.
9905 Knows that split// is null-RE.
9906 Highlights separators in 3-parts expressions as labels.
9907 <> was considered as a glob.
9908 Would err if the last line is `=head1'.
9909 $a-1 ? foo : bar; was a considered a regexp.
9910 `<< (' was considered a start of HERE-doc.
9911 mark qq[]-etc sections as syntax-type=string
9912 Was not processing sub protos after a comment ine.
9913 Was treating $a++ <= 5 as a glob.
9914 Tolerate unfinished REx at end-of-buffer.
9915 `unwind-protect' was left commented.
9916 / and ? after : start a REx.
9917
9918 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9919 Better default, customizes to `message' too, off in text-mode.
9920
9921 (cperl-array-face): Renamed from `font-lock-emphasized-face',
9922 `defface'd.
9923 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9924 `defface'd.
9925 (cperl-emacs-can-parse): New state variable.
9926 (cperl-indent-line): Corrected to use global state.
9927 (cperl-calculate-indent): Likewise.
9928 (cperl-fix-line-spacing): Likewise (not used yet).
9929 (cperl-calculate-indent): Did not consider `,' as
9930 continuation mark for statements.
9931 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9932 Remove another parse-data optimization at toplevel: would
9933 indent correctly.
9934 Correct for labels when calculating indentation of continuations.
9935 Docstring updated.
9936 (cperl-choose-color): Converted to a function (to be
9937 compilable in text-mode).
9938 (cperl-dark-background): Disable without window-system.
9939 Do `defface' only if window-system.
9940 (cperl-fix-line-spacing): Sped up to bail out early.
9941 (x-color-defined-p): Was not compiling on XEmacs
9942 Was defmacro'ed with a tick. Remove another def.
9943 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9944 (cperl-unwind-to-safe): New function.
9945 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9946 (cperl-fontify-syntaxically): Unwinds start and end to go out of
9947 long strings (not very successful).
9948 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
9949 Highlight the starting // in s//foo/ as function-name.
9950 Emit a meaningful error instead of a cryptic one for an
9951 uncomplete REx near end-of-buffer.
9952
9953 (cperl-electric-keyword): `qr' recognized.
9954 (cperl-electric-else): Likewise
9955 (cperl-to-comment-or-eol): Likewise
9956 (cperl-make-regexp-x): Likewise
9957 (cperl-init-faces): Likewise, and `lock' (as overridable?).
9958 Corrected to use new macros;
9959 `if' for copying `reference-face' to `constant-face' was backward.
9960 remove init `font-lock-other-emphasized-face',
9961 `font-lock-emphasized-face', `font-lock-keyword-face'.
9962 Interpolate `cperl-invalid-face'.
9963 (cperl-make-regexp-x): Misprint in a message.
9964 (cperl-syntaxify-unwind): New configuration variable
9965 (cperl-fontify-m-as-s): New configuration variable
9966 (cperl-electric-pod): Check for after-expr was performed
9967 inside of POD too.
9968 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9969 (cperl-clobber-mode-lists): New configuration variable.
9970 (cperl-not-bad-style-regexp): Updated.
9971 Init: `cperl-is-face' was busted.
9972 (cperl-make-face): New macros.
9973 (cperl-force-face): New macros.
9974 (font-lock-other-type-face): Done via `defface' too.
9975 (cperl-nonoverridable-face): New face. Renamed from
9976 `font-lock-other-type-face'.
9977 (cperl-init-faces-weak): Use `cperl-force-face'.
9978 (cperl-comment-indent): Commenting __END__ was not working.
9979 (cperl-indent-for-comment): Likewise.
9980 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
9981 When removing old TAGS info was not relativizing filename.
9982 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9983 Another try to work around XEmacs problems. Better progress messages.
9984 (toplevel): Require custom unprotected => failure on 19.28.
9985 (cperl-xemacs-p): Defined when compile too
9986 (cperl-find-tags): Was writing line/pos in a wrong order,
9987 pos off by 1 and not at beg-of-line.
9988 (cperl-etags-snarf-tag): New macro
9989 (cperl-etags-goto-tag-location): New macro
9990 (cperl-version): New variable. New menu entry
9991 random docstrings: References to "future" 20.3 removed.
9992 Menu was described as `CPerl' instead of `Perl'
9993 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9994 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9995 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
9996 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9997 `font-lock-reference-face', `font-lock-keyword-face'.
9998 Use `eval-after-load'.
9999 Remove not-CPerl-related faces.
10000 (cperl-tips-faces): New variable and an entry into Mini-docs.
10001 (cperl-indent-exp): Was not processing else-blocks.
10002 (cperl-get-state): NOP line removed.
10003 (cperl-ps-print): New function and menu entry.
10004 (cperl-ps-print-face-properties): New configuration variable.
10005 (cperl-invalid-face): New configuration variable.
10006 (perl-font-lock-keywords): Highlight trailing whitespace
10007 (cperl-contract-levels): Documentation corrected.
10008 (cperl-contract-level): Likewise.
10009 (cperl-ps-extend-face-list): New macro.
10010 (cperl-invalid-face): Change to ''underline.
10011
10012 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10013
10014 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10015 for read-file-name.
10016 (rmail-output-to-rmail-file): Likewise.
10017
10018 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10019
10020 * emacs-lisp/easymenu.el (easy-menu-get-map):
10021 If MENU is nil, use global menu-bar map.
10022 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10023 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10024
10025 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10026
10027 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10028
10029 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10030
10031 * ps-print.el (ps-print-version): New version number (4.1.3).
10032
10033 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10034
10035 * international/mule-cmds.el: Use make-sparse-keymap instead of
10036 define-prefix-key when defining MULE menu items.
10037
10038 * info.el (Info-node-at-bob-matching): New function.
10039 (Info-find-node, Info-build-node-completions): Call it.
10040
10041 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10042
10043 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10044 when this is an autoloaded keymap.
10045
10046 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10047
10048 * international/codepage.el (cp-coding-system-for-codepage-1):
10049 Create separate encoders and decoders, for DOS and Unix. Make the
10050 usual family of 3 coding systems, so that automatic detection of
10051 EOL type works.
10052 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10053 Unix-specific symbols here, and don't call
10054 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10055 Handa <handa@etl.go.jp>.)
10056
10057 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10058
10059 * term/internal.el (IT-character-translations): New variable, an
10060 alist used to display characters for which there's no glyphs in
10061 the current codepage.
10062 (IT-display-table-setup): New function, sets up the DOS terminal
10063 for a given codepage.
10064 (dos-codepage-setup): New function, sets up the MULE environment
10065 for the current value of dos-codepage.
10066 (top-level if): In the multibyte mode, turn on
10067 unibyte-display-via-language-environment. In the unibyte mode,
10068 set up the special syntax tables to map lower- to upper case and
10069 back.
10070
10071 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10072
10073 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10074 (speedbar-frame-plist) Remove useless comments.
10075 (speedbar-frame-mode) Do not specify height if it is in the param list.
10076 Use default y position w/out changing it.
10077 If default x position is a list, keep, calculate the non-list X
10078 value when devining an initial position.
10079 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10080 (speedbar-tag-group-name-minimum-length): New variable.
10081 (speedbar-frame-parameter): New compatibility function.
10082 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10083 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10084 groups to keep things in the right order, and to help with some
10085 naming conventions.
10086 (speedbar-create-tag-hierarchy): Enable buffer local version of
10087 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10088 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10089 the case, derive it from the cursor location in speedbar.
10090
10091 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10092
10093 * international/mule-cmds.el (set-language-environment): On MS-DOS
10094 terminals, install DOS-specific nonascii-translation-table if the
10095 language info doesn't specify one. Pass the default eol-type to
10096 set-language-environment-coding-systems.
10097 (set-default-coding-systems): Copy the eol-type property for the
10098 new default values of {buffer-file,process}-coding-system from the
10099 old defaults.
10100 (set-language-environment-coding-systems): Accept an optional
10101 argument EOL-TYPE, and set the eol-type property of the default
10102 coding systems accordingly.
10103 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10104 (set-keyboard-coding-system): Likewise.
10105 (set-default-coding-systems): Don't set
10106 default-terminal-coding-system on MS-DOS to anything but nil.
10107 (prefer-coding-system): Describe in the doc string that
10108 default-terminal-coding-system is not changed on MS-DOS.
10109 (set-language-environment): For MS-DOS, set standard syntax table
10110 and display table for all characters with code above 127.
10111 (standard-display-european-internal): For MS-DOS, pass all
10112 characters with code above 127 directly to the terminal, and don't
10113 remap characters 160 and 146 in the unibyte case.
10114
10115 * international/codepage.el: New file.
10116
10117 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10118
10119 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10120 comments.
10121
10122 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10123
10124 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10125
10126 * subr.el (read-passwd): Likewise.
10127
10128 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
10129
10130 * info.el (Info-find-node): Add 1 to the position read from the
10131 tag table. Don't fail if the node delimiter ^_ is the first
10132 character in the file.
10133 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10134 first character in the file.
10135 (Info-read-subfile): Likewise.
10136 (Info-select-node): Likewise.
10137 (Info-build-node-completions): Likewise.
10138
10139 1998-12-16 Richard Stallman <rms@gnu.org>
10140
10141 * term/x-win.el (x-cut-buffer-or-selection-value):
10142 If clipboard is enabled, try it before PRIMARY selection.
10143
10144 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10145
10146 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10147 insert c-cedilla and C-cedilla respectively, like in latin-1.
10148
10149 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
10150
10151 * language/hebrew.el: Don't use sublists in the flags argument
10152 passed to make-coding-system.
10153
10154 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10155
10156 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10157 list of character sets found by find-charset-region.
10158
10159 * ps-mule.el: Always require ps-print. Move some function
10160 definitions for Emacs 20.2 and the earlier to ps-print.el.
10161 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10162
10163 * ps-print.el: Define several functions for Emacs 20.2 and the
10164 earlier version.
10165 (ps-printer-name): Check if printer-name is bound.
10166
10167 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10168
10169 * ps-mule.el: Programming uniformization and little code improvement.
10170 (ps-mule-prepare-font): Programming uniformization.
10171 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10172 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10173
10174 * ps-bdf.el: Programming uniformization and little code improvement.
10175 (bdf-search-and-read): New fun.
10176 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10177 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10178 (bdf-info-relative-compose, bdf-info-baseline-offset)
10179 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10180 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10181 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10182 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10183 improvement.
10184
10185 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10186
10187 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10188 and mule related code extraction. Autoload ps-mule funs.
10189
10190 * ps-mule.el: Doc fix. Require ps-print only when compiled.
10191 (ps-mule-prologue-generated): New fun.
10192 (ps-mule-plot-string): Add autoload cookie.
10193 (ps-mule-begin-job): Call ps-mule-prologue-generated.
10194
10195 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10196
10197 * ps-bdf.el: Require ps-mule instead of ps-print.
10198 (bdf-directory-list): Add autoload cookie.
10199
10200 * ps-mule.el: New file. Mule related code extracted from
10201 ps-print.el. Require ps-print, provide ps-mule.
10202 (ps-multibyte-buffer): Add autoload cookie.
10203 (ps-mule-prepare-ascii-font): New fun.
10204 (ps-mule-set-ascii-font): New fun.
10205 (ps-mule-skip-same-charset): Fun deleted.
10206 (ps-mule-plot-string): Set ps-mule-current-charset.
10207 (ps-mule-initialize): Add autload cookie. Don't set
10208 ps-mule-font-info-database here.
10209 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
10210 ps-mule-font-info-database and ps-control-or-escape-regexp.
10211 (ps-mule-begin-page): New fun.
10212
10213 * ps-print.el: Mule related code moved to ps-mule.el.
10214 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10215 check ps-mule-charset-list.
10216 (ps-begin-page): Don't set ps-mule-current-charset, instead call
10217 ps-mule-begin-page.
10218 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10219 (ps-plot-region): Don't set ps-mule-current-charset, instead call
10220 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
10221 instead skip same charsets by itself.
10222 (ps-generate): Call ps-mule-initialize of needs-begin-file is
10223 non-nil. Call ps-mule-begin-job.
10224
10225 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10226
10227 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
10228 instead of bdf.
10229
10230 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10231 (ps-mule-external-libraries): New element FEATURE.
10232 (ps-mule-init-external-library): Ajusted for the above change.
10233 (ps-mule-generate-font): Likewise.
10234 (ps-mule-generate-glyphs): Likewise.
10235 (ps-mule-prepare-font): Likewise.
10236 (ps-mule-initialize): Likewise.
10237 (ps-begin-file): Superfluous tailing parenthesis deleted.
10238
10239 1998-12-15 Kenichi Handa <handa@etl.go.jp>
10240
10241 * international/fontset.el (x-decompose-font-name): If PATTERN
10242 doesn't have any wild cards, return a vector made from a name that
10243 is found by x-resolve-font-name found. Comments added.
10244
10245 * international/mule-cmds.el (find-coding-systems-for-charsets):
10246 Handle the case of unknown charset.
10247 (find-multibyte-characters): If invalid multibyte characters are
10248 found, return the corresponding strings instead of character
10249 codes.
10250 (find-multibyte-characters): Adjusted for the above change.
10251 (select-safe-coding-system): For a unibyte buffer, always returns
10252 DEFAULT-CODING-SYSTEM.
10253 (get-charset-property): Fix previous change. Make it a function.
10254 (put-charset-property): Make it a function.
10255
10256 * international/mule.el (make-coding-system): Set mime-charset
10257 property of *-with-esc coding system to nil.
10258
10259 * international/quail.el (quail-point-in-conversion-region): New
10260 function.
10261 (quail-conversion-backward-delete-char): When a key sequence is
10262 being translated, call quail-delete-last-char.
10263
10264 * language/devan-util.el
10265 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10266 handle devanagari-decomposition-rules.
10267
10268 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
10269
10270 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10271 tex-start-options-string to empty string.
10272 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10273
10274 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
10275
10276 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10277 5xx responses are already handled properly).
10278
10279 1998-12-13 Richard Stallman <rms@gnu.org>
10280
10281 * progmodes/compile.el (compilation-error-regexp-alist): Insist
10282 on a non-digit in the file name.
10283
10284 * simple.el (comment-region): Handle comment-padding
10285 separately for insertion and for deletion, in the right way for each.
10286
10287 1998-12-13 Felix Lee <flee@cygnus.com>
10288
10289 * progmodes/compile.el (compilation-error-regexp-alist): Fix
10290 regexp to match "ChangeLog:1:1998-12-09 ..."
10291
10292 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
10293
10294 * cus-start.el (dos-unsupported-char-glyph): Add.
10295
10296 1998-12-11 Dave Love <fx@gnu.org>
10297
10298 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10299 forward-sexp in condition-case.
10300
10301 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10302 Remove unnecessary test on `library' for explicit file name.
10303 Widen scope of save-match-data.
10304
10305 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
10306
10307 * international/mule.el (load-with-code-conversion): If the loaded
10308 file was inserted with no-conversion or raw-text coding system,
10309 make the buffer unibyte.
10310
10311 1998-12-09 Richard Stallman <rms@gnu.org>
10312
10313 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10314 Get rid of nested loops.
10315
10316 * mouse.el (mouse-drag-vertical-line):
10317 If WHICH-SIDE is not `right', then scroll bars are on the left.
10318
10319 * loadhist.el (load-history-loaded): defvar moved to help.el.
10320
10321 * help.el (symbol-file-load-history-loaded): Variable renamed,
10322 and defvar moved from loadhist.el.
10323 (symbol-file): Renamed from describe-function-find-file.
10324 Load fns-VERSION.el here.
10325 (describe-variable, describe-function-1): Use symbol-file.
10326
10327 * textmodes/tex-mode.el (tex-generate-zap-file-name):
10328 Don't start the name with #.
10329
10330 * ispell.el: Take out the eval-when's.
10331
10332 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
10333
10334 * dirtrack.el (dirtrack-directory-change-hook): New hook.
10335 (dirtrack): Run it. Make debug message more verbose.
10336
10337 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
10338
10339 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10340 name of the abbrev table, and provide support for XEmacs.
10341 (octave-xemacs-p): New variable.
10342
10343 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10344
10345 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10346 exit, when mail-interactive is nil.
10347
10348 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
10349
10350 * files.el (after-find-file): Message fix.
10351
10352 1998-12-09 Ken Stevens <stevens@kdstevens.com>
10353
10354 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10355
10356 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
10357
10358 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10359 filenames using backslashes.
10360
10361 1998-12-09 Dave Love <fx@gnu.org>
10362
10363 * browse-url.el (browse-url-mail): Call compose-mail-other-window
10364 with correct number of args.
10365 (browse-url-maybe-new-window): New arg. Callers changed.
10366
10367 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10368 comment.
10369
10370 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
10371
10372 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10373
10374 1998-12-08 Markus Rost <rost@delysid.gnu.org>
10375
10376 * vc.el (vc-rcs-release): Fix Type.
10377 (vc-sccs-release): Fix Type.
10378 (vc-cvs-release): Fix Type.
10379
10380 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10381 arg work right.
10382
10383 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10384 output of last undeleted message.
10385
10386 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
10387
10388 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10389 (buffer-undo-list) [windows-nt]: Use different relative path.
10390
10391 1998-12-07 Simon Marshall <simon@gnu.org>
10392
10393 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10394
10395 1998-12-05 Markus Rost <rost@delysid.gnu.org>
10396
10397 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10398
10399 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10400
10401 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10402
10403 * info.el (Info-menu): Don't return error if point is between menu
10404 header and first menu item.
10405
10406 1998-12-04 Dave Love <fx@gnu.org>
10407
10408 * help.el (describe-function-1): Fix description for alias.
10409
10410 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
10411
10412 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10413 specifications from summary line.
10414
10415 * rect.el (delete-whitespace-rectangle): Mark for autoload.
10416 (close-rectangle): Define alias only once in loaddefs.el.
10417
10418 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
10419
10420 * term/internal.el: Remove code which sets up a special syntax
10421 table for non-ASCII characters.
10422
10423 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
10424
10425 * dos-w32.el (direct-print-region-function): Try to ensure that
10426 printer-name is expanded to a file name on a local drive;
10427 sometimes printing a file loaded from a network volume fails.
10428 (direct-print-region-function): Add a function to
10429 write-region-annotate-functions to append a formfeed character to
10430 the region being printed, if the region doesn't end with a
10431 formfeed already. This avoids creating a second print job
10432 containing a blank page when print spooling is enabled on Windows.
10433
10434 1998-12-02 Dave Love <fx@gnu.org>
10435
10436 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10437 `Info-goto-node'.
10438
10439 1998-12-02 Richard Stallman <rms@gnu.org>
10440
10441 * help.el (temp-buffer-resize-mode): Doc fix.
10442
10443 * cus-edit.el (custom-save-delete): Save point before
10444 reading a sexp, rather than backing up.
10445
10446 * international/iso-transl.el: Fix previous change.
10447
10448 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
10449
10450 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10451 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10452 Added defvars to suppress compilation warnings.
10453
10454 1998-11-30 Ken Stevens <k.stevens@ieee.org>
10455
10456 * ispell.el: Improved and fixed customize for variables:
10457 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10458 ispell-dictionary-alist, ispell-skip-sgml.
10459 Improved and fixed comments in variables and messages for
10460 functions: ispell-help-in-bufferp, ispell-local-dictionary,
10461 ispell-menu-map, ispell-checking-message, ispell-parser,
10462 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10463 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10464 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10465 ispell-message-text-end, ispell-add-per-file-word-list.
10466 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10467 system is now required for all languages. Casechars improved for
10468 castellano, castellano8, and norsk dictionaries. Dictionary
10469 norsk7-tex added. Dictionary polish added.
10470 (ispell-dictionary-alist): Redefined at load-time to support
10471 dictionary changes.
10472 (ispell-menu-map): Redefined at load-time to support menu changes.
10473 (ispell-check-version): New alias for `check-ispell-version'.
10474 (ispell-parse-output): Fixed matching for ispell error messages.
10475 Correctly returns spelling suggestions in order generated by ispell
10476 process.
10477 (check-ispell-version): Ensure `case-fold-search' doesn't get
10478 redefined.
10479 (ispell-complete-word): Ensure `case-fold-search' doesn't get
10480 redefined. Fix bug that didn't respect case of word being completed.
10481 (ispell-init-process): Set process coding system to be compatible
10482 with emacs processes and the ispell process.
10483 (ispell-kill-ispell): Ensures ispell process has terminated before
10484 starting new process. This can otherwise confuse process filters
10485 and hang the ispell process.
10486 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10487 skipping support for sgml.
10488 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
10489 which could cause `ispell-complete-word' to hang.
10490 (ispell-message): Improved message reference matching. Ensure
10491 `case-fold-search' doesn't get redefined.
10492 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10493 get redefined. Fixed bug in returning to nroff mode from tex mode.
10494 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10495 get redefined.
10496
10497 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10498
10499 * textmodes/flyspell.el (flyspell-check-word-p):
10500 Don't delay inside a kbd macro.
10501
10502 * subr.el (make-local-hook): Return the hook variable.
10503
10504 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10505
10506 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10507 Use a timer instead of post-command-hook.
10508 (hscroll-timer): New variable.
10509
10510 1998-11-30 Dave Love <fx@gnu.org>
10511
10512 * help.el (help-xref-button): Do nothing if text already has the
10513 help-xref property.
10514 (describe-variable): Revert previous change to hyperlink to source.
10515
10516 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10517
10518 * bindings.el (features): Add `base64' to this list.
10519
10520 * loadhist.el (symbol-file): Doc fix.
10521
10522 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10523
10524 * files.el (hack-one-local-variable): Cope with non-file buffers.
10525
10526 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10527
10528 * help.el (describe-mode): Put major mode first.
10529
10530 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10531 to support special-display and same-window features.
10532
10533 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10534
10535 * simple.el (transpose-subr, transpose-subr-1): Rename variables
10536 bound in one function and used in the other.
10537 (transpose-subr-start1, transpose-subr-start2): Add defvars.
10538 (transpose-subr-end1, transpose-subr-end2): Add defvars.
10539
10540 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10541
10542 * autoinsert.el (auto-insert-alist): Use user-mail-address.
10543
10544 1998-11-26 Kenichi Handa <handa@etl.go.jp>
10545
10546 * international/ccl.el (ccl-dump-translate-character-const-tbl):
10547 Give format correct control string.
10548
10549 * international/mule.el (define-translation-table): Fix bug of
10550 setting incorrect translation-table-id. If the first element of
10551 ARGS is a translation table, just register it.
10552
10553 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10554 property.
10555
10556 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
10557
10558 * thingatpt.el (thing-at-point-url-at-point): Don't use current
10559 syntax table to determine what is whitespace.
10560
10561 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
10562
10563 * frame.el (frame-parameter): Doc fix.
10564
10565 * textmodes/tex-mode.el (tex-feed-input): New function.
10566 (tex-define-common-keys): Add binding for C-c C-m.
10567
10568 1998-11-23 Dave Love <fx@gnu.org>
10569
10570 * progmodes/fortran.el: Various minor doc fixes.
10571 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10572 (fortran-with-subprogram-narrowing): New macro.
10573 (fortran-check-for-matching-do): Use it.
10574 (fortran-end-do): Use fortran-check-end-prog-re.
10575 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10576 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10577
10578 1998-11-23 Simon Marshall <simon@gnu.org>
10579
10580 * font-lock.el (font-lock-defaults): Doc fix.
10581 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10582 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10583
10584 * lazy-lock.el (lazy-lock-unstall):
10585 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10586
10587 * fast-lock.el (fast-lock-save-cache-1):
10588 (fast-lock-cache-data): Rewritten to use with-temp-message.
10589
10590 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
10591
10592 * mail/rmail.el (rmail-set-message-counters-counter): Detect
10593 messages that have been added with DOS line endings and convert
10594 the line endings for such messages.
10595
10596 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
10597
10598 * help.el: Add resizing of temporary buffers.
10599 (temp-buffer-resize-mode): New command and variable.
10600 (temp-buffer-max-height): New variable.
10601 (resize-temp-buffer-window): New function.
10602
10603 * window.el (window-buffer-height): New function, split from
10604 shrink-window-if-larger-than-buffer.
10605 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10606
10607 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
10608
10609 * frame.el (initial-frame-alist): Add defcustom.
10610
10611 * shell.el (shell-prompt-pattern): Add defcustom.
10612
10613 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10614
10615 * message.el (message-ignored-supersedes-headers): Remove
10616 NNTP-Posting-Date.
10617
10618 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
10619
10620 * help.el (describe-mode): Don't avoid loop indirecting thru
10621 value of INDICATOR.
10622
10623 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
10624
10625 * help.el (describe-variable): Allow any variable with a defcustom,
10626 even if it is not a user variable.
10627
10628 * mail/rmail.el (mail-unsent-separator): Additional alternative.
10629
10630 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
10631
10632 * gnus/nntp.el (nntp-request-group): Allow for failures when
10633 requesting a new group.
10634
10635 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10636
10637 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10638
10639 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10640
10641 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10642
10643 1998-11-19 Simon Marshall <simon@gnu.org>
10644
10645 * subr.el (with-temp-message): New macro.
10646
10647 * emacs-lisp/lisp-mode.el (with-temp-message):
10648 Add lisp-indent-function property.
10649
10650 1998-11-18 Dave Love <fx@gnu.org>
10651
10652 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10653
10654 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
10655
10656 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10657 This is not obsolete.
10658
10659 1998-11-18 Kenichi Handa <handa@etl.go.jp>
10660
10661 * textmodes/picture.el: Make a new map by make-keymap.
10662 (picture-desired-column): New variable.
10663 (picture-update-desired-column): New function.
10664 (picture-beginning-of-line): Set picture-desired-column to 0.
10665 (picture-end-of-line): Set picture-desired-column to the current
10666 column.
10667 (picture-forward-column): Pay attention to multi-column character.
10668 (picture-backward-column): Likewise.
10669 (picture-move-down): Likewise.
10670 (picture-move-up): Likewise.
10671 (picture-movement-nw): With prefix arg, move twice columns.
10672 (picture-movement-ne): Likewise.
10673 (picture-movement-sw): Likewise.
10674 (picture-movement-se): Likewise.
10675 (picture-set-motion): Handle two-column movements.
10676 (picture-move): Call picture-move-down or picture-forward-column
10677 only when necessary.
10678 (picture-insert): Pay attention to picture-desired-column.
10679 (picture-self-insert): Likewise.
10680 (picture-clear-column): Pay attention to multi-column character.
10681 (picture-mode): Modify doc-string for two-column movement.
10682
10683 * rect.el (move-to-column-force): New function.
10684 (operate-on-rectangle): If coerce-tabs is non-nil, call
10685 move-to-column-force instead of move-to-column.
10686 (insert-rectangle): Call move-to-column-force instead of
10687 move-to-column.
10688 (open-rectangle-line): If begextra is not zero, call
10689 move-to-column-force.
10690
10691
10692 1998-11-16 Dave Love <fx@gnu.org>
10693
10694 * textmodes/sgml-mode.el Require skeleton when compiling.
10695 (sgml-font-lock-keywords-1): Accept single-letter tags.
10696 (v2): Defvar free variable.
10697
10698 1998-11-16 Sam Steingold <sds@goems.com>
10699
10700 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10701 macro, not ELisp one.
10702
10703 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10704
10705 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10706 characters to symbol.
10707
10708 * language/japan-util.el (japanese-zenkaku-region): New optional
10709 arg KATAKANA-ONLY.
10710
10711 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10712
10713 * international/mule.el
10714 (after-insert-file-set-buffer-file-coding-system): If the buffer
10715 is changed to unibyte, return inserted bytes.
10716
10717 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10718 and link names if necessary.
10719 (tar-header-block-summarize): Handle the case that file or link
10720 names are multibyte.
10721 (tar-summarize-buffer): At first set the current buffer unibyte,
10722 then if there are multibyte file names, change it to multibyte.
10723 (tar-mode): Get char position from tar-header-offset.
10724 (tar-extract): Avoid multibyte<->unibyte conversion in
10725 insert-buffer-subsring by setting both buffers unibyte
10726 temporarily.
10727 (tar-copy): Set the buffer unibyte while doing a work. Write
10728 without code conversion.
10729 (tar-expunge): Set the buffer unibyte while doing a work.
10730 (tar-alter-one-field): Likewise.
10731 (tar-clear-modification-flags): Compare byte position with
10732 tar-header-offset.
10733 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10734 insert-buffer-subsring by setting both buffers unibyte
10735 temporarily. Pay attention to multibyteness while updating the
10736 descriptor-line.
10737 (tar-mode-write-file): Write without code conversion.
10738
10739 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10740
10741 * nngateway.el: Require cl.
10742
10743 1998-11-15 Dave Love <fx@gnu.org>
10744
10745 * progmodes/fortran.el: Fix previous change:
10746 (fortran-end-prog-re1): Changed.
10747 (fortran-check-end-prog-re): New function.
10748 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10749
10750 1998-11-13 Tom Breton <tob@world.std.com>
10751
10752 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10753 GNU Emacs.
10754
10755 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
10756
10757 * textmodes/reftex.el: (reftex-finding-files): Group documentation
10758 fixed.
10759 (reftex-toc-toggle-file-boundary,
10760 reftex-toc-toggle-labels,
10761 reftex-toc-toggle-context,reftex-find-start-point): New functions.
10762 (reftex-toc-include-labels, reftex-toc-include-context,
10763 reftex-toc-include-file-boundaries,
10764 reftex-toc-keep-other-windows): New options.
10765 (reftex-use-text-after-label-as-context): Option removed.
10766 (reftex-extract-bib-entries): Protect use in non-latex
10767 buffers.
10768 (reftex-toc-visit-location): Renamed from
10769 `reftex-toc-visit-line'.
10770 (reftex-latin1-to-ascii): Works now with and without Mule.
10771 (reftex-truncate): Removed special stuff for Emacs 20.2.
10772 (reftex-get-offset): Made more general.
10773 (reftex-show-label-location): Renamed from
10774 `reftex-select-label-callback'.
10775 (reftex-pop-to-label): Function removed (using
10776 `reftex-show-label-location' instead.
10777 (reftex-insert-docstruct): Renamed from
10778 `reftex-make-and-insert-label-list'. Function args changed.
10779 (reftex-toc): Now uses `reftex-insert-docstruct' and
10780 `reftex-find-start-point'.
10781 (reftex-select-item): Use `reftex-find-start-point'.
10782 (reftex-toc-visit-line): Can display labels and file
10783 boundaries.
10784 (reftex-TeX-master-file): `(TeX-master-file)' protected.
10785
10786 1998-11-12 Sam Steingold <sds@goems.com>
10787
10788 * browse-url.el (browse-url): Handle the case when
10789 `browse-url-browser-function' is a lambda list.
10790
10791 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
10792
10793 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10794 version string.
10795 * loadhist.el (symbol-file): Likewise
10796
10797 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
10798
10799 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10800
10801 1998-11-11 Sam Steingold <sds@goems.com>
10802
10803 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10804 `run-lisp' instead of signalling an error.
10805
10806 1998-11-11 Karl Heuer <kwzh@gnu.org>
10807
10808 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10809
10810 1998-11-11 Richard Stallman <rms@gnu.org>
10811
10812 * vc-hooks.el (vc-toggle-read-only): Doc fix.
10813
10814 1998-11-11 Per Starback <starback@update.uu.se>
10815
10816 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10817 renamed svenska8 to svenska, and fixed and extended CASECHARS
10818 for it.
10819
10820 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
10821
10822 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10823 handling if setpagedevice is not available.
10824 (ps-begin-file): Fix typo.
10825
10826 1998-11-11 Kenichi Handa <handa@etl.go.jp>
10827
10828 * international/mule-util.el (compose-chars-component): Signal
10829 error if CH is a rule-based composition character.
10830 (compose-chars): Signal error if an already compsed character is
10831 going to be composed by rule-base.
10832
10833 * term/x-win.el: If a resolved ASCII font name doesn't conform to
10834 full XLFD, don't try to get information of WEIGHT and SLANT from
10835 that font name.
10836
10837 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
10838
10839 * dos-w32.el (set-default-process-coding-system): Use function on
10840 before-init-hook to set default-process-coding-system based on
10841 enable-multibyte-characters.
10842
10843 * term/w32-win.el ([language-change]): For now ignore
10844 keyboard language-change events.
10845
10846 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
10847
10848 * ediff-util.el (ediff-make-temp-file): Run the prefix through
10849 convert-standard-file-name, but leave the results of
10850 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
10851 characters if the original name already exists, or has a special
10852 handler.
10853
10854 1998-11-10 Karl Heuer <kwzh@gnu.org>
10855
10856 * international/iso-insert.el: Delete autoload cookies.
10857
10858 * international/iso-transl.el: Add autoload cookies.
10859
10860 1998-11-10 Richard Stallman <rms@gnu.org>
10861
10862 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10863 (ispell-process-line): Don't treat multibyte
10864
10865 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
10866
10867 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10868 setpagedevice to specify the page size if setpagedevice is
10869 available. This is necessary to select the correct paper tray on
10870 Level 2 printers with multiple paper sizes available.
10871
10872 (ps-begin-file): Cope with font names that contain spaces, and
10873 call BeginDoc in a BeginSetup/EndSetup block.
10874
10875 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
10876
10877 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10878 convert-standard-filename.
10879
10880 * loadhist.el (symbol-file): Run fns-VERSION.el through
10881 convert-standard-filename.
10882
10883 1998-11-06 Richard Stallman <rms@gnu.org>
10884
10885 * textmodes/texinfmt.el (texinfo-format-scan):
10886 Detect the case of two @-commands in a row; process just the first.
10887 (texinfo-append-refill): If line has a @c, insert the @refill
10888 before it.
10889 (texinfo-format-refill): Return with point where the @refill was.
10890
10891 * files.el (hack-local-variables): Test local-enable-local-variables.
10892 (hack-local-variables-prop-line): Likewise.
10893 (set-auto-mode): Don't test local-enable-local-variables here.
10894 (enable-local-variables): Doc fix.
10895 (local-enable-local-variables): Doc fix.
10896 (normal-mode): Doc fix.
10897
10898 1998-11-06 Karl Heuer <kwzh@gnu.org>
10899
10900 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10901
10902 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
10903
10904 * simple.el (line-number-mode): Doc fix.
10905
10906 1998-11-06 Kenichi Handa <handa@etl.go.jp>
10907
10908 * international/fontset.el (create-fontset-from-fontset-spec):
10909 Give correct arg to `error'.
10910
10911 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
10912
10913 * textmodes/sgml-mode.el (html-mode): Doc fix.
10914 (sgml-name-8bit-mode): Fix missing format character in message string.
10915
10916 1998-11-05 Karl Heuer <kwzh@gnu.org>
10917
10918 * mail/sendmail.el (sendmail-send-it): Check for failure.
10919
10920 1998-11-05 Richard Stallman <rms@gnu.org>
10921
10922 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10923
10924 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10925 (close-rectangle): Define as alias.
10926
10927 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
10928
10929 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10930
10931 1998-11-05 Dave Love <fx@gnu.org>
10932
10933 * help.el (describe-variable): Don't quote link to source.
10934
10935 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
10936
10937 * gud.el (gud-common-init): Use pop-to-buffer.
10938 (same-window-regexps): Add an element that matches all gud buffers.
10939
10940 1998-11-04 Jason Rumney <jasonr@altavista.net>
10941
10942 * term/w32-win.el (x-get-selection-value): Alias to
10943 x-cut-buffer-or-selection-value.
10944 (w32-standard-fontset-spec): New variable.
10945 (w32-create-initial-fontsets, mouse-set-font): Check whether
10946 new-fontset is available.
10947 (w32-use-w32-font-dialog): Enable use of set-variable.
10948
10949 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10950
10951 * vc.el (with-vc-file, edit-vc-file): New macros.
10952
10953 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10954
10955 * international/quail.el (quail-show-guidance-buf): Call
10956 set-minibuffer-window to set minibuffer window of the current
10957 frame correctly.
10958
10959 1998-11-03 Theodore Jump <tjump@tertius.com>
10960
10961 * term/w32-win.el: Require fontset.
10962
10963 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
10964
10965 * faces.el (set-face-font): Call resolve-fontset-name on w32.
10966 (set-face-font-auto): Ditto.
10967
10968 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10969
10970 * mouse.el (mouse-drag-region): Fix typo.
10971
10972 1998-11-02 Dave Love <fx@gnu.org>
10973
10974 * progmodes/fortran.el Fix for fontification of strings lost somehow:
10975 (fortran-fontify-string): New function.
10976 (fortran-font-lock-keywords-1): Use it.
10977
10978 1998-11-02 Markus Rost <rost@delysid.gnu.org>
10979
10980 * comint.el (comint-file-name-quote-list): Doc fix.
10981
10982 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
10983
10984 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10985 build directory, not source directory.
10986
10987 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10988 if we did not get one for the final move.
10989
10990 1998-11-01 Dave Love <fx@gnu.org>
10991
10992 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10993 Don't funcall browse-url-browser-function.
10994
10995 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10996 Don't funcall browse-url-browser-function.
10997
10998 * fortran.el (fortran-end-prog-re1): Fix the regexp.
10999
11000 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11001
11002 * files.el (revert-buffer): Doc fix.
11003
11004 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11005
11006 * textmodes/tex-mode.el (tex-start-options-string):
11007 Quote the backslashes with more backslashes.
11008
11009 1998-10-31 Dave Love <fx@gnu.org>
11010
11011 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11012 (webjump): Don't funcall browse-url-browser-function.
11013
11014 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11015
11016 * international/quail.el (quail-start-translation): Handle
11017 switching of the frame in read-key-sequence.
11018 (quail-start-conversion): Likewise.
11019 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11020 windows before setting an appropriate window for it.
11021 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11022 quail-guidance-win to nil.
11023 (quail-update-guidance): If quail-guidance-buf is not in the
11024 selected frame, call quail-show-guidance-buf again.
11025
11026 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11027
11028 * progmodes/pascal.el (pascal-mode):
11029 `blink-matching-paren-dont-ignore-comments' set to t.
11030
11031 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11032
11033 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11034
11035 1998-10-30 Dave Love <fx@gnu.org>
11036
11037 * vc.el (vc-backend-merge-news): Check for "P" output.
11038
11039 * help.el (describe-variable): Hyperlink the definition.
11040
11041 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11042
11043 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11044 (sh-set-shell): Likewise.
11045
11046 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11047
11048 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11049 (edebug-on-error): Fix customize type to match that of
11050 debug-on-error.
11051
11052 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11053
11054 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11055 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11056
11057 * international/mule-cmds.el (select-message-coding-system): Doc
11058 fix.
11059
11060 * international/mule-diag.el (describe-coding-system): Describe
11061 all flags.
11062
11063 * mail/sendmail.el (sendmail-coding-system,
11064 default-sendmail-coding-system): Doc fix.
11065
11066 * simple.el (shell-command-on-region): Doc fix.
11067
11068 * loadup.el: Write fns-*.el in current directory instead of
11069 data-directory since no installation directory exists yet. Mark
11070 buffer unmodified afterwards.
11071
11072 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11073 instead of data-directory since it is architecture dependent.
11074 (load-history-loaded): Update doc string.
11075
11076 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11077
11078 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11079 path as a default directory when canonicalizing names.
11080
11081 * w32-fns.el: Remove a dangling reference to a directory on the
11082 build machine.
11083
11084 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11085
11086 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11087 namespace related keywords such as `class', `body', `private',
11088 `variable', `namespace eval', etc.
11089 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11090 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11091 imenu and font-lock so that searches for \sw would find words
11092 containing colons.
11093
11094 * progmodes/etags.el (initialize-new-tags-table):
11095 Do not alter find-tag-marker-ring and tags-location-ring.
11096
11097 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11098
11099 * term/w32-win.el: Require fontset.
11100 (w32-init-fontsets): New function (code from x-win.el).
11101
11102 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11103
11104 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11105 calendar-and-diary-frame-parameters): Add title parameter.
11106
11107 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11108
11109 * completion.el (dynamic-completion-mode): New function to enable
11110 the mode. (Just loading the file now does not change anything.)
11111
11112 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11113
11114 * ps-print.el: User option for multibyte buffer handling and doc fix.
11115 (ps-multibyte-buffer): New user option.
11116 (ps-setup): Print new user option.
11117 (ps-print-quote): New fun.
11118 (ps-color-p, ps-mule-font-info-database-latin): New var.
11119 (ps-default-color, ps-mule-font-info-database)
11120 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11121 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11122 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11123 Little code improvement.
11124 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11125 (ps-print-prologue-header, ps-font-family, ps-font-size)
11126 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11127 (ps-build-face-reference, ps-mule-font-info-database-bdf)
11128 (ps-mule-external-libraries, ps-mule-init-external-library)
11129 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11130 Doc fix.
11131 (ps-print-version): New version number (4.1.1) and doc fix.
11132 (ps-print-prologue-header): New user option.
11133 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11134 Conditional compilation for GNU Emacs and emacsens.
11135 (ps-generate-postscript-with-faces): Skip invisible text better.
11136 (ps-setup): Print new user option.
11137 (ps-print-preprint): Check if input file name exists and is unwritable.
11138 (ps-begin-file): Adjust PostScript prologue header for duplex printers
11139 and insert user PostScript prologue header comments.
11140 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11141 New funs.
11142 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11143 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11144 PostScript programming normalization.
11145 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11146 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11147 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11148 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11149 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11150 Programming style normalization.
11151
11152 1998-10-26 Kenichi Handa <handa@etl.go.jp>
11153
11154 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11155 version, check the value of mule-version.
11156
11157 * international/mule-util.el (compose-region): Insert then delete
11158 to preserve markers.
11159 (decompose-region): Use search-forward for efficiency.
11160
11161 * language/chinese.el (pre-write-encode-hz): Cancel previous
11162 change, use generate-new-buffer instead of get-buffer-create.
11163 * language/devan-util.el
11164 (in-is13194-devanagari-pre-write-conversion): Likewise.
11165 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11166 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11167 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11168
11169 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11170
11171 * mail/rmailsum.el (rmail-message-subject-p):
11172 Handle message whose header has not been reformatted.
11173
11174 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11175
11176 1998-10-25 Jason Rumney <jasonr@altavista.net>
11177
11178 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11179 New variables.
11180 (mouse-set-font): Use font menus instead of dialog according to
11181 w32-use-w32-font-dialog.
11182
11183 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11184
11185 * calendar/calendar.el (calendar-day-name-array): Add doc string
11186 correctly!
11187 (calendar-month-name-array): Add doc string correctly!
11188
11189 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11190
11191 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11192
11193 1998-10-21 Markus Rost <rost@delysid.gnu.org>
11194
11195 * lisp/info.el (Info-next-menu-item): Stay on top of node.
11196
11197 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11198
11199 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11200
11201 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11202
11203 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
11204
11205 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11206
11207 1998-10-21 Karl Heuer <kwzh@gnu.org>
11208
11209 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11210 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11211 (profile-filter, profile-reset-timer): Functions deleted.
11212 (profile-check-zero-init-times, profile-get-time): Likewise.
11213 (profile-find-function, profile-quit): Likewise.
11214 (profile-distinct, profile-call-stack, profile-last-time): New vars.
11215 (profile-time-list, profile-init-list): Doc fix.
11216 (profile-functions): Simplify.
11217 (profile-print): Use float. Make output include space separators.
11218 (profile-add-time): New helper function.
11219 (profile-function-prolog): Renamed from profile-start-function.
11220 Handle profile-distinct.
11221 (profile-function-epilog): Renamed from profile-update-function.
11222 Handle profile-distinct.
11223 (profile-a-function): If the function to be profiled is an
11224 autoload form, load it. If it's lazy-loaded, fetch it.
11225 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11226 (profile-restore-fun): Arg FUN is now a function symbol, as was
11227 documented, rather than a one-element list.
11228 (profile-finish): Call profile-restore-fun properly.
11229
11230 1998-10-21 Kenichi Handa <handa@etl.go.jp>
11231
11232 * international/characters.el: Setup charset property
11233 nospace-between-words.
11234
11235 * international/mule-cmds.el (get-charset-property): If CHARSET is
11236 composition, return nil.
11237 (put-charset-property): If CHARSET is composition, do nothing.
11238
11239 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11240 * language/devan-util.el
11241 (in-is13194-devanagari-pre-write-conversion): Likewise.
11242 * language/thai-util.el (thai-pre-write-conversion): Likewise.
11243 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11244 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11245
11246 * textmodes/fill.el (sentence-end-without-period): New variable.
11247 (canonically-space-region): Pay attention to
11248 sentence-end-without-period.
11249 (fill-find-break-point): The first argument CHARSET deleted.
11250 Caller changed.
11251 (fill-region-as-paragraph): Pay attention to charset property
11252 nospace-between-words and text property nospace-between-words.
11253
11254 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11255
11256 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11257 an unrecognized shell.
11258
11259 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11260
11261 * desktop.el (desktop-save): Include minor modes symbolically.
11262 (desktop-create-buffer): Turn on all minor modes in `mim'.
11263
11264 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11265
11266 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11267 (sh-font-lock-keywords): Handle rpm and rpm2.
11268 (sh-ancestor-alist): Handle rpm.
11269
11270 * files.el (auto-mode-alist): Recognize .rpm files.
11271 Also .spec and .mspec files.
11272
11273 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11274
11275 * faces.el (frame-set-background-mode): Enable the function for
11276 MSDOS frames.
11277
11278 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11279
11280 * calendar/calendar.el (calendar-day-name-array): Add doc string.
11281 (calendar-month-name-array): Add doc string.
11282
11283 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11284
11285 * simple.el (kill-ring-max): Increased to 60.
11286
11287 1998-10-17 Kenichi Handa <handa@etl.go.jp>
11288
11289 * international/characters.el: Setup auto-fill-chars.
11290
11291 * international/kinsoku.el (kinsoku): Check the variable
11292 enable-kinsoku.
11293
11294 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11295 Don't call kinsoku directly, intead call fill-find-break-point.
11296
11297 * textmodes/fill.el: Setup `fill-find-break-point-function'
11298 property to character sets which require `kinsoku' processing for
11299 filling.
11300 (fill-find-break-point): New function.
11301 (fill-region-as-paragraph): Don't check kinsoku-enable here.
11302 Don't call kinsoku directly, intead call fill-find-break-point.
11303
11304 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11305
11306 * faces.el (modify-face-read-string): Return (nil) for "none".
11307 (modify-face): Don't get error if (nil) is the argument.
11308 (face-try-color-list): Don't check whether nil is a valid color.
11309
11310 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
11311
11312 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11313 Print message about each directory, even in batch mode.
11314
11315 * gnus/nntp.el: Require `cl' before using nnoo-declare.
11316
11317 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11318 (ps-mule-string-char): No need to use sref.
11319 (ps-mule-next-index): No need to use sref.
11320
11321 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11322
11323 * files.el (revert-buffer-internal-hook): Add defvar.
11324
11325 * arc-mode.el (archive-mode): Locally set file-precious-flag.
11326
11327 * tar-mode.el (tar-mode): Locally set file-precious-flag.
11328
11329 1998-10-16 Markus Rost <rost@delysid.gnu.org>
11330
11331 * international/mule-cmds.el (default-input-method): Fix custom type.
11332
11333 * net-utils.el (whois-server-list): Fix customization type.
11334
11335 * shell.el (shell-input-autoexpand): Fix customization group.
11336
11337 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
11338
11339 * repeat.el (repeat): Handle keyboard macros properly.
11340 Handle new prefix arg after self-insert command.
11341
11342 * repeat.el: Don't include cl even at compile time.
11343 (repeat): Avoid using `loop'.
11344
11345 * simple.el (shell-command-on-region): Doc fix.
11346 (next-history-element): Special error message if no default.
11347
11348 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
11349
11350 * ps-print.el (ps-print-buffer): Doc fix.
11351 (ps-despool): Likewise.
11352
11353 * arc-mode.el (arc-mode): Provide arc-mode.
11354
11355 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11356
11357 * ps-print.el (ps-print-buffer): Doc fix.
11358
11359 1998-10-14 Dave Love <fx@gnu.org>
11360
11361 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11362 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11363 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11364
11365 * progmodes/fortran.el (fortran-mode-map): Change "Join
11366 Continuation Line" to "Join Line".
11367 (fortran-font-lock-keywords-1): Add "cycle", "exit".
11368
11369 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11370
11371 * progmodes/fortran.el (fortran-join-line): Use
11372 `delete-indentation' instead of issuing an error message if not on
11373 a continuation line. Provide for joining several lines using
11374 prefix arg.
11375
11376 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
11377
11378 * term/pc-win.el (msdos-color-values): New variable.
11379 (x-color-values): New function, emulates its namesake from
11380 src/xfns.c.
11381 (msdos-bg-mode): Add all dark colors to those which return
11382 "dark".
11383
11384 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
11385
11386 * replace.el (keep-lines, flush-lines, how-many):
11387 Don't ignore case if arg has upper case letters.
11388
11389 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
11390
11391 * progmodes/vhdl-mode.el
11392 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11393 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11394 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11395 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11396 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11397 (vhdl-when): Fix indentation problem.
11398 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11399 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11400 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11401
11402 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
11403
11404 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11405 (ls-lisp-insert-directory): Renamed from insert-directory.
11406 (insert-directory): New function.
11407
11408 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
11409
11410 * simple.el (completion-fixup-function): Variable deleted.
11411 (completion-setup-function): Delete code for completion-fixup-function.
11412 * emacs-lisp/lisp.el (lisp-complete-symbol):
11413 Don't bind completion-fixup-function.
11414
11415 * files.el (find-file-wildcards): New option.
11416 (find-file-noselect): Handle wild cards, if enabled.
11417 (file-expand-wildcards): New function.
11418
11419 * simple.el (set-fill-column): Doc fix.
11420
11421 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11422
11423 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11424
11425 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
11426
11427 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11428 Move declaration before first use.
11429 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11430 hif-math, hif-factor): Rename token to hif-token and token-list to
11431 hif-token-list.
11432 (hif-token, hif-token-list): Declare them.
11433 (hif-find-ifdef-block): Return cons of top and bottom point
11434 instead of setting dynamically bound variables.
11435 (hide-ifdef-block, show-ifdef-block): Use return value of
11436 hif-find-ifdef-block.
11437
11438 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11439
11440 * subr.el (read-passwd): Use clear-this-command-keys.
11441
11442 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11443
11444 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11445 and ...-for-write.
11446
11447 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
11448
11449 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11450 responses to GROUP command, since this may be called from a timer
11451 with quit inhibited.
11452
11453 1998-10-12 Kenichi Handa <handa@etl.go.jp>
11454
11455 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11456 set unconditional-jump to nil.
11457 (ccl-compile-read-multibyte-character): Return nil.
11458 (ccl-compile-write-multibyte-character): Likewise.
11459 (ccl-compile-translate-character): Likewise
11460 (ccl-compile-map-multiple): Likewise.
11461 (ccl-compile-map-single): Likewise.
11462
11463 * international/kinsoku.el: Add coding tag.
11464 (kinsoku-bol): Remove superfluous TAB in a string.
11465
11466 * international/mule-cmds.el (find-coding-systems-for-charsets):
11467 Delete `composition' (if any) from CHARSETS.
11468
11469 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11470
11471 * international/mule-cmds.el (setup-specified-language-environment):
11472 Add apropos-inhibit property.
11473 (describe-specified-language-support): Likewise.
11474
11475 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
11476
11477 * international/mule.el (make-coding-system): Create -with-esc
11478 variant coding system.
11479
11480 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11481
11482 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11483 (next-file): Optionally offer to revert a file's buffer,
11484 if it has an existing buffer but the file has changed.
11485
11486 * info.el (Info-insert-dir): Detect and report problems
11487 in input files, such as "No Top node". Return with point
11488 at the beginning of the text.
11489 (Info-find-node): Reinsert the code to handle files
11490 with no tags table; it was deleted by mistake.
11491
11492 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
11493
11494 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11495 texinfo-find-higher-level-node repeatedly find the same node.
11496 (texinfo-find-higher-level-node): Doc fix.
11497
11498 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
11499
11500 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11501 (smtpmail-address-buffer): Add defvar.
11502 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11503
11504 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11505
11506 * ffap.el (ffap-machine-p-local): Fix editing error.
11507
11508 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11509
11510 * faces.el (frame-set-background-mode):
11511 Don't do anythung for text-only or MSDOS frame.
11512
11513 1998-10-08 Kenichi Handa <handa@etl.go.jp>
11514
11515 * international/quail.el (quail-defrule): New optional arg APPEND.
11516 (quail-defrule-internal): Fix bug of handling the argument APPEND.
11517
11518 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
11519
11520 * gnus/pop3.el (pop3-open-server):
11521 Set process-coding-system-alist around open-network-stream.
11522
11523 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
11524
11525 * files.el (save-buffer): Doc fix.
11526
11527 1998-10-07 Karl Heuer <kwzh@gnu.org>
11528
11529 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11530 return DEF unchanged, not nil. Simplify.
11531
11532 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
11533
11534 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11535
11536 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
11537
11538 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11539
11540 * net-utils.el (ftp, nslookup): Require comint.
11541 (network-service-connection): Likewise.
11542 (whois-server-name): Defaults to whois.arin.net
11543 (whois-server-list, whois-server-tld, whois-guess-server): New var.
11544 (whois): Tries to guess the appropriate top-level domain server.
11545 (whois-get-tld): New function.
11546
11547 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11548 (dirtrack-debug-toggle): Added this function.
11549
11550 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11551
11552 * files.el (find-file-noselect): Switch to the correct buffer
11553 before checking find-file-literally, and allow non-nil non-t
11554 rawfile params.
11555
11556 1998-10-06 Karl Heuer <kwzh@gnu.org>
11557
11558 * midnight.el (clean-buffer-list): Add autoload cookie.
11559
11560 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11561 no-autosave.
11562 * tar-mode.el (tar-mode-revert): Likewise.
11563 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11564 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
11565 * gnus/message.el (message-auto-save-directory): Renamed from
11566 message-autosave-directory. All references changed.
11567
11568 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11569
11570 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11571 string. Expose mime stuff while searching.
11572
11573 1998-10-06 Richard Stallman <rms@gnu.org>
11574
11575 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11576
11577 * replace.el (perform-replace): Position point properly
11578 before and after the recursive edit of C-r.
11579
11580 * progmodes/etags.el (tags-reset-tags-tables): Properly
11581 find the markers in the old rings that are being discarded.
11582
11583 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11584
11585 * apropos.el (apropos-print): Control invalid characters.
11586
11587 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11588 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11589 confusing customize.
11590
11591 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
11592
11593 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11594 built-in commands. Add more built-in commands and fix face names.
11595
11596 1998-10-05 Simon Marshall <simon@gnu.org>
11597
11598 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11599
11600 1998-10-04 Eric Ludlam <zappo@gnu.org>
11601
11602 * speedbar.el (speedbar-initial-expansion-list-name): Remove
11603 customization since it is not useful in this case.
11604 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11605 sure it gets evalled to a number. Also verify that set-frame-name
11606 fn exists before calling it.
11607
11608 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11609 Protect a `forward-sexp' call which could fail, and improved regex
11610 for ie, and eg abbreviations.
11611
11612 1998-10-02 Noah Friedman <friedman@splode.com>
11613
11614 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11615 send-string.
11616 (rlogin-send-Ctrl-D): Here also.
11617 (rlogin-send-Ctrl-Z): Here also.
11618 (rlogin-send-Ctrl-backslash): Here also.
11619
11620 1998-10-02 Dave Love <fx@gnu.org>
11621
11622 * outline.el (hide-region-body): Bind
11623 outline-view-change-hook to nil while making repeated calls to
11624 outline-flag-region. Run it once at the end.
11625 (hide-other, hide-sublevels, show-children): Likewise.
11626
11627 * info-look.el: Remove duplicate scheme-mode entry.
11628 (info-lookup-make-completions): When looking for entries, check
11629 that `item' isn't null or "Menu".
11630
11631 1998-10-01 Karl Heuer <kwzh@gnu.org>
11632
11633 * net-utils.el: Don't require ffap.
11634 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11635 (ping, nslookup-host, finger, network-connection-to-service): Use them.
11636
11637 1998-09-30 Richard Stallman <rms@gnu.org>
11638
11639 * ispell.el (check-ispell-version): No need to bind default-major-mode.
11640
11641 * imenu.el (imenu--generic-function): Sort each submenu by position.
11642 (imenu--sort-by-position): New function.
11643
11644 * cus-edit.el (Custom-mode-menu): Fix info node name.
11645 (customize group): Fix info node name.
11646
11647 * mail/mailalias.el (build-mail-aliases): Don't allow
11648 a newline in the alias name. Don't define an alias
11649 if the definition would be empty.
11650
11651 * which-func.el (which-func-mode-global): Make :set function
11652 more reliable.
11653
11654 * custom.el (custom-set-variables): Load the requests first,
11655 then check the symbol's `set' function.
11656
11657 * ffap.el: Doc fixes.
11658
11659 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11660
11661 * gnus.el: (gnus-valid-select-methods): Fix type.
11662 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11663 * gnus-score.el (gnus-orphan-score): Fix type.
11664 (gnus-score-default-header, gnus-score-default-type): Fix type.
11665 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11666 (gnus-saved-headers): Fix type.
11667
11668 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11669 Avoid nil value of `two-lines-citation-part'.
11670
11671 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
11672
11673 * which-func.el (which-function): Handle case when
11674 (car imenu--index-alist) is nil.
11675
11676 1998-09-29 Dave Love <fx@gnu.org>
11677
11678 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11679 bzip2 args.
11680
11681 1998-09-29 Simon Marshall <simon@gnu.org>
11682
11683 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11684 comint-exec-hook.
11685
11686 1998-09-29 Stephen Eglen <stephen@gnu.org>
11687
11688 * info-look.el: Add support for Octave.
11689
11690 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
11691
11692 * textmodes/reftex.el (reftex-finding-files): New customize group.
11693 (reftex-texpath-environment-variables,
11694 reftex-use-external-file-finders, reftex-external-file-finders,
11695 reftex-search-unrecursed-path-first): New options.
11696 (reftex-process-string, reftex-find-file-externally): New
11697 functions.
11698 (reftex-access-search-path): Execute shell commands to find the
11699 search path.
11700 (reftex-toggle-auto-view-crossref): When turning on, make sure
11701 `reftex-auto-view-crossref' becomes non-nil.
11702 (reftex-abbrev-regexp): Constant removed.
11703 (reftex-convert-string): Abbrev regexp calculated locally.
11704
11705 1998-09-28 Dave Love <fx@gnu.org>
11706
11707 * progmodes/fortran.el: Don't call regexp-opt when deriving
11708 font-lock patterns with keywords that aren't all literal.
11709
11710 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11711
11712 * octave-inf.el (inferior-octave-prompt): Also match prompts of
11713 the form `octave.bin:1>' which come from using precopiled binary
11714 versions.
11715
11716 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11717
11718 * help.el (help-for-help): Use %THIS-KEY%.
11719 (help-quit): Add doc.
11720
11721 * help-macro.el (make-help-screen): Keep HELP-TEXT
11722 in a separate function definition, not in the help command FNAME.
11723 Replace %THIS-KEY% with the key sequence that ran FNAME.
11724
11725 1998-09-25 Richard Stallman <rms@gnu.org>
11726
11727 * textmodes/texinfo.el (texinfo-show-structure):
11728 Bind inhibit-read-only.
11729
11730 * isearch.el (isearch-search-and-update): Properly
11731 handle upper case letters in the reverse-search special case.
11732
11733 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11734
11735 * gnus.el: Extend the list of autoloaded functions.
11736
11737 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11738 buffer before creating help group. (from Gnus v5.6.43, fix by
11739 1998-08-20 Per Starback <starback@update.uu.se>)
11740
11741 * gnus-util.el (gnus-output-to-rmail): Adjust to
11742 `rmail-output-to-rmail-file'.
11743
11744 1998-09-25 Karl Heuer <kwzh@gnu.org>
11745
11746 * hexl.el (hexl-mode-map): More of previous change.
11747
11748 * textmodes/tex-mode.el (tex-run-command): Doc fix.
11749 (tex-start-tex): Don't use tex-start-options-string in star case.
11750 Quote file name in star case as well as in non-star.
11751 Add blank and quoting of option string here.
11752 (tex-start-options-string): Not here.
11753
11754 1998-09-23 Karl Heuer <kwzh@gnu.org>
11755
11756 * term.el (term-delimiter-argument-list): Doc fix.
11757 (term-emulate-terminal): Escape literal semicolon.
11758 * progmodes/asm-mode.el (asm-mode): Doc fix.
11759 (asm-comment-char): Escape literal semicolon.
11760 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11761
11762 1998-09-23 Richard Stallman <rms@gnu.org>
11763
11764 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11765 only those that normally modify the buffer.
11766
11767 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11768 over again.
11769
11770 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
11771
11772 * ispell.el (check-ispell-version): Ensure same buffer is current
11773 when let-binding of case-fold-search ends.
11774
11775 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11776
11777 * ps-print.el: Skip invisible overlay.
11778 Test for set-buffer-multibyte rather than using mule-version.
11779 (ps-print-version): New version number (4.1) and doc fix.
11780 (ps-generate-postscript-with-faces): Skip invisible overlay.
11781
11782 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
11783
11784 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11785
11786 1998-09-22 Kenichi Handa <handa@etl.go.jp>
11787
11788 * international/quail.el (quail-update-guidance): Check for the
11789 return value of (quail-guidance) fixed.
11790 (quail-update-translation): Bind quail-current-str locally when it
11791 calls quail-update-guidance.
11792 (quail-update-translation): If input-method-exit-on-first-char is
11793 non-nil, terminate translation only when the current input method
11794 is simple.
11795
11796 1998-09-22 Paul Eggert <eggert@twinsun.com>
11797
11798 * startup.el (locale-translation-file-name): Prefer X-related names
11799 to the name used by GNU/Linux sans X. Set to nil if no file found.
11800 (command-line): Use locale-translation-file-name if it is not nil,
11801 instead of testing for its existence again.
11802 regexp-quote the ctype before using it in a regexp.
11803 Allow a colon to appear after the ctype in the aliases file,
11804 as is done in X11R6.4.
11805
11806 1998-09-21 Richard Stallman <rms@gnu.org>
11807
11808 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11809
11810 * calendar/appt.el (appt-interval): Variable deleted.
11811 (appt-check): For minutes in between appt-display-interval times,
11812 do check, but don't display anything except an updated mode line.
11813 Count against appt-display-interval based on minutes since
11814 first display of this appointment, not based on time of day.
11815 If appt-display-mode-line, force mode line redisplay
11816 whenever appt-mode-string has changed.
11817 (appt-add, appt-delete): Add autoload cookies.
11818 (appt-check): Catch errors from calling `diary'.
11819 (appt-max-time): Renamed from max-time.
11820 (appt-now-displayed, appt-display-count): New variables.
11821 (appt-timer): Don't create one if we already have one.
11822
11823 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11824 More general code to use the source buffer instead of the zap file.
11825
11826 * hilit-chg.el (highlight-compare-with-file): Renamed from
11827 compare-with-file.
11828
11829 * loadhist.el (load-history-loaded): New variable.
11830 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11831
11832 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11833
11834 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11835 Fix error messages.
11836
11837 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
11838
11839 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11840 Emacs frame.
11841
11842 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11843
11844 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11845 `undecided' and `undecided-unix'.
11846
11847 1998-09-21 Dave Love <fx@gnu.org>
11848
11849 * help.el (help-make-xrefs): Fix typo affecting Info references.
11850
11851 * subr.el (remove-hook): Check list values to avoid errors.
11852
11853 1998-09-18 Noah Friedman <friedman@splode.com>
11854
11855 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11856 store string in eldoc-last-message without consing a new string.
11857 Rearrange logic from nested if's into cond's.
11858 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11859 Do not print message; just return string.
11860 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11861 Do not print message; just return string.
11862 Cache that string in eldoc-last-data.
11863 (eldoc-last-data): Make into a vector.
11864 (eldoc-get-fnsym-args-string): Use new data form of structure.
11865 (eldoc-get-var-docstring): Here also.
11866 (eldoc-last-data-store): New function.
11867 (eldoc-get-fnsym-args-string): Use it.
11868 (eldoc-get-var-docstring): Here also.
11869 (eldoc-docstring-first-line): Minimize interim string consing.
11870 Call substitute-command-keys on the result.
11871 (eldoc-print-var-docstrings, eldoc-print-docstring,
11872 eldoc-docstring-message): Functions removed.
11873 (eldoc-docstring-format-sym-doc): New function, functionality
11874 ripped out of eldoc-docstring-message.
11875 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11876
11877 1998-09-18 Kenichi Handa <handa@etl.go.jp>
11878
11879 * international/mule.el (make-coding-system): Doc-string modified.
11880
11881 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
11882
11883 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11884
11885 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11886 customize type.
11887
11888 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11889 type.
11890
11891 * progmodes/compile.el (compilation-error-screen-columns): New
11892 variable.
11893 (compilation-next-error-locus): Use it to decide whether to use
11894 forward-char or move-to-column.
11895
11896 * mail/rmail.el (rmail-movemail-program): Fix customize type.
11897
11898 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11899 feedmail-fiddle-plex-user-list,
11900 feedmail-spray-address-fiddle-plex-list,
11901 feedmail-prompt-before-queue-user-alist,
11902 feedmail-prompt-before-queue-help-supplement,
11903 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11904 feedmail-queue-alternative-mail-header-separator): Fix customize
11905 type.
11906
11907 * startup.el (site-run-file): Fix customize type.
11908
11909 * speedbar.el (speedbar-initial-expansion-list-name): Fix
11910 customize type.
11911
11912 * shell.el (shell-input-autoexpand): Fix customize type.
11913
11914 * ps-print.el (ps-font-info-database): Add missing dots in value.
11915 Improve layout of customize type.
11916
11917 * net-utils.el (traceroute-program-options, ping-program-options,
11918 ipconfig-program-options, netstat-program-options,
11919 arp-program-options, route-program-options,
11920 nslookup-program-options, ftp-program-options): Fix customize
11921 type.
11922
11923 * midnight.el (clean-buffer-list-kill-regexps,
11924 clean-buffer-list-kill-buffer-names,
11925 clean-buffer-list-kill-never-buffer-names,
11926 clean-buffer-list-kill-never-regexps): Fix customize type.
11927
11928 * man.el (Man-init-defvars): Avoid trailing nil on
11929 Man-filter-list.
11930
11931 * lpr.el (printer-name): Fix customize type.
11932
11933 1998-09-16 Kenichi Handa <handa@etl.go.jp>
11934
11935 * international/mule-cmds.el (reset-language-environment): Call
11936 update-coding-systems-internal.
11937
11938 * international/mule-conf.el: Call update-coding-systems-internal
11939 at the tail.
11940
11941 1998-09-14 Dave Love <fx@gnu.org>
11942
11943 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
11944 use the menu-enable properties, pending doing it correctly and
11945 acceptably fast.
11946
11947 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11948
11949 1998-09-13 Dave Love <d.love@dl.ac.uk>
11950
11951 * progmodes/hideshow.el (hs-grok-mode-type): Check
11952 comment-{start,end} non-nil as well as bound. Report an error if
11953 we can't grok the mode.
11954
11955 1998-09-13 Richard Stallman <rms@gnu.org>
11956
11957 * simple.el (blink-matching-open): Don't log paren matching
11958 messages in *Messages*.
11959
11960 1998-09-12 Richard Stallman <rms@gnu.org>
11961
11962 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11963 Set point-before-scroll at end even if there was an error.
11964
11965 * ange-ftp.el (ange-ftp-insert-file-contents):
11966 Use binary mode for dumb-unix hosts as for unix hosts.
11967 (ange-ftp-copy-file-internal): Likewise.
11968
11969 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11970
11971 * emacs-lisp/pp.el: Doc fixes.
11972
11973 * wid-edit.el (widget-menu-max-shortcuts): New variable.
11974 (widget-choose): Don't use single-char shortcuts if # items
11975 exceeds that many. Use minibuffer instead.
11976
11977 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11978
11979 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11980
11981 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
11982
11983 * speedbar.el (speedbar-frame-mode): Do not set frame position if
11984 in terminal mode.
11985
11986 1998-09-10 Noah Friedman <friedman@splode.com>
11987
11988 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11989 defcustom declaration. It's wreaking too much havoc with XEmacs
11990 and older versions of Emacs, which share this code.
11991
11992 * type-break.el (type-break-mode): Here also.
11993
11994 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11995 `t' to add-hook also to modify the new local value.
11996
11997 1998-09-10 Dave Love <fx@gnu.org>
11998
11999 * vc.el (vc-insert-headers): Doc fix.
12000
12001 1998-09-10 Richard Stallman <rms@gnu.org>
12002
12003 * textmodes/flyspell.el (flyspell-mode-on): Make the
12004 ispell-... variables permanent locals.
12005 (flyspell-mode-off): Add autoload cookie.
12006
12007 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12008 do use binary mode, just as for `unix'.
12009 (ange-ftp-host-type): If HOST is nil, return `unix'.
12010
12011 * dired.el (dired-mark-files-containing-regexp):
12012 Don't scan directories. Ignore non-readable files.
12013
12014 * progmodes/compile.el (compilation-error-regexp-alist):
12015 Fix previous change: allow . and _ in command name.
12016
12017 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12018
12019 * uncompress.el (uncompress-while-visiting):
12020 Use just the car of what find-operation-coding-system returns.
12021
12022 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12023
12024 * shell.el (shell-file-name-quote-list): Add # to the value.
12025
12026 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12027
12028 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12029 to make killing of ispell process work even if
12030 kill-all-local-variables has been run.
12031
12032 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12033
12034 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12035 loop when sexp entry ends at end of file with no newline.
12036
12037 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12038
12039 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12040 (Custom-reset-standard): Fix menu inconsistency.
12041
12042 * mail/feedmail.el (feedmail-from-line): Allow t.
12043 (feedmail-message-id-suffix): Allow nil.
12044
12045 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12046 Simplify. Make prefix arg work right.
12047
12048 1998-09-09 Dave Love <fx@gnu.org>
12049
12050 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12051
12052 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12053
12054 1998-09-08 Dave Love <fx@gnu.org>
12055
12056 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12057 stuff only after file names or at start of line. Allow parens
12058 around e-mail, as well as angles.
12059
12060 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12061 ignore-errors too, eval'd when compile. Require w3 stuff at load
12062 time for nicer failure if it's not available.
12063
12064 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12065
12066 * comint.el (comint-arguments): Ignore backslashes when using
12067 w32 shells that expect backslashes as the directory separator.
12068
12069 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12070
12071 * international/fontset.el (resolved-ascii-font): New variable.
12072 (x-complement-fontset-spec): By side effect, set
12073 `resolved-ascii-font' to the resolved name of ASCII font."
12074 (create-fontset-from-fontset-spec): Don't get a value for
12075 resolved-ascii-font from the list full-fontlist. It is set by
12076 x-complement-fontset-spec now.
12077
12078 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12079 version, check the value of mule-version.
12080
12081 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12082
12083 * textmodes/reftex.el (reftex-view-crossref): Split up into
12084 several functions. No longer moves to find a macro.
12085 (reftex-view-cr-cite, reftex-view-cr-ref,
12086 reftex-end-of-bib-entry): New functions.
12087 (reftex-auto-view-crossref): New value `window' allowed.
12088 (reftex-view-crossref-when-idle): Process new `window' option in
12089 (reftex-translate-to-ascii-function): New default.
12090 (reftex-label-illegal-re): Default changed, removed Latin1.
12091 (reftex-latin1-to-ascii): New function.
12092 (reftex-what-environment): Check for section regexp before use.
12093 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12094 absolute path names.
12095 (reftex-TeX-master-file): Changed sequence of file checks.
12096 (reftex-do-citation): bibview cache only with RefTeX mode on.
12097
12098 1998-09-06 Richard Stallman <rms@gnu.org>
12099
12100 * progmodes/compile.el (compilation-error-regexp-alist):
12101 In first pattern (GNU utilities and other things),
12102 allow a space after the optional program name at the beginning.
12103
12104 * mail/mail-hist.el (mail-hist-current-header-contents):
12105 Fix previous change: use mail-header-end.
12106
12107 1998-09-06 Bill Richter <richter@math.nwu.edu>
12108
12109 * international/ccl.el: Doc fixes.
12110 * international/encoded-kb.el: Doc fixes.
12111 * international/fontset.el: Doc fixes.
12112 * international/kinsoku.el: Doc fixes.
12113 * international/kkc.el: Doc fixes.
12114 * international/mule-cmds.el: Doc fixes.
12115 * international/mule-conf.el: Doc fixes.
12116 * international/mule-util.el: Doc fixes.
12117 * international/mule.el: Doc fixes.
12118
12119 1998-09-05 Eric Ludlam <zappo@gnu.org>
12120
12121 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12122 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12123 (checkdoc-this-string-valid-engine): Permit ? as terminating
12124 punctuation for first line sentence breaking.
12125 (checkdoc-this-string-valid): When converting a comment into a doc
12126 string, make sure " chars are \".
12127 (checkdoc-sentencespace-region-engine): Only do double space check
12128 if based on the variable `sentence-end-double-space'
12129 (checkdoc-this-string-valid-engine): ? ends valid sentence.
12130 (checkdoc-proper-noun-region-engine): Exclude items in URLs
12131
12132 1998-09-04 Richard Stallman <rms@gnu.org>
12133
12134 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12135 Recognize define-skeleton as a function definer.
12136
12137 * cus-edit.el (customize-option): Refuse to customize
12138 a variable that has no defcustom. But if variable is autoloaded,
12139 first try to load the library that defines it.
12140
12141 * international/iso-insert.el: Use `string' before calling `insert'
12142 so that in multibyte buffers we insert multibyte chars.
12143
12144 * dired.el (dired-mark-files-containing-regexp):
12145 Don't use find-file; instead, insert the file in a temp buffer.
12146
12147 * textmodes/tex-mode.el (tex-start-options-string): New option.
12148 (tex-start-tex): Use that variable.
12149
12150 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12151 value in the `repeat' alternative a list.
12152
12153 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12154 the inserted newline, verify that one was really inserted.
12155
12156 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12157 remains on or remains off.
12158 (flyspell-multi-language-p): Default changed to nil.
12159
12160 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12161 In "found in comment" case, don't beginning-of-line after forward-line.
12162
12163 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12164 If the function definition is not a lambda, return original FORM
12165 with no error.
12166
12167 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
12168
12169 * net-utils.el (netstat-program-options): Changed from nil to "-a"
12170 so that by default netstat shows all network connections.
12171
12172 1998-09-04 Bob Weiner <weiner@altrasoft.com>
12173
12174 * international/quail.el: Doc fixes.
12175
12176 * info.el (info): Don't add parens if FILE already has them.
12177
12178 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
12179
12180 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12181 on extension lines.
12182
12183 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
12184
12185 * w32-fns.el (w32-shell-dos-semantics): New function.
12186
12187 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
12188
12189 * international/quail.el (quail-choose-completion-string): Store
12190 completion `choice' in `quail-current-str'; don't insert it.
12191
12192 1998-09-02 Kenichi Handa <handa@etl.go.jp>
12193
12194 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
12195 argument to ps-mule-generate-bitmap-font.
12196
12197 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12198 entry and change Latin-1 entry in the default value.
12199 (ps-mule-font-info-database-ps-bdf): New variable.
12200 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12201 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12202 registerd in FONT-SPEC.
12203 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12204 charcter width of bitmap fonts.
12205 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12206 procedure NF.
12207 (ps-begin-file): Output PostScript code for setting
12208 SpaceWidthRatio.
12209 (ps-plot-region): Use line-beginning-position to get a position of
12210 the beginning of the current line.
12211
12212 * international/mule-cmds.el (register-input-method): Doc-string
12213 modified.
12214
12215 1998-09-01 Dave Love <fx@gnu.org>
12216
12217 * international/mule-cmds.el (current-language-environment): Fix
12218 setter function.
12219
12220 1998-09-01 Simon Marshall <simon@gnu.org>
12221
12222 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12223 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12224 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12225 names with font-lock-type-face. Fontify type specs, etc., with
12226 font-lock-keyword-face.
12227
12228 1998-08-31 Kenichi Handa <handa@etl.go.jp>
12229
12230 * international/fontset.el (x-complement-fontset-spec): If ASCII
12231 font is specified in FONTLIST, don't substitute it for the
12232 resolved name.
12233
12234 1998-08-31 Paul Eggert <eggert@twinsun.com>
12235
12236 * international/mule.el (charset-description): Doc fix.
12237
12238 * language/chinese.el, language/cyrillic.el, language/czech.el,
12239 language/devanagari.el, language/ethiopic.el,
12240 language/european.el, language/hebrew.el, language/indian.el,
12241 language/japanese.el, language/korean.el, language/lao.el,
12242 language/slovak.el, language/thai.el, language/tibetan.el,
12243 language/vietnamese.el:
12244 Add coding: local variable, to avoid bootstrapping problem
12245 if you need to recompile all the Lisp files using interpreted code.
12246
12247 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12248
12249 * cal-china.el (chinese-year-cache): Change range of years from
12250 1989-2000 to 1990-2010.
12251
12252 1998-08-29 Dave Love <d.love@dl.ac.uk>
12253
12254 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12255 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12256
12257 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12258
12259 * ps-print.el (ps-print-control-characters): Doc-string modified.
12260 (ps-output-string-prim): Comment format changed.
12261 (ps-do-despool): Indentation of source code changed.
12262
12263 1998-08-28 Kenichi Handa <handa@etl.go.jp>
12264
12265 * subr.el (sref): Make it an alias of aref. Make the
12266 byte-compiler warn that it is obsolete.
12267 (char-bytes): Make the byte-compiler warn that it is obsolete.
12268
12269 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12270 Calculate the total bytes using position-bytes instead of
12271 char-bytes.
12272
12273 1998-08-27 Karl Heuer <kwzh@gnu.org>
12274
12275 * snmp-mode.el: New file.
12276 * files.el (auto-mode-alist): Add snmp-mode patterns.
12277
12278 1998-08-27 Karl Eichwalder <ke@suse.de>
12279
12280 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12281
12282 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12283
12284 * calendar/diary-lib.el (diary-block): Doc fix..
12285 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12286
12287 1998-08-27 Richard Stallman <rms@gnu.org>
12288
12289 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12290 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12291 Clear appt-mode-string if we don't put something in it.
12292
12293 1998-08-27 Dave Love <fx@gnu.org>
12294
12295 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12296 dired-local-variables-file for dired-x.
12297
12298 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12299 for compressed library files too.
12300
12301 1998-08-26 Kenichi Handa <handa@etl.go.jp>
12302
12303 * language/european.el ("Latin-1"): Modify `documentation' key value.
12304 ("Latin-2"): Likewise.
12305
12306 1998-08-26 Karl Heuer <kwzh@gnu.org>
12307
12308 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12309
12310 1998-08-26 Albert L. Ting <alt@artisan.com>
12311
12312 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12313 (mail-hist-current-header-contents): Use mail-text-start.
12314
12315 1998-08-26 Richard Stallman <rms@gnu.org>
12316
12317 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12318 (customize-changed-options-previous-release): New variable.
12319 (customize-changed-options): Use that variable as default arg.
12320
12321 1998-08-26 Karl Eichwalder <ke@suse.de>
12322
12323 * midnight.el: Require `timer' not only when compiling.
12324
12325 1998-08-26 Per Starback <starback@update.uu.se>
12326
12327 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12328 buffer before creating help group.
12329
12330 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12331
12332 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12333 coding-system-for-write before saving.
12334
12335 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
12336
12337 * isearch.el (isearch-forward): Doc fix.
12338
12339 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
12340
12341 * emacs-lisp/find-func.el: Fix :version tags to have a string
12342 value, not a float.
12343
12344 * cus-dep.el: Fix typo in output.
12345
12346 1998-08-25 Dave Love <fx@gnu.org>
12347
12348 * repeat.el (repeat): Doc fix.
12349 [From rms:]
12350 (repeat-previous-repeated-command): New variable.
12351 (repeat): Check for real-last-command being null or repeat. Set
12352 repeat-previous-repeated-command.
12353
12354 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12355
12356 1998-08-25 Kenichi Handa <handa@etl.go.jp>
12357
12358 * gnus/message.el (message-send-mail-with-sendmail): Bind
12359 coding-system-for-write by the return value of
12360 select-message-coding-system.
12361 (message-send-mail-with-qmail): Likewise.
12362
12363 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
12364
12365 * emacs-lisp/autoload.el: Fix doc-string-elt property on
12366 define-derived-mode.
12367
12368 * files.el (file-name-invalid-regexp):
12369 Fix regex for ms-dos without long file names.
12370
12371 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12372
12373 * ps-print.el: Multi-byte buffer handling.
12374 (ps-print-version): New version number (4.0) and doc fix.
12375 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12376 compilation for GNU Emacs and emacsens.
12377 (ps-generate-postscript-with-faces): Force invisible text to be
12378 visible.
12379 (dos-ps-printer): New var to avoid compilation gripes.
12380
12381 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12382
12383 * ps-print.el (ps-mule-plot-string): Pay attention to the case
12384 that no more characters can't be printed in the current line.
12385
12386 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12387
12388 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12389 greater than TO.
12390
12391 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12392
12393 * ps-print.el: Add codes to make ps-print.el work also on Emacs
12394 20.2 and the earlier version.
12395 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12396 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12397 (ps-mule-find-wrappoint): Likewise.
12398 (ps-mule-generate-font): Change `X' to `x' in format
12399 control-string.
12400 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12401 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12402 `restore' form procedures `BC' and `EC'.
12403
12404 1998-08-24 Kenichi Handa <handa@etl.go.jp>
12405
12406 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12407 is an executable procedure. Make LineThickness, Xshadow, and
12408 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
12409 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12410 ps-mule-font-info-database-bdf): New vars.
12411 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12412 (ccl-encode-ethio-unicode): New CCL program.
12413 (ps-mule-encode-ethiopic): New fun.
12414 (ps-mule-current-charset): New var.
12415 (ps-mule-get-font-spec, ps-mule-font-spec-src,
12416 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12417 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12418 (ps-mule-external-libraries): New var.
12419 (ps-mule-init-external-library): New fun.
12420 (ps-mule-font-cache): New var.
12421 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12422 (ps-last-font): New var.
12423 (ps-mule-prepare-font): New fun.
12424 (ps-mule-charset-list): New var.
12425 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12426 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12427 ps-mule-plot-string): New funs.
12428 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12429 New vars.
12430 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12431 ps-mule-prepare-cmpchar-font): New funs.
12432 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12433 vars.
12434 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12435 ps-mule-generate-bitmap-glyph): New funs.
12436 (ps-mule-initialize, ps-mule-begin): New funs.
12437 (ps-output-string-prim): Insert string as unibyte.
12438 (ps-output-prologue): New fun.
12439 (ps-flush-output): Handle the case of 'prologue.
12440 (ps-begin-file): Call ps-mule-initialize.
12441 (ps-begin-job): Set ps-control-or-escape-regexp differently if
12442 printing multibyte characters.
12443 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12444 (ps-basic-plot-string): Handle the case of printing ASCII
12445 characters by external libraries (e.g. BDF).
12446 (ps-set-font): Set ps-last-font.
12447 (ps-plot-region): Handle multibyte characters, use
12448 ps-mule-plot-string for them.
12449 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
12450
12451 * bdf.el: New file.
12452
12453 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
12454
12455 * international/mule-cmds.el (select-message-coding-system): New
12456 function.
12457 (set-language-environment-coding-systems): Set
12458 default-sendmail-coding-system.
12459
12460 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12461 (default-sendmail-coding-system): New variable.
12462 (sendmail-send-it): Encode the message by a coding system
12463 select-message-coding-system returns.
12464
12465 1998-08-23 Eric Ludlam <zappo@gnu.org>
12466
12467 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12468 (speedbar-mode): Set buffer to read only.
12469 (speedbar-temp-buffer-show-function): For emacs don't call hook
12470 with arguments.
12471 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12472
12473 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
12474
12475 * speedbar.el (speedbar-key-map): Fix typo.
12476
12477 See ChangeLog.7 for earlier changes.