(mail-send-hook): Remove a duplicate defcustom.
[emacs.git] / lisp / ChangeLog
blob7e06c86a67752542b5159ec377d9e593144c3671
1 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
3         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
4         From Simon Josefsson <jas@extundo.com>.
6 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
8         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
9         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
11         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
12         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
14         * emacs-lisp/lselect.el: Ditto.
16         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): Remove
17         periods from the end of error message strings.  From Pavel
18         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
20         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
21         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
23         * net/telnet.el: Ditto.
25 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
27         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
28         KEYMAP to the call to define-minor-mode.
30 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
32         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
33         Replace some of the undefined characters with emulations of bidi
34         formatting characters and Niqud as per SI 1311-1.
35         (IT-unicode-translations): Ditto.
36         (IT-display-table-setup, IT-setup-unicode-display): Fill
37         characters without translations with dos-unsupported-char-glyph.
39 2001-08-24  Simon Josefsson  <jas@extundo.com>
41         * hl-line.el (hl-line-mode): Don't be a global mode.
42         (global-hl-line-mode): New function.
44 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
46         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
47         being reset by Ghostscript.  Don't kill the gs process.
48         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
50 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
52         * term/mac-win.el: Require scroll-bar.
54 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
56         * hexl.el (hexl-insert-multibyte-char) New function.
57         (hexl-quoted-insert, hexl-self-insert-command)
58         (hexl-insert-hex-char, hexl-insert-decimal-char)
59         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
60         Fix the doc strings accordingly.
61         (hexl-insert-char): Reject characters whose code is above 255.
62         Doc fix.
63         (hexl-mode-map): Copy the global keymap instead of creating a
64         sparse keymap, and bind all self-inserting characters to
65         hexl-self-insert-command.
67 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
69         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
71         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
73 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
75         * simple.el (line-number-mode): Mention the variable
76         line-number-display-limit-width in the doc string.
78 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
80         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
81         Temporarily select EVENT's window for switching buffers.
82         (mode-line-bury-buffer): New function.
83         (mode-line-buffer-identification-keymap): Use it instead of
84         bury-buffer.  Bind down-mouse events to prevent global down-mouse
85         events from shining through.
87 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
89         * newcomment.el (comment-beginning): Make sure the comment-start
90         we found isn't a comment-end (in cases where confusion is possible).
92 2001-08-22  Miles Bader  <miles@gnu.org>
94         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
95         before writing it, so that hard-links don't see new version.
97 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
99         * gs.el (gs-set-ghostview-colors-window-prop):
100         Call x-change-window-property with 3rd arg FRAME.
101         (gs-load-image): Wait for a previous Ghostscript process
102         to complete before starting a new one.
104         * image.el (image-type-regexps): Make sure that the TIFF
105         pattern is only matched at the beginning of a string.
106         From Markus Rost <rost@math.ohio-state.edu>.
108         * international/swedish.el: Pre-Mule file removed.  From Jonas
109         Oberg <jonas@gnu.org>.
111 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
113         * whitespace.el (whitespace-abort-on-error): Add custom variable
114         to whitespace to abort a write-file if whitespace is detected in file.
116         * whitespace.el (whitespace-write-file-hook): Hook to be called
117         when writing a file. If `whitespace-abort-on-error' is set, the
118         write will abort on detecting whitespaces.
119         If `whitespace-auto-cleanup' is set, the file will be cleaned
120         automatically prior to writing.
122         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
123         whitespaces in the error output!
125         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
126         `indent-tabs-mode', since the latter notes user preferences on
127         TABs anyway.
129         * whitespace.el (whitespace-version): 3.1. All of the above issues
130         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
132 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
134         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
135         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
137         * whitespace.el (whitespace-global-mode): Add autoload cookie.
139 2001-08-20  Alex Schroeder  <alex@gnu.org>
141         * sql.el (sql-db2): Doc change.
143 2001-08-20  Alex Schroeder  <alex@gnu.org>
145         * sql.el (sql-postgres): Add the database at the end of the
146         parameters instead of at the beginning.
147         (sql-postgres-options): Doc change.
149 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
151         * custom.el (defcustom): Doc fix.
153 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
155         * ps-mule.el (find-composition): Check if (char-after POS)
156         returns a valid character.
158 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
160         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
161         original-point for extra CR characters that are added/removed when
162         the buffer is written/read whose EOL type is -dos.
164 2001-08-16  Miles Bader  <miles@gnu.org>
166         * simple.el (line-move): Undo previous change.
168         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
169         property to input-terminating `boundary' overlays to avoid
170         line-move wierdness.
172 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
174         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
175         buffer in a save-restriction.  Under one test case with Ediff,
176         window-scroll-functions are run with a window start that's
177         temporarily outside of the restriction.
179 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
181         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
182         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
183         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
184         (texinfo-update-menu-region-beginning)
185         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
186         command, @ifnottex, to regexps, so it is found.
188 2001-08-16  Andrew Innes  <andrewi@gnu.org>
190         * makefile.nt (DONTCOMPILE): Omit bindings.el.
191         (DONTCOMPILE): Omit sc.el.
193         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
194         (DONTCOMPILE): Omit sc.el.
196 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
198         * replace.el (occur): Bind inhibit-read-only to t.
200 2001-08-16  Miles Bader  <miles@gnu.org>
202         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
203         calling `constrain-to-field', to avoid problems with comint prompts.
205 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
207         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
208         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
210         * ediff-mult.el (ediff-get-meta-info): Fix the condition
211         of a while-loop.
213         * Makefile.in (DONTCOMPILE): Remove sc.el.
215         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
216         Don't include term/.
218         * mail/sc.el:  Moved to obsolete/.
220 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
222         * ps-print.el: Change error function arguments to follow Emacs
223         message convention.  Doc fix.
224         (ps-print-version): New version number (6.5.4).
225         (coding-system-for-write): Change declaration position to avoid
226         XEmacs compilation gripes.
227         (coding-system-for-read, buffer-file-coding-system):
228         Declarations to avoid XEmacs compilation gripes.
230         * ps-mule.el: Doc fix.
231         (ps-mule-encode-header-string): If STRING is not a string, replace
232         STRING by empty string.
234 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
236         * frame.el (show-trailing-whitespace): Doc fix.
238 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
240         * desktop.el (desktop-save): Insert the coding: tag before
241         desktop-header.
243 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
245         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
246         its path from $els.
248         * image.el (image-jpeg-p): Fix call of substring.
250 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
252         * play/animate.el (animate-string): Doc fix.  Use a buffer
253         name with stars in it.
254         (animate-sequence): New function.
255         From Richard Stallman <rms@gnu.org>.
257         * frame.el (select-frame-set-input-focus): New function
258         extracted from other-frame.
259         (other-frame): Use it.
260         (next-multiframe-window, previous-multiframe-window): Use it.
262         * isearch.el (isearch-other-meta-char): Don't switch to the
263         buffer of a window clicked on, when the current buffer is
264         in Isearch mode.
266         * image.el (image-jpeg-p): Test for APPn markers in the range
267         #xe0..#xef.
269 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
271         * desktop.el (desktop-save): Don't use concat to form a file
272         name, use expand-file-name.
274         * mouse.el (mouse-delete-window): Do nothing if frame has just
275         one window.
277         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
278         for the minor mode name.
280         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
281         minor mode name.
283         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
284         instead of make-mode-line-mouse2-map.
286         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
287         the minor mode name.
289         * emacs-lisp/easy-mmode.el (define-minor-mode):
290         Use  mode-line-minor-mode-keymap for the minor mode name.
292         * calendar/calendar.el (calendar-mode-line-format):
293         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
295         * bindings.el (make-mode-line-mouse-map): Renamed from
296         make-mode-line-mouse2-map.  Take additional arg MOUSE.
297         (mode-line-modified): Use mouse-3 instead of mouse-2.
298         (mode-line-buffer-identification-keymap): Bind keys differently.
299         (propertized-buffer-identification): Adapt help-echo to new bindings.
301         * bindings.el (mode-line-format): Specify help-echo for line
302         number, column number and buffer-percent part of the mode-line.
304         * image.el (image-type-regexps): Allow whitespace at the start
305         of the image data for XPM, XBM and Postscript, which are
306         text files.
307         (image-jpeg-p): Correct calculation of next field offset.
309 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
311         * battery.el: Fix typo.
313 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
315         * image.el (image-type-regexps): Allow predicates.  Change the way
316         JPEG images are recognized.
317         (image-jpeg-p): New function.
318         (image-type-from-data): Handle predicates in image-type-regexps.
320         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
321         #:, #x, #o, and similar constructs.
323 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
325         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
327         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
328         instead of `progn'.
330         * tar-mode.el (tar-extract): Avoid generating a new buffer
331         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
333         * textmodes/paragraphs.el (forward-sentence): Avoid building
334         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
336         * progmodes/executable.el (executable-set-magic):
337         If executable-find returns a quoted file name, unquote it before
338         inserting it.
340         * image.el (image-type-regexps): For JPEG files, use a regexp
341         derived from the JFIF spec.
343         * image.el (image-type-regexps): Use `\`' instead of `^' in
344         most regular expressions.
346 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
348         * play/animate.el: Re-insert a reference to re-inserted function.
350 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
352         * help.el (describe-function-1): Use find-function-search-for-symbol
353         instead of find-function-noselect because the latter follows aliases.
355         * play/animate.el (animate-birthday-present): Re-insert.
357         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
358         Handle old-style menu definitions.
360 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
362         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
363         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
365         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
366         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
367         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
369 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
371         * textmodes/tildify.el: Milan Zamazal has new address.
373 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
375         * custom.el (custom-set-variables): Don't test `custom-requests'
376         properties, check the third element of the options passed to
377         custom-set-variables instead.
379         * info.el (info-insert-file-contents): Use info-file-exists-p
380         instead of file-exists-p.
382         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
383         the mode-line face is restored.  Fix several bugs.
385         * replace.el (perform-replace): Doc fix.
387 2001-08-02  Francesco Potorti`  <pot@gnu.org>
389         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
390         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
391         (uniquify-fix-item-base, uniquify-fix-item-filename)
392         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
393         Callers changed.
394         (uniquify-set-proposed): Changed to work with a vector item.
395         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
396         the fix list, and a list of strings for the non-file buffer
397         names.  Both changes reduce consing.
398         (uniquify-rationalize-a-list): Local variable renaming.
399         (uniquify-rationalize-conflicting-sublist): Use member instead of
400         assoc.
401         (uniquify-rename-buffer): Use unless instead of if not.
403 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
405         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
407         * custom.el (custom-set-variables): Set options with :require
408         clauses last.
410         * custom.el (defcustom): Doc fix.
412         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
414 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
416         * man.el (man): Mention Man-switches in the doc string.
417         (Man-switches): Mention -a in the doc string.
419         * textmodes/ispell.el (ispell-alternate-dictionary):
420         Add /usr/share/lib/dict/words, for Irix.
422         * bindings.el: Bind shifted and control-shifted kp-* keys to the
423         corresponding non-kp keys.  Suggested by Stephen Gildea
424         <gildea@alum.mit.edu>.
426 2001-08-01  Francesco Potorti`  <pot@gnu.org>
428         * uniquify.el: These changes correct a corner case that the old
429         code managed correctly.
430         (uniquify-fix-item-proposed): Renamed from
431         uniquify-fix-item-min-proposed.
432         (uniquify-set-proposed): New function.
433         (uniquify-rationalize-file-buffer-names): Code reshuffled for
434         clarity and speed.
435         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
436         This is equivalent to what the old code did.
437         (uniquify-rationalize-a-list): Never recompute the proposed
438         name.  Sort the conflicting sublist before rationalising it: this
439         is equivalent to what the old code did, but one directory element
440         at a time, and only when necessary.
441         (uniquify-rationalize-conflicting-sublist): Recompute here the
442         proposed name.
444 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
446         * play/animate.el: Add Keywords and Maintainer.  Remove a
447         reference to a removed function.
449         * play/animate.el (animate-string): Handle case that the string is
450         longer than the window is wide.
452 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
454         * desktop.el (desktop-save): Bind coding-system-for-write to
455         `emacs-mule' for write-region.
457         * delsel.el (delete-selection-pre-hook): Don't set this-command
458         to `ignore' if the region is empty.
460         * international/mule.el (set-keyboard-coding-system):
461         Set keyboard-coding-system.
463         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
464         before accessing it.
466 2001-07-30  Andreas Schwab  <schwab@suse.de>
468         * menu-bar.el (toggle-highlight-paren-mode):
469         Use `(show-paren-mode)' as body.
471 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
473         * vc.el (vc-checkout-hook): New hook.
474         (vc-checkout): Run it.
476 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
478         * progmodes/make-mode.el (makefile-macroassign-regex):
479         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
481 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
483         * vc.el (vc-switch-backend): Fix autoload cookie.
485         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
486         the desktop file.
488 2001-07-30  Simon Josefsson  <jas@extundo.com>
490         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
491         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
493 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
495         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
496         (last-sexp-toggle-display): Renamed from last-sexp-print.
497         (last-sexp-toggle-display, eval-last-sexp-1):
498         Use last-sexp-setup-props.
500         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
501         New user-options.
502         (mouse-wheel-change-button): New function.
503         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
504         (mwheel-scroll): Ditto.
506 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
508         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
509         `...', compare with unabbreviated printed representation instead.
510         (last-sexp-print): Bind print-length and print-level to nil.
512         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
513         before assigning text properties.  Make properties rear-nonsticky.
515         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
516         (eval-last-sexp-1): Give printed text a `keymap' property and bind
517         <mouse-2> and <RET> in that map to a function printing the
518         unabbreviated value.
520         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
521         is a buffer, put a text property `printed-value' on the printed
522         representation, with the Lisp object printed as value.
524 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
526         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
527         Mention the effect of eval-expression-print-length and
528         eval-expression-print-level in the doc strings.  Suggested by
529         Kevin Gallagher <kevingal@onramp.net>.
531 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
533         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
534         for buttons > 3.
535         (xterm-mouse-translate): Handle the case that we don't get a
536         down-event.
538         * emacs-lisp/find-func.el (find-function-regexp):
539         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
540         in front of the function name.
542         * isearch.el (isearch-other-meta-char): Fix last change.
544         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
545         similar events for which fake prefix keys are generated.  It's no
546         longer necessary since read_key_sequence doesn't modify these
547         events for internal purposes anymore.
549         * files.el (auto-mode-alist): Use nroff-mode for files ending
550         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
552 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
554         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
555         tool-bar-lines parameter, behave as if its value were zero.
556         (mouse-avoidance-set-pointer-shape): Don't do anything if
557         x-pointer-shape is not boundp.
559 2001-07-23  Francesco Potorti`  <pot@gnu.org>
561         * uniquify.el: Overall speedup changes when using many buffers.
562         (uniquify-fix-item-base, uniquify-fix-item-filename)
563         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
564         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
565         place in the item, but was never used.
566         (uniquify-fix-item-min-proposed): New defalias: the fourth place
567         in the item is now used as cache for the proposed name.
568         (uniquify-rationalize-file-buffer-names): Move computation made on
569         newbuffile out of the loop, in the newbuffile-nd local var.
570         Use dolist (cosmetic change).  Compute the proposed name for the most
571         common case and cache it in the fourth place in the item.
572         (uniquify-rationalize-file-buffer-names): Used to return a a list
573         of buffer whose name was changed, but that return value was never used.
574         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
575         the cached proposed name, does much less consing and is quicker.
576         (uniquify-filename-lessp): Deleted.
577         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
578         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
579         cached proposed name is possible.
580         (uniquify-get-proposed-name): Arguments changed, callers changed.
581         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
582         uniquify-possibly-resolvable flag, which is no more bound locally.
583         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
584         flag, which does not exist any more.
586 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
588         * term/internal.el (IT-unicode-translations): Fix the appearance of
589         "6`".
591         * progmodes/compile.el (compile-internal): If EMACS is already
592         defined in the environment, don't override its value.
594 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
596         * play/fortune.el: Undo change of 2001-07-13.
597         Fix autoload cookies.  Add types to defcustoms.
598         (fortune) <defgroup>: Add :link.
599         (fortune-from-region): Use eq, not eql.
600         From Dave Love <fx@gnu.org>.
602         * play/animate.el (animate-birthday-present): Function removed.
604         * play/animate.el: New file.
606 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
608         * startup.el (normal-top-level-add-subdirs-to-load-path):
609         On Windows, put into normal-top-level-add-subdirs-inode-list the
610         canonicalized names of the directories instead of inode numbers.
612 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
614         * ediff-util.el: Copyright years.
615         (ediff-choose-syntax-table): New function.
616         (ediff-setup): Use ediff-choose-syntax-table.
617         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
618         vc-state is available.
619         (ediff-make-temp-file): Use ediff-coding-system-for-write.
621         * ediff-init.el (ediff-with-syntax-table): New macro, uses
622         with-syntax-table.
623         (ediff-coding-system-for-read): From ediff-diff.el
624         (ediff-coding-system-for-write): New variable.
625         (ediff-highest-priority): Fixed the bug having to do with disappearing
626         overlays.
627         (ediff-file-remote-p): Use file-remote-p, if available.
628         (ediff-listable-file): New function.
629         (ediff-file-attributes): Use ediff-listable-file.
631         * ediff-mult.el (ediff-meta-insert-file-info1):
632         Use ediff-listable-file.
634         * ediff-ptch.el (ediff-prompt-for-patch-file):
635         Use ediff-coding-system-for-read.
636         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
638         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
639         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
641         * ediff.el: Date of last update, copyright years.
643         * ediff-wind (ediff-setup-control-frame): Nill->nil.
645         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
646         of Scott Bronson.
647         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
648         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
649         Deleted functions.
650         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
651         ex-token-list.
652         (viper-get-ex-address-subr): Convert registers to char data type.
654         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
655         (viper-memq-char): Use viper-int-to-char.
656         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
657         vc-locking-state.
658         (viper-read-key): Use viper-read-key-sequence.
660         * viper.el (viper-major-mode-modifier-list):
661         Added inferior-emacs-lisp-mode.
662         (this-major-mode-requires-vi-state): New function that uses simple
663         heuristics to decide if vi state is appropriate.
664         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
665         (viper-non-hook-settings): Don't advise read-key-sequence.
666         (viper-read-key-sequence): New function that replaces the
667         previously used advice to read-key-sequence.
669         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
670         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
671         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
672         (viper-open-line-at-point,viper-substitute,viper-overwrite)
673         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
674         Got rid of the negative character hack.
675         (viper-escape-to-state,viper-replace-state-exit-cmd):
676         Use viper-read-key-sequence.
677         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
678         (viper-minibuffer-standard-hook,viper-read-string-with-history):
679         Don't override existing minibuffer-setup-hook.
680         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
681         Convert registers to char data type.
682         (viper-autoindent): Use viper-indent-line.
684         * viper-keym.el: Use viper-exec-key-in-emacs.
686 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
688         * server.el (server-visit-files): Fix variable name typo.
690 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
692         * simple.el (delete-trailing-whitespace): Save match data
693         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
695 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
697         * progmodes/compile.el (compilation-parse-errors): `linenum' might
698         return a this-error using the alternative format (a pair of markers).
700 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
702         * font-lock.el (c++-keywords): Add Standard C++ operator names.
704         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
705         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
707 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
709         * international/iso-transl.el: Fix typo in the header of the file.
711         * textmodes/picture.el (picture): Doc fix.
713         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
714         follow coding conventions in generated files.
716 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
718         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
719         (tool-bar-add-item): Don't call image-related primitives if the
720         display doesn't support images.
722         * frame.el (display-images-p): New function.
724 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
726         * server.el (server-visit-files): Handle the case the specified
727         column number is <= 0.
729 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
731         * startup.el (command-line-1): Add support for +LINE:COLUMN
732         command line argument.
734 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
736         * server.el (server-process-filter, server-visit-files):
737         Add support for +LINE:COLUMN style emacsclient calls.
739 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
741         * emacs-lisp/easy-mmode.el: Add Keywords header.
743         * play/pong.el: Author has new address.
745         * play/landmark.el: Author is no more reachable.
747         * play/handwrite.el: Author is no more reachable.
749 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
751         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
752         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
753         Complete bindings for F<1..12> keys.
754         (global-map): Remove `undo' binding (already in the default).
755         Replace `t<n>' bindings with `f<n>' bindings.
757 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
759         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
760         (tcl-mode): Use tcl-add-log-defun.
761         (tcl-indent-line): Use tcl-calculate-indent.
762         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
763         (tcl-indent-exp): Renamed from indent-tcl-exp.
764         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
765         (tcl-indent-for-comment): Call comment-indent-function properly
766         and handle the case where it returns nil.
768 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
770         * calendar/cal-islam.el (calendar-goto-islamic-date):
771         Remove autoload cookie.
773         * calendar/calendar.el (calendar-goto-islamic-date):
774         Add call to autoload.
776 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
778         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
779         Don't change compile-auto-highlight globally.
780         Don't bother with `font-lock-defaults' property since XEmacs
781         also understands the `font-lock-defaults' variable.
782         Use make-local-variable rather than make-variable-buffer-local.
783         Don't `defconst' comment-indent-function: keep the default.
784         Call easy-menu-add unconditionally.
785         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
786         (ada-create-menu): Use :included for Emacs as well.
788         * vc.el (vc-do-command): Autoload.
790         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
792 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
794         * ps-print.el: Fix Author: header.
796 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
798         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
799         mouse-1 etc., bind them to `ignore'.
801         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
802         send-invisible, which is already defined in Comint.
803         (eshell-watch-for-password-prompt): Use it.
805 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
807         * which-func.el (which-func-mode): Doc fix.
809         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
810         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
811         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
812         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
813         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
814         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
815         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
816         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
817         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
818         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
819         * emulation/edt-mapper.el, emulation/edt-pc.el,
820         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
821         * emulation/tpu-edt.el, emulation/tpu-extras.el,
822         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
823         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
824         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
825         * international/isearch-x.el, international/iso-cvt.el,
826         * international/ogonek.el, international/quail.el,
827         * international/utf-8.el, jit-lock.el, language/devan-util.el,
828         * language/devanagari.el, language/ethio-util.el,
829         * language/ethiopic.el, language/european.el, language/indian.el,
830         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
831         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
832         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
833         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
834         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
835         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
836         * progmodes/autoconf.el, progmodes/cmacexp.el,
837         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
838         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
839         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
840         * progmodes/ebnf2ps.el, progmodes/executable.el,
841         * progmodes/fortran.el, progmodes/idlw-shell.el,
842         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
843         * progmodes/m4-mode.el, progmodes/mantemp.el,
844         * progmodes/meta-mode.el, progmodes/octave-inf.el,
845         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
846         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
847         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
848         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
849         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
850         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
851         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
852         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
853         * textmodes/two-column.el, time-stamp.el, timezone.el,
854         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
855         * which-func.el, whitespace.el, wid-browse.el, widget.el,
856         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
857         conventions.
859 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
861         * simple.el (set-variable): Require 'cus-edit' instead of
862         `wid-edit', so that the Custom widgets get defined.
864 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
866         * allout.el: A fix to follow coding conventions.
868         * find-lisp.el: A fix to follow coding conventions.
870         * term/w32-win.el: A fix to follow coding conventions.
872         * textmodes/sgml-mode.el: A fix to follow coding conventions.
874         * term/xterm.el: A fix to follow coding conventions.
876         * term/news.el: A fix to follow coding conventions.
878         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
879         header line fixed.
881         * sun-curs.el: Fix Maintainer: header line.
883         * emacs-lisp/easymenu.el: Address of the author added.
885 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
887         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
888         property.
890 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
892         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
893         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
894         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
895         Some fixes to follow coding conventions.
897 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
899         * which-func.el (which-func-mode): Doc fix.
901 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
903         * net/rcompile.el (remote-compile): Use make-local-variable.
905         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
907         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
909         * mail/reporter.el (reporter-submit-bug-report):
910         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
912 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
914         * calendar/cal-china.el, calendar/cal-coptic.el,
915         * calendar/cal-dst.el, calendar/cal-french.el,
916         * calendar/cal-hebrew.el, calendar/cal-islam.el,
917         * calendar/cal-iso.el, calendar/cal-julian.el,
918         * calendar/cal-mayan.el, calendar/cal-persia.el,
919         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
920         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
921         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
922         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
923         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
924         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
925         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
926         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
927         * progmodes/ada-xref.el, progmodes/cc-align.el,
928         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
929         * progmodes/cc-defs.el, progmodes/cc-engine.el,
930         * progmodes/cc-langs.el, progmodes/cc-menus.el,
931         * progmodes/cc-styles.el, progmodes/cc-vars.el,
932         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
933         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
934         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
935         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
936         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
937         * textmodes/reftex.el: Some fixes to follow coding
938         conventions in Eshell files with known maintainers.
940         * emulation/viper.el: A fix to follow coding conventions.
942         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
943         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
944         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
945         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
946         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
947         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
948         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
949         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
950         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
951         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
952         conventions in Eshell files.
954         * composite.el, diff.el, emacs-lisp/levents.el,
955         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
956         * emulation/pc-mode.el, emulation/viper-cmd.el,
957         * emulation/viper-ex.el, emulation/viper-init.el,
958         * emulation/viper-keym.el, emulation/viper-macs.el,
959         * emulation/viper-mous.el, emulation/viper-util.el,
960         * emulation/viper.el, forms-pass.el, international/ccl.el,
961         * international/characters.el, international/encoded-kb.el,
962         * international/fontset.el, international/ja-dic-cnv.el,
963         * international/ja-dic-utl.el, international/kinsoku.el,
964         * international/kkc.el, international/mule-cmds.el,
965         * international/mule-diag.el, international/mule-util.el,
966         * international/mule.el, international/titdic-cnv.el,
967         * language/china-util.el, language/chinese.el,
968         * language/cyril-util.el, language/cyrillic.el, language/english.el,
969         * language/greek.el, language/hebrew.el, language/japan-util.el,
970         * language/japanese.el, language/korea-util.el, language/korean.el,
971         * language/lao-util.el, language/lao.el, language/misc-lang.el,
972         * language/slovak.el, language/thai-util.el, language/thai.el,
973         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
974         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
975         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
976         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
977         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
978         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
979         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
980         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
981         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
982         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
983         to follow coding conventions in files without maintainer or in files
984         with clear maintainer (but without Maintainer header stating so).
986         * emacs-lisp/elp.el: A fix to follow coding conventions.
988         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
989         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
990         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
991         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
992         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
993         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
994         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
995         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
996         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
997         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
998         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
999         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1000         conventions in files from Gnus.
1002         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1003         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1004         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1005         * echistory.el, electric.el, emacs-lisp/authors.el,
1006         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1007         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1008         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1009         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1010         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1011         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1012         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1013         * international/codepage.el, international/iso-ascii.el,
1014         * international/iso-insert.el, international/iso-transl.el,
1015         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1016         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1017         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1018         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1019         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1020         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1021         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1022         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1023         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1024         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1025         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1026         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1027         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1028         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1029         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1030         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1031         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1032         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1033         * textmodes/tex-mode.el, textmodes/text-mode.el,
1034         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1035         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1036         * vt100-led.el, window.el: Some fixes to follow coding conventions in
1037         files maintained by FSF.
1039 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1041         * arc-mode.el: A fix to follow coding conventions.
1043         * bindings.el: Ditto.
1045         * cdl.el: Ditto.
1047         * comint.el: Ditto.
1049         * cus-start.el: Ditto.
1051         * shell.el: Ditto.
1053         * skeleton.el: Ditto.
1055 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
1057         * info.el (Info-build-node-completions):
1058         Make Info-current-file-completions buffer local.
1060 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
1062         * which-func.el (which-func-mode, which-func-ff-hook)
1063         (which-function-mode): Remove references to which-func-mode-global.
1065         * calendar/cal-islam.el (calendar-goto-islamic-date):
1066         Add  autoload cookie.
1068         * play/fortune.el: Add types to defcustoms.
1070 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1072         * language/czech.el: A fix to follow coding conventions.
1074 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1076         * speedbar.el (speedbar-supported-extension-expressions): Add .g
1077         to the extension list, for antlr-mode.  From Christoph Wedler
1078         <Christoph.Wedler@sap.com>.
1080 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
1082         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1083         (vc-dired-mode-map): Fix the madness.
1085         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1086         (vc-prefix-map): Moved back from vc.el.
1088 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
1090         * mail/mail-extr.el (mail-extr-all-top-level-domains):
1091         Increase the size of the obarray.
1092         (mail-extr-all-top-level-domains): Add more toplevel domains,
1093         add more long names.
1094         From: Per Starback <starback@ling.uu.se>.
1096 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1098         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1099         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1101         * progmodes/ada-mode.el: Ditto.
1103         * progmodes/ada-xref.el: Ditto.
1105 2001-07-11  Miles Bader  <miles@gnu.org>
1107         * finder.el (finder-insert-at-column): Also move to the next line
1108         if exactly at COLUMN.
1110 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
1112         * help.el (describe-function-1): When printing FUNCTION's
1113         documentation, don't assume FUNCTION is a symbol.
1115         * startup.el (normal-top-level): Don't operate on the initial
1116         frame if we failed to create one.
1118 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
1120         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1121         itself, i.e. only indent the contents in it.
1123 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
1125         * mail/rmail.el (rmail-show-message): Show beginning of message in
1126         all windows containing it.
1128 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
1130         * term/tty-colors.el: Fix the header line and copyright years.
1132 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
1134         * emacs-lisp/advice.el (ad-make-advised-definition): If the
1135         original definition has an interactive form, but is Elp
1136         instrumented, use the interactive form of the function called by
1137         elp-wrapper.
1139         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
1140         configurations with compare-window-configuration; they aren't
1141         window configurations.
1143         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1144         from the server for the format we expect.  Don't use it if it
1145         doesn't look like what the Internet draft for FTP extensions specifies.
1147         * toolbar/*.pbm: Cleaned up.
1148         From Luis Fernandes <elf@ee.ryerson.ca>.
1150 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
1152         * cc-cmds.el: Extended the kludge to interoperate with the
1153         delsel and pending-del packages wrt to the new function
1154         `c-electric-delete-forward'.
1156 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
1158         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1159         to delay the call to <mode> for global minor modes.
1160         (easy-mmode-define-navigation): Only recenter if interactive.
1162 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
1164         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1165         to lisp-indent-line.
1167         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1168         from the server.  Call encode-time only when we are sure that we
1169         got a 213 response.
1171 2001-07-06  Simon Josefsson  <jas@extundo.com>
1173         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1174         (mail-envelope-from): New user option.
1175         (sendmail-send-it): Use it.
1177 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1179         * ps-print.el: Use locale dependant date to print date in header.
1180         Doc fix.
1181         (ps-print-version): New version number (6.5.3).
1182         (ps-right-header, ps-right-footer): Initialization and doc fix.
1183         (ps-time-stamp-locale-default): New fun.
1185 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1187         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1188         field problem with MIME-mode.
1190         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1192 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1194         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1195         MIME-mode.
1197 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
1199         * bindings.el (mode-line-mule-info): Don't show the tip with
1200         buffer-file-coding-system if that is nil.
1202 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
1204         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1205         instead of kill-line.
1207         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
1208         <Pavel@Janik.cz>.
1210         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
1211         <Pavel@Janik.cz>.
1213 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
1215         * font-lock.el (c-font-lock-keywords-3): When matching something
1216         like `struct X Y', finish with point after Y.
1218 2001-07-04  Simon Josefsson  <jas@extundo.com>
1220         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1221         in caller buffer.
1223 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
1225         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1226         instead of string-match to find the basename of the file.
1227         From Pascal Obry <p.obry@wanadoo.fr>.
1229         * net/browse-url.el (browse-url-default-windows-browser):
1230         Support the MS-DOS port when it runs on Windows.
1231         (browse-url-browser-function) [ms-dos]: Default to
1232         browse-url-default-windows-browser.
1234         * help.el (locate-library): Enable code that looks for compressed
1235         libraries if auto-compression-mode is on.
1237 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
1239         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1241 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
1243         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1245 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
1247         * allout.el: Fix the header line, so that finder.el recognizes it.
1248         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1250         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1251         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1253 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1255         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1257         * ps-bdf.el (bdf-directory-list): Use the value relative to
1258         installation-directory for MS-Windows as well.
1260 2001-06-29  Richard M. Stallman  <rms@gnu.org>
1262         * wid-edit.el (widget-color-sample-face-get):
1263         Return ((foreground-color . COLOR)) instead of constructing a face.
1265 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1267         * faces.el (region): Change the background color for the
1268         light-background color display to lightgoldenrod2, to make it
1269         visible on some laptops.
1271 2001-06-28  Richard M. Stallman  <rms@gnu.org>
1273         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1274         (rmail-msg-restore-non-pruned-header): Likewise.
1275         If point was in the old pruned header, put it at the top.
1276         (rmail-msg-prune-header): If point was at the top, keep it there.
1278         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1279         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1281 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
1283         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1285 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
1287         * saveplace.el: Update maintainer email address.
1289 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1291         * uniquify.el: (uniquify-rationalize-file-buffer-names):
1292           Undo previous change.
1294 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1296         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1297         preliminary quick reordering.  Can speed things up dramatically.
1299 2001-06-26  Richard M. Stallman  <rms@gnu.org>
1301         * dired.el (dired-get-filename): A file name starting with ~
1302         is not absolute in this context.
1304         * which-func.el (which-func-maxout): Increase default to 500000.
1305         (which-function-mode): This is now the "real" name of the function.
1306         (which-func-mode): Now an alias.
1307         (which-func-mode-global): Name deleted.
1309         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1310         button-2, when binding hs-mouse-toggle-hiding.
1312 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1314         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1315         (rmail-msg-prune-header): Likewise.
1316         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1317         and `rmail-msg-prune-header'.
1319 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
1321         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1322         back than LINEBEG.
1324 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
1326         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1327         window where they clicked the mouse has a header line, adjust
1328         vertical movement by one.
1330 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
1332         * progmodes/glasses.el (glasses-make-readable): Consider underscores
1333         too when separating a parenthesis.
1335 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
1337         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1338         (bookmark-bmenu-hide-filenames): Add help-echo to
1339         mouse-highlighted text.
1340         (bookmark-bmenu-show-filenames): Remove help-echo property from
1341         the whitespace.
1343 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
1345         * files.el (auto-mode-alist): Add configure.ac (autoconf).
1346         From Karl Eichwalder <ke@suse.de>.
1348 2001-06-23  Richard M. Stallman  <rms@gnu.org>
1350         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1352         * progmodes/cc-styles.el (c-set-style): Don't specify initial
1353         contents for completing-read.
1355 2001-06-22  Richard M. Stallman  <rms@gnu.org>
1357         * menu-bar.el (menu-bar-make-toggle): Construct the
1358         function's doc string from HELP, not DOC, and make it accurate by
1359         adding "Toggle whether to " at the front and downcasing the initial.
1360         Change the HELP arg in some calls to make it fit this usage.
1362         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1363         Undo previous change.
1365 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
1367         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1369         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1371 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
1373         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1375         * dabbrev.el (dabbrev--select-buffers): Fix last change.
1377 2001-06-20  Richard M. Stallman  <rms@gnu.org>
1379         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1380         broken out from dabbrev--find-expansion.  Handle minibuffer
1381         specially here.
1382         (dabbrev--find-expansion): Simplify code in various ways.
1383         Don't treat minibuffers specially.
1384         Call dabbrev--make-friend-buffer-list.
1385         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
1386         (dabbrev--scanning-message): Do nothing when minibuffer is current.
1388 2001-06-19  John Wiegley  <johnw@gnu.org>
1390         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1391         Also, added a comment describing how to greatly speedup Eshell
1392         loadup time, by concatenating together all of Eshell's .elc files.
1394 2001-06-19  John Wiegley  <johnw@gnu.org>
1396         * eshell/esh-mode.el: Disabled a test that often yields false failures.
1398 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
1400         * woman.el (WoMan-highlight-references): Add help-echo to
1401         mouse-highlighted text.
1403 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
1405         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1407 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
1409         * international/quail.el (quail-start-conversion):
1410         Reset quail-translating to nil.
1412         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1413         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1415 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
1417         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1418         mouse-highlighted text.
1420         * dired.el (dired-mark-pop-up): Fix last change.
1422 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
1424         * calendar/calendar.el (generate-calendar-month): Add help-echo to
1425         mouse-highlighted text.
1427         * net/quickurl.el (quickurl-url-file): Run through
1428         convert-standard-filename.
1429         (quickurl-list-populate-buffer): Add help-echo to
1430         mouse-highlighted text.
1431         (top-level): Update Dave's URL.
1433         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1434         mouse-highlighted text.
1436         * textmodes/page-ext.el (pages-copy-header-and-position):
1437         Add help-echo to mouse-highlighted text.
1439         * tar-mode.el (tar-header-block-summarize): Add help-echo to
1440         mouse-highlighted text.
1442         * replace.el (occur): Add help-echo to mouse-highlighted text.
1444         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1445         mouse-highlighted text.
1447         * progmodes/cpp.el (cpp-make-button): Add help-echo to
1448         mouse-highlighted text.
1450         * progmodes/compile.el (compile-reinitialize-errors):
1451         Add help-echo to mouse-highlighted messages.
1452         (compilation-forget-errors): Remove help-echo property as well.
1454         * play/landmark.el (lm-plot-square, lm-init-display):
1455         Add help-echo to mouse-highlighted text.
1457         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1458         Add help-echo to mouse-highlighted text.
1460         * dired.el (dired-insert-set-properties): Add help-echo to
1461         mouse-highlighted text.
1462         (dired-mark-pop-up): Remove help-echo property from the file name.
1464         * comint.el (comint-send-input): Add help-echo to
1465         mouse-highlighted text.
1467         * buff-menu.el (list-buffers-noselect): Add help-echo to
1468         mouse-highlighted text.
1470         * arc-mode.el (archive-summarize-files): Add help-echo to
1471         mouse-highlighted text.
1473         * ffap.el (ffap-machine-p): Always return nil if
1474         open-network-stream is not fboundp.
1476 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
1478         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
1479         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1480         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1481         incorrectly binding chars between 128 and 256 to it.
1482         (sgml-maybe-name-self): Handle latin-1 chars properly.
1483         (sgml-tags-invisible): Bind buffer-file-name to nil.
1484         Use unwind-protect and restore-buffer-modified-p.
1485         (sgml-point-entered): Use buffer-substring-no-properties.
1486         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1487         (html-mode): Don't force `imenu-sort-function'.
1489 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
1491         * tar-mode.el: Fix the copyright notice.
1493         * font-lock.el (font-lock-comment-face): For tty's with dark
1494         background, use "red1", since "lightred" is not one of the colors
1495         recognized by tty-colors.el.
1497         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1498         create a buffer for extracted file, in case there's more than one
1499         file by that name in an archive, possibly in different
1500         directories.  From Kevin Rodgers <kevinr@ihs.com>.
1502         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
1503         <alex@gnu.org>.
1505 2001-06-15  Miles Bader  <miles@gnu.org>
1507         * textmodes/texinfmt.el (texinfo-format-syntax-table):
1508         Revert previous change.
1510 2001-06-14  Richard M. Stallman  <rms@gnu.org>
1512         * replace.el (keep-lines-read-args): Return just a regexp.
1513         Provide nil for the region args.
1514         (keep-lines, flush-lines, how-many):
1515         Calculate the defaults for the region here, when args are nil.
1517 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1519         * rot13.el (rot13-other-window): Some more doc fix.
1521 2001-06-14  Per Starback  <starback@ling.uu.se>
1523         * replace.el (case-replace, query-replace-from-history-variable)
1524         (query-replace-to-history-variable, keep-lines-read-args)
1525         (occur-revert-function, query-replace-help): Dox fix.
1527 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1529         * rot13.el (rot13-other-window): Doc fix.
1531 2001-06-14  Miles Bader  <miles@gnu.org>
1533         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1534         of " and \ to "." (punctuation).
1535         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1537 2001-06-13  Richard M. Stallman  <rms@gnu.org>
1539         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1541         * simple.el (shell-command-on-region): Never kill the
1542         *Shell Command Output* buffer.
1544 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
1546         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1548 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
1550         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1551         New var, to recognize ${ $' and PODs.
1552         (perl-font-lock-syntactic-face-function): New function.
1553         (perl-mode): Use them.
1554         (perl-continuation-line-p): New function, from perl-calculate-indent.
1555         (perl-calculate-indent): Use it, to properly handle continuation
1556         lines of continuation lines.
1558 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
1560         * server.el (server-process, server-buffer-clients): Doc fix.
1561         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1563 2001-06-09  John Wiegley  <johnw@gnu.org>
1565         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1566         test if the last command was Lisp or not.
1567         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1568         B x C".
1570 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
1572         * dos-w32.el (grep-regexp-alist): Remove definition, since the
1573         general one on compile.el supports drive letters.
1575 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1577         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1578         key description.
1580         * textmodes/reftex-sel.el (reftex-select-jump): New command.
1582         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1583         (reftex-toc-jump): New command.
1585         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1586         to parse international characters as well.
1588         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1589         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1591         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1593         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1594         TAB to the key separators.
1596 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
1598         * international/mule.el (auto-coding-alist): Remove redundant
1599         up-cased versions of the extensions (auto-coding-alist-lookup is
1600         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
1601         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
1603 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
1605         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1607 2001-06-01  Richard M. Stallman  <rms@gnu.org>
1609         * help.el (describe-variable): Put value on same line
1610         with preceding text, if it is short enough to look good that way.
1612 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
1614         * term/internal.el (IT-unicode-translations): New variable.
1615         (IT-setup-unicode-display): New function.
1617 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1619         * ps-print.el: Handle before-string and after-string overlay properties
1620         in ps-print-*-with-faces commands.  Doc fix.
1621         (ps-print-version): New version number (6.5.2).
1622         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1623         for XEmacs.
1624         (ps-prefix-quote): Doc fix.
1625         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1626         (ps-basic-plot-str, ps-plot-string): New funs.
1628 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
1630         * progmodes/etags.el (tags-compression-info-list): Fix docstring
1631         and :type spec.
1633 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
1635         * international/mule-cmds.el (inactivate-input-method):
1636         Set input-method-function to nil.
1638         * xml.el (xml-parse-tag): The document may contain invalid characters.
1639         From ShengHuo ZHU  <zsh@cs.rochester.edu>
1641 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1643         * mail/rmailsum.el (rmail-message-subject-p): Don't call
1644         `rmail-summary-line-decoder' if the message does not have
1645         a Subject: field.
1647         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1649         * mail/rmail.el (rmail-insert-mime-resent-message-function):
1650         New variable.
1651         (rmail-resend): Modify to work in `rmail-view-buffer'; call
1652         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1653         is non-nil.
1655 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
1657         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1659 2001-05-29  Sam Steingold  <sds@gnu.org>
1661         * faces.el (face-valid-attribute-values): Bind `valid' directly
1662         instead of using `setq'.
1664         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1665         Use `tex-shell-buf'.
1666         (tex-shell-proc): Use `tex-shell-running'.
1667         (tex-shell-buf-no-error): New function.
1668         (tex-send-tex-command): Use it.
1669         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1670         (tex-kill-job): Check the process before calling `quit-process'.
1672 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
1674         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1675         UTF-8 sequences.
1677 2001-05-28  Miles Bader  <miles@gnu.org>
1679         * comint.el (comint-carriage-motion): Renamed from
1680         `comint-cr-magic'.  Operate on the buffer instead of the string
1681         (for use as a comint post-output filter, instead of as a
1682         pre-output filter).  Handle backspaces too.  Add to the
1683         `comint-output-filter-functions' hook instead of
1684         `comint-preoutput-filter-functions'.
1686 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
1688         * language/japan-util.el (japanese-hankaku): Prefer the charset
1689         `jisx0201' when the optional argument `ascii-only' is not specified.
1690         (japanese-hankaku-region): Ditto.
1691         From Katsumi Yamaoka <yamaoka@jpl.org>
1693 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
1695         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1696         (outline-invisible-p): New function.
1697         (hide-leaves): Save excursion.
1698         (hide-other): Stop looping when reaching bobp.
1700 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1702         * cus-edit.el (custom-file): Fix last change.
1704 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
1706         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1707         same definition in byte-compile-function-environment as `autoload'
1708         would put in `symbol-function'.
1710         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1711         patch to correct the error message as well.
1713 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
1715         * cus-edit.el (custom-file): Don't assume we were invoked with -q
1716         unless ~/.emacs exists.
1718         * novice.el (enable-command): If user-init-file is nil or does not
1719         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1721 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1723         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1724         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1725         Allow spaces around macro arguments.
1726         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1727         indent-for-tab-command.
1728         (latex-mode-map, plain-tex-mode-map): New keymaps.
1729         Inherit from tex-mode-map.
1730         (tex-common-initialization): Don't setup the keymap any more
1731         since it's now done right by define-derived-mode.
1732         (latex-mode): Set skeleton-end-hook to nil.
1733         (latex-skeleton-end-hook): Remove.
1734         (tex-latex-block, latex-insert-item): Simplify.
1735         (latex-syntax-after): Use following-char rather than char-after.
1736         (tex-discount-args-cmds, tex-count-words): New functions.
1738         * textmodes/tildify.el (tildify-ignored-environments-alist):
1739         Recognize \verb* as well.
1741         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1742         (perl-comment-indent): Simplify to let newcomment.el do its job.
1743         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1744         (perl-mark-function): Cleanup the namespace.
1745         (perl-calculate-indent): Don't be fooled by nested functions.
1747         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1749         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1750         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
1752 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
1754         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1755         actually be `\\'.
1756         (ctlau-b5-converter): Likewise.
1758 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1760         * international/titdic-cnv.el (quail-misc-package-ext-info):
1761         Change CTLauB.el to CTLau-b5.el.
1763 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1765         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1766         rather than beginning-of-line to avoid problems with fields.
1767         (gud-perldb-massage-args): Use unless and push.
1768         (gud-chdir-before-run): New var.
1769         (gud-common-init): Use it.
1771 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1773         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1774         delete entries for chinese-ctlau and chinese-ctlaub.
1775         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1776         chinese-ctlaub.
1777         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1778         New functions.
1780 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
1782         * cus-edit.el (custom-comment-show): Remove debug code.
1784         * language/japan-util.el (japanese-symbol-table): Fix handling of
1785         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
1787 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
1789         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1790         Renamed by removing the silly `-flag' suffix.
1791         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1793 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1795         * replace.el (keep-lines-read-args): Use `copy-marker'.
1796         (how-many): Save excursion properly.
1797         (occur-mode): Use define-derived-mode.
1798         (perform-replace): Use with-current-buffer.
1800 2001-05-20  Richard M. Stallman  <rms@gnu.org>
1802         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1804         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1806         * info.el (Info-read-subfile): Widen before finding the
1807         desired node in the subfile.
1809         * startup.el (command-line-1): When >2 files visited,
1810         leave the last one visible, and make that the selected window.
1812 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
1814         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1816 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
1818         * international/ccl.el (define-ccl-program): Fix a typo.
1819         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1821         * international/mule.el (decode-char): Fix a typo.  From Pavel
1822         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1824         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
1825         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1827         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
1828         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1830 2001-05-18  Sam Steingold  <sds@gnu.org>
1832         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1833         and [RET] to `cvs-mode-find-file'.
1835 2001-05-18  John Wiegley  <johnw@gnu.org>
1837         * eshell/esh-ext.el (eshell-explicit-command-char): A new
1838         configuration variable, which determines the initial character
1839         that forces use of an external version of a command.  The default
1840         is *, but may be set to \, for example.
1842         * eshell/esh-ext.el (eshell-explicit-command):
1843         Use `eshell-explicit-command-char' instead of ?*.
1845         * eshell/esh-cmd.el (eshell/which):
1846         Use `eshell-explicit-command-char' instead of ?*.
1848         * eshell/em-cmpl.el (eshell-completion-command-name)
1849         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1850         instead of ?*.
1852 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
1854         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1855         subst-char-in-string.
1856         (ange-ftp-after-parse-ls-hook): New variable.
1857         (ange-ftp-ls): Run that hook.
1858         From Peter Milliken <Peter.Milliken@GTECH.COM>.
1860         * tmm.el (tmm-get-keymap): Fix handling of :filter.
1861         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1862         text into *Completions*.
1864         * net/goto-addr.el (goto-address-at-point): Deal with URLs
1865         part of which look like email addresses.
1867 2001-05-18  Andrew Innes  <andrewi@gnu.org>
1869         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1870         Use . instead of absolute path for lisp dir, to avoid bug in W2K
1871         cmd.exe's handling of FOR loops.
1872         (autoloads): Set find-file-suppress-same-file-warnings to t to
1873         avoid slew of spurious messages.
1875 2001-05-18  Simon Josefsson  <simon@josefsson.org>
1877         * mail/smtpmail.el (maybe-append-domain): Renamed to
1878         `smtpmail-maybe-append-domain'.
1879         (smtpmail-via-smtp): Use the new name.
1881         * net/browse-url.el (browse-url-browser-function): Add kde.
1882         (browse-url-kde-program, browse-url-kde-args): New variables.
1883         (browse-url-kde): New function.
1885 2001-05-18  Miles Bader  <miles@gnu.org>
1887         * simple.el (delete-horizontal-space, just-one-space):
1888         Use `constrain-to-field' instead of `field-end'/`field-beginning',
1889         because it's more efficient for large files.
1891 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1893         * mail/rmail.el (rmail-require-mime-maybe): New function.
1894         (rmail): Use it.
1895         (rmail-mode): Handle the case of finding Rmail files.
1897         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1898         functions.
1900 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1902         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1903         text-property after moving to the beginning of line and regardless
1904         of the value of font-lock-multiline.
1906 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1908         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1910         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1911         last coding system used before calling set-buffer-modified-p
1912         because that function changes last-coding-system.
1914 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1916         * files.el (switch-to-buffer-other-window)
1917         (switch-to-buffer-other-frame): Add an xref to display-buffer in
1918         the doc string.
1920 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1922         * language/slovak.el, language/czech.el: New maintainer.
1924 2001-05-16  Sam Steingold  <sds@gnu.org>
1926         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1927         sub-form of `defgeneric' correctly.
1929 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
1931         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1932         of `c'.
1934         * textmodes/outline.el (outline-font-lock-level): Remove the
1935         condition-case, test what outline-level returns instead, to
1936         ease debugging.
1938         * international/mule.el (auto-coding-regexp-alist): New user-option.
1939         (auto-coding-from-file-contents): New function.
1940         (set-auto-coding): Use it to determine a coding system.
1942 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
1944         * mouse.el (mouse-delete-other-windows): Doc fix.
1946         * emacs-lisp/lisp-mode.el (lisp-mode):
1947         Make font-lock-keywords-case-fold-search a buffer-local variable with
1948         make-local-variable before setting it.
1950 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
1952         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1953         prefixes.
1955 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
1957         * hexl.el (hexl-current-address): Print a message when called
1958         interactively.
1960 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
1962         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1964         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1966         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1968 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
1970         * startup.el (command-line): If parameters have been changed in
1971         the init files which influence font selection, clear the face
1972         cache so that faces get realized with the new parameters.
1974         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1976 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1978         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1980 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
1982         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1983         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
1985 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
1987         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1988         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
1990 2001-05-09  John Wiegley  <johnw@gnu.org>
1992         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1993         Annotated the documentation string to tell users about
1994         `eshell-no-numeric-conversions'.
1996         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1997         conversions if a Lisp function has the property
1998         `eshell-no-numeric-conversions' set to a non-nil value.
2000         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2001         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2002         property `eshell-no-numeric-conversions' on the following
2003         functions (which all deal with filesystem entities, and never Lisp
2004         numerical values): eshell/cd, eshell/pushd, eshell/popd,
2005         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2006         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2007         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2008         eshell/which, eshell/addpath.
2010 2001-05-09  John Wiegley  <johnw@gnu.org>
2012         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2013         encountered as an argument, don't convert it right away, but tag
2014         the first character of the string with the text properties
2015         `number', which signifies to `eshell-lisp-command' that the
2016         argument should be passed through `string-to-number' if it is
2017         actually used in the call to a Lisp function.
2019         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2020         function, convert any string arguments that have been tagged as
2021         "numbers", by calling string-to-number.
2023         * eshell/esh-util.el (eshell-number-regexp): Now that number
2024         conversions only happen for Lisp function calls, the number regexp
2025         should now match all integer and floating point forms.
2027         * eshell/esh-proc.el: Disable `eshell-stop-process' and
2028         `eshell-continue-process', since they are both nonfunctional at
2029         the moment.
2030         (eshell-proc-initialize): Don't bind keys for
2031         `eshell-stop-process' or `eshell-continue-process'.
2033         * eshell/em-unix.el (eshell-shuffle-files):
2034         Apply `directory-file-name' before calling `file-name-directory'.
2036         * eshell/em-hist.el (eshell-add-to-history): Reference to
2037         `eshell-history-ring' needed to be `eshell-history-index'.
2039         * calendar/timeclock.el (timeclock-find-discrep):
2040         Initialize `elapsed' to 0.
2041         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2042         it's still nil.
2044 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
2046         * arc-mode.el (archive-int-to-mode): Construct the string directly.
2047         (archive-mode): Use capitalize.
2048         (archive-unique-fname): Use make-temp-file.
2050 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
2052         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2054 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
2056         * tar-mode.el (tar-extract): Pay attention to the value of
2057         coding-system-for-read, if it is non-nil.
2059         * calendar/holidays.el (holidays): Add an autoload cookie.
2060         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2062 2001-05-08  John Wiegley  <johnw@gnu.org>
2064         * calendar/timeclock.el (timeclock-workday-remaining):
2065         Changed logic for determining how much time is remaining.
2066         (timeclock-workday-elapsed): Don't accept a "relative" argument
2067         for the current day's elapsed time.  What could that have meant?
2068         (timeclock-workday-elapsed-string): No "relative" argument anymore.
2069         (timeclock-when-to-leave): Changed logic, similarly to what was
2070         done for `timeclock-workday-remaining'.
2071         (timeclock-find-discrep): Removed "today-only" argument, which had
2072         no meaning.  Fixed some more math problems.  The function now
2073         returns a three member list: (TOTAL-TIME-DISCREPANCY
2074         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2076 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
2078         * w32-fns.el (convert-standard-filename): Start replacing slashes
2079         from the beginning of the file name, not from where the last
2080         invalid character was.  From "Andrew Maguire (SWW)"
2081         <Andrew.Maguire@Smallworld.co.uk>
2083 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
2085         The following changes are to provide infrastructure for handling
2086         MIME messages to rmail.  They don't affect the original behaviour
2087         if rmail-enable-mime is nil.
2089         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2090         (rmail-search-mime-message-function)
2091         (rmail-search-mime-header-function): New variables.
2092         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2093         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2094         `rmail-view-buffer' is hidden.
2095         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
2096         call rmai-show-mime-function.
2097         (rmail-display-labels): If rmail-enable-mime is non-nil, update
2098         mode-line-process of rmail-view-buffer.
2099         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2100         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2101         buffer.
2102         (rmail-next-message, rmail-next-undeleted-message): Be sure to
2103         set-buffer to the Rmail buffer.
2104         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2105         rmail-search-mime-header-function.
2106         (rmail-search-message): New function.
2107         (rmail-search): Call rmail-search-message to check if a message
2108         matches REGEXP, lastly update point after calling
2109         rmail-show-message.
2110         (rmail-undelete-previous-message, rmail-expunge-confirmed)
2111         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2112         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2113         header region, refer to rmail-msgref-vector while setting the
2114         current buffer to rmail-buffer temporarily.
2115         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2116         If rmail-enable-mime is non-nil, call
2117         rmail-insert-mime-forwarded-message-function instead of inserting
2118         forwarded message by itself.
2120         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2121         Rmail buffer.
2122         (rmail-set-label, rmail-next-labeled-message): Likewise.
2124         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2125         set-buffer to the Rmail buffer.
2126         (rmail-output-to-rmail-file): Likewise.
2127         (rmail-output): Likewise.
2129         * mail/rmailsum.el (rmail-message-subject-p): Process the result
2130         of mail-fetch-field by rmail-summary-line-decoder.
2131         (rmail-new-summary): Be sure to go to the Rmail buffer.
2132         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2133         rmail-view-buffer to nil.
2134         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2135         rmail-view-buffer.
2136         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2137         rmail-buffer.
2138         (rmail-summary-scroll-msg-down): Likewise.
2139         (rmail-summary-beginning-of-message): Likewise.
2140         (rmail-summary-wipe): Likewise.
2141         (rmail-summary-toggle-header): Use save-window-excursion, not
2142         save-excursion.  Update point in rmail-view-buffer, not in
2143         rmail-buffer.
2144         (rmail-summary-reply): Before calling rmail-reply, set buffer to
2145         rmail-view-buffer, not rmail-buffer.
2147 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
2149         * cus-edit.el (custom-file): Signal an error if user-init-file is
2150         nil (running -q).
2152         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2154         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2155         Add :version.
2157         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2158         New option.
2159         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2160         only if smtpmail-warn-about-unknown-extensions is set.
2162         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2163         instead of rmail-sort-by-keywords.
2165         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2166         rmail-sort-by-keywords.
2168         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2169         rmail-summary-sort-by-keywords.  Doc fix.
2170         (rmail-summary-mode): Doc fix.
2172         * mail/rmail.el (rmail-edit): New Custom group.
2174         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2175         (rmail-edit-mode-hook): New user-option.
2177 2001-05-05  Richard M. Stallman  <rms@gnu.org>
2179         * help.el (help-xref-symbol-regexp): Recognize "source of"
2180         and friends, meaning make a link to the source file.
2181         (help-make-xrefs): Handle "source of" and friends
2182         by constructing a link that visits the source file.
2184         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2186 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
2188         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2189         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2190         Renamed from perl-font-lock-keywords to avoid clashes.
2191         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2192         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2193         Updated correspondingly.
2195         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2196         Typo `nonexistant' -> `nonexistent'.
2198 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
2200         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2201         Split `c-electric-delete' into two functions where
2202         `c-electric-delete-forward' always deletes forward and
2203         `c-electric-delete' only contains the code necessary for XEmacs to
2204         choose between backward and forward deletion.
2206         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2207         get the electric behavior on that key too.
2208         (c-fill-paragraph): Fixed bogus direct use of
2209         c-comment-prefix-regexp, which caused an error when it's a list.
2211 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2213         * dired-aux.el (dired-diff): Doc fix.
2215         * dired.el (dired-diff): Likewise.
2217 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2219         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2221 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
2223         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2224         if both the buffer and the file are read-only.
2226         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2227         rather than font-lock-string-face.
2228         (sh-get-indent-info): Treat heredocs like strings.
2230 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
2232         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2233         a newline following `}'.
2234         (texinfo-format-email): New function.
2235         (toplevel): Use texinfo-format-email for @email.
2236         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2237         Add `display'.
2238         (texinfo-sort-region): Goto point-min before sorting.
2239         (texinfo-set): Remove leading white space from value.
2240         From yagi@is.titech.ac.jp.
2242         * replace.el (query-replace-regexp-eval): Doc fix.
2244 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
2246         * diff-mode.el (diff-nonexistant-face): New face.
2247         (diff-font-lock-keywords): Use it.
2249 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
2251         * font-lock.el (font-lock-mode): Doc fix.
2253         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2254         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2256 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
2258         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2259         backslash at the start of the here-document delimiter.
2260         (sh-font-lock-syntactic-keywords): Likewise.
2262         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2264 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
2266         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2267         (tty-color-translate, tty-color-by-index, tty-color-values)
2268         (tty-color-desc): Doc fix.
2270 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
2272         * dired-aux.el (dired-do-create-files, dired-do-copy)
2273         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2274         Mention dired-dwim-target in the doc string.
2276 2001-04-28  Miles Bader  <miles@gnu.org>
2278         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2279         (dabbrev--find-expansion): Use it.
2280         (dabbrev--select-buffers): Don't select ignored buffers.
2282 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
2284         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2286 2001-04-26  Richard M. Stallman  <rms@gnu.org>
2288         * dabbrev.el: Add doc strings for some functions.
2289         (dabbrev--eliminate-newlines): New variable.
2290         (dabbrev--substitute-expansion): Convert newlines to spaces
2291         if dabbrev--eliminate-newlines is set.
2292         If abbrev and expansion are both all-lower-case,
2293         leave dabbrev--last-case-pattern nil.
2295 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
2297         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2298         if necessary, like in rmail-show-message.
2300 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2302         * ps-print.el: Color specified by number is forced to be float number.
2303         (ps-print-version): New version number (6.5.1.1).
2304         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2305         initialization.
2306         (ps-prefix-quote): New internal var.
2307         (ps-print-quote): New fun.
2308         (ps-setup, ps-output-frame-properties, ps-float-format)
2309         (ps-format-color): Code fix.
2310         (ps-plot-region): Eliminate redundant foreground color text setting.
2312 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
2314         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2316 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
2318         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2320 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
2322         * info.el (Info-additional-directory-list): Doc fix.
2324         * find-lisp.el (find-lisp-find-dired-filter)
2325         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2326         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
2328 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
2330         * progmodes/make-mode.el (makefile-font-lock-keywords):
2331         Rationalize the rules for includes and conditionals and use the
2332         keyword face for them.
2334         * faces.el (modify-face): Add compatibility for non-interactive use.
2336 2001-04-24  John Wiegley  <johnw@gnu.org>
2338         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2339         fix from last night, since it wasn't finding eshell/cd.
2341 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
2343         * rect.el (string-rectangle): Revert to 20.x behaviour.
2344         (replace-rectangle): Make it an alias for string-rectangle.
2345         (string-insert-rectangle): New function.
2347 2001-04-23  John Wiegley  <johnw@gnu.org>
2349         * eshell/em-unix.el (eshell/diff): Fixed problems that were
2350         occurring with Emacs 21's diff.el/compile.el interaction layer.
2352 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
2354         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2355         case where the function was defined in a file, but not part of an
2356         eshell module.
2358 2001-04-23  John Wiegley  <johnw@gnu.org>
2360         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2361         code to work around a redisplay problem I've been having.
2363 2001-04-23  John Wiegley  <johnw@gnu.org>
2365         * calendar/timeclock.el (timeclock-day-required): If the time
2366         required for a particular day is not set, use `timeclock-workday'.
2367         (timeclock-find-discrep): Added some sample code in a comment.
2369         * eshell/eshell.el (eshell-command): Made a few changes so that
2370         `eshell-command' could be called programmatically.
2372         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2374         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2376 2001-04-23  John Wiegley  <johnw@gnu.org>
2378         * calendar/timeclock.el: Updated copyright.
2379         (timeclock-generate-report): Don't report the daily or two-week
2380         total, if no time has been worked in that period.
2381         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2382         final computational form, which was unnecessary; corrected a
2383         parsing problem when timeclock-relative was nil.
2385 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
2387         * calendar/timeclock.el (timeclock-modeline-display): Check if
2388         `list-entry' is null.
2389         (timeclock-use-display-time): The first argument to `set-variable'
2390         must be a symbol.
2392 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
2394         * calendar/calendar.el (diary-entry-marker)
2395         (calendar-today-marker, calendar-holiday-marker):
2396         Use display-color-p instead of window-system.
2397         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2398         instead of window-system.
2399         (calendar-hide-window): Use display-multi-frame-p instead of
2400         window-system.
2402         * calendar/cal-x.el (calendar-two-frame-setup)
2403         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2404         Use display-multi-frame-p instead of window-system.
2406 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
2408         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2410         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2411         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2413 2001-04-23  Alex Schroeder  <alex@gnu.org>
2415         * goto-addr.el: Instead of defining line-beginning-position and
2416         line-end-position a defalias is used for point-at-bol and point-at-eol.
2418 2001-04-23  Alex Schroeder  <alex@gnu.org>
2420         * goto-addr.el: Added XEmacs compatibility code.
2421         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2423 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
2425         * textmodes/paragraphs.el (sentence-end): Doc fix.
2427 2001-04-20  Alex Schroeder  <alex@gnu.org>
2429         * sql.el (sql-escape-newlines-and-send): New function.
2430         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2432 2001-04-20  Alex Schroeder  <alex@gnu.org>
2434         * sql.el (sql-db2-program): New option.
2435         (sql-db2-options): New option.
2436         (sql-db2): New function.
2438 2001-04-20  Alex Schroeder  <alex@gnu.org>
2440         * sql.el (sql-mode-menu): Added highlighting entries.
2441         (sql-highlight-oracle-keywords): New function.
2442         (sql-highlight-postgres-keywords): New function.
2443         (sql-highlight-ansi-keywords): New function.
2445 2001-04-20  Alex Schroeder  <alex@gnu.org>
2447         * sql.el (sql-help): Doc change.
2449 2001-04-19  Karl Fogel  <kfogel@collab.net>
2451         * saveplace.el (save-place-alist-to-file): Removed no-effect code
2452         that inserted file content only to delete it immediately.
2453         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
2454         <lektu@uol.com.br> for the patch.
2456 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2458         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2460 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2462         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2463         for defmethod.
2465         * comint.el (comint-cr-magic): New function.
2466         (toplevel): Add it to comint-preoutput-filter-functions.
2468 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2470         * makefile.w32-in (EMACSLOADPATH): Define.
2471         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2472         (recompile): Remove stuff to set EMACSLOADPATH.
2474 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2476         * language/slovak.el ("Slovak"): Add tutorial entry.
2478         * net/browse-url.el (browse-url-new-window-flag): Renamed from
2479         browse-url-new-window-p.
2481 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2483         * info.el (Info-menu-update): When there are no menus and/or no
2484         cross references in the node, make the respective items of the
2485         Info menu-bar menu inactive.
2487 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
2489         * indent.el (indent-for-tab-command): Call indent-line-function
2490         with no argument if PREFIX-ARG is non-nil.
2492         * frame.el (delete-other-frames): Handle minibuffer-only frames.
2494 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2496         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2497         an async subprocess if start-process is unavailable.  Suggested by
2498         Tim Van Holder <tim.van.holder@pandora.be>.
2500 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
2502         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
2503         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2505 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
2507         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2508         manual.
2510 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
2512         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2513         (cvs-menu): Add a few entries.
2515         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2516         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2517         lock file appears to be reachable from Emacs.
2518         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2519         (cvs-mode-find-file): Look for cvs-header-face rather than
2520         cvs-dirname-face (which doesn't exist).
2521         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2523         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2525 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2527         * emulation/pc-select.el (pc-selection-mode): Don't turn on
2528         normal-erase-is-backspace on a tty.  Instead, bind some keys such
2529         as [delete] directly, like pc-select.el did before
2530         normal-erase-is-backspace was invented.
2532 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
2534         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2536 2001-04-11  John Wiegley  <johnw@gnu.org>
2538         * eshell/em-ls.el (eshell-ls-insert-directory):
2539         Set font-lock-defaults to nil, to prevent fontification in dired
2540         buffers, if Eshell's ls is being used.
2542 2001-04-11  John Wiegley  <johnw@gnu.org>
2544         * calendar/timeclock.el (timeclock-completing-read): New function.
2545         (timeclock-ask-for-project, timeclock-ask-for-reason):
2546         Call `timeclock-completing-read'.
2548         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2549         required where `member' was being used.
2551 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
2553         * eshell/em-hist.el (eshell-previous-matching-input):
2554         Don't display "History item" if the the minibuffer is active.
2556 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
2558         * startup.el (command-line): Output a newline after printing
2559         an error from loading the window system's init file.
2561 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
2563         * textmodes/texinfo.el (texinfo-font-lock-keywords):
2564         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2565         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
2566         keywords whose arguments routinely include @@.
2568 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
2570         * emacs-lisp/advice.el (ad-make-advised-definition):
2571         Construct advice for subrs differently.
2573         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2574         regexp in parentheses when building the regexp for searching backwards.
2576         * simple.el (completion-list-mode-finish): New function.
2577         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2579         * language/european.el ("Polish"): Change sample text.
2580         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2582         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2583         parameter.
2585         * faces.el (menu): Doc fix.
2587 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2589         * ps-print.el: Footer implementation.  Doc fix.
2590         (ps-print-version): New version number (6.5.1).
2591         (ps-header-frame-alist): New customization var for header frame
2592         properties.
2593         (ps-line-number-color): New customization var for line number color.
2594         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2595         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2596         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2597         (ps-right-footer): New customization vars for footers.
2598         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2599         footers.
2600         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2601         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2602         Code fix.
2603         (ps-prologue-file): Indentation fix.
2604         (ps-print-quote): Fun eliminated.
2605         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2606         (ps-output-frame-properties): New fun.
2607         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2608         (ps-skip-newline): Replace defun by defsubst.
2610 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
2612         * eshell/eshell.el (eshell-command): Needed a "%s" format
2613         specifier, in case the buffer contains percent characters.
2615 2001-04-10  John Wiegley  <johnw@gnu.org>
2617         * calendar/timeclock.el (timeclock-generate-report): Added a
2618         missing insert of the project name.
2620 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
2622         * obsolete/profile.el: Moved from emacs-lisp/.
2624         * Makefile.in (nonobsolete_setwins): New macro.
2625         (finder-data): Use it instead of `setwins'.
2626         From: Dave Love <fx@gnu.org>.
2628         * server.el (server-visit-files): Set server-existing-buffer correctly.
2629         (server-visit-files): Run server-visit-hook after going to
2630         line 1 so that the hook can set point as it sees fit.
2632         * bindings.el (mode-line-modified): Unify help messages.
2634 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
2636         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2637         All callers changed.
2639 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
2641         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2642         long file names aren't supported, truncate the file names in
2643         quail-misc-package-ext-info to 8+3 before matching them against
2644         FILENAME.
2646         * dos-fns.el (dos-truncate-to-8+3): New function.
2648         * progmodes/compile.el (grep-compute-defaults): Use null-device
2649         instead of literal /dev/null. Reported by Jens Schmidt
2650         <schmidt@mathematik.uni-kl.de>.
2652         * simple.el (normal-erase-is-backspace-mode): Doc fix.
2654 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
2656         * textmodes/sgml-mode.el: Add unknown maintainer.
2657         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2658         (html-mode-map): Use set-keymap-parent.
2660 2001-04-06  Dave Love  <fx@gnu.org>
2662         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2663         Remove redundant string-to-list.
2665 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
2667         * composite.el (reference-point-alist): Doc fix.
2669 2001-04-05  Sam Steingold  <sds@gnu.org>
2671         * font-lock.el (font-lock-keywords-case-fold-search):
2672         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
2673         file made font-lock case-insensitive.
2675 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
2677         * faces.el (defface menu): Doc fix.
2679         * wid-edit.el (widget-color-sample-face-get): Don't make
2680         faces for undefined colors.
2682         * version.el (emacs-version): Include LessTif/Motif version info.
2684 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2686         * ps-mule.el: Eliminate cl package dependence.
2687         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2688         if they aren't defined yet.
2689         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2690         Eliminate cl package dependence.
2692 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
2694         * progmodes/cc-cmds.el (c-outline-level):
2695         Bind buffer-invisibility-spec.  Originally from Dave Love, but
2696         got lost when incorporating version 5.26.
2698 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
2700         * emulation/pc-select.el (pc-selection-mode):
2701         Call normal-erase-is-backspace-mode instead of binding
2702         keys individually.
2704         * cus-load.el (normal-erase-is-backspace): Use it instead of
2705         delete-key-deletes-forward.
2707         * startup.el (command-line): Use normal-erase-is-backspace and
2708         normal-erase-is-backspace-mode.
2710         * simple.el (normal-erase-is-backspace): Rename from
2711         delete-key-deletes-forward.  Doc fix.
2712         (normal-erase-is-backspace-mode): Rename from
2713         delete-key-deletes-forward-mode.  Doc fix.
2714         Run normal-erase-is-backspace-hook.
2716         * dired.el (dired-move-to-filename-regexp): Support file sizes in
2717         ``human-readable'' format produced by GNU `ls'.
2718         (dired-move-to-filename-regexp): Recognize ISO format dates.
2719         From Paul Eggert <eggert@twinsun.com>.
2721 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
2723         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2724         New functions.
2725         (lm-verify): Check keywords.
2726         From Eric M. Ludlam <eric@siege-engine.com>.
2728 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
2730         * speedbar.el (speedbar-insert-image-button-maybe): Check for
2731         `xemacs' feature instead of for the function `set-extent-property'.
2733 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
2735         * mail/mh-utils.el (mh-folder-hist): New var.
2736         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2738 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
2740         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2741         region, position point on the first or last 16-byte group.
2742         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2743         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
2744         hexl-beginning-of-line.
2746 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
2748         * icomplete.el (icomplete-mode): Treat an argument like other
2749         modes do.
2751         * startup.el (fancy-splash-head): Use splash8.xpm for color
2752         depth 8.
2754         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2755         Add an antry for ``converts''.
2757         * language/slovak.el ("Slovak"): Add documentation string.
2758         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2760         * language/czech.el ("Czech"): Add documentation string.
2761         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2763         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2764         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
2766 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2768         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2769         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2770         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2771         Use `defsubst' rather than a macro to ease debugging.
2772         (mail-extr-last): Remove (use `last' instead).
2773         (mail-extract-address-components): Properly reset the syntax-table
2774         after parsing an address.  Use `last' rather than mail-extr-last.
2775         Make sure the end marker stays at the very end.
2777 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
2779         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2780         last change.
2782 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2784         * ps-print.el: Line and paragraph spacing feature.  Region to cut
2785         out when printing.  Doc fix.
2786         (ps-print-version): New version number (6.5).
2787         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2788         New vars.  Line and paragraph spacing feature.
2789         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
2790         out when printing.
2791         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2792         (ps-get-font-size, ps-begin-job, ps-continue-line)
2793         (ps-plot-region): Code fix.
2794         (ps-print-prologue-2): Var eliminated.
2795         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2796         New internal vars.
2797         (ps-get-size): New fun.
2798         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2799         (ps-next-line): Replace defun by defsubst.
2800         (ps-mule-plot-string): Autoload doc fix.
2802         * ps-bdf.el: XEmacs compatibility.  Doc fix.
2803         (installation-directory, coding-system-for-read): Declare vars if
2804         it's not declared yet.
2805         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2807         * ps-mule.el: XEmacs compatibility.  Doc fix.
2808         (leading-code-private-22): Declare var if it's not declared yet.
2809         (charset-bytes, charset-dimension, charset-id, charset-width)
2810         (find-charset-region, split-char, char-width, chars-in-region)
2811         (forward-point, decompose-composite-char, encode-coding-string)
2812         (coding-system-p, ccl-execute-on-string, define-ccl-program):
2813         Define funs if not defined yet.
2814         (encode-composition-rule, find-composition): Define funs if not
2815         loaded yet.
2816         (ps-mule-prologue): PostScript code fix.
2818 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
2820         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
2821         non-nil, generate font for the header strings.
2822         (ps-mule-prepare-font): Likewise.
2823         (ps-mule-generate-glyphs): Likewise.
2824         (ps-mule-string-encoding): Likewise.
2825         (ps-mule-header-charsets): New variable.
2826         (ps-mule-encode-header-string): New function.
2827         (ps-mule-header-string-charsets): New function.
2828         (ps-mule-begin-job): Check charsets in the header strings.  If there
2829         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2831         * ps-print.el (ps-generate-header-line): Encode the header string by
2832         ps-mule-encode-header-string.
2833         (ps-mule-encode-header-string): Declare autoload.
2835 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
2837         * frame.el (cursor-in-non-selected-windows):
2838         Replaces show-cursor-in-non-selected-windows.
2840 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
2842         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2843         Delete entries for "chinese-py" and "chinese-ziranma".
2844         (quail-misc-package-ext-info): New variable.
2845         (tsang-quick-converter): New function.
2846         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2847         (quick-cns-converter, py-converter, ziranma-converter)
2848         (miscdic-convert, batch-miscdic-convert): New functions.
2850 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
2852         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2853         eight-bit-control chars.
2855         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2856         Reduce making temporary vector (suggested by Dave Love).
2858 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2860         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2861         string as well.
2863 2001-03-30  Andreas Schwab  <schwab@suse.de>
2865         * files.el (backup-directory-alist): Fix typo.
2867 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2869         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
2870         <eggert@twinsun.com>.
2872 2001-03-30  Dave Love  <fx@gnu.org>
2874         * progmodes/fortran.el (fortran-comment-region): Fix typo.
2876 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2878         * simple.el (transient-mark-mode): Mention C-g in the doc string.
2880 2001-03-30  Miles Bader  <miles@gnu.org>
2882         * subr.el (interactive-form): Fix paren typo.
2884 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
2886         * emacs-lisp/profile.el: Say that it's obsolete in the header
2887         line, so that finder.el puts that into its data-base.
2888         Suggested by Alex Schroeder <alex@gnu.org>.
2890 2001-03-29  Paul Eggert  <eggert@twinsun.com>
2892         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2893         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2895 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
2897         * generic.el (generic-mode-set-comments): Use "" rather than nil
2898         for comment-end.
2900 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
2902         * emacs-lisp/advice.el (ad-make-advised-definition):
2903         Call interactive-form to obtain the interactive spec of subrs.
2905         * subr.el (interactive-form): New function.
2907 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
2909         * vc-sccs.el (vc-sccs-register): Use relative file names.
2911 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
2913         * bookmark.el (bookmark-get-bookmark): Handle case that
2914         BOOKMARK is not a string.
2916         * image.el (image-type-regexps): Change type for PS files
2917         to `postscript'.
2919         * subr.el (read-passwd): Clear command history after each
2920         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
2922 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
2924         * international/kkc.el (kkc-save-init-file): Locally bind
2925         print-length to nil.
2927 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2929         * textmodes/flyspell.el: Some doc fixes.
2930         (flyspell-maybe-correct-transposition)
2931         (flyspell-maybe-correct-doubling): Use a temporary buffer
2933         * textmodes/ispell.el (ispell-parse-output): Doc fix.
2935         * emacs-lisp/byte-opt.el (byte-optimize-while)
2936         (byte-optimize-form-code-walker): Diagnose too few arguments
2937         for `if' and `while'.
2939 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2941         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2942         Prepend `\' to "\<quail-translation-docstring>".
2944 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2946         * autorevert.el (global-auto-revert-non-file-buffers):
2947         Remove duplicate defcustom.
2949 2001-03-26  Miles Bader  <miles@gnu.org>
2951         * international/latin1-disp.el (latin1-char-displayable-p):
2952         Add leading "-" for X font pattern.
2954 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2956         * international/mule-diag.el (describe-coding-system):
2957         For raw-text and emacs-mule, don't add anymore text about what
2958         charsets they can encode.
2960 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
2962         * help.el (view-lossage): Mention open-dribble-file in the doc
2963         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2965 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2967         * skeleton.el (skeleton-internal-list): Fix bogus logic.
2968         (skeleton-pair-insert-maybe): Don't pair after a backslash.
2970 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
2972         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2973         Call ccl-execute-on-string directly so that CCL program handling
2974         multibyte sequence can work correctly.
2975         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2976         property of the coding system.
2978 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2980         * textmodes/fill.el (fill-individual-paragraphs-prefix):
2981         Fix transcription typo.
2983 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
2985         * whitespace.el: Add buffer local variables to toggle testing of
2986         whitespaces in buffers without affecting the default values.
2987         Bump version to 3.0 to account for a few other changes.
2988         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2989         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2990         (whitespace-toggle-spacetab-check): New functions.
2992 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2994         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2996 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
2998         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2999         bs-cycle-configuration-name.  From Juanma Barranquero
3000         <lektu@uol.com.br>.
3002         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3003         and cc-vars.el.
3005         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3006         headers.  Always invoke sendmail with option -t.
3008 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3010         * Release of cc-mode 5.28.
3012 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3014         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3015         Removed the hardcoded switch to "java" style in Java mode.
3016         It's instead taken care of by the default value for c-default-style.
3018 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3020         * cc-align.el (c-lineup-math): Fix bug where lineup was
3021         triggered by equal signs in string literals.
3023 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3025         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3026         limit detection when at the ends of the buffer.
3028         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3029         "for" statement clause in case 7F; a better one is done
3030         earlier in case 7D anyway.
3032 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3034         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3035         somewhat more and did a small optimization.
3037 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3039         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3040         Use the limit argument only to limit the syntactic context
3041         search, not to limit the actual movement.
3043         * cc-cmds.el (c-beginning-of-statement): Move by sentence
3044         inside multiline strings, just like in comments.  Also various
3045         fixes to the paragraph and comment prefix recognition, block
3046         comment ender handling etc.
3048 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3050         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3051         the relative position of the point.
3053         * cc-cmds.el (c-electric-continued-statement): New function to
3054         use as abbrev hook to reindent for keywords such as "else"
3055         that continues an earlier statement.
3057         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3058         like classes.
3060         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3061         (pike-mode): Populate the default abbrev tables to reindent for
3062         keywords such as "else" that can continue earlier statements.
3063         Abbrev mode is therefore turned on by default now.  (Note that
3064         this doesn't apply to idl-mode, since IDL afaik doesn't have
3065         statements at all.)
3067 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3069         * cc-engine.el (c-inside-bracelist-p): Fix for handling
3070         bracelists where the declaration contains template arguments.
3072 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3074         * cc-cmds.el (c-comment-indent):
3075         Use `c-get-syntactic-indentation' to correctly calculate the
3076         syntactic indentation.  Fixes bug with lineup functions that
3077         return vectors.
3079         * cc-engine.el (c-get-syntactic-indentation): Split the
3080         indentation sum calculation from `c-indent-line' to a separate
3081         function.
3083 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3085         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3086         Fixed places where it was assumed that preprocessor directives
3087         have to start in column zero.
3089         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3090         template arguments after a class identifier properly.
3092         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3093         lists for `new Foo[]' constructs in Java as expressions and
3094         not top level definition brace lists on the top level, so that
3095         they'll get indented consistently with the same type of
3096         expression in a normal block.
3098 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3100         * cc-cmds.el (c-fill-paragraph): The kludge that checks
3101         whether the adaptive filling package fails to keep the comment
3102         prefix is now kludged further to check for filladapt-mode
3103         which doesn't have that problem. This is really icky, but it's
3104         the only way that works with the current misfeatures/bugs in
3105         both adaptive-fill-mode and filladapt-mode.
3107         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3108         around point is recognized more robust.
3110 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3112         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3113         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3114         (c-lit-type): Fixed all internal variables used dynamically so
3115         that they are always bound.
3117         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3118         errors:
3120         (c-indent-region): Fixed reporting of syntactic errors so that
3121         the region is fully reindented even when an error occurs.
3122         The last syntactic error is printed afterwards.  Also cleanup up a
3123         whole lot of code that tried to optimize indentation of whole
3124         sexps but in reality accomplishes nothing.
3126         (c-indent-sexp): Use c-indent-region.
3128         (c-parsing-error): Changed this variable to hold the message
3129         for any syntactic error that is discovered.
3131         (c-parse-state): Search backward from point instead of the bod
3132         position when the latter is invalid.  This makes CC Mode
3133         recover faster when there are unbalanced close braces.
3135         (c-backward-to-start-of-if): Use c-parsing-error to report
3136         dangling "else" clauses instead of throwing an error, and fall
3137         back to a reasonable position.
3139         (c-indent-line): Added argument to avoid reporting syntactic errors.
3141         (c-show-syntactic-information): Don't report any syntactic errors.
3143 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3145         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3146         paragraph recognition when moving by sentence in literals.
3148         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3149         start regexp for javadoc to recognize javadoc markup in general instead
3150         of a specific set of keywords, to be more future-safe.
3152         (c-Pike-pikedoc-paragraph-start)
3153         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3154         pikedoc markup.
3156         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3158         (pike-mode): Initialize paragraph settings pikedoc recognition.
3160         * cc-vars.el (c-default-style): Made a nicer Customize widget.
3162         (c-comment-prefix-regexp): Made it possible to use an
3163         association list on this to specify mode specific regexps.
3164         The default value now use a special regexp in Pike mode to
3165         recognize pikedoc markup.
3167         (c-current-comment-prefix): New variable containing the actual
3168         regexp from c-comment-prefix-regexp for the current buffer.
3170 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3172         * cc-cmds.el (c-electric-brace): Fixed check for special brace
3173         lists: We can't look at the syntax, since a brace list can get
3174         recognized as a plain statement-cont.
3176         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3177         special brace list opener broken over two lines got recognized
3178         as a statement on the second line.  Case 9A changed.
3180 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3182         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3183         adjustment after line is reindented.
3185 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3187         * cc-defs.el (c-point): Added optional argument for position
3188         to use instead of the current point.
3190         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3191         the in-expression block symbols when the construct starts at
3192         boi, to avoid the extra level of indentation in that case.
3193         Cases 4, 16A and 17E affected.
3195 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3197         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3198         calls to `c-indent-line', to adhere better to Emacs conventions.
3200         * cc-engine.el (c-indent-line): Use the syntax already bound
3201         to `c-syntactic-context', if there is any.
3203 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3205         * cc-engine.el (c-get-offset): Fixed bug where the indentation
3206         wasn't added up correctly when a lineup function returned nil.
3208 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3210         * cc-engine.el (c-collect-line-comments): Fixed bug where
3211         empty lines were ignored when collecting line comments backwards.
3213 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3215         * cc-align.el (c-lineup-dont-change): Return an absolute
3216         indentation column to work correctly in the case when several
3217         syntactic elements are processed for the same line.
3219         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3220         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3221         (c-set-offset): Added absolute indentation column settings by
3222         using the vector type.
3224 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3226         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3227         Implemented two new cleanups `space-before-funcall' and
3228         `compact-empty-funcall'.
3230 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3232         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3233         helping building regexps.
3235         * cc-engine.el (c-on-identifier): New function for detecting
3236         identifiers.  It takes keywords into account.
3238         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3239         lists.  `c-keywords' is set to a regexp matching all keywords
3240         in the current language.
3242 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3244         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3245         list of characters to skip backwards over at the beginning of
3246         a statement, since it can precede string literals in Pike.
3248 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3250         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3251         recognition when standing on the last line in a C++ comment
3252         with nothing but whitespace after the prefix.
3254         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3255         given no limit argument.
3257 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3259         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3260         recognition for the `[]= operator symbol in Pike.
3262 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3264         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3265         around a bug in `eval-when-compile' in the byte compiler.
3267         * cc-engine.el (c-forward-token-1): Fixed bug with return
3268         value when count is zero and there's no token start within the limit.
3270         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3271         "prefix comments", i.e. comments which are followed by code on
3272         the same line.
3274         * cc-mode-19.el: Fixes so that checks that must be done at
3275         compile time also are done then.
3277 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3279         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3280         time and at runtime, and only when it's needed.
3282 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3284         Major cleanup for less error prone and more warning free
3285         compilation, including some fixes for bugs due to different
3286         compilation orders. Thanks to Martin Buchholz for providing
3287         the basis for all this.
3289         * cc-bytecomp.el: New file that provides some byte compilation
3290         features: It ensures that files always are loaded from the
3291         current source directory during compilation, and it provides a
3292         set of macros to turn off specific compiler warnings for
3293         specific symbols.  (It's not CC Mode specific in any way.)
3295         Fixed a nearly acyclic dependency tree (both runtime and
3296         compile-time) between all files.
3298         * cc-defs.el: Separated all macros before the inline functions,
3299         to ensure correct compilation.
3301         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3302         cc-defs.el to cc-engine.el and made it a function instead.
3304         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3305         about char-after.
3307         * cc-vars.el: Cope even when there isn't a custom package
3308         containing defcustom available.
3310         * cc-make.el: Removed since it's no longer necessary.
3312         README: Updated installation instructions.
3314 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3316         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3317         improve the modularity: Moved all mode init stuff from
3318         cc-langs.el to cc-mode.el, including the keymap
3319         initialization; cc-langs now only contains the various
3320         variables for configuring the language syntax.
3322         * cc-engine.el, cc-styles.el (c-evaluate-offset)
3323         (c-get-offset): Moved from cc-styles to cc-engine since file
3324         dependency analysis suggests they belong there (which also
3325         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
3327 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3329         * cc-cmds.el (c-fn-region-is-active-p): New function that
3330         wraps the corresponding macro, for use in places that aren't
3331         compiled.  Thanks to Martin Buchholz for pointing out this.
3333         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3335         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3336         add things to the bug report.
3338 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3340         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3341         returned prefix could contain a newline when the search for a
3342         good prefix line failed.
3344 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3346         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3347         (c-toggle-auto-hungry-state): Made the argument optional, as
3348         the documentation says it is.
3350 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3352         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3353         multiline string syntax, #"...", as a cpp macro.
3355 2001-03-21  Paul Eggert  <eggert@twinsun.com>
3357         * international/mule-cmds.el (set-locale-environment):
3358         Set system-messages-locale and system-time-locale, but only if the
3359         caller specifies a non-nil locale name.
3361 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3363         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3364         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
3366 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3368         * follow.el (follow-avoid-tail-recenter): Doc fix.
3370         * custom.el (custom-set-variables): Avoid reversing the list
3371         of args needlessly.
3373         * startup.el (fancy-splash-head): Don't change the colors of the
3374         XPM image on a dark background.
3376         * comint.el (comint-exec-1): Set columns of the terminal to
3377         window-width instead of frame-width.
3379         * info.el (Info-scroll-down): Add missing WINDOW arg for
3380         pos-visible-in-window-p.
3382         * ehelp.el (electric-help-mode-hook): Add defcustom.
3384         * mail/sendmail.el (mail-mode): Activate case-folding in
3385         font-lock-defaults.
3387 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
3389         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3390         (completion-ignored-extensions): Remove duplicate ".class".
3392 2001-03-19  Andreas Schwab  <schwab@suse.de>
3394         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3395         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3397 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
3399         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3400         methods since there are not prefix input methods.
3402 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
3404         * international/mule-cmds.el (read-input-method-name):
3405         Locally bind enable-recursive-minibuffers to t.
3407 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3409         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3411 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
3413         * ediff-util.el: Copyright years.
3414         (ediff-choose-syntax-table): New function.
3415         (ediff-setup): Use ediff-choose-syntax-table.
3417         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3418         with-syntax-table.
3420         * ediff.el: Date of last update, copyright years.
3422         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3424         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3425         of Scott Bronson.
3426         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3427         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3428         Deleted functions.
3429         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3430         ex-token-list.
3432         * viper-util.el: Spaces, indentation.
3434         * viper.el: Changed version, modification time.
3436 2001-03-16  John Wiegley  <johnw@gnu.org>
3438         * calendar/timeclock.el (timeclock-workday-remaining):
3439         Check whether `discrep' is non-null before using it.
3441 2001-03-16  John Wiegley  <johnw@gnu.org>
3443         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3444         first-time checkins.
3445         (timeclock-log-data): Fixed problem with reading timelog log file.
3446         Resulting data in the "day list" was incorrect.
3447         (timeclock-find-discrep): Check if `timeclock-file' is readable
3448         before opening it.
3449         (timeclock-time-less-p): New function.
3450         (timeclock-day-base): New function.
3451         (timeclock-geometric-mean): New function.
3452         (timeclock-generate-report): Generate a summary report based on
3453         the contents of the log file.  This uses `timeclock-log-data', and
3454         is an example of writing a timelog manipulation function.
3455         (timeclock-visit-timelog): A quick command for opening the timelog
3456         file.
3457         (timeclock-log-data): Bound the variable event.
3459 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
3461         * international/mule-cmds.el (select-safe-coding-system):
3462         Fix typo: symbol-name -> symbol-value.
3464         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3465         before substitute-in-file-name to handle double slashes in FILE
3466         correctly.
3468 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
3470         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3471         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3473 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
3475         * bindings.el (features): Add `md5' and `overlay' to the list.
3477         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3478         bound before using it.  It's not bound when configured without X,
3479         for instance.
3481 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
3483         * progmodes/hideshow.el: Update copyright.
3484         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3485         (hs-minor-mode-hook): Include `:version' in defcustom form.
3487 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
3489         * help.el (string-key-binding): Don't call event-start on
3490         a non-list.
3492 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
3494         * startup.el (fancy-splash-tail, command-line-1): Fix the
3495         copyright year.
3497 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
3499         * term.el: These changes are based on a patch sent from Yong Lu
3500         <lyongu@yahoo.com>.
3501         (term-set-escape-char): Bind M-x to execute-extended-command in
3502         term-raw-escape-map.
3503         (term-move-columns): Don't try to move to negagive column.
3504         (term-emulate-terminal): Insert a string before deleting a text to
3505         overwrite.
3507 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
3509         * play/life.el (life): Rearrange code so that all calls to
3510         life-display-generation are in a catch-form.
3512         * progmodes/etags.el (tags-loop-continue): Don't change point in a
3513         file that isn't interesting.  In an interesting file, push the old
3514         value of point on the mark ring.
3516         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3517         New function.
3518         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3519         Use it.
3521         * emacs-lisp/autoload.el (generate-file-autoloads):
3522         Remove warning about line lengths.
3524 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3526         * progmodes/etags.el (tags-compression-info-list): New variable.
3527         (find-tag-in-order): Use it to deal with compressed source files.
3528         (tag-file-name-match-p): New function.
3529         (etags-recognize-tags-table): Use it for better match of file names.
3531 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
3533         * international/mule-cmds.el (register-input-method): Doc fix.
3535         * international/quail.el (quail-translate-key): Fix condition to
3536         check if there's another breaking point in the current key.
3538 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
3540         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3541         Babyl header to the newly-created output file, bind
3542         coding-system-for-write to either rmail-file-coding-system or
3543         emacs-mule-unix.
3545 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
3547         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3548         Fix the name and regexp used for subsubsections.
3550 2001-03-10  Dave Love  <fx@gnu.org>
3552         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3553         and save-buffer if buffer-file-name non-nil.  From rms.
3555 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
3557         * vc.el (vc-do-command): If the destination buffer is already
3558         current, don't set it up and don't erase it.  Updated doc string
3559         to reflect that.
3560         (vc-version-diff): When doing a single file diff, don't switch to the
3561         *vc-diff* buffer before the command.  This is to preserve local
3562         variable bindings that might affect the diff command.
3563         (vc-print-log): Don't switch to the *vc* buffer before the
3564         command, so that local variable bindings are preserved.
3566         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3567         not the current buffer.
3568         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3570         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3571         make output go to buffer *vc*, not the current buffer.
3573 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3575         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3576         so ^, $, *, ? and + are interpreted correctly.
3578 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
3580         * help.el (string-key-binding): Renamed from
3581         mode-line-key-binding.  Handle any event on a string.
3582         Check for `keymap' properties as well as `local-map' properties.
3584         * comint.el (comint-insert-clicked-input): Use the last key
3585         from this-command-keys to lookup the global key definition.
3587 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
3589         * international/characters.el: Add category `j' for
3590         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
3592         * international/mule-conf.el (no-conversion): Fix docstring.
3593         (raw-text): Fix docstring.
3595 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
3597         * simple.el (choose-completion-string): When not leaving the
3598         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3599         is set.
3601         * window.el (shrink-window-if-larger-than-buffer): Handle frame
3602         parameter `(minibuffer . t)'.
3604 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3606         * progmodes/sh-script.el (sh-st-symbol): New symbol.
3607         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3608         (sh-mode): Remove `make-local-variable' for unused var
3609         `font-lock-unfontify-region-function'.
3611 2001-03-07  Richard M. Stallman  <rms@gnu.org>
3613         * info.el (Info-scroll-down): Fix previous change.
3615         * mail/rmail.el (rmail-toggle-header): Use a window which
3616         is showing the Rmail buffer, rather than the selected window.
3618 2001-03-07  Dave Love  <fx@gnu.org>
3620         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3621         now, to avoid problems with binding imenu directly to a mouse event.
3623 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3625         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3626         second arg t.
3628 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3630         * log-edit.el (log-edit-common-indent): New var.
3631         (log-edit-set-common-indentation): Renamed from
3632         log-edit-delete-common-indentation.  Use the new var.
3633         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3635         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3636         (cvs-mode-add-change-log-entry-other-window):
3637         Don't presume change-log-default-name is defined.
3639         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3641         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3642         the "tree" operation as well.
3644         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3646         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3647         to match paragraph-start.
3649         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3650         comment-start-skip and set comment-end-skip as well.
3651         (sgml-comment-indent): Fix for new value of comment-start-skip.
3652         (html-autoview-mode): Don't bother using make-local-hook.
3654 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3656         * cus-edit.el (custom-save-delete): Move in front of local
3657         variables, otherwise long Custom entries would make them ineffective.
3659         * uniquify.el: Set maintainer to FSF.
3661 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
3663         * dired-aux.el (dired-do-shell-command): Doc fix.
3665 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
3667         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3669         * which-func.el (which-func-modes): Add cperl-mode.
3670         (which-func-mode-global): Use define-minor-mode.
3672         * info-look.el: Docstring fixes and dead code eliminated.
3673         (cperl-mode): Add support.
3674         (emacs-lisp-mode): List all entries from elisp manual, whether
3675         or not they are currently (f)bound or not.  Update regexp.
3677         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3679         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3680         so that C-h m shows the correct information.
3681         Use make-local-variable rather than make-variable-buffer-local.
3682         (cperl-info-buffer, cperl-setup-tmp-buf):
3683         Use make-local-variable rather than make-variable-buffer-local.
3684         (cperl-msb-fix, cperl-get-help-defer):
3685         Check major-mode for `cperl-mode' as well.
3687         * progmodes/cperl-mode.el: Updated to author version 4.23.
3688         (cperl-electric-pod): SYNOPSIS was misspelled.
3689         (cperl-find-pods-heres): @if ? a : b was considered a REx.
3690         (cperl-after-expr-p): Make true after __END__.
3692 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
3694         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3695         bookmark-completion-ignore-case is t.
3697         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3698         switch, like xterm, and concat resource strings, with a newline
3699         between them.
3701 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
3703         * international/codepage.el (cp770-decode-table)
3704         (cp773-decode-table, cp774-decode-table): New variables.
3706         * man.el (Man-hyphenated-reference-regexp): New variable.
3707         (Man-build-references-alist): Use it to search for referenced
3708         manpages.  If hyphenated is non-nil, record a concatenated word in
3709         Man-refpages-alist only if it matches Man-reference-regexp.
3710         Update word's length when it is concatenated.  Reverse the list,
3711         to get the first manpage at the head.
3712         (Man-possibly-hyphenated-word): New function.
3713         (Man-follow-manual-reference): Use it instead of current-word to
3714         find a manpage at point, in a way that accounts for hyphenated
3715         references.
3717 2001-03-06  Alex Schroeder  <alex@gnu.org>
3719         * sql.el (sql-interbase): New function.
3720         (sql-interbase-program): New option.
3721         (sql-interbase-options): New option.
3722         And some typos fixed: "customise" to "customize".
3724 2001-03-06  Dave Love  <fx@gnu.org>
3726         * textmodes/flyspell.el (flyspell-region):
3727         Set up flyspell-local-mouse-map.
3729 2001-03-05  Richard M. Stallman  <rms@gnu.org>
3731         * mail/rmail.el (rmail-retry-failure):
3732         Don't call rmail-beginning-of-message.
3733         Don't discard From: field.  Do discard Received: field.
3734         Use unwind-protect to re-prune.
3735         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3737 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
3739         * international/quail.el (quail-title): Add autoload cookie.
3741 2001-03-05  Dave Love  <fx@gnu.org>
3743         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3744         new defs.
3746 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3748         * language/ethio-util.el (ethio-toggle-space):
3749         Update current-input-method-title if necessary.
3750         (ethio-toggle-punctuation): Likewise.
3752         * international/quail.el (quail-title): Fix for the case that a
3753         title of an input method is specified by a list of the same form
3754         as used in mode-line-format.
3756         * international/mule-cmds.el (activate-input-method):
3757         If current-input-method-title is set by activating INPUT-METHOD,
3758         respect that value.
3760 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
3762         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3764 2001-03-05  Alex Schroeder  <alex@gnu.org>
3766         * sql.el (sql-sybase): Fix typo (was: query user about server two
3767         times instead of server and database).
3769         * sql.el (sql-sybase): Doc change.
3770         (sql-mysql): Doc change.
3771         (sql-postgres): Doc change.
3773 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3775         * international/mule-conf.el (emacs-mule, raw-text):
3776         Docstring modified.
3778 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
3780         * term/internal.el: Update copyright notice.
3782         * term/pc-win.el: Update copyright notice.
3784 2001-03-02  Dave Love  <fx@gnu.org>
3786         * files.el (insert-file-contents-literally):
3787         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3788         not jka-compr-compression-info-list.
3790 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
3792         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3793         spaces in default comment-start-skip settings rather than \s-.
3795 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
3797         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3798         default-frame-alist as well.
3800 2001-03-01  Dave Love  <fx@gnu.org>
3802         * textmodes/reftex.el (defvar): Wrap some defvars in
3803         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
3805         * subr.el (event-basic-type): Doc fix.
3807         * international/quail.el: Doc fixes.
3809         * international/utf-8.el: Doc fixes.
3811         * international/mule-cmds.el: Doc fixes.
3812         (leim-list-header): Fix header text.
3814         * international/mule.el (coding-system-category): Doc fix.
3816         * international/ccl.el (ccl-compile): Doc fix.
3818 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
3820         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3821         rather than (before|after)-change-functions.
3823 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
3825         * ediff-util.el (ediff-scroll-horizontally): Arrange for
3826         scroll-left and scroll-right being called interactively so that
3827         they set the window's min_hscroll.
3829 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
3831         * info.el (info-insert-file-contents-1): Accept an additional
3832         argument `lfn': if it is non-nil, concatenate `filename' and
3833         `suffix'; otherwise use the complicated MS-DOS code.
3834         All callers changed.
3835         (info-insert-file-contents, Info-find-node): If the MS-DOS port
3836         can access long file names, try the long file-name version of
3837         `info-insert-file-contents-1', then the short file-name version.
3839 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
3841         * language/ethio-util.el (setup-ethiopic-environment-internal):
3842         Change bindings of functions keys to conform to "Emacs Lisp Coding
3843         Convention".
3845         * language/ethiopic.el ("Ethiopic"): Add documentation.
3847 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
3849         * international/utf-8.el (mule-utf-8): Set coding-category
3850         property to coding-category-utf-8.
3852 2001-02-27  Richard M. Stallman  <rms@gnu.org>
3854         * lpr.el (lpr-page-header-switches, print-region-1):
3855         Undo 2000-07-06 change.
3856         (lpr-add-switches): Default to t on gnu/linux.
3858 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
3860         * bs.el (bs-attributes-list): Doc fix.
3862 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3864         * help.el (describe-project): Display the file THE-GNU-PROJECT.
3866         * help.el (view-order-manuals): Use goto-address.
3868         * startup.el (command-line-1): Add info about ordering manuals
3869         to the not so fancy splash screens.
3871 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
3873         * vc.el (vc-default-workfile-unchanged-p)
3874         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3876 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3878         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3879         fontify in the right buffer.
3881         * allout.el (outline-flag-region): Move macro in front of first
3882         use to avoid a run-time error.
3884 2001-02-24  Andrew Innes  <andrewi@gnu.org>
3886         * makefile.w32-in: Fix copyright notice.
3888 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
3890         * international/utf-8.el (mule-utf-8): Set correct value for
3891         valid-codes property.
3893         * international/fontset.el (x-complement-fontset-spec): In the
3894         case that we use ASCII font for the other charsets, use only
3895         family and registry part of it.
3897 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3899         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3900         (shrink-window-if-larger-than-buffer): Doc fix.
3902 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
3904         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3905         predicate passed to completing-read.
3907 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3909         * startup.el (command-line): Fix last change.
3911 2001-02-23  Jason Rumney  <jasonr@gnu.org>
3913         * startup.el (tool-bar-originally-present): New variable.
3914         (command-line): Set it if the tool-bar is switched on at startup.
3916         * frame.el (frame-notice-user-settings): Only adjust frame height
3917         for no tool-bar case if tool-bar was originally switched on.
3918         From E. Jay Berkenbilt.
3920 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
3922         * server.el (server-switch-buffer): Only switch window if the
3923         current one is dedicated.
3925         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3926         rather than using (match-beginning 0) when searching for break point.
3928 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
3930         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3931         @ follows an accent command such as @'.  Support optional braces
3932         in commands that insert accents, like makeinfo does.
3934 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
3936         * startup.el (fancy-splash-text): Add a line for ordering
3937         manuals.  Reverse order of splash screens shown.
3938         (use-fancy-splash-screens-p): Adapt to the text line added.
3940         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3941         manuals from the FSF.
3943         * help.el (view-order-manuals): New function.
3944         (toplevel): Bind C-h C-m to this function.
3946 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
3948         * newcomment.el (comment-forward): Skip the comment-start before
3949         searching for the comment-end.
3951 2001-02-21  Dave Love  <fx@gnu.org>
3953         * custom.el (custom-initialize-changed, defcustom): Doc fix.
3955         * international/mule-cmds.el, international/mule.el: Doc fixes.
3957 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
3959         * startup.el (fancy-splash-screens): Use display-hourglass
3960         instead of display-busy-cursor.
3962         * frame.el (display-hourglass): Renamed from busy-cursor.
3963         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3964         (show-cursor-in-non-selected-windows): Doc fix.
3966 2001-02-20  Dave Love  <fx@gnu.org>
3968         * international/utf-8.el: Doc and commentary fixes.
3970 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3972         * ehelp.el (with-electric-help): Doc fix.
3974 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
3976         * msb.el (msb-mode): Call the update-buffers function explicitly
3977         with a FORCE argument.
3979         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3980         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
3981         returns nil.
3983 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3985         * ps-print.el: Timestamp package replacement.  Some enhancements.
3986         Some XEmacs compatibility.  Doc fix.
3987         (ps-print-version): New version number (6.4).
3988         (ps-printer-name): Initialization fix.
3989         (ps-zebra-stripe-follow): Funcionality enhancement.
3990         (ps-prologue-file): Code enhancement.
3991         (ps-right-header): Timestamp package replacement.
3992         (ps-setup, ps-face-bold-p, ps-face-italic-p)
3993         (ps-get-page-dimensions)
3994         (ps-generate-header, ps-begin-file, ps-begin-job)
3995         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3996         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3997         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3998         (coding-system-for-write): Var declaration (XEmacs compatibility).
4000 2001-02-20  Miles Bader  <miles@gnu.org>
4002         * image-file.el (image-file-name-extensions): Add "tif".
4004 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
4006         * wid-edit.el (widget-button-click): Save the selected window
4007         around the code handling clicks on buttons.
4009 2001-02-18  Dave Love  <fx@gnu.org>
4011         * imenu.el (imenu--generic-function): Use mapc to iterate over
4012         syntax characters.
4014 2001-02-17  Richard M. Stallman  <rms@gnu.org>
4016         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4018         * uniquify.el (uniquify-buffer-name-style): Doc fix.
4020 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4022         * mouse.el (mouse-save-then-kill): If the distance from the new
4023         point to the mark is equal to the distance of point from the new
4024         point, move point instead of the mark.
4026 2001-02-16  Dave Love  <fx@gnu.org>
4028         * textmodes/flyspell.el (flyspell-get-word): Return string without
4029         properties.
4031 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4033         * generic.el (generic-find-file-regexp): Doc fix.
4034         (generic-ignore-files-regexp): New defcustom.
4035         (generic-mode-find-file-hook): If the file's name matches the
4036         regexp in `generic-ignore-files-regexp', don't enter
4037         default-generic-mode.  Doc fix.
4039 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4041         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4042         Add autoload cookies.
4044         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4045         of cal-tex-24.
4047 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4049         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4051         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4052         the character class after the (optional) drive, to support file
4053         names with embedded blanks.
4055 2001-02-15  Sam Steingold  <sds@gnu.org>
4057         * textmodes/tex-mode.el (tex-shell-running):
4058         Check the process buffer too.
4060 2001-02-15  Dave Love  <fx@gnu.org>
4062         * battery.el (battery-status-function): Fix doc, :type.
4064         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4066 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
4068         * subr.el (read-passwd): Clear Lisp memory holding password.
4070 2001-02-15  Miles Bader  <miles@gnu.org>
4072         * info.el (Info-copy-current-node-name): New function.
4073         (Info-mode-menu): Add it to the menu.
4075 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
4077         * international/mule-cmds.el (toggle-input-method): Doc fix.
4079 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
4081         * replace.el (occur): Stop at end of buffer.
4083 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
4085         * international/mule-cmds.el (set-input-method): Another doc fix.
4087 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
4089         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4091 2001-02-13  Miles Bader  <miles@gnu.org>
4093         * faces.el (set-face-background, set-face-foreground)
4094         (set-face-stipple): Treat a value of nil as being `unspecified'.
4096 2001-02-12  Dave Love  <d.love@dl.ac.uk>
4098         * international/latin1-disp.el:  Doc fixes.
4099         (latin1-display) <defgroup>: Add :link.
4100         (latin1-display) <function>: Set variable latin1-display.
4102 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
4104         * international/mule-cmds.el (set-input-method): Doc fix.
4106 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
4108         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4109         (speedbar-line-file): Return nil if not a file.
4110         (speedbar-buffers-line-path): Return file for tags, and dir for files.
4112 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
4114         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4115         for remote files.
4116         (ediff-coding-system-for-read): Replaced the no-conversion default
4117         with raw-text.
4119         * ediff-init.el: Removed :version from defcustom vars.
4121         * ediff-util.el (ediff-compute-custom-diffs-maybe):
4122         Better handling of the diff mode.
4124         * ediff.texi: Added ediff-coding-system-for-read.
4126         * viper.texi: Fix typos.
4128 2001-02-11  Dave Love  <fx@gnu.org>
4130         * shadowfile.el: Doc fixes.
4131         (shadow) <defgroup>: Add :link.
4132         (shadowfile-unload-hook): New function.
4133         (shadow-initialize): Use defalias, not fset.
4134         (shadow-define-cluster, shadow-define-literal-group)
4135         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4137         * international/mule.el: Doc and message fixes.
4139         * international/ccl.el (define-ccl-program): Doc fix.
4141 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
4143         * faces.el (mode-line): Set :line-width property to -1.
4145 2001-02-10  Richard M. Stallman  <rms@gnu.org>
4147         * complete.el (partial-completion-mode): Doc fix.
4149         * simple.el (delete-key-deletes-forward-mode):
4150         Change `let' to `let*' to fix gross bug in last change.
4152         * repeat.el (repeat): Don't let execute-kbd-macro alter
4153         real-last-command.
4155 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
4157         * simple.el (eval-expression): Doc fix.
4159 2001-02-09  Dave Love  <fx@gnu.org>
4161         * imenu.el (imenu-generic-expression): Doc fix.
4163         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4164         From Juanma Barranquero.
4166         * emacs-lisp/authors.el (authors): Expand `root' before running find.
4168 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
4170         * faces.el (set-face-attribute): Describe the case of a negative
4171         value specified for :line-width.
4173 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
4175         * which-func.el (which-func-mode): Invert which-func-mode-global.
4176         From Juanma Barranquero <lektu@uol.com.br>.
4178 2001-02-08  Dave Love  <fx@gnu.org>
4180         * wid-edit.el (widget-plist-convert-widget): Replace binding of
4181         widget-plist-value-type.
4182         (widget-alist-convert-widget): Replace binding of
4183         widget-alist-value-type.
4185         * textmodes/paragraphs.el (sentence-end): Doc fix.
4187         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4188         Remove `backward-line'.
4190         * play/pong.el (pong-blank-color, pong-bat-color)
4191         (pong-ball-color, pong-border-color, pong-left-key)
4192         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4193         (pong-pause-key, pong-resume-key, pong-timer-delay):
4194         * mail/mh-comp.el (mh-compose-letter-function):
4195         * eshell/esh-mode.el (eshell-skip-prompt-function):
4196         * emulation/viper-ex.el (ex-unix-type-shell-options):
4197         * recentf.el (recentf-menu-filter):
4198         * ps-print.el (ps-print-region-function):
4199         * lpr.el (print-region-function):
4200         * forms.el (forms-mode-hooks):
4201         * dirtrack.el (dirtrack-directory-change-hook):
4202         * cus-start.el (temp-buffer-show-function, display-buffer-function):
4203         * textmodes/spell.el (spell-filter):
4204         * textmodes/fill.el (adaptive-fill-function):
4205         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4206         * progmodes/etags.el (find-tag-default-function):
4207         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4208         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4210 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
4212         * emulation/viper-init.el (viper-fast-keyseq-timeout)
4213         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
4214         Meyering <jim@meyering.net>.
4216         * loadup.el: Revert last change.
4218 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
4220         * international/mule.el (transform-make-coding-system-args):
4221         Make it work also for coding systems not using CCL.
4223 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4225         * simple.el (previous-matching-history-element)
4226         (next-matching-history-element): Doc fix.
4228         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4229         specific part.
4231 2001-02-06  Dave Love  <fx@gnu.org>
4233         * add-log.el (add-log-current-defun-function)
4234         (add-log-buffer-file-name-function, add-log-file-name-function):
4235         Fix :type.
4236         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4238 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4240         * info.el (info-initialize): Remove the test for system-type when
4241         invocation-directory is non-nil.
4243         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4244         of `font-lock-defaults' to `backward-paragraph' rather than nil.
4246 2001-02-06  Andrew Innes  <andrewi@gnu.org>
4248         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4249         absolute.
4251 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
4253         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4254         buffers.  When hi-lock turned on rather than only checking current
4255         buffer for regexps, all buffers are checked. Moved activation of
4256         font-lock to hi-lock-refontify. When font-lock turned off rather
4257         than removing added highlighting just in current buffer, remove it
4258         in all buffers.  Changed edit menu text from "Automatic
4259         Highlighting" to "Regexp Highlighting" Documentation for
4260         highlighting phrases, minor documentation changes.
4261         (hi-lock-set-file-patterns): Execute only if there are new or
4262         existing file patterns.
4263         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4264         unfontify and, if a support mode is active, will not refontify the
4265         whole buffer.  If necessary, turn on font lock. (Removed
4266         font-lock-unfontify and font-lock support-mode-specific calls,
4267         such as lazy-lock-fontify-window.)
4268         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4269         patterns are found. Not useful now since find-file-hook is removed
4270         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4271         (hi-lock-face-phrase-buffer): New function.  Also added related
4272         menu item and keybinding.
4273         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4274         (hi-lock-process-phrase): New function.
4275         (hi-lock-line-face-buffer): Doc fixes.
4276         (hi-lock-face-buffer): Doc fixes.
4277         (hi-lock-unface-buffer): Doc fixes.
4279 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
4281         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4282         dabbrev-ignored-regexps.
4284 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4286         * simple.el (kill-line): Doc fix.
4288 2001-02-05  Dave Love  <fx@gnu.org>
4290         * loadup.el: Revert last two changes -- bootstrapping works with
4291         regenerated loaddefs.
4293 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
4295         * isearch.el (isearch-forward): Doc fix.
4297         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4298         of font-lock-defaults to backward-paragraph.
4300 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4302         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4303         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4305 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4307         * ebnf2ps.el: Eliminate time-stamp functions.
4308         (ebnf-version): New version (3.5).
4309         (ebnf-eps-finish-and-write): Replace time-stamp functions by
4310         format-time-string.
4312 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4314         * simple.el (next-line): Goto end-of-line before inserting a newline.
4316 2001-02-05  Miles Bader  <miles@gnu.org>
4318         * image-file.el (insert-image-file): When visiting an image, also
4319         set `truncate-lines' to t so that any fringe arrow looks correct.
4321 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
4323         * isearch.el (isearch-forward): Add description about input method
4324         in the docsting.
4326 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
4328         * skeleton.el (skeleton-internal-1): Always push the mark for @.
4330 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4332         * info.el (info-initialize): If installation-directory is nil, for
4333         DOS/Windows systems try looking in a sibling of invocation-directory.
4335 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
4337         * wid-edit.el (widget-button-click): Fix last change.
4339         * frame.el (frame-notice-user-settings): When resizing the initial
4340         frame because the tool bar is off, also change the frame's top
4341         position if a negative top position was specified.
4343 2001-02-02  Miles Bader  <miles@gnu.org>
4345         * image-file.el (insert-image-file): When visiting an image,
4346         suppress the cursor in the image buffer.
4348 2001-02-01  Dave Love  <fx@gnu.org>
4350         * progmodes/f90.el (f90-mode): Remove startup message.
4352         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
4354 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4356         * startup.el (command-line): Fix code determining whether or not
4357         to use delete-key-deletes-forward-mode.
4359 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
4361         * vc.el (vc-diff-switches): New user option.
4362         (vc-version-diff): Use it.
4363         (vc-diff-switches-list): New macro.
4365         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4366         New customization options.
4367         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4369         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4371 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4373         * msb.el (toplevel): Quote hook symbols.
4375 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
4377         * international/mule.el (make-coding-system): Add description
4378         about recognized properties in the docstring.
4380         * international/mule-conf.el: Remove unused charsets
4381         mac-roman-lower and mac-roman-upper.
4383 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
4385         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4386         is in front of the left-margin, if any.
4388         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4389         like `delete'.
4391         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4393         * term/w32-win.el (mouse-set-font): Doc fix.
4395 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4397         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4398         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4399         on already.
4401 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
4403         * files.el (save-buffer): Don't give message if (buffer-file-name)
4404         returns nil.
4406 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
4408         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4410         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4411         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
4413         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4414         display problems.
4416 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
4418         * international/mule.el (charset-info): Fix docstring.
4420         * international/mule-diag.el (describe-character-set): Check final
4421         char valid before printing it.
4423 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
4425         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4427         * frame.el (frame-notice-user-settings): Do the tool-bar
4428         stuff only for graphical displays.  Fix a braino.
4430         * frame.el (frame-initialize): Create initial frame visible.
4431         (frame-notice-user-settings): When tool-bar has been switched off,
4432         correct the frame size and sync tool-bar-mode.
4434         * startup.el (command-line): Remove manipulation of frame
4435         height for tool bars.
4437 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4439         * lpr.el: Compatibility with XEmacs and doc fixes.
4440         (lpr-windows-system, lpr-lp-system): New vars.
4441         (lpr-printer-switch): New defcustom.
4442         (printer-name, lpr-command): Customization fix.
4443         (print-region-1): Code fix.
4444         (print-region-new-buffer, printify-region): Indentation fix.
4445         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4446         New functions.
4448 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4450         * msb.el (toplevel): Fix the eval-after-load.
4452 2001-01-29  Dave Love  <fx@gnu.org>
4454         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4456         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4458         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4459         (tcl-using-emacs-19-23): Consider Emacs 21+.
4460         (tcl-help-directory-list, tcl-command-switches): Fix :type.
4461         (tcl-add-emacs-menu): Supply menu name.
4462         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4464 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4466         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4468 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
4470         * pcvs.el (cvs-mark-fis-dead): New function.
4471         (cvs-mode-add): Use it.
4472         (cvs-mode-add-change-log-entry-other-window):
4473         Rebind change-log-default-name to itself rather than to nil.
4475 2001-01-29  Sam Steingold  <sds@gnu.org>
4477         * vc-cvs.el: Replaced (require 'vc) with a bunch of
4478         `autoload' statements.
4480 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
4482         * files.el (confirm-kill-emacs): Doc fix.
4484         * frame.el (frame-initialize): Doc fix.
4486         * time-stamp.el (time-stamp-string): Doc fix.
4488         * woman.el (WoMan-log-1): Make the log buffer writable.
4489         From Markus Rost <rost@math.ohio-state.edu>.
4491 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4493         * imenu.el (imenu-syntax-alist): Add autoload cookie for
4494         the `make-variable-buffer-local'.
4496 2001-01-29  Dave Love  <fx@gnu.org>
4498         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4499         (ansi-color-for-comint-mode-on, ansi-color-process-output):
4500         Add autoload cookie.
4501         (ansi-color-apply-sequence): Fix typo.
4503 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4505         * menu-bar.el (menu-bar-files-menu): Add menu items for
4506         Postscript printing in black and white.
4508         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4509         X-Mailman-Version, Precedence, List-Help, List-Post,
4510         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4511         Content-Type, Content-Length.
4513 2001-01-29  Dave Love  <fx@gnu.org>
4515         * elide-head.el (elide-head): Make overlay evaporate.
4517         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4519 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
4521         * isearch.el (isearch-highlight): Don't punt if the display
4522         doesn't support colors, since isearch faces are defined for
4523         monochrome displays as well.
4525 2001-01-27  Sam Steingold  <sds@gnu.org>
4527         * shell.el (shell-write-history-on-exit): Make sure that we are in
4528         the shell buffer (M-x tex-file RET inserted the error message into
4529         the TeX buffer).
4531 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4533         * simple.el (transient-mark-mode): Doc fix.
4535 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
4537         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4539 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4541         * shell.el (shell-unquote-argument): If the shell is one of the
4542         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4543         quote character.
4544         (shell-dumb-shell-regexp): Document that the shells which match
4545         this regexp are supposed to not treat a backslash as a quote character.
4547         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4548         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
4550 2001-01-27  Richard M. Stallman  <rms@gnu.org>
4552         * dabbrev.el (dabbrev--substitute-expansion):
4553         Treat a one-capital-letter abbrev as "not all upper case",
4554         so as to force preservation of the expansion's pattern
4555         if the expansion starts with a capital letter.
4557 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4559         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4560         Doc fix.
4562         * simple.el (transient-mark-mode): Document the fact that many
4563         commands act on the region when mark is active.
4565 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
4567         * international/quail.el (quail-setup-completion-buf): Make the
4568         multibyteness of current buffer inherited to Quail completion buffer.
4569         (quail-show-guidance-buf): Make the multibyteness of current
4570         buffer inherited to Quail guidance buffer.
4571         (quail-help): Make the multibyteness of current buffer inherited
4572         to Quail help buffer.
4574 2001-01-26  Dave Love  <fx@gnu.org>
4576         * time-stamp.el: Doc fixes.
4578         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4579         (delphi-keyword-face, delphi-other-face): Fix :type.
4581         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
4583         * mail/feedmail.el (feedmail): Add :link.
4584         (feedmail-send-it): Doc fix.
4586         * mail/sendmail.el: Doc fixes.
4587         (sendmail-send-it): Fix the non-ASCII regexp and use
4588         rfc2047-encode-string.
4590         * dired.el, dired-aux.el: Revert last change.
4592 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4594         * makefile.w32-in (DONTCOMPILE): Add various term files.
4596 2001-01-26  Dave Love  <fx@gnu.org>
4598         * Makefile.in (DONTCOMPILE): Add various term files.
4600 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4602         * man.el (Man-default-man-entry, Man-mode): Doc fix.
4604         * startup.el (display-startup-echo-area-message): Make sure
4605         the echo area is resized to fit the size of the startup message.
4607         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4608         part of which is a constant.
4610 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
4612         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4614 2001-01-26  Richard M. Stallman  <rms@gnu.org>
4616         * simple.el (next-line): Don't let `newline' expand abbrevs.
4617         Simplify slightly.
4618         (open-line): Don't let `newline' expand abbrevs.
4620 2001-01-25  John Wiegley  <johnw@gnu.org>
4622         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4623         to `repeat' in the :type field.
4625         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4626         allow a choice of regexp or nil.
4627         (pcomplete-dir-ignore): Same.
4629         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4630         a command) to always fail.
4632 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
4634         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4635         discard the result.
4636         (iswitchb-to-end): Likewise.
4638 2001-01-25  Sam Steingold  <sds@gnu.org>
4640         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4641         Require vc.
4643 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
4645         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4647         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4649 2001-01-25  Dave Love  <fx@gnu.org>
4651         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4652         (describe-coding-system): Tweak the English text.
4654         * loadup.el: Preload international/ccl for utf-8.
4656 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
4658         * mail/rmail.el (rmail-redecode-body): Doc fix.
4660 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
4662         * international/mule-cmds.el (reset-language-environment):
4663         Reset coding-category-utf-8 to mule-utf-8.
4665         * international/mule-conf.el (coding-category-utf-8):
4666         Initialize to mule-utf-8.
4668         * loadup.el: Preload international/utf-8.
4670         * international/utf-8.el: New file.
4672 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
4674         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4676 2001-01-24  Sam Steingold  <sds@gnu.org>
4678         * dired.el (dired-replace-in-string): Removed.
4679         (dired-sort-toggle): Use `replace-regexps-in-string'
4680         instead of `dired-replace-in-string'.
4682         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4683         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4685         * gs.el (gs-replace-in-string): Removed.
4686         (gs-options): Use `replace-regexps-in-string'
4687         instead of `gs-replace-in-string'.
4689 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
4691         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4692         bug report is mailed to an email list and posted to a news group.
4694 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4696         * comint.el (comint-replace-by-expanded-history-before-point):
4697         Fix change of 2000-08-03 to move point to the start of the line again.
4699         * startup.el (tool-bar-images-pixel-height): New variable.
4700         (command-line): After loading the user's init file, when
4701         tool-bar-mode is on, increase the frame's size by some lines for
4702         the tool-bar.
4704         * frame.el (frame-initialize): Create the initial frame invisible.
4706 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4708         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4709         (chinese-big5): MIME:Big5.
4711 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4713         * international/mule-cmds.el (universal-coding-system-argument):
4714         Handle commands with prefix args.
4716 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4718         * calendar/diary-lib.el (diary-float): Fix case of MONTH
4719         being a list of numbers.
4720         (diary-mail-entries): Rewritten.
4722 2001-01-23  Dave Love  <fx@gnu.org>
4724         * international/mule.el (make-coding-system): Fix typo.
4726         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4727         Add backward-paragraph as font-lock-beginning-of-syntax-function.
4729 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
4731         * font-lock.el (font-lock-mode): Doc fix.
4733 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
4735         * international/mule.el (make-translation-table): Fix docstring.
4737 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
4739         * mail/rmail.el (rmail-redecode-body): New function.
4741         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4743 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
4745         * isearch.el (isearch-lazy-highlight-case-fold-search)
4746         (isearch-lazy-highlight-regexp): New variables.
4747         (isearch-lazy-highlight-cleanup): Update lazy highlight if
4748         case-fold search or regexp search has been toggled.
4750         * wid-edit.el (widget-button-click): Avoid a save-excursion
4751         around running a global binding.
4753         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4754         to 0.25.
4756 2001-01-20  Miles Bader  <miles@gnu.org>
4758         * cus-edit.el (custom-face-save): Do post-processing on the face's
4759         new value like `custom-face-set' does.
4761 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4763         * mail/emacsbug.el (report-emacs-bug): Report the value of
4764         LC_CTYPE, not LC_TYPE.
4766         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4767         isearch-toggle-regexp and isearch-edit-string to doc string.
4769 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4771         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4772         as font-lock-beginning-of-syntax-function in font-lock-defaults.
4774         * jit-lock.el (jit-lock-fontify-now): Don't bind
4775         font-lock-beginning-of-syntax-function to nil.
4777 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4779         * mail/emacsbug.el (report-emacs-bug): Report values of
4780         locale-coding-system, default-enable-multibyte-characters, and the
4781         environment variables LC_ALL, LC_TYPE, and LANG.
4783 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4785         * font-lock.el (font-lock-default-fontify-region): Fix last change.
4787         * font-lock.el (font-lock-multiline): Default to nil.
4788         (font-lock-default-fontify-region): If font-lock-multiline is
4789         nil, don't check the property `font-lock-multiline'.
4791         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4792         is nil, don't check the `font-lock-multiline' text property.
4794 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4796         * viper.el: Call initial-major-mode on startup.
4798         * ediff.el (ediff-patch-file): Use better defaults.
4800         * ediff-vers.el: Fix for 8+3 DOS file systems.
4802 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
4804         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4805         diff mode, if available.
4807 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4809         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4811         * ediff-init.el (subst-char-in-string): Define and use it, unless
4812         it's already defined.
4814 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
4816         * tooltip.el (tooltip-hide-delay): New user-option.
4817         (tooltip-show): Use tooltip-hide-delay instead of the default.
4819 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
4821         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4822         kill-local-variable doesn't work for enable-multibyte-characters.
4824 2001-01-17  Dave Love  <fx@gnu.org>
4826         * ediff-init.el (ediff-before-setup-hook)
4827         (ediff-merge-filename-prefix): Add :version.
4829         * international/latin1-disp.el: Require disp-table.
4830         (latin1-display): Fix :set.
4832         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4834 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
4836         * isearch.el (isearch-lazy-highlight-initial-delay)
4837         (isearch-lazy-highlight-interval): Default to 0.
4839 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
4841         * isearch.el (isearch-highlight): Set isearch-overlay priority to
4842         1 here rather than each time through
4843         isearch-lazy-highlight-new-loop.
4844         (isearch-lazy-highlight-max): Variable deleted.
4845         (isearch-lazy-highlight-max-at-a-time): New user variable, like
4846         isearch-lazy-highlight-max but controls a single invocation of
4847         isearch-lazy-highlight-update.
4848         (isearch-lazy-highlight-wrapped): Variable recreated.
4849         (isearch-lazy-highlight-window-start): New variable.
4850         (isearch-lazy-highlight-cleanup): Restored to behavior of
4851         before 2-Jan.
4852         (isearch-lazy-highlight-remove-overlays): Function deleted;
4853         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
4854         behavior removed.
4855         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4856         isearch-lazy-highlight-update in a loop rather than just once.
4857         Test isearch-invalid-regexp here and decide not to start a new
4858         loop, rather than testing it each time through
4859         isearch-lazy-highlight-update.
4860         (isearch-lazy-highlight-search): Function restored.
4861         (isearch-lazy-highlight-update): Get called in a timer loop again,
4862         but this time highlight more than one match each time through.
4863         Only highlight matches in the visible part of the window.
4864         Start at point, move in the direction of the search, and wrap around at
4865         the edge of the window.  Use sit-for to force redisplay and ensure
4866         window-start is credible.  "Face suppressing" behavior removed;
4867         overlay priorities should make it unnecessary, right?
4868         (isearch-highlight): Face suppressing behavior removed.
4869         (isearch-dehighlight): Face suppressing behavior removed.
4870         (isearch-set-lazy-highlight-faces-at): Removed.
4872 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
4874         * language/european.el ("Latin-1"): Make the format of description
4875         about additional language environments same as that of Latin-2.
4877 2001-01-16  Dave Love  <fx@gnu.org>
4879         * isearch.el (isearch-lazy-highlight): Add :version.
4881         * simple.el (backward-delete-char-untabify-method)
4882         (next-line-add-newlines): Add :version.
4884 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
4886         * bindings.el: Bind <backspace> and <delete> via function-key-map.
4887         Don't bind <delete> otherwise.
4889         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4890         and <delete> via function-key-map.
4892         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4893         Subject line only if point is after the `Subject:'.
4895 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
4897         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4898         japanese-jisx0213-2 in `charset' property of this lang. env.
4900         * language/european.el ("Latin-1"): Add description for Dutch and
4901         Spanish lang. env.
4903         * international/mule.el (decode-char): Fix conditions.
4904         (encode-char): Handle eight-bit-control too.
4905         (transform-make-coding-system-args): New function.
4906         (make-coding-system): Accept XEmacs style arguments for CCL base
4907         coding system.
4909 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
4911         * progmodes/etags.el (find-tag-noselect): Save the value of
4912         tags-file-name before switching buffers, for the case it has a
4913         buffer-local value.
4915 2001-01-15  Alex Schroeder  <alex@gnu.org>
4917         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4918         From Dave Love <fx@gnu.org>.
4919         (ansi-color-for-comint-mode): Fix :version.
4921 2001-01-15  Alex Schroeder  <alex@gnu.org>
4923         * ansi-color.el (ansi-color-unfontify-region): Doc change.
4925 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
4927         * dired.el (dired-insert-directory): If file-system-info fails,
4928         remove the " free " part, but don't signal an error.
4930 2001-01-12  Sam Steingold  <sds@gnu.org>
4932         * bookmark.el (bookmark-maybe-historicize-string):
4933         Use new backquote syntax.
4935 2001-01-12  Richard M. Stallman  <rms@gnu.org>
4937         * subr.el (last): Handle a list that doesn't end in nil.
4939 2001-01-12  Sam Steingold  <sds@gnu.org>
4941         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4942         to `backward-delete-char-untabify'.
4944 2001-01-12  Dave Love  <fx@gnu.org>
4946         * cus-edit.el (customize-menu-create): Fix the :filter following
4947         easymenu change.
4949         * wid-edit.el (function): Add :match-alternatives.
4950         (widget-color-action): Doc fix.
4952 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
4954         * calendar/calendar.el (calendar-basic-setup): Doc fix.
4956 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
4958         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4960         * international/ccl.el (define-ccl-program): Fix docstring.
4962 2001-01-11  Dave Love  <fx@gnu.org>
4964         * international/mule-cmds.el (standard-display-european-internal):
4965         Set display table for 2208 as for 160.
4967         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4969         * progmodes/fortran.el (fortran-mode-map): Modify Customization
4970         entry for custom-menu-create change.
4971         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
4972         don't cons it in the search loop.
4974         * imenu.el (imenu--truncate-items): Revert last change.
4976 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4978         * info.el (Info-setup-header-line): If the node header includes
4979         either Next: or Prev: links, don't show the File: and Node: parts
4980         in the header line.
4982 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
4984         * comint.el (comint-goto-process-mark): Don't print a message
4985         when running in batch mode.
4987         * isearch.el (isearch-search): In the condition-case handler for
4988         `error', set isearch-invalid-regexp to the whole error message.
4990         * subr.el (eval-after-load): Call load-symbol-file-load-history to
4991         ensure that eval-after-load works for files dumped with Emacs.
4993         * help.el (load-symbol-file-load-history): New function extracted
4994         from function symbol-file.
4995         (symbol-file): Use it.
4997         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4999 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
5001         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5002         behave as if there were no prefix argument.
5003         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5004         argument were nil.
5006 2001-01-11  Richard M. Stallman  <rms@gnu.org>
5008         * isearch.el (isearch-lazy-highlight-update):
5009         Don't look for more potential matches once maximum is exceeded.
5010         Use overlays-in to check correctly for overlap with current match.
5011         Ignore empty matches.
5013 2001-01-11  Miles Bader  <miles@gnu.org>
5015         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5016         (ispell-overlay-window, ispell-help, ispell-show-choices)
5017         (ispell-command-loop): Use it instead of `window-height'.
5019 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5021         * files.el (confirm-kill-emacs): New user-option.
5022         (save-buffers-kill-emacs): Ask for final confirmation before
5023         killing Emacs.
5025         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5026         to nil.
5028 2001-01-10  Dave Love  <fx@gnu.org>
5030         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5032         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5034         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5036         * calculator.el (calculator-number-digits): Fix :type.
5038         * vc-cvs.el (vc-cvs-header): Fix :type.
5039         * vc-rcs.el (vc-rcs-header): Fix :type.
5040         * vc-sccs.el (vc-sccs-header): Fix :type.
5042         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5044         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5046         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5048 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5050         * simple.el (set-variable): Force a thorough redisplay for the
5051         case that the variable has an effect on the display, like
5052         `tab-width' has.
5054 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
5056         * vc.el: Add documentation for backend interface.
5058 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
5060         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5062         * international/mule-conf.el (latin-extra-code-table): Set to t
5063         for \223 and \224.
5065 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5067         * international/mule-cmds.el (locale-language-names): Map "es" to
5068         "Spanish" and "nl" to "Dutch".
5070 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
5072         * bindings.el (global-map): Bind <home> to beginning-of-line,
5073         <end> to end-of-line, C-<home> to beginning-of-buffer, and
5074         C-<end> to end-of-buffer.
5076         * language/european.el: Add Dutch and Spanish language info
5077         to be able to use the appropriate tutorials.
5079 2001-01-09  Alex Schroeder  <alex@gnu.org>
5081         * ansi-color.el (ansi-color-process-output): Use markers instead
5082         of positions for start and end of region.
5083         (ansi-color-apply-on-region): Rewrote code to make it more robust.
5084         Previously, occasional mistakes happend when fontifying many
5085         chunks of output (eg. ls --color=yes /dev).  This happened
5086         whenever an overlay was created up to the end of the region, which
5087         coincided with the process-mark.  New text would then be added
5088         within that overlay instead of after it.
5089         (ansi-color-make-extent): Overlays are created with the property
5090         `modification-hooks' set to '(ansi-color-freeze-overlay).
5091         (ansi-color-freeze-overlay): New function.  When inserting text at
5092         the end of the overlay, the overlay will resize.
5094 2000-01-09  Alex Schroeder  <alex@gnu.org>
5096         * ansi-color.el (ansi-color-process-output): Doc change.
5097         (ansi-color-unfontify-region): Doc change.  No longer installed
5098         automatically in font-lock-unfontify-region-function.
5099         (ansi-color-apply): Doc change.
5100         (ansi-color-apply-on-region): Use extents or overlays instead of
5101         text-properties.
5102         (ansi-color-make-extent): New function.
5103         (ansi-color-set-extent-face): New function.
5105 2000-01-09  Alex Schroeder  <alex@gnu.org>
5107         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5108         both use ansi-color-process-output, now.
5109         (ansi-color-process-output): Doesn't return string anymore.  It is
5110         installed in comint-output-filter-functions for both Emacs and
5111         XEmacs, now.
5112         (ansi-color-unfontify-region): Simplified code removing variables
5113         pos and start-ansi.
5114         (ansi-color-apply): Put text-property ansi-color before putting
5115         text-property face because ansi-color-unfontify-region is called
5116         immediately after the call to put-text-property.
5117         (ansi-color-context-region): Doc change.
5118         (ansi-color-filter-region): Simplified code.
5119         (ansi-color-apply-on-region): Changed start to start-marker, using
5120         a marker explicitly.  Put text-property ansi-color before putting
5121         text-property face because ansi-color-unfontify-region is called
5122         immediately after the call to put-text-property.
5124 2000-01-09  Alex Schroeder  <alex@gnu.org>
5126         * ansi-color.el (ansi-color-faces-vector): Doc change.
5127         (ansi-color-for-comint-mode): Changed :type property to choice.
5128         (ansi-color-last-context): Removed.
5129         (ansi-color-process-output): Don't use ansi-color-last-context, as
5130         the main functions will store their context now.
5131         (ansi-color-context): Doc change.
5132         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5133         Uses ansi-color-context such that repeated calls will strip
5134         partial escape sequences, too.
5135         (ansi-color-apply): Simplified code.  Colorize end of string if
5136         face is not null.  Store context in new (FACE STRING) format, such
5137         that repeated calls will strip partial escape sequences, too.
5138         Append faces to face property using ansi-color-apply-sequence such
5139         that cumulative mode actually works.
5140         (ansi-color-context-region): New variable.
5141         (ansi-color-filter-region): Rewrote it based on
5142         ansi-color-apply-on-region.  Uses ansi-color-context-region such
5143         that repeated calls will strip partial escape sequences, too.
5144         (ansi-color-apply-on-region): Simplified code.  Colorize end of
5145         region if face is not null.  Store context in new (FACE POS)
5146         format, such that repeated calls will strip partial escape
5147         sequences, too.  Append faces to face property using
5148         ansi-color-apply-sequence such that cumulative mode actually works.
5149         (ansi-color-apply-sequence): New function.
5150         (ansi-color-get-face): When the default face is added to the list
5151         of faces, all previous settings are discarded and the list of
5152         faces is set to '(default).
5154 2000-01-09  Alex Schroeder  <alex@gnu.org>
5156         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5157         face, such that ansi-color-apply and ansi-color-apply-on-region
5158         will do the right thing.
5159         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5160         returns nil, set the list of faces back to nil instead of
5161         appending the result of ansi-color-get-face to the front of the list.
5163 2000-01-09  Alex Schroeder  <alex@gnu.org>
5165         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5166         (ansi-color-process): Doc change.
5167         (ansi-color-last-context): New buffer-local variable.
5168         (ansi-color-process-output): New function.  It is automatically
5169         added to comint-output-filter-functions if this is XEmacs.
5170         (ansi-color-unfontify-region): New optional parameter for XEmacs
5171         compatibility.  Check wether font-lock-syntactic-keywords is
5172         boundp before removing the syntax table text property, as XEmacs
5173         doesn't have it.
5174         (ansi-color-filter-region): Doc change.
5175         (ansi-color-apply-on-region): Doc change.
5176         (ansi-color-make-face): New function.  Compatibility layer for
5177         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
5178         (ansi-color-make-color-map): Use ansi-color-make-face.
5179         (ansi-color-get-face): Avoid face text property '(nil) as results
5180         in an errow for XEmacs.
5182 2000-01-09  Alex Schroeder  <alex@gnu.org>
5184         * ansi-color.el (ansi-color-unfontify-region): New function.
5185         Uses text-property ansi-color in order to preserve fontification by
5186         ansi-color.  When the package is loaded, a lambda expression is
5187         put onto font-lock-mode-hook.  This lambda expression will check
5188         font-lock-unfontify-region-function and replace
5189         font-lock-default-unfontify-region with ansi-color-unfontify-region.
5190         (ansi-color-apply): Add text-property ansi-color in addition to
5191         text-property face.
5192         (ansi-color-apply-on-region): Add text-property ansi-color in
5193         addition to text-property face.
5194         (save-buffer-state): Copy of the macro that is also used by
5195         lazy-lock and font-lock.
5197         (ansi-color-for-comint-mode): New option.
5198         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5199         (ansi-color-for-comint-mode-off): Ditto.
5200         (ansi-color-for-comint-mode-filter): Ditto.
5201         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
5202         decide what to do.  This function is added to
5203         comint-preoutput-filter-functions when the package is loaded.
5205         (ansi-color-for-shell-mode-set): Removed.
5206         (ansi-color-for-shell-mode): Removed.
5208 2000-01-09  Alex Schroeder  <alex@gnu.org>
5210         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5211         the lambda expression from the ansi-color-for-shell-mode :set
5212         property.  Additionally, modify shell-mode-hook to enable or
5213         disable font-lock-mode for future shell buffers.
5214         (ansi-color-for-shell-mode): The :set property calls
5215         ansi-color-for-shell-mode-set instead of a lambda expression.
5217 2000-01-09  Alex Schroeder  <alex@gnu.org>
5219         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5220         (ansi-color-context): New variable.
5221         (ansi-color-apply): Save context between calls.
5223 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
5225         * isearch.el (isearch, isearch-lazy-highlight-face):
5226         New definitions for face colors and attributes.
5228         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5229         of display-mouse-p.
5231 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5233         * international/mule.el (make-coding-system): If the coding system
5234         accepts extra latin codes, register such codes as safe for the
5235         coding system.
5237 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5239         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5240         don't mention the file name or the date here, because they are
5241         logged at the start of the file.
5243 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5245         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5246         Change screen-width to frame-width.
5248 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5250         * info.el (Info-search): Print the default as part of the prompt.
5252 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
5254         * vc.el (vc-default-latest-on-branch-p): New function, replaces
5255         constant implementations in backends.
5257         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5258         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5260         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5261         WRITABLE to EDITABLE.
5263         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5264         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5265         to EDITABLE.
5267 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5269         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5270         (copyright, copyright-update): Compute the current year at run time.
5272 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
5274         * isearch.el (isearch-old-signal-hook): Removed.
5275         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5276         instead of setting signal-hook-function.
5277         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5279 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
5281         * emulation/edt.el: Update to version 4.0.  Provide support for
5282         EDT scroll margins at top and bottom of the window.  Provide an
5283         emulation of the EDT SUBS command (bound to GOLD-Enter, by
5284         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
5285         user when file-related buffer modifications exist.
5286         Provide support for running EDT Emulation in XEmacs.
5287         Provide customize access to some user updatable variables.
5288         Add Commentary section to file header.
5289         Fixed a few minor bugs and cleaned up some code.
5291         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
5292         for detecting a keypress that generates an ASCII key sequence.
5293         (Previously, only a keypress that generates a vector was
5294         recognized.)  Embed Window Manager name into name of the generated
5295         EDT Emulation initialization file since the initialization file is
5296         Window Manager specific.  Add Commentary section to file header.
5298 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
5300         * mail/sendmail.el (mail-mode): Doc fix.
5302         * info.el (Info-goto-emacs-command-node): Doc fix.
5303         (Info-goto-emacs-key-command-node): Doc fix.
5305 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5307         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5308         systems without long file-name support.
5310 2001-01-06  Andrew Innes  <andrewi@gnu.org>
5312         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5314 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5316         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5317         (isearch-lazy-highlight-update): Doc fix.
5319         * ffap.el (ffap-bindings): Doc fix.
5321         * dired-x.el (dired-virtual-guess-dir): Doc fix.
5323 2001-01-05  Dave Love  <fx@gnu.org>
5325         * emacs-lisp/cl-seq.el (remove, remq): Remove.
5327 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
5329         * mouse-drag.el (mouse-drag-safe-scroll):
5330         Bind scroll-preserve-screen-position to nil.
5332         * isearch.el (isearch-old-signal-hook): New variable.
5333         (isearch-mode): Set signal-hook-function to isearch-done.
5334         (isearch-done): Restore old signal-hook-function.
5336         * info.el (Info-fontify-node): Mark one more char as intangible.
5338 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
5340         * composite.el (compose-last-chars): New argument COMPONENTS.
5341         If it is non-nil, compose preceding characters by compose-region with
5342         COMPONENTS.
5344         * international/quail.el (quail-input-string-to-events): New function.
5345         (quail-input-method): Convert input string to events here.
5346         (quail-start-translation): Return input string, not event list.
5347         (quail-start-conversion): Likewise.
5349 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
5351         * tooltip.el (tooltip-cancel-delayed-tip)
5352         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5353         and tooltip-add-timeout.
5354         (tooltip-show): Set border color from faces's foreground.
5355         (tooltip-show-help-function): If called with the same help string
5356         as last time, do nothing.
5357         (tooltip-help-tips): Don't set tooltip-help-message to nil.
5359         * startup.el (fancy-splash-screens): Don't bind show-help-function
5360         to nil.
5362         * tooltip.el (tooltip-frame-parameters): Remove colors.
5363         (tooltip): New face
5364         (tooltip-set-param): New function.
5365         (tooltip-show): Set up color frame parameters from face `tooltip'.
5366         Display the tooltip text in face `tooltip'.
5368 2001-01-04  Dave Love  <fx@gnu.org>
5370         * whitespace.el (whitespace-global-mode): Fix typo.
5372         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5374 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
5376         * help.el (help-for-help): Fix a typo in a doc string.
5377         From kwzh@gnu.org (Karl Heuer).
5379 2001-01-03  Dave Love  <fx@gnu.org>
5381         * dired-x.el: Doc fixes.  Maintainer change.
5382         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5383         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5384         (dired-guess-shell-alist-user): Customize.
5385         (dired-x-help-address): Set to bug-gnu-emacs.
5386         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5387         (dired-default-directory): Renamed from default-directory.
5389         * hl-line.el (hl-line): Doc fix.
5391 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
5393         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5395 2001-01-02  Richard M. Stallman  <rms@gnu.org>
5397         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5398         to remove all the current alternative-match highlighting.
5399         If nil, remove only what's outside the current window.
5400         (isearch-lazy-highlight-remove-overlays): Take optional
5401         region within which NOT to remove them.
5402         (isearch-lazy-highlight-new-loop): Greatly simplified.
5403         (isearch-lazy-highlight-update): Find all the other occurrences
5404         visible in the window, in just one call.
5405         (isearch-lazy-highlight-start): Now holds start of region to scan.
5406         (isearch-lazy-highlight-end): Now holds end of region to scan.
5407         (isearch-lazy-highlight-wrapped): Variable deleted.
5408         (isearch-lazy-highlight-search): Function deleted.
5410 2000-01-02  Andrew Innes  <andrewi@gnu.org>
5412         * w32-fns.el (convert-standard-filename): Do length check on name
5413         before aref.
5415 2001-01-02  Dave Love  <fx@gnu.org>
5417         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5418         value.
5419         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5421         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5423         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5424         read syntax.
5426         * calendar/todo-mode.el (todo): Add :link, :version.
5427         (todo-save-top-priorities): Remove autoload cookie.
5428         (todo-add-category, todo-add-item-non-interactively)
5429         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5431 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
5433         * comint.el (comint-input-history-ignore): New variable.
5434         (comint-read-input-ring): Ignore entries matching
5435         comint-input-history-ignore.
5437 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
5439         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5440         (lm-copyright-mark): New function.
5441         (lm-crack-copyright): New function.
5442         (lm-verify): Check that the file has a copyright.
5443         Check that the file is copyright Free Software Foundation.
5445 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
5447         * international/mule-diag.el (print-fontset): Indent font name by
5448         24 columns, not 25.
5450 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
5452         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5453         in Subject line.
5455         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5456         Use mail-mode-hook instead of mail-setup-hook.
5457         Otherwise continuing an interrupted message with C-u C-x m for
5458         instance, winds up in Mail mode without abbrevs.
5460 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5462         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5463         non-nil.  Adding almost all customization variables on ps-setup.
5464         Doc fix.
5465         (ps-print-version): New version number (6.3.3).
5466         (ps-end-with-control-d): Initialization fix.
5467         (ps-lines-printed): New var.
5468         (ps-skip-newline): New fun.
5469         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5470         (ps-next-line, ps-continue-line, ps-plot-region)
5471         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5473 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
5475         * international/fontset.el (x-complement-fontset-spec):
5476         Resolve ASCII font name so that the same family name is used for fonts
5477         registered in x-font-name-charset-alist.
5478         (create-fontset-from-fontset-spec): Adjusted for the above change.
5479         The name of fontset alias should be a unresolved ASCII font name.
5481 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
5483         * simple.el (delete-key-deletes-forward-mode): Bind backspace
5484         and delete in isearch-mode-map.
5486 2000-12-28  Richard M. Stallman  <rms@gnu.org>
5488         * dired-x.el (dired-guess-shell-alist-default):
5489         Use xpdf instead of acroread.
5491 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
5493         * textmodes/artist.el (artist-butlast): Deleted.
5494         (artist-ellipse-mirror-quadrant): Use butlast instead of
5495         artist-butlast.
5497         * subr.el (butlast, nbutlast): Moved from cl.el to here.
5499         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5501 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5503         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5505         * ls-lisp.el: Better support for the Mac and MS-Windows.
5506         (ls-lisp): New defgroup.
5507         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5508         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5509         (ls-lisp-support-shell-wildcards): New defcustoms.
5510         (ls-lisp-parse-symlink): New function.
5511         (insert-directory): Code to convert switches to a list and set up
5512         the wildcard argument copied from ls-lisp-insert-directory.
5513         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
5514         for -C and -R switches.
5515         (ls-lisp-column-format): New function.
5516         (ls-lisp-delete-matching, ls-lisp-handle-switches)
5517         (ls-lisp-format-time): Add doc strings.
5518         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5519         Support ls-lisp-dirs-first.
5520         (ls-lisp-classify, ls-lisp-extension): New functions.
5521         (ls-lisp-format): Optionally support emulation of symlinks.
5522         Support -i, -s, and -G switches.
5524 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
5526         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5528         * version.el (emacs-version): Print X scroll bar information.
5530         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5531         instead of x-toolkit-scroll-bars-p.
5533         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5534         of x-toolkit-scroll-bars-p.
5536 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5538         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5539         (ffap-bindings): Doc fix, to reflect the above change.
5541 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
5543         * term.el (term-char-mode): Define all non-ascii self-inserting
5544         characters to 'term-send-raw in term-raw-map.
5546 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
5548         * viper-init (viper-restore-cursor-type): Added condition-case guard.
5550         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5551         Changed initialization; use add-hook.
5552         (ediff-file-remote-p): Use file-local-copy.
5554         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5556         * ediff.el (ediff-patch-buffer): Bug fix.
5557         (ediff-revision): Allow selection of the file at the prompt.
5559 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
5561         * subr.el (combine-run-hooks): Remove.
5563         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5564         and remove the rogue second spec.
5566 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
5568         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5570 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
5572         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5573         Use minibuffer menu prompt for the `=' prefix.
5574         (smerge-command-prefix): Change default to C-^.
5575         (smerge-mode): Don't assume font-lock doesn't move point.
5577         * skeleton.el (skeleton-internal-1): Make sure the first line of
5578         the region is also re-indented.
5579         (skeleton-end-newline): New var.
5580         (skeleton-end-hook): Use it.
5582 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5584         * comint.el (comint-password-prompt-regexp): Support CVS.
5586 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
5588         * simple.el (delete-key-deletes-forward-mode): Simplify.
5589         Also backspace key combinations, depending on
5590         delete-key-deletes-forward.
5592         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5594         * simple.el (delete-key-deletes-forward): Doc fix.
5596 2000-08-22  Emmanuel Briot  <briot@gnat.com>
5598         * xml.el (top level comment): Updated to reflect the fact that
5599         white spaces are relevant in the XML file.
5600         (xml-parse-file): Do not kill an existing Emacs buffer if the file
5601         to parse was already edited. This allows for on-the-fly analysis
5602         of XML files.
5603         (xml-parse-tag): Check that the casing is the same in the start
5604         tag and end tag, since XML is case-sensitive.  Allows for spaces
5605         in the end tag, after the name of the tag.
5606         (xml-parse-attlist): Allow for the character '-' in the name of
5607         attributes, as in the standard http-equiv attribute Do not save
5608         the properties in the XML tree, since they are not relevant.
5610 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
5612         * generic.el (generic-read-type): Undo last change, inline into
5613         `generic-mode' and then remove.
5614         (generic-mode): Inline generic-read-type.
5615         (define-generic-mode): Push the symbol name rather than the symbol
5616         onto generic-mode-list.
5618 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
5620         * generic.el (generic-read-type): Build an alist for
5621         completing-read as in 20.7.
5623         * play/landmark.el (lm): Use interactive spec `P'.
5624         (toplevel): Don't set debug-on-error.
5626         * server.el (server-switch-buffer): Choose a window on a visible frame.
5628 2000-12-21  Dave Pearson  <davep@davep.org>
5630         * quickurl.el: Commentry change, I've moved my web site.
5632 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5634         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5635         ranges like \177-\237, but accepts the character sequence from \177 to
5636         \237.  Doc fix.
5637         (ebnf-version): New version (3.4).
5638         (ebnf-setup): Code fix.
5639         (ebnf-range-regexp): New fun.
5640         (ebnf-8-bit-chars): Const fix.
5642         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5643         entry.  Doc fix.
5644         (ebnf-bnf-lex): Code fix.
5645         (ebnf-bnf-comment-chars): Const fix.
5647         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5648         entry.  Doc fix.
5649         (ebnf-iso-comment-chars): Const fix.
5651         * ebnf-otz.el: Doc fix.
5653         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5654         entry.  Doc fix.
5655         (ebnf-yac-skip-code): Code fix.
5656         (ebnf-yac-comment-chars): Const fix.
5658 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
5660         * files.el (insert-directory-safely): New function.
5661         (recover-file): Use it instead of insert-directory.
5662         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5664 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5666         * international/mule-cmds.el (select-safe-coding-system):
5667         Check coding-category-list more rigidly.  Improve help message.
5669         * dired.el (dired-move-to-filename-regexp): Fix previous change.
5671 2000-12-21  Miles Bader  <miles@gnu.org>
5673         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5675 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5677         * international/mule-diag.el (describe-char-after): Make *Help*
5678         buffer inherit multibyteness of the current buffer.
5680         * international/mule.el (make-char): Docstring adjusted for the
5681         change of make-char-internal.
5683 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
5685         * international/iso-cvt.el: Docstrings fix.
5687 2000-12-20  Dave Love  <fx@gnu.org>
5689         * subr.el (eval-after-load): Doc fix.
5691 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
5693         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5694         for numbers.
5696 2000-12-20  Miles Bader  <miles@gnu.org>
5698         * international/quail.el (quail-help): Resize the help window
5699         again after it has all its contents.  Remove unneeded progn.
5701 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
5703         * pcmpl-linux.el: Fix copy/paste error.
5705 2000-12-19  Andrew Innes  <andrewi@gnu.org>
5707         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5709 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5711         * progmodes/idlw-rinfo.el: Fixed copyright notice.
5713         * progmodes/idlw-toolbar.el: Fixed copyright notice.
5715         * progmodes/idlw-shell.el: Fixed copyright notice.
5717         * progmodes/idlwave.el: Fixed copyright notice.
5719         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5720         TAB as key separators.
5722 2000-12-19  Alex Schroeder  <alex@gnu.org>
5724         * sql.el (sql-sybase-options): New option.
5725         (sql-sybase): Use it.  Add sql-database to the list of parameters
5726         provided for login.  The options -w 2048 -n are not used any more.
5727         (sql-postgres-options): Changed default from "--pset" to "-P".
5728         (sql-mysql-options): Doc change.
5729         (sql-stop): Doc change.
5731 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
5733         * international/quail.el (quail-input-method): Always hide
5734         the guidance buffer on exiting.
5736 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5738         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5739         isn't fboundp.
5741         * server.el (server-buffer-done): Bury the buffer before
5742         killing it.
5744         * faces.el (face-spec-set): Interpret a nil in specs for
5745         foreground and background colors as `unspecified', for
5746         compatibility with 20.x.
5748 2000-12-18  Dave Love  <fx@gnu.org>
5750         * simple.el (mail-user-agent): Doc fix.
5751         (input-mode-8-bit): Removed.
5753         * international/mule.el (set-keyboard-coding-system): Doc fix.
5754         (keyboard-coding-system): New option.
5756         * mail/sendmail.el (send-mail-function): Customize.
5758 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
5760         * international/codepage.el (cp866-decode-table): New table.
5762 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5764         * version.el (emacs-version): Remove `%a' from the time format
5765         because the weekday doesn't fit well into each locale.
5767 2000-12-18  Miles Bader  <miles@gnu.org>
5769         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5771         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5772         Check that emacs-major-version is `=' to 20, not `>='.
5773         (artist-replace-chars): Use `make-string' instead of a loop.
5775 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
5777         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5778         (cvs-execute-single-file): Don't change directory.
5779         Patch from Per Cederqvist.
5781 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5783         * textmodes/ispell.el (check-ispell-version):
5784         If `ispell-program-name' is "aspell", pass it the -v switch instead
5785         of -vv.
5787 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
5789         * international/mule-diag.el (mule-diag): Insert information about
5790         configure options, multibyte awareness, language env.
5792         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5793         regexp to search for candidates.
5795 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5797         * info.el (Info-forward-node): If the node has an
5798         Info-header-line, widen the buffer before searching for "next:"
5799         and "up:" pointers, and set the search limit to stay in the
5800         current node.
5802 2000-12-16  Miles Bader  <miles@gnu.org>
5804         * simple.el (delete-trailing-whitespace): Remove extraneous let.
5806 2000-12-15  Miles Bader  <miles@gnu.org>
5808         * comint.el (comint-send-string, comint-send-region): Also accept
5809         a buffer, buffer-name, or nil for PROCESS, for compatibility with
5810         process-send-string/region.
5812 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
5814         * isearch.el (isearch-lazy-highlight-max): New user-option.
5815         (isearch-lazy-highlight-update): Don't highlight more than
5816         isearch-lazy-highlight-max matches.
5818         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5820 2000-12-15  Richard M. Stallman  <rms@gnu.org>
5822         * sort.el (sort-columns): Fix error message.
5824         * dabbrev.el (dabbrev--last-case-pattern): Value is now
5825         `upcase' or `downcase' or nil.
5826         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5827         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5828         (dabbrev--substitute-expansion): New arg record-case-pattern.
5829         If it is non-nil, set dabbrev--last-case-pattern.
5830         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5832         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5834 2000-12-15  Miles Bader  <miles@gnu.org>
5836         * paths.el (Info-default-directory-list): Don't delete
5837         configure-info-directory from the list of standard info
5838         directories when appending it to the end -- their order is important.
5840         * faces.el (read-face-attribute): If there's no entry for the
5841         user's input in VALID, just use it as-is (this will often result
5842         in an error, but it may be OK for e.g. colors using hexadecimal
5843         notation, and at least will yield a better error message).
5845         * window.el (mode-line-window-height-fudge): Function removed.
5846         (height-affecting-face-attributes, mode-line-window-height-fudge):
5847         Variables removed.
5848         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5849         window is really the right size.  Use vertical-motion
5850         rather than forward-line.
5851         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5852         (ispell-command-loop, ispell-show-choices): Use the variable
5853         ispell-choices-win-default-height, rather than the function.
5854         (ispell-choices-win-default-height): Function removed.
5855         (ispell-mode-line-window-height-fudge): Function removed.
5857 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
5859         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5861 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5863         * paths.el (Info-default-directory-list):
5864         If configure-info-directory is not one of the standard directories,
5865         put it first in the list; otherwise put it last.  Doc string
5866         changed accordingly.
5868         * info.el (Info-directory-list): Change doc string to reflect the
5869         change in Info-default-directory-list.
5871         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5872         windows-nt as windowed environments, even under -nw.
5874         * startup.el (command-line): Don't call x-backspace-delete-keys-p
5875         if not fboundp.  Switch delete-forward mode for the <delete> key
5876         on all PC platforms, even under -nw.
5878         * term/internal.el ([M-delete]): Remap to M-d.
5880 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5882         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5884 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5886         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5888 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5890         * startup.el (command-line): Call delete-key-deletes-forward-mode,
5891         if appropriate.
5893         * simple.el (delete-key-deletes-forward): New user-option.
5894         (delete-key-deletes-forward-mode): New function.
5896         * bindings.el: Bind `delete' to backward-delete-char.
5898         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5899         Test if symbol is bound before getting its value.
5901         * tooltip.el (tooltip-show): If an error is signaled in
5902         x-show-tip, display that error, and display the help in the
5903         echo area.
5905 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
5907         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5908         Show "... entries" messages for every 10000 entries, not 10.
5910 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
5912         * bookmark.el: Provide a generic exit hook, as suggested by
5913         Ovidiu Predescu <ovidiu@cup.hp.com>:
5914         (bookmark-exit-hook): New var.
5915         (bookmark-exit-hook-internal): New func, replaces
5916         old raw lambda form in `kill-emacs-hook', and runs new
5917         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
5918         as logically that feature must have been provided if this function
5919         is running.
5920         Removed ;;;###autoload before the `add-hook' call.
5922 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
5924         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5925         (easy-menu-current-active-maps): New function.
5926         (easy-menu-get-map): Use it.
5927         Make a proper menu entry when creating a new keymap.
5929 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
5931         * international/characters.el: Fix cases and syntaxes for
5932         mule-unicode-0100-24ff.
5934         * dired.el (dired-move-to-filename-regexp): Fixed for the case
5935         that a Japanese character is not appended after day and year.
5937         * info.el (Info-suffix-list): Change format for a command that
5938         requires arguments.
5939         (info-insert-file-contents): Adjusted for the above change.
5941 2000-12-12  Andreas Schwab  <schwab@suse.de>
5943         * tar-mode.el (tar-extract): Base the name of the subfile buffer
5944         on the name of the tar buffer.  Verify that the existing buffer is
5945         visiting the same subfile.
5947 2000-12-12  Dave Love  <fx@gnu.org>
5949         * subdirs.el: Add obsolete.
5951 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5953         * mail/rmailsum.el (rmail-summary-expunge)
5954         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5955         instead of rmail-confirm-expunge.
5957         * replace.el (perform-replace): Don't use an empty match adjacent
5958         to a non-empty match when computing the next match before the
5959         replacement is performed.
5961 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
5963         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5964         definition (patch by Stefan Monnier).
5965         (glasses-mode): Use jit-lock instead of `after-change-functions'
5966         (patch by Stefan Monnier).
5968 2000-12-12  Miles Bader  <miles@gnu.org>
5970         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5971         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5973 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
5975         * term/mac-win.el: Remove load for ls-lisp.
5977         * loadup.el: Load ls-lisp for system-type `macos'.
5979 2000-12-12  Miles Bader  <miles@gnu.org>
5981         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5982         Respect field end too.
5983         (just-one-space): Respect fields as `delete-horizontal-space'.
5984         (newline-and-indent, reindent-then-newline-and-indent):
5985         Use `delete-horizontal-space'.
5987 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
5989         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5990         (so as to obey the field property in the minibuffer).
5992         * obsolete/c-mode.el: Moved from lisp/progmodes.
5993         * obsolete/auto-show.el: Moved from lisp.
5994         * obsolete/ooutline.el: Moved from lisp/textmodes.
5996 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5998         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
5999         changes to list them here.
6001         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6002         Too many changes to list them here.
6004         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6005         Too many changes to list them here.
6007         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6009 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
6011         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6013         * cus-edit.el (custom-save-variables, custom-save-faces):
6014         Comment fix.
6016         * hscroll.el: Moved to `obsolete' subdir.
6018 2000-12-11  Miles Bader  <miles@gnu.org>
6020         * window.el (window-text-height): Function removed (now in C).
6022 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
6024         * log-edit.el (log-edit-parent-buffer): New var.
6025         (log-edit): Set it.  Add BUFFER argument.
6026         (log-edit-done): Use char-before.
6027         Don't bother checking validity of vc-comment-ring.
6028         Only bury the buffer if log-edit popped it up.
6030         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6031         (cvs-mode-diff-help): Remove.
6032         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6033         (cvs-mode-marked): Set up the default for CMD manually.
6035         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6036         Remove binding for ? now made unnecessary.
6038 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6040         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6041         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6043         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6044         when master file is not open.
6046 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
6048         * progmodes/ada-stmt.el: Update `maintainer'.
6050 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
6052         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6053         choices to match documentation string.
6055 2000-12-09  Miles Bader  <miles@gnu.org>
6057         * minibuf-eldef.el: New file.
6059         * window.el (fit-window-to-buffer): Don't pass last argument to
6060         pos-visible-in-window-p, now that its meaning is inverted.
6062 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
6064         * image.el (create-image): Doc fix; spotted by Per Cederqvist
6065         <ceder@lysator.liu.se>.
6067 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
6069         * autoinsert.el (auto-insert-alist): Add missing final \n.
6071         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
6072         (cvs-menu-map): Remove.
6073         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6074         (cvs-mode-quit): Turn it back into a plain function.
6076         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6077         (texinfo-filter): Remove (move to texinfo.el).
6079         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6080         file where it's more visible.
6081         (texinfo-filter, texinfo-chapter-level-regexp): New variables
6082         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6083         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6084         (texinfo-inside-macro-p): Only catch `scan-error's.
6085         (texinfo-inside-env-p): Make better use of the match info.
6086         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6087         (texinfo-insert-@end): Slight re-organization.
6088         Also remove useless `looking-at' call.
6090 2000-12-08  Andrew Innes  <andrewi@gnu.org>
6092         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6093         accessible in -nw mode.
6095         * term/w32-win.el: Remove stuff about selection timeout, which is
6096         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
6097         it is accessible in -nw mode.
6099 2000-12-08  Dave Love  <fx@gnu.org>
6101         * emacs-lisp/lisp-mode.el (lisp-mode):
6102         Set font-lock-keywords-case-fold-search.
6104 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
6106         * textmodes/ispell.el (ispell): Doc fix.
6108 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
6110         * international/quail.el (quail-insert-decode-map): Check the
6111         frame width of a window displaying the current buffer, not that of
6112         the selected frame.
6113         (quail-help): Make sure that the help buffer has window before
6114         inserting text in it.
6116 2000-12-07  Sam Steingold  <sds@gnu.org>
6118         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6119         Backquote is used in isearch.el, so autoloading saves nothing.
6121 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
6123         * startup.el (normal-top-level-add-subdirs-to-load-path):
6124         Ignore the CVS and RCS subdirectories case-insensitively.
6126         * dired.el (dired-insert-directory): If file-system-info is
6127         fboundp, call it instead of invoking dired-free-space-program.
6129 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
6131         * server.el (server-visit-files): Push files on file-name-history.
6133         * progmodes/cc-langs.el: Update copyright.
6135         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6137         * bindings.el (mode-line-mode-menu): Add glasses-mode.
6139         * bindings.el (mode-line-mode-menu): Reverse the order
6140         of define-keys so that the menu appears in alphabetical order.
6142 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
6144         * progmodes/glasses.el (glasses-mode): Update mode line at the end
6145         of the function.
6147 2000-12-07  Dave Love  <fx@gnu.org>
6149         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6151         * facemenu.el (facemenu-unlisted-faces): Fix value.
6153 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
6155         * font-lock.el (font-lock-default-fontify-region):
6156         Include the terminating \n (off-by-one error).
6157         (font-lock-set-defaults): Use dolist.
6159         * derived.el (define-derived-mode): Don't use combine-run-hooks.
6161 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
6163         * international/mule-cmds.el (describe-language-environment):
6164         Fix for the case that an input method title is not string but a list.
6166         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6167         of wrong SIZE record.
6169 2000-12-06  Dave Love  <fx@gnu.org>
6171         * newcomment.el (comment-region, comment-dwim): Doc fix.
6173         * textmodes/texinfo.el: Require tex-mode when compiling.
6174         (texinfo-update-node): Doc fix.
6175         (texinfo-imenu-generic-expression): Add @anchor.
6176         (texinfo-font-lock-keywords): Add @uref.
6177         (texinfo-inside-macro-p): Don't use ignore-errors.
6178         (texinfo-insert-quote): Match more contexts.
6180         * international/mule.el (decode-char, encode-char): Doc fix.
6181         (auto-coding-alist): Customize.
6183         * files.el (load-file): Fix change of 2000-03-12.
6185         * wid-edit.el (widget-text-keymap): Doc fix.
6187 2000-12-06  Andrew Innes  <andrewi@gnu.org>
6189         * makefile.w32-in (lisp): Set to an absolute directory, namely
6190         $(CURDIR).
6192 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
6194         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6195         read generated-autoload-file, and set buffer-file-coding-system to
6196         raw-text-unix after reading the file.
6198         * international/mule-conf.el (file-coding-system-alist):
6199         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6201 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
6203         * replace.el (occur): Make line-number-width 1 smaller for the
6204         colon following the line number.
6206         * startup.el (fancy-splash-text, command-line-1):
6207         Use `File' for the menu name instead of `Files'.
6209         * tmm.el: Update copyright.
6211         * cus-start.el: Add entry for even-window-heights.
6213 2000-12-06  Miles Bader  <miles@gnu.org>
6215         * faces.el (frame-set-background-mode): Avoid stomping on
6216         locally modified faces.
6218 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
6220         * international/fontset.el: Correct the font registries for
6221         japanese-jisx0213-1 and japanese-jisx0213-2.
6223 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
6225         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6227         * iswitchb.el: Update customization commentary.
6229 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
6231         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6232         (tpu-search-highlight): Fixed comparison of overlay end positions.
6233         (tpu-trim-line-ends): Implemented trimming logic locally.
6235         * emulation/tpu-extras.el (tpu-write-file-hook)
6236         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6238 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
6240         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6241         to cn-gb.
6242         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6244 2000-12-04  Dave Love  <fx@gnu.org>
6246         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6248 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6250         * mail/rmailsum.el (rmail-summary-expunge)
6251         (rmail-summary-expunge-and-save): Ask for confirmation with
6252         rmail-expunge-confirmed.
6254         * mail/rmail.el (rmail-expunge-confirmed): New function.
6255         (rmail-expunge): Use it.
6257 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
6259         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6260         (etags-recognize-tags-table, find-tag-in-order):
6261         New functionality: interpret file names as tags.
6263 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
6265         * info.el (Info-scroll-prefer-subnodes): New defcustom.
6266         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6267         the first subnode until the bottom of the current node is visible.
6269 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6271         * format.el (format-decode): Don't change buffer's undo list.
6273 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
6275         * faces.el (face-font-registry-alternatives): Add entries for CJK
6276         fonts.  Doc-string adjusted for the actual usage of this data.
6278         * international/fontset.el: Change the font registries for CJK
6279         fonts in the default fontset.  Don't append '*' to registries.
6281 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
6283         * emacs-lisp/easy-mmode.el (define-derived-mode)
6284         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6286         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6287         (derived-mode-p): New function.
6288         (derived-mode-make-docstring): Add `docstring' argument.
6289         Use it if available and complete it if necessary.
6291 2000-12-03  Andreas Schwab  <schwab@suse.de>
6293         * type-break.el (type-break): Don't make parent of itself.
6295 2000-12-03  Miles Bader  <miles@gnu.org>
6297         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6299 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6301         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6302         (tex-main-file, tex-file): Simplify.
6303         (tex-generate-zap-file-name): Use subst-char-in-string.
6304         (tex-strip-dots): Remove.
6306         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6308         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6309         to check if the match succeeded.
6311 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6313         * startup.el (use-fancy-splash-screens-p): New function.
6314         (command-line-1): Use it to determine whether or not to use
6315         a fancy splash screen.
6317 2000-12-02  Andreas Schwab  <schwab@suse.de>
6319         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6321 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6323         * international/mule.el (make-char): Fix last change.
6325         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6326         New defcustoms.
6327         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6328         autoloading tex-mode; instead, do the same manually.
6329         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
6330         with numeric argument.  Docstring fix.
6331         (toplevel): Require cl when compiling.
6333         * international/mule.el (make-char): Doc fix.
6335 2000-12-02  Jason Rumney  <jasonr@gnu.org>
6337         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6338         the Emacs Lisp manual)
6340 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6342         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6344         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6345         the Emacs Lisp manual).
6347 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6349         * simple.el (next-line-add-newlines): Change default to nil.
6351 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
6353         * files.el (revert-buffer, recover-file):
6354         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6356 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6358         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6360 2000-12-01  Miles Bader  <miles@gnu.org>
6362         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6364 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
6366         * international/mule-diag.el (describe-char-after): Fix typo.
6367         (describe-character-set, non-iso-charset-alist): Fix typo.
6369 2000-12-01  Miles Bader  <miles@gnu.org>
6371         * image-file.el (image-file-name-regexp): Automatically add
6372         upper-case variants of each filename extension in
6373         `image-file-name-extensions', since they seem to be common.
6375         * simple.el (minibuffer-contents)
6376         (minibuffer-contents-no-properties, delete-minibuffer-contents):
6377         New functions.
6378         * filecache.el (file-cache-directory-name)
6379         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6381 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
6383         * filecache.el (file-cache-minibuffer-complete): Don't try to
6384         delete the minibuffer prompt.
6386 2000-11-30  Dave Love  <fx@gnu.org>
6388         * cus-start.el: Fix read-buffer-function type.
6390 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6392         * md5.el: Removed.  There's a built-in function, now.
6394 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
6396         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6397         as dummy 0-th char of rmail-deleted-vector.
6399 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
6401         * ps-print.el (ps-end-job): Bind case-fold-search only after
6402         switching to ps-spool-buffer.
6404 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6406         * ps-print.el: Line number font customization.  PostScript: Lines and
6407         PageCount are initialized on each page.  Doc Fix.
6408         (ps-print-version): New version number (6.3.2).
6409         (ps-lpr-switches, ps-font-info-database, ps-font-size)
6410         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6411         (ps-right-header): Customization fix.
6412         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6413         Fix code.
6414         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6415         New vars.
6417 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6419         * bs.el: Fix typos and spelling errors.
6420         (bs-appearance) <defgroup>: Renamed from bs-appearence.
6421         (bs-configuration): Doc fix.
6423         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
6425 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
6427         * emulation/tpu-edt.el (tpu-version): New version.
6428         (tpu-search-overlay, tpu-replace-overlay): New initial range.
6429         (tpu-original-mode-line): Variable deleted.
6430         (tpu-mark-flag): New initial value.
6431         (tpu-set-mode-line): Don't redefine mode-line-format.
6432         Add tpu-mark-flag to minor-mode-alist.
6433         (tpu-update-mode-line): New mark flag logic.
6434         (tpu-get): Use find-file-wildcards.
6435         (tpu-search-highlight): Move overlay less, reset overlay properly.
6436         (tpu-unselect): Deactivate mark.
6437         (tpu-lm-replace): Reset overlay properly.
6438         (tpu-forward-line): Use forward-visible-line.
6439         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
6441         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6443 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6445         * cus-edit.el (custom-face-value-create): Always emphasize tag.
6447 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6449         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6450         and skip whitespace and newlines.
6452 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
6454         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6456 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
6458         * help.el (describe-function-1): Regexp-quote function name
6459         when used as part of a regexp.
6461         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6462         Use face-attribute instead of face-foreground and face-background.
6463         (tool-bar-add-item): Likewise, and handle unspecified colors.
6465         * enriched.el (enriched-face-ans): Use face-attribute instead
6466         of face-foreground and face-background.
6468         * faces.el (face-foreground, face-background, face-stipple):
6469         Return nil if attribute is unspecified, for backward compatibility.
6471         * files.el (auto-mode-alist): Add an entry for antlr-mode.
6473         * play/5x5.el: Remove version info.
6475         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6477         * frame.el (blink-cursor-mode): Doc fix.
6479 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6481         * antlr-mode.el: New commands to run ANTLR from within Emacs and
6482         to create Makefile rules.
6483         (antlr-tool-command): New user option.
6484         (antlr-ask-about-save): New user option.
6485         (antlr-makefile-specification): New user option.
6486         (antlr-file-formats-alist): New variable.
6487         (antlr-special-file-formats): New variable.
6488         (antlr-unknown-file-formats): New user option.
6489         (antlr-help-unknown-file-text): New variable.
6490         (antlr-help-rules-intro): New variable.
6491         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6492         (antlr-mode-menu): Add entries.
6493         (antlr-file-dependencies): New function.
6494         (antlr-directory-dependencies): New function.
6495         (antlr-superclasses-glibs): New function.
6496         (antlr-run-tool): New command.
6497         (antlr-makefile-insert-variable): New function.
6498         (antlr-insert-makefile-rules): New function.
6499         (antlr-show-makefile-rules): New command.
6501         * antlr-mode.el: More Emacs/XEmacs stuff.
6502         (antlr-no-action-keywords): New constant with value nil.
6503         (antlr-font-lock-keywords-alist): Use it.  Old value would break
6504         syntax highlighting in Emacs-21.0.
6505         (antlr-default-directory): Emacs/XEmacs dependend function.
6506         (antlr-read-shell-command): Ditto.
6507         (antlr-with-displaying-help-buffer): Ditto.
6509 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6511         * antlr-mode.el: imenu, parsing and highlighting changes.
6512         (antlr-imenu-create-index-function): Don't create extra submenus
6513         for definitions in different grammar classes.  It is not necessary
6514         for the menu and would make command `imenu' awkward to use.
6515         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6516         header actions and more than one.
6517         (antlr-font-lock-tokendef-face): Changed color.
6518         (antlr-font-lock-tokenref-face): Changed color.
6519         (antlr-font-lock-additional-keywords): Also highlight lowercase.
6520         (antlr-mode-syntax-table): New variable.
6521         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6522         (antlr-with-syntax-table): Don't copy syntax table.
6524 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6526         * antlr-mode.el: Minor changes: language setting.
6527         (antlr-language-alist): The value for file option "language" can
6528         be both an identifier and a string.
6529         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6530         (antlr-language-limit-n-regexp): Change accordingly.
6532 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6534         * antlr-mode.el: Minor changes: tabs, hiding.
6535         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6536         (antlr-action-visibility): Also allow value nil to also hide the
6537         braces.  Renamed from `antlr-tiny-action-length'.
6538         Suggested by Jay@aol.com.
6539         (antlr-hide-actions): Change accordingly.  Hide line if completely
6540         hidden action is on a line of its own.
6542 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6544         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6546         * sort.el (sort-columns): Don't concat strings with numbers.
6548 2000-11-29  Dave Love  <fx@gnu.org>
6550         * cus-edit.el (face): Fix :format.
6552         * mail/feedmail.el: Require smtpmail when compiling.
6553         (mail-do-fcc): Autoload.
6554         (feedmail) <defgroup>: Fix :link.
6555         (feedmail-nuke-body-in-fcc): Fix :type.
6556         (feedmail-send-it): Add autoload cookie.
6558 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6560         * newcomment.el (comment-indent): Save excursion around call to
6561         comment-indent-function.
6563 2000-11-29  Miles Bader  <miles@gnu.org>
6565         * subr.el (member-ignore-case): Return the tail of the list who's
6566         car matches, like `member', not the matching element itself.
6568 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
6570         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
6571         should not contain `\n'.
6573 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6575         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6577         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6579         * dired-aux.el (dired-do-create-files): Construct default file
6580         name for dired-mark-read-file-name so that when the user enters
6581         just RET, the target file will end up in the target directory.
6583         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6584         local-abbrev-table before changing buffers because it might
6585         have a buffer-local binding.
6587 2000-11-28  Miles Bader  <miles@gnu.org>
6589         * simple.el (delete-horizontal-space): Handle fields more generally.
6591 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6593         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6595 2000-11-28  Dave Love  <fx@gnu.org>
6597         * progmodes/ps-mode.el (ps-mode): Set comment-start and
6598         comment-start-skip locally.
6600         * progmodes/fortran.el (fortran-mode): Don't set
6601         fortran-comment-line-start-skip.  Set comment-start to
6602         fortran-comment-line-start.
6603         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6604         (fortran-comment-line-start-skip): Simplify slightly.
6606 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6608         * play/5x5.el: Remove RCS keyword.
6610         * bs.el: Mistaken commit, undone 2000-11-30.
6612 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
6614         * textmodes/tildify.el (tildify-string-alist):
6615         Add `plain-tex-mode' here.
6617 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
6619         * chistory.el (Command-history-setup): Remove extraneous `keymap'
6620         reference.
6622 2000-11-28  Miles Bader  <miles@gnu.org>
6624         * cus-face.el (custom-face-attributes): Add post-filter function
6625         for :box.  Make pre-filter function for :box handle all cases.
6627         * wid-edit.el (widget-choose): Make sure pop-up window is large
6628         enough to display all the choices, as there's no way to scroll it.
6630 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
6632         * international/mule-conf.el: Make the coding system no-conversion
6633         safe for all characters.
6635 2000-11-27  Dave Love  <fx@gnu.org>
6637         * net/ldap.el (ldap) <defgroup>: Add :version.
6639         * tooltip.el (tooltip-use-echo-area): Doc fix.
6641         * cus-start.el <minibuffer-prompt-properties>: Add version.
6642         <read-buffer-function>: Add.
6644         * apropos.el (apropos-print): Add help-echo to active text.
6646         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6648 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6650         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6651         type, group and version.
6653 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
6655         * select.el (x-get-selection): Docstring fix.
6657 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
6659         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6661 2000-11-27  Andrew Innes  <andrewi@gnu.org>
6663         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6665         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6667 2000-11-27  Miles Bader  <miles@gnu.org>
6669         * dired.el (dired-get-filename): Return filename verbatim if
6670         LOCALP is `verbatim'.
6671         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6672         `verbatim' so that we don't inadvertently delete a non-existant
6673         directory name.
6675 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
6677         * international/characters.el: Specify cases and syntaxes for
6678         mule-unicode-0100-24ff.
6680 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6682         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6683         that foreground and/or background colors of the face `tool-bar'
6684         are unspecified.
6686 2000-11-27  Miles Bader  <miles@gnu.org>
6688         * wid-edit.el (widget-field-buffer, widget-field-start)
6689         (widget-field-end): Handle widget field `pseudo-overlays'.
6690         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6691         if it's there instead of in `widget-field-list'.
6693         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6694         (help-make-xrefs): Delete extraneous newlines at the end of the
6695         docstring.
6697 2000-11-25  Jason Rumney  <jasonr@gnu.org>
6699         * startup.el (command-line): Call set-locale-environment after
6700         Window System init file is read, as it can result in a call to
6701         redraw-frame.
6703 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
6705         * simple.el (shell-command): Mention the effect of the prefix
6706         argument in the doc string.
6708 2000-11-25  Miles Bader  <miles@gnu.org>
6710         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6712         * wid-edit.el (widget-field-value-delete): Don't try to delete
6713         overlay when it's the `pseudo-overlay' that exists at some points.
6715 2000-11-24  Jason Rumney  <jasonr@gnu.org>
6717         * international/mule-cmds.el (locale-language-names): Add "jp" as
6718         a non-standard alternative for Japanese.
6720 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
6722         * vc-hooks.el: Require 'cl during compilation.
6724 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
6726         * faces.el (face-set-after-frame-default): Let face attributes
6727         specified for new frames override frame parameters.
6729         * startup.el (command-line): Fix computation of the source file
6730         for user-init-file when user-init-file is a compiled file.
6732 2000-11-24  Miles Bader  <miles@gnu.org>
6734         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6735         (custom-post-filter-face-spec): New functions.
6736         (custom-face-set, custom-face-value-create): Filter the face spec
6737         before and after customization.
6738         (custom-face-set): If VALUE specifies a null face, pass a
6739         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6740         * cus-face.el (custom-face-attributes): Remove SET and GET
6741         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
6742         cases they're needed.
6744         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6745         that it's distinguishable from the :off-glyph on dark-background
6746         displays.  Set its background color too.
6748         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6749         so that people can easily turn it off.
6751 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6753         * ediff-diff.el: Moved variables around to have it compile under NT.
6755         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6757         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6759         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6760         redundant skip-small-frames test.
6762         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6763         (viper-downgrade-to-insert): Protect against errors in hooks.
6765         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6766         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6767         (viper-restore-cursor-type,viper-set-insert-cursor-type):
6768         New functions.
6770         * viper-util.el (viper-memq-char): Bug fixes.
6772         * viper.el (viper-mode): Fix cursor handling.
6774 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
6776         * international/mule-diag.el (list-iso-charset-chars):
6777         For two-byte charset, fix the `while' condition.
6778         (list-non-iso-charset-chars): Fix the `while' condition.
6780 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6782         * subr.el (add-hook, remove-hook): Don't call make-local-hook
6783         if the variable is make-variable-buffer-local.
6785         * progmodes/ada-stmt.el (ada-template-map):
6786         Initialize and bind it to C-c t in ada-mode-map.
6787         (ada-stmt-mode-hook): New function extracted from old code.
6788         Only change the buffer-local side of skeleton-*.
6789         (ada-mode-hook): Use it.
6791 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6793         * iswitchb.el (iswitchb-minibuf-depth): New variable.
6794         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6795         we expect to be returned by minibuffer-depth once we prompt the
6796         user in the minibuffer.
6797         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6798         as recorded in iswitchb-minibuf-depth, return non-nil.
6800 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
6802         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6803         (hscroll-window-maybe): Docstring fix.
6805 2000-11-23  Dave Love  <fx@gnu.org>
6807         * rect.el (string-rectangle): Don't test delete-selection-mode.
6809 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6811         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6812         is in the tool bar.
6814         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6815         with `no-dir'; we want the directory part to be able to remove it.
6817 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6819         * textmodes/outline.el (outline-flag-region):
6820         Don't bind inhibit-read-only since we don't modify the buffer.
6821         (outline-isearch-open-invisible): Don't jump to overlay-start
6822         since we're trying to unhide text around point.
6823         (outline-discard-overlays): Use dolist.
6825         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6827 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6829         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6831 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6833         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6834         Fix ARG regexp to skip quoted braces.
6835         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6836         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6837         are (correctly) handled separately).
6838         Remove `caption' and `footnote' from `citations': they contain text.
6839         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6840         (latex-skeleton-end-hook): New function.
6841         (latex-mode): Use it.
6842         (tex-start-tex-marker): Remove.
6843         (tex-send-tex-command): Don't set tex-start-tex-marker.
6844         (tex-error-parse-syntax-table): New var.
6845         (tex-compilation-parse-errors): Use it.
6846         Ignore tex-start-tex-marker.  Don't bother with marker-position.
6847         (tex-validate-buffer): Don't bother with marker-position.
6849         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6850         (flyspell-generic-progmode-verify): Use it.
6852 2000-11-22  Sam Steingold  <sds@gnu.org>
6854         * simple.el (delete-trailing-whitespace): New interactive function.
6856         * progmodes/ada-mode.el (ada-mode): Use it instead of
6857         `ada-remove-trailing-spaces'.
6858         (ada-remove-trailing-spaces): Removed.
6860         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6862         * textmodes/picture.el (picture-clean): Removed.
6863         (picture-mode-exit): Call it instead of `picture-clean'.
6865 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6867         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6869         * hi-lock.el (hi-lock-refontify): Don't call non-existent
6870         jit-lock-fontify-buffer; it should anyway be unneccessary to
6871         do anything special when jit-lock is active.
6872         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6874 2000-11-22  Dave Love  <fx@gnu.org>
6876         * calendar/todo-mode.el (todo-top-priorities): Use
6877         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6879         * language/chinese.el, language/cyrillic.el:
6880         * language/devanagari.el, language/ethiopic.el, language/greek.el:
6881         * language/hebrew.el, language/indian.el, language/japanese.el:
6882         * language/korean.el, language/lao.el, language/misc-lang.el:
6883         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6884         Use provide.
6886         * cus-edit.el (custom-buffer-create-internal): Save some consing.
6887         (custom-variable-set): Improve validation error mesage.
6889         * rect.el (string-rectangle): Revert last change.
6890         (string-rectangle-line): New arg DELETE.
6891         (string-rectangle): Check delete-selection-mode.
6893         * emacs-lisp/edebug.el (edebug-version)
6894         (edebug-maintainer-address): Deleted.
6895         (edebug-submit-bug-report): Just alias to report-emacs-bug.
6896         (edebug-read-function): Account for other `'#' read forms.
6897         (edebug-mode-menus): Make some items toggles.
6898         (edebug-outside-unread-command-event, unread-command-event):
6899         Remove these to avoid warnings.
6901 2000-11-22  David Ponce  <david@dponce.com>
6903         * recentf.el (recentf-menu-items-for-commands)
6904         (recentf-make-menu-items, recentf-make-menu-item)
6905         (recentf-filter-changer): Added :help and :active menu-item properties.
6907         (recentf-build-dir-rules, recentf-dump-variable)
6908         (recentf-edit-list, recentf-open-files-item)
6909         (recentf-open-files): Replaced unnecessary `mapcar' with new
6910         built-in `mapc'.
6912 2000-11-23  Miles Bader  <miles@gnu.org>
6914         * faces.el (menu): Make inverse-video on ttys too.
6916 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6918         * simple.el (comment-line-break-function): Use the new name
6919         indent-new-comment-line -> comment-indent-new-line.
6920         (clone-indirect-buffer): Don't ignore NORECORD.
6921         (next-completion): Properly handle the case where items are adjacent.
6923         * mouse.el (popup-menu): Stupid typo.
6925 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6927         * emacs-lisp/authors.el: Remove autoload cookies, add author,
6928         maintainer, keywords tags.
6930         * rect.el (replace-rectangle): Don't call string-rectangle-line
6931         with too many arguments.
6933 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
6935         * ediff-util.el (ediff-file-checked-out-p)
6936         (ediff-file-checked-in-p): Call vc-state instead of
6937         vc-locking-user, which no longer exists.
6939         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6941 2000-11-22  Dave Love  <fx@gnu.org>
6943         * md5.el (md5): Provide.
6944         (md5): Fix error call.
6946 2000-11-22  Miles Bader  <miles@gnu.org>
6948         * textmodes/refill.el (refill-adjust-ignorable-overlay)
6949         (refill-fill-paragraph-at): Remove debugging code.
6951         * calendar/calendar.el (generate-calendar-window): When we don't
6952         call `fit-window-to-buffer', make sure the top line is fully visible.
6954         * image-file.el (insert-image-file): Don't make `read-only'
6955         property rear-nonsticky.
6957         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6958         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6959         stashing away its original value.
6960         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6961         in the recursive edit.
6962         Bind `isearch-original-minibuffer-message-timeout' to protect it.
6963         (isearch-done): Restore `minibuffer-message-timeout'.
6965         * cus-start.el: Remove entry for `mode-line-inverse-video'.
6967 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
6969         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6971         * find-lisp.el (find-lisp-find-files-internal):
6972         Use dolist, when and file-name-as-directory.
6974         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6975         (define-derived-mode, define-minor-mode): Add specs.
6977         * window.el: General comment and spacing fixes.
6978         (save-selected-window): Use backquotes.
6979         (window-safely-shrinkable-p): New function.
6980         (shrink-window-if-larger-than-buffer): Use it.
6982         * subr.el (make-local-hook): Docstring fix.
6984         * shell.el (shell-mode): Use define-derived-mode.
6986         * newcomment.el (comment-indent): Insert comment before calling
6987         comment-indent-function.  Don't insert in column 0.
6988         (comment-dwim): Indent before inserting comment.
6990         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
6991         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
6992         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6993         Use mapc rather than map.
6995         * files.el (find-buffer-visiting): Compare all attributes before
6996         declaring two files identical (rather than just their inode-no).
6997         (auto-mode-alist): Use \' rather than $.
6999         * which-func.el: Update maintainer line.
7001         * pcvs.el (uniquify-buffer-file-name): Remove advice.
7002         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7003         (uniquify-buffer-file-name): Use it.
7005 2000-11-22  Miles Bader  <miles@gnu.org>
7007         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7008         * simple.el (minibuffer-avoid-prompt): New function.
7010 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
7012         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7014 2000-11-21  Miles Bader  <miles@gnu.org>
7016         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7017         inclusion of `track-mouse'.
7019         * textmodes/refill.el (refill-ignorable-overlay): New variable.
7020         (refill-adjust-ignorable-overlay): New function.
7021         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7022         only the paragraph's tail if possible.
7023         Update `refill-ignorable-overlay'.
7024         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7026         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7027         point inside the fill-prefix.
7029         * textmodes/refill.el (refill-post-command-function): Don't reset
7030         refill-doit in the case where a self-insertion command doesn't
7031         case a refill.  Use `refill-fill-paragraph-at', getting position
7032         from `refill-doit'.
7033         (refill-after-change-function): Set `refill-doit' to END.
7034         (refill-fill-paragraph-at): New function, mostly from old
7035         refill-fill-paragraph.
7036         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7037         (refill-pre-command-function): New function.
7038         (refill-mode): Add it to `pre-command-hook'.
7040 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
7042         * textmodes/artist.el (artist-mode): Fix autoload cookie.
7044         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7045         javadoc tags.
7047 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
7049         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7050         vc.el).
7052         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7053         require vc.
7055         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7056         checkouts.
7058 2000-11-20  Dave Love  <fx@gnu.org>
7060         * Makefile.in (DONTCOMPILE): Omit bindings.el.
7062 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
7064         * calculator.el (calculator-paste): Use `if' instead of `and'
7065         and `or'.
7066         (calculator-help): Don't use electric-describe-mode for XEmacs.
7068 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
7070         * info.el (info-menu-5): Doc fix.
7072         * textmodes/artist.el: New file.
7074 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
7076         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7077         and differentiate according to checkout model.
7078         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7079         since this function is only concerned with master state.
7081         * vc-hooks.el (vc-workfile-unchanged-p)
7082         (vc-default-workfile-unchanged-p): Moved here from vc.el.
7084         * vc.el (vc-workfile-unchanged-p)
7085         (vc-default-workfile-unchanged-p): See above.
7087 2000-11-19  Miles Bader  <miles@gnu.org>
7089         * image-file.el (insert-image-file): Make `intangible' and
7090         `read-only' properties rear-nonsticky too.
7092 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
7094         * ps-print.el: Update copyright notice.
7096         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7097         (tooltip-show): Use the offsets.
7099         * bindings.el (mode-line-modified): Fix a typo.
7100         (mode-line-toggle-modified, mode-line-widen)
7101         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7103 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
7105         * ps-print.el (toplevel): Test for find-coding-system being
7106         fboundp before calling ps-x-find-coding-system.
7108 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
7110         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7111         (vc-version-backup-file): Docstring fix.
7113 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7115         * files.el (basic-save-buffer): Don't add a newline if
7116         find-file-literally is non-nil.
7117         (find-file-literally): Extend doc string.
7119         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7120         sort(1) with the `-f' argument.
7122 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
7124         * vc.el: Updated backend documentation.
7125         (vc-default-check-headers): New function.
7127         * vc-{cvs,rcs,sccs}.el: Functions reordered.
7129         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7130         up-to-date.
7131         (vc-do-command): In the asynchronous case, output messages only if
7132         the minibuffer is not active.
7134         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7135         `vc-cvs-use-edit' is on.
7136         (vc-cvs-checkout): When this is used for reverting the workfile,
7137         make a backup of the original contents and revert to that in case
7138         of error.
7139         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7140         remote repositories.
7142         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7143         for both version and ratio in the minibuffer.
7145         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7146         Use vc-do-command to perform the annotation, not call-process.
7148 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7150         * international/quail.el (quail-start-translation): Don't call
7151         `message' before reading key sequence.
7153 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
7155         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7157 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7159         * window.el (fit-window-to-buffer): Be sure to acquire at least
7160         one text line even if the buffer is empty.
7162 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7164         * net/ange-ftp.el (ange-ftp-file-writable-p)
7165         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7166         Bind ange-ftp-process-verbose to nil.
7168 2000-11-15  Dave Love  <fx@gnu.org>
7170         * wid-edit.el (widget-specify-field, widget-specify-button):
7171         If :help-echo is a function, set help-echo of overlay to
7172         widget-mouse-help.
7173         (widget-mouse-help): New function.
7174         (widget-echo-help): Rewritten for :help-echo functions only taking
7175         a widget arg.
7177         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7178         Use display-graphic-p.
7179         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7180         and that JPEG is available.
7181         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7183         * international/mule-cmds.el (locale-charset-language-names):
7184         Match @euro.
7186 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
7188         * faces.el (face-set-after-frame-default):
7189         If `inhibit-default-face-x-resources' is bound, don't intialize the
7190         default face from X resources.
7192 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7194         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7195         Don't set EMACSLOADPATH.
7197 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7199         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7200         texinfo-insert-@url.
7201         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7202         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7204 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7206         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7207         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7208         (checkdoc-minor-keymap): Backward compatibility.
7209         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7210         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7211         (checkdoc-this-string-valid-engine): Be a bit more strict
7212         to avoid matching substrings of `...' quoted vars/funs.
7213         (checkdoc-defun-info): Only look for `interactive' if alone.
7214         (debug-ignored-errors): Add "arg doesn't appear in docstring".
7216         * progmodes/compile.el (grep): `tag-default' can be nil.
7218         * newcomment.el (comment-indent): Paren typo.
7220 2000-11-14  Dave Love  <fx@gnu.org>
7222         * calculator.el: New maintainer version.
7224         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7226         * cmuscheme.el: Doc fixes.
7227         (cmuscheme) <defgroup>: Use `scheme' as parent.
7228         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
7230         * xscheme.el (scheme-program-name): Don't define here.
7232         * progmodes/scheme.el (scheme-program-name): New variable
7233         (originally in cmuscheme).
7235 2000-11-14  Miles Bader  <miles@gnu.org>
7237         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7238         Handle header-lines.  Don't loop forever if we can't enlarge the
7239         window anymore.  Simplify a bit.
7241 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
7243         * window.el (fit-window-to-buffer): Don't check
7244         window-text-height.  Assure that the last line is fully visible.
7246         * international/quail.el (quail-show-guidance-buf):
7247         Call fit-window-to-buffer to assure the enough height of the guidance
7248         buffer.
7249         (quail-update-guidance): Avoid making the guidance buffer shorter.
7251 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7253         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7254         rather than `prepend' and add an interesting comment.
7255         (tex-math-face, tex-font-lock-syntactic-face-function):
7256         New face and function to use it.
7257         (tex-define-common-keys, tex-mode-map): Use menu-item rather
7258         than `menu-enable' symbol property.
7259         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7260         (tex-mode): Add some latex-mode commands for auto-selection.
7261         Use tex-font-lock-syntactic-face-function.
7262         (tex-insert-quote): Simplify.
7263         (tex-shell): New mode.
7264         (tex-start-shell): Use it.
7265         (tex-shell-proc, tex-shell-buf): New functions.
7266         (tex-send-command): Use it.
7267         (tex-main-file): Fix the meaning of the new arg REALFILE.
7268         (tex-send-tex-command): New function split from `tex-start-tex'.
7269         Set compilation-last-buffer and compilation-parsing-end.
7271         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7272         when it follows non-comment text on the line.
7274         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7275         Set font-lock-defaults.
7276         (lisp-mode-shared-map): Init inside the defvar.
7277         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7278         Use define-derived-mode.
7280 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
7282         * faces.el (header-line): Use `:box nil' for color/gs displays too.
7284 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
7286         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7287         Don't recursively optimize body because that can lead to infinite
7288         recursion; see comment there.
7290 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
7292         * faces.el (face-spec-set-match-display): Revert the change from
7293         2000-10-24.  Add a FIXME for after v21.1.
7295 2000-11-13  Miles Bader  <miles@gnu.org>
7297         * textmodes/fill.el (skip-line-prefix): New function.
7298         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
7299         (fill-paragraph): Don't leave point inside the fill-prefix.
7300         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7301         point inside the fill-prefix.
7303 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
7305         * calendar/calendar.el (generate-calendar-window):
7306         Use `fit-window-to-buffer'.
7308 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7310         * gud.el (gud-minor-mode): New var.
7311         (gud-symbol, gud-val): New functions.
7312         (gud-find-file): Copy gud-minor-mode to the new buffer.
7313         (gud-menu-map): Include entries for commands that are not always
7314         available, using :enable to (de)activate them.
7315         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
7316         (gud-mode-map): New map.
7317         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7318         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7319         Don't set up gud's menu (it's done by the minor-mode).
7320         (gud-minibuffer-local-map): New.
7321         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7322         (gud-query-cmdline): New function.
7323         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
7324         (gud-mode): Use define-derived-mode.
7325         Don't set up gud's menu (it's done by the minor-mode).
7326         (gud-chop-words): Remove.
7327         (gud-common-init): Use split-string instead.
7328         (gud-new-keymap, gud-make-debug-menu): Eradicate.
7330         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7331         Add keyword arg :name.
7333         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7334         (diff-count-matches, diff-split-hunk): New functions.
7335         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7337         * pcvs-info.el (cvs-fi-conflict-face): New var.
7339         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7340         Make it into a simple syntax-table, shared among all submodes.
7341         (sh-heredoc-face): Re-introduce.
7342         (sh-font-lock-syntactic-face-function): New function.
7343         (sh-mode): Use it.  Also use define-derived-mode.
7344         Remove old bogus setting of indent-region-function.
7345         (sh-set-shell): Don't set the syntax-table any more.
7346         (sh-mode-syntax-table) <defun>: Remove.
7348 2000-11-12  Miles Bader  <miles@gnu.org>
7350         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7351         message if interactive.
7353 2000-11-12  Dave Love  <fx@gnu.org>
7355         * mail/feedmail.el: Fix header,
7356         (feedmail) <defgroup>: Add :link.
7358         * view.el: Use local-map property, not keymap on mode-line string.
7360         * scroll-all.el (scroll-all-mode): Customize variable.
7361         Add autoload cookie to function.
7363         * lazy-lock.el: Remove compatibility code.
7365         * finder.el (finder-known-keywords): Add `files', remove `vms'.
7366         (finder-help-echo): New variable.
7367         (finder-mouse-face-on-line): Add help-echo stuff.
7368         (finder-list-keywords, finder-list-matches): Use mapc.
7370         * faces.el (face-font-registry-alternatives): Add :version.
7372         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7373         tags-table-list.
7375         * net/browse-url.el (browse-url-browser-function): Update :version.
7377         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7378         (mail-mode): Use [:alnum:] in some regexps.
7380 2000-11-10  Dave Love  <fx@gnu.org>
7382         * ediff.el (ediff-regions-internal, ediff-documentation):
7383         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7384         fundamental mode.
7386         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7387         buffer into fundamental mode.
7388         (ediff-set-difference): Use copy-sequence if available.
7390         * ediff-ptch.el (ediff-dispatch-file-patching-job):
7391         Check ediff-patch-map non-nil.
7392         (ediff-fixup-patch-map, ediff-fixup-patch-map)
7393         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7394         buffer into fundamental mode.
7396         * ediff-merg.el (state-or-merge): Defvar when compiling.
7398 2000-11-10  Jason Rumney  <jasonr@gnu.org>
7400         * w32-fns.el (w32-add-charset-info): New function.
7401         (w32-charset-info-alist): Use it.
7403 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7405         * faces.el (face-font-registry-alternatives): New user-option.
7407 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
7409         * textmodes/texinfo.el (texinfo-block-default): New var.
7410         (texinfo-insert-block): Use it.  Insert a newline if needed.
7412         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7413         (fill-region-as-paragraph): Use it.
7415         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7416         (latex-mode): Tweak tex-*-(head|trail)er regexps.
7417         Tweak paragraph regexps to allow a leading [ \t]*.
7418         (tex-latex-block): Insert a newline if necessary.
7419         (latex-insert-item): Only insert a newline if necessary.
7420         (tex-guess-main-file): New function.
7421         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
7422         Set tex-main-file if TeX-master is provided.
7423         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7425 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7427         * startup.el (command-line): Set the default tooltip-mode
7428         to t for graphical displays which implement x-show-tip.
7430         * tooltip.el (tooltip-mode): Add a comment about startup.el
7431         setting the default value of this user-option.
7433 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
7435         * font-lock.el (font-lock-*-face) <defvar>: Move.
7436         (font-lock-defaults-alist): Mark obsolete.
7437         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7438         (font-lock-mode): Use define-minor-mode.
7439         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7440         (font-lock-turn-off-thing-lock): Be more explicit.
7441         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7442         (font-lock-syntactic-face-function): New var.
7443         (font-lock-fontify-syntactically-region): Use it.
7444         (font-lock-doc-face): New.
7446         * pcvs.el (cvs-enabledp): Ignore errors.
7447         (cvs-commit-filelist): Never query.
7448         (cvs-mode-insert): Always add a terminating / in the initial prompt.
7449         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7450         (cvs-do-removal): Use cvs-partition rather than delete-if.
7451         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7452         cvs-bury-buffer.
7454         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7455         Allow `next' to jump to after the end of the last match.
7457 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
7459         * simple.el (byte-compiling-files-p): New function.
7461         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7462         if it is there.
7464         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7465         nil again.
7467         * textmodes/ispell.el (ispell-library-path): Don't call
7468         check-ispell-version when byte-compiling because that starts
7469         an ispell process, and ispell might not be installed.
7470         (toplevel): Don't set up a menu when byte-compiling.
7472         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7473         it, so that a boundp test can be used to determine if we're
7474         currently byte-compiling.
7476 2000-11-09  Dave Love  <fx@gnu.org>
7478         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7480 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7482         * ps-print.el: Patch for variable initialization when spooling.
7483         Doc fix.
7484         (ps-output-list): Fun eliminated.
7485         (ps-begin-file, ps-begin-job): Code fix.
7487 2000-11-08  Dave Love  <fx@gnu.org>
7489         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7491 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
7493         * simple.el (shell-command, display-message-or-buffer)
7494         (shell-command-on-region): Mention resize-mini-windows in the doc
7495         string.
7496         (display-message-or-buffer): Take the value of resize-mini-windows
7497         into account.
7499 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
7501         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7503         * dired.el (dired-between-files): Add `^. find' as an alternative
7504         to the regular expression, for find-dired.
7506 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7508         * textmodes/texnfo-upd.el: Require texinfo.
7509         (defmacro, defgroup): Remove.
7510         (texinfo-section-to-generic-alist): Remove.
7511         Use texinfo-section-list instead (i.e. level is changed string->int).
7512         (texinfo-filter): New function.
7513         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7514         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7515         Use it.  And use regexp-opt.
7516         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7517         (texinfo-update-menu-region-beginning)
7518         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7519         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7520         (texinfo-update-menu-same-level-regexps): Update.
7521         (texinfo-update-node, texinfo-every-node-update)
7522         (texinfo-sequential-node-update): Remove autoload cookie.
7524         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7525         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7526         (texinfo-chapter-level-regexp): Remove.
7527         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7529 2000-11-06  Dave Love  <fx@gnu.org>
7531         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7533         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7534         Match defun*.
7536 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7538         * composite.el (composition-function-table): Variable declaration
7539         moved to src/composite.c.
7540         (compose-chars-after): New optional arg object.
7542 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
7544         * bindings.el (mode-line-toggle-read-only)
7545         (mode-line-toggle-modified, mode-line-widen)
7546         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7547         (make-mode-line-mouse2-map): Rewritten.
7548         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7549         functions so that C-h k can show something with a doc string.
7551         * startup.el (fancy-splash-delay): Set to 10 seconds.
7552         (fancy-splash-max-time): New user-option.
7553         (fancy-splash-stop-time): New variable.
7554         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
7555         (fancy-splash-screens-1): Throw `stop-splashing' when current
7556         time is greater than fancy-splash-stop-time.
7558 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7560         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7562         * pcvs.el (cvs-mode-marked): New arg `noquery'.
7563         Prompt user for a file rather than raising an error.
7564         (cvs-enabledp): Fix call to cvs-mode-marked.
7565         (cvs-insert-file): New function (extracted from cvs-mode-insert).
7566         (cvs-mode-insert): Use it.  Change the init prompt' value.
7567         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7569         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7570         Don't pass default arg to ewoc-locate.
7571         (ewoc-collect): Return result in the right order.
7573         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7575         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7576         (cvs-status-get-tags): Fix regexp.
7577         (cvs-status-trees, cvs-status-cvstrees):
7578         Combine after change hooks and don't sit-for.
7579         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7580         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7581         Use make-char rather than hard-coded cryptic data.
7582         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7584         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7586         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7587         (cvs-insert-strings): New function.
7589 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
7591         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7592         `mwheel-scroll-amount'.
7593         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7594         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7595         string-matching against the version string.
7597 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7599         * language/thai.el ("Thai"): Set a lisp form that produces
7600         composed string in `sample-text' language info.
7602         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7603         composed string in `sample-text' language info.
7605         * international/mule-cmds.el (describe-language-environment):
7606         Eval `sample-text' data and insert the result.
7608         * international/mule-conf.el (compound-text): Define this coding
7609         system here.  Make x-ctext and ctext aliases of it.
7611         * language/european.el (compound-text, ctext): Moved to
7612         international/mule-conf.el.
7614 2000-11-05  Andrew Innes  <andrewi@gnu.org>
7616         * w32-fns.el (w32-version): New function.
7618 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
7620         * progmodes/awk-mode.el: Update copyright.
7621         (awk-mode-abbrev-table): Remove.
7622         (awk-font-lock-keywords): Use regexp-opt.
7623         (awk-mode): Use define-derived-mode.
7625         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7626         when extracting a suffix.
7628 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
7630         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
7631         auto-save-mode.
7633 2000-11-04  Jason Rumney  <jasonr@gnu.org>
7635         * language/european.el (decode-mac-roman): Test against r1 not r0.
7637 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7639         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7640         (icon-mode): Define indent-line-function.
7641         (icon-comment-indent): Simplify.
7642         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7644         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7646         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7647         Bind change-log-default-mode to defeat the caching done on it.
7648         Don't bother saving excursion any more.
7650         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7652         * frame.el (after-setting-font-hook): Rename hooks -> hook.
7653         (set-frame-font): Use the new name (and the old for compatibility).
7655         * toolbar/tool-bar.el (tool-bar-mode):
7656         * time.el (display-time-mode):
7657         * recentf.el (recentf-mode):
7658         * paren.el (show-paren-mode):
7659         * mwheel.el (mouse-wheel-mode):
7660         * msb.el (msb-mode):
7661         * jka-compr.el (auto-compression-mode):
7662         * image-file.el (auto-image-file-mode):
7663         * hl-line.el (hl-line-mode):
7664         * delsel.el (delete-selection-mode):
7665         * autoinsert.el (auto-insert-mode):
7666         * complete.el (partial-completion-mode): Drop unneeded positional args.
7668         * info.el (Info-mode):
7669         * comint.el (comint-mode): Don't bother with make-local-hook.
7671         * log-edit.el (log-edit-menu): New menu.
7673 2000-11-03  Miles Bader  <miles@gnu.org>
7675         * wid-edit.el (widget-end-of-line): Reinstate, with a new
7676         definition, so that trailing spaces are handled properly.
7677         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7679 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
7681         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7682         tab character.
7683         (fancy-splash-screens): Set tab-width to 20.
7685 2000-11-03  Dave Love  <fx@gnu.org>
7687         * comint.el (comint-completion-addsuffix): Fix custom type.
7689 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7691         * font-lock.el (font-lock-buffers): Remove.
7692         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7693         (font-lock-change-major-mode): Remove.
7694         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7695         (font-lock-default-fontify-region): Extend the multiline
7696         fontification to whole lines.
7697         (font-lock-fontify-anchored-keywords)
7698         (font-lock-fontify-keywords-region): If matching just one
7699         line (with \n) only mark the \n as multiline.
7701         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7702         Correctly handle the case where several :group args are supplied.
7703         Allow :extra-args.
7704         (easy-mmode-define-global-mode): Allow :extra-args.
7705         Correctly handle the case where several :group args are supplied.
7707 2000-11-02  Miles Bader  <miles@gnu.org>
7709         * calendar/calendar.el (diary-face, calendar-today-face)
7710         (holiday-face): Remove dependency on `window-system'.
7712 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
7714         * Makefile.in (emacs): Set EMACSLOADPATH always.
7715         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7716         (compile-files): Bomb out if compilation of a file fails.
7718 2000-11-02  Dave Love  <fx@gnu.org>
7720         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7722 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
7724         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7725         punctuation in the warning inserted into the *mail* buffer.
7727 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
7729         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7730         (authors-public-domain-p): New function.
7731         (authors-print): Use it.
7733         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7735         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7737 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7739         * ps-print.el: Extension for even/odd printing.  Doc fix.
7740         (ps-print-version): New version number (6.3.1).
7741         (ps-even-or-odd-pages): Customization fix.
7742         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7743         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7744         (ps-page-count): Var replaced by `ps-page-column'.
7745         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7746         (ps-print-sheet-p): New fun.
7748 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7750         * tooltip.el (tooltip-gud-tips-setup): New function.
7751         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7752         (tooltip-mode): Call tooltip-gud-tips-setup.
7753         (tooltip-gud-tips): Use `gud-basic-call' instead of
7754         process-send-string, so the prompt gets frobbed appropriately.
7755         Handle nil return value from `tooltip-gud-print-command'.
7757 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
7759         * comint.el (comint-add-to-input-history): New function.
7760         (comint-send-input): Use `comint-add-to-input-history'.
7762 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7764         * info.el (info-menu-header): New face.
7765         (Info-fontify-menu-headers): New function.
7766         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7768         * info.el (Info-insert-dir): Don't include blank lines at
7769         beginning of additional dir files (one is added automatically).
7771 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7773         * emacs-lisp/easy-mmode.el (define-minor-mode):
7774         Revert the latest changes.
7775         Allow the three positional arguments to be skipped and replaced
7776         by keyword arguments.
7777         Add a :toggle argument to determine whether a nil arg means toggle
7778         or means turn-on.  The default is unchanged.
7779         Add a call to force-mode-line-update.
7781 2000-11-01  Dave Love  <fx@gnu.org>
7783         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7785 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
7787         * calendar/calendar.el (diary-face, holiday-face):
7788         Add dark-background variants.
7790 2000-10-31  Sam Steingold  <sds@gnu.org>
7792         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7793         `tex-main-file' does not have directory in it.
7795 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
7797         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7799 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
7801         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7802         functional change.
7804 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
7806         * files.el (find-file-noselect): When we expand a wildcard, return
7807         a list of buffers, as we should do according to the doc string.
7809 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
7811         * loadup.el (top level): Adjust load path if program name is
7812         "../src/bootstrap-emacs", in case it's not dumped and thus the
7813         load path adjustment hasn't already been done.
7815 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7817         * ps-print.el: Fix bug on selected pages for printing.
7818         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
7819         is on.  Try to avoid warning messages when compiling.  Doc Fix.
7820         (ps-print-version): New version number (6.3).
7821         (ps-color-device): Use `color-values' to determine if device
7822         supports color.
7823         (ps-color-values): Try to use `x-color-values' when using XEmacs.
7824         (ps-print-page-p): Changed from defsubst to defun.
7825         (ps-page-number): Changed from defmacro to defun.
7826         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7827         printing.
7828         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7829         (ps-end-file, ps-dummy-page): Funs eliminated.
7830         (ps-print-color-scale): Changed default value.
7831         (ps-page-n-up, ps-print-page-p): New internal vars.
7832         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7833         (ps-plot-region, ps-generate, ps-end-job): Code fix.
7835         * delim-col.el: Little programming improvement.
7836         (delimit-columns-str): New macro.
7837         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7839 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
7841         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7842         Moved to european.el.
7843         (ccl-encode-mac-roman-font, fontset-mac): Modified for
7844         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7845         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7846         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7848 2000-10-30  Dave Love  <fx@gnu.org>
7850         * progmodes/cc-menus.el (imenu-generic-expression)
7851         (imenu-progress-message): Only defvar when compiling.
7853         * emacs-lisp/elp.el (elp-unload-hook): New function.
7855         * loadhist.el (unload-feature): Call elp-restore-function,
7856         checking for symbols; don't use elp-restore-all.
7857         (loadhist-hook-functions): Doc fix.
7859 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7861         * log-edit.el (log-edit-confirm): Fix the default.
7863 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7865         * delim-col.el: Little fix: replace delimit-columns-align-columns by
7866         delimit-columns-format.
7867         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7869 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
7871         * comint.el (comint-replace-by-expanded-history): Don't use
7872         comint-get-old-input (we're not looking at *old* input).
7873         (comint-get-old-input-default): If using fields, signal an error
7874         when the point is not in an input field.
7876 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
7878         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7879         and mule-unicode-e000-ffff.
7881         * international/mule.el (decode-char, encode-char): New functions.
7882         (make-coding-system): Accept a symbol of translation table as a
7883         value of property `safe-chars'.
7885         * international/mule-cmds.el (encode-coding-char): Check property
7886         safe-chars instead of safe-charsets.
7888         * international/fontset.el (fontset-default): Modified for
7889         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7890         (x-font-name-charset-alist): Likewise.
7891         (ccl-encode-unicode-font): New CCL program.  Record it in
7892         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7894         * language/european.el (mac-roman-decoder, mac-roman-encoder):
7895         New translation tables.
7896         (decode-mac-roman, encode-mac-roman): Definition of these CCL
7897         programs are modified and moved from mac-win.el.
7898         (mac-roman): Definition of this coding system is modified and
7899         moved from mac-win.el.
7901 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7903         * ediff-wind.el (ediff-setup-control-frame): Enclose
7904         face-attribute in condition-case to avoid errors in older emacsen.
7906 2000-10-29  Miles Bader  <miles@gnu.org>
7908         * custom.el (custom-add-to-group): Allow multiple entries for a
7909         given value OPTION, as long as their widget types are different.
7910         * cus-edit.el (custom-face-value-create): If face name doesn't end
7911         with "face", add such here (similar to custom group widgets).
7913         * comint.el (comint-highlight-prompt): Add :type.
7915 2000-10-28  John Wiegley  <johnw@gnu.org>
7917         * calendar/timeclock.el (timeclock-log): Doc fix.
7918         (timeclock-last-event): Doc fix.
7919         (timeclock-log): Kill the timelog buffer after appending a new event.
7920         (timeclock-find-discrep): Use a temp buffer to read in the
7921         timelog, instead of visiting the file.
7922         (timeclock-log-data): A new function, along with a host of helper
7923         functions, for the purpose of making timelog data accessible to
7924         programmers.
7926         * eshell/esh-mode.el (window-height test): Make certain that
7927         `eshell-stringify-t' is non-nil.
7928         (eshell-password-prompt-regexp): Changed to a much simpler
7929         password regexp.
7930         (eshell-send-input): If `eshell-invoke-directly' returns t,
7931         directly invoke the parsed command using `eval'.  This improves
7932         turn-around time on simple commands by a factor of three or
7933         greater, such as cd, ls, pwd, etc. -- which get used very often.
7934         It also conserves thousands of cons cells per call (since
7935         `eshell-do-eval' consumes memory like a Cookie Monster set loose
7936         in the Pacific Cookie Company).
7938         * eshell/esh-test.el (eshell-test): Whitespace fix.
7940         * eshell/em-ls.el (eshell-ls-insert-directory):
7941         Make `eshell-ls-initial-args' nil when inserting directory contents.
7943         * eshell/em-script.el (eshell-script-initialize): Add names to
7944         `eshell-complex-commands, since `source' and `.' are complex.
7946         * eshell/esh-cmd.el (eshell-rewrite-for-command)
7947         (eshell-rewrite-while-command): Use `eshell-protect' instead of
7948         `eshell-copy-handles'.
7949         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7950         bodies.
7951         (eshell-separate-commands): Whitespace fix.
7952         (eshell-complex-commands): Added a new list of names, for
7953         determining whether a given command is as simple as it looks.
7954         (eshell-invoke-directly): New function.  Returns t if a command
7955         should be invoked directly (using `eval'), rather than indirectly
7956         using `eshell-do-eval'.
7957         (eshell-do-eval): Whitespace fix.
7959         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7960         which provides an emulation of the DOS shell behavior of assuming
7961         that cp/mv/ln should copy/move/link to the current directory.
7962         (eshell-remove-entries): Added a doc string.
7963         (eshell-shuffle-files): Removed the check for `target' being null.
7964         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7965         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7966         it to do a smarter check of whether a destination was provided.
7967         (eshell/mv, eshell/cp): Enable `:preserve-args'.
7968         (eshell/ln): Enable `:preserve-args', and use
7969         `eshell-mvcpln-template' to implement the body of the function.
7970         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7971         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7972         list after flattening it.  This makes it possible to cat files
7973         with numerical names.
7974         (eshell-unix-initialize): Added several names to
7975         `eshell-complex-commands.
7976         (eshell-unix-command-complex-p): Return t if a given command name
7977         may result in external processes being invoked.
7979         * eshell/em-glob.el (eshell-glob-show-progress): Make this
7980         variable nil by default, since it slows down glob processing by a
7981         factor of two or more, and increases memory consumption.
7983         * eshell/em-smart.el: Added a note about how memory consumptive
7984         smart display mode can be (at least this is true in Emacs 21).
7985         (eshell-smart-initialize): Whitespace fix.
7986         (eshell-refresh-windows): Use `if' instead of `when'.
7987         (eshell-smart-scroll-window): Calling `save-current-buffer' was
7988         not necessary.
7989         (eshell-currently-handling-window): Added a missing global variable.
7991         * eshell/em-ls.el (eshell-do-ls): Code simplification.
7992         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7993         Whitespace fix.
7994         (eshell-ls-exclude-hidden): Added this variable in addition to
7995         `eshell-ls-exclude-regexp'.  This one prevents files beginning
7996         with . from even being read, which can improve memory consumption
7997         quite a bit.
7998         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7999         read file entries beginning with a dot.  In home directories with
8000         lots of hidden files, fully two-thirds of the time spent in ls is
8001         used to read directory entries that are immediately thrown away.
8002         (eshell-ls-initial-args): Added back this configuration variable,
8003         for specifying default initial arguments to every call to ls.
8004         Much faster than using an alias to do the same thing.
8005         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8006         (eshell-ls-dir): Whitespace change.
8008         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8010         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8011         (eshell-stringify-t): Added a customization variable, to indicate
8012         whether `t' should be rendered as a string at all.  If not, one
8013         can still determine if the result of an expression is true using
8014         "file-exists-p FILE && echo true".
8015         (eshell-stringify): If `eshell-stringify-t' is nil, don't
8016         stringify t!
8018         * eshell/esh-module.el: Whitespace fix.
8020         * eshell/em-alias.el (eshell-alias-initialize):
8021         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8022         (eshell-command-aliased-p): New function that returns t if a
8023         command name names an aliased.
8025 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
8027         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8028         redrawing the screen when changing cursor color.
8029         (viper-insert-state-pre-command-sentinel)
8030         (viper-replace-state-pre-command-sentinel)
8031         (viper-replace-state-post-command-sentinel):
8032         Use viper-preserve-cursor-color.
8033         Many functions changed to use viper= instead of = when comparing
8034         characters.
8035         * viper-util.el (viper-memq-char,viper=): New functions for
8036         working with characters.
8037         (viper-change-cursor-color): Fixed buglet.
8038         Many functions changed to use viper= instead of = when comparing
8039         characters.
8040         * viper.el (viper-insert-state-mode-list): Added eshell.
8042         * ediff-init.el (ediff-before-setup-hook): New hook.
8043         Several typos fixed in various docstrings.
8044         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8045         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8046         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8047         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8048         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8049         (ediff-get-selected-buffers): New function.
8050         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8051         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8052         Use save-window-excursion.
8053         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8054         termination check in while loop.
8055         * ediff.el (ediff-get-default-file-name): Better defaults when in
8056         dired buffer.
8057         (ediff-files,ediff-merge-files,ediff-files3)
8058         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8060 2000-10-28  Dave Love  <fx@gnu.org>
8062         * info.el (Info-fontify-node): Add help-echo for menu items.
8064 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
8066         * startup.el (normal-top-level): If the value of $TERM indicates
8067         we are running from xterm or one of its work-alikes, default to a
8068         light background mode.
8070         Support for -fg, -bg, and -rv command-line arguments for TTYs:
8071         * faces.el (tty-handle-reverse-video): New function.
8072         (tty-create-frame-with-faces): Call it.
8074         * frame.el (frame-notice-user-settings): Don't apply
8075         default-frame-alist and initial-frame-alist to MS-DOS frames.
8076         Call tty-handle-reverse-video, frame-set-background-mode, and
8077         face-set-after-frame-default for non-MS-DOS frames.
8079         * startup.el (tty-long-option-alist): New variable.
8080         (tty-handle-args): New function.
8081         (command-line): Call tty-handle-args.
8083         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8084         startup.el now does that for all character-terminal frames.
8086 2000-10-28  Miles Bader  <miles@gnu.org>
8088         * emacs-lisp/easy-mmode.el (define-minor-mode):
8089         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8090         is global.  If :global is followed by a non-nil but non-t value,
8091         make the mode buffer-local, but also generate a `global-MODE'
8092         version using `easy-mmode-define-global-mode'.
8093         Add :conditional-turn-on keyword argument.
8095 2000-10-28  Dave Love  <fx@gnu.org>
8097         * international/latin1-disp.el (latin1-char-displayable-p):
8098         Don't use window-system.
8100 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
8102         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8103         Don't call find-buffer-file-type-coding-system.  Instead, just
8104         set eol-type to -unix if inhibit-eol-conversion is in effect, or
8105         if the file is on an untranslated filesystem.
8106         (add-untranslated-filesystem): Use "D" instead of "f" inside
8107         interactive.
8109 2000-10-27  Dave Love  <fx@gnu.org>
8111         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8112         (refill-mode): Use it.
8114 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
8116         * international/quail.el (quail-activate): Don't make-local-hook.
8118 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
8120         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8121         manual backups and file.~<rev>.~ for automatic ones.
8122         (vc-make-version-backup): Don't do it on MS-DOS without long file
8123         names.
8125         * vc.el (vc-version-other-window): If an automatic backup of the
8126         desired version exists, rename it instead of copying it.
8128         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8129         after command.  If there's an unexpected error, signal it instead
8130         of being silent.
8131         (vc-cvs-merge-news): Be prepared for no news at all.
8133 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
8135         * shell.el (shell): Add BUFFER argument.
8136         * comint.el (make-comint-in-buffer): New function.
8137         (make-comint): Use it.
8139         * faces.el (face-spec-choose): Change syntax so that the list of
8140         attribute-value pairs is now the cdr of each clause, not the cadr.
8141         Detect old-style entries, and handle them.  Use pop.
8143 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
8145         * cus-edit.el (custom-mode-map): Use a sparse map.
8146         (custom-mode): Don't bother with make-local-hook.
8148         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8150         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8152 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8154         * ps-print.el: Avoid compilation gripes.
8155         (ps-print-version): New version number (6.2.1).
8157 2000-10-26  Dave Love  <fx@gnu.org>
8159         * menu-bar.el: Modify some menu item help strings.
8160         (menu-bar-help-menu): Add link to MORE.STUFF.
8162         * cus-edit.el (custom-mode): Add `special' mode-class property.
8164         * wid-browse.el (widget-browse-mode): Likewise.
8166         * wid-edit.el (widget-specify-field): Revert to using local-map
8167         property, not keymap.
8169 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
8171         * wid-edit.el (widget-field-end): When checking for a `boundary'
8172         field, do so in the correct buffer.
8174         * simple.el (undo): Correctly distinguish between numeric and
8175         non-numeric prefix args in non-transient-mark-mode, as per the doc
8176         string.  When in transient-mark-mode, treat all prefix-args as
8177         numeric.
8179         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8180         Position point on match.  Handle N == 0 correctly.
8182         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8183         (comint-mode-map): Reverse order of `comint-write-output' and
8184         `comint-append-output-to-file'.
8185         (comint-append-output-to-file): Reinstate this function, for the
8186         benefit of the menu.
8188 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
8190         * vc.el (vc-version-other-window): Bind `file'.
8192 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8194         * Makefile.in (update-authors): New target for maintenance purposes.
8196         * emacs-lisp/authors.el (batch-update-authors): New function.
8197         (authors-fixed-entries): New defconst.
8198         (authors-add-fixed-entries): New function.
8199         (authors): Call it.: Don't process lispref/.
8201 2000-10-25  Jason Rumney  <jasonr@gnu.org>
8203         * cus-edit.el (custom-button-face, custom-button-pressed-face):
8204         Merge x w32 and mac definitions.
8206 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8208         * menu-bar.el (menu-bar-options-menu): Add a help string for
8209         `uniquify'.
8211 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
8213         * time-stamp.el (time-stamp-string-preprocess):
8214         Fix a wrong type argument error.
8216 2000-10-25  Miles Bader  <miles@gnu.org>
8218         * recentf.el (recentf-mode): Variable removed.
8219         (recentf-mode): Use `define-minor-mode'.
8221         * mwheel.el (mouse-wheel-mode): New global minor mode.
8222         (mwheel-install): Use `mouse-wheel-mode'.
8224 2000-10-25  Dave Love  <fx@gnu.org>
8226         * progmodes/cperl-mode.el (cperl-mode):
8227         Set normal-auto-fill-function correctly.
8229         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8230         Don't inherit from global-map and don't nullify menu-bar and tool-bar
8231         bindings.
8233 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
8235         * wid-edit.el (widget-field-at): New function.
8236         (widget-at, widget-field-activate): Use it.
8237         (widget-tabable-at): Use `widget-at'.
8238         (widget-specify-field): If the terminating character of the widget
8239         field (which is read-only) is a newline, put it into a special
8240         `boundary' field so that C-n/C-p act more naturally.
8241         (widget-field-end): Also don't subtract one if a special
8242         `boundary' field has been added after the widget field.
8244         * comint.el (comint-output-filter, comint-send-input):
8245         Don't bother adding stickiness fields to overlays to fool the field
8246         code, since it should notice the overlay insertion-types now.
8248         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8249         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8250         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8252 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8254         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8255         (authors): Set file coding system to iso-2022-7bit.
8256         Add file-local variables to output buffer.
8258         * files.el (after-find-file): Don't print any warnings if
8259         WARN is nil.
8261 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8263         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8265         * delim-col.el: Now there is a column formatting mechanism.
8266         Modified to customization mechanisms convention.  Doc fix.
8267         (columns): New group for delim-col.
8268         (delimit-columns-before, delimit-columns-after)
8269         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8270         (delimit-columns-end): New vars.
8271         (delimit-columns-customize, delimit-columns-format): New funs.
8272         (delimit-columns-region, delimit-columns-rectangle)
8273         (delimit-columns-rectangle-line): Modified to support column
8274         formatting.
8276 2000-10-24  Dave Love  <fx@gnu.org>
8278         * log-edit.el (log-edit): Add :version and a :group for vc.
8280 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8282         * files.el (after-find-file): Don't print a message ``New file''
8283         if WARN is nil.
8285         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8286         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
8287         get duplicate tool-bar entries because we'll see the global ones
8288         on more than one path through keymaps.
8290         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8292         * progmodes/cmacexp.el: Change Francesco's email address.
8294 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8296         * window.el (fit-window-to-buffer): Adjust point of the window
8297         buffer, not that of the current buffer.
8299 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
8301         * progmodes/cmacexp.el: Update the euthor's email address.
8303 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8305         * faces.el (face-spec-set-match-display): Add `graphic' display
8306         type (the inverse of `tty').  Use `display-graphic-p' instead of
8307         the window-system variable.
8309 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8311         * international/isearch-x.el (isearch-with-input-method):
8312         Call input-method-function with the first event in
8313         unread-command-events.
8315 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8317         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8319 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
8321         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8322         New charsets.
8324         * term/mac-win.el: Remove definitions of mac-roman-lower and
8325         mac-roman-upper, require dired, and define instead of set
8326         mac-ready-for-drag-n-drop to avoid compilation error.
8328 2000-10-23  Andrew Innes  <andrewi@gnu.org>
8330         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8331         Remove superfluous calls to subst-char-in-string; instead apply
8332         expand-file-name after convert-standard-filename to ensure
8333         expected directory separators are used.
8335 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
8337         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8339 2000-10-23  Dave Love  <fx@gnu.org>
8341         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8342         (tool-bar-add-item): Set foreground and background for XBM icons.
8344         * international/latin1-disp.el (latin1-char-displayable-p):
8345         New function (from Handa).
8346         (latin1-display-check-font): Use it.
8348         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8349         using :key-sequence, making it much more usable.
8350         Use nconc, not append.
8351         (imenu--create-keymap-1): Avoid append.
8353         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8355 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8357         [the following changes fix a bug where `define-minor-mode' didn't
8358         correctly generate :require clauses for defcustoms in compiled files]
8359         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8360         (byte-compile-log-file, byte-compile-log-1): Don't set
8361         `byte-compile-current-file' to nil.  Instead set
8362         `byte-compile-last-logged-file' to it.  Test whether
8363         byte-compile-current-file equals byte-compile-last-logged-file
8364         instead of whether its nil.
8365         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8367 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
8369         * textmodes/refill.el: Fix var names in doc.
8370         (refill-mode): Don't bother with make-local-hook anymore.
8372 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8374         * faces.el (face-user-default-spec, face-default-spec): New functions.
8375         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8376         (frame-set-background-mode, face-set-after-frame-default):
8377         Use `face-user-default-spec'.  Simplify code slightly.
8379         * woman.el (woman-italic-face, woman-bold-face)
8380         (woman-unknown-face): Add dark-background variants.
8381         (woman-default-faces): Renamed from `woman-colour-faces'.
8382         Set using the stored defaults, rather than using hard-wired colors.
8383         (woman-monochrome-faces): Renamed from `woman-black-faces'.
8384         Just make the foreground `unspecified' rather than "black".
8385         (woman-menu): Rename menu entries accordingly.
8387         * faces.el (header-line): Make more reasonable on mono/grayscale
8388         displays.
8390 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
8392         * cus-edit.el (custom-button-face): Use 3D look for mac.
8393         (custom-button-pressed-face): Likewise.
8395         * faces.el (set-face-attributes-from-resources): Handle mac frames
8396         in the same way as x and w32 frames.
8397         (face-valid-attribute-values): Likewise.
8398         (read-face-attribute): Likewise.
8399         (defined-colors): Likewise.
8400         (color-defined-p): Likewise.
8401         (color-values): Likewise.
8402         (display-grayscale-p): Likewise.
8403         (face-set-after-frame-default): Likewise.
8404         (mode-line): Same default face as for x and w32.
8405         (tool-bar): Likewise.
8407         * frame.el: Remove call to frame-notice-user-settings at end of
8408         the file.
8410         * info.el (Info-fontify-node): Make underlines invisible for mac
8411         as for x, pc, and w32 frame types.
8413         * term/mac-win.el: New file.
8415 2000-10-22  Dave Love  <fx@gnu.org>
8417         * textmodes/refill.el: New file.
8419 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
8421         * vc-hooks.el (vc-version-backup-file-name): New optional args
8422         MANUAL and REGEXP.
8423         (vc-delete-automatic-version-backups, vc-make-version-backup):
8424         New functions.
8425         (vc-before-save): Use the latter.
8426         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8427         confusion.
8429         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8430         expected by vc[-hooks].el.
8432         * vc.el (vc-checkout): Added `-p' suffix in call to
8433         vc-make-version-backups-p; use vc-make-version-backup to actually
8434         make the backup.
8435         (vc-version-other-window, vc-version-backup-file): Handle both
8436         automatic and manual backups.
8437         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8438         of all of them.
8440 2000-10-22  Miles Bader  <miles@gnu.org>
8442         * comint.el (comint-highlight-input, comint-highlight-prompt):
8443         Renamed, `-face' at end removed.
8444         (comint-send-input, comint-output-filter): Use renamed faces.
8446         * window.el (fit-window-to-buffer): Change defaulting of
8447         MAX-HEIGHT slightly.
8449         * faces.el (color-values, color-defined-p): Use `member', not
8450         `memq', because it works correctly for strings.
8451         (frame-set-background-mode): Actually, "unspecified-fg" and
8452         "unspecified-bg" *are* strings.  Use `member', not `memq', and
8453         `equal', not `eq', when a string value is possible.
8455 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
8457         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8459 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
8461         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8462         sh-electric-rparen, sh-electric-less and sh-electric-hash.
8463         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8464         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8465         (sh-font-lock-syntactic-keywords): Use them.
8466         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8467         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8468         (sh-mode): Don't override font-lock-unfontify-region-function.
8469         Use a copy of sh-font-lock-syntactic-keywords.
8470         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8471         Don't call sh-scan-buffer since font-lock does it on the fly.
8472         (sh-get-indent-info): Use `face' rather than `syntax-table'
8473         text-property to detect here-documents.
8474         Replace sh-special-syntax with sh-st-punc.
8475         (sh-prev-line): Use `face' rather than `syntax-table'
8476         text-property to skip over here-documents.
8477         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8478         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8479         (sh-electric-less, sh-set-here-doc-region)
8480         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8481         (sh-scan-buffer, sh-rescan-buffer): Remove.
8483 2000-10-21  Andrew Innes  <andrewi@gnu.org>
8485         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8486         remote (ange-ftp) file names.
8488 2000-10-21  Miles Bader  <miles@gnu.org>
8490         * window.el (fit-window-to-buffer): New function.
8491         (shrink-window-if-larger-than-buffer): Use it.
8492         (window-text-height): Don't expect minibuffers to have mode-lines.
8494         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8495         * international/quail.el (quail-update-guidance):
8496         Use `fit-window-to-buffer' instead of `set-window-text-height'.
8498         * international/quail.el (quail-show-guidance-buf): Make sure
8499         guidance window really has enough room.
8500         (quail-update-guidance): If quail-guidance-win is already shown,
8501         make sure its height is OK.
8503         * window.el (window-text-height, set-window-text-height):
8504         New functions.
8505         (shrink-window-if-larger-than-buffer): Use `window-text-height'
8506         instead of `window-height' & `mode-line-window-height-fudge'.
8507         (mode-line-window-height-fudge): Add FACE parameter.
8508         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8509         instead of `enlarge-window' & `mode-line-window-height-fudge'.
8511 2000-10-20  Miles Bader  <miles@gnu.org>
8513         * window.el (height-affecting-face-attributes): Use `defconst'.
8515         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8516         New function, conditionally aliased to `mode-line-window-height-fudge'.
8517         (ispell-help): Use it.
8518         (ispell-choices-win-default-height): Don't include mode-line fudge.
8519         (ispell-choices-win-default-height): New function.
8520         (ispell-show-choices, ispell-command-loop): Use function
8521         `ispell-choices-win-default-height' instead of variable.
8523 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
8525         * window.el (mode-line-window-height-fudge): New variable.
8526         (height-affecting-face-attributes): New variable.
8527         (mode-line-window-height-fudge): New function.
8528         (shrink-window-if-larger-than-buffer): Use it.
8529         * help.el (resize-temp-buffer-window): Likewise.
8531         * info.el (Info-fontify-node): Add support for @subsubsection
8532         titles, which use `Info-title-4-face'.
8533         (Info-title-4-face): New face.
8534         (Info-title-3-face): Inherit from Info-title-4-face instead of
8535         variable-pitch.
8537 2000-10-19  Jason Rumney  <jasonr@gnu.org>
8539         * dired.el (dired-insert-directory): Do not let errors signalled by
8540         attempt to run dired-free-space-program prevent dired from working.
8542 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
8544         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8546 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
8548         * dirtrack.el (dirtrack): Fix call to run-hooks.
8550         * cmuscheme.el (cmuscheme-program-name): Renamed from
8551         scheme-program-name because xscheme.el contains a defcustom with
8552         the same name.  As a consequence, customizing group `cmuscheme'
8553         loaded `xscheme' which redefined run-scheme.
8554         (run-scheme): Use cmuscheme-program-name.
8556         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8558         * play/doctor.el (doctor-death): Update the Samaritans'
8559         anonymous address, and add a website for Befrienders International.
8561 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8563         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
8564         Avoid compilation gripes.  Doc fix.
8565         (ps-print-version): New version number (6.2).
8566         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8567         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8568         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8569         (ps-x-extent-priority, ps-x-extent-start-position)
8570         (ps-x-face-font-instance, ps-x-find-coding-system)
8571         (ps-x-font-instance-properties, ps-x-make-color-instance)
8572         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8573         avoid compilation gripes without defining functions.
8574         (ps-e-find-composition): Alias for function find-composition, to have a
8575         suitable function depending on Emacs version.
8576         (ps-color-device, ps-color-values, ps-face-foreground-name)
8577         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8578         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8579         (ps-print-ensure-fontified): Function definitions surrounded by
8580         `eval-and-compile' to avoid compilation gripes.
8581         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8582         by symbol-value to avoid compilation gripes.
8583         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8584         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8586 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8588         * startup.el (normal-top-level): Call `frame-set-background-mode'
8589         after `frame-notice-user-settings' because the latter doesn't call
8590         the former on a tty.
8592         * faces.el (frame-set-background-mode): `unspecified' &c are
8593         symbols, not strings.
8595 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8597         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8598         why some "light*" colors are deliberately absent from the alist.
8600         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8601         Change colors for tty's, as suggested by Miles Bader.
8603 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
8605         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8606         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
8607         for ISO10646-1 fonts.
8608         (x-font-name-charset-alist): Add an entry for "iso10646-1".
8610 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8612         * faces.el (frame-set-background-mode): If a tty frame defines a
8613         background color, use that to compute the background mode, instead
8614         of always defaulting to "dark".
8616 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8618         * comint.el (comint-write-output): New function.
8619         (comint-mode-map): Add it to the menu.
8620         Bind `C-c C-s' to comint-write-output.
8622 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
8624         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8625         Use fancy-splash-delay.
8627 2000-10-18  Alex Schroeder  <alex@gnu.org>
8629         * progmodes/sql.el (sql-sybase-options): New option.
8630         (sql-sybase): Use it.  Add sql-database to the list of parameters
8631         provided for login.  The options -w 2048 -n are not used any more.
8633         * comint.el (comint-read-input-ring): Bugfix such that the first
8634         and the last entry of the input ring file are not lost.
8636 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8638         * ps-print.el: Internal variable changes to defcustom,
8639         make-local-hook changes to defvar.  Doc fix.
8640         (ps-print-version): New version number (6.1).
8641         (ps-setup, ps-do-despool): Code fix.
8642         (ps-printer-name): Customization fix.
8643         (ps-printer-name-option): Now is a defcustom instead of an
8644         internal variable.
8645         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8646         (ps-print-begin-column-hook): Now are defvar instead of
8647         make-local-hook.
8649 2000-10-18  Miles Bader  <miles@gnu.org>
8651         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8652         (comint-kill-output): Changed into an alias for `comint-delete-output',
8653         and made obsolete.
8654         (comint-mode-map): Rename references to comint-kill-output.
8656 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
8658         * diff-mode.el (diff-header-face, diff-file-header-face)
8659         (diff-changed-face): Add bold and italic attributes to tty faces.
8660         (diff-function-face): New face.
8661         (diff-font-lock-keywords): Use it.
8663 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
8665         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8666         Remove commented-out call to force-mode-line-update.
8667         (comint-kill-output): Use `forward-line 0' instead of
8668         beginning-of-line to make sure we get past the prompt.
8670 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
8672         * diff-mode.el (diff-header-face, diff-file-header-face):
8673         Add specific setting for dark background.
8674         (diff-context-face): Renamed from diff-comment-face.
8675         Set explicitly rather than inheriting from font-lock-comment-face.
8677 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8679         * startup.el (command-line): Move the code which sets the default
8680         TTY colors to before before-init-hook.
8682 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8684         * jit-lock.el (jit-lock-stealth-time): Doc fix.
8686 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8688         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8689         extensions, for MS-DOS.
8691         * diff-mode.el (diff-header-face, diff-file-header-face)
8692         (diff-changed-face): Define tty-specific colors.
8694 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8696         * startup.el (fancy-splash-text): Realign the text.
8698 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8700         * font-lock.el (font-lock-comment-face): Define a separate default
8701         for dark-background tty's.
8703 2000-10-17  Miles Bader  <miles@gnu.org>
8705         * help.el (resize-temp-buffer-window): Add hack to avoid last line
8706         being obscured by whizzy mode-lines on graphics displays.
8708 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8710         * info.el (Info-title-1-face, Info-title-2-face)
8711         (Info-title-3-face): Define colors for tty's.
8712         (info-header-node): Remove unneeded tty-specific definition.
8714 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
8716         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8717         reverse from the frame parameters, and don't invert foreground and
8718         background colors.
8720 2000-10-16  Miles Bader  <miles@gnu.org>
8722         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8723         string "*Info*".  Call propertized-buffer-identification to spruce
8724         up the result.
8726 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8728         * help.el: Provide `help' for the sake of define-minor-mode
8729         which generates defcustoms with requires.
8731         * jit-lock.el (jit-lock-after-change): If we're in text that
8732         matches a multi-line font-lock pattern, make sure the whole text
8733         will be redisplayed.
8735         * emacs-lisp/authors.el (authors-add): Don't add an entry if
8736         author's name is unknown.
8738         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8739         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8740         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8741         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8742         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8743         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8744         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8745         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8746         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8747         Add author information.
8749 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
8751         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8752         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8753         full-color version (using the Gimp) to eliminate dithering artifacts.
8755 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8757         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8759         * simple.el (syntax-flag-table, string-to-syntax): Remove.
8761 2000-10-15  Dave Love  <fx@gnu.org>
8763         * progmodes/sh-script.el: Require skeleton and comint when compiling.
8765         * pcomplete.el (pcomplete) <defgroup>: Add :version.
8767         * whitespace.el: Doc fixes.
8768         (top-level): Don't add hooks here.
8769         (whitespace-running-emacs): Deleted.
8770         (timer): Don't require.
8771         (whitespace): Add back :version conditional on xemacs test.
8772         (whitespace-spacetab-regexp, whitespace-indent-regexp)
8773         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8774         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8775         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8776         Avoid specific xemacs test.
8777         (whitespace-global-mode): New option.
8778         (whitespace-global-mode): New command.
8779         (whitespace-unload-hook): New function.
8781         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8782         (Info-fontify-node, Info-goto-node, Info-mode-menu)
8783         (Info-fontify-node): `Goto' goes to `Go to'.
8784         (Info-fontify-node): Add help-echo to xref links.
8786 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
8788         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8790 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8792         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8793         Use plist-get and allow :inherit.
8795         * emacs-lisp/cl-macs.el (cl-do-arglist):
8796         Use plist-get and plist-member instead of memq.
8798         * emacs-lisp/ewoc.el (ewoc-location): New function.
8799         (ewoc-enter-after, ewoc-enter-before): Document return value.
8800         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8801         Don't need make-local-hook any more.
8802         (cvs-addto-collection): Return the new tin.
8803         (cvs-mode-insert): Jump to the new line.
8805         * jit-lock.el (jit-lock-fontify-buffer): Remove.
8807         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8809         * font-lock.el (font-lock-syntactically-fontified): New var.
8810         (font-lock-fontify-syntactic-keywords-region): Use it.
8811         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
8813         * diff-mode.el (diff-find-file-name): Fix regexp.
8815         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8816         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8818         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8819         (sh-mode-syntax-table): Add punctuation syntax for < and >.
8820         (sh-mode): Don't make all vars local here.
8821         (sh-kw): Reformat.
8822         (sh-set-shell): Use dolist.  Don't set indent-region-function.
8823         (sh-mode-syntax-table): Use pop.
8824         (sh-remember-variable): Use push.
8825         (sh-help-string-for-variable): Use memq.
8826         (sh-safe-backward-sexp): Remove.
8827         (sh-safe-forward-sexp): Add ARG.
8828         (sh-get-indent-info, sh-prev-stmt): Use it.
8829         (sh-prev-line): Simplify by using forward-comment.
8830         (sh-this-is-a-continuation): Simplify.
8831         (sh-learn-buffer-indent): Use dolist.
8832         (sh-do-nothing): Remove.
8833         (sh-set-char-syntax, sh-set-here-doc-region):
8834         Use inhibit-modification-hooks.
8835         (sh-name-style): Use mapcar and push.
8836         (sh-load-style): Use dolist.
8837         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8838         (sh-case, sh-while-getopts): Use propertize directly rather
8839         than sh-electric-rparen.
8841 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
8843         * textmodes/tex-mode.el: Require CL when compiling.
8844         (tex-mode-syntax-table): Init immediately.
8845         (tex-mode-map): Bind M-RET to latex-insert-item.
8846         (latex-mode): Set indent-line-function to latex-indent.
8847         (tex-common-initialization): Don't setup the syntax-table any more.
8848         (latex-insert-item): New skeleton.
8849         (tex-next-unmatched-end): Fix copy/paste braino.
8850         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8851         (latex-indent, latex-find-indent): New functions.
8852         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8853         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8854         (tex-compilation-parse-errors): Use with-syntax-table.
8856 2000-10-15  Miles Bader  <miles@gnu.org>
8858         * font-lock.el (font-lock-comment-face): Change dark-background,
8859         color, non-tty, default to `chocolate1'.
8861 2000-10-13  John Wiegley  <johnw@gnu.org>
8863         * eshell/esh-util.el (require): Added a missing `require' form,
8864         needed when compiling (for an ange-ftp macro definition).
8866 2000-10-13  Dave Love  <fx@gnu.org>
8868         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8870 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
8872         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8874         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8875         transparent -colors 8).
8877 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
8879         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8880         that breaks with old list format timestamps.
8881         (time-stamp-warn-inactive, time-stamp-old-format-warn)
8882         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8884 2000-10-13  John Wiegley  <johnw@gnu.org>
8886         * align.el, pcomplete.el, calendar/timeclock.el,
8887         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8889         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8890         faulty math, where holiday hours were being computing as seconds.
8892 2000-10-13  John Wiegley  <johnw@gnu.org>
8894         * desktop.el (desktop-buffer-modes-to-save): Added a global for
8895         specifying what "other" kinds of buffers should be saved.
8896         This used to be hard-coded.
8897         (desktop-buffer-misc-functions): A global for specifying how
8898         auxiliary data should be determined for special buffer types.
8899         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8900         instead of hard-coding the special buffer types.
8901         (desktop-save): Run `desktop-buffer-misc-functions' to gather
8902         auxiliary data, instead of hard-coding for Info buffers and dired.
8903         (desktop-buffer-info-misc-data): Aux function for determining Info
8904         buffer auxiliary info.
8905         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8906         (desktop-buffer-info): Changed this function to use the info
8907         gathered above.
8908         (desktop-create-buffer): Be a little more careful about what
8909         `minor-mode' means before calling it.  This is important for some
8910         buffer types.
8912 2000-10-13  John Wiegley  <johnw@gnu.org>
8914         * eshell/esh-util.el: Added a global form which declares an
8915         autoload for `parse-time-string', if that function is not already
8916         defined, and if parse-time.el is available on the user's system.
8918         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8919         to be aware of ange-ftp user info.
8920         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
8921         (eshell-ls-annotate): Use `eshell-file-attributes'.
8922         (eshell-ls-file): Made the user-id printing code a bit smarter.
8924         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8925         allow identification of alias user ids in remote directories.
8926         It's manual, but there's no other way to know when the current user
8927         on the local machine, is also the owning user on the remote machine.
8928         (fboundp): Bind `ange-cache'.
8929         (eshell-directory-files-and-attributes): Re-organized the logic a
8930         bit to use `eshell-file-attributes' instead of `file-attributes'.
8931         The former is more sensitive to directories that are read via FTP,
8932         and knows how to use ange-ftp to determine full attribute
8933         information, instead of just the name and last modtime.
8934         (eshell-current-ange-uids): Return the current user id when in a
8935         remote directory.
8936         (eshell-parse-ange-ls): Parse a full directory listing that has
8937         been returned by ange-ftp.
8938         (eshell-file-attributes): This beefed up version of
8939         `file-attributes' is only special if the user is currently in a
8940         remote directory, in which case it does a lot of work to find out
8941         what the real attributes of a file are, as they appear on the
8942         remote machine.  This makes usage of remote directories (i.e.,
8943         ange-ftp pathnames) much more useful.  You can now use Eshell as a
8944         full-fledged FTP client, with much more manipulation ability than
8945         most other clients.
8947         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8948         variable, which means that Eshell's du should always be preferred
8949         in remote directories.
8950         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8951         just `file-attributes'.
8952         (eshell-mvcp-template): Bind `ange-cache', to improve performance
8953         when reading remote directories.  This is an Eshell-specific
8954         variable (not part of ange-ftp).
8955         (eshell/ln): Bind `ange-cache'.
8956         (eshell/du): Added some extra logic for determining when to use
8957         Eshell's du (which is slow), and when to use the external version
8958         (which may or may not exist).
8960         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8961         Call `eshell-interactive-process', rather than using
8962         `get-buffer-process', since backgrounded processes don't count in
8963         the context of this function's logic.
8965         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8966         `forward-char', so that null strings are parsed correctly.
8968 2000-09-13  John Wiegley  <johnw@gnu.org>
8970         * eshell/em-pred.el (eshell-pred-file-type)
8971         (eshell-pred-file-links, eshell-pred-file-size):
8972         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
8974         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8975         that remote file globbing is more efficient.
8977         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8978         gathering the files and attributes within a directory.
8980         * eshell/em-unix.el (eshell/cat): If any of the files passed on
8981         the command line is a special file (not a regular file, directory
8982         or symlink), always attempt to call the external version of cat.
8984 2000-09-13  John Wiegley  <johnw@gnu.org>
8986         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8987         Eshell-friendly version of find-tag.
8989 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
8991         * image-file.el (image-file-name-extensions)
8992         (image-file-name-regexps): Add autoload cookies.
8994 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
8996         * international/mule-cmds.el (select-safe-coding-system): If FROM
8997         is string, show it in *Warning* buffer.
8999 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9001         * startup.el (normal-top-level): Use display-popup-menus-p instead
9002         of window-system.
9003         (command-line): Use display-graphic-p instead of window-system.
9004         (command-line-1): Use display-popup-menus-p and display-mouse-p
9005         instead of window-system.
9007 2000-10-12  Sam Steingold  <sds@gnu.org>
9009         * tooltip.el (tooltip-use-echo-area): New user variable.
9010         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9012 2000-10-12  Dave Love  <fx@gnu.org>
9014         * recentf.el: Maintainer's checkdoc fixes.
9016         * startup.el (normal-top-level-add-subdirs-to-load-path):
9017         Use character class, not ASCII when matching file names.
9018         (fancy-splash-head): Add trailing slash to URL.
9019         (command-line): Don't require XPM support for toolbar.
9021         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9022         (cperl-invalid-face): Revert last change.
9023         (cperl-init-faces): Quote cperl-invalid-face.
9025 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9027         * startup.el (fancy-splash-text): Remove superfluous quote.
9029 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
9031         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9032         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9033         (command-line-1): Don't use fancy-splash-pending-command.
9034         (fancy-splash-screens-1): Goto point-min after inserting text.
9036         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9038         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9039         instead of shared-lisp-mode-map.
9041 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
9043         * faces.el (header-line): Change tty-variant to use underlining.
9045         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9046         (isearch-highlight): Restore lazy-isearch face properties at old
9047         position, and suppress them at new position.
9048         (isearch-dehighlight): Restore lazy-isearch face properties.
9049         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9050         over the real isearch overlay, but in that case, don't give it a
9051         face property.  Use `push'.
9053 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9055         * man.el (Man-getpage-in-background): Fix previous change.
9056         Decode the process output only when we are in multibyte mode.
9058 2000-10-11  Dave Love  <fx@gnu.org>
9060         * info.el (Info-mode-menu): Fix some help.
9061         (info-tool-bar-map): Add entry for Info-last.
9063         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9064         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9065         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9066         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9067         * toolbar/search-replace.xpm, toolbar/exit.xpm:
9068         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9069         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9070         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9071         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9072         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9073         Reduce colour requirements to 25 overall.  (Probably wants
9074         revisiting from the originals to reduce further.)
9076 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
9078         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9079         buffer-file-coding-system, instead of raw-text.
9080         (dehexlify-buffer): Bind coding-system-for-read to
9081         buffer-file-coding-system, instead of raw-text.
9083 2000-10-11  Sam Steingold  <sds@gnu.org>
9085         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9086         `underline' - fixes the bug introduced on 2000-09-21.
9088 2000-10-11  Dave Love  <fx@gnu.org>
9090         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9091         Avoid compiler warnings.
9092         (scheme-mode): Doc fix.
9093         (scheme-font-lock-keywords-1): Match `define-syntax'.
9095 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
9097         * faces.el (frame-set-background-mode): Pay attention to saved
9098         face specs as well as default ones.  Only do anything if the
9099         bg-mode or display-type has actually changed.  Use `dolist'.
9100         (region): Make dark-background `region' face less in-your-face.
9102 2000-10-10  Sam Steingold  <sds@gnu.org>
9104         * chistory.el, ielm.el, ledit.el:
9105         * progmodes/inf-lisp.el, progmodes/scheme.el:
9106         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9108 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
9110         * textmodes/texinfo.el: Update copyright and fix typo.
9112         * desktop.el (desktop-modes-not-to-save): New var.
9113         (desktop-save-buffer-p): Use it.
9114         Also, obey desktop-buffers-not-to-save even for non-file buffers.
9115         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9117 2000-10-10  Dave Love  <fx@gnu.org>
9119         * toolbar/tool-bar.el (tool-bar-add-item)
9120         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9122         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9123         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9124         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9125         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9126         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9127         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9128         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9129         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9130         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9131         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9132         the .xpms; probably need retouching.
9134 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
9136         * subr.el (add-to-list): Add optional argument APPEND.
9137         * battery.el (display-battery): Use `add-to-list'.
9139 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
9141         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9142         properties.
9143         (zone, zone-when-idle, zone-leave-me-alone)
9144         (zone-pgm-whack-chars): Use new symbol properties.
9146         * battery.el (display-battery): Doc spelling fix.
9148         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9149         property.
9151 2000-10-09  Dave Love  <fx@gnu.org>
9153         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9154         has been initialized before calling tool-bar-setup.
9155         (tool-bar-add-item-from-menu): Add autoload cookie.
9157 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
9159         * menu-bar.el (send-mail-item-name): New function.
9160         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9161         of mail-user-agent in the menu.  Don't display the "Send Mail"
9162         item if mail-user-agent is nil or its value is ignore.
9163         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9164         if read-mail-command is nil or its value is ignore.
9166         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9168 2000-10-09  Miles Bader  <miles@gnu.org>
9170         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9171         Correct image size.
9172         * toolbar/left_arrow.xpm: Correct image size.
9174         * jka-compr.el: Don't call `jka-compr-install' when loading (it
9175         will be done by the definition of `auto-compression-mode' if
9176         necessary.  Move code to uninstall existing file-name handler
9177         before definition of `auto-compression-mode'.
9179         * image-file.el (auto-image-file-mode): Move to the end of the
9180         file, because `define-minor-mode' actually calls the mode-function
9181         if the associated variable is non-nil, which requires that all
9182         needed functions be already defined.
9184         * mouse.el (popup-menu): Balance parens.
9186 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
9188         * mouse.el (popup-menu): Move the command call outside the loop
9189         so that popup-menu returns whatever the command returns.
9191         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
9192         (initialize-new-tags-table): Use run-hook-with-args-until-success.
9193         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9194         (tags-table-format-functions): Renamed from tags-table-format-hooks.
9196         * vc.el (vc-version-diff): diff-switches can be a list.
9197         Use relative filenames for prettier output.
9199         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9200         (vc-post-command-functions): Remove old-VC compatibility code.
9202         * newcomment.el (comment-indent-default): Autoload.
9204         * font-lock.el (font-lock-defaults): Make buffer-local.
9205         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9206         (font-lock-choose-keywords):
9207         Ignore LEVEL unless KEYWORDS is a list of syms.
9208         (c-keywords, c++-keywords, objc-keywords, java-keywords):
9209         Don't wrap regexp-opt things in \(...\) unnecessarily.
9211         * jit-lock.el: Don't require font-lock any more.
9212         (jit-lock-functions): Make buffer-local.
9213         (jit-lock-saved-fontify-buffer-function): Remove.
9214         (jit-lock-mode): Remove autoload cookie.
9215         Remove font-lock specific code.
9216         (jit-lock-unregister): Don't bother handling complex hooks any more.
9217         (jit-lock-refontify): New function.
9218         (jit-lock-fontify-buffer): Use it.
9219         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9220         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9221         Add optional args START and END.
9222         Never call font-lock-fontify-region directly.
9223         (jit-lock-function, jit-lock-stealth-fontify): Use it.
9225         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9227 2000-10-08  Dave Love  <fx@gnu.org>
9229         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9231         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9233         * play/studly.el (studlify-region, studlify-word): Add autoload
9234         cookie.
9236         * play/morse.el (morse-region, unmorse-region): Add autoload
9237         cookie.
9239         * play/spook.el (spook-phrases-file): Use expand-file-name, not
9240         concat.
9242         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9243         insist on symbols starting with word syntax.
9244         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9245         (eval-defun-1): Doc fix.
9246         (indent-sexp): Use nconc to build up indent-stack.
9248         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9249         Gnus with little use.
9250         (mail-setup-hook): Add mail-abbrevs-setup to options.
9252         * recentf.el: Doc fixes.
9254         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9255         Clean up remainder.
9257         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
9258         without timezone and (8) with timezone to enforce some whitespace.
9259         Simplify code somewhat.
9261         * options.el (list-options): Doc that you should use customize.
9263         * iswitchb.el (iswitchb-mode): Add :require.
9265         * info.el (Info-goto-node, Info-menu): Doc fix.
9266         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9267         (info-tool-bar-map): New variable.
9268         (Info-mode): Use it.
9269         (Info-edit-map): Define all in defvar.
9270         (speedbar-attached-frame): Avoid compiler warning.
9272         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9273         (global-map): Bind [tool-bar] to a filtered map.
9274         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
9275         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9276         Allow PBM icons.
9277         (tool-bar-setup): Adjust calls of tool-bar-add-item.
9279         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9280         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9281         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
9282         icons, except up_arrow, which is left-arrow rotated.
9284         * imenu.el (imenu-add-to-menubar): Fix last change.
9286 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
9288         * generic-x.el (rul-generic-mode): Remove eval-when-compile
9289         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
9291 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9293         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9294         typos in doc strings.
9296         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9297         the doc strings how to customize Font Lock faces.
9299         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9300         computing growth when dragging the header line.
9302 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9304         * simple.el (kill-line): Doc fix.
9306 2000-10-08  Miles Bader  <miles@gnu.org>
9308         * faces.el (secondary-selection): Make foreground visible on tty.
9310         * jka-compr.el (auto-compression-mode): Move to the end of the
9311         file, because `define-minor-mode' actually calls the mode-function
9312         if the associated variable is non-nil, which requires that all
9313         needed functions be already defined.
9314         (with-auto-compression-mode): Add autoload cookie.
9316 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
9318         * files.el (find-backup-file-name) [ms-dos]: If support for long
9319         file names is not available, behave as if version-control were set
9320         to never.
9322 2000-10-07  Dave Love  <fx@gnu.org>
9324         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9325         (browse-url-gnome-moz): New function.
9326         (browse-url-browser-function): Use it.
9327         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9329 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
9331         * indent.el (tab-always-indent): New var.
9332         (indent-for-tab-command): Use it.
9334         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9335         raise an error.  This way it can still default to a sane value.
9337 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9339         * startup.el (fancy-splash-screens): Use local rather than global map.
9340         Don't use `update-menu-bindings' any more.
9341         Get rid of assumptions about keymap representation.
9343 2000-10-06  Dave Love  <fx@gnu.org>
9345         * textmodes/fill.el (sentence-end-double-space)
9346         (sentence-end-without-period):  Doc fix.
9347         (adaptive-fill-regexp): Purecopy.
9348         (unjustify-current-line): Use line-end-position.
9349         (fill-individual-paragraphs-prefix): Use line-beginning-position.
9351         * net/eudc-vars.el (eudc): Add :version, :link.
9353         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9355         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9356         Fix for define-minor-mode.
9357         (function-at-point): Alias to function-called-at-point.
9359         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9361         * simple.el (backward-word): Doc fix.
9363         * image-file.el (image-file-name-regexp): image-file-regexps ->
9364         image-file-name-regexps.
9365         (image-file-name-extensions): Add pbm.
9367 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9369         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9370         and add filename to the names so that diff-mode can jump to source.
9372         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9373         (tex-font-lock-keywords, tex-font-lock-keywords-2)
9374         (tex-font-lock-keywords-1): Remove.
9375         (font-lock-turn-on-thing-lock): Use jit-lock-register.
9376         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9377         (font-lock-default-fontify-region):
9378         Expand beg..end correctly when just following a multiline region.
9379         (font-lock-fontify-anchored-keywords):
9380         Include the anchor text as part of the multiline.
9382 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
9384         * loadup.el (toplevel): Load `loaddefs' before `help' because the
9385         latter needs the autoloaded define-minor-mode macro during the
9386         bootstrap.
9388         * startup.el (command-line): For now, activate tool-bar-mode only
9389         if XPM images are supported.
9391         * mouse.el (mouse-drag-header-line): Don't allow resizing a
9392         window by dragging a header-line at the top of the frame; that's
9393         confusing because the header-line doesn't move.
9394         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9395         of treating the event as a list.  Some cleanup.
9397 2000-10-06  Miles Bader  <miles@gnu.org>
9399         * simple.el (display-message-or-buffer): New function.
9400         (shell-command-on-region): Use `display-message-or-buffer'.
9402         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9403         docstring parts.
9405         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9406         (smbclient-prompt-regexp): Add usage note to doc string.
9407         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9408         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9409         Use add-hook for adding the comint filter function, and only do so
9410         if it's not already in the global hook list.
9411         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9412         to `make-local-variable'.
9413         (nslookup-font-lock-keywords): Remove prompt entry.
9414         (nslookup): Don't set the process-filter.
9415         (finger): Exit the loop correctly when the regexps list runs out.
9416         (ftp, smbclient, smbclient-list-shares):
9417         Set the real major mode immediately, not after execing.
9418         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9420         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9422 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
9424         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9426         * which-func.el (which-func-format): Remove spurious space.
9427         (which-func-mode): Don't make it permanent-local.
9428         (which-func-ff-hook): Allow which-func-maxout to be nil.
9429         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
9430         (which-func-mode): Simplify.
9431         Use post-command-idle-hook rather than post-command-hook.
9432         Go through all buffers and update their state.
9433         (which-function): Also try add-log-current-defun-function.
9435         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9436         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9437         Update call to with-vc-properties accordingly.
9438         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9439         (vc-revert-buffer): More careful about window selection and deletion.
9440         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9442         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9443         (cvs-retrieve-revision): Reuse a pre-existing buffer.
9444         (cvs-dired-action): Change the default to quickdir.
9446         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9447         if comment-indent-function returns nil.
9448         (comment-indent-default): New function.
9449         (comment-indent-function): Use it and document the new semantics.
9451         * image-file.el: Docstring fixes.
9453         * help.el (help-xref-on-pp): Use match-string.
9454         (describe-variable): New arg BUFFER.
9455         Store the current buffer in the help-xref-stack.
9456         (temp-buffer-resize-mode): Use define-minor-mode.
9458         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9459         consistently with its docstring.
9460         Set jit-lock-first-unfontify-pos in an idempotent way.
9461         (jit-lock-register): Autoload and add arg CONTEXTUAL.
9463 2000-10-05  Alex Schroeder  <alex@gnu.org>
9465         * sql.el (sql-mysql-options): New variable.
9466         (sql-mysql): Use it.
9468 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
9470         * image.el (image): New group.
9472         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9473         (smerge-base-face, smerge-markers-face): Add dark-background variants.
9475 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9477         * net/net-utils.el (nslookup-font-lock-keywords)
9478         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9479         Ignore the value of wqindow-system; always define keywords
9481 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
9483         * startup.el (fancy-splash-screens): Remove the code for
9484         debugging; `(trace-to-stderr "EXITTT\n")'.
9486 2000-10-05  Miles Bader  <miles@gnu.org>
9488         * diff-mode.el (diff-goto-source): Update call to
9489         `diff-hunk-status-msg' to reflect new REV variable.
9491 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
9493         * progmodes/icon.el (icon-mode):
9494         Don't gratuitously override the default for comment-column.
9496         * vc-hooks.el (vc-mode-line): Fix interactive spec.
9498         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9499         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9500         (jit-lock-functions): New var.
9501         (jit-lock-function-1): Use it if non-nil.
9502         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
9503         Set the `fontified' property before doing the fontification to avoid
9504         repeatedly going through the same error.
9505         Don't turn errors into messages.
9506         (jit-lock-register, jit-lock-unregister): New functions.
9508         * dired.el (dired-mark-pop-up): Turn comment into docstring.
9509         Use with-current-buffer.
9511         * dired-aux.el (dired-do-create-files, dired-kill-tree):
9512         Turn comment into docstring.
9514         * apropos.el (apropos-mode): Use define-derived-mode.
9516 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
9518         * startup.el (fancy-splash-pending-command): New variable.
9519         (fancy-splash-pre-command): New function.
9520         (fancy-splash-screens): Rewritten.
9521         (command-line-1): If fancy-splash-pending-command is set, call it
9522         interactively.
9524 2000-10-04  Dave Love  <fx@gnu.org>
9526         * toolbar/tool-bar.el (tool-bar-setup): New function.
9527         (tool-bar-mode): Use it.
9529         * subr.el (substitute-key-definition): Doc fix.
9530         (play-sound-file): New command.
9532 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
9534         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9535         vc-version-backup-file-name): New functions.
9537         * files.el (basic-save-buffer): Call vc-before-save before saving.
9539         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9540         vc-cvs-stay-local-p.
9542         * vc.el (vc-revert-buffer): Handle empty diff properly.
9543         (vc-version-backup-file): New function.
9544         (vc-checkout): Create a version backup if necessary.
9545         (vc-checkin): If a version backup file exists, delete it.
9546         (vc-version-diff): Diff locally using version backups, if available.
9547         (vc-revert-file): If there's a version backup, revert locally.
9548         (vc-transfer-file): Use version backup for base version, if
9549         available.  If not, ask for confirmation whether to get it from the
9550         server.  Update mode line before check-in.
9552 2000-10-04  Dave Love  <fx@gnu.org>
9554         * toolbar/tool-bar.el (tool-bar-setup): New function.
9555         (tool-bar-mode): Use it.
9557 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9559         * net/net-utils.el (nslookup-font-lock-keywords)
9560         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9561         Only set if window-system is non-nil
9562         (net-utils-run-program): Returns buffer.
9563         (network-connection-reconnect): Added this function.
9565         * generic.el:
9566         Incorporates extensive cleanup and docfixes by
9567         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9568         Uses cl compile-time macros.
9569         (generic-mode-name, generic-comment-list)
9570         (generic-keywords-list, generic-font-lock-expressions)
9571         (generic-mode-function-list, generic-mode-syntax-table):
9572         Removed variables.
9573         (generic-mode-alist): Renamed to generic-mode-list.
9574         (generic-find-file-regexp): Default changed to "^#".
9575         (generic-read-type): Uses completing read on generic-mode-list.
9576         (generic-mode-sanity-check): removed this function.
9577         (generic-add-to-auto-mode): Removed this function
9578         (generic-mode-internal): Bind mode-specific definitions
9579         into function instead of putting them in alist.
9580         (generic-mode-set-comments): Reworked extensively.
9581         (generic-mode-find-file-hook): Simplified regexp searching
9582         (generic-make-keywords-list): Omit extra pair of parens
9584         * find-lisp.el (find-lisp-find-files-internal):
9585         Make sure directory name ends with "/".
9587         * generic-x.el (apache-conf-generic-mode):
9588         Regexp now allows leading whitespace.
9589         (rc-generic-mode): Added eval-when-compile
9590         around generic-make-keywords-list.
9591         Deleted duplicate regexp
9592         (rul-generic-mode): Added eval-when-compile
9593         around generic-make-keywords-list.
9594         (etc-fstab-generic-mode): New generic mode.
9595         (rul-generic-mode): Removed one eval-when-compile
9596         which caused a max-specpdl-size exceeded error.
9598 2000-10-04  Miles Bader  <miles@gnu.org>
9600         * simple.el (minibuffer-temporary-goal-position): New variable.
9601         (next-history-element): Try to keep the position of point in the
9602         input string constant.
9604         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9605         (dired-do-create-files): If there's only one file, pass it in as
9606         the DEFAULT arg to dired-mark-read-file-name.
9608 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
9610         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9611         (diff-goto-source): Be smarter when choosing REVERSE or not.
9613         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9614         (texinfo-mode-menu): Add an explicit shortcut for update all.
9616 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
9618         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9619         factorize backend-specific code cleanly (this was essentially
9620         conceived by Stefan Monnier).
9621         (vc-unregister): Function removed.
9622         (vc-revert-file): New function.
9623         (vc-revert-buffer): Delegate some of the work to it.
9625         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9626         default branch unconditionally.
9627         (vc-rcs-set-default-branch): New function.
9628         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9629         (vc-rcs-checkin): If an appropriate default branch has been set,
9630         force creation of that branch.
9631         (vc-rcs-receive-file): Rewritten to contain only backend-specific
9632         code (as suggested by Stefan Monnier).
9634 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9636         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9637         highlighting overlay with a different face over the overlay
9638         isearch uses to highlight the current match because that can lead
9639         to bad face combinations.
9641         * loadup.el (toplevel): Load faces before isearch.
9643         * isearch.el (isearch-faces): New custom group.
9644         (isearch): New defface; was already tested for in the code.
9645         (isearch-lazy-highlight-face): Changed to defface from defcustom.
9646         (isearch-highlight): Always use face `isearch'.
9648 2000-10-02  Dave Love  <fx@gnu.org>
9650         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9651         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
9652         comparison of opcode with operand.
9654 2000-10-03  Miles Bader  <miles@gnu.org>
9656         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9657         buffer, since the echo area will now grow to accommodate them.
9659 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
9661         * vc-hooks.el (vc-registered): If FILE used to be registered under
9662         a certain backend, try that one first.
9664         * vc.el (vc-responsible-backend): Undo the previous change in the
9665         argument list.  Handle multiple backends correctly.
9666         (vc-find-new-backend): Function removed.
9667         (vc-register): Use vc-responsible-backend, as before.
9668         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9670 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9672         * startup.el (fancy-splash-head): Change message below the
9673         logo.
9675 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
9677         * diff-mode.el (diff-goto-source): Emit a status message.
9678         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9679         (diff-test-hunk): Fix doc string.
9680         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9681         (diff-advance-after-apply-hunk): New variable.
9682         (diff-apply-hunk): Don't return a value.
9684 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
9686         * vc.el (vc-editable-p): Minor optimization.
9687         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9688         (vc-find-new-backend): New function split from vc-responsible-backend.
9689         (vc-register): Use it.
9690         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9691         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9692         (vc-default-unregister, vc-revert-buffer): Docstring fix.
9693         (vc-clear-headers): Don't use find-file.
9694         (vc-revert-buffer): Use `and' again (must have been a braino).
9695         (vc-switch-backend): Only prompt if requested.
9696         Short circuit if nothing is to be done.
9697         Don't use vc-resynch-buffer which could lose unsaved editing.
9698         (vc-default-receive-file): Update call to vc-unregister.
9699         (with-vc-file, vc-next-action-on-file):
9700         Use vc-backend rather than vc-registered.
9701         (vc-next-action-on-file): Use intern-soft.
9702         Deal with read-only *vc-diff* buffer.
9703         (vc-transfer-file): Docstring fix.
9705         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9706         (vc-rcs-receive-file): Avoid with-vc-properties.
9707         Update call to vc-unregister.
9708         Use constant `RCS' rather than (dynamically bound) var `backend'.
9710 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
9712         * vc.el (vc-next-action-on-file): Update mode line only if file
9713         is visited.
9714         (vc-start-entry): New argument initial-contents.  Don't visit the file
9715         if it isn't already visited.  Brought documentation up-to-date.
9716         (vc-next-action, vc-register): Updated calls to vc-start-entry.
9717         (vc-checkin): New optional arg initial-contents, which is passed to
9718         vc-start-entry.
9719         (vc-finish-logentry): Make sure to bury log buffer only if there
9720         really is one.  Call `vc-resynch-buffer' on log-file, not
9721         buffer-file-name.
9722         (vc-default-comment-history, vc-default-wash-log): New functions.
9723         (vc-index-of): Removed.
9724         (vc-transfer-file): Make do without the above.
9725         (vc-default-receive-file): Call comment-history unconditionally.  Pass
9726         the resulting string to vc-checkin, instead of inserting it into the
9727         comment ring.
9729         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9730         unconditionally.  Use the comments as initial contents of the log
9731         entry buffer.  Document the trick to force branch creation with no
9732         changes.
9734 2000-10-01  Miles Bader  <miles@gnu.org>
9736         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9737         `recenter' with an arg to prevent redrawing the display.
9739 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
9741         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9743         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9745         * progmodes/c-mode.el (c-mode):
9746         Don't gratuitously override the default for comment-column.
9748         * textmodes/tex-mode.el (latex-metasection-list): New var.
9749         (latex-imenu-create-index): Use it.
9750         Move the regexp construction outside loops (and use push).
9751         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9752         (tex-font-lock-keywords): Moved from font-lock.el.
9753         (tex-comment-indent): Remove.
9754         (tex-common-initialization): Don't set comment-indent-function.
9755         (latex-block-default): New var.
9756         (tex-latex-block): Use it to provide a default choice.
9757         Add any unknown choice to latex-block-names.
9758         Insert [...] after {...}.
9759         (tex-last-unended-begin): Simplify regexp.
9760         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9761         (latex-forward-sexp-1, latex-forward-sexp): New functions.
9762         (latex-mode): Set forward-sexp-function.
9764         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9765         Add regexp for @ignore ... @end ignore.
9766         (texinfo-heading-face): New face.
9767         (texinfo-font-lock-keywords): Use it.
9768         (texinfo-mode-menu): New menu.
9769         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9770         New functions.
9771         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9772         (texinfo-section-types-regexp, texinfo-section-level-regexp)
9773         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9774         Remove declaration.
9775         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9777         * delsel.el (delete-selection-mode): Use define-minor-mode.
9779         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9781 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9783         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9785 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
9787         * replace.el (keep-lines-read-args): New function.
9788         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9789         read arguments interactively.  Add parameters RSTART and REND.
9790         Operate on the active region in Transient Mark mode.
9792         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9794         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9795         (authors-obsolete-files-regexps): New variable.
9796         (authors-add): Don't record changes in obsolete files.
9798 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9800         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9802         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9803         (comment-indent): Make sure there's a space between code and comment.
9804         Shift comments left to avoid going past fill-column.
9806 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9808         * startup.el (startup-echo-area-message): New function.
9809         (display-startup-echo-area-message): Use it.
9810         (fancy-splash-screens): Rewritten to use keymaps and a timer.
9811         (fancy-splash-default-action): New function.
9812         (fancy-splash-screens-1): New function.
9813         (fancy-splash-head): Put a help-echo and a keymap under the image.
9815 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9817         * diff-mode.el (diff-add-log-file-name): Remove.
9818         (diff-mode): Use add-log-buffer-file-name-function.
9820         * add-log.el (find-change-log): New arg BUFFER-FILE.
9821         (add-log-file-name): Obey add-log-file-name-function.
9822         (add-log-buffer-file-name-function): New var.
9823         (add-change-log-entry): Use it.
9825 2000-09-29  Miles Bader  <miles@gnu.org>
9827         * image-file.el (image-file-name-extensions): New variable.
9828         (image-file-name-regexps): Renamed from `image-file-regexps'.
9829         New default value is nil.  Call `auto-image-file-mode'.
9830         (image-file-name-regexp): New function.
9831         (auto-image-file-mode): New minor mode.
9832         (insert-image-file): Don't make conditional on the image-file
9833         handler being enabled.
9834         (image-file-handler): Make the call here conditional instead.
9835         (set-image-file-handler-enabled, enable-image-file-handler)
9836         (disable-image-file-handler): Functions removed.
9838         * emacs-lisp/authors.el (authors-print): Rephrase many-files
9839         string.
9841 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9843         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9844         it's a function from CL.
9845         (latex-imenu-create-index): Replace eval-when-compile with progn
9846         because latex-section-alist is not bound while compiling.
9848 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9850         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9851         (outline-mode): Use define-derived-mode.
9853         * progmodes/perl-mode.el (perl-mode):
9854         * progmodes/awk-mode.el (awk-mode):
9855         * progmodes/asm-mode.el (asm-mode):
9856         Don't gratuitously override the default for comment-column.
9858         * emacs-lisp/lisp.el (lisp-complete-symbol):
9859         Distinguish the let-binding case from the funcall case.
9860         (forward-sexp-function): New variable.
9861         (forward-sexp): Use it.
9863         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9864         (easy-mmode-defmap): Remove the now useless autoload.
9866         * time.el (display-time-mode): Use define-minor-mode.
9868         * subr.el (add-minor-mode): Don't eval NAME.
9869         Don't depend on the presence of TOGGLE-FUN for any special behavior.
9870         Use if rather than cond.
9872         * simple.el (read-expression-map): Define more properly.
9873         (comment-indent-hook): Remove.
9874         (string-to-syntax): Bug fix.
9876         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9877         (cvs-ediff-diff): Fix typo.
9878         (cvs-revert-if-needed): Don't bother preserving read-only.
9880         * paren.el (show-paren-mode): Use define-minor-mode.
9882         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9883         (toggle-auto-compression): Remove.
9884         (jka-compr-build-file-regexp): Remove useless grouping.
9886         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9887         Avoid user-reserved bindings.
9888         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9889         (diff-header-face): Revert to grey85.
9891         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9893         * complete.el (partial-completion-mode) <defcustom>: Remove.
9894         (partial-completion-mode): Use define-minor-mode.
9895         (PC-do-completion): Understand `completion-auto-help = delay'
9896         to mean to popup the completion buffer only the second time.
9897         (PC-include-file-all-completions, PC-include-file-all-completions)
9898         (PC-include-file-all-completions): Don't quote lambda.
9900         * comint.el (comint-mode-hook): Docstring fix.
9901         (comint-mode): Use define-derived-mode.
9902         (comint-mode-map): Remove obsolete comment.
9903         (make-comint): Minor stylistic change.
9904         (comint-insert-clicked-input): Be more careful to find the overlay.
9905         Use this-command-keys rather than hardcoding mouse-2.
9907         * font-lock.el: Replace confusing (,@ with ,
9908         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9909         Don't use regexp-opt-depth.  Spice up the regexp for args.
9910         Don't distinguish between cmds that can take an opt arg or not.
9911         Use `append' and `prepend' rather than `keep'.
9913         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9914         (latex-outline-regexp): New var.
9915         (latex-outline-level): New fun.
9916         (latex-section-alist): New var.
9917         (latex-imenu-create-index): Use it.  Use `push' as well.
9918         (tex-shell-map): Initialize it properly.
9919         (tex-mode): Minor stylistic change.
9920         (plain-tex-mode): Use define-derived-mode.
9921         (latex-mode): Use define-derived-mode.
9922         Construct the paragraph regexps in a more readable way.
9923         Set the buffer-local outline-{level,regexp} vars.
9924         (slitex-mode): Derive from latex-mode.
9925         (tex-common-initialization): Don't kill-all-vars anymore.
9926         Add setting for comment-add and font-lock-defaults.
9927         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9928         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
9929         (tex-start-tex): New arg DIR (and send a chdir command for it).
9930         Also display the shell buffer and save it in tex-last-buffer-texed.
9931         (tex-region): Use expand-file-name rather than concat.
9932         Remove code made useless by changes in tex-start-tex.
9933         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9935         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9937 2000-09-28  Dave Love  <fx@gnu.org>
9939         * eshell/eshell.el (eshell) <defgroup>: Add :version.
9941 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
9943         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9944         `append'.
9946 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9948         * info.el (Info-extract-pointer): Undo last change.
9949         Instead, fix the position of the `bound' arg to re-search-backward.
9951 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
9953         * info.el (Info-extract-pointer):
9954         Widen more carefully, to avoid finding pointers in other nodes.
9955         (Info-index): Use push.
9957 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9959         * frame.el (set-frame-font): Remove call to obsolete function
9960         frame-update-faces.
9961         (set-foreground-color, set-background-color): Likewise for
9962         frame-update-face-colors.
9964 2000-09-27  Miles Bader  <miles@gnu.org>
9966         * image-file.el: New file.
9968 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9970         * frame.el (frame-notice-user-settings): Don't call
9971         frame-update-faces, which is a no-op now.
9973         * ediff-wind.el (ediff-control-frame-parameters): Add zero
9974         tool-bar-lines.
9976 2000-09-27  Dave Love  <fx@gnu.org>
9978         * mouse.el: Fix last change.
9980 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
9982         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9984 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
9986         * international/quail.el (quail-help): The output message is
9987         improved.
9989 2000-09-26  Dave Love  <fx@gnu.org>
9991         * mouse.el (popup-menu): If POSITION is nil, set it using
9992         mouse-position.
9994 2000-09-25  Sam Steingold  <sds@gnu.org>
9996         * net/browse-url.el (browse-url-file-url): Check for null maps.
9998 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
10000         * frame.el (frame-notice-user-settings): Don't add a
10001         tool-bar-lines frame parameter to default-frame-alist in batch mode.
10003         * frame.el (frame-notice-user-settings):
10004         Make tool-bar-mode and default-frame-alist consistent.
10006         * toolbar/tool-bar.el (tool-bar-help): New function.
10008 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10010         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10011         current-load-list in top-level forms.  Else this leaks a cons cell
10012         every time a defun is called.
10014         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10016 2000-09-25  Dave Love  <fx@gnu.org>
10018         * startup.el (fancy-splash-head): Check XPM is available.
10020         * autoinsert.el (auto-insert): Doc fix.
10021         (auto-insert-alist): Following GNU notices, don't say `copyright
10022         _by_'.  Use line-beginning-position.
10023         (auto-insert): Check buffer-file-name is non-nil before use.
10025 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10027         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10028         starting with `@def' or `@multitable', in addition to ones
10029         specified by the user in auto-fill-inhibit-regexp.
10031 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
10033         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10034         rmail-dont-reply-to-names matches the empty string.
10036 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10038         * startup.el (command-line-1, fancy-splash-text): Change the
10039         text to sound more friendly.
10041 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
10043         * progmodes/hideshow.el: Update author email address.
10044         Generally, sync w/ maintainer version 5.22.
10045         (hs-hide-all-non-comment-function): New var.
10046         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10047         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10048         (hs-show-region): Delete this command.
10049         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10051 2000-09-22  Dave Love  <fx@gnu.org>
10053         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10054         (hl-line-highlight): Specify buffer when moving overlay.
10056         * progmodes/fortran.el (fortran-mode): Locally set
10057         normal-auto-fill-function.
10058         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10059         (fortran-mode-map): Adjust auto-fill menu entry.
10061 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
10063         * vc-rcs.el (toplevel): Require `vc' when compiling.
10065         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10067 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
10069         * vc.el (vc-switch-backend): Signal an error if the file is not
10070         registered under the new backend.
10072         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10073         without explicit revision number.
10075 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
10077         * diff-mode.el (diff-file-header-face): Reset to its previous value.
10078         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10079         (diff-xor): New function.
10080         (diff-find-source-location): Use it.  Fix a stupid name clash.
10081         (diff-hunk-status-msg): New function.
10082         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10083         (diff-test-hunk): Use diff-find-source-location.
10084         (diff-goto-source): Favor the `reverse'.
10085         (diff-hunk-text): Properly handle one-sided context diffs.
10086         (diff-apply-hunk): When done, advance to the next hunk.
10088 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10090         * startup.el (command-line): If frame was created with a non-zero
10091         tool-bar-lines parameter, switch tool-bar-mode on.
10093         * add-log.el (change-log-date-face, change-log-name-face)
10094         (change-log-email-face, change-log-file-face)
10095         (change-log-list-face, change-log-conditionals-face)
10096         (change-log-function-face, change-log-acknowledgement-face):
10097         New faces, inheriting from font-lock faces.
10098         (change-log-font-lock-keywords): Use them.
10100 2000-09-21  Dave Love  <fx@gnu.org>
10102         * progmodes/cperl-mode.el (top-level): Clean up
10103         `eval-when-compile's and assorted defvars.
10104         (cperl-invalid-face): Don't double-quote value.  Change custom
10105         type.
10106         (cperl-mode): Set normal-auto-fill-function and don't zap
10107         auto-fill-function.
10108         (cperl-imenu--function-name-regexp-perl): Renamed from
10109         imenu-example--function-name-regexp-perl.
10110         (cperl-imenu--create-perl-index): Renamed from
10111         imenu-example--create-perl-index.
10112         (cperl-xsub-scan): Don't require cl.
10114         * msb.el (msb-mode-map): Use substitute-key-definition.
10115         (msb-mode): Use msb-mode-map.
10117 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
10119         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10120         New functions.
10121         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10122         (vc-switch-backend): New function.
10123         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10124         (vc-register): Fix prompt.
10125         (vc-unregister, vc-default-unregister): New functions.
10126         (vc-version-diff): Handle empty buffer in sentinel.
10128         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10129         (vc-rcs-state-heuristic): Use it to guess the state of files with
10130         non-strict locking.
10131         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10132         been set with -b, but not created yet.
10133         (vc-rcs-fetch-master-state): With non-strict locking, compare file
10134         contents in order to find the state.
10135         (vc-rcs-checkin): Allow creation of branches with no changes.
10136         (vc-rcs-unregister, vc-rcs-receive-file)
10137         (vc-rcs-set-non-strict-locking): New functions.
10139         * vc-hooks.el (vc-name): Force correct computation of the value
10140         in case it is missing.
10142 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10144         * startup.el (fancy-splash-tail): Use a different foreground
10145         color on a dark frame background.
10147 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
10149         * info.el: Use the correct capitalization when making Info-mode
10150         and Info-edit-mode `special' modes.
10152 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
10154         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10155         (diff-mode): Add support for add-log.el.
10156         (diff-hunk-text): Use char offsets rather than line offsets.
10157         (diff-find-source-location): Replace LINE with line-offset (nil
10158         if not found) and always set POS to a meaningful position.
10159         Adapt to the new char-offsets.
10160         (diff-apply-hunk): Drop support for the unused `select' POPUP.
10161         Adapt to the new diff-find-source-location.
10162         (diff-goto-source): Adapt to the new diff-find-source-location.
10164         * add-log.el (add-log-file-name): New function (split out of
10165         add-change-log-entry).
10166         (add-change-log-entry): Use it.
10167         Call add-log-file-name-function with the changelog file name if
10168         the current buffer is not associated with any file.
10169         Avoid find-file if the selected window is dedicated.
10171         * diff-mode.el (diff-find-source-location):
10172         Move code from diff-apply-hunk.  Return buffer rather than file.
10173         (diff-apply-hunk): Use the new result from  diff-find-source-location.
10174         (diff-goto-source): Use the new diff-find-source-location.
10176 2000-09-20  Dave Love  <fx@gnu.org>
10178         * iswitchb.el: Some doc fixes.
10179         (iswitchb-mode-map): Define completely initially.  Inherit
10180         minibuffer-local-map.
10181         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10182         fundamental-mode.
10183         (iswitchb-global-map): New variable.
10184         (iswitchb-summaries-to-end): Amalgamate regexps.
10185         (iswitchb-mode): New.
10186         (iswitchb-mode-hook): New variable.
10187         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
10188         `extensions'.
10190 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10192         * ehelp.el (electric-help): New defgroup.
10193         (electric-help-shrink-window): New user-option.
10194         (with-electric-help): Use it.
10196         * window.el (shrink-window-if-larger-than-buffer): If face
10197         `mode-line' has a :box, and we're on a graphical frame, add 1
10198         to the needed window height.
10200         * frame.el (frame-notice-user-settings): Add a last parameter nil
10201         to a call to `append', because the last list passed to `append' is
10202         not copied, and so subsequent calls to assq-delete-all will modify
10203         default-frame-alist.
10205         * startup.el (fancy-splash-image): Change :type.
10206         (fancy-splash-head): Use an XBM image if appropriate.
10207         (command-line-1): Show splash screens in more cases.
10209         * startup.el (fancy-splash-text): Don't quote faces.
10211         * dired.el (dired-font-lock-keywords): Undo last change.
10212         (dired-readin): Bind indent-tabs-mode to nil.
10214         * startup.el (fancy-splash-head): If frame's background mode
10215         is `dark', change the black background of the image to gray.
10216         (fancy-splash-screens): Display startup echo area message.
10217         (display-startup-echo-area-message): New function.
10219 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
10221         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10223         * info.el (info-header-node): Tweak for color ttys.
10225         * faces.el (face-valid-attribute-values): Make sure directories we
10226         search for stipples both exist and are readable before trying to
10227         search them.
10229         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10230         in the dry-run case.
10232         * jka-compr.el (with-auto-compression-mode): New macro.
10234         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10235         (custom-group-tag-face, custom-variable-tag-face): Use relative
10236         :height and inherit from `variable-pitch' face instead of
10237         hardwiring :family.
10238         * hi-lock.el (hi-black-hb): Likewise.
10240         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10241         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10242         toolbar-add-item, if image doesn't have a mask add a `:mask
10243         heuristic'.
10245 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
10247         * diff-mode.el: Docstring fixes.
10248         (diff-header-face, diff-comment-face): New faces.
10249         (diff-font-lock-keywords): Highlight a bit differently.
10250         (diff-find-source-location): Don't return SPAN any more.
10251         (diff-hunk-text): Don't bother erasing the temp buffer.
10252         (diff-find-text): Drop argument LINE.
10253         (diff-apply-hunk): Update calls to diff-find-text.
10254         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10256         * calendar/calendar.el: Docstring fixes.
10257         (calendar-make-alist): Don't quote lambda.
10258         (calendar-star-date): Use make-local-variable.
10260 2000-09-19  Dave Love  <fx@gnu.org>
10262         * toolbar/tool-bar.el: Renamed from toolbar.el.
10263         Change `toolbar' to `tool-bar' generally in symbols.
10264         Make some items invisible in `special' major modes.
10265         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10266         Add arg PROPS.
10268         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10269         Add :version here.
10270         (fancy-splash-delay, fancy-splash-image): Remove :version here.
10272 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10274         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10276         * files.el (find-file-suppress-same-file-warnings): New user-option.
10277         (find-file-noselect): Use it.
10279         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10280         (fancy-splash-screen): Defgroup.
10282         * add-log.el (change-log-font-lock-keywords): Match names
10283         more exactly for the case that font-lock-constant-face is
10284         underlined.
10286 2000-09-19  Richard M. Stallman  <rms@gnu.org>
10288         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10290 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
10292         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10294 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10296         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10297         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10298         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10299         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10300         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10301         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10302         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10303         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10304         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10305         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10306         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10307         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10309         * startup.el (fancy-splash-text): New variable.
10310         (fancy-splash-delay, fancy-splash-image): New user-options.
10311         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10312         (fancy-splash-screens): New functions.
10313         (command-line-1): If display has a `display' frame parameter, has
10314         colors, and we have XPM support, show more fancy splash screens.
10316 2000-09-19  Dave Love  <fx@gnu.org>
10318         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
10319         with null `help'.  Use modern backquote syntax.
10321 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10323         * font-lock.el (font-lock-mode): Change message telling the user
10324         that ``the buffer is too big''.
10326         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10327         for instance for the case that tab-width is 2.
10329 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
10331         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10332         toolbar-add-item, if image doesn't have a mask add a `:mask
10333         heuristic'.
10335 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
10337         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10338         and return a cons if it's non-nil.
10339         (diff-apply-hunk): Try to jump to the line in the source text
10340         corresponding to the position of point in the in the hunk.
10342         * info.el (Info-title-3-face, Info-title-2-face)
10343         (Info-title-1-face): Use face inheritance and relative sizes
10344         instead of hard-wiring things.
10346         * faces.el (secondary-selection): Make dark-background variant sane.
10348 2000-09-16  Andrew Innes  <andrewi@gnu.org>
10350         * makefile.w32-in (compile-files-CMD): No need to make .elc files
10351         read-only, since they aren't under VC now.
10353 2000-09-17  Dave Love  <fx@gnu.org>
10355         * tmm.el: Replace mapcar with mapc in several places.
10357         * loadhist.el (unload-feature): Maybe call elp-restore-list and
10358         ad-unadvise.
10360         * international/latin1-disp.el: New file.
10362         * calendar/cal-move.el (scroll-calendar-left)
10363         (scroll-calendar-right): Make arg optional (for active mode line).
10365         * calendar/calendar.el (calendar-mode-line-format): Make fields
10366         mouse-sensitive.
10367         (calendar-read-date, calendar-read-date, calendar-window-list):
10368         Unquote lambda.
10369         (calendar-month-name): Use aref, not sref.
10371         * view.el (minor-mode-alist): Propertize the string.
10373         * international/characters.el (standard-case-table): Add entries
10374         for Greek.
10376 2000-09-18  Miles Bader  <miles@gnu.org>
10378         * info.el (info-node, info-xref): Add dark-background variants.
10380         * faces.el (header-line): Change defaults to be less confusing
10381         when mixed with mode-lines.
10383         * info.el (Info-fontify-node): Make a few cleanups.
10384         Add extra `help-echo' and `local-map' props to node xrefs.
10385         Use header-specific faces for node-names & xrefs.
10386         (Info-use-header-line): New variable.
10387         (info-header-xref, info-header-node): New faces.
10388         (Info-setup-header-line): New function.
10389         (Info-select-node): Call Info-setup-header-line when enabled.
10390         (Info-extract-pointer): Work even if the header line is hidden.
10391         (Info-header-line): New variable.
10393 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
10395         * vms-patch.el (print-region-function): Don't quote lambda.
10397         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10399         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10400         (lm-get-header-re): Allow spaces between the header and the colon.
10401         (lm-header): Allow $ in non-RCS headers.
10402         (lm-header-multiline): Put the strings back into order.
10403         Stop at an empty line.  Don't require two space chars if the
10404         line is clearly not another header line.
10406         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10407         (popup-menu-popup): Remove.
10409 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10411         * toolbar/toolbar.el (toolbar-add-item): Use the same image
10412         specification if or if not tool-bar item contains an `:enabled'
10413         property.
10415         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10416         current buffer has no file name.
10418 2000-09-15  Dave Love  <fx@gnu.org>
10420         * strokes.el: Sync with maintainer's current version with changes
10421         for Emacs, but avoid runtime cl and levents.
10422         (toplevel):  Change autoloads and compilation requires.
10423         (strokes-version, strokes-bug-address, strokes-lift): Values
10424         changed.
10425         (strokes-xpm-header, strokes-insinuated): New variable.
10426         (strokes): Add :link.
10427         (strokes-mode): Customized.
10428         (strokes-while-inhibiting-garbage-collector): New macro.
10429         (strokes-remassoc): Avoid remove-if.
10430         (strokes-fix-button2-command): Don't use ad-do-it.
10431         (strokes-insinuate): New function.
10432         (strokes-button-press-event-p, strokes-button-release-event-p):
10433         New functions, used instead of non-`strokes-' versions..
10434         (strokes-mouse-event-p): Rewritten.
10435         (strokes-event-closest-point): Avoid event-point.
10436         (strokes-get-grid-position): Avoid cdadr, caadr
10437         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10438         functions.
10439         (strokes-help): Use with-output-to-temp-buffer.
10440         (strokes-window-configuration-changed-p): New function.
10441         (strokes-update-window-configuration): Use buffer-live-p,
10442         strokes-window-configuration-changed-p.
10443         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
10444         (strokes-char-face): New face.
10445         (strokes-char-table, strokes-base64-chars): New variable.
10446         (strokes-xpm-for-stroke, strokes-list-strokes)
10447         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10448         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10449         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10450         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10451         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10452         functions.
10454 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10456         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10458         * image.el (create-image): Doc fix.
10460         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10461         instead of `:heuristic-mask t'.
10463 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10465         * makefile.w32-in: Revert to Unix line endings.
10467 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10469         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
10470         when installing.
10472         * makefile.nt (DONTCOMPILE): Fix typo.
10474         * shell.el (shell-write-history-on-exit): New function.
10475         (shell-dumb-shell-regexp): New custom variable.
10476         (shell-mode): Make shell-write-history-on-exit the process
10477         sentinel if shell name matches shell-dumb-shell-regexp.
10479         * w32-fns.el: Comment out before-init-hook function which resets
10480         source-directory based; this breaks bootstrap.
10482 2000-09-14  Dave Love  <fx@gnu.org>
10484         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10485         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10486         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10487         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10488         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10489         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10490         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
10491         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
10492         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10494         * toolbar/toolbar.el: New.
10496         * subdirs.el: Add toolbar.
10498 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
10500         * indent.el (indent-for-tab-command): Doc fix.
10502 2000-09-14  Alex Schroeder  <alex@gnu.org>
10504         * ansi-color.el (ansi-colors): Doc change.
10505         (ansi-color-get-face): Simplified regexp.
10506         (ansi-color-faces-vector): Added more faces, doc change.
10507         (ansi-color-names-vector): Doc change.
10508         (ansi-color-regexp): Simplified regexp.
10509         (ansi-color-parameter-regexp): New regexp.
10510         (ansi-color-filter-apply): Doc change.
10511         (ansi-color-filter-region): Doc change.
10512         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10513         deal with zero length parameters.
10514         (ansi-color-apply-on-region): Doc change.
10515         (ansi-color-map): Doc change.
10516         (ansi-color-map-update): Removed debugging message.
10517         (ansi-color-get-face-1): Added condition-case to trap
10518         args-out-of-range errors.
10519         (ansi-color-get-face): Doc change.
10520         (ansi-color-make-face): Removed.
10521         (ansi-color-for-shell-mode): New option.
10523 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
10525         * international/quail.el (quail-start-translation): Translate KEY
10526         if necessary even if it doesn't have any mapping in the current
10527         input method.
10528         (quail-start-conversion): Likewise.
10529         (quail-help): The output message is improved.
10531 2000-09-13  Miles Bader  <miles@gnu.org>
10533         * comint.el (comint-output-filter): Revert to using
10534         `insert-before-markers'.  Add bletcherous hack to undo damage
10535         caused by `insert-before-markers'.  Put `front-sticky' property on
10536         overlays created here so that the field code understands how the
10537         overlay works.  Use a let when making comint-last-prompt-overlay,
10538         so that the code is easier to read.
10540 2000-09-13  Dave Love  <fx@gnu.org>
10542         * wid-edit.el (widget-default-format-handler): DTRT when
10543         doc-property is a function.
10545 2000-09-12  Francesco Potorti`  <pot@gnu.org>
10547         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10548         filed name if it's not there.
10550 2000-09-12  Dave Love  <fx@gnu.org>
10552         * simple.el (read-mail-command): Doc fix.
10553         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10555         * vc.el (vc-dired-listing-switches): Fix :version.
10557         * vc-hooks.el: Doc fixes.
10559         * subr.el (add-minor-mode): Use toggle-fun arg.
10561         * speedbar.el: Add :version to several defcustoms.
10563         * imenu.el (imenu--truncate-items, imenu--cleanup)
10564         (imenu--generic-function): Avoid mapcar.
10565         (imenu--replace-spaces): Function removed.
10566         (imenu--completion-buffer): Use subst-char-in-string.
10567         (imenu-add-to-menubar): Use keymap inheritance.
10569 2000-09-12  Miles Bader  <miles@gnu.org>
10571         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10572         (diff-mode-map): Bind `diff-test-hunk'.
10573         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10575 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10577         * bytecomp.el (byte-compile-defvar): Undo last change
10578         because it breaks '(make-variable-buffer-local (defvar ...)'
10579         which is used at least in dired.
10581 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10583         * international/quail.el (quail-define-package): Docstring
10584         modified.
10586 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10588         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10589         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10590         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
10591         docstring of "chinese-py".
10593         * international/quail.el (quail-translation-docstring): New
10594         variable.
10595         (quail-show-keyboard-layout): Docstring modified.
10596         (quail-select-current): Likewise.
10597         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10598         infinite recursive call.
10599         (quail-help): Check quail-translation-docstring.  Format of the
10600         output changed.
10601         (quail-help-insert-keymap-description): Adjusted for the above
10602         change.
10604 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10606         * bytecomp.el (byte-compile-defvar): Only cons onto
10607         current-load-list in top-level forms.  Else this leaks a cons cell
10608         every time a defun is called.
10610 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
10612         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10613         Now understands non-unified diffs.  Some functionality moved into
10614         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
10615         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
10616         modify anything.  Only reposition point in the patched file if the
10617         patch succeeds.  Only pop up another window if POPUP is true.
10618         Emit a message describing what happened if successful, and at what
10619         line-offset.  Automatically detect reversed hunks and do something
10620         appropriate.
10621         (diff-hunk-text, diff-find-text): New functions.
10622         (diff-filter-lines): Function removed.
10623         (diff-test-hunk): New function.
10624         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10626 2000-09-10  Dave Love  <fx@gnu.org>
10628         * textmodes/tildify.el: Minor doc/commentary fixes.
10629         (tildify) <defgroup>: Add :version.
10631         * faces.el (face-x-resources): Make custom type more specific.
10632         (frame-background-mode): Use mapc.
10633         (region) <defcustom>: Add :version.
10635 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
10637         * vc-sccs.el (vc-sccs-register):
10638         * vc-rcs.el (vc-rcs-register):
10639         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10640         * vc.el (vc-register): Clear file's properties.
10642 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
10644         * faces.el (face-spec-set): Only face-spec-reset-face when
10645         ATTRS is non-nil.
10647 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10649         * help.el (help-insert-xref-button): Fix a typo in doc string.
10651 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
10653         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10654         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10655         methods.
10657         * menu-bar.el (read-mail-item-name): New function.
10658         (menu-bar-tools-menu): Use it to compute and display the package
10659         used to read email.
10660         (menu-bar-tools-menu): Fix typo in GUD's help string.
10662 2000-09-07  Dave Love  <fx@gnu.org>
10664         * diff-mode.el (diff-mouse-goto-source): New function.
10666         * vc-sccs.el: Doc fixes.
10667         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10669         * vc-rcs.el: Doc fixes.
10670         (vc-rcs-register-switches, vc-rcs-checkin-switches)
10671         (vc-rcs-checkout-switches, vc-rcs-header)
10672         (vc-rcs-master-templates): Add or change :version.
10674         * vc-cvs.el: Doc fixes.
10675         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10676         (vc-cvs-stay-local): Add :version.
10678         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10680 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10682         * international/quail.el (quail-help): Fix previous change.
10684 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10686         * faces.el (color-values): Doc fix.
10688         * faces.el (frame-set-background-mode): Use frame-parameter
10689         instead of frame-parameters.
10691         * frame.el (filtered-frame-list): Reduce consing.
10692         (frames-on-display-list): Call frame-parameter instead of
10693         frame-parameters.
10695 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10697         * language/devan-util.el (devanagari-to-indian-region): In the
10698         loop, change the following char, not preceding char.
10700 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10702         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10703         instead of frame-parameters.
10705         * faces.el (set-face-attribute): Simplify by calling
10706         internal-set-lisp-face-attribute with FRAME being 0.
10708         * vc.el: Remove `Id' version control keyword.
10710 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10712         * help.el (help-make-xrefs): Adjusted for the change of
10713         help-xref-mule-regexp.
10714         (help-insert-xref-button): New function.
10716         * international/mule-cmds.el (help-xref-mule-regexp-template):
10717         Include the pattern for character set.
10718         (leim): New group.
10720         * international/quail.el: Don't require face.
10721         (quail): New group.
10722         (quail-other-command): Dummy command to make quail-help work better.
10723         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10724         (quail-keyboard-layout-substitution): New variable.
10725         (quail-update-keyboard-layout): New function.
10726         (quail-keyboard-layout-type): New customizable variable.
10727         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10728         (quail-keyboard-translate): Pay attention to
10729         quail-keyboard-layout-substitution.
10730         (quail-insert-kbd-layout): New function.
10731         (quail-show-keyboard-layout): New function.
10732         (quail-get-translation): If the definition is a vector of length
10733         1, and the element is a string of length 1, return the character
10734         in that string.
10735         (quail-update-current-translations): Fix the case of
10736         relative-index out of range.
10737         (quail-build-decode-map, quail-insert-decode-map): New Functions.
10738         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10739         Show key sequences for all available characters.
10740         (quail-help-insert-keymap-description): Don't show such verbose
10741         key bindings as quail-self-insert-command.
10743         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10744         Format changed, and each element now have extra documentations.
10745         (tit-process-header): Delete invalid characters from TIT-PROMPT.
10746         Adjusted for the change of quail-cxterm-package-ext-info.
10748 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
10750         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10751         requiring it leads to a recursive loading of vc.el and vc-hooks.el
10752         during bootstrap.
10754 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10756         * vc.el: (toplevel): Don't require `dired' at run-time.
10757         (vc-dired-resynch-file): Remove autoload cookie.
10759 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10761         * vc.el: Made several backend functions optional.
10762         (vc-default-responsible-p): New function.
10763         (vc-merge): Use RET for first version to trigger merge-news, not
10764         prefix arg.
10765         (vc-annotate): Handle backends that do not support annotation.
10766         (vc-default-merge-news): Removed.  The existence of a merge-news
10767         implementation is now checked on caller sites.
10769         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10770         case.
10772         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10773         special case that has been removed from the default in vc-hooks.el.
10775 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10777         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10779 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10781         * vc-hooks.el: Require vc during compilation.
10782         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10783         macro `with-vc-properties' in vc.el.
10784         (vc-file-getprop): Doc fix.
10785         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10787         * vc.el: Require dired-aux during compilation.
10788         (vc-name-assoc-file): Moved to vc-sccs.el.
10789         (with-vc-properties): New macro.
10790         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10791         vc-finish-steal): Use it.
10792         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
10793         to the backend-specific function is now supposed to do the checkout,
10794         too.
10795         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10797         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10798         set file properties; that gets done in the generic code now.
10800         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10801         Changed parameter list, added code from vc.el that does the
10802         checkout, possibly with a double-take.
10804         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10805         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10806         the above under the new name.
10807         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
10808         parameter list, added checkout command.
10809         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10810         properties; that gets done in the generic code now.
10812 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10814         * vc.el: Docstring fixes (courtesy of checkdoc).
10816 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10818         * vc.el (vc-checkout-writable-buffer-hook)
10819         (vc-checkout-writable-buffer): Remove.
10820         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10821         (vc-log-mode): Make it into a clean derived major mode.
10822         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10823         vc-log-mode if log-edit is not available.
10824         (vc-dired-mode-map): Don't set-keymap-parent yet.
10825         (vc-dired-mode): Do set-keymap-parent here.
10826         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10828 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
10830         * faces.el (set-face-attribute, face-spec-reset-face)
10831         (face-spec-set): Avoid consing by removing calls to `apply'.
10833         * frame.el (frame-parameter): Move to C code.
10835 2000-09-05  Dave Love  <fx@gnu.org>
10837         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10838         insert-before-markers-and-inherit.  Now checked systematically!
10840 2000-09-05  Alex Schroeder  <alex@gnu.org>
10842         * sql.el (sql-postgres): Use sql-postgres-options.
10843         (sql-postgres-options): New variable.
10845 2000-09-05  Alex Schroeder  <alex@gnu.org>
10847         * sql.el (sql-mode-menu): Work around missing variable mark-active
10848         in XEmacs.
10849         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10850         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10851         compatibility.
10853 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
10855         * vc.el (vc-dired-resynch-file): Add autoload cookie.
10857         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10859         * Makefile.in (DONTCOMPILE): Fix typo in file name.
10861 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10863         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10864         don't support anything else under SCCS yet.
10866         * vc-hooks.el: Minor doc fixes.
10868 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10870         * vc.el (vc-next-action-on-file): Do not visit the file if it's
10871         not necessary.  If verbose in state `needs-patch', do the same as
10872         under `up-to-date'.  When NOT verbose and `needs-patch', check out
10873         latest version instead of `merge-news'.
10874         (vc-next-action-dired): Don't mess with default-directory here; it
10875         breaks other parts of dired.  It is the job of the
10876         backend-specific functions to adjust it temporarily if they need it.
10877         (vc-next-action): Remove a special CVS case.
10878         (vc-clear-headers): New optional arg FILE.
10879         (vc-checkin, vc-checkout): Set properties vc-state and
10880         vc-checkout-time properly.
10881         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10882         (vc-print-log): Use new backend function `show-log-entry'.
10883         (vc-cancel-version): Do the checks in a different order.  Added a
10884         FIXME concerning RCS-only code.
10886         * vc-rcs.el (vc-rcs-show-log-entry): New function.
10887         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10889         * vc-cvs.el (vc-cvs-show-log-entry): New function.
10891         * vc-hooks.el (vc-default-mode-line-string): Show state
10892         `needs-patch' as a `-' too.
10894 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10896         * vc.el (vc-responsible-backend): New optional arg REGISTER.
10897         (vc-default-could-register): New function.
10898         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10899         (vc-resynch-buffer): Call vc-dired-resynch-file.
10900         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10901         vc-resynch-buffer instead of vc-resynch-window.
10902         (vc-next-action-dired): Don't redisplay here, that gets done as a
10903         result of the individual file operations.
10904         (vc-retrieve-snapshot): Corrected prompt order.
10906         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10908         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10909         as well.
10910         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
10911         hostname regexps.  Updated all callers.
10912         (vc-cvs-responsible-p): Handle directories as well.
10913         (vc-cvs-could-register): New function.
10914         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10915         properties up-to-date.
10917         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10918         user whether to create one.
10920 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10922         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10923         check out a non-existing file.
10925         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10926         workfile does not exist.
10928         * vc.el (vc-version-diff): Use `require' to check for existence of
10929         diff-mode.
10931 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10933         * vc-cvs.el (vc-cvs-registered): Use new function
10934         vc-cvs-parse-entry to do the actual work.
10936 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10938         * vc-hooks.el (vc-find-backend-function): If function doesn't
10939         exist, return nil instead of error.
10940         (vc-call-backend): Doc fix.
10942         * vc.el (vc-do-command): Doc fix.
10943         (vc-finish-logentry): When checking in from vc-dired, choose the
10944         right backend for logentry check.
10945         (vc-dired-mode-map): Inherit from dired-mode-map.
10946         (vc-dired-mode): Local value of dired-move-to-filename-regexp
10947         simplified.
10948         (vc-dired-state-info): Removed, updated caller.
10949         (vc-default-dired-state-info): Use parentheses instead of hyphens.
10950         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10951         (vc-dired-listing-switches): New variable.
10952         (vc-directory): Use it, instead of dired-listing-switches.
10954         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10955         (vc-cvs-dir-state): New function.
10956         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10957         (vc-cvs-parse-entry): New function, also to be used in
10958         vc-cvs-registered.
10960 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10962         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10963         *or* single-window-frames.
10965 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10967         * vc.el (vc-update-changelog): Split into generic part and default
10968         implementation.  Doc string adapted.
10969         (vc-default-update-changelog): New function.  Call the `rcs2log'
10970         script in exec-directory, to fix a long-standing nuisance.
10972         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10973         simply signals an error.
10975 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10977         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10978         control-flow more clear and to avoid running `cvs' twice.
10980         * vc.el (vc-next-action-on-file): Doc fix.
10981         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10982         (vc-print-log): Eval `file' before constructing the continuation.
10984 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10986         * vc.el (vc-next-action-on-file): Corrected several messages.
10987         (vc-merge): Add prefix arg `merge-news'; handle it.
10989         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10990         is not reached.  It is.
10991         (vc-cvs-merge): Set state to 'edited after merge.
10992         (vc-cvs-merge-news): Set workfile version to nil if not known.
10993         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
10995         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10996         via stdout. (Merge from main line.)
10998 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11000         * vc.el (vc-finish-logentry): Thinko in the "same comment"
11001         detection.
11003 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11005         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11006         against kill-all-local-variables.
11007         (vc-log-edit): Don't save vc-parent-buffer any more.
11008         (vc-last-comment-match): Initialize to an empty string.
11009         (vc-post-command-functions): New hook.
11010         (vc-do-command): Run it.
11011         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11012         (vc-finish-logentry): Only add the comment to the ring if it's
11013         different from the last comment entered.
11014         (vc-new-comment-index): New function.
11015         (vc-previous-comment): Use it.  Make the minibuffer message
11016         slightly less terse.
11017         (vc-comment-search-reverse): Make it work forward as well.  Don't
11018         set vc-comment-ring-index if no match is found.  Use
11019         vc-new-comment-index.
11020         (vc-comment-search-forward): Use vc-comment-search-reverse.
11021         (vc-dired-mode-map): Don't inherit from dired-mode-map since
11022         define-derived-mode will do it for us.  Bind `v' to a keymap that
11023         inherits from vc-prefix-map so that we can bind `vt' without
11024         binding C-x v t.
11025         (vc-retrieve-snapshot): Parenthesis typo.
11027         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11028         to 1.  Make sure to switch to *vc* before looking for an error
11029         message.  Use vc-parse-buffer.
11031 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11033         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11034         and NAME.
11035         (vc-retrieve-snapshot): Split into two parts.
11036         (vc-default-retrieve-snapshot): New function.
11038         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11039         (vc-cvs-retrieve-snapshot): New function (untested).
11040         (vc-cvs-stay-local): Default to t.
11041         (vc-cvs-remote-p): New function and property.
11042         (vc-cvs-state): Stay local only if the above is t.
11043         (vc-handle-cvs): Removed.
11044         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11045         done via vc-handled-backends now.
11046         (vc-cvs-header): Escape Id.
11048 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11050         * vc.el (vc-do-command): Remove unused commands.
11051         (vc-version-diff): Make sure default-directory ends with a slash.
11052         Move the window commands into a vc-exec-after.
11053         (vc-print-log): Move more of the code into the `vc-exec-after'.
11055 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11057         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11058         (vc-print-log): Search current revision from beginning of buffer.
11059         (vc-revert-buffer): Clear echo area after the diff is finished.
11060         (vc-prefix-map): Removed definition of "t" for terse display in vc
11061         dired.
11062         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
11063         definition of "vt" for terse display.
11064         (vc-dired-mode): Fix dired-move-to-filename-regexp.
11066 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11068         * vc.el (vc-exec-after): Avoid caddr.
11070 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11072         * vc.el (vc-exec-after): New function.
11073         (vc-do-command): Use it to add a termination message for async
11074         procs.
11075         (vc-checkout): Try to handle a missing-backend situation.
11076         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11077         of a directory with a backend using async diffs.
11078         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11079         present.
11081         * vc-sccs.el (vc-sccs-state-heuristic): Use
11082         file-ownership-preserved-p.
11084         * vc-rcs.el (vc-rcs-state-heuristic): Use
11085         file-ownership-preserved-p.
11086         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11088 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11090         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11091         vc-do-command.
11093         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11094         when there are no changes.
11096 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11098         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11100         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11102 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11104         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11106         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11107         the `fset' outside of the defvar so that it works even if
11108         vc-prefix-map was already defined.
11109         (vc-setup-buffer): New function, split out of vc-do-command.
11110         (vc-do-command): Allow BUFFER to be t to mean `just use the
11111         current buffer without any fuss'.
11112         (vc-version-diff): Change the `diff' backend operation to just put
11113         the diff in the current buffer without erasing it.  Always use
11114         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
11115         shrink-window-if-larger-than-buffer.
11116         (vc-print-log): Change the `print-log' backend operation to just
11117         put the log in the current buffer without erasing it.  Protect
11118         shrink-window-if-larger-than-buffer.
11119         (vc-update-change-log): Fix setd typo.
11121         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11122         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11124         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11125         (vc-rcs-diff): Insert in the current buffer and remove unused arg
11126         CMP.
11128         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11129         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
11130         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11132 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11134         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11135         not possible, use vc-BACKEND-workfile-unchanged-p.
11136         (vc-default-workfile-unchanged-p): New function.  Delegates to a
11137         full vc-BACKEND-diff.
11139         * vc-hooks.el (vc-simple-command): Removed.
11141         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11142         instead of vc-simple-command.
11143         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11144         avoid doing a diff when opening a file.
11145         (vc-rcs-state): Added check for unlocked-changes.
11146         (vc-rcs-header): Escape Id.
11147         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11148         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11149         version.
11151         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11152         (vc-sccs-diff): Remove optional arg CMP.
11153         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11154         SCCS-specific function.
11156         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11157         vc-simple-command.
11159 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11161         * vc.el (vc-editable-p): Renamed from vc-writable-p.
11162         (with-vc-file, vc-merge): Use vc-editable-p.
11163         (vc-do-command): Remove unused var vc-file and fix the
11164         doubly-defined `status' var.  Add a user message when starting an
11165         async command.
11166         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11167         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11168         Use with-current-buffer.
11169         (vc-buffer-sync): Use unless.
11170         (vc-next-action-on-file): If the file is 'edited by read-only,
11171         make it read-write instead of trying to commit.
11172         (vc-version-diff, vc-update-change-log): Use `setq
11173         default-directory' rather than `cd'.
11174         (vc-log-edit): Don't forget to set default-directory in the
11175         buffer.
11177         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11178         (vc-sccs-state-heuristic): Use file-writable-p instead of
11179         comparing userids.
11180         (vc-sccs-checkout): Use `unless'.
11182         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11183         of comparing userids.
11184         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11185         Simplify the logic by eliminating unreachable code.
11186         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11187         just do a recursive call if we need to retry.
11188         (vc-rcs-checkout): Handle the case where rcs is missing by making
11189         the buffer read-write if requested and re-signalling the error.
11191         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11193 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11195         * vc-hooks.el (vc-handled-backends): Docstring change.
11196         (vc-ignore-vc-files): Mark obsolete.
11197         (vc-registered): Check vc-ignore-vc-files.
11198         (vc-find-file-hook, vc-file-not-found-hook): Don't check
11199         vc-ignore-vc-files.
11201         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11203 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11205         * vc.el (vc-checkout): Don't do anything special for ange-ftp
11206         files since ange-ftp already has vc-registered return nil.
11208         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11209         (vc-sccs-workfile-version): Use with-temp-buffer and new
11210         vc-parse-buffer and don't bother setting the property.
11211         (vc-sccs-add-triple): Use with-current-buffer and
11212         find-file-noselect.
11213         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11215         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
11216         derives from the old vc-parse-buffer but uses the revision number
11217         rather than the date (much easier to compare robustly).
11218         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
11219         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
11220         locking-user more directly.  Check strict locking and set
11221         checkout-model appropriately.
11222         (vc-rcs-parse-locks): Remove.
11223         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11224         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11225         (vc-rcs-system-release): Use with-current-buffer and
11226         vc-parse-buffer.
11227         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11229         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11230         (vc-simple-command): Docstring fix.
11231         (vc-registered): Align the way the file-handler is called with the
11232         way the function itself works.
11233         (vc-file-owner): Remove.
11235         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
11236         extraction of fields and call to file-attributes because of a
11237         temporary bug in rcp.el.
11238         (vc-cvs-fetch-status): Use with-current-buffer.
11240 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11242         * vc.el (vc-do-command): Use file-relative-name.
11243         (vc-responsible-backend): Use vc-backend if possible.
11244         (vc-create-snapshot): Improve the `interactive' spec. Add support
11245         for branches and dispatch to backend-specific `create-snapshot'.
11246         (vc-default-create-snapshot): New function, containing the bulk of
11247         the old vc-create-snapshot.
11248         (vc-retrieve-snapshot): Improve the interactive spec.
11250         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11251         (vc-backend-hook-functions): Remove.
11252         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11253         (vc-backend): Reintroduce the test for `file = nil' now that I
11254         know why it was there (and added a comment to better remember).
11256         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11257         code from vc-sccs-hooks.el.
11258         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
11259         'vc anymore.
11260         (vc-sccs-responsible-p): Use expand-file-name instead of concat
11261         and file-directory-p instead of file-exists-p.
11262         (vc-sccs-check-headers): Simplify the regexp.
11264         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11265         from vc-rcs-hooks.el.  Don't require 'vc anymore.
11266         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11267         file-directory-p instead of file-exists-p.
11269         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11270         from vc-cvs-hooks.el.
11271         (proto vc-cvs-registered): Require 'vc-cvs instead of
11272         'vc-cvs-hooks.  Don't require 'vc anymore.
11273         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11274         file-directory-p instead of file-exists-p.
11275         (vc-cvs-create-snapshot): New function, replacing
11276         vc-cvs-assign-name.
11277         (vc-cvs-assign-name): Remove.
11279 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11281         * vc-cvs.el (vc-cvs-header): New var.
11283         * vc-rcs.el (vc-rcs-exists): Remove.
11284         (vc-rcs-header): New var.
11286         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11287         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11288         (vc-sccs-header): New var.
11290         * vc.el (vc-do-command): Get rid of the `last' argument.
11291         (vc-header-alist): Remove, replaced by vc-X-header.
11292         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11293         (vc-dired-hook): Use expand-file-name instead of concat.
11294         (vc-directory): Use file-name-as-directory.
11295         (vc-snapshot-precondition, vc-create-snapshot)
11296         (vc-retrieve-snapshot): Allow the command to operate on any
11297         directory.
11299         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11300         just removing the 'WORKFILE argument or by removing the 'MASTER
11301         argument and replacing `file' with (vc-name file).
11303 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11305         * vc.el: Update Copyright and add a crude list of backend funs.
11306         (vc-writable-p): New function.
11307         (with-vc-file): Use vc-writable-p.
11308         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11309         (vc-register): Avoid vc-name.
11310         (vc-locking-user): Remove.
11311         (vc-steal-lock): Make the `owner' arg non-optional.
11312         (vc-merge): Use vc-writable-p instead of vc-locking-user and
11313         vc-checkout-model.
11314         (vc-default-dired-state-info): Use vc-state instead of
11315         vc-locking-user and return special strings for special states.
11316         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11317         and get rid of one of the special CVS cases.
11318         (vc-cancel-version): prettify error message with \\[...].
11319         (vc-rename-master): New function.
11320         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11321         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
11322         the CVS special case generic.
11323         (vc-default-record-rename): Remove.
11324         (vc-file-tree-walk-internal): Only call FUNC for files that are
11325         under control of some VC backend and replace `concat' with
11326         expand-file-name.
11327         (vc-file-tree-walk): Update docstring.
11328         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11329         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11331         * vc-sccs.el (vc-sccs-rename-file): Renamed from
11332         vc-sccs-record-rename.  Use `find-file-noselect' rather than
11333         `find-file' and call `vc-rename-master' to do the actual move.
11334         (vc-sccs-diff): Remove unused `backend' variable.
11336         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11337         to delay loading of vc-sccs until it is really used.
11338         (vc-sccs-master-templates): Preload.
11339         (vc-sccs-state): Update call to vc-sccs-parse-locks.
11340         (vc-sccs-project-dir): Remove (merged into
11341         vc-sccs-search-project-dir).
11342         (vc-sccs-search-project-dir): Rewrite using file name handling ops
11343         rather than `concat', make sure it is preloaded and don't bother
11344         to check that the file actually exists.
11345         (vc-sccs-parse-locks): Remove unused `file' argument, remove
11346         `locks' argument (use buffer's content instead) and eliminate n^2
11347         behavior.
11349         * vc-rcs.el: Update Copyright.
11350         (vc-rcs-rename-file): New function.
11351         (vc-rcs-diff): Remove unused `backend' variable.
11353         * vc-hooks.el: Update Copyright.
11354         (vc-backend): Don't accept a nil argument any more.
11355         (vc-up-to-date-p): Turn into a defsubst.
11356         (vc-possible-master): New function.
11357         (vc-check-master-templates): Use `vc-possible-master' and allow
11358         funs in vc-X-master-templates to return a non-existent file.
11360         * vc-cvs.el: Update Copyright.
11361         (vc-cvs-diff): Remove unused `backend' variable.
11362         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11364         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11366 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11368         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11369         since it can be called from vc-rcs.el.
11370         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11372 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11374         * vc.el (vc-version-diff): Expand file name read from the
11375         minibuffer.  Handle the case when a previous version number can't
11376         be guessed.  Give suitable messages when there were no differences
11377         found.
11378         (vc-clear-headers): Call backend-specific implementation, if one
11379         exists.
11380         (vc-cancel-version): Made error checks generic.  When done, clear
11381         headers generically, too.
11383         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11384         from vc-clear-headers in vc.el.
11386         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11387         correctly.
11388         (vc-rcs-latest-on-branch-p): Made second argument VERSION
11389         optional.  Handle the case when it's not there.
11391 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11393         * vc.el (vc-locking-user): Moved from vc-hooks.el.
11395 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11397         * vc-hooks.el (vc-loadup): Remove.
11398         (vc-find-backend-function): Use `require'.  Also, handle the case
11399         where vc-BACKEND-hooks.el doesn't exist.
11400         (vc-call-backend): Cleanup.
11402 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11404         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11405         vc-rcs-grab-templates)
11406         (vc-rcs-registered): Remove.  The default function works as well.
11407         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11408         vc-sccs-grab-templates)
11409         (vc-sccs-registered): Remove.  The default function works as well.
11411         * vc.el (vc-version-diff): Left out a vc- in call to
11412         vc-call-backend.
11413         (vc-default-dired-state-info, vc-default-record-rename)
11414         (vc-default-merge-news): Update for the new backend argument.
11416         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11417         using the default function.
11418         (vc-call-backend): If calling the default function, pass it the
11419         backend as first argument.  Update the docstring accordingly.
11420         (vc-default-state-heuristic, vc-default-mode-line-string): Update
11421         for the new backend argument.
11422         (vc-make-backend-sym): Renamed from vc-make-backend-function.
11423         (vc-find-backend-function): Use the new name.
11424         (vc-default-registered): New function.
11426 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11428         * vc.el (vc-merge): Use vc-find-backend-function.
11430         * vc-hooks.el (vc-backend-functions): Remove.
11431         (vc-loadup): Don't setup 'vc-functions.
11432         (vc-find-backend-function): New function.
11433         (vc-call-backend): Use above fun and populate 'vc-functions
11434         lazily.
11435         (vc-backend-defines): Remove.
11437 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11439         * vc.el (vc-register): Put a FIXME note for a newly found bug.
11440         Call vc-call-backend without the leading vc-.
11441         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11442         (vc-check-headers): Call vc-call-backend without the leading vc-.
11443         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11444         (vc-annotate-display): Replace confusing use of `cond' with `or'.
11445         Call vc-call-backend without the leading vc-.
11447         * vc-cvs.el (tail): Provide vc-cvs.
11448         * vc-sccs.el (tail): Provide vc-sccs.
11449         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11451         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11452         (vc-make-backend-function, vc-call): Pass names without leading
11453         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11454         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11455         (vc-call-backend): Always try to load vc-X-hooks.
11456         (vc-registered): Remove vc- in call to vc-call-backend.
11458 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11460         * vc.el (vc-process-filter): New function.
11461         (vc-do-command): Setup `vc-process-filter' for the async process.
11462         (vc-maybe-resolve-conflicts): New function to reduce
11463         code-duplication.  Additionally, it puts the buffer in
11464         `smerge-mode' if applicable.
11465         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11466         calling `merge-news'.
11467         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11468         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
11469         interfacing to log-edit.el.
11470         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11471         log-edit is available.
11472         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11474 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11476         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11477         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11478         defvar and the initialization.
11479         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11481         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11482         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11484         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11486 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11488         * vc.el (vc-file-clear-masterprops): Removed.
11489         (vc-checkin, vc-revert-buffer): Removed calls to the above.
11490         (vc-version-diff): Use buffer-size without argument.
11491         (vc-register): Heed vc-initial-comment.
11493         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11494         default branch.
11496         * vc-rcs.el (vc-rcs-register): Parse command output to find master
11497         file name and workfile version.
11498         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11500         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11501         vc-file-clear-masterprops.
11503         * vc-sccs.el (vc-sccs-checkout): Removed call to
11504         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
11505         rather than user login name.
11508 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11510         * vc.el (vc-workfile-unchanged-p): Remove unused argument
11511         `want-differences-if-changed' and simplify.
11512         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11513         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11514         output (which is invalid for async vc-diff) to decide whether to
11515         do the revert silently or not.
11517 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11519         * vc-hooks.el (vc-loadup): Load files quietly.
11520         (vc-call-backend): Oops, brain fart.
11522 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11524         * vc-cvs.el (vc-cvs-state): Typo.
11525         (vc-cvs-merge-news): Return the status code rather than the error msg.
11527 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11529         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11530         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11531         vc-state or vc-up-to-date-p.
11532         (vc-merge): Use vc-backend-defines to check whether merging is
11533         possible.  Set state to 'edited after successful merge.
11535         * vc-hooks.el (vc-locking-user): If locked by the calling user,
11536         return that name.  Redocumented.
11538 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11540         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11541         new `vc-state' semantics.
11542         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11543         'vc-locking-user to the current user.
11544         (vc-merge): Inline vc-backend-merge.  Comment out code that I
11545         don't understand and hence can't adapt to the new `vc-state' and
11546         `vc-locking-user' semantics.
11547         (vc-backend-merge): Remove.
11549         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11550         rather than 'vc-locking-user.
11552         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11554         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11555         (vc-state): Don't use 'reserved any more.  Just use the same
11556         convention as the one used for vc-<backend>-state where the
11557         locking user (as a string) is returned.
11558         (vc-locking-user): Update, based on the above convention. The
11559         'vc-locking-user property has disappeared.
11560         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11562         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11563         with a heuristic one.
11564         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11565         (vc-cvs-checkin): Do a trivial parse to set the state in case of
11566         error.  That allows us to get to 'needs-merge even in the
11567         stay-local case.  There's still no way to detect 'needs-patch in
11568         such a setup (or to force an update for that matter).
11569         (vc-cvs-logentry-check): Remove, the default works as well.
11571 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11573         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11575         * vc.el (vc-do-command): kill-all-local-variables, to reset any
11576         major-mode in which the buffer might have been put earlier.  Use
11577         `remove' and `when'.  Allow `okstatus' to be `async' and use
11578         `start-process' in this case.
11579         (vc-version-diff): Handle the case where the diff looks empty
11580         because of the use of an async process.
11582 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11584         * vc.el (vc-next-action-on-file): Removed optional parameter
11585         `simple'.  Recompute state unconditionally.
11586         (vc-default-toggle-read-only): Removed.
11588         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11589         (vc-toggle-read-only): Undid prev change.
11591         * vc-cvs.el (vc-cvs-stay-local): Renamed from
11592         vc-cvs-simple-toggle.  Redocumented.
11593         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11594         (vc-cvs-toggle-read-only): Removed.
11596 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11598         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11599         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11600         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11601         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
11602         still is. So maybe it should be removed.
11603         (vc-head-version, vc-find-binary): Remove.
11604         (vc-recompute-state): Move from vc-hooks.el.
11605         (vc-next-action-on-file): Add a `simple' argument to allow
11606         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11607         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11608         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11609         (vc-dired-mode-map): Properly defvar it.
11610         (vc-print-log): Call log-view-mode if available.
11611         (small-temporary-file-directory): defvar instead of use boundp.
11612         (vc-merge-news): Moved to vc-cvs.el.
11613         (vc-default-merge-news): New function.
11615         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11616         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11617         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11618         unknown `vc-latest-version' function.  It should probably refer to
11619         vc-workfile-version or somesuch, but it's very unclear to me and I
11620         don't have SCCS to test things.
11622         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11623         (vc-sccs-state-heuristic): Fix typo.
11624         (vc-sccs-workfile-unchanged-p): Add missing argument.
11626         * vc-rcs.el: Require vc and vc-rcs-hooks.
11627         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11628         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11629         (vc-release-greater-or-equal-p): Move from vc.
11630         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11631         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11632         (vc-rcs-checkout): Add a missing `new-version' argument in the
11633         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
11635         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11636         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11637         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11638         than the apparently unbound `workfile-version'.
11640         * vc-hooks.el (vc-master-templates): Def the obsolete var.
11641         (vc-file-prop-obarray): Use `make-vector'.
11642         (vc-backend-functions): Add new hookable functions
11643         vc-toggle-read-only, vc-record-rename and vc-merge-news.
11644         (vc-loadup): If neither backend nor default functions exist, use
11645         the backend function rather than nil.
11646         (vc-call-backend): If the function if not bound yet, try to load
11647         the non-hook file to see if it provides it.
11648         (vc-call): New macro plus use it wherever possible.
11649         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11650         nor `vc-find-binary' since it's only called from
11651         vc-mistrust-permission which is only used once the backend is known.
11652         (vc-checkout-model): Fix parenthesis.
11653         (vc-recompute-state, vc-prefix-map): Move to vc.el.
11655         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11656         (vc-cvs-release, vc-cvs-system-release): Remove.
11657         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11658         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11659         status symbols.
11660         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11661         (vc-cvs-toggle-read-only): First cut at a function to allow a
11662         cvs-status-free vc-toggle-read-only.
11663         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11664         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11665         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
11666         (vc-cvs-checkout): Modify access rights directly if the user
11667         requested not to use `cvs edit'.  And refresh the mode line.
11669         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11670         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11672 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11674         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
11675         workfile' that got lost when the code was extracted from vc.el.
11676         And merged the tail with the rest of the code (not possible in the
11677         old vc.el where the tail was shared among all backends).  And
11678         explicitly set the state to 'edited if `writable' is set.
11680         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11681         (vc-cvs-state): Be careful to return the value from
11682         vc-cvs-parse-state.
11683         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
11684         property but return it instead.  Also be careful to handle a nil
11685         or "" `rev' when workfile is non-nil (it was handled properly when
11686         workfile was nil).
11688         * vc.el: Removed those pesky unnecessary `(function' quotes.
11689         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11690         directly in the defvar.
11691         (vc-do-command): Bind inhibit-read-only so as to properly handle
11692         the case where the destination buffer has been made read-only.
11693         (vc-diff): Delegate to vc-version-diff in all cases.
11694         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11695         (vc-annotate-mode-variables): Removed (code moved partly to
11696         defvars and partly to vc-annotate-add-menu).
11697         (vc-annotate-mode): Turned into a derived-mode.
11698         (vc-annotate-add-menu): Moved in code in
11699         vc-annotate-mode-variables.
11700         (vc-update-change-log): Use make-temp-file if available.
11702 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
11704         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11705         `vc-checkout-model' updated to `vc-cvs-update-model'.
11707 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11709         * vc.el (vc-next-action-on-file): Added handling of state
11710         `unlocked-changes'.
11711         (vc-checkout-carefully): Is now practically obsolete, unless the
11712         above is too slow to be enabled unconditionally.
11713         (vc-update-change-log): Fixed typo.
11715         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11717         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11718         Now handles state `unlocked-changes'.
11719         (vc-sccs-workfile-unchanged-p): New function, to support the above.
11721         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11723         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11724         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
11725         `unlocked-changes'.
11726         (vc-rcs-workfile-unchanged-p): Renamed from
11727         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
11728         function yet, but supposed to become one soon.
11730         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11731         `vc-steal-lock'.
11732         (vc-call-backend): Changed error message.
11733         (vc-state): Added description of state `unlocked-changes'.
11735 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11737         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11738         always return t in CVS-controlled directories.
11740         * vc.el (vc-responsible-backend): New function.
11741         (vc-register): Largely rewritten.
11742         (vc-admin): Removed (implementation moved into vc-register).
11743         (vc-checkin): Redocumented.
11744         (vc-finish-logentry): If no backend defined yet (because we are in
11745         the process of registering), use the responsible backend.
11747         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11748         Updated function lists.
11749         (vc-call-backend): Fixed typo.
11751         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11752         New functions.
11753         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11754         Removed query option.  Redocumented.
11756 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11758         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11760         * vc.el: Updated callers of `vc-checkout-required' to use
11761         `vc-checkout-model'.
11763 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11765         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
11766         stuff updated to reference this function instead of the old
11767         `vc-backend-release-p'.
11769 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11771         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11772         vc-checkout-model.  Return appropriate values.  Updated callers.
11774 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11776         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11777         (vc-backend-revert): Function moved into `vc-revert';
11778         `vc-next-action' must be updated to accomodate this change.
11779         (vc-backend-steal): Function moved into `vc-finish-steal'.
11780         (vc-backend-logentry-check): Function moved into
11781         `vc-finish-logentry'.
11782         (vc-backend-printlog): Function moved into `vc-print-log'.
11783         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11784         (vc-backend-assign-name): Function moved into
11785         `vc-create-snapshot'.
11787 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11789         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11790         Rename to vc-checkout-model.  Return appropriate values.
11791         Update callers.
11793         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11794         to vc-checkout-model.
11795         (vc-checkout-required): Rename to vc-checkout-model.
11796         Re-implement and re-comment.
11797         (vc-after-save): Use vc-checkout-model.
11799 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11801         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11802         Update to use the vc-BACKEND-diff functions instead.
11803         `vc-diff' is now working.
11805         * vc-rcs.el (vc-rcs-logentry-check): New function.
11807         * vc-cvs.el (vc-cvs-logentry-check): New function.
11809         * vc-sccs.el (vc-sccs-diff): Function changed name from
11810         `vc-backend-diff'.  This makes `vc-diff' work.
11812         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11813         of functions possibly implemented in a vc-BACKEND library.
11814         (vc-checkout-required): Fix bug that caused an error to be
11815         signaled during `vc-after-save'.
11817         * vc.el: Fix typo.
11818         This checkin is made with our new VC code base for the very first time.
11819         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11821         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11822         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11824         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11825         updated to `vc-uses-locking'.
11826         (vc-checkout-required): Call to backend function.
11827         `vc-checkout-required' updated to `vc-uses-locking' instead.
11829         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11830         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11832         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11833         to match the split into various backends.
11834         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
11835         (vc-retrieve-snapshot): Bug fix.
11837 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11839         * vc-sccs.el (vc-sccs-release): Doc fix.
11841 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11843         * vc.el (vc-next-action-on-file): Bug found and fixed.
11844         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11845         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11847         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11848         (vc-rcs-checkout): Name space cleaned up.  No more revision number
11849         crunching function names that are not prefixed with vc-rcs.
11850         (vc-rcs-checkout-model): Function added.  References to
11851         `vc-checkout-model' replaced.
11853 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11855         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11856         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
11857         still need to be split, and implemented for RCS).
11859 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11861         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11863         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11864         required by the vc.el file.
11866         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11867         required by the vc.el file.
11868         (vc-rcs-exists): Function added.
11870         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11871         required by the vc.el file.
11873         * vc.el (vc-admin): Updated to handle selection of appropriate
11874         backend.  Current implementation is crufty and need re-thinking.
11876         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11878 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11880         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11881         beginning of annotate buffers correctly.
11883         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11884         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11885         functionality updated quite a lot to support multiple backends.
11886         Variables `vc-annotate-mode', `vc-annotate-buffers',
11887         `vc-annotate-backend' added.
11889         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11890         `vc-annotate-difference' added to supported backend functions.
11892 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11894         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11895         Use with-temp-file instead of /bin/sh.  Merged from mainline
11897 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11899         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11901         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11903         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11905 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11907         * vc-hooks.el: vc-state-heuristic added to
11908         vc-backend-hook-functions.
11910         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11912         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11914         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11915         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
11916         state to `reserved'.
11918         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11919         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
11921 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11923         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
11924         untouched.
11926         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11928         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11929         if defined.  (Merged from main line, slightly adapted.)
11931         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11932         millenium problem (merged from mainline).
11934 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11936         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11937         part and moved the non-BACKEND stuff to vc.el.
11939         * vc.el: Split the annotate feature into a BACKEND specific part
11940         and moved it from the vc-cvs.el file to this one.
11942 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11944         * vc-hooks.el: Implement new state model.
11945         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11946         (vc-locking-user): Simplify.  Now only needed if the file is
11947         locked by somebody else.
11948         (vc-lock-from-permissions): Remove.  Functionality is in
11949         vc-sccs-hooks.el and vc-rcs-hooks.el now.
11950         (vc-mode-line-string): New name for former vc-status.  Adapted.
11951         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
11953         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11954         Various simplifications and adaptations all over the place.
11956         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11957         Simplify and adapt the rest.
11959         * vc.el (vc-resynch-window): Add TODO comment: check for
11960         interaction with view mode according to recent RCS change.
11961         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11963 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11965         * vc.el: Convert the remaining function comments to docstrings.
11967 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11969         * vc.el (vc-backend-release, vc-release-greater-or-equal)
11970         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11971         (vc-minor-part, vc-previous-version): Functions that operate and
11972         compare revision numbers got proper documentation.  Comments added
11973         about their possible removal.
11975 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11977         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11978         the vc-backend.el files.
11980         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11982         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11983         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11984         (vc-rcs-previous-version): Functions added.
11986         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11988         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11990 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11992         * vc-hooks.el (vc-master-templates): Is really obsolete.
11993         Comment out the definition for now.  What is the right procedure
11994         to get rid of it?
11995         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11996         rewritten.
11997         (vc-default-registered): Remove.
11998         (vc-check-master-templates): New function; does mostly what the
11999         above did before.
12000         (vc-locking-user): Don't rely on the backend to set the property.
12002         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12003         Rewrite documentation.
12004         (vc-rcs-templates-grabbed): New variable.
12005         (vc-rcs-grab-templates): New function.
12006         (vc-rcs-registered): Rewrite to use above mechanism.
12008         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12009         Rewrite documentation.
12010         (vc-sccs-templates-grabbed): New variable.
12011         (vc-sccs-grab-templates): New function.
12012         (vc-sccs-registered): Rewrite to use above mechanism.
12013         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12014         Don't throw the result, simply return it.
12016         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12017         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
12018         (vc-cvs-registered): Does the check itself now.  Simplify.
12020         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12021         from main line.
12023 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12025         * vc-cvs.el (vc-cvs-diff): New function.
12027         * vc-sccs.el (vc-sccs-diff): New function.
12029         * vc-rcs.el (vc-rcs-diff): New function.
12030         (vc-rcs-checkout): Bug (typo) found and fixed.
12031         (vc-rcs-register-switches): New variable.
12033         * vc.el (vc-backend-diff): Function removed and placed in the
12034         backend files.
12036 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12038         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12040         * vc.el (vc-backend-checkout): Function removed and replaced in
12041         the vc-backend.el files.
12043         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12045         * vc.el (vc-backend-admin): Removed and replaced in the
12046         vc-backend.el files.
12048         * vc.el (Martin): Removed all the annotate functionality since it
12049         is CVS backend specific.
12051 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12053         * spec.txt: Added specification of vc-state.
12055         * vc-sccs-hooks.el (vc-sccs-master-properties):
12056         Remove handling of vc-latest-version and
12057         vc-your-latest-version.  What used to be vc-latest-version, is now
12058         returned as vc-workfile-version.
12059         (vc-sccs-workfile-version): Adapt.
12061 2000-09-04  Dave Love  <fx@gnu.org>
12063         * vc.el: [Merged from mainline.]
12064         (vc-dired-mode): Make the dired-move-to-filename-regexp
12065         regexp match the date, to avoid treating date as file size.
12066         Add YYYY S option to WESTERN/
12068 2000-09-04  Dave Love  <fx@gnu.org>
12070         * vc.el: Require `compile' when compiling.
12071         (vc-logentry-check-hook): New option.
12072         (vc-steal-lock): Use compose-mail.
12073         (vc-dired-mode-map): Defvar when compiling.
12074         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12075         vc-sccs.el and renamed.  Callers changed.
12076         (vc-backend-checkout, vc-backend-logentry-check)
12077         (vc-backend-merge-news): Doc fix.
12078         (vc-default-logentry-check): New function.
12079         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12080         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12081         (vc-backend-merge): Doc fix.  Use backend functions.
12082         (vc-check-headers): Use backend functions.
12084         * vc-cvs.el: Require vc when compiling.
12085         (vc-cvs-register-switches): Doc fix.
12086         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12087         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12088         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12089         New functions (code from vc.el).
12090         (vc-annotate-display-default): Fix interactive spec.
12091         (vc-annotate-time-span): Doc fix.
12093         * vc-rcs.el: Require vc when compiling.
12094         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12095         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12096         (vc-rcs-checkin): New functions (code from vc.el).
12097         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12098         Doc fix.
12099         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
12101         * vc-sccs.el: Require vc when compiling.
12102         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12103         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12104         (vc-sccs-revert)
12105         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12106         from vc.el).
12107         (vc-sccs-add-triple, vc-sccs-record-rename)
12108         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12109         (vc-sccs-admin): Doc fix.
12111 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12113         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12114         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12115         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12116         from vc.el.
12118         * vc-sccs.el (vc-admin-sccs): Added from vc.el
12120         * vc-cvs.el: Moved the annotate functionality from vc.el.
12121         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12123 2000-09-04  Dave Love  <fx@gnu.org>
12125         * vc.el (vc-backend-release): Call vc-system-release.
12127         * vc-sccs.el (vc-sccs-system-release):
12128         Renamed from vc-sccs-backend-release.
12130         * vc-rcs.el (vc-rcs-system-release):
12131         Renamed from vc-rcs-backend-release.
12133         * vc-cvs.el (vc-cvs-system-release):
12134         Renamed from vc-cvs-backend-release.
12136 2000-09-04  Dave Love  <fx@gnu.org>
12138         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12139         backend files.
12140         (vc-backend-release): Dispatch to backend functions.
12141         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
12142         probably needs attention.]
12144         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12145         (vc-sccs-backend-release): New function.
12147         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12148         (vc-cvs-backend-release): New function.
12150         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12151         Doc fix.
12152         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12153         (vc-default-dired-state-info): New function.
12154         (vc-dired-state-info): Dispatch to backends.
12155         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
12157         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12158         from vc.el and renamed.
12160 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12162         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12163         (vc-version-other-window, vc-backend-assign-name): Removed
12164         references to vc-latest-version; sometimes changed into
12165         vc-workfile-version.
12167         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12168         vc-rcs-master-workfile-version.
12169         (vc-rcs-workfile-version): Use the above.  Don't call
12170         vc-latest-version (that was unreachable code, anyway).
12171         (vc-rcs-fetch-master-properties): Doc fix.
12173         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12174         (vc-backend-hook-functions): Removed them from this list, too.
12175         (vc-fetch-properties): Removed.
12176         (vc-workfile-version): Doc fix.
12178         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12179         (vc-rcs-workfile-version, vc-rcs-locking-user)
12180         (vc-rcs-uses-locking): Use it.
12182         * vc-hooks.el (vc-consult-rcs-headers):
12183         Moved into vc-rcs-hooks.el, under the name
12184         vc-rcs-consult-headers.
12186         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12187         headers.
12188         (vc-cvs-find-master): Use this name only; correct different
12189         versions of the name.
12191         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12192         New functions.
12193         (vc-sccs-locking-user): Use the latter.
12195         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12196         New functions.
12198         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12199         Moved into both
12200         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
12201         functions are implementation details of those two backends.
12203 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12205         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12206         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12208         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12209         (vc-sccs-parse-locks): SCCS-specific code moved here from
12210         vc-hooks.
12212         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12213         code moved here from vc-hooks.
12215         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12216         into back-end specific parts and removed.  Callers not updated
12217         yet; because I guess these callers will disappear into back-end
12218         specific files anyway.
12220 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12222         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12223         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12224         `vc-uses-locking'.
12226         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12227         Store yes/no in the property, and return t/nil.  Updated all
12228         callers.
12230         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12231         vc-sccs-uses-locking.  Don't set property.
12232         (vc-sccs-locking-user): Don't set property.
12234         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12235         vc-cvs-uses-locking.  Don't set property here; leave that to
12236         vc-hooks.
12237         (vc-cvs-locking-user): Reflect above change.  Streamlined.
12239         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12240         vc-rcs-uses-locking.
12241         (vc-rcs-locking-user): Reflect above change.
12243 2000-09-04  Dave Love  <fx@gnu.org>
12245         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12247         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12249         * vc-hooks.el (vc-checkout-model): Punt to backends.
12251         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12253         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12255         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12256         New functions.
12258         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12259         New functions.
12261         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12262         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12264         * vc-hooks.el (vc-default-locking-user): New function.
12265         (vc-locking-user, vc-workfile-version): Punt to backends.
12267 2000-09-04  Dave Love  <fx@gnu.org>
12269         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12270         (vc-master-workfile-version): Moved from vc-hooks.
12272         * vc-rcs-hooks.el: Fix duplicate code in last change.
12274         * vc-rcs-hooks.el: Require vc-hooks when compiling.
12275         (vc-rcs-master-templates): Improve :type.
12276         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12277         vc-master-workfile-version): Moved from vc-hooks.
12279         * vc-sccs-hooks.el: Require vc-hooks when compiling.
12280         (vc-sccs-master-templates): Improve :type.
12281         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12283         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12285         * vc-cvs-hooks.el: Require vc-hooks when compiling.
12286         (vc-cvs-master-templates): Improve :type.  Use
12287         vc-cvs-find-cvs-master.
12288         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12289         from vc-hooks.
12290         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12292         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12293         Moved to vc-cvs-hooks.
12295         * vc-hooks.el: Add doc strings in various places.  Simplify the
12296         minor mode setup.
12297         (vc-handled-backends): New user variable.
12298         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12299         simplification.
12301 2000-09-04  Dave Love  <fx@gnu.org>
12303         * vc.el: Some doc fixes for autoloaded and interactive functions.
12304         Fix compilation warnings from ediff stuff.
12305         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12307         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12309         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12311         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12313 2000-09-04  Dave Love  <fx@gnu.org>
12315         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12316         New variable.
12317         (vc-make-backend-function, vc-loadup, vc-call-backend)
12318         (vc-backend-defines): New functions.
12320         * vc-hooks.el: Various doc fixes.
12321         (vc-default-back-end, vc-follow-symlinks): Custom fix.
12322         (vc-match-substring): Function removed.  Callers changed to use
12323         match-string.
12324         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12325         Simplify.
12327 2000-09-04  Dave Love  <fx@gnu.org>
12329         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12330         type.
12331         (vc-sccs-project-dir, vc-search-sccs-project-dir)
12332         (vc-sccs-registered): Doc fix.
12334         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12335         (vc-cvs-registered): Doc fix.
12337         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12338         (vc-rcs-registered): Doc fix.
12340 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12342         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12344         * vc-hooks.el: vc-registered has been renamed
12345         vc-default-registered.  Some functions have been moved to the
12346         backend specific files.  they all support the
12347         vc-BACKEND-registered functions.
12349 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12351         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12353         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12355 2000-09-04  Dave Love  <fx@gnu.org>
12357         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12358         menu-bar-update-hook.
12360         * help.el (help-manyarg-func-alist): Add
12361         find-operation-coding-system.
12363         * wid-edit.el (widget-sexp-validate): Fix garbled code.
12365         * custom.el (custom-set-variables): Print message about errors in
12366         setting.
12368 2000-09-03  Andrew Innes  <andrewi@gnu.org>
12370         * makefile.w32-in: Change to DOS line endings.
12372 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12374         * mouse.el (mouse-popup-menubar): Supply the prompt string for
12375         minor-mode keymaps, if they don't have one.
12377 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12379         * eshell/esh-module.el (eval-when-compile): Don't lose if
12380         esh-module.el's file name is truncated to DOS 8+3 limits.
12382 2000-09-01  John Wiegley  <johnw@gnu.org>
12384         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12385         predicate, which caused entries in the completion list to be
12386         doubled.
12388 2000-08-30  John Wiegley  <johnw@gnu.org>
12390         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12391         sending to subprocesses.  Also, hook pre-command-hook if
12392         `eshell-send-direct-to-subprocesses' is non-nil.
12393         (eshell-send-direct-to-subprocesses): New config variable.  If t,
12394         subprocess input is send immediately.
12395         (eshell-toggle-direct-send): New function.
12396         (eshell-self-insert-command): New function.
12397         (eshell-intercept-commands): New function.
12398         (eshell-send-input): If direct subprocess sending is enabled,
12399         don't echo any input to the Eshell buffer.  Let the subprocess
12400         handle that.  This requires "stty echo" in bash, for example.
12402 2000-08-28  John Wiegley  <johnw@gnu.org>
12404         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12405         completion function for Eshell's implementation of `unset'.
12407 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12409         * info.el (Info-directory-list): Doc fix.
12411 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
12413         * filecache.el (file-cache-add-directory-using-find): Don't quote
12414         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12416 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
12418         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12419         coding systems.
12421 2000-08-30  Andrew Innes  <andrewi@gnu.org>
12423         * timer.el (run-with-idle-timer): Undo last change, so that timer
12424         is not activated immediately if Emacs is already idle.  Some
12425         existing code relies on this behaviour.
12427 2000-08-30  Miles Bader  <miles@gnu.org>
12429         * frame.el (set-frame-font): Do completion of font-name for
12430         interactive use.
12432 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
12434         * international/quail.el (quail-start-translation): Bind locally
12435         last-command-event, last-command, and this-command.
12436         (quail-start-conversion): Likewise.
12437         (quail-self-insert-command): Fix docstring.
12439 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
12441         * progmodes/executable.el
12442         (executable-make-buffer-file-executable-if-script-p): Check that
12443         buffer contains at least 2 characters.
12445 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
12447         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12449 2000-08-29  Dave Love  <fx@gnu.org>
12451         * diff-mode.el (diff-mode) <defgroup>: Add :version.
12452         (diff-mode-shared-map): Bind mouse-2.
12453         (diff-imenu-generic-expression): New variable.
12454         (diff-mode): Use it.
12456         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12457         (mouse-popup-menubar): Add minor mode menus.
12458         (popup-menu): Check for lookup-key returning number.
12460 2000-08-29  Miles Bader  <miles@gnu.org>
12462         * comint.el (comint-send-input): Create overlays using the proper
12463         front/read-advance arguments.
12465 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12467         * ps-print.el: Even/odd pages printing.  Doc fix.
12468         (ps-print-version): New version number (6.0).
12469         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12470         (ps-background, ps-begin-file, ps-begin-job): Code fix.
12471         (ps-print-duplex-feature): Variable eliminated.
12472         (ps-even-or-odd-pages): New variable.
12474         * progmodes/ebnf2ps.el: Doc fix.
12475         (ebnf-version): New version (3.3).
12476         (ebnf-user-arrow): Change variable customization to sexp.
12477         (ebnf-user-arrow): Function eliminated.
12478         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12480 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
12482         * help.el (help-xref-mule-regexp): New variable.
12483         (help-make-xrefs): Handle help-xref-mule-regexp.
12485         * international/mule-cmds.el (help-xref-mule-regexp-template): New
12486         variable.
12487         (describe-input-method): Temporarily activate the specfied input
12488         method to display the information.
12489         (describe-language-environment): Hyperlinks to mule related items.
12491         * international/mule-diag.el (charset-multibyte-form-string): New
12492         function.
12493         (list-character-sets-1): Use charset-multibyte-form-string.
12494         (describe-character-set): New function.
12495         (describe-coding-system): Hyperlinks to safe character sets.
12497         * international/quail.el (quail-help): New arg PACKAGE.
12498         Hyperlinks to mule related items.
12499         (quail-help-insert-keymap-description): Use
12500         substitute-command-keys instead of describe-bindings.
12501         (quail-translation-help): Hyperlinks to mule related items.
12503 2000-08-28  John Wiegley  <johnw@gnu.org>
12505         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12506         have a defsubst call itself.  Made `eshell-flatten-list' back into
12507         a function again.
12509         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12510         catch, in case re-centering point at bottom messes up the display.
12511         This happens frequently in Emacs 21, due I believe to variable
12512         line heights.
12514         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12515         to call `find-tag-interactive'.
12517         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12518         the list of remember directories.
12520 2000-08-28  John Wiegley  <johnw@gnu.org>
12522         * align.el: Test align-region-separate to see if it's a symbol.
12524 2000-08-28  John Wiegley  <johnw@gnu.org>
12526         * eshell/esh-util.el (eshell-flatten-list): Made this function
12527         into a defsubst form.  It gets used very frequently, although
12528         calls don't occur all that often.
12530         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12531         examining it.
12533         * eshell/esh-cmd.el (eshell-rewrite-while-command):
12534         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12535         `eshell-protect'.
12536         (eshell-copy-handles): Created a new macro for duplicating the
12537         current set of open handles.  This is needed by the looping
12538         functions.
12539         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12540         is not incorrectly stomped on.
12542         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12543         declaration for pcomplete-use-paring.
12544         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12545         value of eshell-cmpl-use-paring.
12546         * pcomplete.el (pcomplete-use-paring): New config variable, to
12547         indicate whether paring should be used.
12548         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12549         completion alternatives that have already been used.
12551         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12552         bound to C-c C-y, which will repeat the previous N arguments
12553         (based on prefix argument).
12554         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12556         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12557         if there is no *Help* buffer.  This is for XEmacs, which renames
12558         its help buffers uniquely.  TODO: Find out what the current buffer
12559         name to delete is.
12561         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12562         first entry that correlates to a passwd/group number.  Later
12563         entries (used for group/user name aliasing to multiple IDs) are
12564         ignored.
12566         * eshell/em-xtra.el (eshell/expr):
12567         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12568         (eshell-grep, eshell/diff, eshell/locate):
12569         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12570         argument list, before passing it to the system command.
12572         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12573         `find-tag' for use at final position in Eshell buffers (which
12574         otherwise triggers an error on Emacs 21).
12575         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12576         buffer, if it is currently bound to `find-tag'.
12578         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12579         in the list of matched Makefile names.
12580         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12581         directory, prefer its contents to Makefile.
12583         * eshell/em-dirs.el (eshell/cd): cd commands that look up
12584         directory parts (like "cd old new", or "cd =regexp"), are now case
12585         sensitive on non-Windows/DOS platforms.
12587         * eshell/esh-mode.el (eshell-parse-command-input): When a user
12588         types RET after an open delimiter (like "), display a message
12589         indicating that Eshell is waiting for the closing delimiter.
12591         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12592         environment variables.
12594         * eshell/em-unix.el (eshell/diff): Added logic to fail more
12595         gracefully if the user enters incorrect arguments.
12597         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12598         Eshell buffers.
12600         * eshell/esh-var.el (eshell-interpolate-variable):
12601         * eshell/esh-mode.el (eshell-move-argument):
12602         * eshell/em-unix.el (eshell-du-sum-directory):
12603         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12604         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12605         (not (= ...)).
12607         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12608         to ensure the `preserve' flag gets propagated when doing recursive
12609         directory copies.
12611 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
12613         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12614         Don't convert \n into \0177 in memory.
12615         (eshell-read-history, eshell-write-history): Convert \n to \0177,
12616         and back again, when reading and writing.
12618 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
12620         * eshell/esh-util.el (eshell-processp): Added to relieve constant
12621         testing of `fboundp' on `processp'.
12623         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12624         (eshell/jobs): Don't call process-list if it is not bound.
12625         (eshell-gather-process-output): Support systems where async
12626         subprocesses aren't supported.
12627         (eshell-scratch-buffer, eshell-last-sync-output-start): New
12628         variables.
12630         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12631         eshell-do-eval returns t.
12632         (eshell-do-pipelines-synchronously): New defmacro.
12633         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12634         when async subprocesses aren't supported.
12635         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
12636         if async subprocesses aren't supported.
12637         (eshell-resume-command): Don't assume STATUS is a string.
12639         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12641         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12642         (eshell-close-target, eshell-get-target): Use eshell-processp.
12643         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12644         fix.
12645         (eshell-get-target, eshell-create-handles): Doc fix.
12647 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
12649         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12650         criterion to include commands that output something, as long as it
12651         leaves both the command and the end-of-buffer visible when the
12652         command has exited.
12653         (eshell-review-quick-commands): Adjust the help doc string
12654         accordingly.
12656 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
12658         * locate.el (locate): Cleaned up locate command's interactive prompting
12659         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12661         * filecache.el (file-cache-case-fold-search): New variable
12662         (file-cache-assoc-function): New variable
12663         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12664         Use file-cache-case-fold-search variable
12665         (file-cache-add-file): Use file-cache-assoc-function
12666         (file-cache-delete-file): likewise
12667         (file-cache-directory-name): likewise
12668         (file-cache-debug-read-from-minibuffer): likewise
12670 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
12672         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12673         (abbrev-table-name): New function.
12674         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12675         If non-nil list local abbrev, only.
12677 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
12679         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12680         from Gnus support code, and use special article copy buffer
12681         `(gnus-original-article-buffer)' instead.  This allows to get rid
12682         of article-hide-headers usage (which breaks in the latest Gnus
12683         version).  Thanks to Detlev Zundel.
12685 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
12687         * international/quail.el (quail-use-package): Hide "... loaded"
12688         message.
12689         (quail-start-translation, quail-start-conversion): Likewise.
12691         * international/kkc.el (kkc-region): Hide "... loaded" message.
12693 2000-08-27  Dave Love  <fx@gnu.org>
12695         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12697 2000-08-27  Miles Bader  <miles@gnu.org>
12699         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12701 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
12703         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12704         'ja-dic-cnv), not (require 'skkdic-cnv).
12706 2000-08-26  Miles Bader  <miles@gnu.org>
12708         * faces.el (face-x-resources): Add entry for :inherit.
12709         * cus-face.el (custom-face-attributes): Add support for :inherit
12710         attribute.  Add support for relative face heights.
12711         (custom-face-attributes-get): Treat `nil' as being a default value
12712         for :inherit (as well as `unspecified').
12714         * faces.el (set-face-attribute): Update doc string.
12715         (face-attribute-name-alist): Add :inherit.
12716         (face-valid-attribute-values): Handle :inherit.
12717         (face-read-string): Rephrase prompt to be less confusing.
12718         Assume that DEFAULT is a string, since we must return a string.
12719         (face-read-integer): Use `format' to turn DEFAULT into an
12720         acceptable default for face-read-string.  Match NEW-VALUE against
12721         the string "unspecified", not the symbol `unspecified', since
12722         that's what face-read-string returns.
12723         (read-face-attribute): Lookup a name for old-value in valid, and
12724         use it as a default if we find one.  Treat all values from
12725         face-read-string as strings.  If the default is used, don't do any
12726         more processing on the value, just use the old value directly.
12727         (read-face-and-attribute, modify-face): Tweak prompt.
12728         (read-face-name): Don't assume prompt ends with a space.
12730         * faces.el (describe-face): Add support for :inherit attribute.
12732 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
12734         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
12735         concat doesn't accept interger.
12737         * international/kkc.el: Remove SKK from Keywords.  Require
12738         ja-dic-utl instead of skkdic-utl.
12740         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12741         Provide ja-dic-cnv instead of skkdic-cnv.
12742         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
12743         (iso-2022-7bit-short): Add safe-charsets property.
12744         (skkdic-convert-postfix): Search Japanese chou-on character in
12745         addition to Hiragana character.
12746         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12747         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12748         (batch-skkdic-convert): Likewise.
12750         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12751         Provide ja-dic-utl instead of skkdic-utl.
12752         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12754 2000-08-24  Dave Love  <fx@gnu.org>
12756         * disp-table.el (standard-display-default): Make the test of `l'
12757         useful.
12759         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12760         mod sample text.
12762         * international/iso-ascii.el: Make pilcrow convenient string
12763         consistent with section.
12764         (iso-ascii-display): Set up multibyte characters as well as
12765         unibyte.
12767 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
12769         * international/mule-cmds.el (reset-language-environment): Set
12770         default-process-coding-system to '(undecided . iso-latin-1), which
12771         makes process I/O almost consistent with file I/O.   Call this
12772         function when mule-cmds.el[c] is loaded.
12774 2000-08-22  Andrew Innes  <andrewi@gnu.org>
12776         * makefile.w32-in: New file.
12778 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
12780         * comint.el (comint-output-filter): Compare end of
12781         comint-last-output-overlay with the start of the newly inserted
12782         text, not the end, when deciding whether to extend it.
12783         Set saved-point's insertion type to advance after insertion.
12785         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12786         since this is now done independently of font-lock mode.
12788 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12790         * server.el (server-kill-new-buffers): New user option.
12791         (server-existing-buffer): New buffer-local variable.
12792         (server-visit-files): When using an existing buffer, set
12793         server-existing-buffer to t.
12794         (server-buffer-done): If server-kill-new-buffers is t, kill the
12795         buffer, unless it was already present before visiting it with
12796         Emacs server.
12798 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
12800         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12801         even if the display doesn't support colors: some displays will
12802         support bold/underline faces.
12804 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12806         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12808         * startup.el (command-line): If user's init file had an error,
12809         add explanatory text to *Messages*.
12811 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
12813         * man.el (Man-getpage-in-background): Decode the process output by
12814         the system locale coding system.
12816 2000-08-20  Dave Love  <fx@gnu.org>
12818         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12819         Don't test x-popup-menu.
12820         (function) <complete-function>: Complete only fbound symbols.
12821         <validate, value>: New.
12822         (variable) <complete-function>: Complete only bound symbols.
12823         (coding-system): Add :base-only, :complete-function, :validate,
12824         :value, :prompt-match.
12825         (widget-coding-system-prompt-value): Use read-coding-system and
12826         act on :base-only.
12827         (editable-field): Add :help-echo.
12828         (widget-push-button-gui, widget-push-button-cache)
12829         (widget-gui-action, widget-editable-list-gui): COmment out, along
12830         with uses.
12831         (widget-at): Make arg optional.
12832         (widget-echo-help): Adjust for current help-echo calling sequence.
12833         (widget-specify-field, widget-specify-button)
12834         (widget-specify-insert, widget-get-sibling, widget-image-find)
12835         (widget-convert, widget-insert, widget-leave-text)
12836         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12837         (widget-setup, widget-field-find, widget-before-change)
12838         (widget-after-change, widget-default-complete)
12839         (widget-default-create, widget-default-delete)
12840         (widget-push-button-value-create, editable-field)
12841         (widget-field-prompt-value, widget-field-validate)
12842         (widget-choice-value-create, widget-choice-action)
12843         (widget-choice-validate, widget-checklist-add-item)
12844         (widget-radio-add-item, widget-radio-chosen)
12845         (widget-radio-value-inline, widget-editable-list-value-create)
12846         (widget-editable-list-entry-create)
12847         (widget-documentation-link-add)
12848         (widget-documentation-string-value-create)
12849         (widget-regexp-validate, widget-file-complete)
12850         (widget-sexp-validate, widget-plist-convert-widget)
12851         (widget-plist-convert-widget, widget-alist-convert-widget)
12852         (widget-alist-convert-widget, widget-color-complete): Simplify,
12853         particularly to avoid bindings which aren't optimized out.
12855         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12856         Doc fix.
12857         (down-list, backward-up-list, up-list, kill-sexp)
12858         (backward-kill-sexp, mark-sexp): Make arg optional.
12859         (lisp-complete-symbol): Add optional arg PREDICATE.
12861         * cus-start.el: Add display-buffer-reuse-frames,
12862         file-coding-system-alist.
12864 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
12866         * startup.el (command-line): Clear realized faces after
12867         modifying TTY color mappings.
12869 2000-08-20  Miles Bader  <miles@gnu.org>
12871         * faces.el (face-attr-match-p): Don't return true if ATTRS are
12872         merely a subset of FACE's attributes.
12874 2000-08-19  Miles Bader  <miles@gnu.org>
12876         * comint.el (comint-output-filter): Save the point with a marker,
12877         not just a buffer position.
12879         * international/mule.el (set-buffer-process-coding-system): Make
12880         interactive prompt less confusing.
12882 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
12884         * hilit-chg.el: General cleanup of doc strings, comments and
12885         code formatting.
12887 2000-08-19  Miles Bader  <miles@gnu.org>
12889         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12890         Compiler macro removed; beginning-of-line is no longer always
12891         equivalent to forward-line, in the presence of fields.
12893         * comint.el (comint-output-filter): Remove ad-hoc saving of
12894         restriction, and just use save-restriction, now that it works
12895         correctly.  Don't adjust comint-last-input-start to account for
12896         our insertion; it shouldn't have moved because we don't use
12897         insert-before-markers anymore.  Comment out call to
12898         `force-mode-line-update'; why is it here?
12900         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12901         while checking for prompt to delete.  Use `forward-line 0'
12902         instead of beginning-of-line.
12903         (gud-filter): Temporarily widen gud comint buffer while
12904         examining output.
12906 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
12908         * progmodes/sh-script.el: Big bag of typos.
12910         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12911         check since ispell-process is not bound when ispell is not yet loaded.
12913 2000-08-18  Dave Love  <fx@gnu.org>
12915         * image.el (find-image): Copy `spec' before using plist-put.
12917 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
12919         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12920         `portugues'.
12922         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12923         backward-kill-sexp, analogous to kill-sexp.
12925         * progmodes/icon.el (icon-indent-line)
12926         (icon-is-continuation-line): Handle comments specially.
12928 2000-08-17  Ken Stevens <k.stevens@ieee.org>
12930         * ispell.el: Set to standard author/maintainer/keyword fields.
12931         Fine tuning to menu map appearance and operation, and added help.
12932         Remove `start' and `end' error messages when compiling.
12933         (ispell-choices-win-default-height): Fixed comment string.
12934         (ispell-dictionary-alist-1): Fixed regexp in castellano and
12935         castellano8 dictionaries.
12936         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12937         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12938         dictionary, added italiano dictionary.
12939         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12940         word character
12941         (ispell-tex-skip-alists): Added psfig support.
12942         (ispell-skip-html): Renamed from ispell-skip-sgml.
12943         (ispell-begin-skip-region-regexp, ispell-skip-region)
12944         (ispell-minor-check): Improved html skipping support to skip across
12945         code, and recognize `&' commands without propper `;' syntax;
12946         (ispell-process-line): Fix alignment error when manually
12947         correcting spelling.
12948         (ispell): Fix comment string.
12949         (ispell-add-per-file-word-list): Always put word list on new line.
12951 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
12953         * format.el (format-encode-run-method): Fix error message to say
12954         `encode' instead of `decode'.  Use save-window-excursion around
12955         shell-command-on-region as in format-decode-run-method because
12956         shell-command-on-region can display a buffer with error output.
12957         (format-decode): Don't record undo information for the decoding.
12958         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
12959         that number part of the temporary buffer name so that more than
12960         one decoding using a temporary buffer can happen safely.
12962         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12963         of `A-z' in the regexp.
12965         * hilit-chg.el: Fix typos in commentary.
12967         * help.el (view-emacs-news): Rewritten for new naming scheme
12968         for old NEWS files.
12970         * startup.el (command-line): Pop to *Messages* in case an error
12971         is signaled while loading user-init-file.
12973 2000-08-17  Andreas Schwab  <schwab@suse.de>
12975         * files.el (insert-directory): Don't lose original file name,
12976         undoing an undocumented change.
12978 2000-08-17  Alex Schroeder  <alex@gnu.org>
12980         * sql.el (sql-magic-go): Use comint-bol.
12981         (sql-copy-column): Use comint-line-beginning-position.
12982         (comint-line-beginning-position): Define a replacement for
12983         comint-line-beginning-position if it is not fboundp.
12985 2000-08-17  Alex Schroeder  <alex@gnu.org>
12987         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12988         it didn't have any effect anyway.
12990 2000-08-17  Alex Schroeder  <alex@gnu.org>
12992         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12993         --pset and pager=off instead of sending \\o|cat at the beginning
12994         of the session.
12996 2000-08-17  Miles Bader  <miles@gnu.org>
12998         * progmodes/octave-inf.el: Add compatibility definition of
12999         comint-line-beginning-position.
13001 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
13003         * startup.el (normal-top-level): Look in each dir in load-path for
13004         a leim-list.el file too.  This assures of loading leim-list.el
13005         that is created at Emacs installation time even if a user have his
13006         own leim-list.el.
13008 2000-08-17  Miles Bader  <miles@gnu.org>
13010         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13011         foreground color to black if the background is dark.
13013 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
13015         * loadhist.el (unload-feature): Typo.
13017         * finder.el (finder-compile-keywords):
13018         * cus-dep.el (custom-make-dependencies): Add local-variable settings
13019         to the generated file.
13021         * mail/mh-e.el (mh-make-local-vars):
13022         Replace make-variable-buffer-local with make-local-variable.
13024         * play/landmark.el:
13025         * options.el (Edit-options-{set,toggle,t,nil}):
13026         * mail/mailabbrev.el (mail-abbrevs-mode):
13027         * textmodes/tex-mode.el (tex-expand-files):
13028         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13030         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13032         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13033         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13034         Allow going past the last element.
13035         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13036         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13037         (cvs-mouse-toggle-mark): Don't move point.
13038         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13040         * progmodes/compile.el (grep): Provide a default set of files.
13041         (next-error): Docstring fix.
13042         (compilation-find-file): Avoid find-file (fails in a dedicated window).
13044         * emacs-lisp/easy-mmode.el (define-minor-mode):
13045         Use `symbol-value' to keep the byte-compiler quiet.
13047         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13048         (diff-find-source-location): New fun, extracted from diff-goto-source.
13049         (diff-goto-source): Use it.
13050         (diff-next-complex-hunk, diff-filter-lines): New function.
13051         (diff-apply-hunk): New command.
13053         * smerge-mode.el (smerge-mode-menu): Doc fix.
13055         * msb.el (msb-mode): Define it in terms of define-minor-mode.
13057 2000-08-16  Dave Love  <fx@gnu.org>
13059         * windmove.el (windmove) <defgroup>: Add :version.
13061         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
13062         (goto-address-fontify-p, goto-address-highlight-p)
13063         (goto-address-url-face, goto-address-url-mouse-face)
13064         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13065         (goto-address-url-regexp): Use thing-at-point-url-regexp.
13066         (goto-address-fontify, goto-address-at-mouse): Simplify,
13067         (goto-address-at-point): browse-url-url-at-point,
13068         goto-address-find-address-at-point can return nil.
13069         (goto-address-find-address-at-point): Return nil on failure.
13071         * align.el (align) <defgroup>: Add :version.
13073         * calculator.el (calculator): Add :version.
13074         (calculator): Use two lines for calculator window if `modeline'
13075         face is boxed.
13077         * play/5x5.el: Doc fixes.
13078         (5x5) <defgroup>: Add :version.
13080         * play/fortune.el (fortune) <defgroup>: Add :version.
13081         (fortune-append): Fix error message.
13082         (fortune-from-region): Doc fix.
13084         * play/pong.el (pong): Doc fix.
13086         * play/morse.el: Keywords, commentary, autoloads.
13088 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
13090         * desktop.el (desktop-save): Don't look at symbol-value of a
13091         member of minor-mode-alist, unless it is boundp.
13093 2000-08-16  Sam Steingold  <sds@gnu.org>
13095         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13096         `while'; use `with-current-buffer' instead of `save-excursion'.
13097         Removed unnecessary kludges now that "*Buffer List*" is excluded.
13099 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
13101         * international/ccl.el (declare-ccl-program): Docstring modified.
13102         (ccl-execute-with-args): Likewise.
13104 2000-08-16  Miles Bader  <miles@gnu.org>
13106         * progmodes/sql.el: Add compatibility definition of
13107         comint-line-beginning-position.
13109 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
13111         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13112         'buffer-menu' property.
13113         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13114         fails.
13115         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13116         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13117         wasn't killed.
13119         * buff-menu.el (list-buffers-noselect): Don't display the
13120         *Buffer List* buffer.
13122         * font-lock.el: Require jit-lock to prevent a very late
13123         `Loading jit-lock' message.
13125         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13126         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13127         mail address.
13129 2000-08-15  Miles Bader  <miles@gnu.org>
13131         * textmodes/ispell.el (ispell-graphic-p): New constant.
13132         (ispell-choices-win-default-height, ispell-help): Use
13133         `ispell-graphic-p' instead of `xemacsp'.
13135 2000-08-15  Dave Love  <fx@gnu.org>
13137         * simple.el: Autoload widget-convert when compiling.
13138         (mail-user-agent): Doc fix.
13140         * help.el (function-called-at-point, variable-at-point): Use
13141         with-syntax-table.
13142         (help-manyarg-func-alist): Add insert-and-inherit.
13144         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13146         * delsel.el (delsel-unload-hook): New function.
13148         * find-file.el: Doc fixes.  Move provide to end.
13149         (ff) <defgroup>: Add :link.
13150         (ff-goto-click): Deleted.
13151         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13152         Use mouse-set-point.
13154         * textmodes/tildify.el: Doc fixes.
13155         (tildify) <defgroup>: Add:version.
13157         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13158         (glasses-custom-set): Use set-default, not set.
13159         (minor-mode-alist): Propertize the lighter.
13160         (glasses-mode): Provide optional arg.
13162         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13163         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
13164         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13165         option.  Provide :type.
13166         (cwarn-configuration): Provide :type.
13167         (cwarn-mode): Doc fix.
13169         * add-log.el (change-log-merge): Doc fix.
13170         (change-log-redate): New command.
13172         * net/browse-url.el (browse-url-filename-alist): Add a clause for
13173         Doze and Dog.
13174         (browse-url): Use dolist, not mapcar.
13175         (browse-url-at-point): Check for null url.
13176         (browse-url-event-buffer, browse-url-event-point): Functions
13177         deleted.
13178         (browse-url-at-mouse, browse-url-netscape): Simplify.
13180         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13181         modes.
13182         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13183         Fix previous change to mapcan.
13184         (msb--init-file-alist, msb--add-separators)
13185         (msb--make-keymap-menu): Simplify.
13186         (msb--choose-file-menu): Use copy-sequence.
13187         (msb-mode-map): Add title to keymap.
13188         (msb-unload-hook): New function.
13190         * bs.el: Fix indentation.
13191         (bs) <defgroup>: Add :links.
13192         (bs-show): Doc fix.
13193         (bs-apply-sort-faces): Don't use window-system.
13194         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13196 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
13198         * calendar/timeclock.el (timeclock-file): Run .timelog through
13199         convert-standard-filename.
13201 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13203         * emacs-lisp/authors.el: New file.
13205         * paren.el (show-paren-priority): New user option.
13206         (show-paren-function): Set overlay priorities to
13207         show-paren-priority.
13209 2000-08-14  Miles Bader  <miles@gnu.org>
13211         * comint.el (comint-bol): Use `forward-line 0' instead of calling
13212         beginning-of-line with inhibit-field-text-motion bound.
13214 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13216         * calendar/timeclock.el: New file.
13218 2000-08-14  David Ponce  <david@dponce.com>
13220         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13221         `widget-button-click'. so that one can use left mouse button to
13222         click on dialog buttons.
13224 2000-08-14  Emmanuel Briot  <briot@gnat.com>
13226         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13227         identifiers, since XML is case sensitive
13229 2000-08-12  Miles Bader  <miles@gnu.org>
13231         * comint.el (comint-output-filter): Don't bother frobbing
13232         window-start, it doesn't seem to be necessary.
13234         * comint.el (comint-send-string, comint-send-region): Make into
13235         real functions.  Snapshot the prompt before sending.
13237 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13239         * info.el (Info-find-emacs-command-nodes): Rewrite to use
13240         technique similar to Info-index, instead of relying on specific
13241         names of relevant Index nodes.
13242         (Info-goto-emacs-command-node): Bind Info-history to nil when
13243         going to the first node found by Info-find-emacs-command-nodes.
13245 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13247         * menu-bar.el (menu-bar-help-menu): Add a :help string.
13249 2000-08-10  Miles Bader  <miles@gnu.org>
13251         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13253 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13255         * info.el (Info-file-list-for-emacs): More elements for the
13256         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13257         and woman manuals.
13259 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
13261         * comint.el (comint-send-input): Make the newline boundary overlay
13262         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
13263         (comint-output-filter): Use `insert' instead of
13264         `insert-before-markers'.  Extend comint-last-output-overlay when
13265         necessary since we can't rely on insert-before-markers to do it.
13266         * gud.el (gud-filter): Use `with-current-buffer' instead of
13267         save-excursion when inserting the output, so that point gets
13268         updated correctly; the old method relied on a rather dodgy
13269         side-effect of comint-output-filter to avoid the effect of
13270         save-excursion.
13272 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13274         * files.el (recover-file): Call insert-directory instead of
13275         invoking `ls' directly.
13277 2000-08-10  Miles Bader  <miles@gnu.org>
13279         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13280         (comint-last-prompt-overlay): New variables.
13281         (comint-output-filter): Implement prompt highlighting.
13282         (comint-snapshot-last-prompt): New function.
13283         (comint-send-input): Snapshot the last prompt.
13284         Use comint-highlight-input-face.
13285         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13286         Use defface instead of defcustom.
13287         (send-invisible, comint-send-eof): Snapshot the last prompt.
13288         (comint-delchar-or-maybe-eof): Use comint-send-eof.
13289         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13291 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
13293         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13294         (regexp-opt-group): Use a list of chars for `letters'.
13295         (regexp-opt-charset): `chars' is now a list of chars.
13296         Use a char-table rather than a vector so it works for multibyte chars.
13298         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
13299         Set cvs-minor-current-files to the selected fileinfo.
13300         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13301         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13303 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
13305         * files.el (insert-directory): Don't call access-file on
13306         directories on DOS and Windows.
13308 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
13310         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13311         longer if necessary.
13312         (ccl-embed-code): Call ccl-embed-data to store CODE in
13313         ccl-program-vector.
13315 2000-08-09  Miles Bader  <miles@gnu.org>
13317         * comint.el (comint-output-filter): Properly handle the case where
13318         the text surrounded by comint-last-output-overlay was deleted.
13320 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
13322         * info.el (Info-insert-dir): Use Info-additional-directory-list if
13323         non-nil.
13324         (Info-file-list-for-emacs): Remove "info" from the list because
13325         that leads to trying to use the documentation from file `info'
13326         in various situations where it isn't appropriate, for instance
13327         C-h C-k C-h i.
13329         * ffap.el (ffap-read-file-or-url-internal): Handle case that
13330         DIR and/or STRING are nil.
13332         * progmodes/compile.el (compilation-setup): Make variable
13333         compilation-error-screen-columns buffer-local, as some comment
13334         in the code suggests it should be.
13336         * files.el (auto-mode-interpreter-regexp): New variable.
13337         (set-auto-mode): Use it.
13339         * indent.el (indent-for-tab-command): Doc fix.
13341         * mouse-sel.el (mouse-sel-mode): Doc fix.
13343         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13344         labels.
13346         * help.el (print-help-return-message): When
13347         display-buffer-reuse-frames is set, let the help window been quit,
13348         instead of deleting it, which might delete a reused frame.
13350 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
13352         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13353         rename a directory to a name that differs only by its letter case.
13355 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
13357         * international/quail.el (quail-define-rules): Handle Quail decode
13358         map correctly.  Add code for supporting annotations.
13359         (quail-install-decode-map): New function.
13360         (quail-defrule-internal): New optional arguments decode-map and
13361         props.
13362         (quail-advice): New function.
13364 2000-08-07  Sam Steingold  <sds@gnu.org>
13366         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13367         `defconst', `define-condition', `with-slots'.
13368         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13370 2000-08-03  Miles Bader  <miles@gnu.org>
13372         * comint.el (comint-use-prompt-regexp-instead-of-fields):
13373         New variable.
13374         (comint-prompt-regexp, comint-get-old-input): Document dependence on
13375         comint-use-prompt-regexp-instead-of-fields.
13376         (comint-send-input): Add `input' field property to stuff we send to
13377         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13378         (comint-output-filter): Add `output' field property to process
13379         output, if comint-use-prompt-regexp-instead-of-fields is nil.
13380         (comint-replace-by-expanded-history)
13381         (comint-get-old-input-default, comint-show-output)
13382         (comint-backward-matching-input, comint-forward-matching-input)
13383         (comint-next-prompt, comint-previous-prompt):  Use field
13384         properties if comint-use-prompt-regexp-instead-of-fields is nil.
13385         (comint-line-beginning-position): New function.
13386         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
13387         (comint-replace-by-expanded-history-before-point): Use
13388         comint-line-beginning-position and line-end-position.
13389         (comint-last-output-overlay): New variable.
13390         (comint-mode): Make `comint-last-output-overlay' buffer-local.
13392         * shell.el (shell-prompt-pattern): Doc change.
13393         (shell-backward-command): Use line-beginning-position.
13395         * gud.el (gud-gdb-complete-command): Use
13396         comint-line-beginning-position.
13398         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13399         comint-bol doesn't actually go to the beginning of the line.
13401         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13402         if comint-use-prompt-regexp-instead-of-fields is non-nil.
13403         (try-expand-line-all-buffers): Likewise.
13405         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13406         explicitly matching comint-prompt-regexp.
13407         (sql-copy-column): Use comint-line-beginning-position instead of
13408         explicitly matching comint-prompt-regexp.
13410         * progmodes/octave-inf.el (inferior-octave-complete): Use
13411         comint-line-beginning-position.
13413         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13415         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13416         looking for a prompt, use `forward-line 0' instead of
13417         `beginning-of-line', to avoid getting caught by an input field.
13419 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
13421         * files.el (shell-quote-wildcard-pattern): Make sure to return
13422         PATTERN, in the Unix case.
13424 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
13426         * play/zone.el (zone): Discard any pending input before running
13427         the randomly-chosen pgm.
13429 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
13431         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13432         checking the existence of any multibyte characters.
13434 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
13436         * help.el (describe-mode): Test minor-mode symbol for being
13437         bound before testing its value for being nil.
13439         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13440         `first', `second', and `third'.
13442         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13443         (second): Make it an alias for `cadr'.
13445 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
13447         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13448         types of display support faces now.
13450 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
13452         * pcvs.el (require): Require `cl' during compilation, only.
13454         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13455         (toplevel): Remove `remq' and `remove' from autoloads.
13456         (cl-fake-autoloads): New variable.  If set, arrange for an error
13457         when CL functions etc. are autoloaded.
13459 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
13461         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13463         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13464         popped up, but the user clicks outside the menu, return an empty
13465         regexp (that causes unhighlight-regexp to have no effect).
13467         * menu-bar.el (menu-bar-games-menu): Add Zone.
13469         * hi-lock.el (toplevel): Require font-lock.
13471 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13473         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13474         (ebnf-8-bit-chars): New var for bug fix.
13475         (ebnf-string): Bug fix.
13477 2000-08-03  Sam Steingold  <sds@gnu.org>
13479         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13480         instead of `buffer-string'.
13481         (require 'cl): Always, not just when compiling.
13482         `ignore-errors' in `interactive', `list*', `defun*' &c make this
13483         necessary.
13485 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
13487         * international/mule-cmds.el (select-safe-coding-system): Make
13488         the message text about selecting a safe coding system more clear.
13490 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
13492         * hi-lock.el: New file.
13494         * play/zone.el: New file.
13496         * replace.el (occur): Set tab-width in the *Occur* buffer to the
13497         value of tab-width in the original buffer.  Choose a line number
13498         format that's a multiple of the original buffer's tab width, so
13499         that lines appear right.
13501         * textmodes/ispell.el (ispell): New function, replacing an alias.
13502         Spell-check active region if in transient-mark-mode and mark
13503         is active; otherwise spell-check buffer.
13505 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13507         * ps-mule.el: Fix a customization problem on
13508         ps-mule-font-info-database-default.
13510 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
13512         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13513         display-mouse-p instead of window-system.
13514         (ebrowse-member-mode-map): Ditto.
13516 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13518         * progmodes/ebnf2ps.el: Update ps-print functions call.
13519         Indentation fix.  Doc fix.
13520         (ebnf-version): New version number (3.2).
13521         (ebnf-format-color, ebnf-begin-job): Code fix.
13523 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
13525         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13526         font lock support on window-system.
13527         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13529         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13530         display-color-p, if fboundp, instead of window-system.
13532 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
13534         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13535         instead of window-system.
13537         * wid-edit.el (widget-choose): Use display-mouse-p instead of
13538         window-system.
13539         (widget-choice-mouse-down-action): Use display-popup-menus-p
13540         instead of window-system.
13542         * strokes.el (strokes-file): Run the file name through
13543         convert-standard-filename.
13544         (strokes-mode): Call display-mouse-p instead of looking at
13545         window-system.  Change the error message accordingly.
13547         * progmodes/cpp.el (toplevel): Support faces on tty's.
13549         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13550         (lm-plot-square, lm-init-display): Don't use window-system.
13552         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13553         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13555         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13556         instead of looking at window-system.
13558 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13560         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13561         of testing if iswitchb-prepost-hooks is bound, because the
13562         latter will always be true when invoking a recursive minibuffer
13563         from an active Iswitchb buffer.
13565 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
13567         * files.el (shell-quote-wildcard-pattern): New function.
13568         (insert-directory): Call it.  Only prepend "\" to command on Unix
13569         and GNU/Linux systems.
13571 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13573         * eshell/esh-groups.el: Change custom :link file names
13574         from `eshell.info' to `eshell'.
13576 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
13578         * dired.el (dired-build-subdir-alist): Expand subdirectory names
13579         correctly in recursive ange-ftp listings.
13581 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13583         * ps-print.el: Fix bug 1: if ps-font-size-internal,
13584         ps-header-font-size-internal and
13585         ps-header-title-font-size-internal variables are not set,
13586         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
13587         face text property is (foreground-color . COLOR) or
13588         `(background-color . COLOR)', ps-print crashes.  Doc fix.
13589         (ps-print-version): New version number (5.2.4).
13590         (ps-plot-region): Code fix.
13591         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13592         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13593         Bug fix 2.
13595 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
13597         * glasses.el (glasses-make-readable): Fix uncapitalization of
13598         identifiers like `myXMLDocument'.
13600 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
13602         * mail/mail-hist.el (mail-hist-previous-input)
13603         (mail-hist-next-input): Do the obvious code factorization.
13604         (mail-hist-retrieve-and-insert): New func, contains common
13605         code of above two.
13606         If inserting a message body, leave point at top.
13608 2000-07-28  Sam Steingold  <sds@gnu.org>
13610         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13611         Use `<=', not `<' to compare times!
13612         (ange-ftp-ls): Remove.
13614 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
13616         * play/cookie1.el: Add explanation of how to make cookie.el
13617         compatible with strfile(1) to comment.
13619         * subr.el (remove, remq): New functions.
13621         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13622         escape `*' in regexps.
13623         (midnight-find): Reverse order of arguments in the funcall of
13624         TEST.
13626         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13627         and `.class'.
13629         * play/meese.el: Add Commentary section.
13631 2000-07-27  Alex Schroeder  <alex@gnu.org>
13633         * sql.el (sql-ms): Added autoload cookie.
13634         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13635         (sql-oracle): Ditto.
13636         (sql-help): Doc change.
13638         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13639         types and exceptions.
13641 2000-07-27  Alex Schroeder  <alex@gnu.org>
13643         * sql.el (sql-placeholder-history): New variable.
13644         (sql-query-placeholders-and-send): New function that will query
13645         the user and replace placeholders with user input.
13646         (sql-oracle): If running on NT, set comint-input-sender to
13647         sql-query-placeholders-and-send.
13649         (sql-stop): If in the SQLi buffer, insert stop notification, else
13650         present it as a message.
13652 2000-07-27  Alex Schroeder  <alex@gnu.org>
13654         * sql.el (sql-input-ring-separator): Doc change.
13655         (sql-input-ring-file-name): Doc change.
13656         (sql-interactive-mode): Use `sql-input-ring-separator' and
13657         `sql-input-ring-file-name' to set the comint-mode equivalents
13658         without making them local variables.
13659         (sql-stop): Don't bind `sql-input-ring-separator' and
13660         `sql-input-ring-file-name' dynamically to their comint-mode
13661         equivalents.
13663 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13665         * international/mule.el (register-char-codings): New function.
13666         (make-coding-system): Handle `safe-chars' specification in the arg
13667         PROPERTY.
13669         * international/mule-cmds.el
13670         (find-coding-systems-region-subset-p): This function deleted.
13671         (sort-coding-systems-predicate): New variable.
13672         (sort-coding-systems): New function.
13673         (find-coding-systems-region): Use
13674         find-coding-systems-region-internal.
13675         (find-coding-systems-string): Use find-coding-systems-region.
13676         (find-coding-systems-for-charsets): Check
13677         char-coding-system-table.
13678         (select-safe-coding-system-accept-default-p): New variable.
13679         (select-safe-coding-system): Mostly rewritten.  New argument
13680         ACCEPT-DEFAULT-P.
13681         (select-message-coding-system): Call select-safe-coding-system
13682         with ACCEPT-DEFAULT-P arg.
13683         (reset-language-environment): Reset default-sendmail-coding-system
13684         to the default value iso-latin-1.
13685         (set-language-environment): Don't set the obsolete variable
13686         charset-origin-alist.
13688         * international/codepage.el (cp-coding-system-for-codepage-1):
13689         Give `safe-chars' property to make-coding-system.
13691         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13692         calling select-message-coding-system twice.
13694         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13695         instead of `safe-charsets'.
13696         (cyrillic-alternativnyj): Likewise.
13697         (ccl-encode-alternativnyj): Don't check the charset
13698         cyrillic-iso8859-5.
13700 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13702         * composite.el (compose-chars-after): Preserve match data.
13704 2000-07-26  Sam Steingold  <sds@gnu.org>
13706         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13707         (ange-ftp-real-file-newer-than-file-p): New function.
13708         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13709         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13711         * tooltip.el (tooltip-float-time): Removed (use `float-time').
13712         * midnight.el (midnight-float-time): Ditto.
13714 2000-07-26  Andreas Schwab  <schwab@suse.de>
13716         * files.el (normal-backup-enable-predicate): Correct
13717         interpretation of the return value of compare-strings.
13719 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
13721         * isearch.el (isearch-resume): New function.
13722         (isearch-done): Add something to command-history to resume
13723         the search.
13724         (isearch-yank-line, isearch-yank-word): Use
13725         buffer-substring-no-properties instead of buffer-substring.
13727         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13728         of flyspell-mouse-map.
13730         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13731         duplicate definition.
13732         (makefile-mode): Remove duplicate setting of local-abbrev-table.
13734         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13735         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13737 2000-07-25  Sam Steingold  <sds@gnu.org>
13739         * net/ange-ftp.el: Get modtime over the net.
13740         (ange-ftp-file-modtime): New function.
13741         (ange-ftp-write-region, ange-ftp-insert-file-contents)
13742         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13743         Use it.
13744         (ange-ftp-dot-to-slash): New function.
13745         (ange-ftp-fix-name-for-vms): Use it.
13747         * midnight.el (midnight-buffer-display-time): Use
13748         `with-current-buffer'.
13750 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
13752         * find-dired.el: Update copyright notice.
13753         (find-dired): Offer to kill a running `find'.
13755         * enriched.el (enriched-face-ans): For a `foreground-color'
13756         property, return '(("x-color" COLOR))' so that COLOR will be
13757         output as a parameter of the x-color annotation.  Likewise for the
13758         `background-color' property.  In the case of normal face
13759         properties, don't return annotations for unspecified foreground
13760         and background face attributes.
13762 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
13764         * language/japan-util.el (japanese-katakana-region): Fix handling
13765         HANKAKU argument.
13767 2000-07-25  Miles Bader  <miles@gnu.org>
13769         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13770         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
13771         constrain-to-field.
13773 2000-07-24  Andrew Innes  <andrewi@gnu.org>
13775         * timer.el (timer-activate-when-idle): Add optional parameter
13776         DONT-WAIT.  Update docstring.
13777         (run-with-idle-timer): Specify extra parameter to
13778         timer-activate-when-idle, so that timer will be activated
13779         immediately if Emacs is already idle.
13781         * w32-fns.el (w32-using-nt): Fix docstring.
13783 2000-07-24  Dave Love  <fx@gnu.org>
13785         * mouse.el (popup-menu): Set last-command-event.
13786         (mouse-major-mode-menu-prefix): Declare.
13788 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
13790         * textmodes/flyspell.el: Update to author's version 1.5d.
13792         * progmodes/hideshow.el: Update copyright notice.
13794         * vcursor.el: Set maintainer to FSF, since author cannot
13795         be reached.
13797 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
13799         * info.el (Info-goto-emacs-key-command-node): Leave a space after
13800         the prompt.
13802         * mouse.el (popup-menu): Run the keymap through indirect-function,
13803         in case it was defined with define-prefix-key.  If the menu is a
13804         list of keymaps, look up the binding of user's choice in each one
13805         of the keymaps.
13806         (mouse-popup-menubar): If the global and local menu-bar keymaps
13807         don't have a prompt string, create one and insert it into the
13808         keymap.  Don't barf if current-local-map returns nil.
13810 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
13812         * dired.el (dired-sort-R-check): Added to allow recursive listing
13813         to be undone.
13814         (dired-sort-other): Use it.
13816 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13818         * Release of cc-mode 5.27
13820 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13822         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13823         c-beginning-of-statement-1 that caused a bad case of recursion
13824         which could consume a lot of CPU in large classes in languages
13825         that have in-expression classes (i.e. Java and Pike).
13827         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13828         statements before top level constructs (i.e. case 6 is moved
13829         before case 5 and is now case 4) to catch in-expression
13830         classes in top level expressions correctly.
13832 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13834         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13835         objc-method-intro. Case 4 removed and case 5I added.
13837         * cc-langs.el (c-append-paragraph-start): New variable used by
13838         c-common-init to get paragraph-start correct.
13839         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13840         initialize paragraph-start to make it correct both with and
13841         without the javadoc special case.
13843         * cc-mode.el (java-mode): Use c-append-paragraph-start to
13844         initialize paragraph-start for javadoc markup.
13846         * cc-vars.el (c-style-variables-are-local-p): Incompatible
13847         change by defaulting this to t.  It's motivated by the
13848         confusing behavior that otherwise arise from the style system
13849         when editing both java and non-java files at the same time
13850         (see the comments about style setting in c-common-init).
13852 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13854         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13855         similar to the one in c-fill-paragraph to check the fill
13856         prefix from the adaptive fill function for sanity.
13858 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13860         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13861         defun block.
13863 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13865         * cc-align.el (c-lineup-multi-inher): Handle lines with
13866         leading comma nicely. Extended to handle member initializers
13867         too.
13869         * cc-engine.el: (c-beginning-of-inheritance-list,
13870         c-guess-basic-syntax): Fixed recognition of inheritance lists
13871         when the lines begins with a comma.
13873         * cc-vars.el (c-offsets-alist): Changed default for
13874         member-init-cont to c-lineup-multi-inher since it now handles
13875         member initializers and indents better for leading commas.
13877 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13879         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13880         handling that caused class open lines to be recognized as
13881         statement-conts in some cases.
13883         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13884         guessed by the adaptive fill function unless point is on the
13885         first line of a block comment.
13887         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13888         when the buffer ends with a macro continuation char.
13890         * cc-engine.el (c-guess-basic-syntax): Added support for
13891         function definitions as statements in Pike.  The first
13892         statement in a lambda block is now labeled defun-block-intro
13893         instead of statement-block-intro.
13895         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13896         so that the class surrounding point is selected, not the one
13897         innermost in the state.
13899         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13900         recognition of switch labels having hanging multiline
13901         statements.
13903         * cc-engine.el (c-beginning-of-member-init-list): Broke out
13904         some code in c-guess-basic-syntax to a separate function.
13905         * cc-engine.el (c-just-after-func-arglist-p): Fixed
13906         recognition of member inits with multiple line arglists.
13907         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13908         member-init-cont when the commas are in funny places.
13910 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13912         * cc-defs.el (c-auto-newline): Removed this macro since it's
13913         not used anymore.
13915         * cc-engine.el (c-looking-at-bos): New helper function.
13916         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13917         inexpr and toplevel classes apart in Pike.
13919         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13920         of case 9A.
13922         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13923         constant, since "class" can introduce an in-expression class
13924         in Pike nowadays.
13926 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13928         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13929         indentation on cpp-macro lines.
13931         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13932         a syntax modifier like comment-intro, to make it possible to
13933         get syntactic indentation for preprocessor directives.  It's
13934         incompatible wrt to lineup functions on cpp-macro, but it has
13935         no observable effect in the 99.9% common case where cpp-macro
13936         is set to -1000.
13938 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13940         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13941         member-init-cont when the preceding arglist is several lines.
13943 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13945         * cc-styles.el (c-style-alist): The basic offset for the BSD
13946         style corrected to 8.
13948 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13950         * cc-styles.el (c-style-alist): Adjusted the indentation of
13951         brace list openers in the gnu style.
13953 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13955         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13957         * cc-cmds.el (c-electric-brace, c-electric-slash,
13958         c-electric-star, c-electric-semi&comma, c-electric-colon,
13959         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13960         when c-syntactic-indentation is nil.
13962         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13963         we were left at comments preceding the first statement when
13964         reaching the beginning of the buffer.
13966         * cc-vars.el (c-syntactic-indentation): New variable to turn
13967         off all syntactic indentation.
13969 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13971         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13972         between the text and the block comment ender when it hangs,
13973         depending on how many there are before the fill.
13975 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13977         * cc-engine.el (c-beginning-of-closest-statement): New helper
13978         function to go back to the closest preceding statement start,
13979         which could be inside a conditional statement.
13980         * cc-engine.el (c-guess-basic-syntax): Use
13981         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13983         * cc-engine.el (c-guess-basic-syntax): Better handling of
13984         arglist-intro, arglist-cont-nonempty and arglist-close when
13985         the arglist is nested inside parens.  Cases 7A, 7C and 7F
13986         changed.
13988         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13989         up-to-date with javadoc 1.2.
13991 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13993         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13994         multiline Pike type decls.
13996 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13998         * cc-cmds.el (c-indent-new-comment-line): Always break
13999         multiline comments in multiline mode, regardless of
14000         comment-multi-line.
14002 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14004         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14005         fully::qualified::names in C++ member init lists.  Preamble in
14006         case 5D changed.
14008 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14010         * cc-langs.el (c-common-init): Handling of obsolete variables
14011         moved to c-initialize-cc-mode.  More compatible style override
14012         when using global style variables.
14013         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14014         variables moved here.
14016         * cc-styles.el (c-make-styles-buffer-local): Flag style
14017         variable localness in c-style-variables-are-local-p to make
14018         the compatibility measure in c-common-init work well.
14020         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14021         longer contain set-from-style.
14022         * cc-styles.el (c-initialize-builtin-style): Don't check for
14023         set-from-style on c-special-indent-hook.
14024         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
14025         copy-alist is sufficient now.
14027         * cc-styles.el (c-set-style, c-set-style-1,
14028         c-get-style-variables): Fixes to variable initialization so
14029         that duplicate entries in styles have the same effect
14030         regardless of DONT-OVERRIDE.
14032         * cc-styles.el (c-set-style-2): Fixed bug where the
14033         initialization of inheriting styles failed when the
14034         dont-override flag is set.
14036         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14037         on this.
14039 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14041         * cc-defs.el (c-forward-comment): Removed the workaround
14042         introduced in 5.38 since it had worse side-effects.  If a line
14043         contains the string "//\"", it regarded the // as a comment
14044         start since the \ temporarily doesn't have escape syntax.
14046 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
14048         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14049         ada-xref.el before ada-prj.el, so that the Project menu is created
14050         when ada-prj tries to add to it.
14051         (ada-activate-keys-for-case): Suppress the characters that are not
14052         part of the Ada syntax. Better compatibility with else-mode
14053         (ada-adjust-case-interactive): When auto-casing is not active,
14054         correctly insert newlines (used to insert only ^M).  Prevent the
14055         syntax table from being changed in case of an error
14056         (or '_' becomes part of a word and some commands are confused).
14057         Do nothing if ada-auto-case is nil.
14058         (ada-after-keyword-p): Ignore keywords that are also attributes
14059         (ada-batch-reformat): Update usage comment
14060         (ada-call-from-contextual-menu): New function
14061         (ada-case-read-exceptions): Reinitialize the casing exception list
14062         first to nil first, so that the casing exception file can be
14063         shared.
14064         (ada-check-defun-name): Handles "configure" keyword for gnatdist
14065         files.
14066         (ada-compile-goto-error): Fix regexp used to detect a file:line
14067         anywhere in the error message
14068         (ada-contextual-menu-last-point): New variable
14069         (ada-create-keymap): If the variable delete-key-deletes-forward is
14070         t on XEmacs, it means that DEL should delete one character
14071         forward.
14072         (ada-create-menu): Use :included instead of :visible for XEmacs.
14073         New submenu "Options".
14074         (ada-end-stmt-re): Correctly indent "select ... then abort"
14075         statements.
14076         (ada-fill-comment-paragraph): Correctly delete all leading '--'
14077         even if they don't match ada-fill-comment-prefix Fix handling of
14078         paragraphs on the first or last line of a file.
14079         (ada-format-paramlist): Fix handling of default parameter values.
14080         (ada-get-body-name): New function.
14081         (ada-get-current-indent): Optimized by searchling directly for an
14082         existing generic part or a statement outside of it.  Handle
14083         ada-indent-align-comments when indenting comments Replaced some
14084         regexps by testing directly the next character. This results in a
14085         huge speedup on some files.  New indentation scheme for renames
14086         statements.  Stop looking for the 'while' or 'for' associated with
14087         a 'loop' at the first semicolon encountered.  A "return" can also
14088         match an anonymous access subprogram declaration.
14089         (ada-get-indent-noindent): Ignore strings and comments when
14090         looking for the keywords "record" and "private".
14091         (ada-goto-matching-decl-start): When matching "if", make sure we
14092         are not in fact seeing "end if".  Ignore "when" statements except
14093         when initial keyword was "begin".  Fix handling of nested
14094         procedures.  Add a recursive call to this function to skip over
14095         other 'end' statmts.  Fix indentation for "when .. => begin"
14096         (ada-in-open-paren-p): Fix indentation for complex boolean
14097         expressions, where 'and then', 'or else' and parenthesis
14098         statements are mixed up.
14099         (ada-in-paramlist-p): Skip comments while searching for the
14100         beginning Fix handling of operator declarations.
14101         (ada-indent-align-comments): New variable
14102         (ada-indent-current): Change the syntax table only in the
14103         protected section, so that we are sure it is restored correctly.
14104         (ada-indent-on-previous-lines): Use ada-use-indent and
14105         ada-with-indent Correctly indent "select ... then"
14106         (ada-indent-region): Slight speedup.
14107         (ada-indent-renames): New variable.
14108         (ada-last-which-function-subprog, ada-last-which-function-line):
14109         New variables
14110         (ada-looking-at-semi-private): Correctly indent the 'private'
14111         keyword when it is the first word in a package declaration.
14112         (ada-loose-case-word): Stop searching if at the end of the buffer.
14113         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14114         even if point is not initially at the end of the word.
14115         (ada-matching-decl-start-re): Add "when".
14116         (ada-mode): Add support for abbrev-mode, outline-mode and
14117         which-func-mode Override the old find-file.el entry in
14118         ff-special-constructs since it is using the obsolete
14119         ada-spec-suffix variable
14120         (ada-no-auto-case): New function
14121         (ada-scan-paramlist): When parsing the argument type, accept
14122         spaces (as in "X 'Class", generated by Rational Rose).
14123         (ada-other-file-name): No longer loads the other file.
14124         (ada-popup-menu): Save and restore the current buffer and cursor
14125         position before and after displaying the menu.
14126         (ada-search-ignore-complex-boolean): New function.
14127         (ada-uncomment-region): Emacs21 already knows how to delete
14128         comments not starting in the first column.
14129         (ada-use-indent): New variable
14130         (ada-which-function): New function.
14131         (ada-with-indent): New variable
14132         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14133         can be batch-compiled from the command line.
14135         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14136         Add to the menu when the file is loaded, not in ada-mode-hook.
14137         Add -toolbar to the default ddd command Switches moved from
14138         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14139         ada-prj-default-comp-opt
14140         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14141         Reference Manual to the menu
14142         (ada-check-current): rewritten as a call to ada-compile-current
14143         (ada-compile): Removed.
14144         (ada-compile-application, ada-compile-current, ada-check-current):
14145         Set the compilation-search-path so that compile.el automatically
14146         finds the sources in src_dir.  Automatic scrollong of the
14147         compilation buffer.  C-uC-cC-c asks for confirmation before
14148         compiling
14149         (ada-compile-current): New parameter, prj-field
14150         (ada-complete-identifier): Load the .ali file before doing
14151         processing
14152         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14153         conform to gnatmake's behavior.
14154         (ada-find-file-in-dir): New function
14155         (ada-find-references): Set the environment variables for gnatfind
14156         (ada-find-src-file-in-dir): New function.
14157         (ada-first-non-nil): Removed
14158         (ada-gdb-application): Add support for jdb, the java debugger.
14159         (ada-get-ada-file-name): Load the original-file first if not done
14160         yet.
14161         (ada-get-all-references): Handles the new ali syntax (parent types
14162         are found between <>).
14163         (ada-initialize-runtime-library): New function
14164         (ada-mode-hook): Always load a project file when a file is opened,
14165         so that the casing exceptions are correctly read.
14166         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14167         (ada-parse-prj-file): Use find-file-noselect instead of find-file
14168         to open the project file, since the latter does not work with
14169         speedbar Get default values before loading the prj file, or the
14170         default executable file name is wrong.  Use the absolute value of
14171         src_dir to initialize ada-search-directories and
14172         compilation-search-path,...  Add the standard runtime library to
14173         the search path for find-file.
14174         (ada-prj-default-debugger): Was missing an opening '{'
14175         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14176         variables.
14177         (ada-prj-default-gnatmake-opt): New variable
14178         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14179         buffers, the project file is the default one Save the windows
14180         configuration before displaying the menu.
14181         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14182         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14183         ...)  regexp-quote identifiers names to support operators +,
14184         -,... in regexps.
14185         (ada-remote): New function.
14186         (ada-run-application): Erase the output buffer before starting the
14187         run Support remote execution of the application.  Use
14188         call-process, or the arguments are incorrectly parsed
14189         (ada-set-default-project-file): Reread the content of the active
14190         project file, not the one from the current buffer When a project
14191         file is set as the default project, all directories are
14192         automatically associated with it.
14193         (ada-set-environment): New function
14194         (ada-treat-cmd-string): New special variable ${current}
14195         (ada-treat-cmd-string): Revised.  The substitution is now done for
14196         any ${...} substring
14197         (ada-xref-current): If no body was found, compiles the spec
14198         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14199         compiler to get rid of command line length limitations.
14200         (ada-xref-get-project-field): New function
14201         (ada-xref-project-files): New variable
14202         (ada-xref-runtime-library-specs-path)
14203         (ada-xref-runtime-library-ali-path): New variables
14204         (ada-xref-set-default-prj-values): Default run command now does a
14205         cd to the build directory.  New field: main_unit Provide a default
14206         file name even if the current buffer has no prj file.
14208         * ada-prj.el:
14209         Rewritten to show a tabbed-dialog.
14210         (ada-prj-add-ada-menu): Remove the map and name parameters.
14211         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14212         New function
14213         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14214         (ada-prj-load-from-file): New function
14215         (ada-prj-save): Always save fields that depend on the current buffer
14216         (ada-prj-show-value): New function
14218         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14219         Ada mode. This will allow us to display the Ada menu in any buffer
14220         we want (for project items).
14221         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14222         number of spaces in the header.
14224 2000-07-24  Dave Love  <fx@gnu.org>
14226         * ediff-init.el (ediff-region-help-echo): Bind face-help.
14228 2000-07-23  Noah Friedman  <friedman@splode.com>
14230         * type-break.el (type-break): perform autosave.
14231         Suggested by Stephen Gildea <gildea@intouchsys.com>.
14232         (type-break-do-query): Cancel query schedule while performing
14233         actual query, to avoid possibility of a second query being made
14234         while first one is already in progress.
14235         (type-break-time-stamp-format): New variable.
14236         (type-break-time-stamp): New function.
14237         (type-break-time-warning): Use it.
14238         (type-break-keystroke-warning): Use it.
14239         (type-break-noninteractive-query): Use it.
14241         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14242         cookie.
14243         Use add-minor-mode to set minor-mode-alist, if available.
14244         (eldoc-echo-area-use-multiline-p): New user option.
14245         (eldoc-echo-area-multiline-supported-p): New variable.
14246         (eldoc-docstring-format-sym-doc): Use them.
14247         (eldoc-mode): If not using idle timers, append to local post and
14248         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
14249         (eldoc-display-message-no-interference-p): Don't interfere with
14250         edebug.
14251         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14252         (eldoc-function-arglist): New function.
14253         (eldoc-function-argstring): Use it.
14255         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14256         auto save directory exists before calling directory-files.
14258 2000-07-23  Dave Love  <fx@gnu.org>
14260         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14261         ^o, ^u.
14263 2000-07-21  Dave Love  <fx@gnu.org>
14265         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14266         now passed to the function.  It now works properly.
14268         * smerge-mode.el (smerge-mode-menu): Fill it out.
14270 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
14272         * info-look.el (info-lookup): If *info* is shown in another frame
14273         on the same display, select that frame, instead of switching to
14274         the Info buffer in another window of the selected frame.
14276         * simple.el (universal-argument-map): Bind numeric keypad keys
14277         kp-0 to kp-9 and kp-subtract.
14278         (digit-argument): Handle these keys.
14280 2000-07-20  Dave Love  <fx@gnu.org>
14282         * net/goto-addr.el (goto-address-fontify): Don't bother with
14283         buffer-modified and read-only stuff -- irrelevant with overlays.
14284         Put an extra property on the overlays and use it to clean up in
14285         case goto-address is re-run.
14287 2000-07-19  Richard M. Stallman  <rms@gnu.org>
14289         * timer.el (run-with-idle-timer): Doc fix.
14291         * mail/mail-utils.el (mail-strip-quoted-names):
14292         Handle case where <...> appears inside "...".
14293         Use replace-match to edit the string more simply.
14294         (rmail-dont-reply-to): Cope with an unmatched ".
14296 2000-07-19  Dave Love  <fx@gnu.org>
14298         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14299         implementation.
14301         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14302         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14303         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14305 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
14307         * textmodes/refer.el: Correct maintainer's email address.
14309         * progmodes/hideif.el: Correct author's email address.
14310         Fix typo in comment.
14312         * xml.el: New file.
14314         * mail/mailheader.el: Correct author's mail address.
14316         * gnus/parse-time.el: Correct author's mail address.
14318 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
14320         * comint.el (comint-highlight-input, comint-highlight-face):
14321         New user options.
14322         (comint-input-ring-file-name): Change custom type.
14323         (comint-mode-map): Bind mouse-2.
14324         (comint-insert-clicked-input): New function.
14325         (comint-send-input): Handle input highlighting.
14327 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
14329         * mouse.el (popup-menu): New function.
14330         (mouse-major-mode-menu): Use it.
14332 2000-07-18  Dave Love  <fx@gnu.org>
14334         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14335         improvements.
14337 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14339         * faces.el (face-font-selection-order)
14340         (face-font-family-alternatives): Add custom type.
14342 2000-07-18  Dave Love  <fx@gnu.org>
14344         * cus-edit.el (custom-variable-reset-saved)
14345         (custom-variable-reset-standard): Remove unused bindings.
14347         * rect.el (open-rectangle-line): Remove unused let.
14349         * hl-line.el (hl-line-highlight): Check hl-line-mode.
14351 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14353         * cdl.el: Fix `Maintainer' keyword.
14355         * play/pong.el: Add author's email address.
14357 2000-07-17  Sam Steingold  <sds@gnu.org>
14359         * files.el (insert-directory): Call `split-string' instead of
14360         re-implementing it.
14362 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14364         * mail/vms-pmail.el: Change maintainer to FSF.
14366         * net/goto-addr.el: Change maintainer to FSF.
14368         * info.el (Info-title-face-alist): Removed.
14370 2000-07-18  David Ponce  <david@dponce.com>
14372         * recentf.el (recentf-open-files): New command that works like
14373         `recentf-open-more-files', but shows the whole list of files (not just
14374         those omitted from the menu). Useful if you don't use a menu-bar!
14375         (recentf-open-more-files) Modified to use `recentf-open-files'.
14377         (recentf-open-files, recentf-open-more-files)
14378         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14380         (recentf-dialog-mode): New mode for dialogs. You can now just type
14381         "q" to cancel the dialogs.
14383 2000-07-18  David Ponce  <david@dponce.com>
14385         * recentf.el: This is a major update of recentf.el. It adds new
14386         features to better organize the recentf menu and "More..." buffer.
14388         Using new provided menu filtering functions you can now organize the
14389         recent files list:
14391         - by major modes
14392         - by directories
14393         - by user defined rules
14395         Finally, with the new `recentf-filter-changer' customizable filter you
14396         can define a ring of filters and dynamically (via the menu) cycle on
14397         each menu organization in the ring (a la msb).
14399 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
14401         * eshell/eshell.el (eshell): Replace links to eshell.info with
14402         links to eshell, to avoid problems on systems where the manual is
14403         installed as `eshell'.
14404         * eshell/esh-cmd.el (eshell-cmd): Ditto.
14405         * eshell/em-smart.el (eshell-smart): Ditto.
14406         * eshell/em-banner.el (eshell-banner): Ditto.
14407         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14409         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14410         same-file check in the MS-DOS version (it does support inodes).
14412         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14414         * eshell/eshell.el (eshell-directory-name):
14415         Run default directory name through convert-standard-filename.
14417 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
14419         * international/mule-cmds.el (select-safe-coding-system):
14420         Fix typo in the comment.
14422         * language/european.el (compound-text):
14423         Force katakana-jisx0201 to be designated to G1.
14425         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14426         Don't translate some national variant characters of latin-jisx0201.
14427         (x-ctext): Force katakana-jisx0201 to be designated to G1.
14429         * international/kkc.el (kkc-after-update-conversion-functions):
14430         New variable.
14431         (kkc-update-conversion): Run functions in it at the tail.
14433 2000-07-16  John Wiegley  <johnw@gnu.org>
14435         * lisp/align.el (align-newline-and-indent):
14436         Adding new function.  for auto-aligning blocks of code on RET.
14437         (align-region): Fixed badly formatted minibuffer message.
14439 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
14441         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14442         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
14443         the conversion list at first if appropriate.
14444         (kkc-next): Don't update kkc-next-count here.
14445         (kkc-prev): Don't update kkc-prev-count here.
14446         (kkc-show-conversion-list-update): Fix setting up of conversion
14447         list message.
14449 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14451         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14453 2000-07-16  Dave Love  <fx@gnu.org>
14455         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14456         function to be more specific.
14458         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14459         non-string help-echo.
14460         (widget-types-convert-widget): Defsubst it.
14461         (widget-echo-help): Try to cope with a help-echo function of two
14462         possible sorts.
14464 2000-07-15  Jason Rumney  <jasonr@gnu.org>
14466         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14467         Declare as obsolete.
14469         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14471 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
14473         * hilit-chg.el: Fix typo.
14475 2000-07-14  Dave Love  <fx@gnu.org>
14477         * info.el (Info-mode-menu): Fix use of :help, :enable.
14479 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
14481         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14483 2000-07-13  Dave Love  <fx@gnu.org>
14485         * emacs-lisp/easymenu.el: Doc fixes.
14486         (easy-menu-remove): Defalias to ignore.
14488         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14489         Call throw correctly.
14491 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
14493         * faces.el (frame-background-mode): Doc fix.
14495         * simple.el (eval-expression-print-length): Change custom type to
14496         allow entering nil as value.
14498 2000-07-13  Dave Love  <fx@gnu.org>
14500         * progmodes/fortran.el (fortran-imenu-generic-expression):
14501         Change definition layout.
14502         (fortran-mode-menu): Reinstate customize entries.
14504         * cus-edit.el (custom-group-menu-create, customize-menu-create):
14505         Use :filter, per old XEmacs code.
14507 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
14509         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14510         event when deciding what to send to the terminal.
14512 2000-07-12  Dave Love  <fx@gnu.org>
14514         * cus-start.el: Add optional version as 4th element of specs and
14515         use it for several things new in v21.  Remove load-path.  Fix type
14516         of line-number-display-limit.
14518 2000-07-11  Dave Love  <fx@gnu.org>
14520         * progmodes/fortran.el: Don't require easymenu.
14521         Use repeat counts in various regexps.
14522         (fortran-mode-syntax-table): Defvar directly.
14523         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14524         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14525         Use defvar, not defconst.
14526         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
14527         (fortran-mode): Set fortran-comment-line-start-skip,
14528         fortran-comment-line-start-skip, dabbrev-case-fold-search.
14529         (fortran-comment-indent): Use defsubst.
14530         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14531         Use fortran-comment-indent, not fortran-comment-indent-function.
14532         (fortran-comment-region, fortran-electric-line-number): Simplify.
14533         (fortran-auto-fill): New function.
14534         (fortran-do-auto-fill): Deleted.
14535         (fortran-find-comment-start-skip):
14536         Check for non-null comment-start-skip.
14537         (fortran-auto-fill-mode, fortran-fill-statement):
14538         Use fortran-auto-fill.
14539         (fortran-fill): Use fortran-auto-fill.  Check for null
14540         comment-start-skip.  Simplify final clause and use end-of-line finally.
14542         * widget.el (widget-plist-member): New alias.
14544 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
14546         * eshell/esh-module.el (toplevel): Reference
14547         byte-compile-current-file only if it is bound.
14549 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
14551         * dired.el: Don't require `dired-aux'.
14553 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
14555         * dired-aux.el (dired-show-file-type): New function.
14556         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14557         (dired-show-file-type): Add autoload.
14559 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
14561         * international/mule-diag.el (describe-font): Adjusted for the
14562         change of fontset-info.
14563         (print-fontset): Likewise.
14565 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14567         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14569 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
14571         * bindings.el: Bind `[delete]' to delete-char.
14573         * dired.el (dired-find-alternate-file): New function.
14574         (dired-mode-map): Bind `a' to dired-find-alternate-file.
14575         (toplevel): Require dired-aux when compiling.
14576         (dired-buffers): Move defvar within file to avoid compiler warning.
14578         * info.el (Info-last-search): Variable removed.
14579         (Info-search-history): New variable.
14580         (Info-search): New Info-search-history.
14582         * battery.el, info-look.el: Change author's mail address.
14584 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
14586         * mail/rmail.el (rmail-clear-headers): Don't throw an error
14587         if rmail-ignored-headers is nil.
14588         (rmail-retry-failure): Bind rmail-ignored-headers and
14589         rmail-displayed-headers to nil.
14591 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
14593         * lpr.el (lpr-page-header-switches): Add `-h' switch.
14594         (print-region-1): Don't hard code `-h' here.
14596         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14598 2000-07-01  Francesco Potorti`  <pot@gnu.org>
14600         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14601         exim can use "your message" instead of "the message".
14603 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14605         * facemenu.el: Docstrings fixes.
14606         (facemenu-get-face): Don't use internal-find-face.
14607         (facemenu-iterate): Rename arg to match the docstring.
14609         * newcomment.el (uncomment-region): Be more careful when skipping
14610         backwards over `=' not to bump into BOBP.
14612 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
14614         * ediff-diff.el (ediff-wordify): Use syntax table.
14615         * ediff-init.el (ediff-has-face-support-p): Use
14616         ediff-color-display-p.
14617         (ediff-color-display-p): Use display-color-p, changed to defun
14618         from defsubst.
14619         Got rid of special cases for NeXT and OS/2.
14620         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14621         face.
14623 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14625         * emacs-lisp/lucid.el: Require CL.
14626         (copy-tree, remprop): Remove, it's provided by CL.
14627         (map-keymap): Define in terms of cl-map-keymap.
14628         (extent-property, set-extent-end-glyph): New functions.
14630         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14632 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14634         * Makefile.in (DONTCOMPILE): Add comment that the name may
14635         not be changed without changing the make-dist script.
14637         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14638         (cl-mapc): Use mapc instead of cl-old-mapc.
14640 2000-07-05  Andrew Innes  <andrewi@gnu.org>
14642         * makefile.nt: Add support for `bootstrap' and related targets.
14644 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14646         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14647         (easy-menu-do-define): Use `menu-item' format.
14648         Handle case where easy-menu-create-menu returns a symbol.
14649         Manually call the potential top-level filter in the function binding.
14650         (easy-menu-filter-return): New arg NAME.
14651         Convert to a keymap if MENU is an XEmacs menu.
14652         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
14653         (easy-menu-converted-items-table, easy-menu-convert-item):
14654         New var and fun to memoize easy-menu-convert-item-1.
14655         (easy-menu-do-add-item): Use it.
14656         (easy-menu-create-menu): Use easy-menu-convert-item.
14657         Wrap easy-menu-filter-return around any :filter specification.
14658         Don't convert the menu if a filter was specified.
14659         Tell easy-menu-make-symbol not to check for MENU being an expression.
14660         (easy-menu-make-symbol): New arg NOEXP.
14662 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14664         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14665         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14666         (eval-defun): If called with prefix arg, instrument code for
14667         Edebug.
14669         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14670         similar to that of eval-defun.
14672 2000-07-04  Dave Love  <fx@gnu.org>
14674         * hl-line.el (hl-line-overlay): Make it permanent-local.
14676         * calendar/todo-mode.el: Replaced with a working version, based on
14677         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14679 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
14681         * paths.el (prune-directory-list): New function.
14682         (Info-default-directory-list): Rewritten to more methodically
14683         enumerate a big list of possible info directories (based on the
14684         list used by the standalone info reader).
14686         * info.el (info-initialize): Use prune-directory-list to remove
14687         non-existent directories from Info-directory-list.
14689         * paths.el (Info-default-directory-list): Try a list of possible
14690         info-directories instead of a single one.  Add the possible
14691         info directory "/usr/share/info".
14693         * woman.el (woman-man.conf-path): Explicitly include the debian
14694         man-db config file "/etc/manpath.config".
14695         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14696         are present in `manpath.config'.
14697         (woman-manpath): Include "/usr/share/man".
14699 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
14701         * frame.el (blink-cursor-mode): Don't hide cursor initially.
14703         * startup.el (command-line): Initialize blink-cursor based
14704         on window-system.
14706         * frame.el (blink-cursor): Default to nil if not running under
14707         a window-system.
14709         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14710         (face-x-resources): Remove duplicate entry for :font.
14712         * textmodes/refer.el (refer-find-entry-internal): Use some-window
14713         instead of cycling through windows with next-window.
14715         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14716         of cycling through windows with next-window.
14718         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14719         of cycling through windows with next-window.
14721         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14722         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14723         instead of cycling through windows with next-window.
14725         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14726         instead of cycling through windows with next-window.
14728         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14729         of cycling through windows with next-window.
14731         * terminal.el (te-process-output): Use walk-windows instead of
14732         cycling through windows with next-window.
14734         * server.el (server-switch-buffer): Use some-window instead of
14735         cycling through windows with next-window.
14737         * window.el (some-window): New function.
14738         (walk-windows): Remove reference to walk-windows-start.
14740         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14742 2000-07-03  Richard Stallman  <rms@gnu.org>
14744         * window.el (walk-windows): Guarantee termination by keeping a list
14745         of all the windows already handled.
14747 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14749         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14750         window-system.
14752         * man.el (Man-notify-when-ready): Don't use window-system.  If
14753         Man-notify-method is newframe, and the display is not
14754         multi-frame, select the frame created for the man page.
14755         (Man-init-defvars): Doc fix.
14757 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
14759         * faces.el (region): Change background color for light background.
14761         * ediff-wind.el (ediff-setup-control-frame): Remove :box
14762         attribute from mode-line face of Ediff control frame.
14764         * replace.el (query-replace-map): Bind `e' like `E'.
14766 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14768         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14769         Change name to "Select All".
14771         * dos-fns.el (convert-standard-filename): Fix last change.
14773 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
14775         * help.el (describe-variable): Don't insert a second `'s' in front
14776         of the string `value is shown below'.  Since the syntax-table is
14777         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14778         an existing `'s', so that this won't be deleted.
14780         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14781         * pcmpl-unix.el: New files.
14783 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14785         * wid-edit.el (widget-member): Use the new plist-member.
14787 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
14789         * replace.el (perform-replace): Undo change of 2000-04-04.
14790         Instead, move backward 1 character at the end of the loop when
14791         necessary.
14793         * faces.el (fringe): Change face for different backgrounds.
14795         * eshell/esh-module.el (toplevel): Load defgroup's differently;
14796         patch from John.
14798         * eshell/*.el: Change spelling of the Free Software Foundation.
14800         * eshell/esh-toggle.el: Removed.
14802         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14804         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14805         interactively.
14807 2000-06-26  Alex Schroeder  <alex@gnu.org>
14809         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14810         `define-key'; instead of checking `(emacs-version)' check for
14811         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
14812         for `;' and `o' which might be electric.
14814         (sql-electric-stuff): New user option.
14815         (sql-magic-go): New function which uses `sql-electric-stuff'.
14816         (sql-magic-semicolon): New function which uses
14817         `sql-electric-stuff'.
14819         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14820         is not fboundp.
14822         (sql-oracle-options): New variable.
14823         (sql-oracle): Use it.
14825         (sql-imenu-generic-expression): Doc change.
14826         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14827         is used.
14829         (sql-informix): Added command line parameter "-" to force
14830         sql-informix-program to use stdout.
14832 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
14834         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14835         (cp864-decode-table): Doc fix.
14836         (cp720-decode-table): New variable, supports the Arabic OEM
14837         codepage used by Windows.
14838         (cp737-decode-table): New, Greek OEM codepage used by Windows.
14840 2000-06-23  Dave Love  <fx@gnu.org>
14842         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14843         (font-lock-fontify-anchored-keywords): Use
14844         line-beginning-position.
14845         (global-font-lock-mode): Use mapc.
14847 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14849         * eshell/esh-module.el: Require CL when compiling.
14851 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14853         * comint.el (comint-substitute-in-file-name): Call replace-match
14854         with second and third arg t.
14856         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14857         Specify foreground color.
14859         * faces.el (tool-bar, mode-line, header-line): Specify foreground
14860         color.
14862         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14864         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14865         cddr instead of cdddr.
14867         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14868         instead of copy-list.
14870         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14871         of copy-list.
14873         * subdirs.el: Add eshell subdirectory.
14875         * eshell: New subdirectory containing the Eshell package.
14877         * pcomplete.el: New file.
14879 2000-06-23  Paul Eggert  <eggert@twinsun.com>
14881         * mail/mailpost.el (post-mail-send-it): Make sure file has
14882         proper permissions from birth.
14884         * files.el (basic-save-buffer-2): When temporarily setting
14885         file modes, set them to current modes plus 0200, not to 0777.
14887         * emerge.el (emerge-make-temp-file): Make sure file has proper
14888         permissions from birth.
14890 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
14892         * files.el (make-backup-file-name-1): On DOS/Windows, run the
14893         backup file name through convert-standard-filename.
14895         * dos-fns.el (convert-standard-filename): Convert leading
14896         directories as well.  When long file names are supported, convert
14897         characters that are invalid in Windows file names.
14899 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14901         * ps-print.el: Fix bug: if ^L is the very first buffer character,
14902         ps-print crashes.  New feature: page selection for printing.  Create
14903         raw-text-unix coding system for XEmacs.  Doc fix.
14904         (ps-print-version): New version number (5.2.3).
14905         (ps-plot-region): Bug fix.
14906         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14907         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14908         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14909         funs.
14910         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14911         (ps-last-page): New vars.
14913 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
14915         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14916         empty option string.
14918 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
14920         * man.el (man): Doc fix.
14922 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
14924         * international/mule-cmds.el (set-language-info-alist): Docstring
14925         fixed.
14927 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
14929         * version.el (emacs-version): Use ISO date format.
14931         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14932         instead of `M-backspace'.
14934         * simple.el (turn-off-auto-fill): New function.
14936 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
14938         * jit-lock.el (with-buffer-prepared-for-jit-lock):
14939         Renamed from with-buffer-prepared-for-font-lock and use
14940         inhibit-modification-hooks rather than setting *-change-functions.
14941         Update all functions to use the new name.
14942         (jit-lock-first-unfontify-pos): New semantics (and doc).
14943         (jit-lock-mode): Make non-interactive.
14944         Don't automatically turn on font-lock.
14945         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14946         Always use jit-lock-after-change.
14947         Remove and restore font-lock-after-change-function.
14948         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14949         (jit-lock-after-unfontify-buffer): Remove.
14950         (jit-lock-stealth-fontify):
14951         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14952         (jit-lock-after-change): Set the `fontified' text-prop to nil.
14954 2000-06-20  Sam Steingold  <sds@gnu.org>
14956         * emacs-lisp/cl-indent.el (toplevel): Indent
14957         `print-unreadable-object' properly.  Untabify.
14959 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14961         * textmodes/reftex.el (reftex-find-citation-regexp-format):
14962         Support for bibentry.
14963         (reftex-compile-variables): Fixed problem with end of section-re.
14965         * texmodes/reftex-dcr.el (reftex-view-crossref,
14966         reftex-view-crossref-from-bibtex):
14967         Deal with changed `reftex-find-citation-regexp-format'.
14968         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14969         Replaced `remprop' with `put'.
14970         (reftex-view-crossref, reftex-view-crossref-when-idle):
14971         Support for bibentry.
14973         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14974         New entry for bibentry package.
14976         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14977         Regexp also matches "\nobibliography".
14979         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14980         Call `reftex-ensure-write-access' before doing anything.
14981         (reftex-ensure-write-access): New function.
14983 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14985         * progmodes/idlwave.el: File re-installed (update to version 4.2)
14987         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14989         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14991         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14994 2000-06-20  Dave Love  <fx@gnu.org>
14996         * faces.el (frame-background-mode): Use set-default, not set, in
14997         setter.
14998         (frame-update-faces, frame-update-face-colors): Define with
14999         defalias.
15001         * enriched.el (enriched-decode-foreground)
15002         (enriched-decode-background): Don't use internal-find-face.
15004         * apropos.el: Doc fixes.
15006         * cus-edit.el (customize-changed-options): Check arg.
15007         (customize-version-lessp): Don't require decimal point.
15009         * custom.el (defcustom, defgroup): Doc fix.
15011         * newcomment.el (comment) <defgroup>: Add :version.
15012         (comment-multi-line): Doc fix.
15014         * emulation/mlsupport.el (define-hooked-local-abbrev,
15015         define-hooked-global-abbrev): Fix, using define-abbrev.
15017 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
15019         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15020         the whole buffer.
15022 2000-06-19  Dave Love  <fx@gnu.org>
15024         * menu-bar.el (menu-bar-options-save): New function.
15025         (menu-bar-options-menu): Use it.
15026         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15027         Simplify.
15029 2000-06-19  Andreas Schwab  <schwab@suse.de>
15031         * progmodes/etags.el (tags-query-replace): Put new parameters
15032         START and END at the end, for backward compatibility.
15034 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15036         * international/codepage.el:
15037         (cp-coding-system-for-codepage-1): Delete special codes for
15038         generating xxx-dos coding system because now a CCL based coding
15039         system can handle EOL conversion by default.
15041         * international/mule.el (make-coding-system): Generate subsidiary
15042         coding systems for EOL handling variants even for a CCL based
15043         coding system.
15045 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15047         * international/isearch-x.el (isearch-minibuffer-input-method)
15048         (isearch-minibuffer-input-method-function): These variables
15049         deleted.
15050         (isearch-with-input-method): Don't use the above variables.
15051         (isearch-process-search-multibyte-characters): Likewise.  Call
15052         read-string with the arg INHERIT-INPUT-METHOD t.
15054 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
15056         * font-lock.el (font-lock-after-fontify-buffer)
15057         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15059         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15060         Use consistent make-local-variable style for font-lock-fontified.
15061         (jit-lock-fontify-buffer):
15062         Don't bother checking for font-lock-mode and jit-lock-mode.
15064         * time.el: Remove trailing ^M that prevent CVS-merging.
15066 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15068         * Makefile.in (distclean): New target.
15070 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
15072         * Makefile.in (srcdir): Define for update-subdirs.
15074 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15076         * find-lisp.el: New file.
15078 2000-06-16  Andrew Innes  <andrewi@gnu.org>
15080         * time.el (display-time-mail-function): New variable, to allow
15081         external packages to indicate when new mail is available.
15082         (display-time-update): Use it.
15084 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
15086         * international/mule.el (mule-version): Change version name to
15087         SAKAKI.  AOI has already been used by Meadow.
15089         * international/quail.el (quail-show-guidance-buf): To find the
15090         bottom window (but minibuffer), pay attention to the height of
15091         minibuffer.
15093 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
15095         * arc-mode.el (archive-mode-map): Use the new menu-item format for
15096         menu-bar menus.  Add help strings.  Don't remove the Edit menu
15097         from the menu bar, as the menu bar has enough space now.
15099         * Makefile.in (SHELL): Make sure /bin/sh is used.
15101         * woman.el (woman-man-buffer): Fix bold and underlined CJK
15102         characters, which use series of two ^H characters instead of one.
15104 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
15106         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15107         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15108         functions.
15109         (Info-find-node-2): Try a case-sensitive search first, then
15110         do a case-insensitive search.
15112         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15113         tutorials.
15115         * complete.el (PC-env-vars-alist): New variable.
15116         (PC-complete-as-file-name): New function.
15117         (partial-completion-mode): Initialize PC-env-vars-alist from
15118         process-environment.
15119         (PC-do-completion): Handle completion of env vars.
15121         * info.el (Info-set-mode-line): Show file name in mode line,
15122         use `*Info*' instead of `Info:'.
15124         * startup.el (command-line-1): Change copyright messages to year
15125         2000.
15127 2000-06-15  Dave Love  <fx@gnu.org>
15129         * net/goto-addr.el (goto-address-fontify): Use keymap property,
15130         not local-map.
15132 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
15134         * international/mule.el (set-buffer-file-coding-system): Almost
15135         rewritten to handle `undecided' as no-op.
15137 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
15139         * Makefile.in: New file.
15141         * Makefile: Removed.
15143         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15144         (goto-address-highlight-keymap): Bind C-c RET.
15146 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
15148         * mail/sendmail.el (sendmail-send-it): The temporary buffer
15149         inherits buffer-file-coding-system of the current buffer.
15151         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15152         0.  Give correct argument to set-auto-coding-function.
15153         (tar-expunge): For goto-char, use (point-min), not 0.
15154         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15155         (tar-subfile-save-buffer): Likewize.
15157         * international/mule.el
15158         (after-insert-file-set-buffer-file-coding-system): Call
15159         set-buffer-file-coding-system with the arg FORCE t.
15161 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
15163         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15164         nil.  Contemporary sendmails issue an X-Authentication-Warning if
15165         the sender is set with `-f'.
15167 2000-06-13  Dave Love  <fx@gnu.org>
15169         * help.el (describe-function-1): Kluge around cases of functions
15170         fset to subrs whose doc doesn't match their symbol-name.
15172         * image.el (insert-image): Default STRING to a space.
15174         * info.el Doc fixes.
15175         (Info-build-node-completions): Match Ref tags.
15177 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
15179         * frame.el (display-multi-frame-p, display-multi-font-p): New
15180         defaliases for display-graphic-p.
15182         * hl-line.el: Fixed a typo in commentary.
15184 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
15186         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15187         fixed.
15189 2000-06-12  Dave Love  <fx@gnu.org>
15191         * image.el (insert-image): Save a little consing.
15193 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15195         * language/tibet-util.el: Convert all tibetan-1-column characters
15196         to the corresponding tibetan characters.
15197         (tibetan-add-components): Delete code for the special treatment of
15198         'a chung.
15200         * language/tibetan.el (tibetan-composable-pattern): Fix previous
15201         change.
15202         (tibetan-vowel-transcription-alist): More rules added.
15203         (tibetan-composite-vowel-alist): New variable.
15204         (tibetan-precomposition-rule-alist): More rules added.
15206 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
15208         * startup.el (command-line): Only call menu-bar-mode if interactive.
15210         * thingatpt.el (toplevel symbol-properties):
15211         * textmodes/makeinfo.el (makeinfo-compile):
15212         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15213         * progmodes/hideif.el (hif-compress-define-list)
15214         (hide-ifdef-use-define-alist):
15215         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15216         (ange-ftp-vms-add-file-entry):
15217         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15218         * man.el (Man-build-man-command):
15219         * mail/rnewspost.el (news-reply-header-hook):
15220         * info.el (Info-insert-dir):
15221         * emulation/mlconvert.el (backward-word, forward-word, setq):
15222         * emacs-lisp/gulp.el (gulp-send-requests):
15223         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15224         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15225         (byte-optimize-apply, end of file):
15226         * emacs-lisp/advice.el (ad-advice-class-completion-table)
15227         (ad-make-freeze-definition):
15228         * startup.el (command-line, command-line-1): Don't quote lambdas.
15230         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15231         (cvs-cleanup-removed): New function.
15232         (cvs-cleanup-functions): New var.
15233         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15234         some flexibility in specifying additional entries to auto-cleanup.
15235         (cvs-quickdir): New function.
15236         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15237         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15238         (cvs-mode-find-file): Check that we are on a filename or dirname
15239         when invoked through a mouse-click.
15240         (cvs-full-path): Remove.
15241         (cvs-dired-action): Re-introduced.
15242         (cvs-dired-noselect): Use it.
15243         (vc-post-command-functions): use this new hook if available.
15245         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15246         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15247         (cvs-filename-map, cvs-dirname-map): Remove.
15248         (cvs-default-action): Remove.
15249         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15250         if the arg is really a keymap.
15251         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15252         Don't hardcode the mapping from state (aka type) to face, but check
15253         the var cvs-fi-<type>-face instead.
15254         (cvs-fileinfo-from-entries): New function.
15256         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15257         Docstring fix.
15258         (cvs-find-file-and-jump): Change default to be safer.
15259         (cvs-mode-diff-map): Define it as a function as well.
15260         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15261         Bind mouse-2 in this global map rather than with text-properties.
15263         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15264         file to resolve the ambiguity between C(conflict) and C(need-merge).
15266 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15268         * international/mule.el (set-buffer-file-coding-system): If
15269         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15270         unconditionally.
15272 2000-06-12  Dave Love  <fx@gnu.org>
15274         * wid-edit.el (widget-specify-button): Really suppress the face if
15275         required.
15277 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
15279         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15281 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
15283         * imenu.el (imenu-generic-expression): Docstring fix.
15285         * composite.el (composition-function-table): Move the `put'
15286         below the autoload cookie so we can load the file before loaddefs.
15288         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15290         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15291         Handle easy-mmode-define-global-mode.
15292         For complex macros like define-minor-mode that can generate
15293         several autoload entries, try to autoload entries in the
15294         macroexpanded code.
15296         * emacs-lisp/easy-mmode.el (define-minor-mode):
15297         If KEYMAP is a symbol, just use it.
15298         Use byte-compile-current-file and load-file-name to infer the
15299         proper :require to pass to defcustom.
15300         Wrap the hook var into `progn' so as not to autoload it.
15301         Add a :autoload-end cookie.
15302         Be more careful about the evaluation of KEYMAP.
15303         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15304         (define-derived-mode): Move define-abbrev-table outside of defvar.
15306 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
15308         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15309         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15310         (backup-compiled-files): Ignore errors during `tar'.
15311         (bootstrap): Make autoloads before elc files.
15313 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
15315         * international/mule.el (set-buffer-file-coding-system): If one of
15316         undecided-XXX is specified, change only EOL conversion.
15318         * international/mule-conf.el (unix): New alias for the coding
15319         system undecided-unix.
15321 2000-06-09  Dave Love  <fx@gnu.org>
15323         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15325         * progmodes/executable.el: Byte compile dynamic.
15326         (executable-insert): Change custom type.
15327         (executable-find): Add autoload cookie.
15328         (executable-make-buffer-file-executable-if-script-p): New
15329         function.  After Noah Friedman.
15331         * files.el (after-save-hook): Customize, with
15332         executable-make-buffer-file-executable-if-script-p as an option.
15334 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
15336         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15337         "tib24p-mule.bdf" for Tibetan.
15339         * composite.el (decompose-composite-char): Declare it as obsolete.
15341         * man.el (Man-fontify-manpage): Pay attention to underline and
15342         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15344 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
15346         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15347         Set maintainer to FSF since author isn't reachable.
15349 2000-06-08  Dave Love  <fx@gnu.org>
15351         * international/mule-cmds.el (select-safe-coding-system): If
15352         DEFAULT-CODING-SYSTEM is not specified, also check the most
15353         preferred coding-system if buffer-file-coding-system is
15354         `undecided'.  From Handa.
15356 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
15358         * international/mule.el
15359         (after-insert-file-set-buffer-file-coding-system): If the buffer
15360         size is greater than INSERTED, judget that we are not visiting.
15362 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
15364         * whitespace.el (defgroup whitespace): Comment out `:version'.
15365         XEmacs 20.4 has problems defining the group with this present.
15366         We'll have this commented out till get resolve the problem.
15368 2000-06-07  John Wiegley  <johnw@gnu.org>
15370         * align.el (align-dq-string-modes, align-sq-string-modes)
15371         (align-open-comment-modes): Add pyhton-mode.
15372         (align-rules-list): Use get-text-property instead of
15373         text-properties-at.
15374         (align-rules-list): Add python-assignment.
15375         (align-rules-list): Change perl-comma-delimiter to
15376         basic-comma-delimiter.  Use if for Perl modes and python-mode.
15377         (align-rules-list): Add python-chain-logic and
15378         basic-line-continuation.
15380 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
15382         * apropos.el (apropos-mode-hook): New user variable.
15383         (apropos-mode): Run apropos-mode-hook.
15385 2000-06-07  David Ponce  <david@dponce.com>
15387         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15388         commands.  Require `wid-edit' at run-time.
15390 2000-06-07  David Ponce  <david@dponce.com>
15392         * recentf.el: Added some "Commentary".
15393         (recentf-open-more-files, recentf-edit-list): Minor changes to
15394         move the point at the top of the file list.  This behaviour is
15395         consistent with the menu one when the list contains a lot of
15396         files.
15397         (recentf-cleanup): Now displays the number of items removed from
15398         the list.
15399         (recentf-relative-filter) New menu filter to show filenames
15400         relative to `default-directory'.
15402 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15404         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
15405         with/without giving an error if PostScript printer doesn't have this
15406         kind of page size.  Zebra Stripe continues or restarts on next page.
15407         Manual/automatic paper feeding.  Switch or not the header.
15408         (ps-print-version): New version number (5.2.2).
15409         (ps-windows-system): Include emx as a Windows system.
15410         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15411         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15412         (ps-background-text): Code fix.
15413         (ps-error-handler-message, ps-user-defined-prologue)
15414         (ps-print-prologue-header, ps-printer-name)
15415         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15416         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15417         (ps-use-face-background): Customization fix.
15418         (ps-n-up-database): Data fix.
15419         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15420         (ps-switch-header): New vars.
15421         (ps-xemacs-color-name, ps-face-foreground-name)
15422         (ps-face-background-name, ps-boolean-constant): New funs.
15424 2000-06-07  Dave Love  <fx@gnu.org>
15426         * allout.el: New version from Manheimer.
15428 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
15430         * textmodes/fill.el (fill-find-break-point): Check the validity of
15431         charset.
15433 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15435         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15436         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15437         Call display-color-p and display-mouse-p instead of looking at
15438         window-system.
15440 2000-06-06  Dave Love  <fx@gnu.org>
15442         * image.el (find-image): Doc fix.  Return nil if image not found.
15443         (put-image, insert-image): Make STRING arg optional.
15445 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
15447         * language/vietnamese.el: Remove eval-when-compile.
15448         (viet-viscii-nonascii-translation-table): Define it as a
15449         translation table made from viet-viscii-decode-table.
15450         (viet-viscii-encode-table): Define it as a translation table made
15451         from the reverse map of above.
15452         (viet-vscii-nonascii-translation-table): Define it as a
15453         translation table made from viet-vscii-decode-table.
15454         (viet-vscii-encode-table): Define it as a translation table made
15455         from the reverse map of above.
15456         (ccl-decode-viscii): Use translate-character.
15457         (ccl-encode-viscii, ccl-encode-viscii-font)
15458         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15459         Likewize.
15461         * language/cyrillic.el: Remove eval-when-compile.
15462         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15463         translation table made from cyrillic-koi8-r-decode-table.
15464         (cyrillic-koi8-r-encode-table): Define it as a translation table
15465         made from the reverse map of above.
15466         (ccl-decode-koi8): Use translate-character.
15467         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15468         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15469         a translation table made from cyrillic-alternativnyj-decode-table.
15470         (cyrillic-alternativnyj-encode-table): Define it as a translation
15471         table made from the reverse map of above.
15472         (ccl-decode-alternativnyj): Use translate-character.
15473         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15474         Likewize
15476         * international/mule-diag.el (non-iso-charset-alist): Specify
15477         translation table symbol instead of translation table itself.
15478         (list-block-of-chars): CHARSET may be a translation table symbol.
15480         * international/mule.el (make-coding-system): If CODING-SYSTEM
15481         already exists, override it.
15483         * international/fontset.el: Use family `proportional' for Tibetan
15484         fonts.
15486         * international/ccl.el (ccl-compile-translate-character): Don't
15487         check if Rrr has property translation-table.
15488         (ccl-compile-map-multiple): Modified to avoid compiler warning.
15490 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
15492         * info.el: Bind case-fold-search to t when searching in case
15493         a user sets it to nil in a hook.
15495 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
15497         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15498         * hl-line.el (hl-line-mode): Use the new :global key argument.
15500         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15501         (tar-clip-time-string): Prepend a space.
15502         (tar-grind-file-mode): Construct a string rather than modifying one.
15503         (tar-header-block-summarize): Fix docstring.
15504         Use `format' rather than an error-prone set of copy-loops.
15506         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15507         (diff-goto-source, diff-unified->context, diff-context->unified)
15508         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15509         understand the format output by the `-p' argument to diff.
15511         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15512         (sh-re-done): Use defconst.
15513         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15514         (sh-help-string-for-variable, sh-guess-basic-offset):
15515         Don't quote lambdas.
15516         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15517         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15519         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15520         (mh-letter-mode): Derive from text-mode.
15521         This implicitly means that it now calls kill-all-local-variables.
15522         Also remove the Emacs-18 compatibility code.
15524         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15525         Make use of symbol-property doc-string-elt.
15526         Use memq rather than a sequence of eq.
15527         (doc-string-elt): Fix the wrong or missing previously unused values.
15528         (autoload-print-form): New function extracted from
15529         generate-file-autoloads to allow recursion when handling progn
15530         so that defvar's and defun's docstrings are properly printed.
15531         (generate-file-autoloads): Use it.
15533         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15534         Use find-file-hooks in the minor-mode function.
15535         Be careful not to loop indefinitely in the post-command-hook function.
15537 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
15539         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15540         tty's.
15541         * ediff-diff.el (ediff-exec-process): Use --binary for fine
15542         differences whenever appropriate.
15543         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15544         * viper.el (find-file, find-file-other-window): Get viper to do
15545         wildcards.
15547 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
15549         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15550         (jit-lock-fontify-buffer): New function for JIT refontification.
15551         (jit-lock-mode): Fix docstring.
15552         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15553         Remove jit-lock-after-change from the _local_ hook.
15554         (jit-lock-function-1): Fix docstring.
15556         * info.el (Info-on-current-buffer): Initialize info.
15558         * newcomment.el (comment-indent): Ignore comment-indent-hook.
15560         * progmodes/tcl.el (tcl-indent-for-comment):
15561         Ignore comment-indent-hook.
15563         * emacs-lisp/easy-mmode.el: Require CL during compilation.
15564         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15565         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15566         and improve to use the lighter to guess the capitalization.
15567         (define-minor-mode): Inline code from easy-mmode-define-toggle.
15568         Add keyword arguments to specify global-ness or the custom group.
15569         Add local-map and help-echo properties to the lighter.
15570         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15571         (easy-mmode-define-global-mode): New macro.
15573 2000-06-02  Dave Love  <fx@gnu.org>
15575         * wid-edit.el: byte-compile-dynamic since we typically don't use
15576         all the widgets.  Don't require cl or widget.  Remove
15577         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
15578         (widget-read-event): Removed.  Callers changed to use read-event.
15579         (widget-button-release-event-p): Renamed from
15580         button-release-event-p.
15581         (widget-field-add-space, widget-field-use-before-change):
15582         Uncustomize.
15583         (widget-specify-field): Use keymap property, not local-map.
15584         (widget-specify-button): Obey :suppress-face.
15585         (widget-specify-insert): Use modern backquote syntax.
15586         (widget-image-directory): Renamed from widget-glyph-directory.
15587         (widget-image-enable): Renamed from widget-glyph-enable.
15588         (widget-image-find): Replaces widget-glyph-find.
15589         (widget-button-pressed-face): Move defvar.
15590         (widget-image-insert): Replaces widget-glyph-insert.
15591         (widget-convert): Use keywordp.
15592         (widget-leave-text, widget-children-value-delete): Use mapc.
15593         (widget-keymap): Remove XEmacs stuff.
15594         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15595         (widget-button-click): Don't set point at the click, but re-centre
15596         if we scroll out of window.  Rewritten for images v. glyphs &c.
15597         (widget-tabable-at): Use POS arg, not point.
15598         (widget-beginning-of-line, widget-end-of-line)
15599         (widget-item-value-create, widget-sublist, widget-princ-to-string)
15600         (widget-sexp-prompt-value, widget-echo-help): Simplify.
15601         (widget-default-create): Use widget-image-insert; some rewriting.
15602         (widget-visibility-value-create)
15603         (widget-push-button-value-create, widget-toggle-value-create): Use
15604         widget-image-insert.
15605         (checkbox): Create on and off images dynamically.
15606         (documentation-link): Change :help-echo.
15607         (widget-documentation-link-echo-help): Remove.
15609 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
15611         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15613         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15614         (easy-mmode-define-toggle, define-minor-mode): Use it.
15615         (easy-mmode-define-keymap): Docstring fix.
15616         (define-derived-mode): Default PARENT to fundamental-mode.
15617         Add the derived-mode-parent symbol-property.
15618         (easy-mmode-derived-mode-p): New function.
15620 2000-06-02  Dave Love  <fx@gnu.org>
15622         * files.el (convert-standard-filename): Doc fix.
15623         (normal-backup-enable-predicate): New function.
15624         (backup-enable-predicate): Use it to replace the lambda form.
15626         * calendar/todo-mode.el: [This needs more work on the outline
15627         stuff.]  Doc fixes.
15628         (todo) <defgroup>: Add :version.
15629         (todo-add-category): Don't use pushnew.
15630         (todo-cmd-raise): Fix typo.
15631         (todo-top-priorities): Change temp buffer name.
15632         (todo-category-alist): Avoid redundant lambda.
15633         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15634         Use outline-next-heading.
15636         * autoarg.el: Rewritten to use define-minor-mode.
15637         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15638         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15640 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
15642         * isearch.el (isearch-other-meta-char): Fix previous change.
15644 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15646         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15647         (log-edit-done): Only add the comment to the ring if it's different
15648         from the last comment entered.
15650         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15652 2000-06-01  Dave Love  <fx@gnu.org>
15654         * hl-line.el: Rewritten using define-minor-mode.
15656         * help.el (describe-function-1): Distinguish special form from
15657         builtin function.  Sanity-check presence of arglist for builtins.
15659 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
15661         * international/characters.el: Fix syntax/category setting of
15662         Tibetan characters.
15664         * language/tibet-util.el (tibetan-add-components): Fixes for new
15665         encoding of Tibetan characters.
15666         (tibetan-decompose-precomposition-alist): New variable.
15667         (tibetan-decompose-region): Convert precomposed characters to
15668         non-precomposed characters.
15669         (tibetan-decompose-string): Likewise.
15670         (tibetan-composition-function): Fix args to
15671         thibetan-compose-string.
15673         * language/tibetan.el (tibetan-composable-pattern): More
15674         characters included.
15675         (tibetan-consonant-transcription-alist): Rule for "R" added.
15676         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15677         "+R" added.
15678         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15680         * language/lao-util.el (lao-composition-function): Fix args to
15681         compose-string.
15683         * language/thai-util.el (thai-composition-function): Fix args to
15684         compose-string.
15686         * isearch.el (isearch-update): Set disable-point-adjustment to t
15687         to prevent the point moving to the end of a composition when a
15688         part of a composition is searched.
15689         (isearch-other-meta-char): If the key invoking this command can be
15690         mapped by function-key-map to a printing char, call
15691         isearch-process-search-char directly.
15693 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15695         * emacs-lisp/bytecomp.el:
15696         * frame.el:
15697         * international/mule-cmds.el:
15698         * international/mule-util.el:
15699         * international/mule.el:
15700         * mouse.el:
15701         * subr.el:
15702         * faces.el: Update calls to make-obsolete with a WHEN argument.
15704         * byte-run.el (make-obsolete, make-obsolete-variable):
15705         Add an optional WHEN argument and change the format of the
15706         symbol-property information.
15707         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15708         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15709         new obsolete-symbol-property format and print WHEN if it is provided.
15711 2000-05-31  Dave Love  <fx@gnu.org>
15713         * loadhist.el (loadhist-hook-functions): Remove
15714         before-change-function, after-change-function.
15715         (unload-feature): Deal with symbols which are both bound and
15716         fbound.
15718         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15719         before-change-function, after-change-function.
15721         * simple.el (newline): Don't bind before-change-function,
15722         after-change-function.
15724 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
15726         * whitespace.el (whitespace-rescan-timer-time): Update interval
15727         set to 600 seconds (10 minutes) instead of 60 seconds since
15728         a large number of whitespace buffers causes emacs to `freeze'
15729         for a considerable amount of time.
15731         * whitespace.el: Updated email address
15733 2000-05-31  Dave Love  <fx@gnu.org>
15735         * add-log.el (change-log-font-lock-keywords) <function>: Add
15736         pattern for function of change.
15737         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15738         acknowledgements patterns.
15740 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
15742         * isearch.el (isearch-printing-char): If keyboard coding system is
15743         being used, call isearch-process-search-multibyte-characters.
15745         * international/isearch-x.el: Mostly rewritten.
15747         * international/quail.el (quail-start-conversion): Don't include
15748         unhandled events in the returned events, but set them in
15749         unread-command-events.  Exit if all inputs are deleted.
15751 2000-05-30  Jason Rumney  <jasonr@gnu.org>
15753         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15755         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15756         Reenable code to create initial fontsets.
15757         Use set-fontset-font in place of put-charset-property.
15759 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
15761         * progmodes/perl-mode.el (perl-indent-line): When looking for a
15762         label, ensure that the first colon isn't followed by another.
15764         * paths.el (Info-default-directory-list): Doc fix.
15766         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15767         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15768         send a query containing USER only, not USER@HOST.
15770         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15771         and rmail-msgend to compute the restriction at the end, instead of
15772         computing it.
15774 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15776         * dabbrev.el (dabbrev-expand): Don't display messages in the
15777         echo area if the minibuffer window is active.
15779         * jit-lock.el (jit-lock-mode): Add after change function to
15780         local hook.
15782 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
15784         * antlr-mode.el: New commands: hide/unhide actions,
15785         upcase/downcase literals.
15786         (antlr-tiny-action-length): New user option.
15787         (antlr-hide-actions): New command.  Suggested by
15788         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15789         (antlr-mode-map): New binding [C-c C-v].
15790         (antlr-mode-menu): New entries.
15791         (antlr-downcase-literals): New command.
15792         (antlr-upcase-literals): Ditto.
15794         * antlr-mode.el: Minor changes: indendation, mode-name.
15795         (antlr-indent-line): Indent cpp directive at column 0.
15796         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15798         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15799         (antlr-font-lock-additional-keywords): Workaround for intentional
15800         bug in XEmacs version of font-lock.
15801         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
15802         be used by a smarter version of `buffers-menu-grouping-function'.
15804 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15806         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15807         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15809 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
15811         * international/encoded-kb.el
15812         (encoded-kbd-iso2022-designation-map): Pay attention to that
15813         charset-iso-final-char return -1 for eight-bit-control and
15814         eight-bit-graphic.
15816 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15818         * speedbar.el (speedbar-use-images, speedbar-update-flag)
15819         (speedbar-easymenu-definition-base): Use display-graphic-p where
15820         available, instead of window-system.
15822 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15824         * international/codepage.el (cp-coding-system-for-codepage-1): Add
15825         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15826         coding systems.
15828 2000-05-26  Dave Love  <fx@gnu.org>
15830         * disp-table.el (standard-display-underline): Don't use
15831         internal-find-face.
15833         * mail/reporter.el: Maintainer change.  Doc fixes.
15834         (reporter-version): Deleted.
15836         * emacs-lisp/elp.el: Maintainer change.
15837         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15839 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
15841         * add-log.el (add-change-log-entry): Merge the current entry with the
15842         previous one if the previous one is empty.
15844 2000-05-26  Dave Love  <fx@gnu.org>
15846         * loadhist.el (unload-feature): Fix interactive spec [from
15847         lijnzaad@ebi.ac.uk].
15849         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15850         subr-arity to check primitives.
15851         (byte-compile-flush-pending, byte-compile-file-form-progn)
15852         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15853         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15854         mapcar.
15856 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
15858         * international/fontset.el: Set family names of non-latin charsets
15859         in default fontset to "*".
15861         * international/mule-diag.el (print-fontset): Combine family part
15862         and registry part of the fontname by "-*-" instead of "-".
15864         * international/mule-cmds.el (encode-coding-char): Make strings
15865         multibyte before calling encode-coding-string.
15867 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15869         * derived.el: Fix keywords.
15870         (define-derived-mode): Only define if needed.
15872         * simple.el (fill-comment, comment-column, comment-start)
15873         (comment-start-skip, comment-end, comment-indent-function)
15874         (block-comment-start, block-comment-end, indent-for-comment)
15875         (set-comment-column, kill-comment, comment-padding, comment-region)
15876         (comment-multi-line, indent-new-comment-line): Remove.
15878         * bindings.el (esc-map): Change ; to comment-dwim and use the new
15879         function names for comment operations.
15881         * newcomment.el: Add abundant autoload cookies.
15882         (comment-style): Don't depend on runtime data at compile-time.
15883         (comment-indent-hook): Remove.
15884         (comment-indent): Check if comment-indent-hook is bound.
15885         (comment-region): Docstring fix.
15887 2000-05-25  Dave Love  <fx@gnu.org>
15889         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15890         byte-code-function-p.
15892         * mail/rmailsum.el: Add provide.
15894         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15896         * smerge-mode.el (smerge-diff-switches): Don't use list* in
15897         defcustom.
15899 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
15901         * ediff-diff.el (ediff-exec-process): delete --binary option from
15902         non-buffer ediff jobs.
15904 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15906         * hilit-chg.el (highlight-changes-mode): Ask about color or
15907         grayscale support, not about window-system.
15909         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15910         window-system.
15911         (ffap-highlight): Always default to t.
15913         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15914         display-popup-menus-p instead of looking at window-system.
15916         * disp-table.el (standard-display-g1, standard-display-graphic):
15917         Only refuse to use string glyphs on X and MS-Windows.
15919         * avoid.el: Remove window-system from commentary, suggest to use
15920         display-*-p instead.
15922         * apropos.el (apropos-print): Use display-mouse-p instead of
15923         window-system.
15925 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15927         * international/codepage.el (cp-decoding-vector-for-codepage):
15928         Fill up unsupported characters with their own codes.  From Kenichi
15929         Handa.
15931 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15933         * international/mule-diag.el (describe-char-after): Use
15934         display-graphic-p instead of window-system, so that this function
15935         works on MS-DOS.
15937 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15939         * international/codepage.el (cp-make-coding-systems-for-codepage):
15940         Remove the eight-bit-graphic and eight-bit-control charsets from
15941         the list of charsets which we convert into `?'.
15943 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
15945         * international/mule-conf.el: Specify CHARSET-ID explicitely for
15946         private charsets.
15947         (mule-unicode-0100-24ff, japanese-jisx0213-1,
15948         japanese-jisx0213-2): New charsets.
15950         * international/fontset.el: Setup default fontset for new charsets.
15952 2000-05-24  Dave Love  <fx@gnu.org>
15954         * info.el (Info-find-node-2): Restructure [following "Vadim
15955         S. Solomin" <sovs@uic.nnov.ru>].
15957         * icomplete.el: Fix header for Finder.
15959 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
15961         * rmailout.el (rmail-output-to-rmail-file): Added optional param
15962         STAY.
15964         * rmail.el (rmail-automatic-folder-directives): New user variable.
15965         (rmail-show-message): Add call to `rmail-auto-file' during
15966         display.
15967         (rmail-auto-file): New function.
15969 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15971         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15972         account.
15973         (ediff-test-utility,ediff-diff-mandatory-option)
15974         (ediff-reset-diff-options): Utilities for proper initialization of
15975         ediff-diff-options and ediff-diff3-options on Windows.
15977         * ediff-init.el (ediff-merge-filename-prefix): New customizable
15978         variable.
15980         * ediff-mult.el (ediff-filegroup-action): Use
15981         ediff-merge-filename-prefix.
15983 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15985         * viper-ex.el (ex-write): Set selective display to nil.
15987 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15989         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15990         aliases for hebrew-iso-8bit.
15992 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15994         * woman.el: New version from Francis J. Wright
15995         <F.J.Wright@Maths.QMW.ac.uk>.
15996         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15997         names in environment variables regardless of the path separator.
15998         (woman-topic-all-completions-1): Don't call file-name-directory-p
15999         on all files, since woman-file-regexp already filters out any
16000         directories.
16002 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
16004         * international/quail.el (quail-start-translation): Don't change
16005         modified-p of the current buffer.
16006         (quail-start-conversion): Likewise.
16008         * international/kkc.el (kkc-region): Don't change modified-p of
16009         the current buffer.
16011         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16012         conform to RFC1468.
16013         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16015 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
16017         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16018         (speedbar-insert-button): Invisible text property fix.
16019         (speedbar-directory-plus): Renamed from speedbar-directory-+
16020         (speedbar-directory-minus): Renamed from speedbar-directory--
16021         (speedbar-page-plus): Renamed from speedbar-file-+
16022         (speedbar-page-minus): Renamed from speedbar-file--
16023         (speedbar-page): Renamed from speedbar-file-
16024         (speedbar-tag): Renamed from speedbar-tag-
16025         (speedbar-tag-plus): Renamed from speedbar-tag-+
16026         (speedbar-tag-minus): Renamed from speedbar-tag--
16027         (speedbar-expand-image-button-alist): Use above renames.
16029         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16030         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16031         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16032         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16033         * sb-pg.xpm: Renamed from sb-file.xpm
16034         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16035         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16037 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
16039         * international/quail.el (quail-show-guidance-buf): Set
16040         current-input-method of the guidance buffer to the name of the
16041         curren input method.
16043 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
16045         * progmodes/compile.el (compile-internal): Style typo.
16047         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16048         quote vars and functions in the docstring.
16050         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16052         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16053         Don't quote lambdas.
16055         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16057 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16059         * startup.el (command-line): Determine source file of compiled
16060         user init file differently.  Warn if compiled user init file
16061         is older than its source file.
16063         * ffap.el (ffap-url-regexp): Add `https'.
16065 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
16067         * files.el (make-backup-file-name-1): Replace slashes with `!'
16068         rather than `|' (which is not allowed on Windows).  Replace the
16069         drive letters with a string "drive_X".
16071 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16073         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16075         * files.el (interpreter-mode-alist): Add `bash2'.
16077 2000-05-22  Dave Love  <fx@gnu.org>
16079         * loadhist.el (feature-symbols, file-provides, file-requires): Use
16080         mapc.
16081         (feature-file): Avoid calling symbol-name.  Doc fix.
16082         (file-set-intersect, file-dependents): Use dolist, not mapcar.
16083         (loadhist-hook-functions): Add mouse-position-function.
16084         (unload-feature): Change uses of mapcar.
16086         * files.el (parse-colon-path): Doc fix.
16087         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16088         (set-auto-mode): Use mapc.
16090         * complete.el (PC-look-for-include-file): Use :alnum: character
16091         class.
16092         (partial-completion-mode): Add autoload cookie.
16094 2000-05-22  Sam Steingold  <sds@gnu.org>
16096         * info.el (Info-fontify-node): Fixed the call to
16097         `add-text-properties' (bug introduced on 2000-05-18).
16099 2000-05-22  Dave Love  <fx@gnu.org>
16101         * bindings.el: Remove debug-ignored-errors set in other files.
16103         * progmodes/etags.el: Add to debug-ignored-errors.
16104         (visit-tags-table-buffer): Clear out buffers holding old tables
16105         when making a new list.
16106         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16107         mapc.
16109         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
16110         quote keywords.
16111         (cmpl-string-case-type): Use character classes.
16113         * comint.el:
16114         * textmodes/ispell.el:
16115         * imenu.el:
16116         * mail/mh-e.el:
16117         * progmodes/compile.el: Add to debug-ignored-errors.
16119         * dabbrev.el: Add to debug-ignored-errors.
16120         (dabbrev-completion): Use mapc.
16122 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
16124         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16125         (woman-mapcan, woman-parse-man.conf)
16126         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16127         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16128         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
16129         path syntax better.
16130         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16131         (woman-manpath): Call woman-parse-man.conf.
16132         (woman-emulation): New defcustom, defaults to nroff.
16133         (woman-font-support): New defconst.
16134         (woman-use-symbol-font): New defcustom.
16135         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16136         "Emulation".
16137         Many functions: Doc fix.
16139 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
16141         * international/quail.el (quail-simple-translation-keymap): Map
16142         128..255 to quail-self-insert-command.
16143         (quail-keyboard-layout-alist): Add definition for "pc102-de".
16145 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
16147         * help.el (help-manyarg-func-alist): Typo.
16149         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16150         intervals which makes it heaps simpler.
16152         * newcomment.el (comment-region-internal): Go back to BEG after quoting
16153         the nested comment markers.
16155         * subr.el (remove-hook): Don't turn the hook's value into a list.
16157 2000-05-21  Dave Love  <fx@gnu.org>
16159         * edmacro.el (edmacro-parse-keys): Return vector if any elements
16160         are invalid characters.
16162         * international/mule-util.el (detect-coding-with-priority): Use
16163         mapc.  Remove redundant lambda.
16165         * international/mule-diag.el (list-non-iso-charset-chars)
16166         (describe-fontset): Remove redundant lambda.
16168         * emulation/crisp.el (brief-mode): New alias.
16170         * emacs-lisp/ring.el (ring-elements): New function.
16172         * emacs-lisp/easymenu.el (easy-menu-create-menu)
16173         (easy-menu-do-add-item): Use keywordp.
16175         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16177         * replace.el: Doc and error message fixes.
16178         (replace-highlight): Use facep, not internal-find-face.
16180 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
16182         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16184         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16185         (log-edit-insert-changelog): Drop `:' as well.
16187         * log-view.el: Fix file description.
16188         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16189         available.
16190         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16191         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16193         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16194         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16195         Print a status message if the toggle is called interactively.
16196         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16197         for global minor modes and use `defcustom' for them.
16198         Use add-minor-mode.
16199         (easy-mmode-define-derived-mode): Remove.
16200         (define-derived-mode): Fancier default docstring.
16201         (easy-mmode-define-navigation): Signal an error rather than (ding).
16203         * newcomment.el (comment-styles): New `box-multi'.
16204         (comment-normalize-vars): Better default for comment-continue to
16205         avoid whitespace-only continuations.
16206         (comment-search-forward): Always move even in the no-syntax case.
16207         (comment-padright): Only obey N if it's only obeyed for padleft.
16208         (comment-make-extra-lines): Better handling of empty continuations.
16209         Use `=' for the filler if comment-start has only one character.
16210         (uncomment-region): Try handling the special `=' filler.
16211         (comment-region): Allow LINES even if MULTI is nil.
16212         (comment-box): Choose box style based on comment-style.
16214 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
16216         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16217         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16219 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
16221         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16222         and insert, not subst-char-in-region.
16224         * international/mule-diag.el (list-character-sets-1): Handle
16225         charsets eight-bit-control and eight-bit-graphic.
16226         (list-iso-charset-chars): Likewise.
16227         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16228         charactes as is.  Use indent-to to align characters.
16230         * international/mule-cmds.el (find-multibyte-characters): Never
16231         exclude charsets eight-bit-control and eight-bit-graphic.
16233 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16235         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16236         Don't quote lambdas.
16238         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16240 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16242         * gud.el (gud-jdb-directories): Doc fix.
16244 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16246         * newcomment.el: New file.
16248 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16250         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16252 2000-05-18  Andreas Schwab  <schwab@suse.de>
16254         * dired.el (dired-between-files): Also skip lines beginning with
16255         `used'.
16257 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
16259         * msb.el (msb-menu-cond): Add choice `user'.
16261 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16263         * ps-print.el: Compatibility, customization and doc fix.
16264         (ps-printer-name-option): Replace defconst by defvar.
16265         (ps-postscript-code-directory): XEmacs compatibility.
16266         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16267         fix.
16268         (ps-user-defined-prologue, ps-print-prologue-header)
16269         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16270         compatibility and code fix.
16271         (ps-print-background-image, ps-print-background-text):
16272         Customization fix.
16273         (ps-line-number-start, ps-n-up-on): New vars.
16275 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
16277         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16278         the indent-comment function to just return the appropriate indent.
16280 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
16282         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16283         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16284         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16286 2000-05-18  Dave Love  <fx@gnu.org>
16288         * info.el (Info-fontify-node): Add intangible property as well as
16289         invisible.
16291         * calendar/appt.el (appt-make-list): Match all lines of entry.
16292         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16294 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
16296         * international/mule-diag.el (describe-char-after): Call
16297         internal-char-font, not char-font.  If internal-char-font returns
16298         nil, display "-- none --".
16300 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16302         * image.el (image-type-available-p): Don't reference image-types
16303         if it isn't bound.
16305 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
16307         * autoarg.el (autoarg-mode): Typo in the :set argument.
16309 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16311         * startup.el (command-line-1): Don't signal an error if the
16312         directory for auto-save-list files does not yet exist.
16314 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
16316         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16318 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
16320         * subr.el (remove-hook): `setq' hook-value, not `set'.
16322 2000-05-16  Sam Steingold  <sds@gnu.org>
16324         * info.el (debug-ignored-errors): More errors to ignore.
16326 2000-05-16  Dave Love  <fx@gnu.org>
16328         * cus-edit.el: Don't require cl or easymenu.
16329         (custom-variable-prompt): Test standard-value property, not
16330         user-variable-p.
16332 2000-05-16  Sam Steingold  <sds@gnu.org>
16334         * subr.el (add-hook): `setq' hook-value, not `set'.
16336 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
16338         * startup.el (command-line-1): Mention the FAQ in the startup
16339         message.
16341         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16343         * progmodes/compile.el (compilation-parse-errors): Collect
16344         `nomessage' regexps last.
16346         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16348         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16349         to the function name.
16351 2000-05-15  Dave Love  <fx@gnu.org>
16353         * speedbar.el (speedbar-recenter): Typo.
16354         (speedbar-expand-line): Make arg optional.
16355         (speedbar-mode): Avoid a compiler warning.
16357 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16359         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16360         user-specified option string is empty.
16362         * mouse.el (mouse-yank-at-click): Doc fix.
16364 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
16366         * term/internal.el (IT-character-translations): More updates of
16367         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16368         documents.
16370 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16372         * env.el (getenv): New function, interactively callable.
16373         (setenv, getenv): Remove autoload cookies.
16375         * loadup.el: Load `env'.
16377         * progmodes/f90.el: Change author's mail address.
16379 2000-05-14  Dave Love  <fx@gnu.org>
16381         * mail/rmail.el (rmail-show-message-hook): Customize and offer
16382         goto-addr as an option.
16384         * help.el (help-xref-stack): Doc fix.
16385         (help-xref-following): New variable.
16386         (help-make-xrefs): Use it.
16387         (help-xref-go-back): Use position information from stack element.
16388         (help-follow): Make position in stack element a pair.  Use
16389         help-xref-following.
16391         * autoarg.el: New file.
16393         * faces.el: Declare more functions obsolete.
16395         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16396         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16397         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16398         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16399         Remove all the setup-...-environment functions.
16401 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
16403         * speedbar.el: Updated the commentary section.  xemacs20p now uses
16404         >= when detecting.  Require `defimage' safely.
16405         (speedbar-easymenu-definition-base): Add toggle for images.
16406         (speedbar-easymenu-definition-special): Add flush cache & expand.
16407         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
16408         (speedbar-reconfigure-keymaps-hook): New variable.
16409         (speedbar-frame-parameters): Updated documentation.
16410         (speedbar-use-imenu-flag): Updated custom tag
16411         (speedbar-dynamic-tags-function-list): New variable.
16412         (speedbar-tag-hierarchy-method): Updated doc & custom.
16413         (speedbar-indentation-width, speedbar-indentation-width) New
16414         variables.
16415         (speedbar-hide-button-brackets-flag): Customizable.
16416         (speedbar-vc-indicator): Doc update.
16417         (speedbar-ignored-path-expressions): Updated default value.
16418         (speedbar-supported-extension-expressions): Updated default value.
16419         (speedbar-syntax-table): Remove {} paren status.
16420         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16421         as "+".  Added overlay aliases.
16422         (speedbar-mode): Use `speedbar-mode-line-update' instead of
16423         `force-mode-line-update'.
16424         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16425         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16426         `mouse-set-point'
16427         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16428         (speedbar-item-info-tag-helper): Revamped to handle a wider range
16429         of arbitrary text, and new helper functions.
16430         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16431         filename finder.
16432         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16433         (speedbar-directory-buttons): Update path search/expansion.
16434         (speedbar-make-tag-line): Pay attention to
16435         `speedbar-indentation-width'.  Use more care w/ invisible
16436         properties.
16437         (speedbar-change-expand-button-char): Call
16438         `speedbar-insert-image-button-maybe'.
16439         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16440         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16441         (speedbar-trim-words-tag-hierarchy)
16442         (speedbar-simple-group-tag-hierarchy): New functions
16443         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16444         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16445         functions.
16446         (speedbar-mouse-set-point): New function
16447         (speedbar-power-click): Updated documentation.
16448         (speedbar-line-token, speedbar-goto-this-file): Handle more types
16449         of tag prefix text.
16450         (speedbar-expand-line, speedbar-contract-line): Make more robust
16451         to strange text.
16452         (speedbar-expand-line): Takes universal argument to flush the
16453         cache.
16454         (speedbar-flush-expand-line): New function.
16455         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16456         Use new generator insertion method.
16457         (speedbar-fetch-dynamic-tags): New function.
16458         (speedbar-fetch-dynamic-imenu): Removed code now handled in
16459         `speedbar-fetch-dynamic-imenu'.
16460         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16461         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16462         "Revert Buffer" menu items.
16463         (speedbar-buffer-buttons-engine): Be smarter when creating a
16464         filename tag (for expansion purposes.).
16465         (speedbar-highlight-one-tag-line,
16466         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16467         (speedbar-recenter): New functions.
16468         (defimage-speedbar): Image loading abstraction.
16469         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16470         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16471         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16472         (speedbar-tag-type, speedbar-tag-mail): New images.
16473         (speedbar-expand-image-button-alist): New variable.
16474         (speedbar-insert-image-button-maybe): Insert an image over some
16475         buttons.
16477 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
16479         * international/mule-cmds.el (encode-coding-char): An ASCII
16480         character is always encodable.
16482         * international/mule-conf.el: Add more information in descriptions
16483         of character sets.
16485         * international/mule-diag.el (describe-char-after): New function.
16486         (describe-font-internal): Adjusted for the change of font-info.
16487         (describe-font): Likewise.
16488         (print-fontset): Rewritten for the new fontset implementation.
16489         (describe-fontset): Include fontset alias names in completion.
16490         (list-fontsets): Adjusted for the change of print-fontset.
16492         * simple.el (what-cursor-position): If DETAIL is non-nil, call
16493         describe-char-after instead of displaying the detail in the echo
16494         area.
16495         (syntax-code-table): Format changed.
16496         (string-to-syntax): Adjusted for the above change.
16498 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
16500         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16502 2000-05-12  Dave Love  <fx@gnu.org>
16504         * calendar/todo-mode.el: Remove some compatibility stuff and CL
16505         dependence.  Use line-{beginning,end}-position, not
16506         point-at{b,e}ol.  Some doc fixes.
16507         (todo-position): New function.  Fix callers of position to use it.
16508         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16510 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
16512         * time.el (display-time-mail-icon): Use `:ascent center'.
16514         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16515         handling FTP security extensions.
16517 2000-05-11  Dave Love  <fx@gnu.org>
16519         * calendar/todo-mode.el: New file.
16521 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
16523         * comint.el (comint-read-input-ring): Move reference to
16524         comint-input-ring-size outside of the save-excursion.  It was
16525         causing the default value to be the only one ever seen.
16527         * font-lock.el: Update copyright.  Remove Simon Marshall's email
16528         address on request from him.
16530         * subr.el (substitute-key-definition): Add comment describing
16531         the meaning of PREFIX.
16533 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
16535         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16537         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16538         (add-minor-mode): Don't make the variable buffer-local and add a
16539         reference to define-minor-mode in the docstring.
16541         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16542         HEADER/FOOTER and fix bug with trailing empty directory.
16543         (cvs-append-to-ignore): Use vc-editable-p if available.
16544         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16545         (vc-do-command): Tweak advice to handle the new VC.
16547         * log-view.el (log-view-goto-rev): New function for the new VC.
16548         (log-view-minor-wrap): Use mark-active.
16550         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16551         (log-edit-changelog-full-paragraphs): New var.
16552         (log-edit-insert-changelog): Remove a lonely leading `* file'.
16553         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16554         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16555         (log-edit-changelog-ours-p, log-edit-changelog-entries)
16556         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16557         Replace the `cvs' prefix with `log-edit'.
16559         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16561         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16562         (diff-font-lock-defaults): Explicitly turn off multiline.
16563         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16564         (diff-ediff-patch): Fix call to ediff-patch-file.
16565         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16566         Handle comments.
16568         * frame.el (automatic-hscrolling): Typo.
16570         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16572 2000-05-09  Sam Steingold  <sds@goems.com>
16574         * apropos.el (apropos-print): use `describe-face' instead of
16575         `customize-face-other-window'.
16577 2000-05-09  Dave Love  <fx@gnu.org>
16579         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16581         * help.el (describe-variable): Have customize button pop the
16582         help-xref stack when invoked.
16583         (help-xref-symbol-regexp): Add `face'.
16584         (help-make-xrefs): Check for quoted face names and adapt regexp
16585         submatch numbers to cope.
16586         (help-xref-interned): Maybe insert face doc too.  Separate
16587         sections with a line of hyphens.
16589         * faces.el:  Some doc fixes.  Declare some functions obsolete.
16590         (describe-face): Add customize button.  Return the help
16591         text.  Fix prompt.
16593 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
16595         * term/internal.el (IT-character-translations): Fix last change.
16597 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16599         * woman.el: New file
16600         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16602 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16604         * term/internal.el (IT-character-translations): Update ASCII
16605         simulations for greek-iso8859-7, add latin-iso8859-14 and
16606         latin-iso8859-15.
16608         * international/mule-cmds.el (set-language-info-alist): Call
16609         define-prefix-command with 3 arguments, to make the map suitable
16610         for a menu.
16612 2000-05-07  Dave Love  <fx@gnu.org>
16614         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16616 2000-05-05  Dave Love  <fx@gnu.org>
16618         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16619         list in doc string.  Don't quote keyword symbols.
16620         * emacs-lisp/cl.el: Likewise
16621         * emacs-lisp/cl-seq.el: Likewise
16623 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
16625         * abbrev.el (abbrev-mode): Make ARG optional.
16627 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
16629         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16631         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16633         * subr.el (substitute-key-definition): Clarify documentation.
16635 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
16637         * glasses.el (glasses-convert-to-unreadable): Use
16638         `glasses-separator' instead of the hard-wired "_".
16639         (glasses-mode): Call `glasses-make-unreadable' only in a single
16640         place.
16642 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
16644         * term/internal.el (cjk-codepages-alist): Add associations for
16645         Chinese and Korean codepages.  Remove FIXME comment.
16647 2000-05-03  Dave Love  <fx@gnu.org>
16649         * time.el (display-time-mail-face, display-time-use-mail-icon):
16650         New option.
16651         (display-time-mail-icon): New variable.
16652         (display-time-string-forms): Use the above.  Fix the local-map.
16654 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
16656         * replace.el (query-replace-map): Add binding for `E'.
16657         (query-replace-help): Extend help text.
16658         (perform-replace): Allow editing the replacement string.
16660         * make-mode.el (makefile-mode-abbrev-table): New variable.
16661         (makefile-mode): Set local abbrev table to
16662         makefile-mode-abbrev-table.
16663         (makefile-font-lock-keywords): Fontify includes and conditionals.
16665         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16666         set TOGGLE's value.
16668         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16669         mail-interactive-insert-alias.
16670         (mail-abbrev-complete-alias): New command.
16671         (mail-mode-map): Bind it to `M-TAB'.
16673 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
16675         * language/lao-util.el (lao-compose-region): New function.
16677 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
16679         * files.el (recover-session): Make directories as necessary
16680         if they don't exist yet.
16682         * calendar/cal-french.el
16683         (french-calendar-multibyte-special-days-array)
16684         (french-calendar-special-days-array): Change French text.
16685         (calendar-french-date-string): Change output.
16686         (calendar-goto-french-date): Likewise.
16688 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
16690         * wid-edit.el (widget-default-active): Obey `:always-active'.
16691         (widget-documentation-string-value-create): Set `:always-active'.
16693 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16695         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16696         default prefix to `~/_emacs.d/auto-save.list/_s'.
16697         (normal-top-level): Create the directory for auto-save files, if
16698         it doesn't already exist (in the ms-dos case only).
16700 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16702         * international/mule-cmds.el (set-language-environment): Don't
16703         concat an integer (dos-codepage), use format instead.
16705 2000-05-02  Dave Love  <fx@gnu.org>
16707         * help.el (help-xref-on-pp): Check for constant symbols.
16709 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
16711         * startup.el (normal-top-level): Put a condition-case around
16712         the code loading subdirs.el.
16714 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16716         * ps-print.el: Upside-down and face background color printing,
16717         line number step, doc fix.
16718         (ps-print-version): New version number (5.2).
16719         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16720         (ps-face-attribute-list, ps-plot-with-face): Code fix.
16721         (ps-spool-config): Var fix.
16722         (ps-printer-name-option): Const fix.
16723         (ps-print-upside-down, ps-use-face-background)
16724         (ps-line-number-step): New vars.
16725         (ps-window-system, ps-lp-system): New consts.
16726         (ps-face-background): New fun.
16728 2000-04-28  Richard Stallman  <rms@gnu.org>
16730         * files.el (make-auto-save-file-name):
16731         Apply auto-save-file-name-transforms to visited file name
16732         before generating auto save file name.
16733         (auto-save-file-name-transforms): New variable.
16735         * files.el (backup-enable-predicate):
16736         Correctly test for a file under a temporary directory.
16738 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
16740         * subr.el (add-minor-mode): Rewritten.
16742 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
16744         * mail/sendmail.el (sendmail-send-it): Set
16745         buffer-file-coding-system to the selected coding system for MIME
16746         header.
16748 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
16750         * dired.el (dired-move-to-filename-regexp): Allow format where
16751         YYYY is followed by two spaces.
16753         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16754         in the second character class of the regexp.
16756         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16757         mh-etc, too.
16759         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16760         nil.
16762         * subr.el (add-minor-mode): Use `set' instead of `setq'.
16764         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16765         argument.
16767 2000-04-27  Sen Nagata <sen@eccosys.com>
16769         * emacs-lisp/crm.el (crm-completion-table): New variable.
16770         (crm-collection-fn, crm-test-completion)
16771         (completing-read-multiple): Use it.
16773 2000-04-27  Dave Love  <fx@gnu.org>
16775         * help.el (locate-library): Use mapc.
16776         (help-manyarg-func-alist): Add call-process-region.
16778 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
16780         * subr.el (add-minor-mode): Make argument MAP optional.
16782         * desktop.el (desktop-save): Save list of minor modes.
16783         (desktop-create-buffer): Restore minor modes.
16784         (desktop-minor-mode-table): New user-option.
16786         * subr.el (add-minor-mode): New function.
16788         * image.el (find-image): New function.
16789         (defimage): Rewritten to find image at load time.
16791         * startup.el (normal-top-level-add-to-load-path): Handle
16792         case that the default directory is not in load-path.
16794         * help.el: Old patch from Stefan Monnier.
16795         (help-xref-on-pp): New function.
16796         (describe-variable): Use it to display xrefs in a symbol's value.
16798 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
16800         * cus-edit.el (custom-face): Fix parenthesis.
16802 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
16804         * mail/rmail.el (rmail-expunge): When there are no deleted
16805         messages, do nothing.
16807 2000-04-26  Dave Love  <fx@gnu.org>
16809         * international/mule-cmds.el (locale-translation-file-name):
16810         Defvar to nil.
16811         (set-locale-environment): Set it here (at runtime).
16813 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
16815         * replace.el (perform-replace): Add parameters START and END.  Use
16816         them instead of the check for a region in Transient Mark mode.
16817         (query-replace-read-args): Return two more list elements for the
16818         start and end of the region in Transient Mark mode.
16819         (query-replace, query-replace-regexp, query-replace-regexp-eval)
16820         (map-query-replace-regexp, replace-string, replace-regexp): Add
16821         optional last arguments START and END and pass them to
16822         perform-replace.
16824         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16825         form with additional arguments for perform-replace.
16827         * progmodes/etags.el (tags-query-replace): Add parameters START
16828         and END.  Construct a form with additional arguments for
16829         perform-replace.
16831         * simple.el (shell-command): Set default directory for "*Shell
16832         Command Output" buffer.
16834         * language/european.el (iso-latin-4): Fix typo.
16836         * emacs-lisp/crm.el: New file.
16838 2000-04-24  Dave Love  <fx@gnu.org>
16840         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16841         (Custom-reset-saved, Custom-reset-standard)
16842         (custom-group-value-create, custom-group-set, custom-group-save)
16843         (custom-group-reset-current, custom-group-reset-saved)
16844         (custom-group-reset-standard): Use mapc.
16845         (custom-buffer-create-internal): Disable undo when creating items.
16846         Use mapc.
16847         (custom-face): Avoid redundant lambda.
16849 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16851         * startup.el (auto-save-list-file-prefix): Set default to
16852         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16854 2000-04-24  Sam Steingold  <sds@gnu.org>
16856         * time-stamp.el (time-stamp-string-preprocess): Always convert
16857         `field-result' to a string.
16859 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16861         * frame.el (scrolling): New group.
16862         (automatic-hscrolling): New user-option.
16864         * startup.el (command-line-x-option-alist): Add `-lsp' and
16865         `--line-spacing'.
16867 2000-04-19  Dave Love  <fx@gnu.org>
16869         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16870         (cl-mapc): Rename from mapc.  Fix the funcall.
16872 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
16874         * simple.el (clone-indirect-buffer-other-window): New command.
16875         (clone-indirect-buffer): Add optional arg NORECROD.
16876         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16878         * help.el (resize-temp-buffer-window): Use count-screen-lines.
16880         * window.el (count-screen-lines): New function.
16881         (shrink-window-if-larger-than-buffer): Use count-screen-lines
16882         instead of window-buffer-height.
16884         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16885         non-existing variable comint-input-sentinel.
16886         (inferior-lisp-args-to-list): Removed.
16887         (inferior-lisp): Use split-string instead of
16888         inferior-lisp-args-to-list.
16890         * hexl.el (hexl-insert-hex-string): New command.
16892         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16893         instead of concat.
16895 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
16897         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16898         at the start of an existing but empty folder.
16900 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16902         * ps-mule.el: Customization fix, doc fix.
16903         (ps-multibyte-buffer): Customization fix.
16905 2000-04-17  Richard M. Stallman  <rms@gnu.org>
16907         * subr.el (read-passwd): Use read-char-exclusive.
16909 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
16911         * textmodes/texinfo.el (texinfo-insert-@email)
16912         (texinfo-insert-@emph, texinfo-insert-@quotation)
16913         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16914         (texinfo-mode-map): Add key bindings for them.
16916         * files.el (basic-save-buffer-2): Use a template with `$'
16917         instead of `#' for VMS.
16919         * simple.el (clone-indirect-buffer): New function.
16921 2000-04-16  Stephen Eglen  <stephen@gnu.org>
16923         * iswitchb.el (iswitchb-case): New function.  If the user input
16924         contains any upper-case characters, the search is made
16925         case-sensitive.
16927 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
16929         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16930         comment-end.
16931         (texinfo-font-lock-syntactic-keywords): New var.
16932         (texinfo-font-lock-keywords): Remove comment regexp.
16933         (texinfo-insert-block): New function.
16934         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16935         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
16936         and font-lock-defaults.  Use regexp-opt for outline-regexp.
16937         (texinfo-environments): New var.
16938         (texinfo-environment-regexp): Use regexp-opt and
16939         texinfo-environments.
16941         * textmodes/ispell.el (ispell-menu-map-needed): Check that
16942         ispell-process is bound since this might be eval'd before ispell
16943         is loaded.
16944         (ispell-message): Use a tiny bit less magic and a bit more hard
16945         data to figure out what kind of sc-cite-regexp to use.
16947         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16949         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16950         (insert-cyclic-diary-entry): Unquote the lambda.
16952         * gud.el (gud-jdb-build-source-files-list): Fix typo.
16954         * files.el (backup-enable-predicate): Unquote the lambda.
16956         * cus-edit.el (custom-face, face): Unquote the lambda.
16958 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16960         * ps-print.el: Check for line-beginning-position definition.
16962         * ps-print.el: Fix counting lines in a region.
16963         (ps-print-version): New version number (5.1.5).
16964         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16965         (ps-printing-region): Fun code fix.
16967 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
16969         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16970         to file-directory-p.
16972 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
16974         * gud.el (gud-jdb-build-source-files-list): Check that directory
16975         exists before calling directory-files.
16977 2000-04-13  Dave Love  <fx@gnu.org>
16979         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
16980         syntax.
16982         * emacs-lisp/cl-specs.el: Remove when, unless.
16984         * emacs-lisp/cl-extra.el: Don't quote keywords.
16985         (cl-old-mapc): New variable.
16986         (mapc): Use it.
16987         (cl-map-intervals): Use with-current-buffer.  Don't check for
16988         next-property-change.
16989         (cl-map-overlays): Use with-current-buffer.
16990         (cl-expt): Remove.
16991         (copy-tree, remprop): Define unconditionally.
16993         * emacs-lisp/cl-compat.el (keywordp): Remove.
16995         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
16996         to use keywordp.
16997         (edebug-spec): Enable keywordp.
16999         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17000         string-lessp.
17002         * cus-start.el: Use keywordp.
17004 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17006         * diary-lib.el (include-other-diary-files): Fix the fix of
17007         2000-02-18 by doing a save-excursion.
17009 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17011         * ps-print.el: Customization fix, doc fix.
17012         (ps-print-version): New version number (5.1.4).
17013         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17014         (ps-print-preprint): Adjust code.
17015         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17016         (ps-print-prologue-header, ps-print-control-characters)
17017         (ps-spool-config): Customization fix.
17019 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
17021         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17022         converted to the new menu-item format, names silightly changed,
17023         help strings added.
17025         Support for spelling without async subprocesses:
17027         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17028         (ispell-session-buffer): New variables.
17029         (ispell-start-process, ispell-process-status,
17030         ispell-accept-output, ispell-send-string): New functions, for
17031         Ispell invocation when async subprocesses aren't supported.
17032         (ispell-word, ispell-pdict-save, ispell-command-loop,
17033         ispell-process-line, ispell-buffer-local-parsing): Replace calls
17034         to process-send-string with calls to ispell-send-string, and
17035         accept-process-output with ispell-accept-output.
17036         (ispell-init-process): Call ispell-process-status instead of
17037         process-status with.
17038         (ispell-init-process): Call ispell-start-process.  Call
17039         ispell-accept-output and ispell-send-string.  Don't call
17040         process-kill-without-query and kill-process if they are unbound.
17041         (ispell-async-processp): New function.
17043 2000-04-12  Dave Love  <fx@gnu.org>
17045         * info.el: Add debug-ignored-errors.
17046         (Info-mode-menu): Add some items.
17047         (Info-directory): Add autoload cookie.
17049         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17050         Modify `truncate-lines'.  Make `describe-language-environment'
17051         always visible and add help.  Modify `describe-key' help.  Invoke
17052         Info-directory from `info'.  New entry `emacs-manual'.
17054 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17056         * progmodes/ebrowse.el (ebrowse-tree-mode):
17057         Use propertized-buffer-identification.
17058         (ebrowse-update-member-buffer-mode-line): Likewise.
17059         (ebrowse--mode-strings): Removed.
17060         (ebrowse--mode-line-props): Removed.
17062         * files.el (auto-mode-alist): Add `EBROWSE'.
17064         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17065         space before testing for end of buffer.
17066         (ebrowse-load): Removed.
17067         (ebrowse-revert-tree-buffer-from-file): Rewritten.
17068         (ebrowse-create-tree-buffer): Rewritten.
17069         (ebrowse-tree-mode): Read tree from buffer.
17071         * progmodes/ebrowse-ffh.el: Removed.
17073 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
17075         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17077 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17079         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17080         at the wrong place.
17082 2000-04-09  Dave Love  <fx@gnu.org>
17084         * files.el (backup-enable-predicate):
17085         Use temporary-file-directory, small-temporary-file-directory.
17086         (make-backup-file-name-function, backup-directory-alist): New vars.
17087         (make-backup-file-name-1): New function.
17088         (make-backup-file-name): Use it.
17089         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
17090         (file-newest-backup): Use make-backup-file-name.
17092 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
17094         * progmodes/ebrowse-ffh.el: New file.
17096         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17097         Moved to ebrowse-ffh.el.
17098         (ebrowse-load): Add autoload.
17100         * finder.el (finder-commentary): Add autoload cookie.
17102         * mail/rfc2368.el: Correct author's email address.
17104         * progmodes/ebrowse.el: New file.
17106         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17107         item help string.
17108         (easy-menu-do-add-item): Ditto.
17109         (easy-menu-define): Extend doc string.
17111         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17112         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17113         (jit-lock-function, jit-lock-stealth-fontify): Don't use
17114         with-buffer-unmodified.
17116 2000-04-08  Dave Love  <fx@gnu.org>
17118         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17119         unless, when.
17121 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
17123         * viper-util.el (viper-put-on-search-overlay): New subroutine.
17124         (viper-flash-search-pattern): No operation when using Emacs
17125         doesn't support face.
17126         Use `viper-put-on-search-overlay'.
17128 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
17130         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17131         like C-r.
17133         * progmodes/make-mode.el: Some doc fixes.
17134         (makefile-mode-abbrev-table): New variable.
17135         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17136         (makefile-font-lock-keywords): Fontify includes and conditionals.
17137         (toplevel): Require `dabbrev' and `add-log' when compiling.
17139         * replace.el (perform-replace): Don't move forward one char
17140         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
17141         to do that because it leaves point 1 position after the last
17142         replacement, after everything has been replaced.
17144         * jit-lock.el (with-buffer-unmodified): New macro.
17145         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17146         modified state.
17147         (jit-lock-function-1): Extracted from jit-lock-function; not
17148         preserving buffer's modified state.
17149         (jit-lock-function, jit-lock-stealth-fontify):
17150         Call jit-lock-function-1.
17152         * mail/rfc2368.el: Remove supernumerary copyright line.
17154 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
17156         * glasses.el: Provide facilities for inserting space before left
17157         parentheses and uncapitalization of identifiers.
17158         (glasses-mode): Try to remove old overlays in all cases.
17160 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
17162         * progmodes/compile.el (compile-internal): Display the compilation
17163         buffer in a different frame, if it's already displayed there.
17165         * mail/rfc2368.el: New file.
17167         * simple.el (sendmail-user-agent-compose): Recognize a `body'
17168         header and insert its value as mail body.
17170         * subr.el (member-ignore-case): New function.
17172         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17173         (dabbrev--find-expansion): Ignore buffers matching a regexp
17174         from dabbrev-ignored-regexps.
17176         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17177         to extensions handled by gzip.
17179 2000-04-03  Richard M. Stallman  <rms@gnu.org>
17181         * files.el (insert-directory): List the total free space
17182         along with the used space.
17184         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17185         line is followed by one that matches CITATION-REGEXP, end the
17186         paragraph.
17188 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
17190         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17191         (rmail-make-basic-summary-line): Use that option.
17193 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
17195         * international/mule-cmds.el (encoded-string-description):
17196         Rewritten.   Try pretty description for ISO 2022 escape sequences
17197         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
17198         for hexadecimal format.
17200 2000-04-01  Dave Love  <fx@gnu.org>
17202         * cpp.el: Change customization group to `c' from `C'.
17204         * vcursor.el (vcursor-move): Use display-color-p.
17206         * international/mule-util.el: Provide mule-utils.
17207         (string-to-sequence): Simplify and speed up.
17209         * international/mule.el (make-coding-system): Purecopy doc-string.
17211         * international/mule-cmds.el: Various menu changes.
17212         (describe-specified-language-support): Handle `Default'.
17213         (set-language-info): Purecopy `info'.
17215 2000-03-31  Andrew Innes  <andrewi@gnu.org>
17217         * vc.el (vc-backend-diff): Return the correct status if we had to
17218         retry the rcsdiff command without the --brief option.
17220 2000-03-31  Dave Love  <fx@gnu.org>
17222         * help.el (help-manyarg-func-alist): Correct several omissions.
17224         * add-log.el: Don't require cl, fortran.
17225         (add-log-current-defun-function): Doc fix.
17226         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
17227         (change-log-version-rcs): Function deleted.
17228         (change-log-version-number-search): Doc fix.
17229         Use vc-workfile-version. Avoid CL dolist.
17230         (add-change-log-entry): Just call add-log-current-defun to get
17231         defun.  Simplify somewhat.
17232         (change-log-get-method-definition-1): Likewise.
17233         (add-log-current-defun): Return nil if calling
17234         add-log-current-defun-function does so.  Move Fortran stuff to
17235         fortran.el.  Return string without properties.
17237         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17238         and :alpha: char classes.
17240         * mail/supercite.el: Defvar curline when compiling.
17241         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17242         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17243         rather than a-zA-Z0-9 to allow non-ASCII characters.
17245 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
17247         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17249         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17250         Re-enable new code.
17252         * lpr.el (print-region-1): Use -d to specify printer name for
17253         systems `usg-unix-v*, `dgux', `hpux', `irix'.
17255 2000-03-31  Dave Love  <fx@gnu.org>
17257         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17258         Look for function definition in symbol's function value slot first
17259         instead of first consulting byte-compile-function-environment.
17261 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
17263         * language/european.el ("Polish"): New language environment.
17264         (setup-polish-environment): New function.
17266 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
17268         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17269         Disable new code.
17271         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17272         trying to `load' the symbol of an autoload instead of the file
17273         recorded in the autoload.  Fix error messages.
17275 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17277         * ps-print.el: PostScript programming fix for ghostview, doc fix.
17278         (ps-print-version): New version number (5.1.3).
17279         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17280         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17281         (ps-generate-postscript-with-faces): Code fix.
17282         (ps-color-values): XEmacs compatibility.
17283         (ps-print-background-image, ps-print-background-text, ps-printer-name)
17284         (ps-default-fg, ps-default-bg): Adjust customization.
17285         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17286         (ps-color-scale): Renaming old ps-color-value fun.
17287         (ps-print-headers): Replace ps-print-header group to avoid conflict
17288         with ps-print-header variable.
17289         (ps-print-miscellany): New group.
17290         (ps-format-color, ps-rgb-color): New funs.
17291         (ps-default-foreground): New var.
17292         (ps-printer-name-option): New const.
17294 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
17296         * net/net-utils.el:
17297         (network-connection-host, network-connection-service): New variables
17298         (network-connection-mode): New mode, derived from comint-mode
17299         (network-connection-mode-setup): New function, saves host and
17300         service information in local variables.
17302         * lisp/locate.el:
17303         (locate-word-at-point): Added this function
17304         (locate): Default to using locate-word-at-point as input
17305         Run dired-mode-hook
17307 2000-03-29  Dave Love  <fx@gnu.org>
17309         * calendar/appt.el: Doc fixes.
17310         (appt-check): Convert min-to-app to a string before passing to
17311         appt-disp-window-function or concat.
17312         (appt-delete-window): Remove test for frame-root-window.
17313         (appt-select-lowest-window, appt-convert-time): Simplify.
17315         * emacs-lisp/bytecomp.el: Doc fixes.
17316         (byte-compile-file-form-autoload):
17317         Update byte-compile-function-environment.
17319 2000-03-29  Andreas Schwab  <schwab@suse.de>
17321         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17323         * dired.el (dired-insert-directory): If dired-free-space-program
17324         failed just delete its output.
17326 2000-03-29  Dave Love  <fx@gnu.org>
17328         * international/iso-cvt.el: Move provide to end.  Doc fixes.
17329         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17330         (iso-iso2sgml, iso-sgml2iso): New functions.
17331         (iso-cvt-define-menu): Fix some entries and use backquote for
17332         clarity.
17334         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17336 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
17338         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17339         ISO-DATE.  If non-nil, return date in ISO 8601 format.
17341 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
17343         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17344         if it ever becomes used.
17345         (log-edit-mode-hook): Default to vc-log-mode-hook.
17346         (log-edit-mode): Fix the docstring.
17348         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17349         the code.
17351 2000-03-26  Dave Love  <fx@gnu.org>
17353         * net/browse-url.el (browse-url): Re-fix case of
17354         browse-url-browser-function being an alist.
17355         (browse-url): Add :link to defgroup.
17357         * files.el: Doc fixes.
17358         (file-truename): Include `[' in wildcard characters.
17359         (automount-dir-prefix): Customize.
17360         (find-file-wildcards): Add :version.
17361         (find-file-noselect): Simplify a mapcar call.
17363         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17364         compatible with inf-lisp version.
17365         (eval-defun-1): Fix custom-declare-variable case.
17367 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
17369         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17371 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17373         * Makefile (COMPILE_FIRST): New macro.
17374         (compile-files): Compile files from COMPILE_FIRST first.
17376         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17378         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17379         matching open parenthesis in column 0 to defun-prompt-regexp
17380         only if open-paren-in-column-0-is-defun-start is set.
17382         * sun-curs.el: Require CL at compile-time only.
17384         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17385         instead of copy-list which is a function from CL.
17386         (msb--choose-menu, msb--mode-menu-cond)
17387         (msb--create-buffer-menu-2): Use dolist instead of mapc.
17388         (msb--init-file-alist): Use mapcar instead of mapcan.
17389         (msb--aggregate-alist): Use mapcar instead of mapcan.
17390         Fix `(' in column 0 in doc string.
17391         (msb--add-separators): Use mapcar instead of mapcan.
17393         * cus-dep.el: Require CL at compile-time only.
17395 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
17397         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17398         (byte-compile-warnings): New warning `noruntime'.
17399         (byte-compile-constants, byte-compile-variables): Fix docstring.
17400         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17401         execute `eval-whenc-compile's body.
17402         (byte-compile-unresolved-functions): Fix docstring.
17403         (byte-compile-eval): New function.
17404         (byte-compile-callargs-warn): Check if the function will be available
17405         at runtime (via property `byte-compile-noruntime').
17406         (byte-compile-print-syms): New function.
17407         (byte-compile-warn-about-unresolved-functions): Also warn about
17408         `noruntime' functions (and use `byte-compile-print-syms').
17409         (byte-compile-file): Capitalize the message.
17411 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17413         * mail/rmail.el (rmail-confirm-expunge): New user-option.
17414         (rmail-expunge): Ask for confirmation depending on the setting
17415         of rmail-confirm-expunge.
17417 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
17419         * Makefile (bootstrap-clean): If $(emacs) exists, build
17420         loaddefs.el first.  A loaddefs.el that's not up-to-date might
17421         cause a bootstrap failure because things don't autoload as expected.
17423 2000-03-23  Dave Love  <fx@gnu.org>
17425         * net/browse-url.el: Restore previous use of
17426         browse-url-maybe-new-window.
17428 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17430         * ps-print.el: Skip banner page fix.
17431         (ps-print-version): New version number (5.1.2).
17432         (ps-begin-file, ps-end-file, ps-generate): Code fix.
17434 2000-03-23  Dave Pearson  <davep@davep.org>
17436         * net/quickurl.el Changed the type of parameter passed to the
17437         function defined by `quickurl-format-function'. Before only the
17438         text of the URL was passed. Now the whole URL structure is passed
17439         and the function is responsible for extracting the parts it requires.
17440         Changed the default of `quickurl-format-function' accordingly.
17441         (quickurl-insert): Changed the `funcall' of
17442         `quickurl-format-function' to match the above change.
17443         (quickurl-list-insert): Changed the `url' case so that it makes
17444         use of `quickurl-format-function', previous to this the format was
17445         hard wired.
17447 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
17449         * startup.el: Change some spellings for the X Window System.
17451 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
17453         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17454         Clean up the code and the regexp and make sure the cursor is
17455         temporarily moved to the suspicious line while querying the user.
17457 2000-03-22  Jason Rumney  <jasonr@gnu.org>
17459         * w32-fns.el (w32-charset-info-alist): Initialize.
17461 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17463         * ps-print.el: N-up last page fix.
17464         (ps-print-version): New version number (5.1.1).
17465         (ps-end-file, ps-end-job, ps-generate): Code fix.
17467 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17469         * files.el (find-file-run-dired): Update docstring.
17470         (find-directory-functions): New hook.
17471         (find-file-noselect): Run find-directory-functions rather than
17472         calling dired directly.
17474         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17476         * pcvs.el: Add a minimal leading commentary.
17477         (cvs-make-cvs-buffer): Change the header part by removing the startup
17478         message and adding a `Module' entry.  Also replace the FOOTER and
17479         HEADER special fileinfos with the new support in ewoc for updating
17480         its own footer and header.
17481         (cvs-update-header): Update to use the header/footer of the ewoc.
17482         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17483         (cvs-is-within-p): New function.
17484         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17485         to only examine some subset of the buffers.
17487         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17488         `format' instead of our own ad-hoc functions.
17489         Remove HEADER and FOOTER cases, now handled in the EWOC.
17490         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17492         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17493         output to avoid scaring the user.
17494         (cvs-parse-table): Catch message for non-up-to-date commits.
17496         * pcvs-defs.el (cvs-startup-message): Remove.
17497         (cvs-global-menu): New autoloaded menu.
17499         * pcvs-util.el (cvs-string-fill): Remove.
17501         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17502         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17503         PP part of it and also make it work for footers and headers.
17504         (ewoc-create): Drop POS and BUFFER arguments.
17505         Use the DLL's dummy node to store the end-of-footer position.
17506         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17507         (ewoc-refresh): Remove unused `header' variable.
17508         (ewoc-(get|set)-hf): New functions.
17510         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17511         log-view-*-(message|file) and use easy-mmode-define-navigation.
17512         (log-view-message-re): Match SCCS format as well.
17513         And match the revision line rather than the dashed separator line.
17514         (log-view-mode): Use the new define-derived-mode.
17515         (log-view-current-tag): Fill in with an actual implementation.
17517         * cvs-status.el (cvs-status-(prev|next)): Rename from
17518         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17519         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17520         to let the output "breathe" a little more (more readable).
17521         (cvs-status-mode): Use the new define-derived-mode.
17523         * smerge-mode.el (smerge-auto-leave): New function and variable.
17524         (smerge-basic-map): Rename from smerge-basic-keymap.
17525         Change the bindings for smerge-diff-*.
17526         (smerge-*-map): Use easy-mmode-defmap.
17527         (smerge-(next|prev)): Use easy-mmode-define-navigation.
17528         (smerge-keep-*): Use smerge-auto-leave.
17530 2000-03-21  Jason Rumney  <jasonr@gnu.org>
17532         * cus-edit.el (custom-button-face): Use 3D look for w32.
17533         (custom-button-pressed-face): Likewise.
17535 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
17537         * progmodes/etags.el (tags-case-fold-search): New user-option.
17538         (tags-loop-eval): New function.  Bind case-fold-search around eval
17539         depending on the value of tags-case-fold-search.
17540         (tags-loop-continue): Use tags-loop-eval.
17541         (find-tag-in-order): Bind case-fold-search depending on the value
17542         of tags-case-fold-search.
17544 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17546         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17547         (diff-end-of-hunk): Return the end position for use in
17548         `easy-mmode-define-navigation'.
17549         (diff-recenter): Remove.
17550         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17551         of `easy-mmode-define-navigation'.
17552         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17553         previous renaming) and fix to use new names.
17554         (diff-merge-strings): Use \n as separator: simpler, faster.
17555         (diff-mode): Use `define-derived-mode'.
17557         * derived.el (define-derived-mode): Don't autoload anymore.
17558         Prefer the macro-only version provided by easy-mmode.el.
17560         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17561         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
17562         (easy-mmode-define-navigation): New macro.
17564         * subr.el (combine-run-hooks): New function.
17566 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
17568         * term/x-win.el: Fontsets related initialization is simplified.
17570         * international/mule-diag.el (describe-font): Don't refer to
17571         global-fontset-alist, instead call font-list.
17572         (describe-fontset, list-fontsets, mule-diag): Likewise.
17573         (print-fontset): Adjusted for the change of fontset implementation.
17575         * international/fontset.el (x-charset-registries): Variable removed,
17576         instead the corresponding data is stored in the default fontset.
17577         (register-alternate-fontnames): Function removed.
17578         (resolved-ascii-font): Variable removed.
17579         (x-compose-font-name): Ignore the second argument REDOCE.
17580         (x-complement-fontset-spec): Complement only an ASCII font and
17581         element for those charsets than can use that ASCII font.
17582         (generate-fontset-menu): Don't refer to global-fontset-alist,
17583         instead call fontset-list.
17584         (uninstantiated-fontset-alist): Variable removed.
17585         (x-style-funcs-alist): Likewise.
17586         (fontset-default-styles): Likewise.
17587         (x-modify-font-name): Function removed.
17588         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17589         (create-fontset-from-ascii-font): Docsting adjusted for the above
17590         change.
17591         (instantiate-fontset, resolve-fontset-name): Functions removed.
17592         (fontset-list): Now implemented by C code.
17594         * faces.el (read-face-font): Fix TABLE arg to completing-read.
17595         (describe-face): Include `font' attribute in the description.
17597 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
17599         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17601 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
17603         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17604         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17605         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17607         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17608         about behavior of set-buffer-modified-p wrt redisplay.
17610 2000-03-19  Richard M. Stallman  <rms@gnu.org>
17612         * view.el (view-mode-disable): Kill local binding of view-read-only.
17614 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
17616         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17617         is a string, convert it to a syntax cell using string-to-syntax.
17619         * simple.el (syntax-code-table, syntax-flag-table): New variables.
17620         (string-to-syntax): New function.
17622         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17623         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17624         try to use passive ftp mode.
17626 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
17628         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17630         * simple.el (append-to-buffer): Update point of windows after
17631         insertion.
17633         * abbrev.el (inverse-add-abbrev): Identify word by first moving
17634         forward then moving backward.  Reindent.
17636         * frame.el (other-frame): Call x-focus-frame only if
17637         focus-follows-mouse is off.
17639 2000-03-17  Dave Love  <fx@gnu.org>
17641         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17643 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
17645         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17646         regexp for labels cannot span several lines.
17648         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17649         `(setq :<key> ':<key>)' to the macro expansion.
17651 2000-03-16  Dave Love  <fx@gnu.org>
17653         * progmodes/f90.el (f90): Put custom group under `languages', not
17654         `fortran'.
17655         (f90-mode-hook): Customize.
17656         (f90-mode): Set add-log-current-defun-function.
17657         (f90-current-defun): New function.
17659 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
17661         * cus-edit.el (custom-variable-tag-face): Handle case that
17662         default face's height is not a number.
17663         (custom-face-tag-face, custom-group-tag-face-1)
17664         (custom-group-tag-face): Ditto.
17665         (custom-group-tag-face-1): Add :group.
17667         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17669 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
17671         * pcvs-defs.el (toplevel): Remove autoload cookie for form
17672         requiring easymenu.
17674 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17676         * ps-print.el: PostScript user-defined prologue, PostScript error
17677         handler, doc fix.
17678         (ps-print-version): New version number (5.1).
17679         (ps-user-defined-prologue, ps-error-handler-message)
17680         (ps-print-prologue-0, ps-error-handler-alist): New vars.
17681         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17682         (ps-insert-string): New function.
17684 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
17686         * international/ccl.el (ccl-compile-expression): Don't generate
17687         invalid self-assignment code.
17689 2000-03-14  Dave Love  <fx@gnu.org>
17691         * subr.el (replace-regexp-in-string): Renamed from
17692         replace-regexps-in-string.  Doc fix.
17694 2000-03-12  Dave Love  <fx@gnu.org>
17696         * cus-edit.el: Doc fixes.
17697         (customize-set-variable, customize-save-variable): Rename args for doc.
17698         (custom-variable-tag-face, custom-face-tag-face)
17699         (custom-group-tag-face-1, custom-group-tag-face): Modify from
17700         style which user identify as hyperlink.
17701         (hook): Don't add undefined functions to the hook.
17702         (debug-ignored-errors): Transfer message from bindings.el.
17704 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17706         * recentf.el (recentf-keep-non-readable-files-p):
17707         Remove double/nested definition.
17709 2000-03-12  Dave Love  <fx@gnu.org>
17711         * facemenu.el (facemenu-get-face): Use display-color-p.
17712         * enriched.el (enriched-decode-foreground): Likewise.
17713         (enriched-decode-background): Likewise.
17714         * isearch.el (isearch-highlight): Likewise.
17715         * info-look.el (info-lookup): Likewise.
17716         * simple.el (completion-setup-function): Likewise.
17718         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17719         :options.
17721         * bindings.el (mode-line-format): Fix line-number and
17722         column-number items.  Add help-echo for the background.
17723         (mode-line-mule-info): Modify help-echo.
17725         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17727         * files.el (load-file): Allow completion to .elc.
17729         * man.el: Doc fixes.
17730         (Man-init-defvars): Use display-color-p to set fontification.
17732         * play/hanoi.el (hanoi-internal): Don't use oddp.
17734 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17736         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17738         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17740 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17742         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17743         Fix comment.
17745 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
17747         * font-lock.el (font-lock-keywords): Fix the doc now that
17748         regexp-opt-depth is unnecessary.
17749         (save-buffer-state): Set an edebug spec.
17750         (font-lock-fontify-anchored-keywords): Properly handle the case when
17751         the matcher goes past the limit.
17753         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17754         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17756         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
17757         dll.el and cookie.el (from Elib) with heavy renaming and other
17758         massaging.
17760         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17761         Autoload the functions used.
17762         (easy-mmode-define-syntax): Fix CL typo.
17763         (easy-mmode-define-derived-mode): Improve the docstring generation.
17765 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
17767         * textmodes/texinfo.el (texinfo-version): Variable and function
17768         removed.
17770 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
17772         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17773         allow more flexibility.
17774         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17775         (easy-mmode-defmap, easy-mmode-defsyntax)
17776         (easy-mmode-define-derived-mode): New macros.
17778 2000-03-09  Didier Verna  <didier@xemacs.org>
17780         * rect.el (replace-rectangle): New function.
17782 2000-03-09  Dave Love  <fx@gnu.org>
17784         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17785         (fortran-comment-line-start-skip): Don't match cpp stuff.
17786         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
17787         (fortran-mode-map): Remove over-eager custom-menu-create for now.
17788         (fortran-mode): Don't set fortran-comment-line-start-skip,
17789         fortran-comment-line-start here.  Set comment-start,
17790         add-log-current-defun.
17791         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17792         (fortran-current-defun): New function.
17794 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
17796         * emacs-lisp/re-builder.el: New file.
17798         * mouse.el (mouse-drag-region): Don't run up-event handler
17799         if hscroll has changed.
17801         * octave-mod.el (octave-font-lock-keywords): To font-lock the
17802         builtin operators, use `font-lock-builtin-face' for Emacs and
17803         `font-lock-preprocessor-face' otherwise.
17805         * font-lock.el (lisp-font-lock-keywords-1): Highlight
17806         `(defun (setf foo)' differently.
17808 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
17810         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17811         (regexp-opt): Update comment and adapt the code the new meaning of
17812         the `paren' argument of regex-opt-group for shy-groups.
17813         (regexp-opt-depth): Handle shy groups as well as backslashed
17814         backslashes.
17815         (regexp-opt-group): Turn the leading comment into a docstring.
17816         Allow `paren' to be a string (the string to use to open a group).
17817         Remove open-presuf and close-presuf.  Instead of checking for `all
17818         one-char' and then later on check for `several one-char', handle
17819         both cases close together.  Also apply a more generic algorithm
17820         for suffixes (the mirror image of the algorithm used for
17821         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
17822         (regexp-opt-try-suffix): Removed.
17824         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17825         from comint-mode-map, so we can just inherit from it.  Also, move
17826         the initialization into the `defvar' since there's no docstring
17827         anyway and it's fairly short.
17828         (inferior-scheme-mode): Define it as derived-mode: the code is
17829         shorter and this way we inherit from comint-mode-map rather than
17830         copying it.
17832         * subr.el (replace-regexps-in-string): Properly handle the case
17833         where we match an empty string.
17835         * comint.el (comint-exec-1): Add the current-dir to the exec-path
17836         when the command has a directory component (such as "./testml").
17837         Also fix a typo in the comment.
17839 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
17841         * Makefile (compile-files): Compile files one by one because
17842         that's the only way to ensure a clean compilation environment for
17843         each individual file.
17845         * frame.el (other-frame): Call x-focus-frame.
17847 2000-03-07  Dave Love  <fx@gnu.org>
17849         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17850         :require to defcustom.
17852         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17854         * files.el (auto-mode-alist): Add configure.in.
17856         * progmodes/autoconf.el: New file.
17858 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
17860         * mail/mh-e.el: Change maintainer to `none'.
17862         * recentf.el (recentf-keep-non-readable-files-p): Quote args
17863         to remove-hook and add-hook.
17865 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17867         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17868         it as the default.
17869         (mail-send): Test mail-send-nonascii also for the new `mime' value.
17870         (sendmail-send-it): Conditionally add MIME headers specifying the
17871         used character set.
17873 2000-03-07  Dave Love  <fx@gnu.org>
17875         * winner.el: Fix keywords, autoload cookies.
17876         Split eval-when-compile form to avoid compilation failure.
17878 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
17880         * international/mule.el: Modify comment about coding system
17881         property `coding-category'.
17882         (make-coding-system): New argument EOL-TYPE.  Pay attention to
17883         coding-category property of PROPERTIES.
17885         * international/mule-conf.el (coding-category-utf-8)
17886         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17887         categories.  Include them in the argument for set-coding-priority.
17889         * international/mule-cmds.el (reset-language-environment):
17890         Include coding-category-utf-8, coding-category-utf-16-be, and
17891         coding-category-utf-16-le in the argument for set-coding-priority.
17892         (reset-language-environment): Initialize coding-category-utf-8,
17893         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17895 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
17897         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17898         code abstracted out of `bookmark-jump-noselect'.  Now tries info
17899         extensions as well as compression extensions.
17900         (bookmark-jump-noselect): Use above new func.
17902 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
17904         * strokes.el: Change maintainer's mail address.
17906 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
17908         * international/mule-diag.el (list-character-sets): Make help-echo
17909         string by substitute-command-keys.
17910         (list-character-sets): Likewise.
17911         (sort-listed-character-sets): Call help-setup-xref.
17913 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17915         * time.el (display-time-mail-file): Add `none' to the list of choices.
17917 2000-03-01  Dave Love  <fx@gnu.org>
17919         * help.el (help-xref-go-back): Don't try to set position.
17921         * international/mule-diag.el (list-character-sets):
17922         Call help-setup-xref.  Add help-echo to xrefs.
17923         (list-character-sets-1): Add help-echo to xrefs.
17925 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17927         * frame.el (blink-cursor-mode): Switch cursor on when turning
17928         the mode off.
17930         * add-log.el (add-log-current-defun): Add support for
17931         Autoconf mode.
17933         * mail/rmail.el (rmail-quit-hook): New variable.
17935 2000-03-01  Dave Love  <fx@gnu.org>
17937         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17939         * help.el (help-xref-button): Add help-echo arg.
17940         (describe-function-1, describe-variable, help-make-xrefs): Use it.
17942         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17944         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17946 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
17948         * image.el (defimage): Look for image files in load-path.
17950         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17952 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17954         * recentf.el (recentf): Added version tag to the defgroup of recentf.
17956 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17958         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17959         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17960         action to select/unselect a file.
17961         (recentf-edit-list): Code cleanup and improvement.
17962         (recentf-open-more-files-action): `recentf-open-more-files' button
17963         widget action to open a file.
17964         (recentf-open-more-files): No more use standard completion but widgets.
17965         (recentf-more-collection): Deleted.
17966         (recentf-more-history): Deleted.
17967         (recentf-setup-more-completion): Deleted.
17969 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17971         * recentf.el (recentf-mode): No more needs that Emacs is running
17972         under a window-system.
17974 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17976         * recentf.el (recentf-edit-list): New command to edit the recent
17977         list which allow the user to remove files.
17978         (recentf-edit-selected-items): New global variable, used by
17979         `recentf-edit-list' to hold the list of files to be removed from
17980         the recent list.
17981         (recentf-make-menu-items): Updated to display a "Edit list..."
17982         menu item.  Minor code cleanup.
17984 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17986         * recentf.el (recentf-open-more-files): New command to open files
17987         that are not displayed in the menu.
17988         (recentf-more-collection): New global variable holding the set of
17989         permissible completions used by `recentf-open-more-files'.
17990         (recentf-more-history): New global variable holding the history list
17991         used by `recentf-open-more-files' completion.
17992         (recentf-setup-more-completion): New function to setup completion for
17993         `recentf-open-more-files'.
17994         (recentf-make-menu-items): Updated to display a "More..." menu item.
17996 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17998         * recentf.el (recentf-menu-action): Doc fixed.
18000 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18002         * recentf.el (recentf-menu-filter): Doc updated.
18003         (recentf-update-menu-hook): Allow menu filters to force menu update.
18004         (recentf-make-menu-items): New menu filter handling.
18005         (recentf-make-menu-item): New helper function.
18006         (recentf-menu-elements): New menu handling function.
18007         (recentf-sort-ascending): Updated to new menu filter handling.
18008         (recentf-sort-descending): Updated to new menu filter handling.
18009         (recentf-sort-basenames-ascending): New menu filter function.
18010         (recentf-sort-basenames-descending): New menu filter function.
18011         (recentf-show-basenames): New menu filter function.
18012         (recentf-show-basenames-ascending): New menu filter function.
18013         (recentf-show-basenames-descending): New menu filter function.
18015 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18017         * diary-lib.el (list-diary-entries): Don't try to go forward at
18018         the end of the buffer.
18020 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
18022         * international/mule-diag.el (list-character-sets):
18023         Completely rewritten.
18024         (sort-listed-character-sets): New function.
18025         (list-character-sets-1): Completely rewritten.
18026         (list-character-sets-2): New function.
18027         (non-iso-charset-alist): New variable.
18028         (decode-codepage-char): New function.
18029         (charset-history): New variable.
18030         (read-charset) (list-block-of-chars)
18031         (list-iso-charset-chars)
18032         (list-non-iso-charset-chars)
18033         (list-charset-chars): New functions.
18034         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18035         (dump-charsets): Likewise.
18037 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
18039         * dired-x.el (dired-filename-at-point): Add `@' to valid
18040         file name characters.
18041         (dired-filename-at-point): Handle ange-ftp file names.
18043         * frame.el (frame-notice-user-settings): Use assq-delete-all
18044         instead of assoc-delete-all.
18045         (frame-notice-user-settings): Ditto.
18047         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18048         Don't copy alist.
18050 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
18052         * calculator.el (calculator-use-menu): New option.
18053         (calculator-initial-bindings): Changed some bindings to work as macros.
18054         (calculator-forced-input): Removed.
18055         (calculator-restart-other-mode): New variable.
18056         (calculator-mode-map): Set up menu.
18058 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
18060         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18062 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
18064         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18065         translate all ESC key sequences.
18066         (viper-goto-mark-subr): Restore markers for files for which
18067         they were saved.
18068         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18069         * viper-util.el (viper-set-replace-overlay-glyphs)
18070         (viper-set-replace-overlay): Always check if the replacement
18071         overlay is live.
18072         * viper.el (viper-vi-state-mode-list): Add major modes.
18073         * ediff-wind.el: Minor comment changes.
18074         * ediff.el: Copyright notice date fix.
18076 2000-02-27  Jason Rumney  <jasonr@gnu.org>
18078         * faces.el (face-font-family-alternatives): Add arial to helv.
18079         (mode-line, header-line, tool-bar): Same default as x for w32.
18080         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18081         face-font-family-alternatives from working.
18082         * term/w32-win.el (mouse-set-font): Do not build fontset from
18083         chosen font.
18085 2000-02-25  Sam Steingold  <sds@goems.com>
18087         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18088         properly.
18090 2000-02-25  Richard M. Stallman  <rms@gnu.org>
18092         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18094 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
18096         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18098         * frame.el (busy-cursor-delay-seconds): New option.
18100 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
18102         * frame.el (show-cursor-in-non-selected-windows): New option.
18104 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18106         * diary-lib.el (include-other-diary-files): Undo the selective
18107         display in any included file and don't kill it.
18109 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
18111         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18112         Menu items converted to (menu-item format, help strings added.
18113         [downcase, upcase]: Don't enable on MS-DOS.
18114         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18115         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18117 2000-02-23  Dave Love  <fx@gnu.org>
18119         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18120         (backward-kill-word): Revert addition of * to interactive spec --
18121         it's a feature.
18123         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18124         (backward-kill-sentence, kill-sentence): Likewise.
18126         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18127         scratch buffer name.
18128         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
18130         * term/w32-win.el (internal-face-interactive): Update prompt for
18131         new read-face-name.
18133         * mail/footnote.el (footnote): Add :version to defgroup.
18134         (footnote-section-tag-regexp): Customize.
18135         (footnote-start-tag, footnote-end-tag): New option.
18136         (footnote-latin-regexp): New variable.
18137         (Footnote-latin): New function.
18138         (footnote-style-alist): Add element for latin style.
18139         (footnote-style): Moved.
18140         (Footnote-goto-footnote): Use eq to test arg.
18142         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18144         * emacs-lisp/byte-opt.el: Change old backquote syntax.
18145         (byte-compile-trueconstp): Include keywords.
18146         (byte-optimize-quote, byte-optimize-lapcode):
18147         Use byte-compile-const-symbol-p.
18148         (byte-optimize-char-before): New optimization.
18150         * emacs-lisp/bytecomp.el: Change old backquote syntax.
18151         (byte-compile-const-symbol-p): New function.
18152         (byte-compile-constp, byte-compile-out-toplevel)
18153         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18154         Use it.
18156         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
18158 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
18160         * international/encoded-kb.el: Be sure to update minor-mode-alist
18161         and minor-mode-map-alist.
18162         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18163         codes SS2 and SS3 correctly.
18164         (encoded-kbd-self-insert-ccl): New function.
18165         (encoded-kbd-setup-keymap): New function.
18166         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
18167         by calling encoded-kbd-setup-keymap.
18169         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18170         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18172 2000-02-22  Dave Love  <fx@gnu.org>
18174         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18175         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18176         (lisp-mode-syntax-table): Set up for #|...|# comments.
18177         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
18178         classes.  Match `defface'.
18179         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18180         (eval-defun-1): Fix for defcustom.
18181         (lisp-indent-region): Doc fix.
18183         * subr.el (when, unless, split-string): Doc fix.
18184         (read-passwd): Move call of clear-this-command-keys to the right place.
18185         (replace-regexps-in-string): New function.
18187 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
18189         * help.el (describe-variable): Set syntax table to
18190         emacs-lisp-mode-syntax-table when moving forward over the
18191         symbol's name.
18193 2000-02-22  Dave Love  <fx@gnu.org>
18195         * xt-mouse.el: Doc fixes.
18196         (xterm-mouse-position-function): New function, replacing advice of
18197         mouse-position.
18198         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
18200         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18202 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
18204         * format.el (format-annotate-single-property-change):
18205         Handle properties.with dotted-list values.
18206         (format-proper-list-p): New function.
18208         * enriched.el (enriched-face-ans): Handle '(foreground-color
18209         . COLOR) and (background-color . COLOR).
18211 2000-02-20  Dave Love  <fx@gnu.org>
18213         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18214         and assignments to it.
18215         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18216         current local map.
18217         (make-flyspell-overlay): Use it.
18218         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18220         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18221         (lm-get-header-re): Defun, not defsubst.
18222         (lm-get-package-name): Defun, not defsubst.  Simplify.
18223         (lm-version): Doc fix.  Simplify.
18224         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18225         (lm-crack-address, lm-last-modified-date, lm-commentary)
18226         (lm-verify, lm-synopsis): Simplify.
18227         (lm-report-bug): Require emacsbug.  Use compose-mail.
18229 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
18231         * dired.el (dired-mode): Call propertized-buffer-identification
18232         to set mode-line-buffer-identification to something having
18233         the right text properties.
18235         * bindings.el (propertized-buffer-identification): New function.
18237 2000-02-20  Dave Love  <fx@gnu.org>
18239         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18240         check for t-mouse too.
18242         * cus-start.el: Make echo-keystrokes `number'.
18244 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
18246         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18247         Don't call ring-empty-p unless tags-location-ring is bound.
18248         From Noah Friedman <friedman@splode.com>.
18250 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
18252         * progmodes/hideshow.el (hs-flag-region): No longer use
18253         `intangible' overlay property.
18255         (hs-toggle-hiding): New command.
18256         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18258         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18259         Fix omission bug: Run `hs-minor-mode-hook' for both activation
18260         and deactivation.
18262 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
18264         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18266 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18268         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18270         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18271         of `*' to handle `(* ... *)' comments.
18273 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
18275         * faces.el (list-faces-display): Use display-mouse-p instead of
18276         window-system.
18278         * menu-bar.el (global-map): Menu-bar items converted to the new
18279         format (menu-item..., rearranged for better CUA compliance, and
18280         their names changed for better clarity.  Help strings added.
18282         * international/mule-cmds.el (mule-menu-keymap)
18283         (describe-language-environment-map, set-coding-system-map)
18284         (setup-language-environment-map): Convert to new (menu-item...
18285         form, add help strings.  Change names of menu items for better clarity.
18286         "Mule" menu-bar item removed (it's now in the "Options" submenu).
18288 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18290         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18291         within the code.
18293 2000-02-16  Dave Love  <fx@gnu.org>
18295         * faces.el: Don't require custom.  Add more specific :groups to
18296         various deffaces.
18297         (set-face-attribute): Purecopy args.
18298         (read-face-name): Default to name at point and use it in prompt.
18299         Remove colon from arg in all callers.
18300         (list-faces-display): Hyperlink to face descriptions and customize
18301         buffers.
18303 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
18305         * wid-edit.el (widget-match-inline): An atom never matches a list.
18307 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18309         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18310         at ':' characters by call to split-string.
18312 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18314         * textmodes/bibtex.el: Added RCS version identification.
18316 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18318         * textmodes/bibtex.el: Some temporary comments removed.
18319         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18320         (bibtex-field-const): Allow capital letters.
18321         (bibtex-start-of-string): Deleted because unused.
18323         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
18324         use the term 'reference' to describe a bibtex entry as a whole.
18325         Further, reference keys are no longer called 'labels'.
18326         (bibtex-keys): Renamed to bibtex-reference-keys.
18327         (bibtex-reformat-previous-labels): Renamed to
18328         bibtex-reformat-previous-reference-keys.
18329         (bibtex-reference-type): Renamed to bibtex-entry-type.
18330         (bibtex-reference-head): Renamed to bibtex-entry-head.
18331         (bibtex-reference-maybe-empty-head): Renamed to
18332         bibtex-entry-maybe-empty-head.
18333         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18334         (bibtex-search-reference): Renamed to bibtex-search-entry.
18335         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18336         bibtex-enclosing-entry-maybe-empty-head.
18337         (bibtex-entry-field-alist, bibtex-entry-head)
18338         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18339         (bibtex-map-entries, bibtex-search-entry)
18340         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18341         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18342         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18343         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18344         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18345         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18346         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18348 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18350         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18351         comment.
18352         (bibtex-format-field-delimiters): New function, functionality
18353         extracted from bibtex-format-entry.
18354         (bibtex-autokey-get-yearfield-digits): New function, functionality
18355         extracted from bibtex-autokey-get-yearfield.
18357         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18358         entries in order to avoid stack overflow in the regexp matcher if
18359         field contents become large.
18360         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18361         (bibtex-field-string-part-not-braced)
18362         (bibtex-field-string-part-no-inner-braces)
18363         (bibtex-field-string-part-1-inner-brace)
18364         (bibtex-field-string-part-2-inner-braces)
18365         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18366         (bibtex-field-string-quoted, bibtex-field-string)
18367         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18368         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18369         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18370         Deleted as parsing is now performed by the following functions.
18371         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18372         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18373         (bibtex-parse-field-string, bibtex-search-forward-field-string)
18374         (bibtex-parse-association, bibtex-field-name-for-parsing)
18375         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18376         (bibtex-search-forward-field, bibtex-search-backward-field)
18377         (bibtex-start-of-field, bibtex-end-of-field)
18378         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18379         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18380         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18381         (bibtex-parse-string, bibtex-search-forward-string)
18382         (bibtex-search-backward-string, bibtex-start-of-string)
18383         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18384         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18385         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18386         entries.  Instead of reporting the results of the parsing by
18387         match-beginning or match-end, these functions return data structures
18388         that hold the corresponding positions.
18389         (bibtex-enclosing-field): Changed to also report field boundaries by
18390         return values rather than by match-beginning or match-end.
18391         The following functions have been adapted to use the new
18392         parsing functions.
18393         (bibtex-skip-to-valid-entry, bibtex-search-reference)
18394         (bibtex-enclosing-field, bibtex-format-entry)
18395         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18396         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18397         (bibtex-print-help-message, bibtex-end-of-entry)
18398         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18399         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18400         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18401         Use the new method for parsing.
18402         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18403         (bibtex-map-entries, bibtex-flash-head)
18404         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18405         (bibtex-autokey-change, bibtex-autokey-get-namefield)
18406         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18407         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18408         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18409         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18410         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18411         order to make the new binding of case-fold-search immediately visible.
18413 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18415         * textmodes/bibtex.el: Copyright notice is up to date.
18416         Added constant 'bibtex-maintainer-salutation.
18418         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18419         than make-temp-name, use match-string-no-properties and eliminate
18420         a quadratic behavior when building bibtex-strings.
18422         * bibtex.el (bibtex-reference-key): Accept string entries whose
18423         reference key contains upper case letters.
18425 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18427         * bibtex.el (bibtex-reference-head): Allow entries to start with
18428         a new line.
18430 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18432         * bibtex.el: Hiding of entry bodies is not longer provided by
18433         bibtex.el directly.  Instead the hideshow package can be used.
18434         Added a special bibtex entry to hs-special-modes-alist.
18435         (bibtex-hs-forward-sexp): Added for hideshow.el.
18437 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18439         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18440         proceedings entry type (for cross referencing). Thanks to Wagner
18441         Toledo Correa for the suggestion.
18443         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18445 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
18447         * international/characters.el: Setup case table for Vietnamese.
18449 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
18451         * uniquify.el (toplevel): Require CL at compile time.
18452         (uniquify-push): Removed.
18454         * shadowfile.el (shadow-when): Removed.
18456         * tempo.el (tempo-dolist, tempo-mapc): Removed.
18457         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18459         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18460         regexp for paragraph-start.
18462         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18463         commas as well.
18465 2000-02-10  Dave Love  <fx@gnu.org>
18467         * wid-edit.el: (widgets) [defgroup]: Remove url link.
18468         (widget-color-choice-list, widget-color-history, widget-mouse-help):
18469         Deleted.
18470         (widget-specify-field, widget-specify-button): Don't use
18471         widget-mouse-help as help-echo property.
18472         (default): Use #'ignore for :validate and :mouse-down-action.
18473         (checkbox): Add help-echo.
18474         (widget-sexp-validate): Rewritten to clarify error messages.
18475         (character): Use char-valid-p in :match function.
18476         (widget-color-complete): Use facemenu-color-alist.
18477         (widget-color-action): Use facemenu-read-color.
18479         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
18480         set up `caar' &c that we now have.
18482 2000-02-09  Ray Blaak  <blaak@gnu.org>
18484         * delphi.el: Make resourcestring a declaration region, like const
18485         and var.
18487 2000-02-09  Dave Love  <fx@gnu.org>
18489         * bindings.el (mode-line-input-method-map): New variable.
18490         (mode-line-mule-info): Use it; fix last change.
18491         (mode-line-mode-menu): Move definition.
18492         (mode-line-mouse-sensitive-p): Deleted.
18493         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18494         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
18496         * startup.el (command-line-1): Don't call
18497         make-mode-line-mouse-sensitive.
18499 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18501         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18502         before rmail-toggle-header, because the former toggles headers.
18504 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
18506         * diff-mode.el (diff-kill-junk): New interactive function.
18507         (diff-reverse-direction): Use delete-and-extract-region.
18508         (diff-post-command-hook): Restrict the area so that the hook also works
18509         outside of any diff hunk.  This is necessary for the minor-mode.
18510         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18511         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18513         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18514         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18515         so that it can be used more easily in <foo>-mode-hook.  Also make sure
18516         to avoid duplicate entries.
18517         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18518         (font-lock-remove-keywords): Just as was done for `add', allow it to
18519         work even if font-lock-mode is nil.  Also make sure we don't modify
18520         any pre-existing list by forcing a copy-sequence.  Finally rename
18521         `major-mode' to `mode'.
18522         (font-lock-fontify-syntactic-anchored-keywords)
18523         (font-lock-fontify-anchored-keywords)
18524         (font-lock-fontify-keywords-region): Use line-end-position.
18525         Don't make `font-lock-multiline' local (it's now done in
18526         font-lock-set-defaults).
18527         (font-lock-set-defaults): Make `font-lock-multiline' local.
18528         Move the `font-lock-fontified' creation to inside the `unless'.
18530 2000-02-06  Andrew Innes  <andrewi@gnu.org>
18532         * term/w32-win.el (x-handle-args): Comment out call to message,
18533         which occurs before window system is initialized.
18535         * makefile.nt: Add support for recompiling lisp code.
18537 2000-02-04  Dave Love  <fx@gnu.org>
18539         * bindings.el (mode-line-mule-info): Fix/extend last change.
18541         * completion.el: Replace completion-dolist with dolist.
18543         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18545 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
18547         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18548         environment names before they go into the section regexp.
18550         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18551         char class in regexp.
18553         * textmodes/reftex-parse.el (reftex-with-special-syntax):
18554         Bind `case-fold-search' to nil.
18556         * progmodes/idlwave.el (idlwave-template):
18557         Respect `idlwave-abbrev-change-case'.
18558         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18559         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18560         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18561         (idlwave-rw-case): New function.
18562         (idlwave-statement-match): Fixed problem with assignment regexp.
18563         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18564         (idlwave-surround): New argument LENGTH to support padding of
18565         operators longer than 1 char.
18567         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18568         idlwave-shell-expression-overlay.  Implemented printing of
18569         expressions on higher levels of the calling stack.
18570         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18571         (idlwave-retrieve-expression-from-level): New function.
18572         (idlwave-shell-last-calling-stack): Variable removed.
18573         (idlwave-shell-reset): Argument action reversed (`visible' to
18574         `hidden').  Also remove stop-line overlay.
18575         (idlwave-shell-calling-stack-routine): New variable.
18576         (idlwave-shell-parse-stack-and-display): Messages now display
18577         negative level numbers.
18578         (idlwave-shell-mode): Set `modeline-format'.
18579         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18580         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18581         (idlwave-shell-print-expression-function): New option.
18583         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18584         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18585         `tool-bar' instead of `toolbar'.
18587 2000-02-02  Dave Love  <fx@gnu.org>
18589         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18590         emacs-lisp-mode-hook.  Don't check for defalias being defined.
18592         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18593         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18594         Use the new builtins directly.
18596         * whitespace.el (whitespace): Add :version to defgroup.
18598         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18599         Doc fix.
18601         * thingatpt.el (sexp-at-point, symbol-at-point)
18602         (number-at-point, list-at-point): Add autoload cookie.
18604         * recentf.el (recentf): Add :version to defgroup.
18606         * quickurl.el (quickurl): Add :version to defgroup.
18608         * elide-head.el (elide-head): Use point-marker more.
18610         * bs.el (bs): Add :version to defgroup.
18612         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18614         * progmodes/delphi.el (delphi): Add :version to defgroup.
18616 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
18618         * ange-ftp.el (ange-ftp-write-region): Handle case that
18619         succeeding process operation sets a different coding system.
18621         * calculator.el: New file.
18623 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
18625         * frame.el (frames-on-display-list, framep-on-display): New functions.
18626         (display-mouse-p, display-popup-menus-p, display-graphic-p)
18627         (display-selections-p, display-screens, display-pixel-width)
18628         (display-pixel-height, display-mm-width, display-mm-height)
18629         (display-backing-store, display-save-under, display-planes)
18630         (display-color-cells, display-visual-class): New functions.
18632         * term/tty-colors.el (tty-color-gray-shades): New function.
18634         * faces.el (display-color-p): Use framep-on-display.
18635         (display-grayscale-p): New function.
18637 2000-01-31  Dave Love  <fx@gnu.org>
18639         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18640         (create-fontset-from-x-resource): Don't concat integers.
18642 2000-01-31  Inge Frick  <inge@nada.kth.se>
18644         * view.el: Some changes in documentation.  Removed some trailing
18645         whitespace. Changed some parameter names to agree with documentation.
18646         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18647         window is not deleted.  Modifies change 1998-04-26.
18649 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
18651         * windmove.el: New file.
18653         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18654         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18655         progmodes/ebnf-yac.el: Update copyright and license info.
18657         * jit-lock.el (jit-lock-function): Widen before calculating
18658         end position.
18659         (jit-lock-stealth-chunk-start): Rewritten.
18661         * info.el (Info-title-face-alist): Removed.
18662         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18663         (Info-fontify-node): Use these faces.
18665 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
18667         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18668         (cl-macro-list1): Recognize `&allow-other-keys' instead of
18669         `&allow-other-keywords'.
18671         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18672         the list of directories scanned heuristically.
18674         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18676 2000-01-30  Jason Rumney  <jasonr@gnu.org>
18678         * w32-fns.el: Define w32-tty-standard-colors.
18680         * startup.el (command-line): Use w32-tty-standard-colors when in
18681         w32 console mode.
18683 2000-01-30  Dave Love  <fx@gnu.org>
18685         * jka-compr.el (jka-compr-load): Fix up load-history.
18687         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18689         * emacs-lisp/cl-macs.el: Revert previous change.
18691 2000-01-29  Dave Love  <fx@gnu.org>
18693         * facemenu.el: Purecopy various strings.
18695         * timezone.el (timezone-fix-time): Window against 69 for two-digit
18696         years.  Deal with three-digit years.
18698         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18699         Use defconst, purecopy.
18700         (help-back-label): Purecopy it.
18702 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18704         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18705         variable. If non-nil, order the buffer list according to the
18706         currently selected frame.
18707         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18708         non-nil, pass the selected frame to function buffer-list.
18710 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18712         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18714 2000-01-28  Dave Love  <fx@gnu.org>
18716         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18718         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18719         Don't use lisp-indent-hook property.
18720         (cl-abs): Remove.
18722         * subr.el: Move out indent and edebug specs for when and unless.
18724         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18725         when, unless.
18727         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18728         unless, when.
18730 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
18732         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18733         `collecting' as synonym for `collect'.
18735         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18736         for the case it contains spaces.
18738         * simple.el (what-cursor-position): Change formatting of messages.
18740         * frame.el (delete-other-frames): New function.
18741         (toplevel): Bind it to C-x 5 1.
18743         * sort.el (sort-numeric-base): New option.
18744         (sort-numeric-fields): If number starts with `0' or `0[xX[',
18745         interpret it as octal or hexadecimal.  Use sort-numeric-base
18746         as default base.
18748         * progmodes/glasses.el: New file.
18750 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
18752         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18753         userids differently.
18755         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18756         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18757         progmodes/ebnf-yac.el: New files.
18759 2000-01-26  Dave Love  <fx@gnu.org>
18761         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18762         on a function with an empty body.  [From Eric Ludlam.]
18764 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
18766         * vc.el (vc-version-diff): Make sure file name is expanded.
18768 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
18770         * scroll-bar.el (scroll-bar-timer): Variable removed.
18771         (scroll-bar-toolkit-scroll): Don't use a timer.
18773 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
18775         * language/thai-util.el (thai-composition-function):
18776         Delete superfluous `a'.
18778 2000-01-24  Dave Love  <fx@gnu.org>
18780         * fortran.el (fortran-mode): Use beginning-of-defun-function,
18781         end-of-defun-function.
18783         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18785 2000-01-22  Jason Rumney  <jasonr@gnu.org>
18787         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18788         conflicts with new face support.
18790 2000-01-22  Richard M. Stallman  <rms@gnu.org>
18792         * replace.el (query-replace): Rename last arg to DELIMITED.
18793         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18794         (query-replace-regexp): Likewise.
18796 2000-01-20  Richard M. Stallman  <rms@gnu.org>
18798         * subr.el (with-syntax-table): Use make-symbol, not gensym.
18800         * emacs-lisp/lisp.el (beginning-of-defun-function):
18801         Variable renamed from beginning-of-defun.
18802         Do not call make-variable-buffer-local.
18803         (beginning-of-defun-raw): Use new variable name; doc fix.
18804         (beginning-of-defun): Doc fix.
18805         (end-of-defun-function): Variable renamed from end-of-defun.
18806         Do not call make-variable-buffer-local.
18807         (end-of-defun): Use new variable name; doc fix.
18809         * subr.el (dolist, dotimes): Copied from cl-macs.el
18810         and made to work.
18812         * mail/undigest.el (rmail-digest-end-regexps):
18813         Variable replaces rmail-digest-end-regexp.
18814         Allows multiple regexps for detecting the end line.
18815         (undigestify-rmail-message): Corresponding changes.
18817 2000-01-19  Dave Love  <fx@gnu.org>
18819         * files.el (user-init-file): Don't declare here -- is primitive.
18821         * startup.el (command-line): Check for compiled user-init-file and
18822         set to uncompiled version if necessary.
18824 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18826         * mail/undigest.el (rmail-digest-end-regexp): New user option.
18827         (undigestify-rmail-message): Use it.
18829         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18831 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
18833         * tmm.el (tmm-goto-completions): Adapt to prompt being part
18834         of mini-buffer.
18836 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
18838         * emacs-lisp/copyright.el (copyright-update): Removed the
18839         requirement for a trailing space from `copyright-regexp', to
18840         support copyrights with owner specified on a separate line..
18842         * align.el: New file.
18844         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18846         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18848 2000-01-13  Dave Love  <fx@gnu.org>
18850         * ph.el: Removed.  (Obsoleted by EUDC.)
18852 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18854         * net/eudc.el (toplevel): Remove autoloaded code installing
18855         menu with easymenu, because that causes build problems.
18857         * frame.el (frame-notice-user-settings): New variable.
18858         (frame-notice-user-settings): Don't modify frame parameters
18859         if called a second time.
18861 2000-01-13  Richard M. Stallman  <rms@gnu.org>
18863         * frame.el (frame-notice-user-settings):
18864         Notice default-frame-parameters even for non-window frames.
18866 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18868         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18869         for Emacs.
18870         (eudc-bob-can-display-inline-images): Extend for Emacs.
18871         (eudc-bob-toggle-inline-display): Ditto.
18872         (eudc-bob-display-jpeg): Ditto.
18874 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
18876         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18877         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18878         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18880         * add-log.el (add-change-log-entry): Fix error trying an
18881         `(insert nil)'.
18883         * subdirs.el: Add `net' directory.
18885         * net: New directory.
18887         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18888         eval-last-sexp.  Don't bind debug-on-error here.
18889         (eval-last-sexp): New function.  Bind debug-on-error if
18890         eval-expression-debug-on-error is non-nil.
18891         (eval-defun-2, eval-defun): Likewise.
18893         * simple.el (eval-expression): Don't bind debug-on-error if
18894         eval-expression-debug-on-error is nil.  Detect changed
18895         debug-on-error, and propagate new value to global binding, if
18896         eval-expression-debug-on-error is non-nil,
18897         (eval-expression-debug-on-error): Change doc string.
18899 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18901         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18903         * emacs-lisp/lisp-mode.el (with-syntax-table):
18904         Set up lisp-indent-function property.
18906         * subr.el (with-syntax-table): Moved from simple.el.
18908         * simple.el (with-syntax-table): Moved to subr.el.
18910 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
18912         * tmm.el (tmm-shortcut): Delete region after prompt instead
18913         of erasing buffer.
18915         * textmodes/fill.el (fill-common-string-prefix): New function.
18916         (fill-context-prefix): Use the longest common prefix of first
18917         and second line fill prefix, if there is one.
18919 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18921         * array.el (array-mode): Don't use make-variable-buffer-local.
18922         Use make-local-variable for `truncate-lines'.
18924 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
18926         * add-log.el (add-log-current-defun): Handle user-defined
18927         add-log-current-function returning nil,
18929         * add-log.el (add-change-log-entry): Insert version number
18930         if having found a current function
18932         * add-log.el (add-log-current-defun):
18933         Call `add-log-current-defun-function'.  Try matches at level 0 and
18934         level 1.  Strip whitespace from defun found.
18936 2000-01-10  John Wiegley  <johnw@gnu.org>
18938         * allout.el (isearch-done/outline-provisions): Added `edit'
18939         argument to correspond with the current definition of `isearch-done'.
18941 2000-01-10  Dave Love  <fx@gnu.org>
18943         * elide-head.el (elide-head): Use point-marker, not point.
18945 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
18947         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18948         before and after the year 2000.
18950         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18951         Add ispell- prefix.
18953 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
18955         * ispell.el:  Only define dictionaries in menus when they exist.
18956         (version18p): New variable.
18957         (version20p): New variable.
18958         (xemacsp): New variable.
18959         (ispell-choices-win-default-height): Fix for XEmacs visibility.
18960         (ispell-dictionary-alist1): Added Brasileiro dictionary.
18961         (ispell-dictionary-alist6): Russian command lines no longer accept
18962         run-together words.
18963         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18964         (ispell-dictionary-alist): Add koi8-r to customize definition.
18965         (check-ispell-version): Added documentation string.  Return library
18966         path when called non-interactively.
18967         (ispell-menu-map-needed): Uses new variables.
18968         (ispell-library-path): New variable.
18969         (ispell-decode-string): XEmacs fix for bogus variable bindings.
18970         (ispell-word): Improved documentation string.  Test for valid
18971         character mappings.  Correctly check typed in word changes that can
18972         result in single words split into multiple words.
18973         Return replacement word.
18974         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
18975         replace in recursive query replace mode.  Help message for
18976         recursive edit mode.
18977         (ispell-show-choices): Protect against bad framepop bindings.
18978         (ispell-help): Fix to work with XEmacs.
18979         (ispell-highlight-spelling-error): Use new variables.
18980         (ispell-overlay-window): Fix to work with XEmacs.
18981         (ispell-parse-output): Passed and returns location information
18982         tracking spelling corrections.  Doesn't recheck same word on
18983         current line.
18984         (ispell-init-process): Protect against bogus XEmacs variable binding.
18985         Fix call to single argument in sleep-for.  Use new variables.
18986         (ispell-region): Passed and returns location information tracking
18987         spelling corrections.  Doesn't check same word on current line.
18988         Improved documentation string.  Doesn't resend a line already
18989         checked to the ispell process - fixes bug in LaTeX parsing.
18990         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18991         (ispell-skip-region): No longer skips <TT> in SGML.
18992         (ispell-process-line): Tracks location information with spelling
18993         corrections.  Added documentation string.  Accounts for words
18994         already accepted on this line.  Don't allow query-replace on line
18995         starting with math characters.  Doesn't resend a line already sent
18996         to ispell process.  Fixes alignment error bug.
18998 2000-01-10  Richard M. Stallman  <rms@gnu.org>
19000         * dired-x.el (dired-guess-shell-alist-default):
19001         Suggest xloadimage, which is free, not xv, which isn't.
19003         * ange-ftp.el (ange-ftp-file-name-nondirectory):
19004         Don't ever include the host name or user name in the value.
19006 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19008         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19009         of a real newline.
19011 2000-01-09  Stephen Eglen  <stephen@gnu.org>
19013         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19014         for .png files.
19016 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
19018         * cus-edit.el (custom-hook-convert-widget): Fix comment.
19020 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19022         * progmodes/cperl-mode.el: Replace ^F with ^L.
19024         * sendmail.el (toplevel): Provide `sendmail' when compiling before
19025         `require'ing rmail and mailalias to prevent infinite recursion.
19027 2000-01-08  Dave Love  <fx@gnu.org>
19029         * emacs-lisp/backquote.el: Remove inappropriate customization
19030         (allowing custom.el to use backquote).
19032 2000-01-07  Dave Love  <fx@gnu.org>
19034         * add-log.el (add-log-debugging): Deleted.
19035         (add-change-log-entry): Treat a backup FILE-NAME as its parent
19036         file.  Remove debugging code.
19037         (change-log-get-method-definition, change-log-name): Add doc.
19038         (change-log-sortable-date-at): New function.
19039         (change-log-merge): New command.
19041         * time.el (display-time-string-forms): Make the Mail string active.
19042         (display-time-update): Provide help-echo for load average.
19044         * bindings.el (make-mode-line-mouse2-map): New function.
19045         (mode-line-modified): Use it and simplify.
19046         (mode-line-mule-info): Provide help-echo info.
19047         (minor-mode-alist): Activate the strings.
19048         (make-mode-line-mouse-sensitive): Simplify for
19049         mode-line-buffer-identification.
19051 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
19053         * play/pong.el: New file.
19055 2000-01-06  Dave Love  <fx@gnu.org>
19057         * array.el: Assorted cleanups for compiler warnings, doc strings,
19058         `array-' prefix for symbols.
19060 2000-01-05  Dave Love  <fx@gnu.org>
19062         * textmodes/outline.el (outline-mode-menu-bar-map):
19063         Add outline-headers-as-kill.
19064         (outline-mode): Define imenu-generic-expression.
19065         (outline-headers-as-kill): New command.
19067         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19068         from paragraph-start.
19069         (paragraph-indent-minor-mode): New command.
19071         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19072         M-C-e, M-C-h, C-j, C-xnd, TAB.
19073         (fortran-mode): Set beginning-of-defun, end-of-defun.
19074         (fortran-column-ruler): Simplify.
19075         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19076         (fortran-with-subprogram-narrowing): Likewise.
19077         (fortran-indent-subprogram): Call mark-defun.
19078         (fortran-check-for-matching-do): Change narrowing.
19080         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19081         (cl-lucid-hash-tag): Delete.
19082         (cl-hash-table-p): Correct test for native table.
19083         (cl-hash-table-count): Use hash-table-count.
19085         * browse-url.el (browse-url): Fix case of
19086         browse-url-browser-function being an alist.
19088 2000-01-05  Carsten Dominik  <cd@gnu.org>
19090         * textmodes/reftex-vars.el (reftex-parse-file-extension)
19091         (reftex-index-phrase-file-extension): New options.
19093         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19094         Use new option `reftex-index-phrase-file-extension'.
19096         * textmodes/reftex.el (reftex-access-parse-file): Use new option
19097         `reftex-parse-file-extension'.
19099 2000-01-05  Dave Love  <fx@gnu.org>
19101         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19102         (beginning-of-defun-raw): Use it.
19103         (end-of-defun): New variable.
19104         (end-of-defun): Use it.
19105         (check-parens): New command.
19107 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
19109         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19110         (hs-show-block): Don't use `mapcar' when not accumulating.
19112         Fix buglet in local variables initialization.
19114 2000-01-05  Andreas Schwab  <schwab@suse.de>
19116         * hscroll.el (hscroll): Doc fix.
19118 2000-01-05  Carsten Dominik  <cd@gnu.org>
19120         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19121         Require idlw-toolbar.
19123         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19124         file idlw-rinfo.el.
19125         (idlwave-customize): Load must read file idlw-shell.el.
19126         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19128 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
19130         * progmodes/idlw-shell.el: Also provide idlwave-shell
19131         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19132         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19134         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19135         both reftex-dcr and reftex-vcr.
19137         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19139 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19141         * ps-print.el: PostScript code now is in separate files, doc fix.
19142         (ps-print-version): New version number (5.0.3).
19143         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19144         local.
19145         (ps-spool-config): Initialization fix.
19146         (ps-print-prologue-1, ps-print-prologue-2)
19147         (ps-print-duplex-feature): PostScript code moved to separated file.
19148         (ps-background-image): Little code reformating.
19149         (ps-begin-file, ps-begin-job): Fix code.
19150         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19151         (ps-prologue-file): New fun.
19153 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19155         * ps-vars.el: Eliminated.
19157         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19158         `;;;###autoload'.
19160         * ps-print.el: ps-vars eliminated, doc fix.
19161         (ps-print-version): New version number (5.0.2).
19162         (ps-spool-config): Initialization fix.
19163         (ps-print-customize): New fun.
19165 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
19167         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19169 2000-01-04  Dave Love  <fx@gnu.org>
19171         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19172         menu items.
19174 2000-01-03  Dave Love  <fx@gnu.org>
19176         * elide-head.el (elide-head) [defgroup]: Add :version.
19178         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19179         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19180         Use `cl-hash-table-p', not `hash-table-p'.
19181         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19183 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19185         * faces.el (face-read-integer, read-face-attribute)
19186         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19188 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19190         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19191         at comment end, and re-insert them after filling.
19193 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19195         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19196         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19197         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19199 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19201         * term/x-win.el (xw-defined-colors): Call color-supported-p,
19202         the new name of face-color-supported-p.
19204         * term/w32-win.el (xw-defined-colors): Likewise.
19206 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19208         * simple.el (completion-setup-function): Count completion-size
19209         from minibuffer-prompt-end, not from point-min.
19211 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
19213         * faces.el (read-face-attribute, defined-colors, color-defined-p):
19214         Pass the frame to tty-color-* functions.
19215         (display-color-p, frame-set-background-mode): Pass the frame to
19216         tty-display-color-p.
19218         * term/tty-colors.el (tty-defined-color-alist): Renamed from
19219         tty-color-alist.
19220         (tty-color-alist, tty-modify-color-alist): New functions.
19221         (tty-color-define,  tty-color-clear, tty-color-approximate)
19222         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19223         optional parameter FRAME.
19225 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
19227         * image.el (create-image, defimage): Don't assume image data is
19228         a string.
19230         * image.el (defimage): Handle specifications containing :data
19231         instead of :file.
19232         (image-type-from-data): New function.
19233         (image-type-from-file-header): Use it.
19234         (create-image): Add parameter DATA-P.
19236 See ChangeLog.8 for earlier changes.
19238 ;; Local Variables:
19239 ;; coding: iso-2022-7bit
19240 ;; End: