Remove dots and exclams from end of error messages. From Pavel Janik.
[emacs.git] / lisp / ChangeLog
blob7c92e46ce94e38bdd86d8ec9a8f2f29dc3deb0c4
1 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
3         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
4         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
7         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
9         * emacs-lisp/lselect.el: Ditto.
11         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): Remove
12         periods from the end of error message strings.  From Pavel
13         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
15         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
16         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
18         * net/telnet.el: Ditto.
20 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
22         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
23         KEYMAP to the call to define-minor-mode.
25 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
27         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
28         Replace some of the undefined characters with emulations of bidi
29         formatting characters and Niqud as per SI 1311-1.
30         (IT-unicode-translations): Ditto.
31         (IT-display-table-setup, IT-setup-unicode-display): Fill
32         characters without translations with dos-unsupported-char-glyph.
34 2001-08-24  Simon Josefsson  <jas@extundo.com>
36         * hl-line.el (hl-line-mode): Don't be a global mode.
37         (global-hl-line-mode): New function.
39 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
41         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
42         being reset by Ghostscript.  Don't kill the gs process.
43         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
45 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
47         * term/mac-win.el: Require scroll-bar.
49 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
51         * hexl.el (hexl-insert-multibyte-char) New function.
52         (hexl-quoted-insert, hexl-self-insert-command)
53         (hexl-insert-hex-char, hexl-insert-decimal-char)
54         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
55         Fix the doc strings accordingly.
56         (hexl-insert-char): Reject characters whose code is above 255.
57         Doc fix.
58         (hexl-mode-map): Copy the global keymap instead of creating a
59         sparse keymap, and bind all self-inserting characters to
60         hexl-self-insert-command.
62 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
64         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
66         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
68 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
70         * simple.el (line-number-mode): Mention the variable
71         line-number-display-limit-width in the doc string.
73 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
75         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
76         Temporarily select EVENT's window for switching buffers.
77         (mode-line-bury-buffer): New function.
78         (mode-line-buffer-identification-keymap): Use it instead of
79         bury-buffer.  Bind down-mouse events to prevent global down-mouse
80         events from shining through.
82 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
84         * newcomment.el (comment-beginning): Make sure the comment-start
85         we found isn't a comment-end (in cases where confusion is possible).
87 2001-08-22  Miles Bader  <miles@gnu.org>
89         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
90         before writing it, so that hard-links don't see new version.
92 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
94         * gs.el (gs-set-ghostview-colors-window-prop):
95         Call x-change-window-property with 3rd arg FRAME.
96         (gs-load-image): Wait for a previous Ghostscript process
97         to complete before starting a new one.
99         * image.el (image-type-regexps): Make sure that the TIFF
100         pattern is only matched at the beginning of a string.
101         From Markus Rost <rost@math.ohio-state.edu>.
103         * international/swedish.el: Pre-Mule file removed.  From Jonas
104         Oberg <jonas@gnu.org>.
106 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
108         * whitespace.el (whitespace-abort-on-error): Add custom variable
109         to whitespace to abort a write-file if whitespace is detected in file.
111         * whitespace.el (whitespace-write-file-hook): Hook to be called
112         when writing a file. If `whitespace-abort-on-error' is set, the
113         write will abort on detecting whitespaces.
114         If `whitespace-auto-cleanup' is set, the file will be cleaned
115         automatically prior to writing.
117         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
118         whitespaces in the error output!
120         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
121         `indent-tabs-mode', since the latter notes user preferences on
122         TABs anyway.
124         * whitespace.el (whitespace-version): 3.1. All of the above issues
125         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
127 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
129         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
130         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
132         * whitespace.el (whitespace-global-mode): Add autoload cookie.
134 2001-08-20  Alex Schroeder  <alex@gnu.org>
136         * sql.el (sql-db2): Doc change.
138 2001-08-20  Alex Schroeder  <alex@gnu.org>
140         * sql.el (sql-postgres): Add the database at the end of the
141         parameters instead of at the beginning.
142         (sql-postgres-options): Doc change.
144 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
146         * custom.el (defcustom): Doc fix.
148 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
150         * ps-mule.el (find-composition): Check if (char-after POS)
151         returns a valid character.
153 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
155         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
156         original-point for extra CR characters that are added/removed when
157         the buffer is written/read whose EOL type is -dos.
159 2001-08-16  Miles Bader  <miles@gnu.org>
161         * simple.el (line-move): Undo previous change.
163         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
164         property to input-terminating `boundary' overlays to avoid
165         line-move wierdness.
167 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
169         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
170         buffer in a save-restriction.  Under one test case with Ediff,
171         window-scroll-functions are run with a window start that's
172         temporarily outside of the restriction.
174 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
176         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
177         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
178         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
179         (texinfo-update-menu-region-beginning)
180         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
181         command, @ifnottex, to regexps, so it is found.
183 2001-08-16  Andrew Innes  <andrewi@gnu.org>
185         * makefile.nt (DONTCOMPILE): Omit bindings.el.
186         (DONTCOMPILE): Omit sc.el.
188         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
189         (DONTCOMPILE): Omit sc.el.
191 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
193         * replace.el (occur): Bind inhibit-read-only to t.
195 2001-08-16  Miles Bader  <miles@gnu.org>
197         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
198         calling `constrain-to-field', to avoid problems with comint prompts.
200 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
202         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
203         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
205         * ediff-mult.el (ediff-get-meta-info): Fix the condition
206         of a while-loop.
208         * Makefile.in (DONTCOMPILE): Remove sc.el.
210         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
211         Don't include term/.
213         * mail/sc.el:  Moved to obsolete/.
215 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
217         * ps-print.el: Change error function arguments to follow Emacs
218         message convention.  Doc fix.
219         (ps-print-version): New version number (6.5.4).
220         (coding-system-for-write): Change declaration position to avoid
221         XEmacs compilation gripes.
222         (coding-system-for-read, buffer-file-coding-system):
223         Declarations to avoid XEmacs compilation gripes.
225         * ps-mule.el: Doc fix.
226         (ps-mule-encode-header-string): If STRING is not a string, replace
227         STRING by empty string.
229 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
231         * frame.el (show-trailing-whitespace): Doc fix.
233 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
235         * desktop.el (desktop-save): Insert the coding: tag before
236         desktop-header.
238 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
240         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
241         its path from $els.
243         * image.el (image-jpeg-p): Fix call of substring.
245 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
247         * play/animate.el (animate-string): Doc fix.  Use a buffer
248         name with stars in it.
249         (animate-sequence): New function.
250         From Richard Stallman <rms@gnu.org>.
252         * frame.el (select-frame-set-input-focus): New function
253         extracted from other-frame.
254         (other-frame): Use it.
255         (next-multiframe-window, previous-multiframe-window): Use it.
257         * isearch.el (isearch-other-meta-char): Don't switch to the
258         buffer of a window clicked on, when the current buffer is
259         in Isearch mode.
261         * image.el (image-jpeg-p): Test for APPn markers in the range
262         #xe0..#xef.
264 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
266         * desktop.el (desktop-save): Don't use concat to form a file
267         name, use expand-file-name.
269         * mouse.el (mouse-delete-window): Do nothing if frame has just
270         one window.
272         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
273         for the minor mode name.
275         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
276         minor mode name.
278         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
279         instead of make-mode-line-mouse2-map.
281         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
282         the minor mode name.
284         * emacs-lisp/easy-mmode.el (define-minor-mode):
285         Use  mode-line-minor-mode-keymap for the minor mode name.
287         * calendar/calendar.el (calendar-mode-line-format):
288         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
290         * bindings.el (make-mode-line-mouse-map): Renamed from
291         make-mode-line-mouse2-map.  Take additional arg MOUSE.
292         (mode-line-modified): Use mouse-3 instead of mouse-2.
293         (mode-line-buffer-identification-keymap): Bind keys differently.
294         (propertized-buffer-identification): Adapt help-echo to new bindings.
296         * bindings.el (mode-line-format): Specify help-echo for line
297         number, column number and buffer-percent part of the mode-line.
299         * image.el (image-type-regexps): Allow whitespace at the start
300         of the image data for XPM, XBM and Postscript, which are
301         text files.
302         (image-jpeg-p): Correct calculation of next field offset.
304 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
306         * battery.el: Fix typo.
308 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
310         * image.el (image-type-regexps): Allow predicates.  Change the way
311         JPEG images are recognized.
312         (image-jpeg-p): New function.
313         (image-type-from-data): Handle predicates in image-type-regexps.
315         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
316         #:, #x, #o, and similar constructs.
318 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
320         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
322         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
323         instead of `progn'.
325         * tar-mode.el (tar-extract): Avoid generating a new buffer
326         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
328         * textmodes/paragraphs.el (forward-sentence): Avoid building
329         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
331         * progmodes/executable.el (executable-set-magic):
332         If executable-find returns a quoted file name, unquote it before
333         inserting it.
335         * image.el (image-type-regexps): For JPEG files, use a regexp
336         derived from the JFIF spec.
338         * image.el (image-type-regexps): Use `\`' instead of `^' in
339         most regular expressions.
341 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
343         * play/animate.el: Re-insert a reference to re-inserted function.
345 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
347         * help.el (describe-function-1): Use find-function-search-for-symbol
348         instead of find-function-noselect because the latter follows aliases.
350         * play/animate.el (animate-birthday-present): Re-insert.
352         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
353         Handle old-style menu definitions.
355 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
357         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
358         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
360         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
361         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
362         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
364 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
366         * textmodes/tildify.el: Milan Zamazal has new address.
368 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
370         * custom.el (custom-set-variables): Don't test `custom-requests'
371         properties, check the third element of the options passed to
372         custom-set-variables instead.
374         * info.el (info-insert-file-contents): Use info-file-exists-p
375         instead of file-exists-p.
377         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
378         the mode-line face is restored.  Fix several bugs.
380         * replace.el (perform-replace): Doc fix.
382 2001-08-02  Francesco Potorti`  <pot@gnu.org>
384         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
385         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
386         (uniquify-fix-item-base, uniquify-fix-item-filename)
387         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
388         Callers changed.
389         (uniquify-set-proposed): Changed to work with a vector item.
390         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
391         the fix list, and a list of strings for the non-file buffer
392         names.  Both changes reduce consing.
393         (uniquify-rationalize-a-list): Local variable renaming.
394         (uniquify-rationalize-conflicting-sublist): Use member instead of
395         assoc.
396         (uniquify-rename-buffer): Use unless instead of if not.
398 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
400         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
402         * custom.el (custom-set-variables): Set options with :require
403         clauses last.
405         * custom.el (defcustom): Doc fix.
407         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
409 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
411         * man.el (man): Mention Man-switches in the doc string.
412         (Man-switches): Mention -a in the doc string.
414         * textmodes/ispell.el (ispell-alternate-dictionary):
415         Add /usr/share/lib/dict/words, for Irix.
417         * bindings.el: Bind shifted and control-shifted kp-* keys to the
418         corresponding non-kp keys.  Suggested by Stephen Gildea
419         <gildea@alum.mit.edu>.
421 2001-08-01  Francesco Potorti`  <pot@gnu.org>
423         * uniquify.el: These changes correct a corner case that the old
424         code managed correctly.
425         (uniquify-fix-item-proposed): Renamed from
426         uniquify-fix-item-min-proposed.
427         (uniquify-set-proposed): New function.
428         (uniquify-rationalize-file-buffer-names): Code reshuffled for
429         clarity and speed.
430         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
431         This is equivalent to what the old code did.
432         (uniquify-rationalize-a-list): Never recompute the proposed
433         name.  Sort the conflicting sublist before rationalising it: this
434         is equivalent to what the old code did, but one directory element
435         at a time, and only when necessary.
436         (uniquify-rationalize-conflicting-sublist): Recompute here the
437         proposed name.
439 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
441         * play/animate.el: Add Keywords and Maintainer.  Remove a
442         reference to a removed function.
444         * play/animate.el (animate-string): Handle case that the string is
445         longer than the window is wide.
447 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
449         * desktop.el (desktop-save): Bind coding-system-for-write to
450         `emacs-mule' for write-region.
452         * delsel.el (delete-selection-pre-hook): Don't set this-command
453         to `ignore' if the region is empty.
455         * international/mule.el (set-keyboard-coding-system):
456         Set keyboard-coding-system.
458         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
459         before accessing it.
461 2001-07-30  Andreas Schwab  <schwab@suse.de>
463         * menu-bar.el (toggle-highlight-paren-mode):
464         Use `(show-paren-mode)' as body.
466 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
468         * vc.el (vc-checkout-hook): New hook.
469         (vc-checkout): Run it.
471 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
473         * progmodes/make-mode.el (makefile-macroassign-regex):
474         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
476 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
478         * vc.el (vc-switch-backend): Fix autoload cookie.
480         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
481         the desktop file.
483 2001-07-30  Simon Josefsson  <jas@extundo.com>
485         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
486         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
488 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
490         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
491         (last-sexp-toggle-display): Renamed from last-sexp-print.
492         (last-sexp-toggle-display, eval-last-sexp-1):
493         Use last-sexp-setup-props.
495         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
496         New user-options.
497         (mouse-wheel-change-button): New function.
498         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
499         (mwheel-scroll): Ditto.
501 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
503         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
504         `...', compare with unabbreviated printed representation instead.
505         (last-sexp-print): Bind print-length and print-level to nil.
507         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
508         before assigning text properties.  Make properties rear-nonsticky.
510         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
511         (eval-last-sexp-1): Give printed text a `keymap' property and bind
512         <mouse-2> and <RET> in that map to a function printing the
513         unabbreviated value.
515         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
516         is a buffer, put a text property `printed-value' on the printed
517         representation, with the Lisp object printed as value.
519 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
521         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
522         Mention the effect of eval-expression-print-length and
523         eval-expression-print-level in the doc strings.  Suggested by
524         Kevin Gallagher <kevingal@onramp.net>.
526 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
528         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
529         for buttons > 3.
530         (xterm-mouse-translate): Handle the case that we don't get a
531         down-event.
533         * emacs-lisp/find-func.el (find-function-regexp):
534         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
535         in front of the function name.
537         * isearch.el (isearch-other-meta-char): Fix last change.
539         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
540         similar events for which fake prefix keys are generated.  It's no
541         longer necessary since read_key_sequence doesn't modify these
542         events for internal purposes anymore.
544         * files.el (auto-mode-alist): Use nroff-mode for files ending
545         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
547 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
549         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
550         tool-bar-lines parameter, behave as if its value were zero.
551         (mouse-avoidance-set-pointer-shape): Don't do anything if
552         x-pointer-shape is not boundp.
554 2001-07-23  Francesco Potorti`  <pot@gnu.org>
556         * uniquify.el: Overall speedup changes when using many buffers.
557         (uniquify-fix-item-base, uniquify-fix-item-filename)
558         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
559         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
560         place in the item, but was never used.
561         (uniquify-fix-item-min-proposed): New defalias: the fourth place
562         in the item is now used as cache for the proposed name.
563         (uniquify-rationalize-file-buffer-names): Move computation made on
564         newbuffile out of the loop, in the newbuffile-nd local var.
565         Use dolist (cosmetic change).  Compute the proposed name for the most
566         common case and cache it in the fourth place in the item.
567         (uniquify-rationalize-file-buffer-names): Used to return a a list
568         of buffer whose name was changed, but that return value was never used.
569         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
570         the cached proposed name, does much less consing and is quicker.
571         (uniquify-filename-lessp): Deleted.
572         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
573         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
574         cached proposed name is possible.
575         (uniquify-get-proposed-name): Arguments changed, callers changed.
576         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
577         uniquify-possibly-resolvable flag, which is no more bound locally.
578         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
579         flag, which does not exist any more.
581 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
583         * term/internal.el (IT-unicode-translations): Fix the appearance of
584         "6`".
586         * progmodes/compile.el (compile-internal): If EMACS is already
587         defined in the environment, don't override its value.
589 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
591         * play/fortune.el: Undo change of 2001-07-13.
592         Fix autoload cookies.  Add types to defcustoms.
593         (fortune) <defgroup>: Add :link.
594         (fortune-from-region): Use eq, not eql.
595         From Dave Love <fx@gnu.org>.
597         * play/animate.el (animate-birthday-present): Function removed.
599         * play/animate.el: New file.
601 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
603         * startup.el (normal-top-level-add-subdirs-to-load-path):
604         On Windows, put into normal-top-level-add-subdirs-inode-list the
605         canonicalized names of the directories instead of inode numbers.
607 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
609         * ediff-util.el: Copyright years.
610         (ediff-choose-syntax-table): New function.
611         (ediff-setup): Use ediff-choose-syntax-table.
612         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
613         vc-state is available.
614         (ediff-make-temp-file): Use ediff-coding-system-for-write.
616         * ediff-init.el (ediff-with-syntax-table): New macro, uses
617         with-syntax-table.
618         (ediff-coding-system-for-read): From ediff-diff.el
619         (ediff-coding-system-for-write): New variable.
620         (ediff-highest-priority): Fixed the bug having to do with disappearing
621         overlays.
622         (ediff-file-remote-p): Use file-remote-p, if available.
623         (ediff-listable-file): New function.
624         (ediff-file-attributes): Use ediff-listable-file.
626         * ediff-mult.el (ediff-meta-insert-file-info1):
627         Use ediff-listable-file.
629         * ediff-ptch.el (ediff-prompt-for-patch-file):
630         Use ediff-coding-system-for-read.
631         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
633         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
634         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
636         * ediff.el: Date of last update, copyright years.
638         * ediff-wind (ediff-setup-control-frame): Nill->nil.
640         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
641         of Scott Bronson.
642         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
643         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
644         Deleted functions.
645         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
646         ex-token-list.
647         (viper-get-ex-address-subr): Convert registers to char data type.
649         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
650         (viper-memq-char): Use viper-int-to-char.
651         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
652         vc-locking-state.
653         (viper-read-key): Use viper-read-key-sequence.
655         * viper.el (viper-major-mode-modifier-list):
656         Added inferior-emacs-lisp-mode.
657         (this-major-mode-requires-vi-state): New function that uses simple
658         heuristics to decide if vi state is appropriate.
659         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
660         (viper-non-hook-settings): Don't advise read-key-sequence.
661         (viper-read-key-sequence): New function that replaces the
662         previously used advice to read-key-sequence.
664         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
665         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
666         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
667         (viper-open-line-at-point,viper-substitute,viper-overwrite)
668         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
669         Got rid of the negative character hack.
670         (viper-escape-to-state,viper-replace-state-exit-cmd):
671         Use viper-read-key-sequence.
672         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
673         (viper-minibuffer-standard-hook,viper-read-string-with-history):
674         Don't override existing minibuffer-setup-hook.
675         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
676         Convert registers to char data type.
677         (viper-autoindent): Use viper-indent-line.
679         * viper-keym.el: Use viper-exec-key-in-emacs.
681 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
683         * server.el (server-visit-files): Fix variable name typo.
685 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
687         * simple.el (delete-trailing-whitespace): Save match data
688         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
690 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
692         * progmodes/compile.el (compilation-parse-errors): `linenum' might
693         return a this-error using the alternative format (a pair of markers).
695 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
697         * font-lock.el (c++-keywords): Add Standard C++ operator names.
699         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
700         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
702 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
704         * international/iso-transl.el: Fix typo in the header of the file.
706         * textmodes/picture.el (picture): Doc fix.
708         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
709         follow coding conventions in generated files.
711 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
713         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
714         (tool-bar-add-item): Don't call image-related primitives if the
715         display doesn't support images.
717         * frame.el (display-images-p): New function.
719 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
721         * server.el (server-visit-files): Handle the case the specified
722         column number is <= 0.
724 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
726         * startup.el (command-line-1): Add support for +LINE:COLUMN
727         command line argument.
729 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
731         * server.el (server-process-filter, server-visit-files):
732         Add support for +LINE:COLUMN style emacsclient calls.
734 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
736         * emacs-lisp/easy-mmode.el: Add Keywords header.
738         * play/pong.el: Author has new address.
740         * play/landmark.el: Author is no more reachable.
742         * play/handwrite.el: Author is no more reachable.
744 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
746         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
747         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
748         Complete bindings for F<1..12> keys.
749         (global-map): Remove `undo' binding (already in the default).
750         Replace `t<n>' bindings with `f<n>' bindings.
752 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
754         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
755         (tcl-mode): Use tcl-add-log-defun.
756         (tcl-indent-line): Use tcl-calculate-indent.
757         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
758         (tcl-indent-exp): Renamed from indent-tcl-exp.
759         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
760         (tcl-indent-for-comment): Call comment-indent-function properly
761         and handle the case where it returns nil.
763 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
765         * calendar/cal-islam.el (calendar-goto-islamic-date):
766         Remove autoload cookie.
768         * calendar/calendar.el (calendar-goto-islamic-date):
769         Add call to autoload.
771 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
773         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
774         Don't change compile-auto-highlight globally.
775         Don't bother with `font-lock-defaults' property since XEmacs
776         also understands the `font-lock-defaults' variable.
777         Use make-local-variable rather than make-variable-buffer-local.
778         Don't `defconst' comment-indent-function: keep the default.
779         Call easy-menu-add unconditionally.
780         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
781         (ada-create-menu): Use :included for Emacs as well.
783         * vc.el (vc-do-command): Autoload.
785         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
787 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
789         * ps-print.el: Fix Author: header.
791 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
793         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
794         mouse-1 etc., bind them to `ignore'.
796         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
797         send-invisible, which is already defined in Comint.
798         (eshell-watch-for-password-prompt): Use it.
800 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
802         * which-func.el (which-func-mode): Doc fix.
804         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
805         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
806         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
807         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
808         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
809         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
810         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
811         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
812         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
813         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
814         * emulation/edt-mapper.el, emulation/edt-pc.el,
815         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
816         * emulation/tpu-edt.el, emulation/tpu-extras.el,
817         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
818         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
819         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
820         * international/isearch-x.el, international/iso-cvt.el,
821         * international/ogonek.el, international/quail.el,
822         * international/utf-8.el, jit-lock.el, language/devan-util.el,
823         * language/devanagari.el, language/ethio-util.el,
824         * language/ethiopic.el, language/european.el, language/indian.el,
825         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
826         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
827         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
828         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
829         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
830         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
831         * progmodes/autoconf.el, progmodes/cmacexp.el,
832         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
833         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
834         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
835         * progmodes/ebnf2ps.el, progmodes/executable.el,
836         * progmodes/fortran.el, progmodes/idlw-shell.el,
837         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
838         * progmodes/m4-mode.el, progmodes/mantemp.el,
839         * progmodes/meta-mode.el, progmodes/octave-inf.el,
840         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
841         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
842         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
843         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
844         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
845         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
846         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
847         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
848         * textmodes/two-column.el, time-stamp.el, timezone.el,
849         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
850         * which-func.el, whitespace.el, wid-browse.el, widget.el,
851         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
852         conventions.
854 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
856         * simple.el (set-variable): Require 'cus-edit' instead of
857         `wid-edit', so that the Custom widgets get defined.
859 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
861         * allout.el: A fix to follow coding conventions.
863         * find-lisp.el: A fix to follow coding conventions.
865         * term/w32-win.el: A fix to follow coding conventions.
867         * textmodes/sgml-mode.el: A fix to follow coding conventions.
869         * term/xterm.el: A fix to follow coding conventions.
871         * term/news.el: A fix to follow coding conventions.
873         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
874         header line fixed.
876         * sun-curs.el: Fix Maintainer: header line.
878         * emacs-lisp/easymenu.el: Address of the author added.
880 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
882         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
883         property.
885 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
887         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
888         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
889         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
890         Some fixes to follow coding conventions.
892 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
894         * which-func.el (which-func-mode): Doc fix.
896 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
898         * net/rcompile.el (remote-compile): Use make-local-variable.
900         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
902         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
904         * mail/reporter.el (reporter-submit-bug-report):
905         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
907 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
909         * calendar/cal-china.el, calendar/cal-coptic.el,
910         * calendar/cal-dst.el, calendar/cal-french.el,
911         * calendar/cal-hebrew.el, calendar/cal-islam.el,
912         * calendar/cal-iso.el, calendar/cal-julian.el,
913         * calendar/cal-mayan.el, calendar/cal-persia.el,
914         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
915         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
916         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
917         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
918         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
919         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
920         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
921         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
922         * progmodes/ada-xref.el, progmodes/cc-align.el,
923         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
924         * progmodes/cc-defs.el, progmodes/cc-engine.el,
925         * progmodes/cc-langs.el, progmodes/cc-menus.el,
926         * progmodes/cc-styles.el, progmodes/cc-vars.el,
927         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
928         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
929         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
930         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
931         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
932         * textmodes/reftex.el: Some fixes to follow coding
933         conventions in Eshell files with known maintainers.
935         * emulation/viper.el: A fix to follow coding conventions.
937         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
938         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
939         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
940         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
941         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
942         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
943         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
944         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
945         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
946         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
947         conventions in Eshell files.
949         * composite.el, diff.el, emacs-lisp/levents.el,
950         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
951         * emulation/pc-mode.el, emulation/viper-cmd.el,
952         * emulation/viper-ex.el, emulation/viper-init.el,
953         * emulation/viper-keym.el, emulation/viper-macs.el,
954         * emulation/viper-mous.el, emulation/viper-util.el,
955         * emulation/viper.el, forms-pass.el, international/ccl.el,
956         * international/characters.el, international/encoded-kb.el,
957         * international/fontset.el, international/ja-dic-cnv.el,
958         * international/ja-dic-utl.el, international/kinsoku.el,
959         * international/kkc.el, international/mule-cmds.el,
960         * international/mule-diag.el, international/mule-util.el,
961         * international/mule.el, international/titdic-cnv.el,
962         * language/china-util.el, language/chinese.el,
963         * language/cyril-util.el, language/cyrillic.el, language/english.el,
964         * language/greek.el, language/hebrew.el, language/japan-util.el,
965         * language/japanese.el, language/korea-util.el, language/korean.el,
966         * language/lao-util.el, language/lao.el, language/misc-lang.el,
967         * language/slovak.el, language/thai-util.el, language/thai.el,
968         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
969         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
970         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
971         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
972         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
973         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
974         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
975         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
976         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
977         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
978         to follow coding conventions in files without maintainer or in files
979         with clear maintainer (but without Maintainer header stating so).
981         * emacs-lisp/elp.el: A fix to follow coding conventions.
983         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
984         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
985         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
986         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
987         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
988         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
989         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
990         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
991         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
992         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
993         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
994         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
995         conventions in files from Gnus.
997         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
998         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
999         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1000         * echistory.el, electric.el, emacs-lisp/authors.el,
1001         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1002         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1003         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1004         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1005         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1006         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1007         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1008         * international/codepage.el, international/iso-ascii.el,
1009         * international/iso-insert.el, international/iso-transl.el,
1010         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1011         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1012         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1013         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1014         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1015         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1016         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1017         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1018         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1019         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1020         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1021         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1022         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1023         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1024         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1025         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1026         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1027         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1028         * textmodes/tex-mode.el, textmodes/text-mode.el,
1029         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1030         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1031         * vt100-led.el, window.el: Some fixes to follow coding conventions in
1032         files maintained by FSF.
1034 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1036         * arc-mode.el: A fix to follow coding conventions.
1038         * bindings.el: Ditto.
1040         * cdl.el: Ditto.
1042         * comint.el: Ditto.
1044         * cus-start.el: Ditto.
1046         * shell.el: Ditto.
1048         * skeleton.el: Ditto.
1050 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
1052         * info.el (Info-build-node-completions):
1053         Make Info-current-file-completions buffer local.
1055 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
1057         * which-func.el (which-func-mode, which-func-ff-hook)
1058         (which-function-mode): Remove references to which-func-mode-global.
1060         * calendar/cal-islam.el (calendar-goto-islamic-date):
1061         Add  autoload cookie.
1063         * play/fortune.el: Add types to defcustoms.
1065 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1067         * language/czech.el: A fix to follow coding conventions.
1069 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1071         * speedbar.el (speedbar-supported-extension-expressions): Add .g
1072         to the extension list, for antlr-mode.  From Christoph Wedler
1073         <Christoph.Wedler@sap.com>.
1075 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
1077         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1078         (vc-dired-mode-map): Fix the madness.
1080         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1081         (vc-prefix-map): Moved back from vc.el.
1083 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
1085         * mail/mail-extr.el (mail-extr-all-top-level-domains):
1086         Increase the size of the obarray.
1087         (mail-extr-all-top-level-domains): Add more toplevel domains,
1088         add more long names.
1089         From: Per Starback <starback@ling.uu.se>.
1091 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1093         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1094         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1096         * progmodes/ada-mode.el: Ditto.
1098         * progmodes/ada-xref.el: Ditto.
1100 2001-07-11  Miles Bader  <miles@gnu.org>
1102         * finder.el (finder-insert-at-column): Also move to the next line
1103         if exactly at COLUMN.
1105 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
1107         * help.el (describe-function-1): When printing FUNCTION's
1108         documentation, don't assume FUNCTION is a symbol.
1110         * startup.el (normal-top-level): Don't operate on the initial
1111         frame if we failed to create one.
1113 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
1115         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1116         itself, i.e. only indent the contents in it.
1118 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
1120         * mail/rmail.el (rmail-show-message): Show beginning of message in
1121         all windows containing it.
1123 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
1125         * term/tty-colors.el: Fix the header line and copyright years.
1127 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
1129         * emacs-lisp/advice.el (ad-make-advised-definition): If the
1130         original definition has an interactive form, but is Elp
1131         instrumented, use the interactive form of the function called by
1132         elp-wrapper.
1134         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
1135         configurations with compare-window-configuration; they aren't
1136         window configurations.
1138         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1139         from the server for the format we expect.  Don't use it if it
1140         doesn't look like what the Internet draft for FTP extensions specifies.
1142         * toolbar/*.pbm: Cleaned up.
1143         From Luis Fernandes <elf@ee.ryerson.ca>.
1145 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
1147         * cc-cmds.el: Extended the kludge to interoperate with the
1148         delsel and pending-del packages wrt to the new function
1149         `c-electric-delete-forward'.
1151 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
1153         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1154         to delay the call to <mode> for global minor modes.
1155         (easy-mmode-define-navigation): Only recenter if interactive.
1157 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
1159         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1160         to lisp-indent-line.
1162         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1163         from the server.  Call encode-time only when we are sure that we
1164         got a 213 response.
1166 2001-07-06  Simon Josefsson  <jas@extundo.com>
1168         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1169         (mail-envelope-from): New user option.
1170         (sendmail-send-it): Use it.
1172 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1174         * ps-print.el: Use locale dependant date to print date in header.
1175         Doc fix.
1176         (ps-print-version): New version number (6.5.3).
1177         (ps-right-header, ps-right-footer): Initialization and doc fix.
1178         (ps-time-stamp-locale-default): New fun.
1180 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1182         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1183         field problem with MIME-mode.
1185         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1187 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1189         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1190         MIME-mode.
1192 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
1194         * bindings.el (mode-line-mule-info): Don't show the tip with
1195         buffer-file-coding-system if that is nil.
1197 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
1199         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1200         instead of kill-line.
1202         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
1203         <Pavel@Janik.cz>.
1205         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
1206         <Pavel@Janik.cz>.
1208 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
1210         * font-lock.el (c-font-lock-keywords-3): When matching something
1211         like `struct X Y', finish with point after Y.
1213 2001-07-04  Simon Josefsson  <jas@extundo.com>
1215         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1216         in caller buffer.
1218 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
1220         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1221         instead of string-match to find the basename of the file.
1222         From Pascal Obry <p.obry@wanadoo.fr>.
1224         * net/browse-url.el (browse-url-default-windows-browser):
1225         Support the MS-DOS port when it runs on Windows.
1226         (browse-url-browser-function) [ms-dos]: Default to
1227         browse-url-default-windows-browser.
1229         * help.el (locate-library): Enable code that looks for compressed
1230         libraries if auto-compression-mode is on.
1232 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
1234         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1236 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
1238         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1240 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
1242         * allout.el: Fix the header line, so that finder.el recognizes it.
1243         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1245         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1246         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1248 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1250         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1252         * ps-bdf.el (bdf-directory-list): Use the value relative to
1253         installation-directory for MS-Windows as well.
1255 2001-06-29  Richard M. Stallman  <rms@gnu.org>
1257         * wid-edit.el (widget-color-sample-face-get):
1258         Return ((foreground-color . COLOR)) instead of constructing a face.
1260 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1262         * faces.el (region): Change the background color for the
1263         light-background color display to lightgoldenrod2, to make it
1264         visible on some laptops.
1266 2001-06-28  Richard M. Stallman  <rms@gnu.org>
1268         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1269         (rmail-msg-restore-non-pruned-header): Likewise.
1270         If point was in the old pruned header, put it at the top.
1271         (rmail-msg-prune-header): If point was at the top, keep it there.
1273         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1274         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1276 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
1278         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1280 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
1282         * saveplace.el: Update maintainer email address.
1284 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1286         * uniquify.el: (uniquify-rationalize-file-buffer-names):
1287           Undo previous change.
1289 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1291         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1292         preliminary quick reordering.  Can speed things up dramatically.
1294 2001-06-26  Richard M. Stallman  <rms@gnu.org>
1296         * dired.el (dired-get-filename): A file name starting with ~
1297         is not absolute in this context.
1299         * which-func.el (which-func-maxout): Increase default to 500000.
1300         (which-function-mode): This is now the "real" name of the function.
1301         (which-func-mode): Now an alias.
1302         (which-func-mode-global): Name deleted.
1304         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1305         button-2, when binding hs-mouse-toggle-hiding.
1307 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1309         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1310         (rmail-msg-prune-header): Likewise.
1311         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1312         and `rmail-msg-prune-header'.
1314 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
1316         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1317         back than LINEBEG.
1319 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
1321         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1322         window where they clicked the mouse has a header line, adjust
1323         vertical movement by one.
1325 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
1327         * progmodes/glasses.el (glasses-make-readable): Consider underscores
1328         too when separating a parenthesis.
1330 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
1332         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1333         (bookmark-bmenu-hide-filenames): Add help-echo to
1334         mouse-highlighted text.
1335         (bookmark-bmenu-show-filenames): Remove help-echo property from
1336         the whitespace.
1338 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
1340         * files.el (auto-mode-alist): Add configure.ac (autoconf).
1341         From Karl Eichwalder <ke@suse.de>.
1343 2001-06-23  Richard M. Stallman  <rms@gnu.org>
1345         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1347         * progmodes/cc-styles.el (c-set-style): Don't specify initial
1348         contents for completing-read.
1350 2001-06-22  Richard M. Stallman  <rms@gnu.org>
1352         * menu-bar.el (menu-bar-make-toggle): Construct the
1353         function's doc string from HELP, not DOC, and make it accurate by
1354         adding "Toggle whether to " at the front and downcasing the initial.
1355         Change the HELP arg in some calls to make it fit this usage.
1357         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1358         Undo previous change.
1360 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
1362         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1364         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1366 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
1368         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1370         * dabbrev.el (dabbrev--select-buffers): Fix last change.
1372 2001-06-20  Richard M. Stallman  <rms@gnu.org>
1374         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1375         broken out from dabbrev--find-expansion.  Handle minibuffer
1376         specially here.
1377         (dabbrev--find-expansion): Simplify code in various ways.
1378         Don't treat minibuffers specially.
1379         Call dabbrev--make-friend-buffer-list.
1380         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
1381         (dabbrev--scanning-message): Do nothing when minibuffer is current.
1383 2001-06-19  John Wiegley  <johnw@gnu.org>
1385         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1386         Also, added a comment describing how to greatly speedup Eshell
1387         loadup time, by concatenating together all of Eshell's .elc files.
1389 2001-06-19  John Wiegley  <johnw@gnu.org>
1391         * eshell/esh-mode.el: Disabled a test that often yields false failures.
1393 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
1395         * woman.el (WoMan-highlight-references): Add help-echo to
1396         mouse-highlighted text.
1398 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
1400         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1402 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
1404         * international/quail.el (quail-start-conversion):
1405         Reset quail-translating to nil.
1407         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1408         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1410 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
1412         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1413         mouse-highlighted text.
1415         * dired.el (dired-mark-pop-up): Fix last change.
1417 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
1419         * calendar/calendar.el (generate-calendar-month): Add help-echo to
1420         mouse-highlighted text.
1422         * net/quickurl.el (quickurl-url-file): Run through
1423         convert-standard-filename.
1424         (quickurl-list-populate-buffer): Add help-echo to
1425         mouse-highlighted text.
1426         (top-level): Update Dave's URL.
1428         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1429         mouse-highlighted text.
1431         * textmodes/page-ext.el (pages-copy-header-and-position):
1432         Add help-echo to mouse-highlighted text.
1434         * tar-mode.el (tar-header-block-summarize): Add help-echo to
1435         mouse-highlighted text.
1437         * replace.el (occur): Add help-echo to mouse-highlighted text.
1439         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1440         mouse-highlighted text.
1442         * progmodes/cpp.el (cpp-make-button): Add help-echo to
1443         mouse-highlighted text.
1445         * progmodes/compile.el (compile-reinitialize-errors):
1446         Add help-echo to mouse-highlighted messages.
1447         (compilation-forget-errors): Remove help-echo property as well.
1449         * play/landmark.el (lm-plot-square, lm-init-display):
1450         Add help-echo to mouse-highlighted text.
1452         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1453         Add help-echo to mouse-highlighted text.
1455         * dired.el (dired-insert-set-properties): Add help-echo to
1456         mouse-highlighted text.
1457         (dired-mark-pop-up): Remove help-echo property from the file name.
1459         * comint.el (comint-send-input): Add help-echo to
1460         mouse-highlighted text.
1462         * buff-menu.el (list-buffers-noselect): Add help-echo to
1463         mouse-highlighted text.
1465         * arc-mode.el (archive-summarize-files): Add help-echo to
1466         mouse-highlighted text.
1468         * ffap.el (ffap-machine-p): Always return nil if
1469         open-network-stream is not fboundp.
1471 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
1473         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
1474         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1475         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1476         incorrectly binding chars between 128 and 256 to it.
1477         (sgml-maybe-name-self): Handle latin-1 chars properly.
1478         (sgml-tags-invisible): Bind buffer-file-name to nil.
1479         Use unwind-protect and restore-buffer-modified-p.
1480         (sgml-point-entered): Use buffer-substring-no-properties.
1481         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1482         (html-mode): Don't force `imenu-sort-function'.
1484 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
1486         * tar-mode.el: Fix the copyright notice.
1488         * font-lock.el (font-lock-comment-face): For tty's with dark
1489         background, use "red1", since "lightred" is not one of the colors
1490         recognized by tty-colors.el.
1492         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1493         create a buffer for extracted file, in case there's more than one
1494         file by that name in an archive, possibly in different
1495         directories.  From Kevin Rodgers <kevinr@ihs.com>.
1497         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
1498         <alex@gnu.org>.
1500 2001-06-15  Miles Bader  <miles@gnu.org>
1502         * textmodes/texinfmt.el (texinfo-format-syntax-table):
1503         Revert previous change.
1505 2001-06-14  Richard M. Stallman  <rms@gnu.org>
1507         * replace.el (keep-lines-read-args): Return just a regexp.
1508         Provide nil for the region args.
1509         (keep-lines, flush-lines, how-many):
1510         Calculate the defaults for the region here, when args are nil.
1512 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1514         * rot13.el (rot13-other-window): Some more doc fix.
1516 2001-06-14  Per Starback  <starback@ling.uu.se>
1518         * replace.el (case-replace, query-replace-from-history-variable)
1519         (query-replace-to-history-variable, keep-lines-read-args)
1520         (occur-revert-function, query-replace-help): Dox fix.
1522 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1524         * rot13.el (rot13-other-window): Doc fix.
1526 2001-06-14  Miles Bader  <miles@gnu.org>
1528         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1529         of " and \ to "." (punctuation).
1530         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1532 2001-06-13  Richard M. Stallman  <rms@gnu.org>
1534         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1536         * simple.el (shell-command-on-region): Never kill the
1537         *Shell Command Output* buffer.
1539 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
1541         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1543 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
1545         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1546         New var, to recognize ${ $' and PODs.
1547         (perl-font-lock-syntactic-face-function): New function.
1548         (perl-mode): Use them.
1549         (perl-continuation-line-p): New function, from perl-calculate-indent.
1550         (perl-calculate-indent): Use it, to properly handle continuation
1551         lines of continuation lines.
1553 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
1555         * server.el (server-process, server-buffer-clients): Doc fix.
1556         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1558 2001-06-09  John Wiegley  <johnw@gnu.org>
1560         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1561         test if the last command was Lisp or not.
1562         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1563         B x C".
1565 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
1567         * dos-w32.el (grep-regexp-alist): Remove definition, since the
1568         general one on compile.el supports drive letters.
1570 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1572         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1573         key description.
1575         * textmodes/reftex-sel.el (reftex-select-jump): New command.
1577         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1578         (reftex-toc-jump): New command.
1580         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1581         to parse international characters as well.
1583         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1584         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1586         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1588         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1589         TAB to the key separators.
1591 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
1593         * international/mule.el (auto-coding-alist): Remove redundant
1594         up-cased versions of the extensions (auto-coding-alist-lookup is
1595         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
1596         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
1598 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
1600         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1602 2001-06-01  Richard M. Stallman  <rms@gnu.org>
1604         * help.el (describe-variable): Put value on same line
1605         with preceding text, if it is short enough to look good that way.
1607 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
1609         * term/internal.el (IT-unicode-translations): New variable.
1610         (IT-setup-unicode-display): New function.
1612 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1614         * ps-print.el: Handle before-string and after-string overlay properties
1615         in ps-print-*-with-faces commands.  Doc fix.
1616         (ps-print-version): New version number (6.5.2).
1617         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1618         for XEmacs.
1619         (ps-prefix-quote): Doc fix.
1620         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1621         (ps-basic-plot-str, ps-plot-string): New funs.
1623 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
1625         * progmodes/etags.el (tags-compression-info-list): Fix docstring
1626         and :type spec.
1628 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
1630         * international/mule-cmds.el (inactivate-input-method):
1631         Set input-method-function to nil.
1633         * xml.el (xml-parse-tag): The document may contain invalid characters.
1634         From ShengHuo ZHU  <zsh@cs.rochester.edu>
1636 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1638         * mail/rmailsum.el (rmail-message-subject-p): Don't call
1639         `rmail-summary-line-decoder' if the message does not have
1640         a Subject: field.
1642         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1644         * mail/rmail.el (rmail-insert-mime-resent-message-function):
1645         New variable.
1646         (rmail-resend): Modify to work in `rmail-view-buffer'; call
1647         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1648         is non-nil.
1650 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
1652         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1654 2001-05-29  Sam Steingold  <sds@gnu.org>
1656         * faces.el (face-valid-attribute-values): Bind `valid' directly
1657         instead of using `setq'.
1659         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1660         Use `tex-shell-buf'.
1661         (tex-shell-proc): Use `tex-shell-running'.
1662         (tex-shell-buf-no-error): New function.
1663         (tex-send-tex-command): Use it.
1664         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1665         (tex-kill-job): Check the process before calling `quit-process'.
1667 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
1669         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1670         UTF-8 sequences.
1672 2001-05-28  Miles Bader  <miles@gnu.org>
1674         * comint.el (comint-carriage-motion): Renamed from
1675         `comint-cr-magic'.  Operate on the buffer instead of the string
1676         (for use as a comint post-output filter, instead of as a
1677         pre-output filter).  Handle backspaces too.  Add to the
1678         `comint-output-filter-functions' hook instead of
1679         `comint-preoutput-filter-functions'.
1681 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
1683         * language/japan-util.el (japanese-hankaku): Prefer the charset
1684         `jisx0201' when the optional argument `ascii-only' is not specified.
1685         (japanese-hankaku-region): Ditto.
1686         From Katsumi Yamaoka <yamaoka@jpl.org>
1688 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
1690         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1691         (outline-invisible-p): New function.
1692         (hide-leaves): Save excursion.
1693         (hide-other): Stop looping when reaching bobp.
1695 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1697         * cus-edit.el (custom-file): Fix last change.
1699 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
1701         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1702         same definition in byte-compile-function-environment as `autoload'
1703         would put in `symbol-function'.
1705         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1706         patch to correct the error message as well.
1708 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
1710         * cus-edit.el (custom-file): Don't assume we were invoked with -q
1711         unless ~/.emacs exists.
1713         * novice.el (enable-command): If user-init-file is nil or does not
1714         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1716 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1718         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1719         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1720         Allow spaces around macro arguments.
1721         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1722         indent-for-tab-command.
1723         (latex-mode-map, plain-tex-mode-map): New keymaps.
1724         Inherit from tex-mode-map.
1725         (tex-common-initialization): Don't setup the keymap any more
1726         since it's now done right by define-derived-mode.
1727         (latex-mode): Set skeleton-end-hook to nil.
1728         (latex-skeleton-end-hook): Remove.
1729         (tex-latex-block, latex-insert-item): Simplify.
1730         (latex-syntax-after): Use following-char rather than char-after.
1731         (tex-discount-args-cmds, tex-count-words): New functions.
1733         * textmodes/tildify.el (tildify-ignored-environments-alist):
1734         Recognize \verb* as well.
1736         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1737         (perl-comment-indent): Simplify to let newcomment.el do its job.
1738         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1739         (perl-mark-function): Cleanup the namespace.
1740         (perl-calculate-indent): Don't be fooled by nested functions.
1742         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1744         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1745         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
1747 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
1749         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1750         actually be `\\'.
1751         (ctlau-b5-converter): Likewise.
1753 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1755         * international/titdic-cnv.el (quail-misc-package-ext-info):
1756         Change CTLauB.el to CTLau-b5.el.
1758 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1760         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1761         rather than beginning-of-line to avoid problems with fields.
1762         (gud-perldb-massage-args): Use unless and push.
1763         (gud-chdir-before-run): New var.
1764         (gud-common-init): Use it.
1766 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1768         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1769         delete entries for chinese-ctlau and chinese-ctlaub.
1770         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1771         chinese-ctlaub.
1772         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1773         New functions.
1775 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
1777         * cus-edit.el (custom-comment-show): Remove debug code.
1779         * language/japan-util.el (japanese-symbol-table): Fix handling of
1780         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
1782 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
1784         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1785         Renamed by removing the silly `-flag' suffix.
1786         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1788 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1790         * replace.el (keep-lines-read-args): Use `copy-marker'.
1791         (how-many): Save excursion properly.
1792         (occur-mode): Use define-derived-mode.
1793         (perform-replace): Use with-current-buffer.
1795 2001-05-20  Richard M. Stallman  <rms@gnu.org>
1797         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1799         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1801         * info.el (Info-read-subfile): Widen before finding the
1802         desired node in the subfile.
1804         * startup.el (command-line-1): When >2 files visited,
1805         leave the last one visible, and make that the selected window.
1807 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
1809         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1811 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
1813         * international/ccl.el (define-ccl-program): Fix a typo.
1814         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1816         * international/mule.el (decode-char): Fix a typo.  From Pavel
1817         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1819         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
1820         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1822         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
1823         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1825 2001-05-18  Sam Steingold  <sds@gnu.org>
1827         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1828         and [RET] to `cvs-mode-find-file'.
1830 2001-05-18  John Wiegley  <johnw@gnu.org>
1832         * eshell/esh-ext.el (eshell-explicit-command-char): A new
1833         configuration variable, which determines the initial character
1834         that forces use of an external version of a command.  The default
1835         is *, but may be set to \, for example.
1837         * eshell/esh-ext.el (eshell-explicit-command):
1838         Use `eshell-explicit-command-char' instead of ?*.
1840         * eshell/esh-cmd.el (eshell/which):
1841         Use `eshell-explicit-command-char' instead of ?*.
1843         * eshell/em-cmpl.el (eshell-completion-command-name)
1844         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1845         instead of ?*.
1847 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
1849         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1850         subst-char-in-string.
1851         (ange-ftp-after-parse-ls-hook): New variable.
1852         (ange-ftp-ls): Run that hook.
1853         From Peter Milliken <Peter.Milliken@GTECH.COM>.
1855         * tmm.el (tmm-get-keymap): Fix handling of :filter.
1856         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1857         text into *Completions*.
1859         * net/goto-addr.el (goto-address-at-point): Deal with URLs
1860         part of which look like email addresses.
1862 2001-05-18  Andrew Innes  <andrewi@gnu.org>
1864         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1865         Use . instead of absolute path for lisp dir, to avoid bug in W2K
1866         cmd.exe's handling of FOR loops.
1867         (autoloads): Set find-file-suppress-same-file-warnings to t to
1868         avoid slew of spurious messages.
1870 2001-05-18  Simon Josefsson  <simon@josefsson.org>
1872         * mail/smtpmail.el (maybe-append-domain): Renamed to
1873         `smtpmail-maybe-append-domain'.
1874         (smtpmail-via-smtp): Use the new name.
1876         * net/browse-url.el (browse-url-browser-function): Add kde.
1877         (browse-url-kde-program, browse-url-kde-args): New variables.
1878         (browse-url-kde): New function.
1880 2001-05-18  Miles Bader  <miles@gnu.org>
1882         * simple.el (delete-horizontal-space, just-one-space):
1883         Use `constrain-to-field' instead of `field-end'/`field-beginning',
1884         because it's more efficient for large files.
1886 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1888         * mail/rmail.el (rmail-require-mime-maybe): New function.
1889         (rmail): Use it.
1890         (rmail-mode): Handle the case of finding Rmail files.
1892         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1893         functions.
1895 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1897         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1898         text-property after moving to the beginning of line and regardless
1899         of the value of font-lock-multiline.
1901 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1903         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1905         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1906         last coding system used before calling set-buffer-modified-p
1907         because that function changes last-coding-system.
1909 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1911         * files.el (switch-to-buffer-other-window)
1912         (switch-to-buffer-other-frame): Add an xref to display-buffer in
1913         the doc string.
1915 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1917         * language/slovak.el, language/czech.el: New maintainer.
1919 2001-05-16  Sam Steingold  <sds@gnu.org>
1921         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1922         sub-form of `defgeneric' correctly.
1924 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
1926         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1927         of `c'.
1929         * textmodes/outline.el (outline-font-lock-level): Remove the
1930         condition-case, test what outline-level returns instead, to
1931         ease debugging.
1933         * international/mule.el (auto-coding-regexp-alist): New user-option.
1934         (auto-coding-from-file-contents): New function.
1935         (set-auto-coding): Use it to determine a coding system.
1937 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
1939         * mouse.el (mouse-delete-other-windows): Doc fix.
1941         * emacs-lisp/lisp-mode.el (lisp-mode):
1942         Make font-lock-keywords-case-fold-search a buffer-local variable with
1943         make-local-variable before setting it.
1945 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
1947         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1948         prefixes.
1950 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
1952         * hexl.el (hexl-current-address): Print a message when called
1953         interactively.
1955 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
1957         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1959         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1961         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1963 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
1965         * startup.el (command-line): If parameters have been changed in
1966         the init files which influence font selection, clear the face
1967         cache so that faces get realized with the new parameters.
1969         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1971 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1973         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1975 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
1977         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1978         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
1980 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
1982         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1983         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
1985 2001-05-09  John Wiegley  <johnw@gnu.org>
1987         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1988         Annotated the documentation string to tell users about
1989         `eshell-no-numeric-conversions'.
1991         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1992         conversions if a Lisp function has the property
1993         `eshell-no-numeric-conversions' set to a non-nil value.
1995         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1996         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1997         property `eshell-no-numeric-conversions' on the following
1998         functions (which all deal with filesystem entities, and never Lisp
1999         numerical values): eshell/cd, eshell/pushd, eshell/popd,
2000         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2001         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2002         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2003         eshell/which, eshell/addpath.
2005 2001-05-09  John Wiegley  <johnw@gnu.org>
2007         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2008         encountered as an argument, don't convert it right away, but tag
2009         the first character of the string with the text properties
2010         `number', which signifies to `eshell-lisp-command' that the
2011         argument should be passed through `string-to-number' if it is
2012         actually used in the call to a Lisp function.
2014         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2015         function, convert any string arguments that have been tagged as
2016         "numbers", by calling string-to-number.
2018         * eshell/esh-util.el (eshell-number-regexp): Now that number
2019         conversions only happen for Lisp function calls, the number regexp
2020         should now match all integer and floating point forms.
2022         * eshell/esh-proc.el: Disable `eshell-stop-process' and
2023         `eshell-continue-process', since they are both nonfunctional at
2024         the moment.
2025         (eshell-proc-initialize): Don't bind keys for
2026         `eshell-stop-process' or `eshell-continue-process'.
2028         * eshell/em-unix.el (eshell-shuffle-files):
2029         Apply `directory-file-name' before calling `file-name-directory'.
2031         * eshell/em-hist.el (eshell-add-to-history): Reference to
2032         `eshell-history-ring' needed to be `eshell-history-index'.
2034         * calendar/timeclock.el (timeclock-find-discrep):
2035         Initialize `elapsed' to 0.
2036         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2037         it's still nil.
2039 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
2041         * arc-mode.el (archive-int-to-mode): Construct the string directly.
2042         (archive-mode): Use capitalize.
2043         (archive-unique-fname): Use make-temp-file.
2045 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
2047         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2049 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
2051         * tar-mode.el (tar-extract): Pay attention to the value of
2052         coding-system-for-read, if it is non-nil.
2054         * calendar/holidays.el (holidays): Add an autoload cookie.
2055         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2057 2001-05-08  John Wiegley  <johnw@gnu.org>
2059         * calendar/timeclock.el (timeclock-workday-remaining):
2060         Changed logic for determining how much time is remaining.
2061         (timeclock-workday-elapsed): Don't accept a "relative" argument
2062         for the current day's elapsed time.  What could that have meant?
2063         (timeclock-workday-elapsed-string): No "relative" argument anymore.
2064         (timeclock-when-to-leave): Changed logic, similarly to what was
2065         done for `timeclock-workday-remaining'.
2066         (timeclock-find-discrep): Removed "today-only" argument, which had
2067         no meaning.  Fixed some more math problems.  The function now
2068         returns a three member list: (TOTAL-TIME-DISCREPANCY
2069         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2071 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
2073         * w32-fns.el (convert-standard-filename): Start replacing slashes
2074         from the beginning of the file name, not from where the last
2075         invalid character was.  From "Andrew Maguire (SWW)"
2076         <Andrew.Maguire@Smallworld.co.uk>
2078 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
2080         The following changes are to provide infrastructure for handling
2081         MIME messages to rmail.  They don't affect the original behaviour
2082         if rmail-enable-mime is nil.
2084         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2085         (rmail-search-mime-message-function)
2086         (rmail-search-mime-header-function): New variables.
2087         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2088         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2089         `rmail-view-buffer' is hidden.
2090         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
2091         call rmai-show-mime-function.
2092         (rmail-display-labels): If rmail-enable-mime is non-nil, update
2093         mode-line-process of rmail-view-buffer.
2094         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2095         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2096         buffer.
2097         (rmail-next-message, rmail-next-undeleted-message): Be sure to
2098         set-buffer to the Rmail buffer.
2099         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2100         rmail-search-mime-header-function.
2101         (rmail-search-message): New function.
2102         (rmail-search): Call rmail-search-message to check if a message
2103         matches REGEXP, lastly update point after calling
2104         rmail-show-message.
2105         (rmail-undelete-previous-message, rmail-expunge-confirmed)
2106         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2107         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2108         header region, refer to rmail-msgref-vector while setting the
2109         current buffer to rmail-buffer temporarily.
2110         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2111         If rmail-enable-mime is non-nil, call
2112         rmail-insert-mime-forwarded-message-function instead of inserting
2113         forwarded message by itself.
2115         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2116         Rmail buffer.
2117         (rmail-set-label, rmail-next-labeled-message): Likewise.
2119         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2120         set-buffer to the Rmail buffer.
2121         (rmail-output-to-rmail-file): Likewise.
2122         (rmail-output): Likewise.
2124         * mail/rmailsum.el (rmail-message-subject-p): Process the result
2125         of mail-fetch-field by rmail-summary-line-decoder.
2126         (rmail-new-summary): Be sure to go to the Rmail buffer.
2127         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2128         rmail-view-buffer to nil.
2129         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2130         rmail-view-buffer.
2131         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2132         rmail-buffer.
2133         (rmail-summary-scroll-msg-down): Likewise.
2134         (rmail-summary-beginning-of-message): Likewise.
2135         (rmail-summary-wipe): Likewise.
2136         (rmail-summary-toggle-header): Use save-window-excursion, not
2137         save-excursion.  Update point in rmail-view-buffer, not in
2138         rmail-buffer.
2139         (rmail-summary-reply): Before calling rmail-reply, set buffer to
2140         rmail-view-buffer, not rmail-buffer.
2142 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
2144         * cus-edit.el (custom-file): Signal an error if user-init-file is
2145         nil (running -q).
2147         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2149         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2150         Add :version.
2152         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2153         New option.
2154         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2155         only if smtpmail-warn-about-unknown-extensions is set.
2157         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2158         instead of rmail-sort-by-keywords.
2160         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2161         rmail-sort-by-keywords.
2163         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2164         rmail-summary-sort-by-keywords.  Doc fix.
2165         (rmail-summary-mode): Doc fix.
2167         * mail/rmail.el (rmail-edit): New Custom group.
2169         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2170         (rmail-edit-mode-hook): New user-option.
2172 2001-05-05  Richard M. Stallman  <rms@gnu.org>
2174         * help.el (help-xref-symbol-regexp): Recognize "source of"
2175         and friends, meaning make a link to the source file.
2176         (help-make-xrefs): Handle "source of" and friends
2177         by constructing a link that visits the source file.
2179         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2181 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
2183         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2184         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2185         Renamed from perl-font-lock-keywords to avoid clashes.
2186         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2187         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2188         Updated correspondingly.
2190         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2191         Typo `nonexistant' -> `nonexistent'.
2193 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
2195         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2196         Split `c-electric-delete' into two functions where
2197         `c-electric-delete-forward' always deletes forward and
2198         `c-electric-delete' only contains the code necessary for XEmacs to
2199         choose between backward and forward deletion.
2201         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2202         get the electric behavior on that key too.
2203         (c-fill-paragraph): Fixed bogus direct use of
2204         c-comment-prefix-regexp, which caused an error when it's a list.
2206 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2208         * dired-aux.el (dired-diff): Doc fix.
2210         * dired.el (dired-diff): Likewise.
2212 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2214         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2216 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
2218         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2219         if both the buffer and the file are read-only.
2221         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2222         rather than font-lock-string-face.
2223         (sh-get-indent-info): Treat heredocs like strings.
2225 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
2227         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2228         a newline following `}'.
2229         (texinfo-format-email): New function.
2230         (toplevel): Use texinfo-format-email for @email.
2231         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2232         Add `display'.
2233         (texinfo-sort-region): Goto point-min before sorting.
2234         (texinfo-set): Remove leading white space from value.
2235         From yagi@is.titech.ac.jp.
2237         * replace.el (query-replace-regexp-eval): Doc fix.
2239 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
2241         * diff-mode.el (diff-nonexistant-face): New face.
2242         (diff-font-lock-keywords): Use it.
2244 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
2246         * font-lock.el (font-lock-mode): Doc fix.
2248         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2249         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2251 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
2253         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2254         backslash at the start of the here-document delimiter.
2255         (sh-font-lock-syntactic-keywords): Likewise.
2257         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2259 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
2261         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2262         (tty-color-translate, tty-color-by-index, tty-color-values)
2263         (tty-color-desc): Doc fix.
2265 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
2267         * dired-aux.el (dired-do-create-files, dired-do-copy)
2268         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2269         Mention dired-dwim-target in the doc string.
2271 2001-04-28  Miles Bader  <miles@gnu.org>
2273         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2274         (dabbrev--find-expansion): Use it.
2275         (dabbrev--select-buffers): Don't select ignored buffers.
2277 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
2279         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2281 2001-04-26  Richard M. Stallman  <rms@gnu.org>
2283         * dabbrev.el: Add doc strings for some functions.
2284         (dabbrev--eliminate-newlines): New variable.
2285         (dabbrev--substitute-expansion): Convert newlines to spaces
2286         if dabbrev--eliminate-newlines is set.
2287         If abbrev and expansion are both all-lower-case,
2288         leave dabbrev--last-case-pattern nil.
2290 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
2292         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2293         if necessary, like in rmail-show-message.
2295 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2297         * ps-print.el: Color specified by number is forced to be float number.
2298         (ps-print-version): New version number (6.5.1.1).
2299         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2300         initialization.
2301         (ps-prefix-quote): New internal var.
2302         (ps-print-quote): New fun.
2303         (ps-setup, ps-output-frame-properties, ps-float-format)
2304         (ps-format-color): Code fix.
2305         (ps-plot-region): Eliminate redundant foreground color text setting.
2307 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
2309         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2311 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
2313         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2315 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
2317         * info.el (Info-additional-directory-list): Doc fix.
2319         * find-lisp.el (find-lisp-find-dired-filter)
2320         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2321         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
2323 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
2325         * progmodes/make-mode.el (makefile-font-lock-keywords):
2326         Rationalize the rules for includes and conditionals and use the
2327         keyword face for them.
2329         * faces.el (modify-face): Add compatibility for non-interactive use.
2331 2001-04-24  John Wiegley  <johnw@gnu.org>
2333         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2334         fix from last night, since it wasn't finding eshell/cd.
2336 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
2338         * rect.el (string-rectangle): Revert to 20.x behaviour.
2339         (replace-rectangle): Make it an alias for string-rectangle.
2340         (string-insert-rectangle): New function.
2342 2001-04-23  John Wiegley  <johnw@gnu.org>
2344         * eshell/em-unix.el (eshell/diff): Fixed problems that were
2345         occurring with Emacs 21's diff.el/compile.el interaction layer.
2347 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
2349         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2350         case where the function was defined in a file, but not part of an
2351         eshell module.
2353 2001-04-23  John Wiegley  <johnw@gnu.org>
2355         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2356         code to work around a redisplay problem I've been having.
2358 2001-04-23  John Wiegley  <johnw@gnu.org>
2360         * calendar/timeclock.el (timeclock-day-required): If the time
2361         required for a particular day is not set, use `timeclock-workday'.
2362         (timeclock-find-discrep): Added some sample code in a comment.
2364         * eshell/eshell.el (eshell-command): Made a few changes so that
2365         `eshell-command' could be called programmatically.
2367         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2369         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2371 2001-04-23  John Wiegley  <johnw@gnu.org>
2373         * calendar/timeclock.el: Updated copyright.
2374         (timeclock-generate-report): Don't report the daily or two-week
2375         total, if no time has been worked in that period.
2376         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2377         final computational form, which was unnecessary; corrected a
2378         parsing problem when timeclock-relative was nil.
2380 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
2382         * calendar/timeclock.el (timeclock-modeline-display): Check if
2383         `list-entry' is null.
2384         (timeclock-use-display-time): The first argument to `set-variable'
2385         must be a symbol.
2387 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
2389         * calendar/calendar.el (diary-entry-marker)
2390         (calendar-today-marker, calendar-holiday-marker):
2391         Use display-color-p instead of window-system.
2392         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2393         instead of window-system.
2394         (calendar-hide-window): Use display-multi-frame-p instead of
2395         window-system.
2397         * calendar/cal-x.el (calendar-two-frame-setup)
2398         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2399         Use display-multi-frame-p instead of window-system.
2401 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
2403         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2405         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2406         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2408 2001-04-23  Alex Schroeder  <alex@gnu.org>
2410         * goto-addr.el: Instead of defining line-beginning-position and
2411         line-end-position a defalias is used for point-at-bol and point-at-eol.
2413 2001-04-23  Alex Schroeder  <alex@gnu.org>
2415         * goto-addr.el: Added XEmacs compatibility code.
2416         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2418 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
2420         * textmodes/paragraphs.el (sentence-end): Doc fix.
2422 2001-04-20  Alex Schroeder  <alex@gnu.org>
2424         * sql.el (sql-escape-newlines-and-send): New function.
2425         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2427 2001-04-20  Alex Schroeder  <alex@gnu.org>
2429         * sql.el (sql-db2-program): New option.
2430         (sql-db2-options): New option.
2431         (sql-db2): New function.
2433 2001-04-20  Alex Schroeder  <alex@gnu.org>
2435         * sql.el (sql-mode-menu): Added highlighting entries.
2436         (sql-highlight-oracle-keywords): New function.
2437         (sql-highlight-postgres-keywords): New function.
2438         (sql-highlight-ansi-keywords): New function.
2440 2001-04-20  Alex Schroeder  <alex@gnu.org>
2442         * sql.el (sql-help): Doc change.
2444 2001-04-19  Karl Fogel  <kfogel@collab.net>
2446         * saveplace.el (save-place-alist-to-file): Removed no-effect code
2447         that inserted file content only to delete it immediately.
2448         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
2449         <lektu@uol.com.br> for the patch.
2451 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2453         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2455 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2457         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2458         for defmethod.
2460         * comint.el (comint-cr-magic): New function.
2461         (toplevel): Add it to comint-preoutput-filter-functions.
2463 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2465         * makefile.w32-in (EMACSLOADPATH): Define.
2466         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2467         (recompile): Remove stuff to set EMACSLOADPATH.
2469 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2471         * language/slovak.el ("Slovak"): Add tutorial entry.
2473         * net/browse-url.el (browse-url-new-window-flag): Renamed from
2474         browse-url-new-window-p.
2476 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2478         * info.el (Info-menu-update): When there are no menus and/or no
2479         cross references in the node, make the respective items of the
2480         Info menu-bar menu inactive.
2482 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
2484         * indent.el (indent-for-tab-command): Call indent-line-function
2485         with no argument if PREFIX-ARG is non-nil.
2487         * frame.el (delete-other-frames): Handle minibuffer-only frames.
2489 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2491         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2492         an async subprocess if start-process is unavailable.  Suggested by
2493         Tim Van Holder <tim.van.holder@pandora.be>.
2495 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
2497         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
2498         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2500 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
2502         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2503         manual.
2505 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
2507         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2508         (cvs-menu): Add a few entries.
2510         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2511         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2512         lock file appears to be reachable from Emacs.
2513         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2514         (cvs-mode-find-file): Look for cvs-header-face rather than
2515         cvs-dirname-face (which doesn't exist).
2516         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2518         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2520 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2522         * emulation/pc-select.el (pc-selection-mode): Don't turn on
2523         normal-erase-is-backspace on a tty.  Instead, bind some keys such
2524         as [delete] directly, like pc-select.el did before
2525         normal-erase-is-backspace was invented.
2527 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
2529         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2531 2001-04-11  John Wiegley  <johnw@gnu.org>
2533         * eshell/em-ls.el (eshell-ls-insert-directory):
2534         Set font-lock-defaults to nil, to prevent fontification in dired
2535         buffers, if Eshell's ls is being used.
2537 2001-04-11  John Wiegley  <johnw@gnu.org>
2539         * calendar/timeclock.el (timeclock-completing-read): New function.
2540         (timeclock-ask-for-project, timeclock-ask-for-reason):
2541         Call `timeclock-completing-read'.
2543         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2544         required where `member' was being used.
2546 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
2548         * eshell/em-hist.el (eshell-previous-matching-input):
2549         Don't display "History item" if the the minibuffer is active.
2551 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
2553         * startup.el (command-line): Output a newline after printing
2554         an error from loading the window system's init file.
2556 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
2558         * textmodes/texinfo.el (texinfo-font-lock-keywords):
2559         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2560         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
2561         keywords whose arguments routinely include @@.
2563 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
2565         * emacs-lisp/advice.el (ad-make-advised-definition):
2566         Construct advice for subrs differently.
2568         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2569         regexp in parentheses when building the regexp for searching backwards.
2571         * simple.el (completion-list-mode-finish): New function.
2572         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2574         * language/european.el ("Polish"): Change sample text.
2575         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2577         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2578         parameter.
2580         * faces.el (menu): Doc fix.
2582 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2584         * ps-print.el: Footer implementation.  Doc fix.
2585         (ps-print-version): New version number (6.5.1).
2586         (ps-header-frame-alist): New customization var for header frame
2587         properties.
2588         (ps-line-number-color): New customization var for line number color.
2589         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2590         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2591         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2592         (ps-right-footer): New customization vars for footers.
2593         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2594         footers.
2595         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2596         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2597         Code fix.
2598         (ps-prologue-file): Indentation fix.
2599         (ps-print-quote): Fun eliminated.
2600         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2601         (ps-output-frame-properties): New fun.
2602         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2603         (ps-skip-newline): Replace defun by defsubst.
2605 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
2607         * eshell/eshell.el (eshell-command): Needed a "%s" format
2608         specifier, in case the buffer contains percent characters.
2610 2001-04-10  John Wiegley  <johnw@gnu.org>
2612         * calendar/timeclock.el (timeclock-generate-report): Added a
2613         missing insert of the project name.
2615 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
2617         * obsolete/profile.el: Moved from emacs-lisp/.
2619         * Makefile.in (nonobsolete_setwins): New macro.
2620         (finder-data): Use it instead of `setwins'.
2621         From: Dave Love <fx@gnu.org>.
2623         * server.el (server-visit-files): Set server-existing-buffer correctly.
2624         (server-visit-files): Run server-visit-hook after going to
2625         line 1 so that the hook can set point as it sees fit.
2627         * bindings.el (mode-line-modified): Unify help messages.
2629 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
2631         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2632         All callers changed.
2634 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
2636         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2637         long file names aren't supported, truncate the file names in
2638         quail-misc-package-ext-info to 8+3 before matching them against
2639         FILENAME.
2641         * dos-fns.el (dos-truncate-to-8+3): New function.
2643         * progmodes/compile.el (grep-compute-defaults): Use null-device
2644         instead of literal /dev/null. Reported by Jens Schmidt
2645         <schmidt@mathematik.uni-kl.de>.
2647         * simple.el (normal-erase-is-backspace-mode): Doc fix.
2649 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
2651         * textmodes/sgml-mode.el: Add unknown maintainer.
2652         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2653         (html-mode-map): Use set-keymap-parent.
2655 2001-04-06  Dave Love  <fx@gnu.org>
2657         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2658         Remove redundant string-to-list.
2660 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
2662         * composite.el (reference-point-alist): Doc fix.
2664 2001-04-05  Sam Steingold  <sds@gnu.org>
2666         * font-lock.el (font-lock-keywords-case-fold-search):
2667         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
2668         file made font-lock case-insensitive.
2670 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
2672         * faces.el (defface menu): Doc fix.
2674         * wid-edit.el (widget-color-sample-face-get): Don't make
2675         faces for undefined colors.
2677         * version.el (emacs-version): Include LessTif/Motif version info.
2679 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2681         * ps-mule.el: Eliminate cl package dependence.
2682         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2683         if they aren't defined yet.
2684         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2685         Eliminate cl package dependence.
2687 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
2689         * progmodes/cc-cmds.el (c-outline-level):
2690         Bind buffer-invisibility-spec.  Originally from Dave Love, but
2691         got lost when incorporating version 5.26.
2693 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
2695         * emulation/pc-select.el (pc-selection-mode):
2696         Call normal-erase-is-backspace-mode instead of binding
2697         keys individually.
2699         * cus-load.el (normal-erase-is-backspace): Use it instead of
2700         delete-key-deletes-forward.
2702         * startup.el (command-line): Use normal-erase-is-backspace and
2703         normal-erase-is-backspace-mode.
2705         * simple.el (normal-erase-is-backspace): Rename from
2706         delete-key-deletes-forward.  Doc fix.
2707         (normal-erase-is-backspace-mode): Rename from
2708         delete-key-deletes-forward-mode.  Doc fix.
2709         Run normal-erase-is-backspace-hook.
2711         * dired.el (dired-move-to-filename-regexp): Support file sizes in
2712         ``human-readable'' format produced by GNU `ls'.
2713         (dired-move-to-filename-regexp): Recognize ISO format dates.
2714         From Paul Eggert <eggert@twinsun.com>.
2716 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
2718         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2719         New functions.
2720         (lm-verify): Check keywords.
2721         From Eric M. Ludlam <eric@siege-engine.com>.
2723 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
2725         * speedbar.el (speedbar-insert-image-button-maybe): Check for
2726         `xemacs' feature instead of for the function `set-extent-property'.
2728 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
2730         * mail/mh-utils.el (mh-folder-hist): New var.
2731         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2733 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
2735         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2736         region, position point on the first or last 16-byte group.
2737         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2738         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
2739         hexl-beginning-of-line.
2741 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
2743         * icomplete.el (icomplete-mode): Treat an argument like other
2744         modes do.
2746         * startup.el (fancy-splash-head): Use splash8.xpm for color
2747         depth 8.
2749         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2750         Add an antry for ``converts''.
2752         * language/slovak.el ("Slovak"): Add documentation string.
2753         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2755         * language/czech.el ("Czech"): Add documentation string.
2756         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2758         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2759         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
2761 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2763         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2764         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2765         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2766         Use `defsubst' rather than a macro to ease debugging.
2767         (mail-extr-last): Remove (use `last' instead).
2768         (mail-extract-address-components): Properly reset the syntax-table
2769         after parsing an address.  Use `last' rather than mail-extr-last.
2770         Make sure the end marker stays at the very end.
2772 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
2774         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2775         last change.
2777 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2779         * ps-print.el: Line and paragraph spacing feature.  Region to cut
2780         out when printing.  Doc fix.
2781         (ps-print-version): New version number (6.5).
2782         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2783         New vars.  Line and paragraph spacing feature.
2784         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
2785         out when printing.
2786         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2787         (ps-get-font-size, ps-begin-job, ps-continue-line)
2788         (ps-plot-region): Code fix.
2789         (ps-print-prologue-2): Var eliminated.
2790         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2791         New internal vars.
2792         (ps-get-size): New fun.
2793         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2794         (ps-next-line): Replace defun by defsubst.
2795         (ps-mule-plot-string): Autoload doc fix.
2797         * ps-bdf.el: XEmacs compatibility.  Doc fix.
2798         (installation-directory, coding-system-for-read): Declare vars if
2799         it's not declared yet.
2800         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2802         * ps-mule.el: XEmacs compatibility.  Doc fix.
2803         (leading-code-private-22): Declare var if it's not declared yet.
2804         (charset-bytes, charset-dimension, charset-id, charset-width)
2805         (find-charset-region, split-char, char-width, chars-in-region)
2806         (forward-point, decompose-composite-char, encode-coding-string)
2807         (coding-system-p, ccl-execute-on-string, define-ccl-program):
2808         Define funs if not defined yet.
2809         (encode-composition-rule, find-composition): Define funs if not
2810         loaded yet.
2811         (ps-mule-prologue): PostScript code fix.
2813 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
2815         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
2816         non-nil, generate font for the header strings.
2817         (ps-mule-prepare-font): Likewise.
2818         (ps-mule-generate-glyphs): Likewise.
2819         (ps-mule-string-encoding): Likewise.
2820         (ps-mule-header-charsets): New variable.
2821         (ps-mule-encode-header-string): New function.
2822         (ps-mule-header-string-charsets): New function.
2823         (ps-mule-begin-job): Check charsets in the header strings.  If there
2824         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2826         * ps-print.el (ps-generate-header-line): Encode the header string by
2827         ps-mule-encode-header-string.
2828         (ps-mule-encode-header-string): Declare autoload.
2830 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
2832         * frame.el (cursor-in-non-selected-windows):
2833         Replaces show-cursor-in-non-selected-windows.
2835 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
2837         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2838         Delete entries for "chinese-py" and "chinese-ziranma".
2839         (quail-misc-package-ext-info): New variable.
2840         (tsang-quick-converter): New function.
2841         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2842         (quick-cns-converter, py-converter, ziranma-converter)
2843         (miscdic-convert, batch-miscdic-convert): New functions.
2845 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
2847         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2848         eight-bit-control chars.
2850         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2851         Reduce making temporary vector (suggested by Dave Love).
2853 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2855         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2856         string as well.
2858 2001-03-30  Andreas Schwab  <schwab@suse.de>
2860         * files.el (backup-directory-alist): Fix typo.
2862 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2864         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
2865         <eggert@twinsun.com>.
2867 2001-03-30  Dave Love  <fx@gnu.org>
2869         * progmodes/fortran.el (fortran-comment-region): Fix typo.
2871 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2873         * simple.el (transient-mark-mode): Mention C-g in the doc string.
2875 2001-03-30  Miles Bader  <miles@gnu.org>
2877         * subr.el (interactive-form): Fix paren typo.
2879 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
2881         * emacs-lisp/profile.el: Say that it's obsolete in the header
2882         line, so that finder.el puts that into its data-base.
2883         Suggested by Alex Schroeder <alex@gnu.org>.
2885 2001-03-29  Paul Eggert  <eggert@twinsun.com>
2887         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2888         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2890 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
2892         * generic.el (generic-mode-set-comments): Use "" rather than nil
2893         for comment-end.
2895 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
2897         * emacs-lisp/advice.el (ad-make-advised-definition):
2898         Call interactive-form to obtain the interactive spec of subrs.
2900         * subr.el (interactive-form): New function.
2902 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
2904         * vc-sccs.el (vc-sccs-register): Use relative file names.
2906 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
2908         * bookmark.el (bookmark-get-bookmark): Handle case that
2909         BOOKMARK is not a string.
2911         * image.el (image-type-regexps): Change type for PS files
2912         to `postscript'.
2914         * subr.el (read-passwd): Clear command history after each
2915         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
2917 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
2919         * international/kkc.el (kkc-save-init-file): Locally bind
2920         print-length to nil.
2922 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2924         * textmodes/flyspell.el: Some doc fixes.
2925         (flyspell-maybe-correct-transposition)
2926         (flyspell-maybe-correct-doubling): Use a temporary buffer
2928         * textmodes/ispell.el (ispell-parse-output): Doc fix.
2930         * emacs-lisp/byte-opt.el (byte-optimize-while)
2931         (byte-optimize-form-code-walker): Diagnose too few arguments
2932         for `if' and `while'.
2934 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2936         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2937         Prepend `\' to "\<quail-translation-docstring>".
2939 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2941         * autorevert.el (global-auto-revert-non-file-buffers):
2942         Remove duplicate defcustom.
2944 2001-03-26  Miles Bader  <miles@gnu.org>
2946         * international/latin1-disp.el (latin1-char-displayable-p):
2947         Add leading "-" for X font pattern.
2949 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2951         * international/mule-diag.el (describe-coding-system):
2952         For raw-text and emacs-mule, don't add anymore text about what
2953         charsets they can encode.
2955 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
2957         * help.el (view-lossage): Mention open-dribble-file in the doc
2958         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2960 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2962         * skeleton.el (skeleton-internal-list): Fix bogus logic.
2963         (skeleton-pair-insert-maybe): Don't pair after a backslash.
2965 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
2967         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2968         Call ccl-execute-on-string directly so that CCL program handling
2969         multibyte sequence can work correctly.
2970         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2971         property of the coding system.
2973 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2975         * textmodes/fill.el (fill-individual-paragraphs-prefix):
2976         Fix transcription typo.
2978 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
2980         * whitespace.el: Add buffer local variables to toggle testing of
2981         whitespaces in buffers without affecting the default values.
2982         Bump version to 3.0 to account for a few other changes.
2983         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2984         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2985         (whitespace-toggle-spacetab-check): New functions.
2987 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2989         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2991 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
2993         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2994         bs-cycle-configuration-name.  From Juanma Barranquero
2995         <lektu@uol.com.br>.
2997         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2998         and cc-vars.el.
3000         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3001         headers.  Always invoke sendmail with option -t.
3003 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3005         * Release of cc-mode 5.28.
3007 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3009         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3010         Removed the hardcoded switch to "java" style in Java mode.
3011         It's instead taken care of by the default value for c-default-style.
3013 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3015         * cc-align.el (c-lineup-math): Fix bug where lineup was
3016         triggered by equal signs in string literals.
3018 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3020         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3021         limit detection when at the ends of the buffer.
3023         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3024         "for" statement clause in case 7F; a better one is done
3025         earlier in case 7D anyway.
3027 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3029         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3030         somewhat more and did a small optimization.
3032 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3034         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3035         Use the limit argument only to limit the syntactic context
3036         search, not to limit the actual movement.
3038         * cc-cmds.el (c-beginning-of-statement): Move by sentence
3039         inside multiline strings, just like in comments.  Also various
3040         fixes to the paragraph and comment prefix recognition, block
3041         comment ender handling etc.
3043 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3045         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3046         the relative position of the point.
3048         * cc-cmds.el (c-electric-continued-statement): New function to
3049         use as abbrev hook to reindent for keywords such as "else"
3050         that continues an earlier statement.
3052         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3053         like classes.
3055         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3056         (pike-mode): Populate the default abbrev tables to reindent for
3057         keywords such as "else" that can continue earlier statements.
3058         Abbrev mode is therefore turned on by default now.  (Note that
3059         this doesn't apply to idl-mode, since IDL afaik doesn't have
3060         statements at all.)
3062 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3064         * cc-engine.el (c-inside-bracelist-p): Fix for handling
3065         bracelists where the declaration contains template arguments.
3067 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3069         * cc-cmds.el (c-comment-indent):
3070         Use `c-get-syntactic-indentation' to correctly calculate the
3071         syntactic indentation.  Fixes bug with lineup functions that
3072         return vectors.
3074         * cc-engine.el (c-get-syntactic-indentation): Split the
3075         indentation sum calculation from `c-indent-line' to a separate
3076         function.
3078 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3080         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3081         Fixed places where it was assumed that preprocessor directives
3082         have to start in column zero.
3084         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3085         template arguments after a class identifier properly.
3087         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3088         lists for `new Foo[]' constructs in Java as expressions and
3089         not top level definition brace lists on the top level, so that
3090         they'll get indented consistently with the same type of
3091         expression in a normal block.
3093 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3095         * cc-cmds.el (c-fill-paragraph): The kludge that checks
3096         whether the adaptive filling package fails to keep the comment
3097         prefix is now kludged further to check for filladapt-mode
3098         which doesn't have that problem. This is really icky, but it's
3099         the only way that works with the current misfeatures/bugs in
3100         both adaptive-fill-mode and filladapt-mode.
3102         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3103         around point is recognized more robust.
3105 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3107         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3108         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3109         (c-lit-type): Fixed all internal variables used dynamically so
3110         that they are always bound.
3112         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3113         errors:
3115         (c-indent-region): Fixed reporting of syntactic errors so that
3116         the region is fully reindented even when an error occurs.
3117         The last syntactic error is printed afterwards.  Also cleanup up a
3118         whole lot of code that tried to optimize indentation of whole
3119         sexps but in reality accomplishes nothing.
3121         (c-indent-sexp): Use c-indent-region.
3123         (c-parsing-error): Changed this variable to hold the message
3124         for any syntactic error that is discovered.
3126         (c-parse-state): Search backward from point instead of the bod
3127         position when the latter is invalid.  This makes CC Mode
3128         recover faster when there are unbalanced close braces.
3130         (c-backward-to-start-of-if): Use c-parsing-error to report
3131         dangling "else" clauses instead of throwing an error, and fall
3132         back to a reasonable position.
3134         (c-indent-line): Added argument to avoid reporting syntactic errors.
3136         (c-show-syntactic-information): Don't report any syntactic errors.
3138 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3140         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3141         paragraph recognition when moving by sentence in literals.
3143         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3144         start regexp for javadoc to recognize javadoc markup in general instead
3145         of a specific set of keywords, to be more future-safe.
3147         (c-Pike-pikedoc-paragraph-start)
3148         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3149         pikedoc markup.
3151         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3153         (pike-mode): Initialize paragraph settings pikedoc recognition.
3155         * cc-vars.el (c-default-style): Made a nicer Customize widget.
3157         (c-comment-prefix-regexp): Made it possible to use an
3158         association list on this to specify mode specific regexps.
3159         The default value now use a special regexp in Pike mode to
3160         recognize pikedoc markup.
3162         (c-current-comment-prefix): New variable containing the actual
3163         regexp from c-comment-prefix-regexp for the current buffer.
3165 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3167         * cc-cmds.el (c-electric-brace): Fixed check for special brace
3168         lists: We can't look at the syntax, since a brace list can get
3169         recognized as a plain statement-cont.
3171         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3172         special brace list opener broken over two lines got recognized
3173         as a statement on the second line.  Case 9A changed.
3175 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3177         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3178         adjustment after line is reindented.
3180 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3182         * cc-defs.el (c-point): Added optional argument for position
3183         to use instead of the current point.
3185         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3186         the in-expression block symbols when the construct starts at
3187         boi, to avoid the extra level of indentation in that case.
3188         Cases 4, 16A and 17E affected.
3190 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3192         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3193         calls to `c-indent-line', to adhere better to Emacs conventions.
3195         * cc-engine.el (c-indent-line): Use the syntax already bound
3196         to `c-syntactic-context', if there is any.
3198 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3200         * cc-engine.el (c-get-offset): Fixed bug where the indentation
3201         wasn't added up correctly when a lineup function returned nil.
3203 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3205         * cc-engine.el (c-collect-line-comments): Fixed bug where
3206         empty lines were ignored when collecting line comments backwards.
3208 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3210         * cc-align.el (c-lineup-dont-change): Return an absolute
3211         indentation column to work correctly in the case when several
3212         syntactic elements are processed for the same line.
3214         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3215         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3216         (c-set-offset): Added absolute indentation column settings by
3217         using the vector type.
3219 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3221         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3222         Implemented two new cleanups `space-before-funcall' and
3223         `compact-empty-funcall'.
3225 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3227         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3228         helping building regexps.
3230         * cc-engine.el (c-on-identifier): New function for detecting
3231         identifiers.  It takes keywords into account.
3233         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3234         lists.  `c-keywords' is set to a regexp matching all keywords
3235         in the current language.
3237 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3239         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3240         list of characters to skip backwards over at the beginning of
3241         a statement, since it can precede string literals in Pike.
3243 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3245         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3246         recognition when standing on the last line in a C++ comment
3247         with nothing but whitespace after the prefix.
3249         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3250         given no limit argument.
3252 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3254         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3255         recognition for the `[]= operator symbol in Pike.
3257 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3259         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3260         around a bug in `eval-when-compile' in the byte compiler.
3262         * cc-engine.el (c-forward-token-1): Fixed bug with return
3263         value when count is zero and there's no token start within the limit.
3265         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3266         "prefix comments", i.e. comments which are followed by code on
3267         the same line.
3269         * cc-mode-19.el: Fixes so that checks that must be done at
3270         compile time also are done then.
3272 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3274         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3275         time and at runtime, and only when it's needed.
3277 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3279         Major cleanup for less error prone and more warning free
3280         compilation, including some fixes for bugs due to different
3281         compilation orders. Thanks to Martin Buchholz for providing
3282         the basis for all this.
3284         * cc-bytecomp.el: New file that provides some byte compilation
3285         features: It ensures that files always are loaded from the
3286         current source directory during compilation, and it provides a
3287         set of macros to turn off specific compiler warnings for
3288         specific symbols.  (It's not CC Mode specific in any way.)
3290         Fixed a nearly acyclic dependency tree (both runtime and
3291         compile-time) between all files.
3293         * cc-defs.el: Separated all macros before the inline functions,
3294         to ensure correct compilation.
3296         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3297         cc-defs.el to cc-engine.el and made it a function instead.
3299         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3300         about char-after.
3302         * cc-vars.el: Cope even when there isn't a custom package
3303         containing defcustom available.
3305         * cc-make.el: Removed since it's no longer necessary.
3307         README: Updated installation instructions.
3309 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3311         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3312         improve the modularity: Moved all mode init stuff from
3313         cc-langs.el to cc-mode.el, including the keymap
3314         initialization; cc-langs now only contains the various
3315         variables for configuring the language syntax.
3317         * cc-engine.el, cc-styles.el (c-evaluate-offset)
3318         (c-get-offset): Moved from cc-styles to cc-engine since file
3319         dependency analysis suggests they belong there (which also
3320         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
3322 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3324         * cc-cmds.el (c-fn-region-is-active-p): New function that
3325         wraps the corresponding macro, for use in places that aren't
3326         compiled.  Thanks to Martin Buchholz for pointing out this.
3328         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3330         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3331         add things to the bug report.
3333 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3335         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3336         returned prefix could contain a newline when the search for a
3337         good prefix line failed.
3339 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3341         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3342         (c-toggle-auto-hungry-state): Made the argument optional, as
3343         the documentation says it is.
3345 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3347         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3348         multiline string syntax, #"...", as a cpp macro.
3350 2001-03-21  Paul Eggert  <eggert@twinsun.com>
3352         * international/mule-cmds.el (set-locale-environment):
3353         Set system-messages-locale and system-time-locale, but only if the
3354         caller specifies a non-nil locale name.
3356 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3358         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3359         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
3361 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3363         * follow.el (follow-avoid-tail-recenter): Doc fix.
3365         * custom.el (custom-set-variables): Avoid reversing the list
3366         of args needlessly.
3368         * startup.el (fancy-splash-head): Don't change the colors of the
3369         XPM image on a dark background.
3371         * comint.el (comint-exec-1): Set columns of the terminal to
3372         window-width instead of frame-width.
3374         * info.el (Info-scroll-down): Add missing WINDOW arg for
3375         pos-visible-in-window-p.
3377         * ehelp.el (electric-help-mode-hook): Add defcustom.
3379         * mail/sendmail.el (mail-mode): Activate case-folding in
3380         font-lock-defaults.
3382 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
3384         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3385         (completion-ignored-extensions): Remove duplicate ".class".
3387 2001-03-19  Andreas Schwab  <schwab@suse.de>
3389         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3390         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3392 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
3394         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3395         methods since there are not prefix input methods.
3397 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
3399         * international/mule-cmds.el (read-input-method-name):
3400         Locally bind enable-recursive-minibuffers to t.
3402 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3404         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3406 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
3408         * ediff-util.el: Copyright years.
3409         (ediff-choose-syntax-table): New function.
3410         (ediff-setup): Use ediff-choose-syntax-table.
3412         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3413         with-syntax-table.
3415         * ediff.el: Date of last update, copyright years.
3417         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3419         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3420         of Scott Bronson.
3421         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3422         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3423         Deleted functions.
3424         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3425         ex-token-list.
3427         * viper-util.el: Spaces, indentation.
3429         * viper.el: Changed version, modification time.
3431 2001-03-16  John Wiegley  <johnw@gnu.org>
3433         * calendar/timeclock.el (timeclock-workday-remaining):
3434         Check whether `discrep' is non-null before using it.
3436 2001-03-16  John Wiegley  <johnw@gnu.org>
3438         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3439         first-time checkins.
3440         (timeclock-log-data): Fixed problem with reading timelog log file.
3441         Resulting data in the "day list" was incorrect.
3442         (timeclock-find-discrep): Check if `timeclock-file' is readable
3443         before opening it.
3444         (timeclock-time-less-p): New function.
3445         (timeclock-day-base): New function.
3446         (timeclock-geometric-mean): New function.
3447         (timeclock-generate-report): Generate a summary report based on
3448         the contents of the log file.  This uses `timeclock-log-data', and
3449         is an example of writing a timelog manipulation function.
3450         (timeclock-visit-timelog): A quick command for opening the timelog
3451         file.
3452         (timeclock-log-data): Bound the variable event.
3454 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
3456         * international/mule-cmds.el (select-safe-coding-system):
3457         Fix typo: symbol-name -> symbol-value.
3459         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3460         before substitute-in-file-name to handle double slashes in FILE
3461         correctly.
3463 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
3465         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3466         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3468 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
3470         * bindings.el (features): Add `md5' and `overlay' to the list.
3472         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3473         bound before using it.  It's not bound when configured without X,
3474         for instance.
3476 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
3478         * progmodes/hideshow.el: Update copyright.
3479         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3480         (hs-minor-mode-hook): Include `:version' in defcustom form.
3482 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
3484         * help.el (string-key-binding): Don't call event-start on
3485         a non-list.
3487 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
3489         * startup.el (fancy-splash-tail, command-line-1): Fix the
3490         copyright year.
3492 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
3494         * term.el: These changes are based on a patch sent from Yong Lu
3495         <lyongu@yahoo.com>.
3496         (term-set-escape-char): Bind M-x to execute-extended-command in
3497         term-raw-escape-map.
3498         (term-move-columns): Don't try to move to negagive column.
3499         (term-emulate-terminal): Insert a string before deleting a text to
3500         overwrite.
3502 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
3504         * play/life.el (life): Rearrange code so that all calls to
3505         life-display-generation are in a catch-form.
3507         * progmodes/etags.el (tags-loop-continue): Don't change point in a
3508         file that isn't interesting.  In an interesting file, push the old
3509         value of point on the mark ring.
3511         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3512         New function.
3513         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3514         Use it.
3516         * emacs-lisp/autoload.el (generate-file-autoloads):
3517         Remove warning about line lengths.
3519 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3521         * progmodes/etags.el (tags-compression-info-list): New variable.
3522         (find-tag-in-order): Use it to deal with compressed source files.
3523         (tag-file-name-match-p): New function.
3524         (etags-recognize-tags-table): Use it for better match of file names.
3526 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
3528         * international/mule-cmds.el (register-input-method): Doc fix.
3530         * international/quail.el (quail-translate-key): Fix condition to
3531         check if there's another breaking point in the current key.
3533 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
3535         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3536         Babyl header to the newly-created output file, bind
3537         coding-system-for-write to either rmail-file-coding-system or
3538         emacs-mule-unix.
3540 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
3542         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3543         Fix the name and regexp used for subsubsections.
3545 2001-03-10  Dave Love  <fx@gnu.org>
3547         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3548         and save-buffer if buffer-file-name non-nil.  From rms.
3550 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
3552         * vc.el (vc-do-command): If the destination buffer is already
3553         current, don't set it up and don't erase it.  Updated doc string
3554         to reflect that.
3555         (vc-version-diff): When doing a single file diff, don't switch to the
3556         *vc-diff* buffer before the command.  This is to preserve local
3557         variable bindings that might affect the diff command.
3558         (vc-print-log): Don't switch to the *vc* buffer before the
3559         command, so that local variable bindings are preserved.
3561         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3562         not the current buffer.
3563         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3565         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3566         make output go to buffer *vc*, not the current buffer.
3568 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3570         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3571         so ^, $, *, ? and + are interpreted correctly.
3573 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
3575         * help.el (string-key-binding): Renamed from
3576         mode-line-key-binding.  Handle any event on a string.
3577         Check for `keymap' properties as well as `local-map' properties.
3579         * comint.el (comint-insert-clicked-input): Use the last key
3580         from this-command-keys to lookup the global key definition.
3582 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
3584         * international/characters.el: Add category `j' for
3585         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
3587         * international/mule-conf.el (no-conversion): Fix docstring.
3588         (raw-text): Fix docstring.
3590 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
3592         * simple.el (choose-completion-string): When not leaving the
3593         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3594         is set.
3596         * window.el (shrink-window-if-larger-than-buffer): Handle frame
3597         parameter `(minibuffer . t)'.
3599 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3601         * progmodes/sh-script.el (sh-st-symbol): New symbol.
3602         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3603         (sh-mode): Remove `make-local-variable' for unused var
3604         `font-lock-unfontify-region-function'.
3606 2001-03-07  Richard M. Stallman  <rms@gnu.org>
3608         * info.el (Info-scroll-down): Fix previous change.
3610         * mail/rmail.el (rmail-toggle-header): Use a window which
3611         is showing the Rmail buffer, rather than the selected window.
3613 2001-03-07  Dave Love  <fx@gnu.org>
3615         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3616         now, to avoid problems with binding imenu directly to a mouse event.
3618 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3620         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3621         second arg t.
3623 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3625         * log-edit.el (log-edit-common-indent): New var.
3626         (log-edit-set-common-indentation): Renamed from
3627         log-edit-delete-common-indentation.  Use the new var.
3628         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3630         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3631         (cvs-mode-add-change-log-entry-other-window):
3632         Don't presume change-log-default-name is defined.
3634         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3636         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3637         the "tree" operation as well.
3639         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3641         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3642         to match paragraph-start.
3644         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3645         comment-start-skip and set comment-end-skip as well.
3646         (sgml-comment-indent): Fix for new value of comment-start-skip.
3647         (html-autoview-mode): Don't bother using make-local-hook.
3649 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3651         * cus-edit.el (custom-save-delete): Move in front of local
3652         variables, otherwise long Custom entries would make them ineffective.
3654         * uniquify.el: Set maintainer to FSF.
3656 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
3658         * dired-aux.el (dired-do-shell-command): Doc fix.
3660 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
3662         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3664         * which-func.el (which-func-modes): Add cperl-mode.
3665         (which-func-mode-global): Use define-minor-mode.
3667         * info-look.el: Docstring fixes and dead code eliminated.
3668         (cperl-mode): Add support.
3669         (emacs-lisp-mode): List all entries from elisp manual, whether
3670         or not they are currently (f)bound or not.  Update regexp.
3672         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3674         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3675         so that C-h m shows the correct information.
3676         Use make-local-variable rather than make-variable-buffer-local.
3677         (cperl-info-buffer, cperl-setup-tmp-buf):
3678         Use make-local-variable rather than make-variable-buffer-local.
3679         (cperl-msb-fix, cperl-get-help-defer):
3680         Check major-mode for `cperl-mode' as well.
3682         * progmodes/cperl-mode.el: Updated to author version 4.23.
3683         (cperl-electric-pod): SYNOPSIS was misspelled.
3684         (cperl-find-pods-heres): @if ? a : b was considered a REx.
3685         (cperl-after-expr-p): Make true after __END__.
3687 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
3689         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3690         bookmark-completion-ignore-case is t.
3692         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3693         switch, like xterm, and concat resource strings, with a newline
3694         between them.
3696 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
3698         * international/codepage.el (cp770-decode-table)
3699         (cp773-decode-table, cp774-decode-table): New variables.
3701         * man.el (Man-hyphenated-reference-regexp): New variable.
3702         (Man-build-references-alist): Use it to search for referenced
3703         manpages.  If hyphenated is non-nil, record a concatenated word in
3704         Man-refpages-alist only if it matches Man-reference-regexp.
3705         Update word's length when it is concatenated.  Reverse the list,
3706         to get the first manpage at the head.
3707         (Man-possibly-hyphenated-word): New function.
3708         (Man-follow-manual-reference): Use it instead of current-word to
3709         find a manpage at point, in a way that accounts for hyphenated
3710         references.
3712 2001-03-06  Alex Schroeder  <alex@gnu.org>
3714         * sql.el (sql-interbase): New function.
3715         (sql-interbase-program): New option.
3716         (sql-interbase-options): New option.
3717         And some typos fixed: "customise" to "customize".
3719 2001-03-06  Dave Love  <fx@gnu.org>
3721         * textmodes/flyspell.el (flyspell-region):
3722         Set up flyspell-local-mouse-map.
3724 2001-03-05  Richard M. Stallman  <rms@gnu.org>
3726         * mail/rmail.el (rmail-retry-failure):
3727         Don't call rmail-beginning-of-message.
3728         Don't discard From: field.  Do discard Received: field.
3729         Use unwind-protect to re-prune.
3730         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3732 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
3734         * international/quail.el (quail-title): Add autoload cookie.
3736 2001-03-05  Dave Love  <fx@gnu.org>
3738         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3739         new defs.
3741 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3743         * language/ethio-util.el (ethio-toggle-space):
3744         Update current-input-method-title if necessary.
3745         (ethio-toggle-punctuation): Likewise.
3747         * international/quail.el (quail-title): Fix for the case that a
3748         title of an input method is specified by a list of the same form
3749         as used in mode-line-format.
3751         * international/mule-cmds.el (activate-input-method):
3752         If current-input-method-title is set by activating INPUT-METHOD,
3753         respect that value.
3755 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
3757         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3759 2001-03-05  Alex Schroeder  <alex@gnu.org>
3761         * sql.el (sql-sybase): Fix typo (was: query user about server two
3762         times instead of server and database).
3764         * sql.el (sql-sybase): Doc change.
3765         (sql-mysql): Doc change.
3766         (sql-postgres): Doc change.
3768 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3770         * international/mule-conf.el (emacs-mule, raw-text):
3771         Docstring modified.
3773 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
3775         * term/internal.el: Update copyright notice.
3777         * term/pc-win.el: Update copyright notice.
3779 2001-03-02  Dave Love  <fx@gnu.org>
3781         * files.el (insert-file-contents-literally):
3782         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3783         not jka-compr-compression-info-list.
3785 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
3787         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3788         spaces in default comment-start-skip settings rather than \s-.
3790 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
3792         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3793         default-frame-alist as well.
3795 2001-03-01  Dave Love  <fx@gnu.org>
3797         * textmodes/reftex.el (defvar): Wrap some defvars in
3798         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
3800         * subr.el (event-basic-type): Doc fix.
3802         * international/quail.el: Doc fixes.
3804         * international/utf-8.el: Doc fixes.
3806         * international/mule-cmds.el: Doc fixes.
3807         (leim-list-header): Fix header text.
3809         * international/mule.el (coding-system-category): Doc fix.
3811         * international/ccl.el (ccl-compile): Doc fix.
3813 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
3815         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3816         rather than (before|after)-change-functions.
3818 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
3820         * ediff-util.el (ediff-scroll-horizontally): Arrange for
3821         scroll-left and scroll-right being called interactively so that
3822         they set the window's min_hscroll.
3824 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
3826         * info.el (info-insert-file-contents-1): Accept an additional
3827         argument `lfn': if it is non-nil, concatenate `filename' and
3828         `suffix'; otherwise use the complicated MS-DOS code.
3829         All callers changed.
3830         (info-insert-file-contents, Info-find-node): If the MS-DOS port
3831         can access long file names, try the long file-name version of
3832         `info-insert-file-contents-1', then the short file-name version.
3834 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
3836         * language/ethio-util.el (setup-ethiopic-environment-internal):
3837         Change bindings of functions keys to conform to "Emacs Lisp Coding
3838         Convention".
3840         * language/ethiopic.el ("Ethiopic"): Add documentation.
3842 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
3844         * international/utf-8.el (mule-utf-8): Set coding-category
3845         property to coding-category-utf-8.
3847 2001-02-27  Richard M. Stallman  <rms@gnu.org>
3849         * lpr.el (lpr-page-header-switches, print-region-1):
3850         Undo 2000-07-06 change.
3851         (lpr-add-switches): Default to t on gnu/linux.
3853 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
3855         * bs.el (bs-attributes-list): Doc fix.
3857 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3859         * help.el (describe-project): Display the file THE-GNU-PROJECT.
3861         * help.el (view-order-manuals): Use goto-address.
3863         * startup.el (command-line-1): Add info about ordering manuals
3864         to the not so fancy splash screens.
3866 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
3868         * vc.el (vc-default-workfile-unchanged-p)
3869         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3871 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3873         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3874         fontify in the right buffer.
3876         * allout.el (outline-flag-region): Move macro in front of first
3877         use to avoid a run-time error.
3879 2001-02-24  Andrew Innes  <andrewi@gnu.org>
3881         * makefile.w32-in: Fix copyright notice.
3883 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
3885         * international/utf-8.el (mule-utf-8): Set correct value for
3886         valid-codes property.
3888         * international/fontset.el (x-complement-fontset-spec): In the
3889         case that we use ASCII font for the other charsets, use only
3890         family and registry part of it.
3892 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3894         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3895         (shrink-window-if-larger-than-buffer): Doc fix.
3897 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
3899         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3900         predicate passed to completing-read.
3902 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3904         * startup.el (command-line): Fix last change.
3906 2001-02-23  Jason Rumney  <jasonr@gnu.org>
3908         * startup.el (tool-bar-originally-present): New variable.
3909         (command-line): Set it if the tool-bar is switched on at startup.
3911         * frame.el (frame-notice-user-settings): Only adjust frame height
3912         for no tool-bar case if tool-bar was originally switched on.
3913         From E. Jay Berkenbilt.
3915 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
3917         * server.el (server-switch-buffer): Only switch window if the
3918         current one is dedicated.
3920         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3921         rather than using (match-beginning 0) when searching for break point.
3923 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
3925         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3926         @ follows an accent command such as @'.  Support optional braces
3927         in commands that insert accents, like makeinfo does.
3929 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
3931         * startup.el (fancy-splash-text): Add a line for ordering
3932         manuals.  Reverse order of splash screens shown.
3933         (use-fancy-splash-screens-p): Adapt to the text line added.
3935         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3936         manuals from the FSF.
3938         * help.el (view-order-manuals): New function.
3939         (toplevel): Bind C-h C-m to this function.
3941 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
3943         * newcomment.el (comment-forward): Skip the comment-start before
3944         searching for the comment-end.
3946 2001-02-21  Dave Love  <fx@gnu.org>
3948         * custom.el (custom-initialize-changed, defcustom): Doc fix.
3950         * international/mule-cmds.el, international/mule.el: Doc fixes.
3952 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
3954         * startup.el (fancy-splash-screens): Use display-hourglass
3955         instead of display-busy-cursor.
3957         * frame.el (display-hourglass): Renamed from busy-cursor.
3958         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3959         (show-cursor-in-non-selected-windows): Doc fix.
3961 2001-02-20  Dave Love  <fx@gnu.org>
3963         * international/utf-8.el: Doc and commentary fixes.
3965 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3967         * ehelp.el (with-electric-help): Doc fix.
3969 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
3971         * msb.el (msb-mode): Call the update-buffers function explicitly
3972         with a FORCE argument.
3974         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3975         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
3976         returns nil.
3978 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3980         * ps-print.el: Timestamp package replacement.  Some enhancements.
3981         Some XEmacs compatibility.  Doc fix.
3982         (ps-print-version): New version number (6.4).
3983         (ps-printer-name): Initialization fix.
3984         (ps-zebra-stripe-follow): Funcionality enhancement.
3985         (ps-prologue-file): Code enhancement.
3986         (ps-right-header): Timestamp package replacement.
3987         (ps-setup, ps-face-bold-p, ps-face-italic-p)
3988         (ps-get-page-dimensions)
3989         (ps-generate-header, ps-begin-file, ps-begin-job)
3990         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3991         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3992         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3993         (coding-system-for-write): Var declaration (XEmacs compatibility).
3995 2001-02-20  Miles Bader  <miles@gnu.org>
3997         * image-file.el (image-file-name-extensions): Add "tif".
3999 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
4001         * wid-edit.el (widget-button-click): Save the selected window
4002         around the code handling clicks on buttons.
4004 2001-02-18  Dave Love  <fx@gnu.org>
4006         * imenu.el (imenu--generic-function): Use mapc to iterate over
4007         syntax characters.
4009 2001-02-17  Richard M. Stallman  <rms@gnu.org>
4011         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4013         * uniquify.el (uniquify-buffer-name-style): Doc fix.
4015 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4017         * mouse.el (mouse-save-then-kill): If the distance from the new
4018         point to the mark is equal to the distance of point from the new
4019         point, move point instead of the mark.
4021 2001-02-16  Dave Love  <fx@gnu.org>
4023         * textmodes/flyspell.el (flyspell-get-word): Return string without
4024         properties.
4026 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4028         * generic.el (generic-find-file-regexp): Doc fix.
4029         (generic-ignore-files-regexp): New defcustom.
4030         (generic-mode-find-file-hook): If the file's name matches the
4031         regexp in `generic-ignore-files-regexp', don't enter
4032         default-generic-mode.  Doc fix.
4034 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4036         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4037         Add autoload cookies.
4039         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4040         of cal-tex-24.
4042 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4044         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4046         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4047         the character class after the (optional) drive, to support file
4048         names with embedded blanks.
4050 2001-02-15  Sam Steingold  <sds@gnu.org>
4052         * textmodes/tex-mode.el (tex-shell-running):
4053         Check the process buffer too.
4055 2001-02-15  Dave Love  <fx@gnu.org>
4057         * battery.el (battery-status-function): Fix doc, :type.
4059         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4061 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
4063         * subr.el (read-passwd): Clear Lisp memory holding password.
4065 2001-02-15  Miles Bader  <miles@gnu.org>
4067         * info.el (Info-copy-current-node-name): New function.
4068         (Info-mode-menu): Add it to the menu.
4070 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
4072         * international/mule-cmds.el (toggle-input-method): Doc fix.
4074 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
4076         * replace.el (occur): Stop at end of buffer.
4078 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
4080         * international/mule-cmds.el (set-input-method): Another doc fix.
4082 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
4084         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4086 2001-02-13  Miles Bader  <miles@gnu.org>
4088         * faces.el (set-face-background, set-face-foreground)
4089         (set-face-stipple): Treat a value of nil as being `unspecified'.
4091 2001-02-12  Dave Love  <d.love@dl.ac.uk>
4093         * international/latin1-disp.el:  Doc fixes.
4094         (latin1-display) <defgroup>: Add :link.
4095         (latin1-display) <function>: Set variable latin1-display.
4097 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
4099         * international/mule-cmds.el (set-input-method): Doc fix.
4101 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
4103         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4104         (speedbar-line-file): Return nil if not a file.
4105         (speedbar-buffers-line-path): Return file for tags, and dir for files.
4107 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
4109         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4110         for remote files.
4111         (ediff-coding-system-for-read): Replaced the no-conversion default
4112         with raw-text.
4114         * ediff-init.el: Removed :version from defcustom vars.
4116         * ediff-util.el (ediff-compute-custom-diffs-maybe):
4117         Better handling of the diff mode.
4119         * ediff.texi: Added ediff-coding-system-for-read.
4121         * viper.texi: Fix typos.
4123 2001-02-11  Dave Love  <fx@gnu.org>
4125         * shadowfile.el: Doc fixes.
4126         (shadow) <defgroup>: Add :link.
4127         (shadowfile-unload-hook): New function.
4128         (shadow-initialize): Use defalias, not fset.
4129         (shadow-define-cluster, shadow-define-literal-group)
4130         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4132         * international/mule.el: Doc and message fixes.
4134         * international/ccl.el (define-ccl-program): Doc fix.
4136 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
4138         * faces.el (mode-line): Set :line-width property to -1.
4140 2001-02-10  Richard M. Stallman  <rms@gnu.org>
4142         * complete.el (partial-completion-mode): Doc fix.
4144         * simple.el (delete-key-deletes-forward-mode):
4145         Change `let' to `let*' to fix gross bug in last change.
4147         * repeat.el (repeat): Don't let execute-kbd-macro alter
4148         real-last-command.
4150 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
4152         * simple.el (eval-expression): Doc fix.
4154 2001-02-09  Dave Love  <fx@gnu.org>
4156         * imenu.el (imenu-generic-expression): Doc fix.
4158         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4159         From Juanma Barranquero.
4161         * emacs-lisp/authors.el (authors): Expand `root' before running find.
4163 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
4165         * faces.el (set-face-attribute): Describe the case of a negative
4166         value specified for :line-width.
4168 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
4170         * which-func.el (which-func-mode): Invert which-func-mode-global.
4171         From Juanma Barranquero <lektu@uol.com.br>.
4173 2001-02-08  Dave Love  <fx@gnu.org>
4175         * wid-edit.el (widget-plist-convert-widget): Replace binding of
4176         widget-plist-value-type.
4177         (widget-alist-convert-widget): Replace binding of
4178         widget-alist-value-type.
4180         * textmodes/paragraphs.el (sentence-end): Doc fix.
4182         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4183         Remove `backward-line'.
4185         * play/pong.el (pong-blank-color, pong-bat-color)
4186         (pong-ball-color, pong-border-color, pong-left-key)
4187         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4188         (pong-pause-key, pong-resume-key, pong-timer-delay):
4189         * mail/mh-comp.el (mh-compose-letter-function):
4190         * eshell/esh-mode.el (eshell-skip-prompt-function):
4191         * emulation/viper-ex.el (ex-unix-type-shell-options):
4192         * recentf.el (recentf-menu-filter):
4193         * ps-print.el (ps-print-region-function):
4194         * lpr.el (print-region-function):
4195         * forms.el (forms-mode-hooks):
4196         * dirtrack.el (dirtrack-directory-change-hook):
4197         * cus-start.el (temp-buffer-show-function, display-buffer-function):
4198         * textmodes/spell.el (spell-filter):
4199         * textmodes/fill.el (adaptive-fill-function):
4200         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4201         * progmodes/etags.el (find-tag-default-function):
4202         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4203         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4205 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
4207         * emulation/viper-init.el (viper-fast-keyseq-timeout)
4208         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
4209         Meyering <jim@meyering.net>.
4211         * loadup.el: Revert last change.
4213 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
4215         * international/mule.el (transform-make-coding-system-args):
4216         Make it work also for coding systems not using CCL.
4218 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4220         * simple.el (previous-matching-history-element)
4221         (next-matching-history-element): Doc fix.
4223         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4224         specific part.
4226 2001-02-06  Dave Love  <fx@gnu.org>
4228         * add-log.el (add-log-current-defun-function)
4229         (add-log-buffer-file-name-function, add-log-file-name-function):
4230         Fix :type.
4231         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4233 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4235         * info.el (info-initialize): Remove the test for system-type when
4236         invocation-directory is non-nil.
4238         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4239         of `font-lock-defaults' to `backward-paragraph' rather than nil.
4241 2001-02-06  Andrew Innes  <andrewi@gnu.org>
4243         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4244         absolute.
4246 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
4248         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4249         buffers.  When hi-lock turned on rather than only checking current
4250         buffer for regexps, all buffers are checked. Moved activation of
4251         font-lock to hi-lock-refontify. When font-lock turned off rather
4252         than removing added highlighting just in current buffer, remove it
4253         in all buffers.  Changed edit menu text from "Automatic
4254         Highlighting" to "Regexp Highlighting" Documentation for
4255         highlighting phrases, minor documentation changes.
4256         (hi-lock-set-file-patterns): Execute only if there are new or
4257         existing file patterns.
4258         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4259         unfontify and, if a support mode is active, will not refontify the
4260         whole buffer.  If necessary, turn on font lock. (Removed
4261         font-lock-unfontify and font-lock support-mode-specific calls,
4262         such as lazy-lock-fontify-window.)
4263         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4264         patterns are found. Not useful now since find-file-hook is removed
4265         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4266         (hi-lock-face-phrase-buffer): New function.  Also added related
4267         menu item and keybinding.
4268         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4269         (hi-lock-process-phrase): New function.
4270         (hi-lock-line-face-buffer): Doc fixes.
4271         (hi-lock-face-buffer): Doc fixes.
4272         (hi-lock-unface-buffer): Doc fixes.
4274 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
4276         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4277         dabbrev-ignored-regexps.
4279 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4281         * simple.el (kill-line): Doc fix.
4283 2001-02-05  Dave Love  <fx@gnu.org>
4285         * loadup.el: Revert last two changes -- bootstrapping works with
4286         regenerated loaddefs.
4288 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
4290         * isearch.el (isearch-forward): Doc fix.
4292         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4293         of font-lock-defaults to backward-paragraph.
4295 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4297         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4298         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4300 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4302         * ebnf2ps.el: Eliminate time-stamp functions.
4303         (ebnf-version): New version (3.5).
4304         (ebnf-eps-finish-and-write): Replace time-stamp functions by
4305         format-time-string.
4307 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4309         * simple.el (next-line): Goto end-of-line before inserting a newline.
4311 2001-02-05  Miles Bader  <miles@gnu.org>
4313         * image-file.el (insert-image-file): When visiting an image, also
4314         set `truncate-lines' to t so that any fringe arrow looks correct.
4316 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
4318         * isearch.el (isearch-forward): Add description about input method
4319         in the docsting.
4321 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
4323         * skeleton.el (skeleton-internal-1): Always push the mark for @.
4325 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4327         * info.el (info-initialize): If installation-directory is nil, for
4328         DOS/Windows systems try looking in a sibling of invocation-directory.
4330 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
4332         * wid-edit.el (widget-button-click): Fix last change.
4334         * frame.el (frame-notice-user-settings): When resizing the initial
4335         frame because the tool bar is off, also change the frame's top
4336         position if a negative top position was specified.
4338 2001-02-02  Miles Bader  <miles@gnu.org>
4340         * image-file.el (insert-image-file): When visiting an image,
4341         suppress the cursor in the image buffer.
4343 2001-02-01  Dave Love  <fx@gnu.org>
4345         * progmodes/f90.el (f90-mode): Remove startup message.
4347         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
4349 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4351         * startup.el (command-line): Fix code determining whether or not
4352         to use delete-key-deletes-forward-mode.
4354 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
4356         * vc.el (vc-diff-switches): New user option.
4357         (vc-version-diff): Use it.
4358         (vc-diff-switches-list): New macro.
4360         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4361         New customization options.
4362         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4364         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4366 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4368         * msb.el (toplevel): Quote hook symbols.
4370 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
4372         * international/mule.el (make-coding-system): Add description
4373         about recognized properties in the docstring.
4375         * international/mule-conf.el: Remove unused charsets
4376         mac-roman-lower and mac-roman-upper.
4378 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
4380         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4381         is in front of the left-margin, if any.
4383         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4384         like `delete'.
4386         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4388         * term/w32-win.el (mouse-set-font): Doc fix.
4390 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4392         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4393         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4394         on already.
4396 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
4398         * files.el (save-buffer): Don't give message if (buffer-file-name)
4399         returns nil.
4401 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
4403         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4405         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4406         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
4408         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4409         display problems.
4411 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
4413         * international/mule.el (charset-info): Fix docstring.
4415         * international/mule-diag.el (describe-character-set): Check final
4416         char valid before printing it.
4418 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
4420         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4422         * frame.el (frame-notice-user-settings): Do the tool-bar
4423         stuff only for graphical displays.  Fix a braino.
4425         * frame.el (frame-initialize): Create initial frame visible.
4426         (frame-notice-user-settings): When tool-bar has been switched off,
4427         correct the frame size and sync tool-bar-mode.
4429         * startup.el (command-line): Remove manipulation of frame
4430         height for tool bars.
4432 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4434         * lpr.el: Compatibility with XEmacs and doc fixes.
4435         (lpr-windows-system, lpr-lp-system): New vars.
4436         (lpr-printer-switch): New defcustom.
4437         (printer-name, lpr-command): Customization fix.
4438         (print-region-1): Code fix.
4439         (print-region-new-buffer, printify-region): Indentation fix.
4440         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4441         New functions.
4443 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4445         * msb.el (toplevel): Fix the eval-after-load.
4447 2001-01-29  Dave Love  <fx@gnu.org>
4449         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4451         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4453         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4454         (tcl-using-emacs-19-23): Consider Emacs 21+.
4455         (tcl-help-directory-list, tcl-command-switches): Fix :type.
4456         (tcl-add-emacs-menu): Supply menu name.
4457         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4459 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4461         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4463 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
4465         * pcvs.el (cvs-mark-fis-dead): New function.
4466         (cvs-mode-add): Use it.
4467         (cvs-mode-add-change-log-entry-other-window):
4468         Rebind change-log-default-name to itself rather than to nil.
4470 2001-01-29  Sam Steingold  <sds@gnu.org>
4472         * vc-cvs.el: Replaced (require 'vc) with a bunch of
4473         `autoload' statements.
4475 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
4477         * files.el (confirm-kill-emacs): Doc fix.
4479         * frame.el (frame-initialize): Doc fix.
4481         * time-stamp.el (time-stamp-string): Doc fix.
4483         * woman.el (WoMan-log-1): Make the log buffer writable.
4484         From Markus Rost <rost@math.ohio-state.edu>.
4486 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4488         * imenu.el (imenu-syntax-alist): Add autoload cookie for
4489         the `make-variable-buffer-local'.
4491 2001-01-29  Dave Love  <fx@gnu.org>
4493         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4494         (ansi-color-for-comint-mode-on, ansi-color-process-output):
4495         Add autoload cookie.
4496         (ansi-color-apply-sequence): Fix typo.
4498 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4500         * menu-bar.el (menu-bar-files-menu): Add menu items for
4501         Postscript printing in black and white.
4503         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4504         X-Mailman-Version, Precedence, List-Help, List-Post,
4505         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4506         Content-Type, Content-Length.
4508 2001-01-29  Dave Love  <fx@gnu.org>
4510         * elide-head.el (elide-head): Make overlay evaporate.
4512         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4514 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
4516         * isearch.el (isearch-highlight): Don't punt if the display
4517         doesn't support colors, since isearch faces are defined for
4518         monochrome displays as well.
4520 2001-01-27  Sam Steingold  <sds@gnu.org>
4522         * shell.el (shell-write-history-on-exit): Make sure that we are in
4523         the shell buffer (M-x tex-file RET inserted the error message into
4524         the TeX buffer).
4526 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4528         * simple.el (transient-mark-mode): Doc fix.
4530 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
4532         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4534 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4536         * shell.el (shell-unquote-argument): If the shell is one of the
4537         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4538         quote character.
4539         (shell-dumb-shell-regexp): Document that the shells which match
4540         this regexp are supposed to not treat a backslash as a quote character.
4542         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4543         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
4545 2001-01-27  Richard M. Stallman  <rms@gnu.org>
4547         * dabbrev.el (dabbrev--substitute-expansion):
4548         Treat a one-capital-letter abbrev as "not all upper case",
4549         so as to force preservation of the expansion's pattern
4550         if the expansion starts with a capital letter.
4552 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4554         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4555         Doc fix.
4557         * simple.el (transient-mark-mode): Document the fact that many
4558         commands act on the region when mark is active.
4560 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
4562         * international/quail.el (quail-setup-completion-buf): Make the
4563         multibyteness of current buffer inherited to Quail completion buffer.
4564         (quail-show-guidance-buf): Make the multibyteness of current
4565         buffer inherited to Quail guidance buffer.
4566         (quail-help): Make the multibyteness of current buffer inherited
4567         to Quail help buffer.
4569 2001-01-26  Dave Love  <fx@gnu.org>
4571         * time-stamp.el: Doc fixes.
4573         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4574         (delphi-keyword-face, delphi-other-face): Fix :type.
4576         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
4578         * mail/feedmail.el (feedmail): Add :link.
4579         (feedmail-send-it): Doc fix.
4581         * mail/sendmail.el: Doc fixes.
4582         (sendmail-send-it): Fix the non-ASCII regexp and use
4583         rfc2047-encode-string.
4585         * dired.el, dired-aux.el: Revert last change.
4587 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4589         * makefile.w32-in (DONTCOMPILE): Add various term files.
4591 2001-01-26  Dave Love  <fx@gnu.org>
4593         * Makefile.in (DONTCOMPILE): Add various term files.
4595 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4597         * man.el (Man-default-man-entry, Man-mode): Doc fix.
4599         * startup.el (display-startup-echo-area-message): Make sure
4600         the echo area is resized to fit the size of the startup message.
4602         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4603         part of which is a constant.
4605 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
4607         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4609 2001-01-26  Richard M. Stallman  <rms@gnu.org>
4611         * simple.el (next-line): Don't let `newline' expand abbrevs.
4612         Simplify slightly.
4613         (open-line): Don't let `newline' expand abbrevs.
4615 2001-01-25  John Wiegley  <johnw@gnu.org>
4617         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4618         to `repeat' in the :type field.
4620         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4621         allow a choice of regexp or nil.
4622         (pcomplete-dir-ignore): Same.
4624         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4625         a command) to always fail.
4627 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
4629         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4630         discard the result.
4631         (iswitchb-to-end): Likewise.
4633 2001-01-25  Sam Steingold  <sds@gnu.org>
4635         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4636         Require vc.
4638 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
4640         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4642         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4644 2001-01-25  Dave Love  <fx@gnu.org>
4646         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4647         (describe-coding-system): Tweak the English text.
4649         * loadup.el: Preload international/ccl for utf-8.
4651 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
4653         * mail/rmail.el (rmail-redecode-body): Doc fix.
4655 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
4657         * international/mule-cmds.el (reset-language-environment):
4658         Reset coding-category-utf-8 to mule-utf-8.
4660         * international/mule-conf.el (coding-category-utf-8):
4661         Initialize to mule-utf-8.
4663         * loadup.el: Preload international/utf-8.
4665         * international/utf-8.el: New file.
4667 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
4669         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4671 2001-01-24  Sam Steingold  <sds@gnu.org>
4673         * dired.el (dired-replace-in-string): Removed.
4674         (dired-sort-toggle): Use `replace-regexps-in-string'
4675         instead of `dired-replace-in-string'.
4677         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4678         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4680         * gs.el (gs-replace-in-string): Removed.
4681         (gs-options): Use `replace-regexps-in-string'
4682         instead of `gs-replace-in-string'.
4684 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
4686         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4687         bug report is mailed to an email list and posted to a news group.
4689 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4691         * comint.el (comint-replace-by-expanded-history-before-point):
4692         Fix change of 2000-08-03 to move point to the start of the line again.
4694         * startup.el (tool-bar-images-pixel-height): New variable.
4695         (command-line): After loading the user's init file, when
4696         tool-bar-mode is on, increase the frame's size by some lines for
4697         the tool-bar.
4699         * frame.el (frame-initialize): Create the initial frame invisible.
4701 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4703         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4704         (chinese-big5): MIME:Big5.
4706 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4708         * international/mule-cmds.el (universal-coding-system-argument):
4709         Handle commands with prefix args.
4711 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4713         * calendar/diary-lib.el (diary-float): Fix case of MONTH
4714         being a list of numbers.
4715         (diary-mail-entries): Rewritten.
4717 2001-01-23  Dave Love  <fx@gnu.org>
4719         * international/mule.el (make-coding-system): Fix typo.
4721         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4722         Add backward-paragraph as font-lock-beginning-of-syntax-function.
4724 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
4726         * font-lock.el (font-lock-mode): Doc fix.
4728 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
4730         * international/mule.el (make-translation-table): Fix docstring.
4732 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
4734         * mail/rmail.el (rmail-redecode-body): New function.
4736         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4738 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
4740         * isearch.el (isearch-lazy-highlight-case-fold-search)
4741         (isearch-lazy-highlight-regexp): New variables.
4742         (isearch-lazy-highlight-cleanup): Update lazy highlight if
4743         case-fold search or regexp search has been toggled.
4745         * wid-edit.el (widget-button-click): Avoid a save-excursion
4746         around running a global binding.
4748         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4749         to 0.25.
4751 2001-01-20  Miles Bader  <miles@gnu.org>
4753         * cus-edit.el (custom-face-save): Do post-processing on the face's
4754         new value like `custom-face-set' does.
4756 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4758         * mail/emacsbug.el (report-emacs-bug): Report the value of
4759         LC_CTYPE, not LC_TYPE.
4761         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4762         isearch-toggle-regexp and isearch-edit-string to doc string.
4764 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4766         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4767         as font-lock-beginning-of-syntax-function in font-lock-defaults.
4769         * jit-lock.el (jit-lock-fontify-now): Don't bind
4770         font-lock-beginning-of-syntax-function to nil.
4772 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4774         * mail/emacsbug.el (report-emacs-bug): Report values of
4775         locale-coding-system, default-enable-multibyte-characters, and the
4776         environment variables LC_ALL, LC_TYPE, and LANG.
4778 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4780         * font-lock.el (font-lock-default-fontify-region): Fix last change.
4782         * font-lock.el (font-lock-multiline): Default to nil.
4783         (font-lock-default-fontify-region): If font-lock-multiline is
4784         nil, don't check the property `font-lock-multiline'.
4786         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4787         is nil, don't check the `font-lock-multiline' text property.
4789 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4791         * viper.el: Call initial-major-mode on startup.
4793         * ediff.el (ediff-patch-file): Use better defaults.
4795         * ediff-vers.el: Fix for 8+3 DOS file systems.
4797 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
4799         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4800         diff mode, if available.
4802 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4804         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4806         * ediff-init.el (subst-char-in-string): Define and use it, unless
4807         it's already defined.
4809 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
4811         * tooltip.el (tooltip-hide-delay): New user-option.
4812         (tooltip-show): Use tooltip-hide-delay instead of the default.
4814 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
4816         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4817         kill-local-variable doesn't work for enable-multibyte-characters.
4819 2001-01-17  Dave Love  <fx@gnu.org>
4821         * ediff-init.el (ediff-before-setup-hook)
4822         (ediff-merge-filename-prefix): Add :version.
4824         * international/latin1-disp.el: Require disp-table.
4825         (latin1-display): Fix :set.
4827         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4829 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
4831         * isearch.el (isearch-lazy-highlight-initial-delay)
4832         (isearch-lazy-highlight-interval): Default to 0.
4834 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
4836         * isearch.el (isearch-highlight): Set isearch-overlay priority to
4837         1 here rather than each time through
4838         isearch-lazy-highlight-new-loop.
4839         (isearch-lazy-highlight-max): Variable deleted.
4840         (isearch-lazy-highlight-max-at-a-time): New user variable, like
4841         isearch-lazy-highlight-max but controls a single invocation of
4842         isearch-lazy-highlight-update.
4843         (isearch-lazy-highlight-wrapped): Variable recreated.
4844         (isearch-lazy-highlight-window-start): New variable.
4845         (isearch-lazy-highlight-cleanup): Restored to behavior of
4846         before 2-Jan.
4847         (isearch-lazy-highlight-remove-overlays): Function deleted;
4848         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
4849         behavior removed.
4850         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4851         isearch-lazy-highlight-update in a loop rather than just once.
4852         Test isearch-invalid-regexp here and decide not to start a new
4853         loop, rather than testing it each time through
4854         isearch-lazy-highlight-update.
4855         (isearch-lazy-highlight-search): Function restored.
4856         (isearch-lazy-highlight-update): Get called in a timer loop again,
4857         but this time highlight more than one match each time through.
4858         Only highlight matches in the visible part of the window.
4859         Start at point, move in the direction of the search, and wrap around at
4860         the edge of the window.  Use sit-for to force redisplay and ensure
4861         window-start is credible.  "Face suppressing" behavior removed;
4862         overlay priorities should make it unnecessary, right?
4863         (isearch-highlight): Face suppressing behavior removed.
4864         (isearch-dehighlight): Face suppressing behavior removed.
4865         (isearch-set-lazy-highlight-faces-at): Removed.
4867 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
4869         * language/european.el ("Latin-1"): Make the format of description
4870         about additional language environments same as that of Latin-2.
4872 2001-01-16  Dave Love  <fx@gnu.org>
4874         * isearch.el (isearch-lazy-highlight): Add :version.
4876         * simple.el (backward-delete-char-untabify-method)
4877         (next-line-add-newlines): Add :version.
4879 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
4881         * bindings.el: Bind <backspace> and <delete> via function-key-map.
4882         Don't bind <delete> otherwise.
4884         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4885         and <delete> via function-key-map.
4887         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4888         Subject line only if point is after the `Subject:'.
4890 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
4892         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4893         japanese-jisx0213-2 in `charset' property of this lang. env.
4895         * language/european.el ("Latin-1"): Add description for Dutch and
4896         Spanish lang. env.
4898         * international/mule.el (decode-char): Fix conditions.
4899         (encode-char): Handle eight-bit-control too.
4900         (transform-make-coding-system-args): New function.
4901         (make-coding-system): Accept XEmacs style arguments for CCL base
4902         coding system.
4904 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
4906         * progmodes/etags.el (find-tag-noselect): Save the value of
4907         tags-file-name before switching buffers, for the case it has a
4908         buffer-local value.
4910 2001-01-15  Alex Schroeder  <alex@gnu.org>
4912         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4913         From Dave Love <fx@gnu.org>.
4914         (ansi-color-for-comint-mode): Fix :version.
4916 2001-01-15  Alex Schroeder  <alex@gnu.org>
4918         * ansi-color.el (ansi-color-unfontify-region): Doc change.
4920 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
4922         * dired.el (dired-insert-directory): If file-system-info fails,
4923         remove the " free " part, but don't signal an error.
4925 2001-01-12  Sam Steingold  <sds@gnu.org>
4927         * bookmark.el (bookmark-maybe-historicize-string):
4928         Use new backquote syntax.
4930 2001-01-12  Richard M. Stallman  <rms@gnu.org>
4932         * subr.el (last): Handle a list that doesn't end in nil.
4934 2001-01-12  Sam Steingold  <sds@gnu.org>
4936         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4937         to `backward-delete-char-untabify'.
4939 2001-01-12  Dave Love  <fx@gnu.org>
4941         * cus-edit.el (customize-menu-create): Fix the :filter following
4942         easymenu change.
4944         * wid-edit.el (function): Add :match-alternatives.
4945         (widget-color-action): Doc fix.
4947 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
4949         * calendar/calendar.el (calendar-basic-setup): Doc fix.
4951 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
4953         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4955         * international/ccl.el (define-ccl-program): Fix docstring.
4957 2001-01-11  Dave Love  <fx@gnu.org>
4959         * international/mule-cmds.el (standard-display-european-internal):
4960         Set display table for 2208 as for 160.
4962         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4964         * progmodes/fortran.el (fortran-mode-map): Modify Customization
4965         entry for custom-menu-create change.
4966         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
4967         don't cons it in the search loop.
4969         * imenu.el (imenu--truncate-items): Revert last change.
4971 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4973         * info.el (Info-setup-header-line): If the node header includes
4974         either Next: or Prev: links, don't show the File: and Node: parts
4975         in the header line.
4977 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
4979         * comint.el (comint-goto-process-mark): Don't print a message
4980         when running in batch mode.
4982         * isearch.el (isearch-search): In the condition-case handler for
4983         `error', set isearch-invalid-regexp to the whole error message.
4985         * subr.el (eval-after-load): Call load-symbol-file-load-history to
4986         ensure that eval-after-load works for files dumped with Emacs.
4988         * help.el (load-symbol-file-load-history): New function extracted
4989         from function symbol-file.
4990         (symbol-file): Use it.
4992         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4994 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4996         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4997         behave as if there were no prefix argument.
4998         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4999         argument were nil.
5001 2001-01-11  Richard M. Stallman  <rms@gnu.org>
5003         * isearch.el (isearch-lazy-highlight-update):
5004         Don't look for more potential matches once maximum is exceeded.
5005         Use overlays-in to check correctly for overlap with current match.
5006         Ignore empty matches.
5008 2001-01-11  Miles Bader  <miles@gnu.org>
5010         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5011         (ispell-overlay-window, ispell-help, ispell-show-choices)
5012         (ispell-command-loop): Use it instead of `window-height'.
5014 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5016         * files.el (confirm-kill-emacs): New user-option.
5017         (save-buffers-kill-emacs): Ask for final confirmation before
5018         killing Emacs.
5020         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5021         to nil.
5023 2001-01-10  Dave Love  <fx@gnu.org>
5025         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5027         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5029         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5031         * calculator.el (calculator-number-digits): Fix :type.
5033         * vc-cvs.el (vc-cvs-header): Fix :type.
5034         * vc-rcs.el (vc-rcs-header): Fix :type.
5035         * vc-sccs.el (vc-sccs-header): Fix :type.
5037         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5039         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5041         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5043 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5045         * simple.el (set-variable): Force a thorough redisplay for the
5046         case that the variable has an effect on the display, like
5047         `tab-width' has.
5049 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
5051         * vc.el: Add documentation for backend interface.
5053 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
5055         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5057         * international/mule-conf.el (latin-extra-code-table): Set to t
5058         for \223 and \224.
5060 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5062         * international/mule-cmds.el (locale-language-names): Map "es" to
5063         "Spanish" and "nl" to "Dutch".
5065 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
5067         * bindings.el (global-map): Bind <home> to beginning-of-line,
5068         <end> to end-of-line, C-<home> to beginning-of-buffer, and
5069         C-<end> to end-of-buffer.
5071         * language/european.el: Add Dutch and Spanish language info
5072         to be able to use the appropriate tutorials.
5074 2001-01-09  Alex Schroeder  <alex@gnu.org>
5076         * ansi-color.el (ansi-color-process-output): Use markers instead
5077         of positions for start and end of region.
5078         (ansi-color-apply-on-region): Rewrote code to make it more robust.
5079         Previously, occasional mistakes happend when fontifying many
5080         chunks of output (eg. ls --color=yes /dev).  This happened
5081         whenever an overlay was created up to the end of the region, which
5082         coincided with the process-mark.  New text would then be added
5083         within that overlay instead of after it.
5084         (ansi-color-make-extent): Overlays are created with the property
5085         `modification-hooks' set to '(ansi-color-freeze-overlay).
5086         (ansi-color-freeze-overlay): New function.  When inserting text at
5087         the end of the overlay, the overlay will resize.
5089 2000-01-09  Alex Schroeder  <alex@gnu.org>
5091         * ansi-color.el (ansi-color-process-output): Doc change.
5092         (ansi-color-unfontify-region): Doc change.  No longer installed
5093         automatically in font-lock-unfontify-region-function.
5094         (ansi-color-apply): Doc change.
5095         (ansi-color-apply-on-region): Use extents or overlays instead of
5096         text-properties.
5097         (ansi-color-make-extent): New function.
5098         (ansi-color-set-extent-face): New function.
5100 2000-01-09  Alex Schroeder  <alex@gnu.org>
5102         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5103         both use ansi-color-process-output, now.
5104         (ansi-color-process-output): Doesn't return string anymore.  It is
5105         installed in comint-output-filter-functions for both Emacs and
5106         XEmacs, now.
5107         (ansi-color-unfontify-region): Simplified code removing variables
5108         pos and start-ansi.
5109         (ansi-color-apply): Put text-property ansi-color before putting
5110         text-property face because ansi-color-unfontify-region is called
5111         immediately after the call to put-text-property.
5112         (ansi-color-context-region): Doc change.
5113         (ansi-color-filter-region): Simplified code.
5114         (ansi-color-apply-on-region): Changed start to start-marker, using
5115         a marker explicitly.  Put text-property ansi-color before putting
5116         text-property face because ansi-color-unfontify-region is called
5117         immediately after the call to put-text-property.
5119 2000-01-09  Alex Schroeder  <alex@gnu.org>
5121         * ansi-color.el (ansi-color-faces-vector): Doc change.
5122         (ansi-color-for-comint-mode): Changed :type property to choice.
5123         (ansi-color-last-context): Removed.
5124         (ansi-color-process-output): Don't use ansi-color-last-context, as
5125         the main functions will store their context now.
5126         (ansi-color-context): Doc change.
5127         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5128         Uses ansi-color-context such that repeated calls will strip
5129         partial escape sequences, too.
5130         (ansi-color-apply): Simplified code.  Colorize end of string if
5131         face is not null.  Store context in new (FACE STRING) format, such
5132         that repeated calls will strip partial escape sequences, too.
5133         Append faces to face property using ansi-color-apply-sequence such
5134         that cumulative mode actually works.
5135         (ansi-color-context-region): New variable.
5136         (ansi-color-filter-region): Rewrote it based on
5137         ansi-color-apply-on-region.  Uses ansi-color-context-region such
5138         that repeated calls will strip partial escape sequences, too.
5139         (ansi-color-apply-on-region): Simplified code.  Colorize end of
5140         region if face is not null.  Store context in new (FACE POS)
5141         format, such that repeated calls will strip partial escape
5142         sequences, too.  Append faces to face property using
5143         ansi-color-apply-sequence such that cumulative mode actually works.
5144         (ansi-color-apply-sequence): New function.
5145         (ansi-color-get-face): When the default face is added to the list
5146         of faces, all previous settings are discarded and the list of
5147         faces is set to '(default).
5149 2000-01-09  Alex Schroeder  <alex@gnu.org>
5151         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5152         face, such that ansi-color-apply and ansi-color-apply-on-region
5153         will do the right thing.
5154         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5155         returns nil, set the list of faces back to nil instead of
5156         appending the result of ansi-color-get-face to the front of the list.
5158 2000-01-09  Alex Schroeder  <alex@gnu.org>
5160         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5161         (ansi-color-process): Doc change.
5162         (ansi-color-last-context): New buffer-local variable.
5163         (ansi-color-process-output): New function.  It is automatically
5164         added to comint-output-filter-functions if this is XEmacs.
5165         (ansi-color-unfontify-region): New optional parameter for XEmacs
5166         compatibility.  Check wether font-lock-syntactic-keywords is
5167         boundp before removing the syntax table text property, as XEmacs
5168         doesn't have it.
5169         (ansi-color-filter-region): Doc change.
5170         (ansi-color-apply-on-region): Doc change.
5171         (ansi-color-make-face): New function.  Compatibility layer for
5172         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
5173         (ansi-color-make-color-map): Use ansi-color-make-face.
5174         (ansi-color-get-face): Avoid face text property '(nil) as results
5175         in an errow for XEmacs.
5177 2000-01-09  Alex Schroeder  <alex@gnu.org>
5179         * ansi-color.el (ansi-color-unfontify-region): New function.
5180         Uses text-property ansi-color in order to preserve fontification by
5181         ansi-color.  When the package is loaded, a lambda expression is
5182         put onto font-lock-mode-hook.  This lambda expression will check
5183         font-lock-unfontify-region-function and replace
5184         font-lock-default-unfontify-region with ansi-color-unfontify-region.
5185         (ansi-color-apply): Add text-property ansi-color in addition to
5186         text-property face.
5187         (ansi-color-apply-on-region): Add text-property ansi-color in
5188         addition to text-property face.
5189         (save-buffer-state): Copy of the macro that is also used by
5190         lazy-lock and font-lock.
5192         (ansi-color-for-comint-mode): New option.
5193         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5194         (ansi-color-for-comint-mode-off): Ditto.
5195         (ansi-color-for-comint-mode-filter): Ditto.
5196         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
5197         decide what to do.  This function is added to
5198         comint-preoutput-filter-functions when the package is loaded.
5200         (ansi-color-for-shell-mode-set): Removed.
5201         (ansi-color-for-shell-mode): Removed.
5203 2000-01-09  Alex Schroeder  <alex@gnu.org>
5205         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5206         the lambda expression from the ansi-color-for-shell-mode :set
5207         property.  Additionally, modify shell-mode-hook to enable or
5208         disable font-lock-mode for future shell buffers.
5209         (ansi-color-for-shell-mode): The :set property calls
5210         ansi-color-for-shell-mode-set instead of a lambda expression.
5212 2000-01-09  Alex Schroeder  <alex@gnu.org>
5214         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5215         (ansi-color-context): New variable.
5216         (ansi-color-apply): Save context between calls.
5218 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
5220         * isearch.el (isearch, isearch-lazy-highlight-face):
5221         New definitions for face colors and attributes.
5223         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5224         of display-mouse-p.
5226 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5228         * international/mule.el (make-coding-system): If the coding system
5229         accepts extra latin codes, register such codes as safe for the
5230         coding system.
5232 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5234         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5235         don't mention the file name or the date here, because they are
5236         logged at the start of the file.
5238 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5240         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5241         Change screen-width to frame-width.
5243 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5245         * info.el (Info-search): Print the default as part of the prompt.
5247 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
5249         * vc.el (vc-default-latest-on-branch-p): New function, replaces
5250         constant implementations in backends.
5252         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5253         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5255         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5256         WRITABLE to EDITABLE.
5258         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5259         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5260         to EDITABLE.
5262 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5264         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5265         (copyright, copyright-update): Compute the current year at run time.
5267 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
5269         * isearch.el (isearch-old-signal-hook): Removed.
5270         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5271         instead of setting signal-hook-function.
5272         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5274 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
5276         * emulation/edt.el: Update to version 4.0.  Provide support for
5277         EDT scroll margins at top and bottom of the window.  Provide an
5278         emulation of the EDT SUBS command (bound to GOLD-Enter, by
5279         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
5280         user when file-related buffer modifications exist.
5281         Provide support for running EDT Emulation in XEmacs.
5282         Provide customize access to some user updatable variables.
5283         Add Commentary section to file header.
5284         Fixed a few minor bugs and cleaned up some code.
5286         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
5287         for detecting a keypress that generates an ASCII key sequence.
5288         (Previously, only a keypress that generates a vector was
5289         recognized.)  Embed Window Manager name into name of the generated
5290         EDT Emulation initialization file since the initialization file is
5291         Window Manager specific.  Add Commentary section to file header.
5293 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
5295         * mail/sendmail.el (mail-mode): Doc fix.
5297         * info.el (Info-goto-emacs-command-node): Doc fix.
5298         (Info-goto-emacs-key-command-node): Doc fix.
5300 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5302         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5303         systems without long file-name support.
5305 2001-01-06  Andrew Innes  <andrewi@gnu.org>
5307         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5309 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5311         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5312         (isearch-lazy-highlight-update): Doc fix.
5314         * ffap.el (ffap-bindings): Doc fix.
5316         * dired-x.el (dired-virtual-guess-dir): Doc fix.
5318 2001-01-05  Dave Love  <fx@gnu.org>
5320         * emacs-lisp/cl-seq.el (remove, remq): Remove.
5322 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
5324         * mouse-drag.el (mouse-drag-safe-scroll):
5325         Bind scroll-preserve-screen-position to nil.
5327         * isearch.el (isearch-old-signal-hook): New variable.
5328         (isearch-mode): Set signal-hook-function to isearch-done.
5329         (isearch-done): Restore old signal-hook-function.
5331         * info.el (Info-fontify-node): Mark one more char as intangible.
5333 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
5335         * composite.el (compose-last-chars): New argument COMPONENTS.
5336         If it is non-nil, compose preceding characters by compose-region with
5337         COMPONENTS.
5339         * international/quail.el (quail-input-string-to-events): New function.
5340         (quail-input-method): Convert input string to events here.
5341         (quail-start-translation): Return input string, not event list.
5342         (quail-start-conversion): Likewise.
5344 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
5346         * tooltip.el (tooltip-cancel-delayed-tip)
5347         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5348         and tooltip-add-timeout.
5349         (tooltip-show): Set border color from faces's foreground.
5350         (tooltip-show-help-function): If called with the same help string
5351         as last time, do nothing.
5352         (tooltip-help-tips): Don't set tooltip-help-message to nil.
5354         * startup.el (fancy-splash-screens): Don't bind show-help-function
5355         to nil.
5357         * tooltip.el (tooltip-frame-parameters): Remove colors.
5358         (tooltip): New face
5359         (tooltip-set-param): New function.
5360         (tooltip-show): Set up color frame parameters from face `tooltip'.
5361         Display the tooltip text in face `tooltip'.
5363 2001-01-04  Dave Love  <fx@gnu.org>
5365         * whitespace.el (whitespace-global-mode): Fix typo.
5367         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5369 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
5371         * help.el (help-for-help): Fix a typo in a doc string.
5372         From kwzh@gnu.org (Karl Heuer).
5374 2001-01-03  Dave Love  <fx@gnu.org>
5376         * dired-x.el: Doc fixes.  Maintainer change.
5377         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5378         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5379         (dired-guess-shell-alist-user): Customize.
5380         (dired-x-help-address): Set to bug-gnu-emacs.
5381         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5382         (dired-default-directory): Renamed from default-directory.
5384         * hl-line.el (hl-line): Doc fix.
5386 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
5388         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5390 2001-01-02  Richard M. Stallman  <rms@gnu.org>
5392         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5393         to remove all the current alternative-match highlighting.
5394         If nil, remove only what's outside the current window.
5395         (isearch-lazy-highlight-remove-overlays): Take optional
5396         region within which NOT to remove them.
5397         (isearch-lazy-highlight-new-loop): Greatly simplified.
5398         (isearch-lazy-highlight-update): Find all the other occurrences
5399         visible in the window, in just one call.
5400         (isearch-lazy-highlight-start): Now holds start of region to scan.
5401         (isearch-lazy-highlight-end): Now holds end of region to scan.
5402         (isearch-lazy-highlight-wrapped): Variable deleted.
5403         (isearch-lazy-highlight-search): Function deleted.
5405 2000-01-02  Andrew Innes  <andrewi@gnu.org>
5407         * w32-fns.el (convert-standard-filename): Do length check on name
5408         before aref.
5410 2001-01-02  Dave Love  <fx@gnu.org>
5412         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5413         value.
5414         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5416         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5418         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5419         read syntax.
5421         * calendar/todo-mode.el (todo): Add :link, :version.
5422         (todo-save-top-priorities): Remove autoload cookie.
5423         (todo-add-category, todo-add-item-non-interactively)
5424         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5426 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
5428         * comint.el (comint-input-history-ignore): New variable.
5429         (comint-read-input-ring): Ignore entries matching
5430         comint-input-history-ignore.
5432 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
5434         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5435         (lm-copyright-mark): New function.
5436         (lm-crack-copyright): New function.
5437         (lm-verify): Check that the file has a copyright.
5438         Check that the file is copyright Free Software Foundation.
5440 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
5442         * international/mule-diag.el (print-fontset): Indent font name by
5443         24 columns, not 25.
5445 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
5447         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5448         in Subject line.
5450         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5451         Use mail-mode-hook instead of mail-setup-hook.
5452         Otherwise continuing an interrupted message with C-u C-x m for
5453         instance, winds up in Mail mode without abbrevs.
5455 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5457         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5458         non-nil.  Adding almost all customization variables on ps-setup.
5459         Doc fix.
5460         (ps-print-version): New version number (6.3.3).
5461         (ps-end-with-control-d): Initialization fix.
5462         (ps-lines-printed): New var.
5463         (ps-skip-newline): New fun.
5464         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5465         (ps-next-line, ps-continue-line, ps-plot-region)
5466         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5468 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
5470         * international/fontset.el (x-complement-fontset-spec):
5471         Resolve ASCII font name so that the same family name is used for fonts
5472         registered in x-font-name-charset-alist.
5473         (create-fontset-from-fontset-spec): Adjusted for the above change.
5474         The name of fontset alias should be a unresolved ASCII font name.
5476 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
5478         * simple.el (delete-key-deletes-forward-mode): Bind backspace
5479         and delete in isearch-mode-map.
5481 2000-12-28  Richard M. Stallman  <rms@gnu.org>
5483         * dired-x.el (dired-guess-shell-alist-default):
5484         Use xpdf instead of acroread.
5486 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
5488         * textmodes/artist.el (artist-butlast): Deleted.
5489         (artist-ellipse-mirror-quadrant): Use butlast instead of
5490         artist-butlast.
5492         * subr.el (butlast, nbutlast): Moved from cl.el to here.
5494         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5496 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5498         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5500         * ls-lisp.el: Better support for the Mac and MS-Windows.
5501         (ls-lisp): New defgroup.
5502         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5503         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5504         (ls-lisp-support-shell-wildcards): New defcustoms.
5505         (ls-lisp-parse-symlink): New function.
5506         (insert-directory): Code to convert switches to a list and set up
5507         the wildcard argument copied from ls-lisp-insert-directory.
5508         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
5509         for -C and -R switches.
5510         (ls-lisp-column-format): New function.
5511         (ls-lisp-delete-matching, ls-lisp-handle-switches)
5512         (ls-lisp-format-time): Add doc strings.
5513         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5514         Support ls-lisp-dirs-first.
5515         (ls-lisp-classify, ls-lisp-extension): New functions.
5516         (ls-lisp-format): Optionally support emulation of symlinks.
5517         Support -i, -s, and -G switches.
5519 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
5521         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5523         * version.el (emacs-version): Print X scroll bar information.
5525         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5526         instead of x-toolkit-scroll-bars-p.
5528         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5529         of x-toolkit-scroll-bars-p.
5531 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5533         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5534         (ffap-bindings): Doc fix, to reflect the above change.
5536 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
5538         * term.el (term-char-mode): Define all non-ascii self-inserting
5539         characters to 'term-send-raw in term-raw-map.
5541 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
5543         * viper-init (viper-restore-cursor-type): Added condition-case guard.
5545         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5546         Changed initialization; use add-hook.
5547         (ediff-file-remote-p): Use file-local-copy.
5549         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5551         * ediff.el (ediff-patch-buffer): Bug fix.
5552         (ediff-revision): Allow selection of the file at the prompt.
5554 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
5556         * subr.el (combine-run-hooks): Remove.
5558         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5559         and remove the rogue second spec.
5561 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
5563         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5565 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
5567         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5568         Use minibuffer menu prompt for the `=' prefix.
5569         (smerge-command-prefix): Change default to C-^.
5570         (smerge-mode): Don't assume font-lock doesn't move point.
5572         * skeleton.el (skeleton-internal-1): Make sure the first line of
5573         the region is also re-indented.
5574         (skeleton-end-newline): New var.
5575         (skeleton-end-hook): Use it.
5577 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5579         * comint.el (comint-password-prompt-regexp): Support CVS.
5581 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
5583         * simple.el (delete-key-deletes-forward-mode): Simplify.
5584         Also backspace key combinations, depending on
5585         delete-key-deletes-forward.
5587         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5589         * simple.el (delete-key-deletes-forward): Doc fix.
5591 2000-08-22  Emmanuel Briot  <briot@gnat.com>
5593         * xml.el (top level comment): Updated to reflect the fact that
5594         white spaces are relevant in the XML file.
5595         (xml-parse-file): Do not kill an existing Emacs buffer if the file
5596         to parse was already edited. This allows for on-the-fly analysis
5597         of XML files.
5598         (xml-parse-tag): Check that the casing is the same in the start
5599         tag and end tag, since XML is case-sensitive.  Allows for spaces
5600         in the end tag, after the name of the tag.
5601         (xml-parse-attlist): Allow for the character '-' in the name of
5602         attributes, as in the standard http-equiv attribute Do not save
5603         the properties in the XML tree, since they are not relevant.
5605 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
5607         * generic.el (generic-read-type): Undo last change, inline into
5608         `generic-mode' and then remove.
5609         (generic-mode): Inline generic-read-type.
5610         (define-generic-mode): Push the symbol name rather than the symbol
5611         onto generic-mode-list.
5613 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
5615         * generic.el (generic-read-type): Build an alist for
5616         completing-read as in 20.7.
5618         * play/landmark.el (lm): Use interactive spec `P'.
5619         (toplevel): Don't set debug-on-error.
5621         * server.el (server-switch-buffer): Choose a window on a visible frame.
5623 2000-12-21  Dave Pearson  <davep@davep.org>
5625         * quickurl.el: Commentry change, I've moved my web site.
5627 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5629         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5630         ranges like \177-\237, but accepts the character sequence from \177 to
5631         \237.  Doc fix.
5632         (ebnf-version): New version (3.4).
5633         (ebnf-setup): Code fix.
5634         (ebnf-range-regexp): New fun.
5635         (ebnf-8-bit-chars): Const fix.
5637         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5638         entry.  Doc fix.
5639         (ebnf-bnf-lex): Code fix.
5640         (ebnf-bnf-comment-chars): Const fix.
5642         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5643         entry.  Doc fix.
5644         (ebnf-iso-comment-chars): Const fix.
5646         * ebnf-otz.el: Doc fix.
5648         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5649         entry.  Doc fix.
5650         (ebnf-yac-skip-code): Code fix.
5651         (ebnf-yac-comment-chars): Const fix.
5653 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
5655         * files.el (insert-directory-safely): New function.
5656         (recover-file): Use it instead of insert-directory.
5657         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5659 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5661         * international/mule-cmds.el (select-safe-coding-system):
5662         Check coding-category-list more rigidly.  Improve help message.
5664         * dired.el (dired-move-to-filename-regexp): Fix previous change.
5666 2000-12-21  Miles Bader  <miles@gnu.org>
5668         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5670 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5672         * international/mule-diag.el (describe-char-after): Make *Help*
5673         buffer inherit multibyteness of the current buffer.
5675         * international/mule.el (make-char): Docstring adjusted for the
5676         change of make-char-internal.
5678 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
5680         * international/iso-cvt.el: Docstrings fix.
5682 2000-12-20  Dave Love  <fx@gnu.org>
5684         * subr.el (eval-after-load): Doc fix.
5686 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
5688         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5689         for numbers.
5691 2000-12-20  Miles Bader  <miles@gnu.org>
5693         * international/quail.el (quail-help): Resize the help window
5694         again after it has all its contents.  Remove unneeded progn.
5696 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
5698         * pcmpl-linux.el: Fix copy/paste error.
5700 2000-12-19  Andrew Innes  <andrewi@gnu.org>
5702         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5704 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5706         * progmodes/idlw-rinfo.el: Fixed copyright notice.
5708         * progmodes/idlw-toolbar.el: Fixed copyright notice.
5710         * progmodes/idlw-shell.el: Fixed copyright notice.
5712         * progmodes/idlwave.el: Fixed copyright notice.
5714         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5715         TAB as key separators.
5717 2000-12-19  Alex Schroeder  <alex@gnu.org>
5719         * sql.el (sql-sybase-options): New option.
5720         (sql-sybase): Use it.  Add sql-database to the list of parameters
5721         provided for login.  The options -w 2048 -n are not used any more.
5722         (sql-postgres-options): Changed default from "--pset" to "-P".
5723         (sql-mysql-options): Doc change.
5724         (sql-stop): Doc change.
5726 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
5728         * international/quail.el (quail-input-method): Always hide
5729         the guidance buffer on exiting.
5731 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5733         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5734         isn't fboundp.
5736         * server.el (server-buffer-done): Bury the buffer before
5737         killing it.
5739         * faces.el (face-spec-set): Interpret a nil in specs for
5740         foreground and background colors as `unspecified', for
5741         compatibility with 20.x.
5743 2000-12-18  Dave Love  <fx@gnu.org>
5745         * simple.el (mail-user-agent): Doc fix.
5746         (input-mode-8-bit): Removed.
5748         * international/mule.el (set-keyboard-coding-system): Doc fix.
5749         (keyboard-coding-system): New option.
5751         * mail/sendmail.el (send-mail-function): Customize.
5753 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
5755         * international/codepage.el (cp866-decode-table): New table.
5757 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5759         * version.el (emacs-version): Remove `%a' from the time format
5760         because the weekday doesn't fit well into each locale.
5762 2000-12-18  Miles Bader  <miles@gnu.org>
5764         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5766         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5767         Check that emacs-major-version is `=' to 20, not `>='.
5768         (artist-replace-chars): Use `make-string' instead of a loop.
5770 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
5772         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5773         (cvs-execute-single-file): Don't change directory.
5774         Patch from Per Cederqvist.
5776 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5778         * textmodes/ispell.el (check-ispell-version):
5779         If `ispell-program-name' is "aspell", pass it the -v switch instead
5780         of -vv.
5782 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
5784         * international/mule-diag.el (mule-diag): Insert information about
5785         configure options, multibyte awareness, language env.
5787         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5788         regexp to search for candidates.
5790 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5792         * info.el (Info-forward-node): If the node has an
5793         Info-header-line, widen the buffer before searching for "next:"
5794         and "up:" pointers, and set the search limit to stay in the
5795         current node.
5797 2000-12-16  Miles Bader  <miles@gnu.org>
5799         * simple.el (delete-trailing-whitespace): Remove extraneous let.
5801 2000-12-15  Miles Bader  <miles@gnu.org>
5803         * comint.el (comint-send-string, comint-send-region): Also accept
5804         a buffer, buffer-name, or nil for PROCESS, for compatibility with
5805         process-send-string/region.
5807 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
5809         * isearch.el (isearch-lazy-highlight-max): New user-option.
5810         (isearch-lazy-highlight-update): Don't highlight more than
5811         isearch-lazy-highlight-max matches.
5813         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5815 2000-12-15  Richard M. Stallman  <rms@gnu.org>
5817         * sort.el (sort-columns): Fix error message.
5819         * dabbrev.el (dabbrev--last-case-pattern): Value is now
5820         `upcase' or `downcase' or nil.
5821         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5822         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5823         (dabbrev--substitute-expansion): New arg record-case-pattern.
5824         If it is non-nil, set dabbrev--last-case-pattern.
5825         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5827         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5829 2000-12-15  Miles Bader  <miles@gnu.org>
5831         * paths.el (Info-default-directory-list): Don't delete
5832         configure-info-directory from the list of standard info
5833         directories when appending it to the end -- their order is important.
5835         * faces.el (read-face-attribute): If there's no entry for the
5836         user's input in VALID, just use it as-is (this will often result
5837         in an error, but it may be OK for e.g. colors using hexadecimal
5838         notation, and at least will yield a better error message).
5840         * window.el (mode-line-window-height-fudge): Function removed.
5841         (height-affecting-face-attributes, mode-line-window-height-fudge):
5842         Variables removed.
5843         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5844         window is really the right size.  Use vertical-motion
5845         rather than forward-line.
5846         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5847         (ispell-command-loop, ispell-show-choices): Use the variable
5848         ispell-choices-win-default-height, rather than the function.
5849         (ispell-choices-win-default-height): Function removed.
5850         (ispell-mode-line-window-height-fudge): Function removed.
5852 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
5854         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5856 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5858         * paths.el (Info-default-directory-list):
5859         If configure-info-directory is not one of the standard directories,
5860         put it first in the list; otherwise put it last.  Doc string
5861         changed accordingly.
5863         * info.el (Info-directory-list): Change doc string to reflect the
5864         change in Info-default-directory-list.
5866         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5867         windows-nt as windowed environments, even under -nw.
5869         * startup.el (command-line): Don't call x-backspace-delete-keys-p
5870         if not fboundp.  Switch delete-forward mode for the <delete> key
5871         on all PC platforms, even under -nw.
5873         * term/internal.el ([M-delete]): Remap to M-d.
5875 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5877         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5879 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5881         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5883 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5885         * startup.el (command-line): Call delete-key-deletes-forward-mode,
5886         if appropriate.
5888         * simple.el (delete-key-deletes-forward): New user-option.
5889         (delete-key-deletes-forward-mode): New function.
5891         * bindings.el: Bind `delete' to backward-delete-char.
5893         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5894         Test if symbol is bound before getting its value.
5896         * tooltip.el (tooltip-show): If an error is signaled in
5897         x-show-tip, display that error, and display the help in the
5898         echo area.
5900 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
5902         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5903         Show "... entries" messages for every 10000 entries, not 10.
5905 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
5907         * bookmark.el: Provide a generic exit hook, as suggested by
5908         Ovidiu Predescu <ovidiu@cup.hp.com>:
5909         (bookmark-exit-hook): New var.
5910         (bookmark-exit-hook-internal): New func, replaces
5911         old raw lambda form in `kill-emacs-hook', and runs new
5912         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
5913         as logically that feature must have been provided if this function
5914         is running.
5915         Removed ;;;###autoload before the `add-hook' call.
5917 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
5919         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5920         (easy-menu-current-active-maps): New function.
5921         (easy-menu-get-map): Use it.
5922         Make a proper menu entry when creating a new keymap.
5924 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
5926         * international/characters.el: Fix cases and syntaxes for
5927         mule-unicode-0100-24ff.
5929         * dired.el (dired-move-to-filename-regexp): Fixed for the case
5930         that a Japanese character is not appended after day and year.
5932         * info.el (Info-suffix-list): Change format for a command that
5933         requires arguments.
5934         (info-insert-file-contents): Adjusted for the above change.
5936 2000-12-12  Andreas Schwab  <schwab@suse.de>
5938         * tar-mode.el (tar-extract): Base the name of the subfile buffer
5939         on the name of the tar buffer.  Verify that the existing buffer is
5940         visiting the same subfile.
5942 2000-12-12  Dave Love  <fx@gnu.org>
5944         * subdirs.el: Add obsolete.
5946 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5948         * mail/rmailsum.el (rmail-summary-expunge)
5949         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5950         instead of rmail-confirm-expunge.
5952         * replace.el (perform-replace): Don't use an empty match adjacent
5953         to a non-empty match when computing the next match before the
5954         replacement is performed.
5956 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
5958         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5959         definition (patch by Stefan Monnier).
5960         (glasses-mode): Use jit-lock instead of `after-change-functions'
5961         (patch by Stefan Monnier).
5963 2000-12-12  Miles Bader  <miles@gnu.org>
5965         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5966         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5968 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
5970         * term/mac-win.el: Remove load for ls-lisp.
5972         * loadup.el: Load ls-lisp for system-type `macos'.
5974 2000-12-12  Miles Bader  <miles@gnu.org>
5976         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5977         Respect field end too.
5978         (just-one-space): Respect fields as `delete-horizontal-space'.
5979         (newline-and-indent, reindent-then-newline-and-indent):
5980         Use `delete-horizontal-space'.
5982 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
5984         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5985         (so as to obey the field property in the minibuffer).
5987         * obsolete/c-mode.el: Moved from lisp/progmodes.
5988         * obsolete/auto-show.el: Moved from lisp.
5989         * obsolete/ooutline.el: Moved from lisp/textmodes.
5991 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5993         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
5994         changes to list them here.
5996         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5997         Too many changes to list them here.
5999         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6000         Too many changes to list them here.
6002         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6004 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
6006         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6008         * cus-edit.el (custom-save-variables, custom-save-faces):
6009         Comment fix.
6011         * hscroll.el: Moved to `obsolete' subdir.
6013 2000-12-11  Miles Bader  <miles@gnu.org>
6015         * window.el (window-text-height): Function removed (now in C).
6017 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
6019         * log-edit.el (log-edit-parent-buffer): New var.
6020         (log-edit): Set it.  Add BUFFER argument.
6021         (log-edit-done): Use char-before.
6022         Don't bother checking validity of vc-comment-ring.
6023         Only bury the buffer if log-edit popped it up.
6025         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6026         (cvs-mode-diff-help): Remove.
6027         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6028         (cvs-mode-marked): Set up the default for CMD manually.
6030         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6031         Remove binding for ? now made unnecessary.
6033 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6035         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6036         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6038         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6039         when master file is not open.
6041 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
6043         * progmodes/ada-stmt.el: Update `maintainer'.
6045 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
6047         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6048         choices to match documentation string.
6050 2000-12-09  Miles Bader  <miles@gnu.org>
6052         * minibuf-eldef.el: New file.
6054         * window.el (fit-window-to-buffer): Don't pass last argument to
6055         pos-visible-in-window-p, now that its meaning is inverted.
6057 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
6059         * image.el (create-image): Doc fix; spotted by Per Cederqvist
6060         <ceder@lysator.liu.se>.
6062 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
6064         * autoinsert.el (auto-insert-alist): Add missing final \n.
6066         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
6067         (cvs-menu-map): Remove.
6068         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6069         (cvs-mode-quit): Turn it back into a plain function.
6071         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6072         (texinfo-filter): Remove (move to texinfo.el).
6074         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6075         file where it's more visible.
6076         (texinfo-filter, texinfo-chapter-level-regexp): New variables
6077         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6078         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6079         (texinfo-inside-macro-p): Only catch `scan-error's.
6080         (texinfo-inside-env-p): Make better use of the match info.
6081         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6082         (texinfo-insert-@end): Slight re-organization.
6083         Also remove useless `looking-at' call.
6085 2000-12-08  Andrew Innes  <andrewi@gnu.org>
6087         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6088         accessible in -nw mode.
6090         * term/w32-win.el: Remove stuff about selection timeout, which is
6091         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
6092         it is accessible in -nw mode.
6094 2000-12-08  Dave Love  <fx@gnu.org>
6096         * emacs-lisp/lisp-mode.el (lisp-mode):
6097         Set font-lock-keywords-case-fold-search.
6099 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
6101         * textmodes/ispell.el (ispell): Doc fix.
6103 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
6105         * international/quail.el (quail-insert-decode-map): Check the
6106         frame width of a window displaying the current buffer, not that of
6107         the selected frame.
6108         (quail-help): Make sure that the help buffer has window before
6109         inserting text in it.
6111 2000-12-07  Sam Steingold  <sds@gnu.org>
6113         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6114         Backquote is used in isearch.el, so autoloading saves nothing.
6116 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
6118         * startup.el (normal-top-level-add-subdirs-to-load-path):
6119         Ignore the CVS and RCS subdirectories case-insensitively.
6121         * dired.el (dired-insert-directory): If file-system-info is
6122         fboundp, call it instead of invoking dired-free-space-program.
6124 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
6126         * server.el (server-visit-files): Push files on file-name-history.
6128         * progmodes/cc-langs.el: Update copyright.
6130         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6132         * bindings.el (mode-line-mode-menu): Add glasses-mode.
6134         * bindings.el (mode-line-mode-menu): Reverse the order
6135         of define-keys so that the menu appears in alphabetical order.
6137 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
6139         * progmodes/glasses.el (glasses-mode): Update mode line at the end
6140         of the function.
6142 2000-12-07  Dave Love  <fx@gnu.org>
6144         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6146         * facemenu.el (facemenu-unlisted-faces): Fix value.
6148 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
6150         * font-lock.el (font-lock-default-fontify-region):
6151         Include the terminating \n (off-by-one error).
6152         (font-lock-set-defaults): Use dolist.
6154         * derived.el (define-derived-mode): Don't use combine-run-hooks.
6156 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
6158         * international/mule-cmds.el (describe-language-environment):
6159         Fix for the case that an input method title is not string but a list.
6161         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6162         of wrong SIZE record.
6164 2000-12-06  Dave Love  <fx@gnu.org>
6166         * newcomment.el (comment-region, comment-dwim): Doc fix.
6168         * textmodes/texinfo.el: Require tex-mode when compiling.
6169         (texinfo-update-node): Doc fix.
6170         (texinfo-imenu-generic-expression): Add @anchor.
6171         (texinfo-font-lock-keywords): Add @uref.
6172         (texinfo-inside-macro-p): Don't use ignore-errors.
6173         (texinfo-insert-quote): Match more contexts.
6175         * international/mule.el (decode-char, encode-char): Doc fix.
6176         (auto-coding-alist): Customize.
6178         * files.el (load-file): Fix change of 2000-03-12.
6180         * wid-edit.el (widget-text-keymap): Doc fix.
6182 2000-12-06  Andrew Innes  <andrewi@gnu.org>
6184         * makefile.w32-in (lisp): Set to an absolute directory, namely
6185         $(CURDIR).
6187 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
6189         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6190         read generated-autoload-file, and set buffer-file-coding-system to
6191         raw-text-unix after reading the file.
6193         * international/mule-conf.el (file-coding-system-alist):
6194         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6196 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
6198         * replace.el (occur): Make line-number-width 1 smaller for the
6199         colon following the line number.
6201         * startup.el (fancy-splash-text, command-line-1):
6202         Use `File' for the menu name instead of `Files'.
6204         * tmm.el: Update copyright.
6206         * cus-start.el: Add entry for even-window-heights.
6208 2000-12-06  Miles Bader  <miles@gnu.org>
6210         * faces.el (frame-set-background-mode): Avoid stomping on
6211         locally modified faces.
6213 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
6215         * international/fontset.el: Correct the font registries for
6216         japanese-jisx0213-1 and japanese-jisx0213-2.
6218 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
6220         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6222         * iswitchb.el: Update customization commentary.
6224 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
6226         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6227         (tpu-search-highlight): Fixed comparison of overlay end positions.
6228         (tpu-trim-line-ends): Implemented trimming logic locally.
6230         * emulation/tpu-extras.el (tpu-write-file-hook)
6231         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6233 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
6235         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6236         to cn-gb.
6237         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6239 2000-12-04  Dave Love  <fx@gnu.org>
6241         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6243 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6245         * mail/rmailsum.el (rmail-summary-expunge)
6246         (rmail-summary-expunge-and-save): Ask for confirmation with
6247         rmail-expunge-confirmed.
6249         * mail/rmail.el (rmail-expunge-confirmed): New function.
6250         (rmail-expunge): Use it.
6252 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
6254         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6255         (etags-recognize-tags-table, find-tag-in-order):
6256         New functionality: interpret file names as tags.
6258 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
6260         * info.el (Info-scroll-prefer-subnodes): New defcustom.
6261         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6262         the first subnode until the bottom of the current node is visible.
6264 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6266         * format.el (format-decode): Don't change buffer's undo list.
6268 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
6270         * faces.el (face-font-registry-alternatives): Add entries for CJK
6271         fonts.  Doc-string adjusted for the actual usage of this data.
6273         * international/fontset.el: Change the font registries for CJK
6274         fonts in the default fontset.  Don't append '*' to registries.
6276 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
6278         * emacs-lisp/easy-mmode.el (define-derived-mode)
6279         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6281         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6282         (derived-mode-p): New function.
6283         (derived-mode-make-docstring): Add `docstring' argument.
6284         Use it if available and complete it if necessary.
6286 2000-12-03  Andreas Schwab  <schwab@suse.de>
6288         * type-break.el (type-break): Don't make parent of itself.
6290 2000-12-03  Miles Bader  <miles@gnu.org>
6292         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6294 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6296         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6297         (tex-main-file, tex-file): Simplify.
6298         (tex-generate-zap-file-name): Use subst-char-in-string.
6299         (tex-strip-dots): Remove.
6301         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6303         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6304         to check if the match succeeded.
6306 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6308         * startup.el (use-fancy-splash-screens-p): New function.
6309         (command-line-1): Use it to determine whether or not to use
6310         a fancy splash screen.
6312 2000-12-02  Andreas Schwab  <schwab@suse.de>
6314         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6316 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6318         * international/mule.el (make-char): Fix last change.
6320         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6321         New defcustoms.
6322         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6323         autoloading tex-mode; instead, do the same manually.
6324         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
6325         with numeric argument.  Docstring fix.
6326         (toplevel): Require cl when compiling.
6328         * international/mule.el (make-char): Doc fix.
6330 2000-12-02  Jason Rumney  <jasonr@gnu.org>
6332         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6333         the Emacs Lisp manual)
6335 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6337         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6339         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6340         the Emacs Lisp manual).
6342 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6344         * simple.el (next-line-add-newlines): Change default to nil.
6346 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
6348         * files.el (revert-buffer, recover-file):
6349         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6351 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6353         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6355 2000-12-01  Miles Bader  <miles@gnu.org>
6357         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6359 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
6361         * international/mule-diag.el (describe-char-after): Fix typo.
6362         (describe-character-set, non-iso-charset-alist): Fix typo.
6364 2000-12-01  Miles Bader  <miles@gnu.org>
6366         * image-file.el (image-file-name-regexp): Automatically add
6367         upper-case variants of each filename extension in
6368         `image-file-name-extensions', since they seem to be common.
6370         * simple.el (minibuffer-contents)
6371         (minibuffer-contents-no-properties, delete-minibuffer-contents):
6372         New functions.
6373         * filecache.el (file-cache-directory-name)
6374         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6376 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
6378         * filecache.el (file-cache-minibuffer-complete): Don't try to
6379         delete the minibuffer prompt.
6381 2000-11-30  Dave Love  <fx@gnu.org>
6383         * cus-start.el: Fix read-buffer-function type.
6385 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6387         * md5.el: Removed.  There's a built-in function, now.
6389 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
6391         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6392         as dummy 0-th char of rmail-deleted-vector.
6394 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
6396         * ps-print.el (ps-end-job): Bind case-fold-search only after
6397         switching to ps-spool-buffer.
6399 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6401         * ps-print.el: Line number font customization.  PostScript: Lines and
6402         PageCount are initialized on each page.  Doc Fix.
6403         (ps-print-version): New version number (6.3.2).
6404         (ps-lpr-switches, ps-font-info-database, ps-font-size)
6405         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6406         (ps-right-header): Customization fix.
6407         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6408         Fix code.
6409         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6410         New vars.
6412 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6414         * bs.el: Fix typos and spelling errors.
6415         (bs-appearance) <defgroup>: Renamed from bs-appearence.
6416         (bs-configuration): Doc fix.
6418         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
6420 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
6422         * emulation/tpu-edt.el (tpu-version): New version.
6423         (tpu-search-overlay, tpu-replace-overlay): New initial range.
6424         (tpu-original-mode-line): Variable deleted.
6425         (tpu-mark-flag): New initial value.
6426         (tpu-set-mode-line): Don't redefine mode-line-format.
6427         Add tpu-mark-flag to minor-mode-alist.
6428         (tpu-update-mode-line): New mark flag logic.
6429         (tpu-get): Use find-file-wildcards.
6430         (tpu-search-highlight): Move overlay less, reset overlay properly.
6431         (tpu-unselect): Deactivate mark.
6432         (tpu-lm-replace): Reset overlay properly.
6433         (tpu-forward-line): Use forward-visible-line.
6434         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
6436         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6438 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6440         * cus-edit.el (custom-face-value-create): Always emphasize tag.
6442 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6444         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6445         and skip whitespace and newlines.
6447 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
6449         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6451 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
6453         * help.el (describe-function-1): Regexp-quote function name
6454         when used as part of a regexp.
6456         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6457         Use face-attribute instead of face-foreground and face-background.
6458         (tool-bar-add-item): Likewise, and handle unspecified colors.
6460         * enriched.el (enriched-face-ans): Use face-attribute instead
6461         of face-foreground and face-background.
6463         * faces.el (face-foreground, face-background, face-stipple):
6464         Return nil if attribute is unspecified, for backward compatibility.
6466         * files.el (auto-mode-alist): Add an entry for antlr-mode.
6468         * play/5x5.el: Remove version info.
6470         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6472         * frame.el (blink-cursor-mode): Doc fix.
6474 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6476         * antlr-mode.el: New commands to run ANTLR from within Emacs and
6477         to create Makefile rules.
6478         (antlr-tool-command): New user option.
6479         (antlr-ask-about-save): New user option.
6480         (antlr-makefile-specification): New user option.
6481         (antlr-file-formats-alist): New variable.
6482         (antlr-special-file-formats): New variable.
6483         (antlr-unknown-file-formats): New user option.
6484         (antlr-help-unknown-file-text): New variable.
6485         (antlr-help-rules-intro): New variable.
6486         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6487         (antlr-mode-menu): Add entries.
6488         (antlr-file-dependencies): New function.
6489         (antlr-directory-dependencies): New function.
6490         (antlr-superclasses-glibs): New function.
6491         (antlr-run-tool): New command.
6492         (antlr-makefile-insert-variable): New function.
6493         (antlr-insert-makefile-rules): New function.
6494         (antlr-show-makefile-rules): New command.
6496         * antlr-mode.el: More Emacs/XEmacs stuff.
6497         (antlr-no-action-keywords): New constant with value nil.
6498         (antlr-font-lock-keywords-alist): Use it.  Old value would break
6499         syntax highlighting in Emacs-21.0.
6500         (antlr-default-directory): Emacs/XEmacs dependend function.
6501         (antlr-read-shell-command): Ditto.
6502         (antlr-with-displaying-help-buffer): Ditto.
6504 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6506         * antlr-mode.el: imenu, parsing and highlighting changes.
6507         (antlr-imenu-create-index-function): Don't create extra submenus
6508         for definitions in different grammar classes.  It is not necessary
6509         for the menu and would make command `imenu' awkward to use.
6510         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6511         header actions and more than one.
6512         (antlr-font-lock-tokendef-face): Changed color.
6513         (antlr-font-lock-tokenref-face): Changed color.
6514         (antlr-font-lock-additional-keywords): Also highlight lowercase.
6515         (antlr-mode-syntax-table): New variable.
6516         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6517         (antlr-with-syntax-table): Don't copy syntax table.
6519 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6521         * antlr-mode.el: Minor changes: language setting.
6522         (antlr-language-alist): The value for file option "language" can
6523         be both an identifier and a string.
6524         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6525         (antlr-language-limit-n-regexp): Change accordingly.
6527 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6529         * antlr-mode.el: Minor changes: tabs, hiding.
6530         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6531         (antlr-action-visibility): Also allow value nil to also hide the
6532         braces.  Renamed from `antlr-tiny-action-length'.
6533         Suggested by Jay@aol.com.
6534         (antlr-hide-actions): Change accordingly.  Hide line if completely
6535         hidden action is on a line of its own.
6537 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6539         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6541         * sort.el (sort-columns): Don't concat strings with numbers.
6543 2000-11-29  Dave Love  <fx@gnu.org>
6545         * cus-edit.el (face): Fix :format.
6547         * mail/feedmail.el: Require smtpmail when compiling.
6548         (mail-do-fcc): Autoload.
6549         (feedmail) <defgroup>: Fix :link.
6550         (feedmail-nuke-body-in-fcc): Fix :type.
6551         (feedmail-send-it): Add autoload cookie.
6553 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6555         * newcomment.el (comment-indent): Save excursion around call to
6556         comment-indent-function.
6558 2000-11-29  Miles Bader  <miles@gnu.org>
6560         * subr.el (member-ignore-case): Return the tail of the list who's
6561         car matches, like `member', not the matching element itself.
6563 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
6565         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
6566         should not contain `\n'.
6568 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6570         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6572         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6574         * dired-aux.el (dired-do-create-files): Construct default file
6575         name for dired-mark-read-file-name so that when the user enters
6576         just RET, the target file will end up in the target directory.
6578         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6579         local-abbrev-table before changing buffers because it might
6580         have a buffer-local binding.
6582 2000-11-28  Miles Bader  <miles@gnu.org>
6584         * simple.el (delete-horizontal-space): Handle fields more generally.
6586 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6588         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6590 2000-11-28  Dave Love  <fx@gnu.org>
6592         * progmodes/ps-mode.el (ps-mode): Set comment-start and
6593         comment-start-skip locally.
6595         * progmodes/fortran.el (fortran-mode): Don't set
6596         fortran-comment-line-start-skip.  Set comment-start to
6597         fortran-comment-line-start.
6598         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6599         (fortran-comment-line-start-skip): Simplify slightly.
6601 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6603         * play/5x5.el: Remove RCS keyword.
6605         * bs.el: Mistaken commit, undone 2000-11-30.
6607 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
6609         * textmodes/tildify.el (tildify-string-alist):
6610         Add `plain-tex-mode' here.
6612 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
6614         * chistory.el (Command-history-setup): Remove extraneous `keymap'
6615         reference.
6617 2000-11-28  Miles Bader  <miles@gnu.org>
6619         * cus-face.el (custom-face-attributes): Add post-filter function
6620         for :box.  Make pre-filter function for :box handle all cases.
6622         * wid-edit.el (widget-choose): Make sure pop-up window is large
6623         enough to display all the choices, as there's no way to scroll it.
6625 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
6627         * international/mule-conf.el: Make the coding system no-conversion
6628         safe for all characters.
6630 2000-11-27  Dave Love  <fx@gnu.org>
6632         * net/ldap.el (ldap) <defgroup>: Add :version.
6634         * tooltip.el (tooltip-use-echo-area): Doc fix.
6636         * cus-start.el <minibuffer-prompt-properties>: Add version.
6637         <read-buffer-function>: Add.
6639         * apropos.el (apropos-print): Add help-echo to active text.
6641         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6643 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6645         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6646         type, group and version.
6648 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
6650         * select.el (x-get-selection): Docstring fix.
6652 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
6654         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6656 2000-11-27  Andrew Innes  <andrewi@gnu.org>
6658         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6660         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6662 2000-11-27  Miles Bader  <miles@gnu.org>
6664         * dired.el (dired-get-filename): Return filename verbatim if
6665         LOCALP is `verbatim'.
6666         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6667         `verbatim' so that we don't inadvertently delete a non-existant
6668         directory name.
6670 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
6672         * international/characters.el: Specify cases and syntaxes for
6673         mule-unicode-0100-24ff.
6675 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6677         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6678         that foreground and/or background colors of the face `tool-bar'
6679         are unspecified.
6681 2000-11-27  Miles Bader  <miles@gnu.org>
6683         * wid-edit.el (widget-field-buffer, widget-field-start)
6684         (widget-field-end): Handle widget field `pseudo-overlays'.
6685         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6686         if it's there instead of in `widget-field-list'.
6688         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6689         (help-make-xrefs): Delete extraneous newlines at the end of the
6690         docstring.
6692 2000-11-25  Jason Rumney  <jasonr@gnu.org>
6694         * startup.el (command-line): Call set-locale-environment after
6695         Window System init file is read, as it can result in a call to
6696         redraw-frame.
6698 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
6700         * simple.el (shell-command): Mention the effect of the prefix
6701         argument in the doc string.
6703 2000-11-25  Miles Bader  <miles@gnu.org>
6705         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6707         * wid-edit.el (widget-field-value-delete): Don't try to delete
6708         overlay when it's the `pseudo-overlay' that exists at some points.
6710 2000-11-24  Jason Rumney  <jasonr@gnu.org>
6712         * international/mule-cmds.el (locale-language-names): Add "jp" as
6713         a non-standard alternative for Japanese.
6715 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
6717         * vc-hooks.el: Require 'cl during compilation.
6719 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
6721         * faces.el (face-set-after-frame-default): Let face attributes
6722         specified for new frames override frame parameters.
6724         * startup.el (command-line): Fix computation of the source file
6725         for user-init-file when user-init-file is a compiled file.
6727 2000-11-24  Miles Bader  <miles@gnu.org>
6729         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6730         (custom-post-filter-face-spec): New functions.
6731         (custom-face-set, custom-face-value-create): Filter the face spec
6732         before and after customization.
6733         (custom-face-set): If VALUE specifies a null face, pass a
6734         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6735         * cus-face.el (custom-face-attributes): Remove SET and GET
6736         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
6737         cases they're needed.
6739         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6740         that it's distinguishable from the :off-glyph on dark-background
6741         displays.  Set its background color too.
6743         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6744         so that people can easily turn it off.
6746 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6748         * ediff-diff.el: Moved variables around to have it compile under NT.
6750         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6752         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6754         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6755         redundant skip-small-frames test.
6757         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6758         (viper-downgrade-to-insert): Protect against errors in hooks.
6760         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6761         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6762         (viper-restore-cursor-type,viper-set-insert-cursor-type):
6763         New functions.
6765         * viper-util.el (viper-memq-char): Bug fixes.
6767         * viper.el (viper-mode): Fix cursor handling.
6769 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
6771         * international/mule-diag.el (list-iso-charset-chars):
6772         For two-byte charset, fix the `while' condition.
6773         (list-non-iso-charset-chars): Fix the `while' condition.
6775 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6777         * subr.el (add-hook, remove-hook): Don't call make-local-hook
6778         if the variable is make-variable-buffer-local.
6780         * progmodes/ada-stmt.el (ada-template-map):
6781         Initialize and bind it to C-c t in ada-mode-map.
6782         (ada-stmt-mode-hook): New function extracted from old code.
6783         Only change the buffer-local side of skeleton-*.
6784         (ada-mode-hook): Use it.
6786 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6788         * iswitchb.el (iswitchb-minibuf-depth): New variable.
6789         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6790         we expect to be returned by minibuffer-depth once we prompt the
6791         user in the minibuffer.
6792         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6793         as recorded in iswitchb-minibuf-depth, return non-nil.
6795 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
6797         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6798         (hscroll-window-maybe): Docstring fix.
6800 2000-11-23  Dave Love  <fx@gnu.org>
6802         * rect.el (string-rectangle): Don't test delete-selection-mode.
6804 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6806         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6807         is in the tool bar.
6809         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6810         with `no-dir'; we want the directory part to be able to remove it.
6812 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6814         * textmodes/outline.el (outline-flag-region):
6815         Don't bind inhibit-read-only since we don't modify the buffer.
6816         (outline-isearch-open-invisible): Don't jump to overlay-start
6817         since we're trying to unhide text around point.
6818         (outline-discard-overlays): Use dolist.
6820         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6822 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6824         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6826 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6828         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6829         Fix ARG regexp to skip quoted braces.
6830         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6831         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6832         are (correctly) handled separately).
6833         Remove `caption' and `footnote' from `citations': they contain text.
6834         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6835         (latex-skeleton-end-hook): New function.
6836         (latex-mode): Use it.
6837         (tex-start-tex-marker): Remove.
6838         (tex-send-tex-command): Don't set tex-start-tex-marker.
6839         (tex-error-parse-syntax-table): New var.
6840         (tex-compilation-parse-errors): Use it.
6841         Ignore tex-start-tex-marker.  Don't bother with marker-position.
6842         (tex-validate-buffer): Don't bother with marker-position.
6844         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6845         (flyspell-generic-progmode-verify): Use it.
6847 2000-11-22  Sam Steingold  <sds@gnu.org>
6849         * simple.el (delete-trailing-whitespace): New interactive function.
6851         * progmodes/ada-mode.el (ada-mode): Use it instead of
6852         `ada-remove-trailing-spaces'.
6853         (ada-remove-trailing-spaces): Removed.
6855         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6857         * textmodes/picture.el (picture-clean): Removed.
6858         (picture-mode-exit): Call it instead of `picture-clean'.
6860 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6862         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6864         * hi-lock.el (hi-lock-refontify): Don't call non-existent
6865         jit-lock-fontify-buffer; it should anyway be unneccessary to
6866         do anything special when jit-lock is active.
6867         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6869 2000-11-22  Dave Love  <fx@gnu.org>
6871         * calendar/todo-mode.el (todo-top-priorities): Use
6872         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6874         * language/chinese.el, language/cyrillic.el:
6875         * language/devanagari.el, language/ethiopic.el, language/greek.el:
6876         * language/hebrew.el, language/indian.el, language/japanese.el:
6877         * language/korean.el, language/lao.el, language/misc-lang.el:
6878         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6879         Use provide.
6881         * cus-edit.el (custom-buffer-create-internal): Save some consing.
6882         (custom-variable-set): Improve validation error mesage.
6884         * rect.el (string-rectangle): Revert last change.
6885         (string-rectangle-line): New arg DELETE.
6886         (string-rectangle): Check delete-selection-mode.
6888         * emacs-lisp/edebug.el (edebug-version)
6889         (edebug-maintainer-address): Deleted.
6890         (edebug-submit-bug-report): Just alias to report-emacs-bug.
6891         (edebug-read-function): Account for other `'#' read forms.
6892         (edebug-mode-menus): Make some items toggles.
6893         (edebug-outside-unread-command-event, unread-command-event):
6894         Remove these to avoid warnings.
6896 2000-11-22  David Ponce  <david@dponce.com>
6898         * recentf.el (recentf-menu-items-for-commands)
6899         (recentf-make-menu-items, recentf-make-menu-item)
6900         (recentf-filter-changer): Added :help and :active menu-item properties.
6902         (recentf-build-dir-rules, recentf-dump-variable)
6903         (recentf-edit-list, recentf-open-files-item)
6904         (recentf-open-files): Replaced unnecessary `mapcar' with new
6905         built-in `mapc'.
6907 2000-11-23  Miles Bader  <miles@gnu.org>
6909         * faces.el (menu): Make inverse-video on ttys too.
6911 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6913         * simple.el (comment-line-break-function): Use the new name
6914         indent-new-comment-line -> comment-indent-new-line.
6915         (clone-indirect-buffer): Don't ignore NORECORD.
6916         (next-completion): Properly handle the case where items are adjacent.
6918         * mouse.el (popup-menu): Stupid typo.
6920 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6922         * emacs-lisp/authors.el: Remove autoload cookies, add author,
6923         maintainer, keywords tags.
6925         * rect.el (replace-rectangle): Don't call string-rectangle-line
6926         with too many arguments.
6928 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
6930         * ediff-util.el (ediff-file-checked-out-p)
6931         (ediff-file-checked-in-p): Call vc-state instead of
6932         vc-locking-user, which no longer exists.
6934         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6936 2000-11-22  Dave Love  <fx@gnu.org>
6938         * md5.el (md5): Provide.
6939         (md5): Fix error call.
6941 2000-11-22  Miles Bader  <miles@gnu.org>
6943         * textmodes/refill.el (refill-adjust-ignorable-overlay)
6944         (refill-fill-paragraph-at): Remove debugging code.
6946         * calendar/calendar.el (generate-calendar-window): When we don't
6947         call `fit-window-to-buffer', make sure the top line is fully visible.
6949         * image-file.el (insert-image-file): Don't make `read-only'
6950         property rear-nonsticky.
6952         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6953         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6954         stashing away its original value.
6955         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6956         in the recursive edit.
6957         Bind `isearch-original-minibuffer-message-timeout' to protect it.
6958         (isearch-done): Restore `minibuffer-message-timeout'.
6960         * cus-start.el: Remove entry for `mode-line-inverse-video'.
6962 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
6964         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6966         * find-lisp.el (find-lisp-find-files-internal):
6967         Use dolist, when and file-name-as-directory.
6969         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6970         (define-derived-mode, define-minor-mode): Add specs.
6972         * window.el: General comment and spacing fixes.
6973         (save-selected-window): Use backquotes.
6974         (window-safely-shrinkable-p): New function.
6975         (shrink-window-if-larger-than-buffer): Use it.
6977         * subr.el (make-local-hook): Docstring fix.
6979         * shell.el (shell-mode): Use define-derived-mode.
6981         * newcomment.el (comment-indent): Insert comment before calling
6982         comment-indent-function.  Don't insert in column 0.
6983         (comment-dwim): Indent before inserting comment.
6985         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
6986         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
6987         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6988         Use mapc rather than map.
6990         * files.el (find-buffer-visiting): Compare all attributes before
6991         declaring two files identical (rather than just their inode-no).
6992         (auto-mode-alist): Use \' rather than $.
6994         * which-func.el: Update maintainer line.
6996         * pcvs.el (uniquify-buffer-file-name): Remove advice.
6997         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6998         (uniquify-buffer-file-name): Use it.
7000 2000-11-22  Miles Bader  <miles@gnu.org>
7002         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7003         * simple.el (minibuffer-avoid-prompt): New function.
7005 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
7007         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7009 2000-11-21  Miles Bader  <miles@gnu.org>
7011         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7012         inclusion of `track-mouse'.
7014         * textmodes/refill.el (refill-ignorable-overlay): New variable.
7015         (refill-adjust-ignorable-overlay): New function.
7016         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7017         only the paragraph's tail if possible.
7018         Update `refill-ignorable-overlay'.
7019         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7021         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7022         point inside the fill-prefix.
7024         * textmodes/refill.el (refill-post-command-function): Don't reset
7025         refill-doit in the case where a self-insertion command doesn't
7026         case a refill.  Use `refill-fill-paragraph-at', getting position
7027         from `refill-doit'.
7028         (refill-after-change-function): Set `refill-doit' to END.
7029         (refill-fill-paragraph-at): New function, mostly from old
7030         refill-fill-paragraph.
7031         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7032         (refill-pre-command-function): New function.
7033         (refill-mode): Add it to `pre-command-hook'.
7035 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
7037         * textmodes/artist.el (artist-mode): Fix autoload cookie.
7039         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7040         javadoc tags.
7042 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
7044         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7045         vc.el).
7047         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7048         require vc.
7050         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7051         checkouts.
7053 2000-11-20  Dave Love  <fx@gnu.org>
7055         * Makefile.in (DONTCOMPILE): Omit bindings.el.
7057 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
7059         * calculator.el (calculator-paste): Use `if' instead of `and'
7060         and `or'.
7061         (calculator-help): Don't use electric-describe-mode for XEmacs.
7063 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
7065         * info.el (info-menu-5): Doc fix.
7067         * textmodes/artist.el: New file.
7069 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
7071         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7072         and differentiate according to checkout model.
7073         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7074         since this function is only concerned with master state.
7076         * vc-hooks.el (vc-workfile-unchanged-p)
7077         (vc-default-workfile-unchanged-p): Moved here from vc.el.
7079         * vc.el (vc-workfile-unchanged-p)
7080         (vc-default-workfile-unchanged-p): See above.
7082 2000-11-19  Miles Bader  <miles@gnu.org>
7084         * image-file.el (insert-image-file): Make `intangible' and
7085         `read-only' properties rear-nonsticky too.
7087 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
7089         * ps-print.el: Update copyright notice.
7091         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7092         (tooltip-show): Use the offsets.
7094         * bindings.el (mode-line-modified): Fix a typo.
7095         (mode-line-toggle-modified, mode-line-widen)
7096         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7098 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
7100         * ps-print.el (toplevel): Test for find-coding-system being
7101         fboundp before calling ps-x-find-coding-system.
7103 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
7105         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7106         (vc-version-backup-file): Docstring fix.
7108 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7110         * files.el (basic-save-buffer): Don't add a newline if
7111         find-file-literally is non-nil.
7112         (find-file-literally): Extend doc string.
7114         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7115         sort(1) with the `-f' argument.
7117 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
7119         * vc.el: Updated backend documentation.
7120         (vc-default-check-headers): New function.
7122         * vc-{cvs,rcs,sccs}.el: Functions reordered.
7124         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7125         up-to-date.
7126         (vc-do-command): In the asynchronous case, output messages only if
7127         the minibuffer is not active.
7129         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7130         `vc-cvs-use-edit' is on.
7131         (vc-cvs-checkout): When this is used for reverting the workfile,
7132         make a backup of the original contents and revert to that in case
7133         of error.
7134         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7135         remote repositories.
7137         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7138         for both version and ratio in the minibuffer.
7140         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7141         Use vc-do-command to perform the annotation, not call-process.
7143 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7145         * international/quail.el (quail-start-translation): Don't call
7146         `message' before reading key sequence.
7148 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
7150         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7152 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7154         * window.el (fit-window-to-buffer): Be sure to acquire at least
7155         one text line even if the buffer is empty.
7157 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7159         * net/ange-ftp.el (ange-ftp-file-writable-p)
7160         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7161         Bind ange-ftp-process-verbose to nil.
7163 2000-11-15  Dave Love  <fx@gnu.org>
7165         * wid-edit.el (widget-specify-field, widget-specify-button):
7166         If :help-echo is a function, set help-echo of overlay to
7167         widget-mouse-help.
7168         (widget-mouse-help): New function.
7169         (widget-echo-help): Rewritten for :help-echo functions only taking
7170         a widget arg.
7172         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7173         Use display-graphic-p.
7174         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7175         and that JPEG is available.
7176         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7178         * international/mule-cmds.el (locale-charset-language-names):
7179         Match @euro.
7181 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
7183         * faces.el (face-set-after-frame-default):
7184         If `inhibit-default-face-x-resources' is bound, don't intialize the
7185         default face from X resources.
7187 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7189         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7190         Don't set EMACSLOADPATH.
7192 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7194         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7195         texinfo-insert-@url.
7196         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7197         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7199 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7201         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7202         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7203         (checkdoc-minor-keymap): Backward compatibility.
7204         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7205         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7206         (checkdoc-this-string-valid-engine): Be a bit more strict
7207         to avoid matching substrings of `...' quoted vars/funs.
7208         (checkdoc-defun-info): Only look for `interactive' if alone.
7209         (debug-ignored-errors): Add "arg doesn't appear in docstring".
7211         * progmodes/compile.el (grep): `tag-default' can be nil.
7213         * newcomment.el (comment-indent): Paren typo.
7215 2000-11-14  Dave Love  <fx@gnu.org>
7217         * calculator.el: New maintainer version.
7219         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7221         * cmuscheme.el: Doc fixes.
7222         (cmuscheme) <defgroup>: Use `scheme' as parent.
7223         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
7225         * xscheme.el (scheme-program-name): Don't define here.
7227         * progmodes/scheme.el (scheme-program-name): New variable
7228         (originally in cmuscheme).
7230 2000-11-14  Miles Bader  <miles@gnu.org>
7232         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7233         Handle header-lines.  Don't loop forever if we can't enlarge the
7234         window anymore.  Simplify a bit.
7236 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
7238         * window.el (fit-window-to-buffer): Don't check
7239         window-text-height.  Assure that the last line is fully visible.
7241         * international/quail.el (quail-show-guidance-buf):
7242         Call fit-window-to-buffer to assure the enough height of the guidance
7243         buffer.
7244         (quail-update-guidance): Avoid making the guidance buffer shorter.
7246 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7248         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7249         rather than `prepend' and add an interesting comment.
7250         (tex-math-face, tex-font-lock-syntactic-face-function):
7251         New face and function to use it.
7252         (tex-define-common-keys, tex-mode-map): Use menu-item rather
7253         than `menu-enable' symbol property.
7254         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7255         (tex-mode): Add some latex-mode commands for auto-selection.
7256         Use tex-font-lock-syntactic-face-function.
7257         (tex-insert-quote): Simplify.
7258         (tex-shell): New mode.
7259         (tex-start-shell): Use it.
7260         (tex-shell-proc, tex-shell-buf): New functions.
7261         (tex-send-command): Use it.
7262         (tex-main-file): Fix the meaning of the new arg REALFILE.
7263         (tex-send-tex-command): New function split from `tex-start-tex'.
7264         Set compilation-last-buffer and compilation-parsing-end.
7266         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7267         when it follows non-comment text on the line.
7269         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7270         Set font-lock-defaults.
7271         (lisp-mode-shared-map): Init inside the defvar.
7272         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7273         Use define-derived-mode.
7275 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
7277         * faces.el (header-line): Use `:box nil' for color/gs displays too.
7279 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
7281         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7282         Don't recursively optimize body because that can lead to infinite
7283         recursion; see comment there.
7285 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
7287         * faces.el (face-spec-set-match-display): Revert the change from
7288         2000-10-24.  Add a FIXME for after v21.1.
7290 2000-11-13  Miles Bader  <miles@gnu.org>
7292         * textmodes/fill.el (skip-line-prefix): New function.
7293         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
7294         (fill-paragraph): Don't leave point inside the fill-prefix.
7295         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7296         point inside the fill-prefix.
7298 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
7300         * calendar/calendar.el (generate-calendar-window):
7301         Use `fit-window-to-buffer'.
7303 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7305         * gud.el (gud-minor-mode): New var.
7306         (gud-symbol, gud-val): New functions.
7307         (gud-find-file): Copy gud-minor-mode to the new buffer.
7308         (gud-menu-map): Include entries for commands that are not always
7309         available, using :enable to (de)activate them.
7310         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
7311         (gud-mode-map): New map.
7312         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7313         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7314         Don't set up gud's menu (it's done by the minor-mode).
7315         (gud-minibuffer-local-map): New.
7316         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7317         (gud-query-cmdline): New function.
7318         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
7319         (gud-mode): Use define-derived-mode.
7320         Don't set up gud's menu (it's done by the minor-mode).
7321         (gud-chop-words): Remove.
7322         (gud-common-init): Use split-string instead.
7323         (gud-new-keymap, gud-make-debug-menu): Eradicate.
7325         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7326         Add keyword arg :name.
7328         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7329         (diff-count-matches, diff-split-hunk): New functions.
7330         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7332         * pcvs-info.el (cvs-fi-conflict-face): New var.
7334         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7335         Make it into a simple syntax-table, shared among all submodes.
7336         (sh-heredoc-face): Re-introduce.
7337         (sh-font-lock-syntactic-face-function): New function.
7338         (sh-mode): Use it.  Also use define-derived-mode.
7339         Remove old bogus setting of indent-region-function.
7340         (sh-set-shell): Don't set the syntax-table any more.
7341         (sh-mode-syntax-table) <defun>: Remove.
7343 2000-11-12  Miles Bader  <miles@gnu.org>
7345         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7346         message if interactive.
7348 2000-11-12  Dave Love  <fx@gnu.org>
7350         * mail/feedmail.el: Fix header,
7351         (feedmail) <defgroup>: Add :link.
7353         * view.el: Use local-map property, not keymap on mode-line string.
7355         * scroll-all.el (scroll-all-mode): Customize variable.
7356         Add autoload cookie to function.
7358         * lazy-lock.el: Remove compatibility code.
7360         * finder.el (finder-known-keywords): Add `files', remove `vms'.
7361         (finder-help-echo): New variable.
7362         (finder-mouse-face-on-line): Add help-echo stuff.
7363         (finder-list-keywords, finder-list-matches): Use mapc.
7365         * faces.el (face-font-registry-alternatives): Add :version.
7367         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7368         tags-table-list.
7370         * net/browse-url.el (browse-url-browser-function): Update :version.
7372         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7373         (mail-mode): Use [:alnum:] in some regexps.
7375 2000-11-10  Dave Love  <fx@gnu.org>
7377         * ediff.el (ediff-regions-internal, ediff-documentation):
7378         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7379         fundamental mode.
7381         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7382         buffer into fundamental mode.
7383         (ediff-set-difference): Use copy-sequence if available.
7385         * ediff-ptch.el (ediff-dispatch-file-patching-job):
7386         Check ediff-patch-map non-nil.
7387         (ediff-fixup-patch-map, ediff-fixup-patch-map)
7388         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7389         buffer into fundamental mode.
7391         * ediff-merg.el (state-or-merge): Defvar when compiling.
7393 2000-11-10  Jason Rumney  <jasonr@gnu.org>
7395         * w32-fns.el (w32-add-charset-info): New function.
7396         (w32-charset-info-alist): Use it.
7398 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7400         * faces.el (face-font-registry-alternatives): New user-option.
7402 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
7404         * textmodes/texinfo.el (texinfo-block-default): New var.
7405         (texinfo-insert-block): Use it.  Insert a newline if needed.
7407         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7408         (fill-region-as-paragraph): Use it.
7410         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7411         (latex-mode): Tweak tex-*-(head|trail)er regexps.
7412         Tweak paragraph regexps to allow a leading [ \t]*.
7413         (tex-latex-block): Insert a newline if necessary.
7414         (latex-insert-item): Only insert a newline if necessary.
7415         (tex-guess-main-file): New function.
7416         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
7417         Set tex-main-file if TeX-master is provided.
7418         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7420 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7422         * startup.el (command-line): Set the default tooltip-mode
7423         to t for graphical displays which implement x-show-tip.
7425         * tooltip.el (tooltip-mode): Add a comment about startup.el
7426         setting the default value of this user-option.
7428 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
7430         * font-lock.el (font-lock-*-face) <defvar>: Move.
7431         (font-lock-defaults-alist): Mark obsolete.
7432         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7433         (font-lock-mode): Use define-minor-mode.
7434         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7435         (font-lock-turn-off-thing-lock): Be more explicit.
7436         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7437         (font-lock-syntactic-face-function): New var.
7438         (font-lock-fontify-syntactically-region): Use it.
7439         (font-lock-doc-face): New.
7441         * pcvs.el (cvs-enabledp): Ignore errors.
7442         (cvs-commit-filelist): Never query.
7443         (cvs-mode-insert): Always add a terminating / in the initial prompt.
7444         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7445         (cvs-do-removal): Use cvs-partition rather than delete-if.
7446         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7447         cvs-bury-buffer.
7449         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7450         Allow `next' to jump to after the end of the last match.
7452 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
7454         * simple.el (byte-compiling-files-p): New function.
7456         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7457         if it is there.
7459         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7460         nil again.
7462         * textmodes/ispell.el (ispell-library-path): Don't call
7463         check-ispell-version when byte-compiling because that starts
7464         an ispell process, and ispell might not be installed.
7465         (toplevel): Don't set up a menu when byte-compiling.
7467         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7468         it, so that a boundp test can be used to determine if we're
7469         currently byte-compiling.
7471 2000-11-09  Dave Love  <fx@gnu.org>
7473         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7475 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7477         * ps-print.el: Patch for variable initialization when spooling.
7478         Doc fix.
7479         (ps-output-list): Fun eliminated.
7480         (ps-begin-file, ps-begin-job): Code fix.
7482 2000-11-08  Dave Love  <fx@gnu.org>
7484         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7486 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
7488         * simple.el (shell-command, display-message-or-buffer)
7489         (shell-command-on-region): Mention resize-mini-windows in the doc
7490         string.
7491         (display-message-or-buffer): Take the value of resize-mini-windows
7492         into account.
7494 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
7496         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7498         * dired.el (dired-between-files): Add `^. find' as an alternative
7499         to the regular expression, for find-dired.
7501 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7503         * textmodes/texnfo-upd.el: Require texinfo.
7504         (defmacro, defgroup): Remove.
7505         (texinfo-section-to-generic-alist): Remove.
7506         Use texinfo-section-list instead (i.e. level is changed string->int).
7507         (texinfo-filter): New function.
7508         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7509         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7510         Use it.  And use regexp-opt.
7511         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7512         (texinfo-update-menu-region-beginning)
7513         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7514         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7515         (texinfo-update-menu-same-level-regexps): Update.
7516         (texinfo-update-node, texinfo-every-node-update)
7517         (texinfo-sequential-node-update): Remove autoload cookie.
7519         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7520         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7521         (texinfo-chapter-level-regexp): Remove.
7522         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7524 2000-11-06  Dave Love  <fx@gnu.org>
7526         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7528         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7529         Match defun*.
7531 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7533         * composite.el (composition-function-table): Variable declaration
7534         moved to src/composite.c.
7535         (compose-chars-after): New optional arg object.
7537 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
7539         * bindings.el (mode-line-toggle-read-only)
7540         (mode-line-toggle-modified, mode-line-widen)
7541         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7542         (make-mode-line-mouse2-map): Rewritten.
7543         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7544         functions so that C-h k can show something with a doc string.
7546         * startup.el (fancy-splash-delay): Set to 10 seconds.
7547         (fancy-splash-max-time): New user-option.
7548         (fancy-splash-stop-time): New variable.
7549         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
7550         (fancy-splash-screens-1): Throw `stop-splashing' when current
7551         time is greater than fancy-splash-stop-time.
7553 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7555         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7557         * pcvs.el (cvs-mode-marked): New arg `noquery'.
7558         Prompt user for a file rather than raising an error.
7559         (cvs-enabledp): Fix call to cvs-mode-marked.
7560         (cvs-insert-file): New function (extracted from cvs-mode-insert).
7561         (cvs-mode-insert): Use it.  Change the init prompt' value.
7562         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7564         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7565         Don't pass default arg to ewoc-locate.
7566         (ewoc-collect): Return result in the right order.
7568         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7570         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7571         (cvs-status-get-tags): Fix regexp.
7572         (cvs-status-trees, cvs-status-cvstrees):
7573         Combine after change hooks and don't sit-for.
7574         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7575         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7576         Use make-char rather than hard-coded cryptic data.
7577         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7579         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7581         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7582         (cvs-insert-strings): New function.
7584 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
7586         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7587         `mwheel-scroll-amount'.
7588         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7589         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7590         string-matching against the version string.
7592 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7594         * language/thai.el ("Thai"): Set a lisp form that produces
7595         composed string in `sample-text' language info.
7597         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7598         composed string in `sample-text' language info.
7600         * international/mule-cmds.el (describe-language-environment):
7601         Eval `sample-text' data and insert the result.
7603         * international/mule-conf.el (compound-text): Define this coding
7604         system here.  Make x-ctext and ctext aliases of it.
7606         * language/european.el (compound-text, ctext): Moved to
7607         international/mule-conf.el.
7609 2000-11-05  Andrew Innes  <andrewi@gnu.org>
7611         * w32-fns.el (w32-version): New function.
7613 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
7615         * progmodes/awk-mode.el: Update copyright.
7616         (awk-mode-abbrev-table): Remove.
7617         (awk-font-lock-keywords): Use regexp-opt.
7618         (awk-mode): Use define-derived-mode.
7620         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7621         when extracting a suffix.
7623 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
7625         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
7626         auto-save-mode.
7628 2000-11-04  Jason Rumney  <jasonr@gnu.org>
7630         * language/european.el (decode-mac-roman): Test against r1 not r0.
7632 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7634         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7635         (icon-mode): Define indent-line-function.
7636         (icon-comment-indent): Simplify.
7637         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7639         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7641         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7642         Bind change-log-default-mode to defeat the caching done on it.
7643         Don't bother saving excursion any more.
7645         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7647         * frame.el (after-setting-font-hook): Rename hooks -> hook.
7648         (set-frame-font): Use the new name (and the old for compatibility).
7650         * toolbar/tool-bar.el (tool-bar-mode):
7651         * time.el (display-time-mode):
7652         * recentf.el (recentf-mode):
7653         * paren.el (show-paren-mode):
7654         * mwheel.el (mouse-wheel-mode):
7655         * msb.el (msb-mode):
7656         * jka-compr.el (auto-compression-mode):
7657         * image-file.el (auto-image-file-mode):
7658         * hl-line.el (hl-line-mode):
7659         * delsel.el (delete-selection-mode):
7660         * autoinsert.el (auto-insert-mode):
7661         * complete.el (partial-completion-mode): Drop unneeded positional args.
7663         * info.el (Info-mode):
7664         * comint.el (comint-mode): Don't bother with make-local-hook.
7666         * log-edit.el (log-edit-menu): New menu.
7668 2000-11-03  Miles Bader  <miles@gnu.org>
7670         * wid-edit.el (widget-end-of-line): Reinstate, with a new
7671         definition, so that trailing spaces are handled properly.
7672         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7674 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
7676         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7677         tab character.
7678         (fancy-splash-screens): Set tab-width to 20.
7680 2000-11-03  Dave Love  <fx@gnu.org>
7682         * comint.el (comint-completion-addsuffix): Fix custom type.
7684 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7686         * font-lock.el (font-lock-buffers): Remove.
7687         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7688         (font-lock-change-major-mode): Remove.
7689         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7690         (font-lock-default-fontify-region): Extend the multiline
7691         fontification to whole lines.
7692         (font-lock-fontify-anchored-keywords)
7693         (font-lock-fontify-keywords-region): If matching just one
7694         line (with \n) only mark the \n as multiline.
7696         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7697         Correctly handle the case where several :group args are supplied.
7698         Allow :extra-args.
7699         (easy-mmode-define-global-mode): Allow :extra-args.
7700         Correctly handle the case where several :group args are supplied.
7702 2000-11-02  Miles Bader  <miles@gnu.org>
7704         * calendar/calendar.el (diary-face, calendar-today-face)
7705         (holiday-face): Remove dependency on `window-system'.
7707 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
7709         * Makefile.in (emacs): Set EMACSLOADPATH always.
7710         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7711         (compile-files): Bomb out if compilation of a file fails.
7713 2000-11-02  Dave Love  <fx@gnu.org>
7715         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7717 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
7719         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7720         punctuation in the warning inserted into the *mail* buffer.
7722 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
7724         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7725         (authors-public-domain-p): New function.
7726         (authors-print): Use it.
7728         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7730         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7732 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7734         * ps-print.el: Extension for even/odd printing.  Doc fix.
7735         (ps-print-version): New version number (6.3.1).
7736         (ps-even-or-odd-pages): Customization fix.
7737         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7738         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7739         (ps-page-count): Var replaced by `ps-page-column'.
7740         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7741         (ps-print-sheet-p): New fun.
7743 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7745         * tooltip.el (tooltip-gud-tips-setup): New function.
7746         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7747         (tooltip-mode): Call tooltip-gud-tips-setup.
7748         (tooltip-gud-tips): Use `gud-basic-call' instead of
7749         process-send-string, so the prompt gets frobbed appropriately.
7750         Handle nil return value from `tooltip-gud-print-command'.
7752 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
7754         * comint.el (comint-add-to-input-history): New function.
7755         (comint-send-input): Use `comint-add-to-input-history'.
7757 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7759         * info.el (info-menu-header): New face.
7760         (Info-fontify-menu-headers): New function.
7761         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7763         * info.el (Info-insert-dir): Don't include blank lines at
7764         beginning of additional dir files (one is added automatically).
7766 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7768         * emacs-lisp/easy-mmode.el (define-minor-mode):
7769         Revert the latest changes.
7770         Allow the three positional arguments to be skipped and replaced
7771         by keyword arguments.
7772         Add a :toggle argument to determine whether a nil arg means toggle
7773         or means turn-on.  The default is unchanged.
7774         Add a call to force-mode-line-update.
7776 2000-11-01  Dave Love  <fx@gnu.org>
7778         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7780 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
7782         * calendar/calendar.el (diary-face, holiday-face):
7783         Add dark-background variants.
7785 2000-10-31  Sam Steingold  <sds@gnu.org>
7787         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7788         `tex-main-file' does not have directory in it.
7790 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
7792         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7794 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
7796         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7797         functional change.
7799 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
7801         * files.el (find-file-noselect): When we expand a wildcard, return
7802         a list of buffers, as we should do according to the doc string.
7804 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
7806         * loadup.el (top level): Adjust load path if program name is
7807         "../src/bootstrap-emacs", in case it's not dumped and thus the
7808         load path adjustment hasn't already been done.
7810 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7812         * ps-print.el: Fix bug on selected pages for printing.
7813         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
7814         is on.  Try to avoid warning messages when compiling.  Doc Fix.
7815         (ps-print-version): New version number (6.3).
7816         (ps-color-device): Use `color-values' to determine if device
7817         supports color.
7818         (ps-color-values): Try to use `x-color-values' when using XEmacs.
7819         (ps-print-page-p): Changed from defsubst to defun.
7820         (ps-page-number): Changed from defmacro to defun.
7821         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7822         printing.
7823         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7824         (ps-end-file, ps-dummy-page): Funs eliminated.
7825         (ps-print-color-scale): Changed default value.
7826         (ps-page-n-up, ps-print-page-p): New internal vars.
7827         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7828         (ps-plot-region, ps-generate, ps-end-job): Code fix.
7830         * delim-col.el: Little programming improvement.
7831         (delimit-columns-str): New macro.
7832         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7834 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
7836         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7837         Moved to european.el.
7838         (ccl-encode-mac-roman-font, fontset-mac): Modified for
7839         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7840         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7841         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7843 2000-10-30  Dave Love  <fx@gnu.org>
7845         * progmodes/cc-menus.el (imenu-generic-expression)
7846         (imenu-progress-message): Only defvar when compiling.
7848         * emacs-lisp/elp.el (elp-unload-hook): New function.
7850         * loadhist.el (unload-feature): Call elp-restore-function,
7851         checking for symbols; don't use elp-restore-all.
7852         (loadhist-hook-functions): Doc fix.
7854 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7856         * log-edit.el (log-edit-confirm): Fix the default.
7858 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7860         * delim-col.el: Little fix: replace delimit-columns-align-columns by
7861         delimit-columns-format.
7862         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7864 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
7866         * comint.el (comint-replace-by-expanded-history): Don't use
7867         comint-get-old-input (we're not looking at *old* input).
7868         (comint-get-old-input-default): If using fields, signal an error
7869         when the point is not in an input field.
7871 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
7873         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7874         and mule-unicode-e000-ffff.
7876         * international/mule.el (decode-char, encode-char): New functions.
7877         (make-coding-system): Accept a symbol of translation table as a
7878         value of property `safe-chars'.
7880         * international/mule-cmds.el (encode-coding-char): Check property
7881         safe-chars instead of safe-charsets.
7883         * international/fontset.el (fontset-default): Modified for
7884         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7885         (x-font-name-charset-alist): Likewise.
7886         (ccl-encode-unicode-font): New CCL program.  Record it in
7887         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7889         * language/european.el (mac-roman-decoder, mac-roman-encoder):
7890         New translation tables.
7891         (decode-mac-roman, encode-mac-roman): Definition of these CCL
7892         programs are modified and moved from mac-win.el.
7893         (mac-roman): Definition of this coding system is modified and
7894         moved from mac-win.el.
7896 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7898         * ediff-wind.el (ediff-setup-control-frame): Enclose
7899         face-attribute in condition-case to avoid errors in older emacsen.
7901 2000-10-29  Miles Bader  <miles@gnu.org>
7903         * custom.el (custom-add-to-group): Allow multiple entries for a
7904         given value OPTION, as long as their widget types are different.
7905         * cus-edit.el (custom-face-value-create): If face name doesn't end
7906         with "face", add such here (similar to custom group widgets).
7908         * comint.el (comint-highlight-prompt): Add :type.
7910 2000-10-28  John Wiegley  <johnw@gnu.org>
7912         * calendar/timeclock.el (timeclock-log): Doc fix.
7913         (timeclock-last-event): Doc fix.
7914         (timeclock-log): Kill the timelog buffer after appending a new event.
7915         (timeclock-find-discrep): Use a temp buffer to read in the
7916         timelog, instead of visiting the file.
7917         (timeclock-log-data): A new function, along with a host of helper
7918         functions, for the purpose of making timelog data accessible to
7919         programmers.
7921         * eshell/esh-mode.el (window-height test): Make certain that
7922         `eshell-stringify-t' is non-nil.
7923         (eshell-password-prompt-regexp): Changed to a much simpler
7924         password regexp.
7925         (eshell-send-input): If `eshell-invoke-directly' returns t,
7926         directly invoke the parsed command using `eval'.  This improves
7927         turn-around time on simple commands by a factor of three or
7928         greater, such as cd, ls, pwd, etc. -- which get used very often.
7929         It also conserves thousands of cons cells per call (since
7930         `eshell-do-eval' consumes memory like a Cookie Monster set loose
7931         in the Pacific Cookie Company).
7933         * eshell/esh-test.el (eshell-test): Whitespace fix.
7935         * eshell/em-ls.el (eshell-ls-insert-directory):
7936         Make `eshell-ls-initial-args' nil when inserting directory contents.
7938         * eshell/em-script.el (eshell-script-initialize): Add names to
7939         `eshell-complex-commands, since `source' and `.' are complex.
7941         * eshell/esh-cmd.el (eshell-rewrite-for-command)
7942         (eshell-rewrite-while-command): Use `eshell-protect' instead of
7943         `eshell-copy-handles'.
7944         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7945         bodies.
7946         (eshell-separate-commands): Whitespace fix.
7947         (eshell-complex-commands): Added a new list of names, for
7948         determining whether a given command is as simple as it looks.
7949         (eshell-invoke-directly): New function.  Returns t if a command
7950         should be invoked directly (using `eval'), rather than indirectly
7951         using `eshell-do-eval'.
7952         (eshell-do-eval): Whitespace fix.
7954         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7955         which provides an emulation of the DOS shell behavior of assuming
7956         that cp/mv/ln should copy/move/link to the current directory.
7957         (eshell-remove-entries): Added a doc string.
7958         (eshell-shuffle-files): Removed the check for `target' being null.
7959         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7960         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7961         it to do a smarter check of whether a destination was provided.
7962         (eshell/mv, eshell/cp): Enable `:preserve-args'.
7963         (eshell/ln): Enable `:preserve-args', and use
7964         `eshell-mvcpln-template' to implement the body of the function.
7965         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7966         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7967         list after flattening it.  This makes it possible to cat files
7968         with numerical names.
7969         (eshell-unix-initialize): Added several names to
7970         `eshell-complex-commands.
7971         (eshell-unix-command-complex-p): Return t if a given command name
7972         may result in external processes being invoked.
7974         * eshell/em-glob.el (eshell-glob-show-progress): Make this
7975         variable nil by default, since it slows down glob processing by a
7976         factor of two or more, and increases memory consumption.
7978         * eshell/em-smart.el: Added a note about how memory consumptive
7979         smart display mode can be (at least this is true in Emacs 21).
7980         (eshell-smart-initialize): Whitespace fix.
7981         (eshell-refresh-windows): Use `if' instead of `when'.
7982         (eshell-smart-scroll-window): Calling `save-current-buffer' was
7983         not necessary.
7984         (eshell-currently-handling-window): Added a missing global variable.
7986         * eshell/em-ls.el (eshell-do-ls): Code simplification.
7987         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7988         Whitespace fix.
7989         (eshell-ls-exclude-hidden): Added this variable in addition to
7990         `eshell-ls-exclude-regexp'.  This one prevents files beginning
7991         with . from even being read, which can improve memory consumption
7992         quite a bit.
7993         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7994         read file entries beginning with a dot.  In home directories with
7995         lots of hidden files, fully two-thirds of the time spent in ls is
7996         used to read directory entries that are immediately thrown away.
7997         (eshell-ls-initial-args): Added back this configuration variable,
7998         for specifying default initial arguments to every call to ls.
7999         Much faster than using an alias to do the same thing.
8000         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8001         (eshell-ls-dir): Whitespace change.
8003         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8005         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8006         (eshell-stringify-t): Added a customization variable, to indicate
8007         whether `t' should be rendered as a string at all.  If not, one
8008         can still determine if the result of an expression is true using
8009         "file-exists-p FILE && echo true".
8010         (eshell-stringify): If `eshell-stringify-t' is nil, don't
8011         stringify t!
8013         * eshell/esh-module.el: Whitespace fix.
8015         * eshell/em-alias.el (eshell-alias-initialize):
8016         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8017         (eshell-command-aliased-p): New function that returns t if a
8018         command name names an aliased.
8020 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
8022         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8023         redrawing the screen when changing cursor color.
8024         (viper-insert-state-pre-command-sentinel)
8025         (viper-replace-state-pre-command-sentinel)
8026         (viper-replace-state-post-command-sentinel):
8027         Use viper-preserve-cursor-color.
8028         Many functions changed to use viper= instead of = when comparing
8029         characters.
8030         * viper-util.el (viper-memq-char,viper=): New functions for
8031         working with characters.
8032         (viper-change-cursor-color): Fixed buglet.
8033         Many functions changed to use viper= instead of = when comparing
8034         characters.
8035         * viper.el (viper-insert-state-mode-list): Added eshell.
8037         * ediff-init.el (ediff-before-setup-hook): New hook.
8038         Several typos fixed in various docstrings.
8039         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8040         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8041         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8042         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8043         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8044         (ediff-get-selected-buffers): New function.
8045         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8046         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8047         Use save-window-excursion.
8048         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8049         termination check in while loop.
8050         * ediff.el (ediff-get-default-file-name): Better defaults when in
8051         dired buffer.
8052         (ediff-files,ediff-merge-files,ediff-files3)
8053         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8055 2000-10-28  Dave Love  <fx@gnu.org>
8057         * info.el (Info-fontify-node): Add help-echo for menu items.
8059 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
8061         * startup.el (normal-top-level): If the value of $TERM indicates
8062         we are running from xterm or one of its work-alikes, default to a
8063         light background mode.
8065         Support for -fg, -bg, and -rv command-line arguments for TTYs:
8066         * faces.el (tty-handle-reverse-video): New function.
8067         (tty-create-frame-with-faces): Call it.
8069         * frame.el (frame-notice-user-settings): Don't apply
8070         default-frame-alist and initial-frame-alist to MS-DOS frames.
8071         Call tty-handle-reverse-video, frame-set-background-mode, and
8072         face-set-after-frame-default for non-MS-DOS frames.
8074         * startup.el (tty-long-option-alist): New variable.
8075         (tty-handle-args): New function.
8076         (command-line): Call tty-handle-args.
8078         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8079         startup.el now does that for all character-terminal frames.
8081 2000-10-28  Miles Bader  <miles@gnu.org>
8083         * emacs-lisp/easy-mmode.el (define-minor-mode):
8084         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8085         is global.  If :global is followed by a non-nil but non-t value,
8086         make the mode buffer-local, but also generate a `global-MODE'
8087         version using `easy-mmode-define-global-mode'.
8088         Add :conditional-turn-on keyword argument.
8090 2000-10-28  Dave Love  <fx@gnu.org>
8092         * international/latin1-disp.el (latin1-char-displayable-p):
8093         Don't use window-system.
8095 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
8097         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8098         Don't call find-buffer-file-type-coding-system.  Instead, just
8099         set eol-type to -unix if inhibit-eol-conversion is in effect, or
8100         if the file is on an untranslated filesystem.
8101         (add-untranslated-filesystem): Use "D" instead of "f" inside
8102         interactive.
8104 2000-10-27  Dave Love  <fx@gnu.org>
8106         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8107         (refill-mode): Use it.
8109 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
8111         * international/quail.el (quail-activate): Don't make-local-hook.
8113 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
8115         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8116         manual backups and file.~<rev>.~ for automatic ones.
8117         (vc-make-version-backup): Don't do it on MS-DOS without long file
8118         names.
8120         * vc.el (vc-version-other-window): If an automatic backup of the
8121         desired version exists, rename it instead of copying it.
8123         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8124         after command.  If there's an unexpected error, signal it instead
8125         of being silent.
8126         (vc-cvs-merge-news): Be prepared for no news at all.
8128 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
8130         * shell.el (shell): Add BUFFER argument.
8131         * comint.el (make-comint-in-buffer): New function.
8132         (make-comint): Use it.
8134         * faces.el (face-spec-choose): Change syntax so that the list of
8135         attribute-value pairs is now the cdr of each clause, not the cadr.
8136         Detect old-style entries, and handle them.  Use pop.
8138 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
8140         * cus-edit.el (custom-mode-map): Use a sparse map.
8141         (custom-mode): Don't bother with make-local-hook.
8143         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8145         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8147 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8149         * ps-print.el: Avoid compilation gripes.
8150         (ps-print-version): New version number (6.2.1).
8152 2000-10-26  Dave Love  <fx@gnu.org>
8154         * menu-bar.el: Modify some menu item help strings.
8155         (menu-bar-help-menu): Add link to MORE.STUFF.
8157         * cus-edit.el (custom-mode): Add `special' mode-class property.
8159         * wid-browse.el (widget-browse-mode): Likewise.
8161         * wid-edit.el (widget-specify-field): Revert to using local-map
8162         property, not keymap.
8164 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
8166         * wid-edit.el (widget-field-end): When checking for a `boundary'
8167         field, do so in the correct buffer.
8169         * simple.el (undo): Correctly distinguish between numeric and
8170         non-numeric prefix args in non-transient-mark-mode, as per the doc
8171         string.  When in transient-mark-mode, treat all prefix-args as
8172         numeric.
8174         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8175         Position point on match.  Handle N == 0 correctly.
8177         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8178         (comint-mode-map): Reverse order of `comint-write-output' and
8179         `comint-append-output-to-file'.
8180         (comint-append-output-to-file): Reinstate this function, for the
8181         benefit of the menu.
8183 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
8185         * vc.el (vc-version-other-window): Bind `file'.
8187 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8189         * Makefile.in (update-authors): New target for maintenance purposes.
8191         * emacs-lisp/authors.el (batch-update-authors): New function.
8192         (authors-fixed-entries): New defconst.
8193         (authors-add-fixed-entries): New function.
8194         (authors): Call it.: Don't process lispref/.
8196 2000-10-25  Jason Rumney  <jasonr@gnu.org>
8198         * cus-edit.el (custom-button-face, custom-button-pressed-face):
8199         Merge x w32 and mac definitions.
8201 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8203         * menu-bar.el (menu-bar-options-menu): Add a help string for
8204         `uniquify'.
8206 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
8208         * time-stamp.el (time-stamp-string-preprocess):
8209         Fix a wrong type argument error.
8211 2000-10-25  Miles Bader  <miles@gnu.org>
8213         * recentf.el (recentf-mode): Variable removed.
8214         (recentf-mode): Use `define-minor-mode'.
8216         * mwheel.el (mouse-wheel-mode): New global minor mode.
8217         (mwheel-install): Use `mouse-wheel-mode'.
8219 2000-10-25  Dave Love  <fx@gnu.org>
8221         * progmodes/cperl-mode.el (cperl-mode):
8222         Set normal-auto-fill-function correctly.
8224         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8225         Don't inherit from global-map and don't nullify menu-bar and tool-bar
8226         bindings.
8228 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
8230         * wid-edit.el (widget-field-at): New function.
8231         (widget-at, widget-field-activate): Use it.
8232         (widget-tabable-at): Use `widget-at'.
8233         (widget-specify-field): If the terminating character of the widget
8234         field (which is read-only) is a newline, put it into a special
8235         `boundary' field so that C-n/C-p act more naturally.
8236         (widget-field-end): Also don't subtract one if a special
8237         `boundary' field has been added after the widget field.
8239         * comint.el (comint-output-filter, comint-send-input):
8240         Don't bother adding stickiness fields to overlays to fool the field
8241         code, since it should notice the overlay insertion-types now.
8243         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8244         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8245         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8247 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8249         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8250         (authors): Set file coding system to iso-2022-7bit.
8251         Add file-local variables to output buffer.
8253         * files.el (after-find-file): Don't print any warnings if
8254         WARN is nil.
8256 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8258         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8260         * delim-col.el: Now there is a column formatting mechanism.
8261         Modified to customization mechanisms convention.  Doc fix.
8262         (columns): New group for delim-col.
8263         (delimit-columns-before, delimit-columns-after)
8264         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8265         (delimit-columns-end): New vars.
8266         (delimit-columns-customize, delimit-columns-format): New funs.
8267         (delimit-columns-region, delimit-columns-rectangle)
8268         (delimit-columns-rectangle-line): Modified to support column
8269         formatting.
8271 2000-10-24  Dave Love  <fx@gnu.org>
8273         * log-edit.el (log-edit): Add :version and a :group for vc.
8275 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8277         * files.el (after-find-file): Don't print a message ``New file''
8278         if WARN is nil.
8280         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8281         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
8282         get duplicate tool-bar entries because we'll see the global ones
8283         on more than one path through keymaps.
8285         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8287         * progmodes/cmacexp.el: Change Francesco's email address.
8289 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8291         * window.el (fit-window-to-buffer): Adjust point of the window
8292         buffer, not that of the current buffer.
8294 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
8296         * progmodes/cmacexp.el: Update the euthor's email address.
8298 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8300         * faces.el (face-spec-set-match-display): Add `graphic' display
8301         type (the inverse of `tty').  Use `display-graphic-p' instead of
8302         the window-system variable.
8304 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8306         * international/isearch-x.el (isearch-with-input-method):
8307         Call input-method-function with the first event in
8308         unread-command-events.
8310 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8312         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8314 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
8316         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8317         New charsets.
8319         * term/mac-win.el: Remove definitions of mac-roman-lower and
8320         mac-roman-upper, require dired, and define instead of set
8321         mac-ready-for-drag-n-drop to avoid compilation error.
8323 2000-10-23  Andrew Innes  <andrewi@gnu.org>
8325         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8326         Remove superfluous calls to subst-char-in-string; instead apply
8327         expand-file-name after convert-standard-filename to ensure
8328         expected directory separators are used.
8330 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
8332         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8334 2000-10-23  Dave Love  <fx@gnu.org>
8336         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8337         (tool-bar-add-item): Set foreground and background for XBM icons.
8339         * international/latin1-disp.el (latin1-char-displayable-p):
8340         New function (from Handa).
8341         (latin1-display-check-font): Use it.
8343         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8344         using :key-sequence, making it much more usable.
8345         Use nconc, not append.
8346         (imenu--create-keymap-1): Avoid append.
8348         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8350 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8352         [the following changes fix a bug where `define-minor-mode' didn't
8353         correctly generate :require clauses for defcustoms in compiled files]
8354         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8355         (byte-compile-log-file, byte-compile-log-1): Don't set
8356         `byte-compile-current-file' to nil.  Instead set
8357         `byte-compile-last-logged-file' to it.  Test whether
8358         byte-compile-current-file equals byte-compile-last-logged-file
8359         instead of whether its nil.
8360         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8362 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
8364         * textmodes/refill.el: Fix var names in doc.
8365         (refill-mode): Don't bother with make-local-hook anymore.
8367 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8369         * faces.el (face-user-default-spec, face-default-spec): New functions.
8370         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8371         (frame-set-background-mode, face-set-after-frame-default):
8372         Use `face-user-default-spec'.  Simplify code slightly.
8374         * woman.el (woman-italic-face, woman-bold-face)
8375         (woman-unknown-face): Add dark-background variants.
8376         (woman-default-faces): Renamed from `woman-colour-faces'.
8377         Set using the stored defaults, rather than using hard-wired colors.
8378         (woman-monochrome-faces): Renamed from `woman-black-faces'.
8379         Just make the foreground `unspecified' rather than "black".
8380         (woman-menu): Rename menu entries accordingly.
8382         * faces.el (header-line): Make more reasonable on mono/grayscale
8383         displays.
8385 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
8387         * cus-edit.el (custom-button-face): Use 3D look for mac.
8388         (custom-button-pressed-face): Likewise.
8390         * faces.el (set-face-attributes-from-resources): Handle mac frames
8391         in the same way as x and w32 frames.
8392         (face-valid-attribute-values): Likewise.
8393         (read-face-attribute): Likewise.
8394         (defined-colors): Likewise.
8395         (color-defined-p): Likewise.
8396         (color-values): Likewise.
8397         (display-grayscale-p): Likewise.
8398         (face-set-after-frame-default): Likewise.
8399         (mode-line): Same default face as for x and w32.
8400         (tool-bar): Likewise.
8402         * frame.el: Remove call to frame-notice-user-settings at end of
8403         the file.
8405         * info.el (Info-fontify-node): Make underlines invisible for mac
8406         as for x, pc, and w32 frame types.
8408         * term/mac-win.el: New file.
8410 2000-10-22  Dave Love  <fx@gnu.org>
8412         * textmodes/refill.el: New file.
8414 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
8416         * vc-hooks.el (vc-version-backup-file-name): New optional args
8417         MANUAL and REGEXP.
8418         (vc-delete-automatic-version-backups, vc-make-version-backup):
8419         New functions.
8420         (vc-before-save): Use the latter.
8421         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8422         confusion.
8424         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8425         expected by vc[-hooks].el.
8427         * vc.el (vc-checkout): Added `-p' suffix in call to
8428         vc-make-version-backups-p; use vc-make-version-backup to actually
8429         make the backup.
8430         (vc-version-other-window, vc-version-backup-file): Handle both
8431         automatic and manual backups.
8432         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8433         of all of them.
8435 2000-10-22  Miles Bader  <miles@gnu.org>
8437         * comint.el (comint-highlight-input, comint-highlight-prompt):
8438         Renamed, `-face' at end removed.
8439         (comint-send-input, comint-output-filter): Use renamed faces.
8441         * window.el (fit-window-to-buffer): Change defaulting of
8442         MAX-HEIGHT slightly.
8444         * faces.el (color-values, color-defined-p): Use `member', not
8445         `memq', because it works correctly for strings.
8446         (frame-set-background-mode): Actually, "unspecified-fg" and
8447         "unspecified-bg" *are* strings.  Use `member', not `memq', and
8448         `equal', not `eq', when a string value is possible.
8450 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
8452         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8454 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
8456         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8457         sh-electric-rparen, sh-electric-less and sh-electric-hash.
8458         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8459         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8460         (sh-font-lock-syntactic-keywords): Use them.
8461         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8462         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8463         (sh-mode): Don't override font-lock-unfontify-region-function.
8464         Use a copy of sh-font-lock-syntactic-keywords.
8465         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8466         Don't call sh-scan-buffer since font-lock does it on the fly.
8467         (sh-get-indent-info): Use `face' rather than `syntax-table'
8468         text-property to detect here-documents.
8469         Replace sh-special-syntax with sh-st-punc.
8470         (sh-prev-line): Use `face' rather than `syntax-table'
8471         text-property to skip over here-documents.
8472         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8473         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8474         (sh-electric-less, sh-set-here-doc-region)
8475         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8476         (sh-scan-buffer, sh-rescan-buffer): Remove.
8478 2000-10-21  Andrew Innes  <andrewi@gnu.org>
8480         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8481         remote (ange-ftp) file names.
8483 2000-10-21  Miles Bader  <miles@gnu.org>
8485         * window.el (fit-window-to-buffer): New function.
8486         (shrink-window-if-larger-than-buffer): Use it.
8487         (window-text-height): Don't expect minibuffers to have mode-lines.
8489         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8490         * international/quail.el (quail-update-guidance):
8491         Use `fit-window-to-buffer' instead of `set-window-text-height'.
8493         * international/quail.el (quail-show-guidance-buf): Make sure
8494         guidance window really has enough room.
8495         (quail-update-guidance): If quail-guidance-win is already shown,
8496         make sure its height is OK.
8498         * window.el (window-text-height, set-window-text-height):
8499         New functions.
8500         (shrink-window-if-larger-than-buffer): Use `window-text-height'
8501         instead of `window-height' & `mode-line-window-height-fudge'.
8502         (mode-line-window-height-fudge): Add FACE parameter.
8503         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8504         instead of `enlarge-window' & `mode-line-window-height-fudge'.
8506 2000-10-20  Miles Bader  <miles@gnu.org>
8508         * window.el (height-affecting-face-attributes): Use `defconst'.
8510         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8511         New function, conditionally aliased to `mode-line-window-height-fudge'.
8512         (ispell-help): Use it.
8513         (ispell-choices-win-default-height): Don't include mode-line fudge.
8514         (ispell-choices-win-default-height): New function.
8515         (ispell-show-choices, ispell-command-loop): Use function
8516         `ispell-choices-win-default-height' instead of variable.
8518 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
8520         * window.el (mode-line-window-height-fudge): New variable.
8521         (height-affecting-face-attributes): New variable.
8522         (mode-line-window-height-fudge): New function.
8523         (shrink-window-if-larger-than-buffer): Use it.
8524         * help.el (resize-temp-buffer-window): Likewise.
8526         * info.el (Info-fontify-node): Add support for @subsubsection
8527         titles, which use `Info-title-4-face'.
8528         (Info-title-4-face): New face.
8529         (Info-title-3-face): Inherit from Info-title-4-face instead of
8530         variable-pitch.
8532 2000-10-19  Jason Rumney  <jasonr@gnu.org>
8534         * dired.el (dired-insert-directory): Do not let errors signalled by
8535         attempt to run dired-free-space-program prevent dired from working.
8537 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
8539         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8541 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
8543         * dirtrack.el (dirtrack): Fix call to run-hooks.
8545         * cmuscheme.el (cmuscheme-program-name): Renamed from
8546         scheme-program-name because xscheme.el contains a defcustom with
8547         the same name.  As a consequence, customizing group `cmuscheme'
8548         loaded `xscheme' which redefined run-scheme.
8549         (run-scheme): Use cmuscheme-program-name.
8551         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8553         * play/doctor.el (doctor-death): Update the Samaritans'
8554         anonymous address, and add a website for Befrienders International.
8556 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8558         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
8559         Avoid compilation gripes.  Doc fix.
8560         (ps-print-version): New version number (6.2).
8561         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8562         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8563         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8564         (ps-x-extent-priority, ps-x-extent-start-position)
8565         (ps-x-face-font-instance, ps-x-find-coding-system)
8566         (ps-x-font-instance-properties, ps-x-make-color-instance)
8567         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8568         avoid compilation gripes without defining functions.
8569         (ps-e-find-composition): Alias for function find-composition, to have a
8570         suitable function depending on Emacs version.
8571         (ps-color-device, ps-color-values, ps-face-foreground-name)
8572         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8573         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8574         (ps-print-ensure-fontified): Function definitions surrounded by
8575         `eval-and-compile' to avoid compilation gripes.
8576         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8577         by symbol-value to avoid compilation gripes.
8578         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8579         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8581 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8583         * startup.el (normal-top-level): Call `frame-set-background-mode'
8584         after `frame-notice-user-settings' because the latter doesn't call
8585         the former on a tty.
8587         * faces.el (frame-set-background-mode): `unspecified' &c are
8588         symbols, not strings.
8590 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8592         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8593         why some "light*" colors are deliberately absent from the alist.
8595         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8596         Change colors for tty's, as suggested by Miles Bader.
8598 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
8600         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8601         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
8602         for ISO10646-1 fonts.
8603         (x-font-name-charset-alist): Add an entry for "iso10646-1".
8605 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8607         * faces.el (frame-set-background-mode): If a tty frame defines a
8608         background color, use that to compute the background mode, instead
8609         of always defaulting to "dark".
8611 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8613         * comint.el (comint-write-output): New function.
8614         (comint-mode-map): Add it to the menu.
8615         Bind `C-c C-s' to comint-write-output.
8617 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
8619         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8620         Use fancy-splash-delay.
8622 2000-10-18  Alex Schroeder  <alex@gnu.org>
8624         * progmodes/sql.el (sql-sybase-options): New option.
8625         (sql-sybase): Use it.  Add sql-database to the list of parameters
8626         provided for login.  The options -w 2048 -n are not used any more.
8628         * comint.el (comint-read-input-ring): Bugfix such that the first
8629         and the last entry of the input ring file are not lost.
8631 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8633         * ps-print.el: Internal variable changes to defcustom,
8634         make-local-hook changes to defvar.  Doc fix.
8635         (ps-print-version): New version number (6.1).
8636         (ps-setup, ps-do-despool): Code fix.
8637         (ps-printer-name): Customization fix.
8638         (ps-printer-name-option): Now is a defcustom instead of an
8639         internal variable.
8640         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8641         (ps-print-begin-column-hook): Now are defvar instead of
8642         make-local-hook.
8644 2000-10-18  Miles Bader  <miles@gnu.org>
8646         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8647         (comint-kill-output): Changed into an alias for `comint-delete-output',
8648         and made obsolete.
8649         (comint-mode-map): Rename references to comint-kill-output.
8651 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
8653         * diff-mode.el (diff-header-face, diff-file-header-face)
8654         (diff-changed-face): Add bold and italic attributes to tty faces.
8655         (diff-function-face): New face.
8656         (diff-font-lock-keywords): Use it.
8658 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
8660         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8661         Remove commented-out call to force-mode-line-update.
8662         (comint-kill-output): Use `forward-line 0' instead of
8663         beginning-of-line to make sure we get past the prompt.
8665 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
8667         * diff-mode.el (diff-header-face, diff-file-header-face):
8668         Add specific setting for dark background.
8669         (diff-context-face): Renamed from diff-comment-face.
8670         Set explicitly rather than inheriting from font-lock-comment-face.
8672 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8674         * startup.el (command-line): Move the code which sets the default
8675         TTY colors to before before-init-hook.
8677 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8679         * jit-lock.el (jit-lock-stealth-time): Doc fix.
8681 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8683         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8684         extensions, for MS-DOS.
8686         * diff-mode.el (diff-header-face, diff-file-header-face)
8687         (diff-changed-face): Define tty-specific colors.
8689 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8691         * startup.el (fancy-splash-text): Realign the text.
8693 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8695         * font-lock.el (font-lock-comment-face): Define a separate default
8696         for dark-background tty's.
8698 2000-10-17  Miles Bader  <miles@gnu.org>
8700         * help.el (resize-temp-buffer-window): Add hack to avoid last line
8701         being obscured by whizzy mode-lines on graphics displays.
8703 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8705         * info.el (Info-title-1-face, Info-title-2-face)
8706         (Info-title-3-face): Define colors for tty's.
8707         (info-header-node): Remove unneeded tty-specific definition.
8709 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
8711         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8712         reverse from the frame parameters, and don't invert foreground and
8713         background colors.
8715 2000-10-16  Miles Bader  <miles@gnu.org>
8717         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8718         string "*Info*".  Call propertized-buffer-identification to spruce
8719         up the result.
8721 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8723         * help.el: Provide `help' for the sake of define-minor-mode
8724         which generates defcustoms with requires.
8726         * jit-lock.el (jit-lock-after-change): If we're in text that
8727         matches a multi-line font-lock pattern, make sure the whole text
8728         will be redisplayed.
8730         * emacs-lisp/authors.el (authors-add): Don't add an entry if
8731         author's name is unknown.
8733         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8734         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8735         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8736         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8737         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8738         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8739         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8740         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8741         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8742         Add author information.
8744 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
8746         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8747         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8748         full-color version (using the Gimp) to eliminate dithering artifacts.
8750 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8752         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8754         * simple.el (syntax-flag-table, string-to-syntax): Remove.
8756 2000-10-15  Dave Love  <fx@gnu.org>
8758         * progmodes/sh-script.el: Require skeleton and comint when compiling.
8760         * pcomplete.el (pcomplete) <defgroup>: Add :version.
8762         * whitespace.el: Doc fixes.
8763         (top-level): Don't add hooks here.
8764         (whitespace-running-emacs): Deleted.
8765         (timer): Don't require.
8766         (whitespace): Add back :version conditional on xemacs test.
8767         (whitespace-spacetab-regexp, whitespace-indent-regexp)
8768         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8769         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8770         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8771         Avoid specific xemacs test.
8772         (whitespace-global-mode): New option.
8773         (whitespace-global-mode): New command.
8774         (whitespace-unload-hook): New function.
8776         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8777         (Info-fontify-node, Info-goto-node, Info-mode-menu)
8778         (Info-fontify-node): `Goto' goes to `Go to'.
8779         (Info-fontify-node): Add help-echo to xref links.
8781 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
8783         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8785 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8787         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8788         Use plist-get and allow :inherit.
8790         * emacs-lisp/cl-macs.el (cl-do-arglist):
8791         Use plist-get and plist-member instead of memq.
8793         * emacs-lisp/ewoc.el (ewoc-location): New function.
8794         (ewoc-enter-after, ewoc-enter-before): Document return value.
8795         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8796         Don't need make-local-hook any more.
8797         (cvs-addto-collection): Return the new tin.
8798         (cvs-mode-insert): Jump to the new line.
8800         * jit-lock.el (jit-lock-fontify-buffer): Remove.
8802         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8804         * font-lock.el (font-lock-syntactically-fontified): New var.
8805         (font-lock-fontify-syntactic-keywords-region): Use it.
8806         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
8808         * diff-mode.el (diff-find-file-name): Fix regexp.
8810         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8811         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8813         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8814         (sh-mode-syntax-table): Add punctuation syntax for < and >.
8815         (sh-mode): Don't make all vars local here.
8816         (sh-kw): Reformat.
8817         (sh-set-shell): Use dolist.  Don't set indent-region-function.
8818         (sh-mode-syntax-table): Use pop.
8819         (sh-remember-variable): Use push.
8820         (sh-help-string-for-variable): Use memq.
8821         (sh-safe-backward-sexp): Remove.
8822         (sh-safe-forward-sexp): Add ARG.
8823         (sh-get-indent-info, sh-prev-stmt): Use it.
8824         (sh-prev-line): Simplify by using forward-comment.
8825         (sh-this-is-a-continuation): Simplify.
8826         (sh-learn-buffer-indent): Use dolist.
8827         (sh-do-nothing): Remove.
8828         (sh-set-char-syntax, sh-set-here-doc-region):
8829         Use inhibit-modification-hooks.
8830         (sh-name-style): Use mapcar and push.
8831         (sh-load-style): Use dolist.
8832         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8833         (sh-case, sh-while-getopts): Use propertize directly rather
8834         than sh-electric-rparen.
8836 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
8838         * textmodes/tex-mode.el: Require CL when compiling.
8839         (tex-mode-syntax-table): Init immediately.
8840         (tex-mode-map): Bind M-RET to latex-insert-item.
8841         (latex-mode): Set indent-line-function to latex-indent.
8842         (tex-common-initialization): Don't setup the syntax-table any more.
8843         (latex-insert-item): New skeleton.
8844         (tex-next-unmatched-end): Fix copy/paste braino.
8845         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8846         (latex-indent, latex-find-indent): New functions.
8847         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8848         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8849         (tex-compilation-parse-errors): Use with-syntax-table.
8851 2000-10-15  Miles Bader  <miles@gnu.org>
8853         * font-lock.el (font-lock-comment-face): Change dark-background,
8854         color, non-tty, default to `chocolate1'.
8856 2000-10-13  John Wiegley  <johnw@gnu.org>
8858         * eshell/esh-util.el (require): Added a missing `require' form,
8859         needed when compiling (for an ange-ftp macro definition).
8861 2000-10-13  Dave Love  <fx@gnu.org>
8863         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8865 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
8867         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8869         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8870         transparent -colors 8).
8872 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
8874         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8875         that breaks with old list format timestamps.
8876         (time-stamp-warn-inactive, time-stamp-old-format-warn)
8877         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8879 2000-10-13  John Wiegley  <johnw@gnu.org>
8881         * align.el, pcomplete.el, calendar/timeclock.el,
8882         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8884         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8885         faulty math, where holiday hours were being computing as seconds.
8887 2000-10-13  John Wiegley  <johnw@gnu.org>
8889         * desktop.el (desktop-buffer-modes-to-save): Added a global for
8890         specifying what "other" kinds of buffers should be saved.
8891         This used to be hard-coded.
8892         (desktop-buffer-misc-functions): A global for specifying how
8893         auxiliary data should be determined for special buffer types.
8894         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8895         instead of hard-coding the special buffer types.
8896         (desktop-save): Run `desktop-buffer-misc-functions' to gather
8897         auxiliary data, instead of hard-coding for Info buffers and dired.
8898         (desktop-buffer-info-misc-data): Aux function for determining Info
8899         buffer auxiliary info.
8900         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8901         (desktop-buffer-info): Changed this function to use the info
8902         gathered above.
8903         (desktop-create-buffer): Be a little more careful about what
8904         `minor-mode' means before calling it.  This is important for some
8905         buffer types.
8907 2000-10-13  John Wiegley  <johnw@gnu.org>
8909         * eshell/esh-util.el: Added a global form which declares an
8910         autoload for `parse-time-string', if that function is not already
8911         defined, and if parse-time.el is available on the user's system.
8913         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8914         to be aware of ange-ftp user info.
8915         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
8916         (eshell-ls-annotate): Use `eshell-file-attributes'.
8917         (eshell-ls-file): Made the user-id printing code a bit smarter.
8919         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8920         allow identification of alias user ids in remote directories.
8921         It's manual, but there's no other way to know when the current user
8922         on the local machine, is also the owning user on the remote machine.
8923         (fboundp): Bind `ange-cache'.
8924         (eshell-directory-files-and-attributes): Re-organized the logic a
8925         bit to use `eshell-file-attributes' instead of `file-attributes'.
8926         The former is more sensitive to directories that are read via FTP,
8927         and knows how to use ange-ftp to determine full attribute
8928         information, instead of just the name and last modtime.
8929         (eshell-current-ange-uids): Return the current user id when in a
8930         remote directory.
8931         (eshell-parse-ange-ls): Parse a full directory listing that has
8932         been returned by ange-ftp.
8933         (eshell-file-attributes): This beefed up version of
8934         `file-attributes' is only special if the user is currently in a
8935         remote directory, in which case it does a lot of work to find out
8936         what the real attributes of a file are, as they appear on the
8937         remote machine.  This makes usage of remote directories (i.e.,
8938         ange-ftp pathnames) much more useful.  You can now use Eshell as a
8939         full-fledged FTP client, with much more manipulation ability than
8940         most other clients.
8942         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8943         variable, which means that Eshell's du should always be preferred
8944         in remote directories.
8945         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8946         just `file-attributes'.
8947         (eshell-mvcp-template): Bind `ange-cache', to improve performance
8948         when reading remote directories.  This is an Eshell-specific
8949         variable (not part of ange-ftp).
8950         (eshell/ln): Bind `ange-cache'.
8951         (eshell/du): Added some extra logic for determining when to use
8952         Eshell's du (which is slow), and when to use the external version
8953         (which may or may not exist).
8955         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8956         Call `eshell-interactive-process', rather than using
8957         `get-buffer-process', since backgrounded processes don't count in
8958         the context of this function's logic.
8960         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8961         `forward-char', so that null strings are parsed correctly.
8963 2000-09-13  John Wiegley  <johnw@gnu.org>
8965         * eshell/em-pred.el (eshell-pred-file-type)
8966         (eshell-pred-file-links, eshell-pred-file-size):
8967         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
8969         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8970         that remote file globbing is more efficient.
8972         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8973         gathering the files and attributes within a directory.
8975         * eshell/em-unix.el (eshell/cat): If any of the files passed on
8976         the command line is a special file (not a regular file, directory
8977         or symlink), always attempt to call the external version of cat.
8979 2000-09-13  John Wiegley  <johnw@gnu.org>
8981         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8982         Eshell-friendly version of find-tag.
8984 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
8986         * image-file.el (image-file-name-extensions)
8987         (image-file-name-regexps): Add autoload cookies.
8989 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
8991         * international/mule-cmds.el (select-safe-coding-system): If FROM
8992         is string, show it in *Warning* buffer.
8994 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8996         * startup.el (normal-top-level): Use display-popup-menus-p instead
8997         of window-system.
8998         (command-line): Use display-graphic-p instead of window-system.
8999         (command-line-1): Use display-popup-menus-p and display-mouse-p
9000         instead of window-system.
9002 2000-10-12  Sam Steingold  <sds@gnu.org>
9004         * tooltip.el (tooltip-use-echo-area): New user variable.
9005         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9007 2000-10-12  Dave Love  <fx@gnu.org>
9009         * recentf.el: Maintainer's checkdoc fixes.
9011         * startup.el (normal-top-level-add-subdirs-to-load-path):
9012         Use character class, not ASCII when matching file names.
9013         (fancy-splash-head): Add trailing slash to URL.
9014         (command-line): Don't require XPM support for toolbar.
9016         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9017         (cperl-invalid-face): Revert last change.
9018         (cperl-init-faces): Quote cperl-invalid-face.
9020 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9022         * startup.el (fancy-splash-text): Remove superfluous quote.
9024 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
9026         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9027         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9028         (command-line-1): Don't use fancy-splash-pending-command.
9029         (fancy-splash-screens-1): Goto point-min after inserting text.
9031         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9033         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9034         instead of shared-lisp-mode-map.
9036 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
9038         * faces.el (header-line): Change tty-variant to use underlining.
9040         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9041         (isearch-highlight): Restore lazy-isearch face properties at old
9042         position, and suppress them at new position.
9043         (isearch-dehighlight): Restore lazy-isearch face properties.
9044         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9045         over the real isearch overlay, but in that case, don't give it a
9046         face property.  Use `push'.
9048 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9050         * man.el (Man-getpage-in-background): Fix previous change.
9051         Decode the process output only when we are in multibyte mode.
9053 2000-10-11  Dave Love  <fx@gnu.org>
9055         * info.el (Info-mode-menu): Fix some help.
9056         (info-tool-bar-map): Add entry for Info-last.
9058         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9059         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9060         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9061         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9062         * toolbar/search-replace.xpm, toolbar/exit.xpm:
9063         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9064         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9065         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9066         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9067         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9068         Reduce colour requirements to 25 overall.  (Probably wants
9069         revisiting from the originals to reduce further.)
9071 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
9073         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9074         buffer-file-coding-system, instead of raw-text.
9075         (dehexlify-buffer): Bind coding-system-for-read to
9076         buffer-file-coding-system, instead of raw-text.
9078 2000-10-11  Sam Steingold  <sds@gnu.org>
9080         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9081         `underline' - fixes the bug introduced on 2000-09-21.
9083 2000-10-11  Dave Love  <fx@gnu.org>
9085         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9086         Avoid compiler warnings.
9087         (scheme-mode): Doc fix.
9088         (scheme-font-lock-keywords-1): Match `define-syntax'.
9090 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
9092         * faces.el (frame-set-background-mode): Pay attention to saved
9093         face specs as well as default ones.  Only do anything if the
9094         bg-mode or display-type has actually changed.  Use `dolist'.
9095         (region): Make dark-background `region' face less in-your-face.
9097 2000-10-10  Sam Steingold  <sds@gnu.org>
9099         * chistory.el, ielm.el, ledit.el:
9100         * progmodes/inf-lisp.el, progmodes/scheme.el:
9101         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9103 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
9105         * textmodes/texinfo.el: Update copyright and fix typo.
9107         * desktop.el (desktop-modes-not-to-save): New var.
9108         (desktop-save-buffer-p): Use it.
9109         Also, obey desktop-buffers-not-to-save even for non-file buffers.
9110         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9112 2000-10-10  Dave Love  <fx@gnu.org>
9114         * toolbar/tool-bar.el (tool-bar-add-item)
9115         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9117         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9118         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9119         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9120         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9121         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9122         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9123         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9124         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9125         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9126         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9127         the .xpms; probably need retouching.
9129 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
9131         * subr.el (add-to-list): Add optional argument APPEND.
9132         * battery.el (display-battery): Use `add-to-list'.
9134 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
9136         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9137         properties.
9138         (zone, zone-when-idle, zone-leave-me-alone)
9139         (zone-pgm-whack-chars): Use new symbol properties.
9141         * battery.el (display-battery): Doc spelling fix.
9143         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9144         property.
9146 2000-10-09  Dave Love  <fx@gnu.org>
9148         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9149         has been initialized before calling tool-bar-setup.
9150         (tool-bar-add-item-from-menu): Add autoload cookie.
9152 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
9154         * menu-bar.el (send-mail-item-name): New function.
9155         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9156         of mail-user-agent in the menu.  Don't display the "Send Mail"
9157         item if mail-user-agent is nil or its value is ignore.
9158         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9159         if read-mail-command is nil or its value is ignore.
9161         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9163 2000-10-09  Miles Bader  <miles@gnu.org>
9165         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9166         Correct image size.
9167         * toolbar/left_arrow.xpm: Correct image size.
9169         * jka-compr.el: Don't call `jka-compr-install' when loading (it
9170         will be done by the definition of `auto-compression-mode' if
9171         necessary.  Move code to uninstall existing file-name handler
9172         before definition of `auto-compression-mode'.
9174         * image-file.el (auto-image-file-mode): Move to the end of the
9175         file, because `define-minor-mode' actually calls the mode-function
9176         if the associated variable is non-nil, which requires that all
9177         needed functions be already defined.
9179         * mouse.el (popup-menu): Balance parens.
9181 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
9183         * mouse.el (popup-menu): Move the command call outside the loop
9184         so that popup-menu returns whatever the command returns.
9186         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
9187         (initialize-new-tags-table): Use run-hook-with-args-until-success.
9188         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9189         (tags-table-format-functions): Renamed from tags-table-format-hooks.
9191         * vc.el (vc-version-diff): diff-switches can be a list.
9192         Use relative filenames for prettier output.
9194         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9195         (vc-post-command-functions): Remove old-VC compatibility code.
9197         * newcomment.el (comment-indent-default): Autoload.
9199         * font-lock.el (font-lock-defaults): Make buffer-local.
9200         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9201         (font-lock-choose-keywords):
9202         Ignore LEVEL unless KEYWORDS is a list of syms.
9203         (c-keywords, c++-keywords, objc-keywords, java-keywords):
9204         Don't wrap regexp-opt things in \(...\) unnecessarily.
9206         * jit-lock.el: Don't require font-lock any more.
9207         (jit-lock-functions): Make buffer-local.
9208         (jit-lock-saved-fontify-buffer-function): Remove.
9209         (jit-lock-mode): Remove autoload cookie.
9210         Remove font-lock specific code.
9211         (jit-lock-unregister): Don't bother handling complex hooks any more.
9212         (jit-lock-refontify): New function.
9213         (jit-lock-fontify-buffer): Use it.
9214         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9215         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9216         Add optional args START and END.
9217         Never call font-lock-fontify-region directly.
9218         (jit-lock-function, jit-lock-stealth-fontify): Use it.
9220         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9222 2000-10-08  Dave Love  <fx@gnu.org>
9224         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9226         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9228         * play/studly.el (studlify-region, studlify-word): Add autoload
9229         cookie.
9231         * play/morse.el (morse-region, unmorse-region): Add autoload
9232         cookie.
9234         * play/spook.el (spook-phrases-file): Use expand-file-name, not
9235         concat.
9237         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9238         insist on symbols starting with word syntax.
9239         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9240         (eval-defun-1): Doc fix.
9241         (indent-sexp): Use nconc to build up indent-stack.
9243         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9244         Gnus with little use.
9245         (mail-setup-hook): Add mail-abbrevs-setup to options.
9247         * recentf.el: Doc fixes.
9249         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9250         Clean up remainder.
9252         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
9253         without timezone and (8) with timezone to enforce some whitespace.
9254         Simplify code somewhat.
9256         * options.el (list-options): Doc that you should use customize.
9258         * iswitchb.el (iswitchb-mode): Add :require.
9260         * info.el (Info-goto-node, Info-menu): Doc fix.
9261         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9262         (info-tool-bar-map): New variable.
9263         (Info-mode): Use it.
9264         (Info-edit-map): Define all in defvar.
9265         (speedbar-attached-frame): Avoid compiler warning.
9267         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9268         (global-map): Bind [tool-bar] to a filtered map.
9269         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
9270         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9271         Allow PBM icons.
9272         (tool-bar-setup): Adjust calls of tool-bar-add-item.
9274         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9275         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9276         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
9277         icons, except up_arrow, which is left-arrow rotated.
9279         * imenu.el (imenu-add-to-menubar): Fix last change.
9281 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
9283         * generic-x.el (rul-generic-mode): Remove eval-when-compile
9284         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
9286 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9288         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9289         typos in doc strings.
9291         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9292         the doc strings how to customize Font Lock faces.
9294         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9295         computing growth when dragging the header line.
9297 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9299         * simple.el (kill-line): Doc fix.
9301 2000-10-08  Miles Bader  <miles@gnu.org>
9303         * faces.el (secondary-selection): Make foreground visible on tty.
9305         * jka-compr.el (auto-compression-mode): Move to the end of the
9306         file, because `define-minor-mode' actually calls the mode-function
9307         if the associated variable is non-nil, which requires that all
9308         needed functions be already defined.
9309         (with-auto-compression-mode): Add autoload cookie.
9311 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
9313         * files.el (find-backup-file-name) [ms-dos]: If support for long
9314         file names is not available, behave as if version-control were set
9315         to never.
9317 2000-10-07  Dave Love  <fx@gnu.org>
9319         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9320         (browse-url-gnome-moz): New function.
9321         (browse-url-browser-function): Use it.
9322         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9324 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
9326         * indent.el (tab-always-indent): New var.
9327         (indent-for-tab-command): Use it.
9329         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9330         raise an error.  This way it can still default to a sane value.
9332 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9334         * startup.el (fancy-splash-screens): Use local rather than global map.
9335         Don't use `update-menu-bindings' any more.
9336         Get rid of assumptions about keymap representation.
9338 2000-10-06  Dave Love  <fx@gnu.org>
9340         * textmodes/fill.el (sentence-end-double-space)
9341         (sentence-end-without-period):  Doc fix.
9342         (adaptive-fill-regexp): Purecopy.
9343         (unjustify-current-line): Use line-end-position.
9344         (fill-individual-paragraphs-prefix): Use line-beginning-position.
9346         * net/eudc-vars.el (eudc): Add :version, :link.
9348         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9350         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9351         Fix for define-minor-mode.
9352         (function-at-point): Alias to function-called-at-point.
9354         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9356         * simple.el (backward-word): Doc fix.
9358         * image-file.el (image-file-name-regexp): image-file-regexps ->
9359         image-file-name-regexps.
9360         (image-file-name-extensions): Add pbm.
9362 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9364         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9365         and add filename to the names so that diff-mode can jump to source.
9367         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9368         (tex-font-lock-keywords, tex-font-lock-keywords-2)
9369         (tex-font-lock-keywords-1): Remove.
9370         (font-lock-turn-on-thing-lock): Use jit-lock-register.
9371         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9372         (font-lock-default-fontify-region):
9373         Expand beg..end correctly when just following a multiline region.
9374         (font-lock-fontify-anchored-keywords):
9375         Include the anchor text as part of the multiline.
9377 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
9379         * loadup.el (toplevel): Load `loaddefs' before `help' because the
9380         latter needs the autoloaded define-minor-mode macro during the
9381         bootstrap.
9383         * startup.el (command-line): For now, activate tool-bar-mode only
9384         if XPM images are supported.
9386         * mouse.el (mouse-drag-header-line): Don't allow resizing a
9387         window by dragging a header-line at the top of the frame; that's
9388         confusing because the header-line doesn't move.
9389         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9390         of treating the event as a list.  Some cleanup.
9392 2000-10-06  Miles Bader  <miles@gnu.org>
9394         * simple.el (display-message-or-buffer): New function.
9395         (shell-command-on-region): Use `display-message-or-buffer'.
9397         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9398         docstring parts.
9400         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9401         (smbclient-prompt-regexp): Add usage note to doc string.
9402         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9403         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9404         Use add-hook for adding the comint filter function, and only do so
9405         if it's not already in the global hook list.
9406         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9407         to `make-local-variable'.
9408         (nslookup-font-lock-keywords): Remove prompt entry.
9409         (nslookup): Don't set the process-filter.
9410         (finger): Exit the loop correctly when the regexps list runs out.
9411         (ftp, smbclient, smbclient-list-shares):
9412         Set the real major mode immediately, not after execing.
9413         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9415         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9417 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
9419         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9421         * which-func.el (which-func-format): Remove spurious space.
9422         (which-func-mode): Don't make it permanent-local.
9423         (which-func-ff-hook): Allow which-func-maxout to be nil.
9424         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
9425         (which-func-mode): Simplify.
9426         Use post-command-idle-hook rather than post-command-hook.
9427         Go through all buffers and update their state.
9428         (which-function): Also try add-log-current-defun-function.
9430         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9431         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9432         Update call to with-vc-properties accordingly.
9433         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9434         (vc-revert-buffer): More careful about window selection and deletion.
9435         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9437         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9438         (cvs-retrieve-revision): Reuse a pre-existing buffer.
9439         (cvs-dired-action): Change the default to quickdir.
9441         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9442         if comment-indent-function returns nil.
9443         (comment-indent-default): New function.
9444         (comment-indent-function): Use it and document the new semantics.
9446         * image-file.el: Docstring fixes.
9448         * help.el (help-xref-on-pp): Use match-string.
9449         (describe-variable): New arg BUFFER.
9450         Store the current buffer in the help-xref-stack.
9451         (temp-buffer-resize-mode): Use define-minor-mode.
9453         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9454         consistently with its docstring.
9455         Set jit-lock-first-unfontify-pos in an idempotent way.
9456         (jit-lock-register): Autoload and add arg CONTEXTUAL.
9458 2000-10-05  Alex Schroeder  <alex@gnu.org>
9460         * sql.el (sql-mysql-options): New variable.
9461         (sql-mysql): Use it.
9463 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
9465         * image.el (image): New group.
9467         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9468         (smerge-base-face, smerge-markers-face): Add dark-background variants.
9470 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9472         * net/net-utils.el (nslookup-font-lock-keywords)
9473         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9474         Ignore the value of wqindow-system; always define keywords
9476 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
9478         * startup.el (fancy-splash-screens): Remove the code for
9479         debugging; `(trace-to-stderr "EXITTT\n")'.
9481 2000-10-05  Miles Bader  <miles@gnu.org>
9483         * diff-mode.el (diff-goto-source): Update call to
9484         `diff-hunk-status-msg' to reflect new REV variable.
9486 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
9488         * progmodes/icon.el (icon-mode):
9489         Don't gratuitously override the default for comment-column.
9491         * vc-hooks.el (vc-mode-line): Fix interactive spec.
9493         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9494         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9495         (jit-lock-functions): New var.
9496         (jit-lock-function-1): Use it if non-nil.
9497         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
9498         Set the `fontified' property before doing the fontification to avoid
9499         repeatedly going through the same error.
9500         Don't turn errors into messages.
9501         (jit-lock-register, jit-lock-unregister): New functions.
9503         * dired.el (dired-mark-pop-up): Turn comment into docstring.
9504         Use with-current-buffer.
9506         * dired-aux.el (dired-do-create-files, dired-kill-tree):
9507         Turn comment into docstring.
9509         * apropos.el (apropos-mode): Use define-derived-mode.
9511 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
9513         * startup.el (fancy-splash-pending-command): New variable.
9514         (fancy-splash-pre-command): New function.
9515         (fancy-splash-screens): Rewritten.
9516         (command-line-1): If fancy-splash-pending-command is set, call it
9517         interactively.
9519 2000-10-04  Dave Love  <fx@gnu.org>
9521         * toolbar/tool-bar.el (tool-bar-setup): New function.
9522         (tool-bar-mode): Use it.
9524         * subr.el (substitute-key-definition): Doc fix.
9525         (play-sound-file): New command.
9527 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
9529         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9530         vc-version-backup-file-name): New functions.
9532         * files.el (basic-save-buffer): Call vc-before-save before saving.
9534         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9535         vc-cvs-stay-local-p.
9537         * vc.el (vc-revert-buffer): Handle empty diff properly.
9538         (vc-version-backup-file): New function.
9539         (vc-checkout): Create a version backup if necessary.
9540         (vc-checkin): If a version backup file exists, delete it.
9541         (vc-version-diff): Diff locally using version backups, if available.
9542         (vc-revert-file): If there's a version backup, revert locally.
9543         (vc-transfer-file): Use version backup for base version, if
9544         available.  If not, ask for confirmation whether to get it from the
9545         server.  Update mode line before check-in.
9547 2000-10-04  Dave Love  <fx@gnu.org>
9549         * toolbar/tool-bar.el (tool-bar-setup): New function.
9550         (tool-bar-mode): Use it.
9552 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9554         * net/net-utils.el (nslookup-font-lock-keywords)
9555         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9556         Only set if window-system is non-nil
9557         (net-utils-run-program): Returns buffer.
9558         (network-connection-reconnect): Added this function.
9560         * generic.el:
9561         Incorporates extensive cleanup and docfixes by
9562         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9563         Uses cl compile-time macros.
9564         (generic-mode-name, generic-comment-list)
9565         (generic-keywords-list, generic-font-lock-expressions)
9566         (generic-mode-function-list, generic-mode-syntax-table):
9567         Removed variables.
9568         (generic-mode-alist): Renamed to generic-mode-list.
9569         (generic-find-file-regexp): Default changed to "^#".
9570         (generic-read-type): Uses completing read on generic-mode-list.
9571         (generic-mode-sanity-check): removed this function.
9572         (generic-add-to-auto-mode): Removed this function
9573         (generic-mode-internal): Bind mode-specific definitions
9574         into function instead of putting them in alist.
9575         (generic-mode-set-comments): Reworked extensively.
9576         (generic-mode-find-file-hook): Simplified regexp searching
9577         (generic-make-keywords-list): Omit extra pair of parens
9579         * find-lisp.el (find-lisp-find-files-internal):
9580         Make sure directory name ends with "/".
9582         * generic-x.el (apache-conf-generic-mode):
9583         Regexp now allows leading whitespace.
9584         (rc-generic-mode): Added eval-when-compile
9585         around generic-make-keywords-list.
9586         Deleted duplicate regexp
9587         (rul-generic-mode): Added eval-when-compile
9588         around generic-make-keywords-list.
9589         (etc-fstab-generic-mode): New generic mode.
9590         (rul-generic-mode): Removed one eval-when-compile
9591         which caused a max-specpdl-size exceeded error.
9593 2000-10-04  Miles Bader  <miles@gnu.org>
9595         * simple.el (minibuffer-temporary-goal-position): New variable.
9596         (next-history-element): Try to keep the position of point in the
9597         input string constant.
9599         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9600         (dired-do-create-files): If there's only one file, pass it in as
9601         the DEFAULT arg to dired-mark-read-file-name.
9603 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
9605         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9606         (diff-goto-source): Be smarter when choosing REVERSE or not.
9608         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9609         (texinfo-mode-menu): Add an explicit shortcut for update all.
9611 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
9613         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9614         factorize backend-specific code cleanly (this was essentially
9615         conceived by Stefan Monnier).
9616         (vc-unregister): Function removed.
9617         (vc-revert-file): New function.
9618         (vc-revert-buffer): Delegate some of the work to it.
9620         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9621         default branch unconditionally.
9622         (vc-rcs-set-default-branch): New function.
9623         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9624         (vc-rcs-checkin): If an appropriate default branch has been set,
9625         force creation of that branch.
9626         (vc-rcs-receive-file): Rewritten to contain only backend-specific
9627         code (as suggested by Stefan Monnier).
9629 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9631         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9632         highlighting overlay with a different face over the overlay
9633         isearch uses to highlight the current match because that can lead
9634         to bad face combinations.
9636         * loadup.el (toplevel): Load faces before isearch.
9638         * isearch.el (isearch-faces): New custom group.
9639         (isearch): New defface; was already tested for in the code.
9640         (isearch-lazy-highlight-face): Changed to defface from defcustom.
9641         (isearch-highlight): Always use face `isearch'.
9643 2000-10-02  Dave Love  <fx@gnu.org>
9645         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9646         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
9647         comparison of opcode with operand.
9649 2000-10-03  Miles Bader  <miles@gnu.org>
9651         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9652         buffer, since the echo area will now grow to accommodate them.
9654 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
9656         * vc-hooks.el (vc-registered): If FILE used to be registered under
9657         a certain backend, try that one first.
9659         * vc.el (vc-responsible-backend): Undo the previous change in the
9660         argument list.  Handle multiple backends correctly.
9661         (vc-find-new-backend): Function removed.
9662         (vc-register): Use vc-responsible-backend, as before.
9663         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9665 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9667         * startup.el (fancy-splash-head): Change message below the
9668         logo.
9670 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
9672         * diff-mode.el (diff-goto-source): Emit a status message.
9673         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9674         (diff-test-hunk): Fix doc string.
9675         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9676         (diff-advance-after-apply-hunk): New variable.
9677         (diff-apply-hunk): Don't return a value.
9679 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
9681         * vc.el (vc-editable-p): Minor optimization.
9682         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9683         (vc-find-new-backend): New function split from vc-responsible-backend.
9684         (vc-register): Use it.
9685         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9686         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9687         (vc-default-unregister, vc-revert-buffer): Docstring fix.
9688         (vc-clear-headers): Don't use find-file.
9689         (vc-revert-buffer): Use `and' again (must have been a braino).
9690         (vc-switch-backend): Only prompt if requested.
9691         Short circuit if nothing is to be done.
9692         Don't use vc-resynch-buffer which could lose unsaved editing.
9693         (vc-default-receive-file): Update call to vc-unregister.
9694         (with-vc-file, vc-next-action-on-file):
9695         Use vc-backend rather than vc-registered.
9696         (vc-next-action-on-file): Use intern-soft.
9697         Deal with read-only *vc-diff* buffer.
9698         (vc-transfer-file): Docstring fix.
9700         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9701         (vc-rcs-receive-file): Avoid with-vc-properties.
9702         Update call to vc-unregister.
9703         Use constant `RCS' rather than (dynamically bound) var `backend'.
9705 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
9707         * vc.el (vc-next-action-on-file): Update mode line only if file
9708         is visited.
9709         (vc-start-entry): New argument initial-contents.  Don't visit the file
9710         if it isn't already visited.  Brought documentation up-to-date.
9711         (vc-next-action, vc-register): Updated calls to vc-start-entry.
9712         (vc-checkin): New optional arg initial-contents, which is passed to
9713         vc-start-entry.
9714         (vc-finish-logentry): Make sure to bury log buffer only if there
9715         really is one.  Call `vc-resynch-buffer' on log-file, not
9716         buffer-file-name.
9717         (vc-default-comment-history, vc-default-wash-log): New functions.
9718         (vc-index-of): Removed.
9719         (vc-transfer-file): Make do without the above.
9720         (vc-default-receive-file): Call comment-history unconditionally.  Pass
9721         the resulting string to vc-checkin, instead of inserting it into the
9722         comment ring.
9724         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9725         unconditionally.  Use the comments as initial contents of the log
9726         entry buffer.  Document the trick to force branch creation with no
9727         changes.
9729 2000-10-01  Miles Bader  <miles@gnu.org>
9731         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9732         `recenter' with an arg to prevent redrawing the display.
9734 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
9736         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9738         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9740         * progmodes/c-mode.el (c-mode):
9741         Don't gratuitously override the default for comment-column.
9743         * textmodes/tex-mode.el (latex-metasection-list): New var.
9744         (latex-imenu-create-index): Use it.
9745         Move the regexp construction outside loops (and use push).
9746         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9747         (tex-font-lock-keywords): Moved from font-lock.el.
9748         (tex-comment-indent): Remove.
9749         (tex-common-initialization): Don't set comment-indent-function.
9750         (latex-block-default): New var.
9751         (tex-latex-block): Use it to provide a default choice.
9752         Add any unknown choice to latex-block-names.
9753         Insert [...] after {...}.
9754         (tex-last-unended-begin): Simplify regexp.
9755         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9756         (latex-forward-sexp-1, latex-forward-sexp): New functions.
9757         (latex-mode): Set forward-sexp-function.
9759         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9760         Add regexp for @ignore ... @end ignore.
9761         (texinfo-heading-face): New face.
9762         (texinfo-font-lock-keywords): Use it.
9763         (texinfo-mode-menu): New menu.
9764         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9765         New functions.
9766         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9767         (texinfo-section-types-regexp, texinfo-section-level-regexp)
9768         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9769         Remove declaration.
9770         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9772         * delsel.el (delete-selection-mode): Use define-minor-mode.
9774         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9776 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9778         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9780 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
9782         * replace.el (keep-lines-read-args): New function.
9783         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9784         read arguments interactively.  Add parameters RSTART and REND.
9785         Operate on the active region in Transient Mark mode.
9787         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9789         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9790         (authors-obsolete-files-regexps): New variable.
9791         (authors-add): Don't record changes in obsolete files.
9793 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9795         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9797         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9798         (comment-indent): Make sure there's a space between code and comment.
9799         Shift comments left to avoid going past fill-column.
9801 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9803         * startup.el (startup-echo-area-message): New function.
9804         (display-startup-echo-area-message): Use it.
9805         (fancy-splash-screens): Rewritten to use keymaps and a timer.
9806         (fancy-splash-default-action): New function.
9807         (fancy-splash-screens-1): New function.
9808         (fancy-splash-head): Put a help-echo and a keymap under the image.
9810 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9812         * diff-mode.el (diff-add-log-file-name): Remove.
9813         (diff-mode): Use add-log-buffer-file-name-function.
9815         * add-log.el (find-change-log): New arg BUFFER-FILE.
9816         (add-log-file-name): Obey add-log-file-name-function.
9817         (add-log-buffer-file-name-function): New var.
9818         (add-change-log-entry): Use it.
9820 2000-09-29  Miles Bader  <miles@gnu.org>
9822         * image-file.el (image-file-name-extensions): New variable.
9823         (image-file-name-regexps): Renamed from `image-file-regexps'.
9824         New default value is nil.  Call `auto-image-file-mode'.
9825         (image-file-name-regexp): New function.
9826         (auto-image-file-mode): New minor mode.
9827         (insert-image-file): Don't make conditional on the image-file
9828         handler being enabled.
9829         (image-file-handler): Make the call here conditional instead.
9830         (set-image-file-handler-enabled, enable-image-file-handler)
9831         (disable-image-file-handler): Functions removed.
9833         * emacs-lisp/authors.el (authors-print): Rephrase many-files
9834         string.
9836 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9838         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9839         it's a function from CL.
9840         (latex-imenu-create-index): Replace eval-when-compile with progn
9841         because latex-section-alist is not bound while compiling.
9843 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9845         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9846         (outline-mode): Use define-derived-mode.
9848         * progmodes/perl-mode.el (perl-mode):
9849         * progmodes/awk-mode.el (awk-mode):
9850         * progmodes/asm-mode.el (asm-mode):
9851         Don't gratuitously override the default for comment-column.
9853         * emacs-lisp/lisp.el (lisp-complete-symbol):
9854         Distinguish the let-binding case from the funcall case.
9855         (forward-sexp-function): New variable.
9856         (forward-sexp): Use it.
9858         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9859         (easy-mmode-defmap): Remove the now useless autoload.
9861         * time.el (display-time-mode): Use define-minor-mode.
9863         * subr.el (add-minor-mode): Don't eval NAME.
9864         Don't depend on the presence of TOGGLE-FUN for any special behavior.
9865         Use if rather than cond.
9867         * simple.el (read-expression-map): Define more properly.
9868         (comment-indent-hook): Remove.
9869         (string-to-syntax): Bug fix.
9871         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9872         (cvs-ediff-diff): Fix typo.
9873         (cvs-revert-if-needed): Don't bother preserving read-only.
9875         * paren.el (show-paren-mode): Use define-minor-mode.
9877         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9878         (toggle-auto-compression): Remove.
9879         (jka-compr-build-file-regexp): Remove useless grouping.
9881         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9882         Avoid user-reserved bindings.
9883         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9884         (diff-header-face): Revert to grey85.
9886         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9888         * complete.el (partial-completion-mode) <defcustom>: Remove.
9889         (partial-completion-mode): Use define-minor-mode.
9890         (PC-do-completion): Understand `completion-auto-help = delay'
9891         to mean to popup the completion buffer only the second time.
9892         (PC-include-file-all-completions, PC-include-file-all-completions)
9893         (PC-include-file-all-completions): Don't quote lambda.
9895         * comint.el (comint-mode-hook): Docstring fix.
9896         (comint-mode): Use define-derived-mode.
9897         (comint-mode-map): Remove obsolete comment.
9898         (make-comint): Minor stylistic change.
9899         (comint-insert-clicked-input): Be more careful to find the overlay.
9900         Use this-command-keys rather than hardcoding mouse-2.
9902         * font-lock.el: Replace confusing (,@ with ,
9903         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9904         Don't use regexp-opt-depth.  Spice up the regexp for args.
9905         Don't distinguish between cmds that can take an opt arg or not.
9906         Use `append' and `prepend' rather than `keep'.
9908         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9909         (latex-outline-regexp): New var.
9910         (latex-outline-level): New fun.
9911         (latex-section-alist): New var.
9912         (latex-imenu-create-index): Use it.  Use `push' as well.
9913         (tex-shell-map): Initialize it properly.
9914         (tex-mode): Minor stylistic change.
9915         (plain-tex-mode): Use define-derived-mode.
9916         (latex-mode): Use define-derived-mode.
9917         Construct the paragraph regexps in a more readable way.
9918         Set the buffer-local outline-{level,regexp} vars.
9919         (slitex-mode): Derive from latex-mode.
9920         (tex-common-initialization): Don't kill-all-vars anymore.
9921         Add setting for comment-add and font-lock-defaults.
9922         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9923         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
9924         (tex-start-tex): New arg DIR (and send a chdir command for it).
9925         Also display the shell buffer and save it in tex-last-buffer-texed.
9926         (tex-region): Use expand-file-name rather than concat.
9927         Remove code made useless by changes in tex-start-tex.
9928         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9930         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9932 2000-09-28  Dave Love  <fx@gnu.org>
9934         * eshell/eshell.el (eshell) <defgroup>: Add :version.
9936 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
9938         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9939         `append'.
9941 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9943         * info.el (Info-extract-pointer): Undo last change.
9944         Instead, fix the position of the `bound' arg to re-search-backward.
9946 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
9948         * info.el (Info-extract-pointer):
9949         Widen more carefully, to avoid finding pointers in other nodes.
9950         (Info-index): Use push.
9952 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9954         * frame.el (set-frame-font): Remove call to obsolete function
9955         frame-update-faces.
9956         (set-foreground-color, set-background-color): Likewise for
9957         frame-update-face-colors.
9959 2000-09-27  Miles Bader  <miles@gnu.org>
9961         * image-file.el: New file.
9963 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9965         * frame.el (frame-notice-user-settings): Don't call
9966         frame-update-faces, which is a no-op now.
9968         * ediff-wind.el (ediff-control-frame-parameters): Add zero
9969         tool-bar-lines.
9971 2000-09-27  Dave Love  <fx@gnu.org>
9973         * mouse.el: Fix last change.
9975 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
9977         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9979 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
9981         * international/quail.el (quail-help): The output message is
9982         improved.
9984 2000-09-26  Dave Love  <fx@gnu.org>
9986         * mouse.el (popup-menu): If POSITION is nil, set it using
9987         mouse-position.
9989 2000-09-25  Sam Steingold  <sds@gnu.org>
9991         * net/browse-url.el (browse-url-file-url): Check for null maps.
9993 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
9995         * frame.el (frame-notice-user-settings): Don't add a
9996         tool-bar-lines frame parameter to default-frame-alist in batch mode.
9998         * frame.el (frame-notice-user-settings):
9999         Make tool-bar-mode and default-frame-alist consistent.
10001         * toolbar/tool-bar.el (tool-bar-help): New function.
10003 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10005         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10006         current-load-list in top-level forms.  Else this leaks a cons cell
10007         every time a defun is called.
10009         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10011 2000-09-25  Dave Love  <fx@gnu.org>
10013         * startup.el (fancy-splash-head): Check XPM is available.
10015         * autoinsert.el (auto-insert): Doc fix.
10016         (auto-insert-alist): Following GNU notices, don't say `copyright
10017         _by_'.  Use line-beginning-position.
10018         (auto-insert): Check buffer-file-name is non-nil before use.
10020 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10022         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10023         starting with `@def' or `@multitable', in addition to ones
10024         specified by the user in auto-fill-inhibit-regexp.
10026 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
10028         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10029         rmail-dont-reply-to-names matches the empty string.
10031 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10033         * startup.el (command-line-1, fancy-splash-text): Change the
10034         text to sound more friendly.
10036 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
10038         * progmodes/hideshow.el: Update author email address.
10039         Generally, sync w/ maintainer version 5.22.
10040         (hs-hide-all-non-comment-function): New var.
10041         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10042         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10043         (hs-show-region): Delete this command.
10044         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10046 2000-09-22  Dave Love  <fx@gnu.org>
10048         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10049         (hl-line-highlight): Specify buffer when moving overlay.
10051         * progmodes/fortran.el (fortran-mode): Locally set
10052         normal-auto-fill-function.
10053         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10054         (fortran-mode-map): Adjust auto-fill menu entry.
10056 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
10058         * vc-rcs.el (toplevel): Require `vc' when compiling.
10060         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10062 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
10064         * vc.el (vc-switch-backend): Signal an error if the file is not
10065         registered under the new backend.
10067         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10068         without explicit revision number.
10070 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
10072         * diff-mode.el (diff-file-header-face): Reset to its previous value.
10073         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10074         (diff-xor): New function.
10075         (diff-find-source-location): Use it.  Fix a stupid name clash.
10076         (diff-hunk-status-msg): New function.
10077         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10078         (diff-test-hunk): Use diff-find-source-location.
10079         (diff-goto-source): Favor the `reverse'.
10080         (diff-hunk-text): Properly handle one-sided context diffs.
10081         (diff-apply-hunk): When done, advance to the next hunk.
10083 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10085         * startup.el (command-line): If frame was created with a non-zero
10086         tool-bar-lines parameter, switch tool-bar-mode on.
10088         * add-log.el (change-log-date-face, change-log-name-face)
10089         (change-log-email-face, change-log-file-face)
10090         (change-log-list-face, change-log-conditionals-face)
10091         (change-log-function-face, change-log-acknowledgement-face):
10092         New faces, inheriting from font-lock faces.
10093         (change-log-font-lock-keywords): Use them.
10095 2000-09-21  Dave Love  <fx@gnu.org>
10097         * progmodes/cperl-mode.el (top-level): Clean up
10098         `eval-when-compile's and assorted defvars.
10099         (cperl-invalid-face): Don't double-quote value.  Change custom
10100         type.
10101         (cperl-mode): Set normal-auto-fill-function and don't zap
10102         auto-fill-function.
10103         (cperl-imenu--function-name-regexp-perl): Renamed from
10104         imenu-example--function-name-regexp-perl.
10105         (cperl-imenu--create-perl-index): Renamed from
10106         imenu-example--create-perl-index.
10107         (cperl-xsub-scan): Don't require cl.
10109         * msb.el (msb-mode-map): Use substitute-key-definition.
10110         (msb-mode): Use msb-mode-map.
10112 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
10114         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10115         New functions.
10116         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10117         (vc-switch-backend): New function.
10118         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10119         (vc-register): Fix prompt.
10120         (vc-unregister, vc-default-unregister): New functions.
10121         (vc-version-diff): Handle empty buffer in sentinel.
10123         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10124         (vc-rcs-state-heuristic): Use it to guess the state of files with
10125         non-strict locking.
10126         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10127         been set with -b, but not created yet.
10128         (vc-rcs-fetch-master-state): With non-strict locking, compare file
10129         contents in order to find the state.
10130         (vc-rcs-checkin): Allow creation of branches with no changes.
10131         (vc-rcs-unregister, vc-rcs-receive-file)
10132         (vc-rcs-set-non-strict-locking): New functions.
10134         * vc-hooks.el (vc-name): Force correct computation of the value
10135         in case it is missing.
10137 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10139         * startup.el (fancy-splash-tail): Use a different foreground
10140         color on a dark frame background.
10142 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
10144         * info.el: Use the correct capitalization when making Info-mode
10145         and Info-edit-mode `special' modes.
10147 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
10149         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10150         (diff-mode): Add support for add-log.el.
10151         (diff-hunk-text): Use char offsets rather than line offsets.
10152         (diff-find-source-location): Replace LINE with line-offset (nil
10153         if not found) and always set POS to a meaningful position.
10154         Adapt to the new char-offsets.
10155         (diff-apply-hunk): Drop support for the unused `select' POPUP.
10156         Adapt to the new diff-find-source-location.
10157         (diff-goto-source): Adapt to the new diff-find-source-location.
10159         * add-log.el (add-log-file-name): New function (split out of
10160         add-change-log-entry).
10161         (add-change-log-entry): Use it.
10162         Call add-log-file-name-function with the changelog file name if
10163         the current buffer is not associated with any file.
10164         Avoid find-file if the selected window is dedicated.
10166         * diff-mode.el (diff-find-source-location):
10167         Move code from diff-apply-hunk.  Return buffer rather than file.
10168         (diff-apply-hunk): Use the new result from  diff-find-source-location.
10169         (diff-goto-source): Use the new diff-find-source-location.
10171 2000-09-20  Dave Love  <fx@gnu.org>
10173         * iswitchb.el: Some doc fixes.
10174         (iswitchb-mode-map): Define completely initially.  Inherit
10175         minibuffer-local-map.
10176         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10177         fundamental-mode.
10178         (iswitchb-global-map): New variable.
10179         (iswitchb-summaries-to-end): Amalgamate regexps.
10180         (iswitchb-mode): New.
10181         (iswitchb-mode-hook): New variable.
10182         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
10183         `extensions'.
10185 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10187         * ehelp.el (electric-help): New defgroup.
10188         (electric-help-shrink-window): New user-option.
10189         (with-electric-help): Use it.
10191         * window.el (shrink-window-if-larger-than-buffer): If face
10192         `mode-line' has a :box, and we're on a graphical frame, add 1
10193         to the needed window height.
10195         * frame.el (frame-notice-user-settings): Add a last parameter nil
10196         to a call to `append', because the last list passed to `append' is
10197         not copied, and so subsequent calls to assq-delete-all will modify
10198         default-frame-alist.
10200         * startup.el (fancy-splash-image): Change :type.
10201         (fancy-splash-head): Use an XBM image if appropriate.
10202         (command-line-1): Show splash screens in more cases.
10204         * startup.el (fancy-splash-text): Don't quote faces.
10206         * dired.el (dired-font-lock-keywords): Undo last change.
10207         (dired-readin): Bind indent-tabs-mode to nil.
10209         * startup.el (fancy-splash-head): If frame's background mode
10210         is `dark', change the black background of the image to gray.
10211         (fancy-splash-screens): Display startup echo area message.
10212         (display-startup-echo-area-message): New function.
10214 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
10216         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10218         * info.el (info-header-node): Tweak for color ttys.
10220         * faces.el (face-valid-attribute-values): Make sure directories we
10221         search for stipples both exist and are readable before trying to
10222         search them.
10224         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10225         in the dry-run case.
10227         * jka-compr.el (with-auto-compression-mode): New macro.
10229         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10230         (custom-group-tag-face, custom-variable-tag-face): Use relative
10231         :height and inherit from `variable-pitch' face instead of
10232         hardwiring :family.
10233         * hi-lock.el (hi-black-hb): Likewise.
10235         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10236         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10237         toolbar-add-item, if image doesn't have a mask add a `:mask
10238         heuristic'.
10240 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
10242         * diff-mode.el: Docstring fixes.
10243         (diff-header-face, diff-comment-face): New faces.
10244         (diff-font-lock-keywords): Highlight a bit differently.
10245         (diff-find-source-location): Don't return SPAN any more.
10246         (diff-hunk-text): Don't bother erasing the temp buffer.
10247         (diff-find-text): Drop argument LINE.
10248         (diff-apply-hunk): Update calls to diff-find-text.
10249         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10251         * calendar/calendar.el: Docstring fixes.
10252         (calendar-make-alist): Don't quote lambda.
10253         (calendar-star-date): Use make-local-variable.
10255 2000-09-19  Dave Love  <fx@gnu.org>
10257         * toolbar/tool-bar.el: Renamed from toolbar.el.
10258         Change `toolbar' to `tool-bar' generally in symbols.
10259         Make some items invisible in `special' major modes.
10260         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10261         Add arg PROPS.
10263         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10264         Add :version here.
10265         (fancy-splash-delay, fancy-splash-image): Remove :version here.
10267 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10269         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10271         * files.el (find-file-suppress-same-file-warnings): New user-option.
10272         (find-file-noselect): Use it.
10274         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10275         (fancy-splash-screen): Defgroup.
10277         * add-log.el (change-log-font-lock-keywords): Match names
10278         more exactly for the case that font-lock-constant-face is
10279         underlined.
10281 2000-09-19  Richard M. Stallman  <rms@gnu.org>
10283         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10285 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
10287         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10289 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10291         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10292         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10293         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10294         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10295         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10296         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10297         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10298         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10299         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10300         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10301         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10302         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10304         * startup.el (fancy-splash-text): New variable.
10305         (fancy-splash-delay, fancy-splash-image): New user-options.
10306         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10307         (fancy-splash-screens): New functions.
10308         (command-line-1): If display has a `display' frame parameter, has
10309         colors, and we have XPM support, show more fancy splash screens.
10311 2000-09-19  Dave Love  <fx@gnu.org>
10313         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
10314         with null `help'.  Use modern backquote syntax.
10316 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10318         * font-lock.el (font-lock-mode): Change message telling the user
10319         that ``the buffer is too big''.
10321         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10322         for instance for the case that tab-width is 2.
10324 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
10326         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10327         toolbar-add-item, if image doesn't have a mask add a `:mask
10328         heuristic'.
10330 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
10332         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10333         and return a cons if it's non-nil.
10334         (diff-apply-hunk): Try to jump to the line in the source text
10335         corresponding to the position of point in the in the hunk.
10337         * info.el (Info-title-3-face, Info-title-2-face)
10338         (Info-title-1-face): Use face inheritance and relative sizes
10339         instead of hard-wiring things.
10341         * faces.el (secondary-selection): Make dark-background variant sane.
10343 2000-09-16  Andrew Innes  <andrewi@gnu.org>
10345         * makefile.w32-in (compile-files-CMD): No need to make .elc files
10346         read-only, since they aren't under VC now.
10348 2000-09-17  Dave Love  <fx@gnu.org>
10350         * tmm.el: Replace mapcar with mapc in several places.
10352         * loadhist.el (unload-feature): Maybe call elp-restore-list and
10353         ad-unadvise.
10355         * international/latin1-disp.el: New file.
10357         * calendar/cal-move.el (scroll-calendar-left)
10358         (scroll-calendar-right): Make arg optional (for active mode line).
10360         * calendar/calendar.el (calendar-mode-line-format): Make fields
10361         mouse-sensitive.
10362         (calendar-read-date, calendar-read-date, calendar-window-list):
10363         Unquote lambda.
10364         (calendar-month-name): Use aref, not sref.
10366         * view.el (minor-mode-alist): Propertize the string.
10368         * international/characters.el (standard-case-table): Add entries
10369         for Greek.
10371 2000-09-18  Miles Bader  <miles@gnu.org>
10373         * info.el (info-node, info-xref): Add dark-background variants.
10375         * faces.el (header-line): Change defaults to be less confusing
10376         when mixed with mode-lines.
10378         * info.el (Info-fontify-node): Make a few cleanups.
10379         Add extra `help-echo' and `local-map' props to node xrefs.
10380         Use header-specific faces for node-names & xrefs.
10381         (Info-use-header-line): New variable.
10382         (info-header-xref, info-header-node): New faces.
10383         (Info-setup-header-line): New function.
10384         (Info-select-node): Call Info-setup-header-line when enabled.
10385         (Info-extract-pointer): Work even if the header line is hidden.
10386         (Info-header-line): New variable.
10388 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
10390         * vms-patch.el (print-region-function): Don't quote lambda.
10392         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10394         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10395         (lm-get-header-re): Allow spaces between the header and the colon.
10396         (lm-header): Allow $ in non-RCS headers.
10397         (lm-header-multiline): Put the strings back into order.
10398         Stop at an empty line.  Don't require two space chars if the
10399         line is clearly not another header line.
10401         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10402         (popup-menu-popup): Remove.
10404 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10406         * toolbar/toolbar.el (toolbar-add-item): Use the same image
10407         specification if or if not tool-bar item contains an `:enabled'
10408         property.
10410         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10411         current buffer has no file name.
10413 2000-09-15  Dave Love  <fx@gnu.org>
10415         * strokes.el: Sync with maintainer's current version with changes
10416         for Emacs, but avoid runtime cl and levents.
10417         (toplevel):  Change autoloads and compilation requires.
10418         (strokes-version, strokes-bug-address, strokes-lift): Values
10419         changed.
10420         (strokes-xpm-header, strokes-insinuated): New variable.
10421         (strokes): Add :link.
10422         (strokes-mode): Customized.
10423         (strokes-while-inhibiting-garbage-collector): New macro.
10424         (strokes-remassoc): Avoid remove-if.
10425         (strokes-fix-button2-command): Don't use ad-do-it.
10426         (strokes-insinuate): New function.
10427         (strokes-button-press-event-p, strokes-button-release-event-p):
10428         New functions, used instead of non-`strokes-' versions..
10429         (strokes-mouse-event-p): Rewritten.
10430         (strokes-event-closest-point): Avoid event-point.
10431         (strokes-get-grid-position): Avoid cdadr, caadr
10432         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10433         functions.
10434         (strokes-help): Use with-output-to-temp-buffer.
10435         (strokes-window-configuration-changed-p): New function.
10436         (strokes-update-window-configuration): Use buffer-live-p,
10437         strokes-window-configuration-changed-p.
10438         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
10439         (strokes-char-face): New face.
10440         (strokes-char-table, strokes-base64-chars): New variable.
10441         (strokes-xpm-for-stroke, strokes-list-strokes)
10442         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10443         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10444         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10445         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10446         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10447         functions.
10449 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10451         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10453         * image.el (create-image): Doc fix.
10455         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10456         instead of `:heuristic-mask t'.
10458 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10460         * makefile.w32-in: Revert to Unix line endings.
10462 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10464         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
10465         when installing.
10467         * makefile.nt (DONTCOMPILE): Fix typo.
10469         * shell.el (shell-write-history-on-exit): New function.
10470         (shell-dumb-shell-regexp): New custom variable.
10471         (shell-mode): Make shell-write-history-on-exit the process
10472         sentinel if shell name matches shell-dumb-shell-regexp.
10474         * w32-fns.el: Comment out before-init-hook function which resets
10475         source-directory based; this breaks bootstrap.
10477 2000-09-14  Dave Love  <fx@gnu.org>
10479         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10480         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10481         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10482         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10483         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10484         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10485         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
10486         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
10487         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10489         * toolbar/toolbar.el: New.
10491         * subdirs.el: Add toolbar.
10493 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
10495         * indent.el (indent-for-tab-command): Doc fix.
10497 2000-09-14  Alex Schroeder  <alex@gnu.org>
10499         * ansi-color.el (ansi-colors): Doc change.
10500         (ansi-color-get-face): Simplified regexp.
10501         (ansi-color-faces-vector): Added more faces, doc change.
10502         (ansi-color-names-vector): Doc change.
10503         (ansi-color-regexp): Simplified regexp.
10504         (ansi-color-parameter-regexp): New regexp.
10505         (ansi-color-filter-apply): Doc change.
10506         (ansi-color-filter-region): Doc change.
10507         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10508         deal with zero length parameters.
10509         (ansi-color-apply-on-region): Doc change.
10510         (ansi-color-map): Doc change.
10511         (ansi-color-map-update): Removed debugging message.
10512         (ansi-color-get-face-1): Added condition-case to trap
10513         args-out-of-range errors.
10514         (ansi-color-get-face): Doc change.
10515         (ansi-color-make-face): Removed.
10516         (ansi-color-for-shell-mode): New option.
10518 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
10520         * international/quail.el (quail-start-translation): Translate KEY
10521         if necessary even if it doesn't have any mapping in the current
10522         input method.
10523         (quail-start-conversion): Likewise.
10524         (quail-help): The output message is improved.
10526 2000-09-13  Miles Bader  <miles@gnu.org>
10528         * comint.el (comint-output-filter): Revert to using
10529         `insert-before-markers'.  Add bletcherous hack to undo damage
10530         caused by `insert-before-markers'.  Put `front-sticky' property on
10531         overlays created here so that the field code understands how the
10532         overlay works.  Use a let when making comint-last-prompt-overlay,
10533         so that the code is easier to read.
10535 2000-09-13  Dave Love  <fx@gnu.org>
10537         * wid-edit.el (widget-default-format-handler): DTRT when
10538         doc-property is a function.
10540 2000-09-12  Francesco Potorti`  <pot@gnu.org>
10542         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10543         filed name if it's not there.
10545 2000-09-12  Dave Love  <fx@gnu.org>
10547         * simple.el (read-mail-command): Doc fix.
10548         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10550         * vc.el (vc-dired-listing-switches): Fix :version.
10552         * vc-hooks.el: Doc fixes.
10554         * subr.el (add-minor-mode): Use toggle-fun arg.
10556         * speedbar.el: Add :version to several defcustoms.
10558         * imenu.el (imenu--truncate-items, imenu--cleanup)
10559         (imenu--generic-function): Avoid mapcar.
10560         (imenu--replace-spaces): Function removed.
10561         (imenu--completion-buffer): Use subst-char-in-string.
10562         (imenu-add-to-menubar): Use keymap inheritance.
10564 2000-09-12  Miles Bader  <miles@gnu.org>
10566         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10567         (diff-mode-map): Bind `diff-test-hunk'.
10568         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10570 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10572         * bytecomp.el (byte-compile-defvar): Undo last change
10573         because it breaks '(make-variable-buffer-local (defvar ...)'
10574         which is used at least in dired.
10576 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10578         * international/quail.el (quail-define-package): Docstring
10579         modified.
10581 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10583         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10584         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10585         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
10586         docstring of "chinese-py".
10588         * international/quail.el (quail-translation-docstring): New
10589         variable.
10590         (quail-show-keyboard-layout): Docstring modified.
10591         (quail-select-current): Likewise.
10592         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10593         infinite recursive call.
10594         (quail-help): Check quail-translation-docstring.  Format of the
10595         output changed.
10596         (quail-help-insert-keymap-description): Adjusted for the above
10597         change.
10599 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10601         * bytecomp.el (byte-compile-defvar): Only cons onto
10602         current-load-list in top-level forms.  Else this leaks a cons cell
10603         every time a defun is called.
10605 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
10607         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10608         Now understands non-unified diffs.  Some functionality moved into
10609         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
10610         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
10611         modify anything.  Only reposition point in the patched file if the
10612         patch succeeds.  Only pop up another window if POPUP is true.
10613         Emit a message describing what happened if successful, and at what
10614         line-offset.  Automatically detect reversed hunks and do something
10615         appropriate.
10616         (diff-hunk-text, diff-find-text): New functions.
10617         (diff-filter-lines): Function removed.
10618         (diff-test-hunk): New function.
10619         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10621 2000-09-10  Dave Love  <fx@gnu.org>
10623         * textmodes/tildify.el: Minor doc/commentary fixes.
10624         (tildify) <defgroup>: Add :version.
10626         * faces.el (face-x-resources): Make custom type more specific.
10627         (frame-background-mode): Use mapc.
10628         (region) <defcustom>: Add :version.
10630 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
10632         * vc-sccs.el (vc-sccs-register):
10633         * vc-rcs.el (vc-rcs-register):
10634         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10635         * vc.el (vc-register): Clear file's properties.
10637 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
10639         * faces.el (face-spec-set): Only face-spec-reset-face when
10640         ATTRS is non-nil.
10642 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10644         * help.el (help-insert-xref-button): Fix a typo in doc string.
10646 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
10648         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10649         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10650         methods.
10652         * menu-bar.el (read-mail-item-name): New function.
10653         (menu-bar-tools-menu): Use it to compute and display the package
10654         used to read email.
10655         (menu-bar-tools-menu): Fix typo in GUD's help string.
10657 2000-09-07  Dave Love  <fx@gnu.org>
10659         * diff-mode.el (diff-mouse-goto-source): New function.
10661         * vc-sccs.el: Doc fixes.
10662         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10664         * vc-rcs.el: Doc fixes.
10665         (vc-rcs-register-switches, vc-rcs-checkin-switches)
10666         (vc-rcs-checkout-switches, vc-rcs-header)
10667         (vc-rcs-master-templates): Add or change :version.
10669         * vc-cvs.el: Doc fixes.
10670         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10671         (vc-cvs-stay-local): Add :version.
10673         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10675 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10677         * international/quail.el (quail-help): Fix previous change.
10679 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10681         * faces.el (color-values): Doc fix.
10683         * faces.el (frame-set-background-mode): Use frame-parameter
10684         instead of frame-parameters.
10686         * frame.el (filtered-frame-list): Reduce consing.
10687         (frames-on-display-list): Call frame-parameter instead of
10688         frame-parameters.
10690 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10692         * language/devan-util.el (devanagari-to-indian-region): In the
10693         loop, change the following char, not preceding char.
10695 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10697         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10698         instead of frame-parameters.
10700         * faces.el (set-face-attribute): Simplify by calling
10701         internal-set-lisp-face-attribute with FRAME being 0.
10703         * vc.el: Remove `Id' version control keyword.
10705 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10707         * help.el (help-make-xrefs): Adjusted for the change of
10708         help-xref-mule-regexp.
10709         (help-insert-xref-button): New function.
10711         * international/mule-cmds.el (help-xref-mule-regexp-template):
10712         Include the pattern for character set.
10713         (leim): New group.
10715         * international/quail.el: Don't require face.
10716         (quail): New group.
10717         (quail-other-command): Dummy command to make quail-help work better.
10718         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10719         (quail-keyboard-layout-substitution): New variable.
10720         (quail-update-keyboard-layout): New function.
10721         (quail-keyboard-layout-type): New customizable variable.
10722         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10723         (quail-keyboard-translate): Pay attention to
10724         quail-keyboard-layout-substitution.
10725         (quail-insert-kbd-layout): New function.
10726         (quail-show-keyboard-layout): New function.
10727         (quail-get-translation): If the definition is a vector of length
10728         1, and the element is a string of length 1, return the character
10729         in that string.
10730         (quail-update-current-translations): Fix the case of
10731         relative-index out of range.
10732         (quail-build-decode-map, quail-insert-decode-map): New Functions.
10733         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10734         Show key sequences for all available characters.
10735         (quail-help-insert-keymap-description): Don't show such verbose
10736         key bindings as quail-self-insert-command.
10738         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10739         Format changed, and each element now have extra documentations.
10740         (tit-process-header): Delete invalid characters from TIT-PROMPT.
10741         Adjusted for the change of quail-cxterm-package-ext-info.
10743 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
10745         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10746         requiring it leads to a recursive loading of vc.el and vc-hooks.el
10747         during bootstrap.
10749 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10751         * vc.el: (toplevel): Don't require `dired' at run-time.
10752         (vc-dired-resynch-file): Remove autoload cookie.
10754 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10756         * vc.el: Made several backend functions optional.
10757         (vc-default-responsible-p): New function.
10758         (vc-merge): Use RET for first version to trigger merge-news, not
10759         prefix arg.
10760         (vc-annotate): Handle backends that do not support annotation.
10761         (vc-default-merge-news): Removed.  The existence of a merge-news
10762         implementation is now checked on caller sites.
10764         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10765         case.
10767         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10768         special case that has been removed from the default in vc-hooks.el.
10770 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10772         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10774 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10776         * vc-hooks.el: Require vc during compilation.
10777         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10778         macro `with-vc-properties' in vc.el.
10779         (vc-file-getprop): Doc fix.
10780         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10782         * vc.el: Require dired-aux during compilation.
10783         (vc-name-assoc-file): Moved to vc-sccs.el.
10784         (with-vc-properties): New macro.
10785         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10786         vc-finish-steal): Use it.
10787         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
10788         to the backend-specific function is now supposed to do the checkout,
10789         too.
10790         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10792         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10793         set file properties; that gets done in the generic code now.
10795         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10796         Changed parameter list, added code from vc.el that does the
10797         checkout, possibly with a double-take.
10799         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10800         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10801         the above under the new name.
10802         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
10803         parameter list, added checkout command.
10804         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10805         properties; that gets done in the generic code now.
10807 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10809         * vc.el: Docstring fixes (courtesy of checkdoc).
10811 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10813         * vc.el (vc-checkout-writable-buffer-hook)
10814         (vc-checkout-writable-buffer): Remove.
10815         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10816         (vc-log-mode): Make it into a clean derived major mode.
10817         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10818         vc-log-mode if log-edit is not available.
10819         (vc-dired-mode-map): Don't set-keymap-parent yet.
10820         (vc-dired-mode): Do set-keymap-parent here.
10821         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10823 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
10825         * faces.el (set-face-attribute, face-spec-reset-face)
10826         (face-spec-set): Avoid consing by removing calls to `apply'.
10828         * frame.el (frame-parameter): Move to C code.
10830 2000-09-05  Dave Love  <fx@gnu.org>
10832         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10833         insert-before-markers-and-inherit.  Now checked systematically!
10835 2000-09-05  Alex Schroeder  <alex@gnu.org>
10837         * sql.el (sql-postgres): Use sql-postgres-options.
10838         (sql-postgres-options): New variable.
10840 2000-09-05  Alex Schroeder  <alex@gnu.org>
10842         * sql.el (sql-mode-menu): Work around missing variable mark-active
10843         in XEmacs.
10844         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10845         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10846         compatibility.
10848 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
10850         * vc.el (vc-dired-resynch-file): Add autoload cookie.
10852         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10854         * Makefile.in (DONTCOMPILE): Fix typo in file name.
10856 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10858         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10859         don't support anything else under SCCS yet.
10861         * vc-hooks.el: Minor doc fixes.
10863 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10865         * vc.el (vc-next-action-on-file): Do not visit the file if it's
10866         not necessary.  If verbose in state `needs-patch', do the same as
10867         under `up-to-date'.  When NOT verbose and `needs-patch', check out
10868         latest version instead of `merge-news'.
10869         (vc-next-action-dired): Don't mess with default-directory here; it
10870         breaks other parts of dired.  It is the job of the
10871         backend-specific functions to adjust it temporarily if they need it.
10872         (vc-next-action): Remove a special CVS case.
10873         (vc-clear-headers): New optional arg FILE.
10874         (vc-checkin, vc-checkout): Set properties vc-state and
10875         vc-checkout-time properly.
10876         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10877         (vc-print-log): Use new backend function `show-log-entry'.
10878         (vc-cancel-version): Do the checks in a different order.  Added a
10879         FIXME concerning RCS-only code.
10881         * vc-rcs.el (vc-rcs-show-log-entry): New function.
10882         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10884         * vc-cvs.el (vc-cvs-show-log-entry): New function.
10886         * vc-hooks.el (vc-default-mode-line-string): Show state
10887         `needs-patch' as a `-' too.
10889 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10891         * vc.el (vc-responsible-backend): New optional arg REGISTER.
10892         (vc-default-could-register): New function.
10893         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10894         (vc-resynch-buffer): Call vc-dired-resynch-file.
10895         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10896         vc-resynch-buffer instead of vc-resynch-window.
10897         (vc-next-action-dired): Don't redisplay here, that gets done as a
10898         result of the individual file operations.
10899         (vc-retrieve-snapshot): Corrected prompt order.
10901         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10903         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10904         as well.
10905         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
10906         hostname regexps.  Updated all callers.
10907         (vc-cvs-responsible-p): Handle directories as well.
10908         (vc-cvs-could-register): New function.
10909         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10910         properties up-to-date.
10912         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10913         user whether to create one.
10915 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10917         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10918         check out a non-existing file.
10920         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10921         workfile does not exist.
10923         * vc.el (vc-version-diff): Use `require' to check for existence of
10924         diff-mode.
10926 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10928         * vc-cvs.el (vc-cvs-registered): Use new function
10929         vc-cvs-parse-entry to do the actual work.
10931 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10933         * vc-hooks.el (vc-find-backend-function): If function doesn't
10934         exist, return nil instead of error.
10935         (vc-call-backend): Doc fix.
10937         * vc.el (vc-do-command): Doc fix.
10938         (vc-finish-logentry): When checking in from vc-dired, choose the
10939         right backend for logentry check.
10940         (vc-dired-mode-map): Inherit from dired-mode-map.
10941         (vc-dired-mode): Local value of dired-move-to-filename-regexp
10942         simplified.
10943         (vc-dired-state-info): Removed, updated caller.
10944         (vc-default-dired-state-info): Use parentheses instead of hyphens.
10945         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10946         (vc-dired-listing-switches): New variable.
10947         (vc-directory): Use it, instead of dired-listing-switches.
10949         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10950         (vc-cvs-dir-state): New function.
10951         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10952         (vc-cvs-parse-entry): New function, also to be used in
10953         vc-cvs-registered.
10955 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10957         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10958         *or* single-window-frames.
10960 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10962         * vc.el (vc-update-changelog): Split into generic part and default
10963         implementation.  Doc string adapted.
10964         (vc-default-update-changelog): New function.  Call the `rcs2log'
10965         script in exec-directory, to fix a long-standing nuisance.
10967         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10968         simply signals an error.
10970 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10972         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10973         control-flow more clear and to avoid running `cvs' twice.
10975         * vc.el (vc-next-action-on-file): Doc fix.
10976         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10977         (vc-print-log): Eval `file' before constructing the continuation.
10979 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10981         * vc.el (vc-next-action-on-file): Corrected several messages.
10982         (vc-merge): Add prefix arg `merge-news'; handle it.
10984         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10985         is not reached.  It is.
10986         (vc-cvs-merge): Set state to 'edited after merge.
10987         (vc-cvs-merge-news): Set workfile version to nil if not known.
10988         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
10990         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10991         via stdout. (Merge from main line.)
10993 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10995         * vc.el (vc-finish-logentry): Thinko in the "same comment"
10996         detection.
10998 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11000         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11001         against kill-all-local-variables.
11002         (vc-log-edit): Don't save vc-parent-buffer any more.
11003         (vc-last-comment-match): Initialize to an empty string.
11004         (vc-post-command-functions): New hook.
11005         (vc-do-command): Run it.
11006         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11007         (vc-finish-logentry): Only add the comment to the ring if it's
11008         different from the last comment entered.
11009         (vc-new-comment-index): New function.
11010         (vc-previous-comment): Use it.  Make the minibuffer message
11011         slightly less terse.
11012         (vc-comment-search-reverse): Make it work forward as well.  Don't
11013         set vc-comment-ring-index if no match is found.  Use
11014         vc-new-comment-index.
11015         (vc-comment-search-forward): Use vc-comment-search-reverse.
11016         (vc-dired-mode-map): Don't inherit from dired-mode-map since
11017         define-derived-mode will do it for us.  Bind `v' to a keymap that
11018         inherits from vc-prefix-map so that we can bind `vt' without
11019         binding C-x v t.
11020         (vc-retrieve-snapshot): Parenthesis typo.
11022         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11023         to 1.  Make sure to switch to *vc* before looking for an error
11024         message.  Use vc-parse-buffer.
11026 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11028         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11029         and NAME.
11030         (vc-retrieve-snapshot): Split into two parts.
11031         (vc-default-retrieve-snapshot): New function.
11033         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11034         (vc-cvs-retrieve-snapshot): New function (untested).
11035         (vc-cvs-stay-local): Default to t.
11036         (vc-cvs-remote-p): New function and property.
11037         (vc-cvs-state): Stay local only if the above is t.
11038         (vc-handle-cvs): Removed.
11039         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11040         done via vc-handled-backends now.
11041         (vc-cvs-header): Escape Id.
11043 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11045         * vc.el (vc-do-command): Remove unused commands.
11046         (vc-version-diff): Make sure default-directory ends with a slash.
11047         Move the window commands into a vc-exec-after.
11048         (vc-print-log): Move more of the code into the `vc-exec-after'.
11050 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11052         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11053         (vc-print-log): Search current revision from beginning of buffer.
11054         (vc-revert-buffer): Clear echo area after the diff is finished.
11055         (vc-prefix-map): Removed definition of "t" for terse display in vc
11056         dired.
11057         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
11058         definition of "vt" for terse display.
11059         (vc-dired-mode): Fix dired-move-to-filename-regexp.
11061 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11063         * vc.el (vc-exec-after): Avoid caddr.
11065 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11067         * vc.el (vc-exec-after): New function.
11068         (vc-do-command): Use it to add a termination message for async
11069         procs.
11070         (vc-checkout): Try to handle a missing-backend situation.
11071         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11072         of a directory with a backend using async diffs.
11073         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11074         present.
11076         * vc-sccs.el (vc-sccs-state-heuristic): Use
11077         file-ownership-preserved-p.
11079         * vc-rcs.el (vc-rcs-state-heuristic): Use
11080         file-ownership-preserved-p.
11081         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11083 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11085         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11086         vc-do-command.
11088         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11089         when there are no changes.
11091 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11093         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11095         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11097 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11099         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11101         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11102         the `fset' outside of the defvar so that it works even if
11103         vc-prefix-map was already defined.
11104         (vc-setup-buffer): New function, split out of vc-do-command.
11105         (vc-do-command): Allow BUFFER to be t to mean `just use the
11106         current buffer without any fuss'.
11107         (vc-version-diff): Change the `diff' backend operation to just put
11108         the diff in the current buffer without erasing it.  Always use
11109         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
11110         shrink-window-if-larger-than-buffer.
11111         (vc-print-log): Change the `print-log' backend operation to just
11112         put the log in the current buffer without erasing it.  Protect
11113         shrink-window-if-larger-than-buffer.
11114         (vc-update-change-log): Fix setd typo.
11116         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11117         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11119         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11120         (vc-rcs-diff): Insert in the current buffer and remove unused arg
11121         CMP.
11123         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11124         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
11125         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11127 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11129         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11130         not possible, use vc-BACKEND-workfile-unchanged-p.
11131         (vc-default-workfile-unchanged-p): New function.  Delegates to a
11132         full vc-BACKEND-diff.
11134         * vc-hooks.el (vc-simple-command): Removed.
11136         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11137         instead of vc-simple-command.
11138         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11139         avoid doing a diff when opening a file.
11140         (vc-rcs-state): Added check for unlocked-changes.
11141         (vc-rcs-header): Escape Id.
11142         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11143         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11144         version.
11146         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11147         (vc-sccs-diff): Remove optional arg CMP.
11148         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11149         SCCS-specific function.
11151         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11152         vc-simple-command.
11154 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11156         * vc.el (vc-editable-p): Renamed from vc-writable-p.
11157         (with-vc-file, vc-merge): Use vc-editable-p.
11158         (vc-do-command): Remove unused var vc-file and fix the
11159         doubly-defined `status' var.  Add a user message when starting an
11160         async command.
11161         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11162         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11163         Use with-current-buffer.
11164         (vc-buffer-sync): Use unless.
11165         (vc-next-action-on-file): If the file is 'edited by read-only,
11166         make it read-write instead of trying to commit.
11167         (vc-version-diff, vc-update-change-log): Use `setq
11168         default-directory' rather than `cd'.
11169         (vc-log-edit): Don't forget to set default-directory in the
11170         buffer.
11172         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11173         (vc-sccs-state-heuristic): Use file-writable-p instead of
11174         comparing userids.
11175         (vc-sccs-checkout): Use `unless'.
11177         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11178         of comparing userids.
11179         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11180         Simplify the logic by eliminating unreachable code.
11181         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11182         just do a recursive call if we need to retry.
11183         (vc-rcs-checkout): Handle the case where rcs is missing by making
11184         the buffer read-write if requested and re-signalling the error.
11186         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11188 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11190         * vc-hooks.el (vc-handled-backends): Docstring change.
11191         (vc-ignore-vc-files): Mark obsolete.
11192         (vc-registered): Check vc-ignore-vc-files.
11193         (vc-find-file-hook, vc-file-not-found-hook): Don't check
11194         vc-ignore-vc-files.
11196         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11198 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11200         * vc.el (vc-checkout): Don't do anything special for ange-ftp
11201         files since ange-ftp already has vc-registered return nil.
11203         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11204         (vc-sccs-workfile-version): Use with-temp-buffer and new
11205         vc-parse-buffer and don't bother setting the property.
11206         (vc-sccs-add-triple): Use with-current-buffer and
11207         find-file-noselect.
11208         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11210         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
11211         derives from the old vc-parse-buffer but uses the revision number
11212         rather than the date (much easier to compare robustly).
11213         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
11214         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
11215         locking-user more directly.  Check strict locking and set
11216         checkout-model appropriately.
11217         (vc-rcs-parse-locks): Remove.
11218         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11219         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11220         (vc-rcs-system-release): Use with-current-buffer and
11221         vc-parse-buffer.
11222         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11224         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11225         (vc-simple-command): Docstring fix.
11226         (vc-registered): Align the way the file-handler is called with the
11227         way the function itself works.
11228         (vc-file-owner): Remove.
11230         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
11231         extraction of fields and call to file-attributes because of a
11232         temporary bug in rcp.el.
11233         (vc-cvs-fetch-status): Use with-current-buffer.
11235 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11237         * vc.el (vc-do-command): Use file-relative-name.
11238         (vc-responsible-backend): Use vc-backend if possible.
11239         (vc-create-snapshot): Improve the `interactive' spec. Add support
11240         for branches and dispatch to backend-specific `create-snapshot'.
11241         (vc-default-create-snapshot): New function, containing the bulk of
11242         the old vc-create-snapshot.
11243         (vc-retrieve-snapshot): Improve the interactive spec.
11245         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11246         (vc-backend-hook-functions): Remove.
11247         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11248         (vc-backend): Reintroduce the test for `file = nil' now that I
11249         know why it was there (and added a comment to better remember).
11251         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11252         code from vc-sccs-hooks.el.
11253         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
11254         'vc anymore.
11255         (vc-sccs-responsible-p): Use expand-file-name instead of concat
11256         and file-directory-p instead of file-exists-p.
11257         (vc-sccs-check-headers): Simplify the regexp.
11259         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11260         from vc-rcs-hooks.el.  Don't require 'vc anymore.
11261         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11262         file-directory-p instead of file-exists-p.
11264         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11265         from vc-cvs-hooks.el.
11266         (proto vc-cvs-registered): Require 'vc-cvs instead of
11267         'vc-cvs-hooks.  Don't require 'vc anymore.
11268         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11269         file-directory-p instead of file-exists-p.
11270         (vc-cvs-create-snapshot): New function, replacing
11271         vc-cvs-assign-name.
11272         (vc-cvs-assign-name): Remove.
11274 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11276         * vc-cvs.el (vc-cvs-header): New var.
11278         * vc-rcs.el (vc-rcs-exists): Remove.
11279         (vc-rcs-header): New var.
11281         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11282         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11283         (vc-sccs-header): New var.
11285         * vc.el (vc-do-command): Get rid of the `last' argument.
11286         (vc-header-alist): Remove, replaced by vc-X-header.
11287         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11288         (vc-dired-hook): Use expand-file-name instead of concat.
11289         (vc-directory): Use file-name-as-directory.
11290         (vc-snapshot-precondition, vc-create-snapshot)
11291         (vc-retrieve-snapshot): Allow the command to operate on any
11292         directory.
11294         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11295         just removing the 'WORKFILE argument or by removing the 'MASTER
11296         argument and replacing `file' with (vc-name file).
11298 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11300         * vc.el: Update Copyright and add a crude list of backend funs.
11301         (vc-writable-p): New function.
11302         (with-vc-file): Use vc-writable-p.
11303         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11304         (vc-register): Avoid vc-name.
11305         (vc-locking-user): Remove.
11306         (vc-steal-lock): Make the `owner' arg non-optional.
11307         (vc-merge): Use vc-writable-p instead of vc-locking-user and
11308         vc-checkout-model.
11309         (vc-default-dired-state-info): Use vc-state instead of
11310         vc-locking-user and return special strings for special states.
11311         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11312         and get rid of one of the special CVS cases.
11313         (vc-cancel-version): prettify error message with \\[...].
11314         (vc-rename-master): New function.
11315         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11316         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
11317         the CVS special case generic.
11318         (vc-default-record-rename): Remove.
11319         (vc-file-tree-walk-internal): Only call FUNC for files that are
11320         under control of some VC backend and replace `concat' with
11321         expand-file-name.
11322         (vc-file-tree-walk): Update docstring.
11323         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11324         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11326         * vc-sccs.el (vc-sccs-rename-file): Renamed from
11327         vc-sccs-record-rename.  Use `find-file-noselect' rather than
11328         `find-file' and call `vc-rename-master' to do the actual move.
11329         (vc-sccs-diff): Remove unused `backend' variable.
11331         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11332         to delay loading of vc-sccs until it is really used.
11333         (vc-sccs-master-templates): Preload.
11334         (vc-sccs-state): Update call to vc-sccs-parse-locks.
11335         (vc-sccs-project-dir): Remove (merged into
11336         vc-sccs-search-project-dir).
11337         (vc-sccs-search-project-dir): Rewrite using file name handling ops
11338         rather than `concat', make sure it is preloaded and don't bother
11339         to check that the file actually exists.
11340         (vc-sccs-parse-locks): Remove unused `file' argument, remove
11341         `locks' argument (use buffer's content instead) and eliminate n^2
11342         behavior.
11344         * vc-rcs.el: Update Copyright.
11345         (vc-rcs-rename-file): New function.
11346         (vc-rcs-diff): Remove unused `backend' variable.
11348         * vc-hooks.el: Update Copyright.
11349         (vc-backend): Don't accept a nil argument any more.
11350         (vc-up-to-date-p): Turn into a defsubst.
11351         (vc-possible-master): New function.
11352         (vc-check-master-templates): Use `vc-possible-master' and allow
11353         funs in vc-X-master-templates to return a non-existent file.
11355         * vc-cvs.el: Update Copyright.
11356         (vc-cvs-diff): Remove unused `backend' variable.
11357         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11359         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11361 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11363         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11364         since it can be called from vc-rcs.el.
11365         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11367 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11369         * vc.el (vc-version-diff): Expand file name read from the
11370         minibuffer.  Handle the case when a previous version number can't
11371         be guessed.  Give suitable messages when there were no differences
11372         found.
11373         (vc-clear-headers): Call backend-specific implementation, if one
11374         exists.
11375         (vc-cancel-version): Made error checks generic.  When done, clear
11376         headers generically, too.
11378         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11379         from vc-clear-headers in vc.el.
11381         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11382         correctly.
11383         (vc-rcs-latest-on-branch-p): Made second argument VERSION
11384         optional.  Handle the case when it's not there.
11386 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11388         * vc.el (vc-locking-user): Moved from vc-hooks.el.
11390 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11392         * vc-hooks.el (vc-loadup): Remove.
11393         (vc-find-backend-function): Use `require'.  Also, handle the case
11394         where vc-BACKEND-hooks.el doesn't exist.
11395         (vc-call-backend): Cleanup.
11397 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11399         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11400         vc-rcs-grab-templates)
11401         (vc-rcs-registered): Remove.  The default function works as well.
11402         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11403         vc-sccs-grab-templates)
11404         (vc-sccs-registered): Remove.  The default function works as well.
11406         * vc.el (vc-version-diff): Left out a vc- in call to
11407         vc-call-backend.
11408         (vc-default-dired-state-info, vc-default-record-rename)
11409         (vc-default-merge-news): Update for the new backend argument.
11411         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11412         using the default function.
11413         (vc-call-backend): If calling the default function, pass it the
11414         backend as first argument.  Update the docstring accordingly.
11415         (vc-default-state-heuristic, vc-default-mode-line-string): Update
11416         for the new backend argument.
11417         (vc-make-backend-sym): Renamed from vc-make-backend-function.
11418         (vc-find-backend-function): Use the new name.
11419         (vc-default-registered): New function.
11421 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11423         * vc.el (vc-merge): Use vc-find-backend-function.
11425         * vc-hooks.el (vc-backend-functions): Remove.
11426         (vc-loadup): Don't setup 'vc-functions.
11427         (vc-find-backend-function): New function.
11428         (vc-call-backend): Use above fun and populate 'vc-functions
11429         lazily.
11430         (vc-backend-defines): Remove.
11432 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11434         * vc.el (vc-register): Put a FIXME note for a newly found bug.
11435         Call vc-call-backend without the leading vc-.
11436         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11437         (vc-check-headers): Call vc-call-backend without the leading vc-.
11438         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11439         (vc-annotate-display): Replace confusing use of `cond' with `or'.
11440         Call vc-call-backend without the leading vc-.
11442         * vc-cvs.el (tail): Provide vc-cvs.
11443         * vc-sccs.el (tail): Provide vc-sccs.
11444         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11446         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11447         (vc-make-backend-function, vc-call): Pass names without leading
11448         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11449         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11450         (vc-call-backend): Always try to load vc-X-hooks.
11451         (vc-registered): Remove vc- in call to vc-call-backend.
11453 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11455         * vc.el (vc-process-filter): New function.
11456         (vc-do-command): Setup `vc-process-filter' for the async process.
11457         (vc-maybe-resolve-conflicts): New function to reduce
11458         code-duplication.  Additionally, it puts the buffer in
11459         `smerge-mode' if applicable.
11460         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11461         calling `merge-news'.
11462         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11463         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
11464         interfacing to log-edit.el.
11465         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11466         log-edit is available.
11467         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11469 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11471         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11472         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11473         defvar and the initialization.
11474         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11476         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11477         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11479         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11481 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11483         * vc.el (vc-file-clear-masterprops): Removed.
11484         (vc-checkin, vc-revert-buffer): Removed calls to the above.
11485         (vc-version-diff): Use buffer-size without argument.
11486         (vc-register): Heed vc-initial-comment.
11488         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11489         default branch.
11491         * vc-rcs.el (vc-rcs-register): Parse command output to find master
11492         file name and workfile version.
11493         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11495         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11496         vc-file-clear-masterprops.
11498         * vc-sccs.el (vc-sccs-checkout): Removed call to
11499         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
11500         rather than user login name.
11503 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11505         * vc.el (vc-workfile-unchanged-p): Remove unused argument
11506         `want-differences-if-changed' and simplify.
11507         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11508         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11509         output (which is invalid for async vc-diff) to decide whether to
11510         do the revert silently or not.
11512 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11514         * vc-hooks.el (vc-loadup): Load files quietly.
11515         (vc-call-backend): Oops, brain fart.
11517 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11519         * vc-cvs.el (vc-cvs-state): Typo.
11520         (vc-cvs-merge-news): Return the status code rather than the error msg.
11522 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11524         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11525         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11526         vc-state or vc-up-to-date-p.
11527         (vc-merge): Use vc-backend-defines to check whether merging is
11528         possible.  Set state to 'edited after successful merge.
11530         * vc-hooks.el (vc-locking-user): If locked by the calling user,
11531         return that name.  Redocumented.
11533 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11535         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11536         new `vc-state' semantics.
11537         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11538         'vc-locking-user to the current user.
11539         (vc-merge): Inline vc-backend-merge.  Comment out code that I
11540         don't understand and hence can't adapt to the new `vc-state' and
11541         `vc-locking-user' semantics.
11542         (vc-backend-merge): Remove.
11544         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11545         rather than 'vc-locking-user.
11547         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11549         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11550         (vc-state): Don't use 'reserved any more.  Just use the same
11551         convention as the one used for vc-<backend>-state where the
11552         locking user (as a string) is returned.
11553         (vc-locking-user): Update, based on the above convention. The
11554         'vc-locking-user property has disappeared.
11555         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11557         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11558         with a heuristic one.
11559         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11560         (vc-cvs-checkin): Do a trivial parse to set the state in case of
11561         error.  That allows us to get to 'needs-merge even in the
11562         stay-local case.  There's still no way to detect 'needs-patch in
11563         such a setup (or to force an update for that matter).
11564         (vc-cvs-logentry-check): Remove, the default works as well.
11566 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11568         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11570         * vc.el (vc-do-command): kill-all-local-variables, to reset any
11571         major-mode in which the buffer might have been put earlier.  Use
11572         `remove' and `when'.  Allow `okstatus' to be `async' and use
11573         `start-process' in this case.
11574         (vc-version-diff): Handle the case where the diff looks empty
11575         because of the use of an async process.
11577 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11579         * vc.el (vc-next-action-on-file): Removed optional parameter
11580         `simple'.  Recompute state unconditionally.
11581         (vc-default-toggle-read-only): Removed.
11583         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11584         (vc-toggle-read-only): Undid prev change.
11586         * vc-cvs.el (vc-cvs-stay-local): Renamed from
11587         vc-cvs-simple-toggle.  Redocumented.
11588         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11589         (vc-cvs-toggle-read-only): Removed.
11591 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11593         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11594         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11595         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11596         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
11597         still is. So maybe it should be removed.
11598         (vc-head-version, vc-find-binary): Remove.
11599         (vc-recompute-state): Move from vc-hooks.el.
11600         (vc-next-action-on-file): Add a `simple' argument to allow
11601         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11602         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11603         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11604         (vc-dired-mode-map): Properly defvar it.
11605         (vc-print-log): Call log-view-mode if available.
11606         (small-temporary-file-directory): defvar instead of use boundp.
11607         (vc-merge-news): Moved to vc-cvs.el.
11608         (vc-default-merge-news): New function.
11610         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11611         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11612         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11613         unknown `vc-latest-version' function.  It should probably refer to
11614         vc-workfile-version or somesuch, but it's very unclear to me and I
11615         don't have SCCS to test things.
11617         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11618         (vc-sccs-state-heuristic): Fix typo.
11619         (vc-sccs-workfile-unchanged-p): Add missing argument.
11621         * vc-rcs.el: Require vc and vc-rcs-hooks.
11622         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11623         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11624         (vc-release-greater-or-equal-p): Move from vc.
11625         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11626         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11627         (vc-rcs-checkout): Add a missing `new-version' argument in the
11628         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
11630         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11631         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11632         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11633         than the apparently unbound `workfile-version'.
11635         * vc-hooks.el (vc-master-templates): Def the obsolete var.
11636         (vc-file-prop-obarray): Use `make-vector'.
11637         (vc-backend-functions): Add new hookable functions
11638         vc-toggle-read-only, vc-record-rename and vc-merge-news.
11639         (vc-loadup): If neither backend nor default functions exist, use
11640         the backend function rather than nil.
11641         (vc-call-backend): If the function if not bound yet, try to load
11642         the non-hook file to see if it provides it.
11643         (vc-call): New macro plus use it wherever possible.
11644         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11645         nor `vc-find-binary' since it's only called from
11646         vc-mistrust-permission which is only used once the backend is known.
11647         (vc-checkout-model): Fix parenthesis.
11648         (vc-recompute-state, vc-prefix-map): Move to vc.el.
11650         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11651         (vc-cvs-release, vc-cvs-system-release): Remove.
11652         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11653         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11654         status symbols.
11655         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11656         (vc-cvs-toggle-read-only): First cut at a function to allow a
11657         cvs-status-free vc-toggle-read-only.
11658         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11659         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11660         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
11661         (vc-cvs-checkout): Modify access rights directly if the user
11662         requested not to use `cvs edit'.  And refresh the mode line.
11664         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11665         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11667 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11669         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
11670         workfile' that got lost when the code was extracted from vc.el.
11671         And merged the tail with the rest of the code (not possible in the
11672         old vc.el where the tail was shared among all backends).  And
11673         explicitly set the state to 'edited if `writable' is set.
11675         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11676         (vc-cvs-state): Be careful to return the value from
11677         vc-cvs-parse-state.
11678         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
11679         property but return it instead.  Also be careful to handle a nil
11680         or "" `rev' when workfile is non-nil (it was handled properly when
11681         workfile was nil).
11683         * vc.el: Removed those pesky unnecessary `(function' quotes.
11684         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11685         directly in the defvar.
11686         (vc-do-command): Bind inhibit-read-only so as to properly handle
11687         the case where the destination buffer has been made read-only.
11688         (vc-diff): Delegate to vc-version-diff in all cases.
11689         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11690         (vc-annotate-mode-variables): Removed (code moved partly to
11691         defvars and partly to vc-annotate-add-menu).
11692         (vc-annotate-mode): Turned into a derived-mode.
11693         (vc-annotate-add-menu): Moved in code in
11694         vc-annotate-mode-variables.
11695         (vc-update-change-log): Use make-temp-file if available.
11697 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
11699         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11700         `vc-checkout-model' updated to `vc-cvs-update-model'.
11702 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11704         * vc.el (vc-next-action-on-file): Added handling of state
11705         `unlocked-changes'.
11706         (vc-checkout-carefully): Is now practically obsolete, unless the
11707         above is too slow to be enabled unconditionally.
11708         (vc-update-change-log): Fixed typo.
11710         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11712         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11713         Now handles state `unlocked-changes'.
11714         (vc-sccs-workfile-unchanged-p): New function, to support the above.
11716         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11718         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11719         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
11720         `unlocked-changes'.
11721         (vc-rcs-workfile-unchanged-p): Renamed from
11722         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
11723         function yet, but supposed to become one soon.
11725         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11726         `vc-steal-lock'.
11727         (vc-call-backend): Changed error message.
11728         (vc-state): Added description of state `unlocked-changes'.
11730 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11732         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11733         always return t in CVS-controlled directories.
11735         * vc.el (vc-responsible-backend): New function.
11736         (vc-register): Largely rewritten.
11737         (vc-admin): Removed (implementation moved into vc-register).
11738         (vc-checkin): Redocumented.
11739         (vc-finish-logentry): If no backend defined yet (because we are in
11740         the process of registering), use the responsible backend.
11742         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11743         Updated function lists.
11744         (vc-call-backend): Fixed typo.
11746         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11747         New functions.
11748         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11749         Removed query option.  Redocumented.
11751 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11753         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11755         * vc.el: Updated callers of `vc-checkout-required' to use
11756         `vc-checkout-model'.
11758 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11760         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
11761         stuff updated to reference this function instead of the old
11762         `vc-backend-release-p'.
11764 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11766         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11767         vc-checkout-model.  Return appropriate values.  Updated callers.
11769 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11771         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11772         (vc-backend-revert): Function moved into `vc-revert';
11773         `vc-next-action' must be updated to accomodate this change.
11774         (vc-backend-steal): Function moved into `vc-finish-steal'.
11775         (vc-backend-logentry-check): Function moved into
11776         `vc-finish-logentry'.
11777         (vc-backend-printlog): Function moved into `vc-print-log'.
11778         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11779         (vc-backend-assign-name): Function moved into
11780         `vc-create-snapshot'.
11782 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11784         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11785         Rename to vc-checkout-model.  Return appropriate values.
11786         Update callers.
11788         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11789         to vc-checkout-model.
11790         (vc-checkout-required): Rename to vc-checkout-model.
11791         Re-implement and re-comment.
11792         (vc-after-save): Use vc-checkout-model.
11794 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11796         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11797         Update to use the vc-BACKEND-diff functions instead.
11798         `vc-diff' is now working.
11800         * vc-rcs.el (vc-rcs-logentry-check): New function.
11802         * vc-cvs.el (vc-cvs-logentry-check): New function.
11804         * vc-sccs.el (vc-sccs-diff): Function changed name from
11805         `vc-backend-diff'.  This makes `vc-diff' work.
11807         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11808         of functions possibly implemented in a vc-BACKEND library.
11809         (vc-checkout-required): Fix bug that caused an error to be
11810         signaled during `vc-after-save'.
11812         * vc.el: Fix typo.
11813         This checkin is made with our new VC code base for the very first time.
11814         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11816         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11817         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11819         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11820         updated to `vc-uses-locking'.
11821         (vc-checkout-required): Call to backend function.
11822         `vc-checkout-required' updated to `vc-uses-locking' instead.
11824         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11825         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11827         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11828         to match the split into various backends.
11829         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
11830         (vc-retrieve-snapshot): Bug fix.
11832 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11834         * vc-sccs.el (vc-sccs-release): Doc fix.
11836 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11838         * vc.el (vc-next-action-on-file): Bug found and fixed.
11839         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11840         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11842         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11843         (vc-rcs-checkout): Name space cleaned up.  No more revision number
11844         crunching function names that are not prefixed with vc-rcs.
11845         (vc-rcs-checkout-model): Function added.  References to
11846         `vc-checkout-model' replaced.
11848 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11850         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11851         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
11852         still need to be split, and implemented for RCS).
11854 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11856         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11858         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11859         required by the vc.el file.
11861         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11862         required by the vc.el file.
11863         (vc-rcs-exists): Function added.
11865         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11866         required by the vc.el file.
11868         * vc.el (vc-admin): Updated to handle selection of appropriate
11869         backend.  Current implementation is crufty and need re-thinking.
11871         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11873 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11875         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11876         beginning of annotate buffers correctly.
11878         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11879         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11880         functionality updated quite a lot to support multiple backends.
11881         Variables `vc-annotate-mode', `vc-annotate-buffers',
11882         `vc-annotate-backend' added.
11884         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11885         `vc-annotate-difference' added to supported backend functions.
11887 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11889         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11890         Use with-temp-file instead of /bin/sh.  Merged from mainline
11892 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11894         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11896         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11898         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11900 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11902         * vc-hooks.el: vc-state-heuristic added to
11903         vc-backend-hook-functions.
11905         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11907         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11909         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11910         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
11911         state to `reserved'.
11913         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11914         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
11916 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11918         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
11919         untouched.
11921         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11923         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11924         if defined.  (Merged from main line, slightly adapted.)
11926         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11927         millenium problem (merged from mainline).
11929 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11931         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11932         part and moved the non-BACKEND stuff to vc.el.
11934         * vc.el: Split the annotate feature into a BACKEND specific part
11935         and moved it from the vc-cvs.el file to this one.
11937 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11939         * vc-hooks.el: Implement new state model.
11940         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11941         (vc-locking-user): Simplify.  Now only needed if the file is
11942         locked by somebody else.
11943         (vc-lock-from-permissions): Remove.  Functionality is in
11944         vc-sccs-hooks.el and vc-rcs-hooks.el now.
11945         (vc-mode-line-string): New name for former vc-status.  Adapted.
11946         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
11948         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11949         Various simplifications and adaptations all over the place.
11951         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11952         Simplify and adapt the rest.
11954         * vc.el (vc-resynch-window): Add TODO comment: check for
11955         interaction with view mode according to recent RCS change.
11956         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11958 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11960         * vc.el: Convert the remaining function comments to docstrings.
11962 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11964         * vc.el (vc-backend-release, vc-release-greater-or-equal)
11965         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11966         (vc-minor-part, vc-previous-version): Functions that operate and
11967         compare revision numbers got proper documentation.  Comments added
11968         about their possible removal.
11970 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11972         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11973         the vc-backend.el files.
11975         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11977         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11978         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11979         (vc-rcs-previous-version): Functions added.
11981         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11983         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11985 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11987         * vc-hooks.el (vc-master-templates): Is really obsolete.
11988         Comment out the definition for now.  What is the right procedure
11989         to get rid of it?
11990         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11991         rewritten.
11992         (vc-default-registered): Remove.
11993         (vc-check-master-templates): New function; does mostly what the
11994         above did before.
11995         (vc-locking-user): Don't rely on the backend to set the property.
11997         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11998         Rewrite documentation.
11999         (vc-rcs-templates-grabbed): New variable.
12000         (vc-rcs-grab-templates): New function.
12001         (vc-rcs-registered): Rewrite to use above mechanism.
12003         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12004         Rewrite documentation.
12005         (vc-sccs-templates-grabbed): New variable.
12006         (vc-sccs-grab-templates): New function.
12007         (vc-sccs-registered): Rewrite to use above mechanism.
12008         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12009         Don't throw the result, simply return it.
12011         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12012         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
12013         (vc-cvs-registered): Does the check itself now.  Simplify.
12015         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12016         from main line.
12018 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12020         * vc-cvs.el (vc-cvs-diff): New function.
12022         * vc-sccs.el (vc-sccs-diff): New function.
12024         * vc-rcs.el (vc-rcs-diff): New function.
12025         (vc-rcs-checkout): Bug (typo) found and fixed.
12026         (vc-rcs-register-switches): New variable.
12028         * vc.el (vc-backend-diff): Function removed and placed in the
12029         backend files.
12031 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12033         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12035         * vc.el (vc-backend-checkout): Function removed and replaced in
12036         the vc-backend.el files.
12038         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12040         * vc.el (vc-backend-admin): Removed and replaced in the
12041         vc-backend.el files.
12043         * vc.el (Martin): Removed all the annotate functionality since it
12044         is CVS backend specific.
12046 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12048         * spec.txt: Added specification of vc-state.
12050         * vc-sccs-hooks.el (vc-sccs-master-properties):
12051         Remove handling of vc-latest-version and
12052         vc-your-latest-version.  What used to be vc-latest-version, is now
12053         returned as vc-workfile-version.
12054         (vc-sccs-workfile-version): Adapt.
12056 2000-09-04  Dave Love  <fx@gnu.org>
12058         * vc.el: [Merged from mainline.]
12059         (vc-dired-mode): Make the dired-move-to-filename-regexp
12060         regexp match the date, to avoid treating date as file size.
12061         Add YYYY S option to WESTERN/
12063 2000-09-04  Dave Love  <fx@gnu.org>
12065         * vc.el: Require `compile' when compiling.
12066         (vc-logentry-check-hook): New option.
12067         (vc-steal-lock): Use compose-mail.
12068         (vc-dired-mode-map): Defvar when compiling.
12069         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12070         vc-sccs.el and renamed.  Callers changed.
12071         (vc-backend-checkout, vc-backend-logentry-check)
12072         (vc-backend-merge-news): Doc fix.
12073         (vc-default-logentry-check): New function.
12074         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12075         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12076         (vc-backend-merge): Doc fix.  Use backend functions.
12077         (vc-check-headers): Use backend functions.
12079         * vc-cvs.el: Require vc when compiling.
12080         (vc-cvs-register-switches): Doc fix.
12081         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12082         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12083         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12084         New functions (code from vc.el).
12085         (vc-annotate-display-default): Fix interactive spec.
12086         (vc-annotate-time-span): Doc fix.
12088         * vc-rcs.el: Require vc when compiling.
12089         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12090         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12091         (vc-rcs-checkin): New functions (code from vc.el).
12092         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12093         Doc fix.
12094         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
12096         * vc-sccs.el: Require vc when compiling.
12097         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12098         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12099         (vc-sccs-revert)
12100         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12101         from vc.el).
12102         (vc-sccs-add-triple, vc-sccs-record-rename)
12103         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12104         (vc-sccs-admin): Doc fix.
12106 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12108         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12109         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12110         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12111         from vc.el.
12113         * vc-sccs.el (vc-admin-sccs): Added from vc.el
12115         * vc-cvs.el: Moved the annotate functionality from vc.el.
12116         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12118 2000-09-04  Dave Love  <fx@gnu.org>
12120         * vc.el (vc-backend-release): Call vc-system-release.
12122         * vc-sccs.el (vc-sccs-system-release):
12123         Renamed from vc-sccs-backend-release.
12125         * vc-rcs.el (vc-rcs-system-release):
12126         Renamed from vc-rcs-backend-release.
12128         * vc-cvs.el (vc-cvs-system-release):
12129         Renamed from vc-cvs-backend-release.
12131 2000-09-04  Dave Love  <fx@gnu.org>
12133         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12134         backend files.
12135         (vc-backend-release): Dispatch to backend functions.
12136         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
12137         probably needs attention.]
12139         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12140         (vc-sccs-backend-release): New function.
12142         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12143         (vc-cvs-backend-release): New function.
12145         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12146         Doc fix.
12147         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12148         (vc-default-dired-state-info): New function.
12149         (vc-dired-state-info): Dispatch to backends.
12150         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
12152         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12153         from vc.el and renamed.
12155 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12157         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12158         (vc-version-other-window, vc-backend-assign-name): Removed
12159         references to vc-latest-version; sometimes changed into
12160         vc-workfile-version.
12162         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12163         vc-rcs-master-workfile-version.
12164         (vc-rcs-workfile-version): Use the above.  Don't call
12165         vc-latest-version (that was unreachable code, anyway).
12166         (vc-rcs-fetch-master-properties): Doc fix.
12168         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12169         (vc-backend-hook-functions): Removed them from this list, too.
12170         (vc-fetch-properties): Removed.
12171         (vc-workfile-version): Doc fix.
12173         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12174         (vc-rcs-workfile-version, vc-rcs-locking-user)
12175         (vc-rcs-uses-locking): Use it.
12177         * vc-hooks.el (vc-consult-rcs-headers):
12178         Moved into vc-rcs-hooks.el, under the name
12179         vc-rcs-consult-headers.
12181         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12182         headers.
12183         (vc-cvs-find-master): Use this name only; correct different
12184         versions of the name.
12186         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12187         New functions.
12188         (vc-sccs-locking-user): Use the latter.
12190         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12191         New functions.
12193         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12194         Moved into both
12195         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
12196         functions are implementation details of those two backends.
12198 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12200         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12201         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12203         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12204         (vc-sccs-parse-locks): SCCS-specific code moved here from
12205         vc-hooks.
12207         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12208         code moved here from vc-hooks.
12210         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12211         into back-end specific parts and removed.  Callers not updated
12212         yet; because I guess these callers will disappear into back-end
12213         specific files anyway.
12215 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12217         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12218         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12219         `vc-uses-locking'.
12221         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12222         Store yes/no in the property, and return t/nil.  Updated all
12223         callers.
12225         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12226         vc-sccs-uses-locking.  Don't set property.
12227         (vc-sccs-locking-user): Don't set property.
12229         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12230         vc-cvs-uses-locking.  Don't set property here; leave that to
12231         vc-hooks.
12232         (vc-cvs-locking-user): Reflect above change.  Streamlined.
12234         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12235         vc-rcs-uses-locking.
12236         (vc-rcs-locking-user): Reflect above change.
12238 2000-09-04  Dave Love  <fx@gnu.org>
12240         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12242         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12244         * vc-hooks.el (vc-checkout-model): Punt to backends.
12246         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12248         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12250         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12251         New functions.
12253         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12254         New functions.
12256         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12257         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12259         * vc-hooks.el (vc-default-locking-user): New function.
12260         (vc-locking-user, vc-workfile-version): Punt to backends.
12262 2000-09-04  Dave Love  <fx@gnu.org>
12264         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12265         (vc-master-workfile-version): Moved from vc-hooks.
12267         * vc-rcs-hooks.el: Fix duplicate code in last change.
12269         * vc-rcs-hooks.el: Require vc-hooks when compiling.
12270         (vc-rcs-master-templates): Improve :type.
12271         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12272         vc-master-workfile-version): Moved from vc-hooks.
12274         * vc-sccs-hooks.el: Require vc-hooks when compiling.
12275         (vc-sccs-master-templates): Improve :type.
12276         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12278         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12280         * vc-cvs-hooks.el: Require vc-hooks when compiling.
12281         (vc-cvs-master-templates): Improve :type.  Use
12282         vc-cvs-find-cvs-master.
12283         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12284         from vc-hooks.
12285         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12287         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12288         Moved to vc-cvs-hooks.
12290         * vc-hooks.el: Add doc strings in various places.  Simplify the
12291         minor mode setup.
12292         (vc-handled-backends): New user variable.
12293         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12294         simplification.
12296 2000-09-04  Dave Love  <fx@gnu.org>
12298         * vc.el: Some doc fixes for autoloaded and interactive functions.
12299         Fix compilation warnings from ediff stuff.
12300         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12302         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12304         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12306         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12308 2000-09-04  Dave Love  <fx@gnu.org>
12310         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12311         New variable.
12312         (vc-make-backend-function, vc-loadup, vc-call-backend)
12313         (vc-backend-defines): New functions.
12315         * vc-hooks.el: Various doc fixes.
12316         (vc-default-back-end, vc-follow-symlinks): Custom fix.
12317         (vc-match-substring): Function removed.  Callers changed to use
12318         match-string.
12319         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12320         Simplify.
12322 2000-09-04  Dave Love  <fx@gnu.org>
12324         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12325         type.
12326         (vc-sccs-project-dir, vc-search-sccs-project-dir)
12327         (vc-sccs-registered): Doc fix.
12329         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12330         (vc-cvs-registered): Doc fix.
12332         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12333         (vc-rcs-registered): Doc fix.
12335 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12337         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12339         * vc-hooks.el: vc-registered has been renamed
12340         vc-default-registered.  Some functions have been moved to the
12341         backend specific files.  they all support the
12342         vc-BACKEND-registered functions.
12344 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12346         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12348         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12350 2000-09-04  Dave Love  <fx@gnu.org>
12352         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12353         menu-bar-update-hook.
12355         * help.el (help-manyarg-func-alist): Add
12356         find-operation-coding-system.
12358         * wid-edit.el (widget-sexp-validate): Fix garbled code.
12360         * custom.el (custom-set-variables): Print message about errors in
12361         setting.
12363 2000-09-03  Andrew Innes  <andrewi@gnu.org>
12365         * makefile.w32-in: Change to DOS line endings.
12367 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12369         * mouse.el (mouse-popup-menubar): Supply the prompt string for
12370         minor-mode keymaps, if they don't have one.
12372 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12374         * eshell/esh-module.el (eval-when-compile): Don't lose if
12375         esh-module.el's file name is truncated to DOS 8+3 limits.
12377 2000-09-01  John Wiegley  <johnw@gnu.org>
12379         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12380         predicate, which caused entries in the completion list to be
12381         doubled.
12383 2000-08-30  John Wiegley  <johnw@gnu.org>
12385         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12386         sending to subprocesses.  Also, hook pre-command-hook if
12387         `eshell-send-direct-to-subprocesses' is non-nil.
12388         (eshell-send-direct-to-subprocesses): New config variable.  If t,
12389         subprocess input is send immediately.
12390         (eshell-toggle-direct-send): New function.
12391         (eshell-self-insert-command): New function.
12392         (eshell-intercept-commands): New function.
12393         (eshell-send-input): If direct subprocess sending is enabled,
12394         don't echo any input to the Eshell buffer.  Let the subprocess
12395         handle that.  This requires "stty echo" in bash, for example.
12397 2000-08-28  John Wiegley  <johnw@gnu.org>
12399         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12400         completion function for Eshell's implementation of `unset'.
12402 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12404         * info.el (Info-directory-list): Doc fix.
12406 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
12408         * filecache.el (file-cache-add-directory-using-find): Don't quote
12409         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12411 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
12413         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12414         coding systems.
12416 2000-08-30  Andrew Innes  <andrewi@gnu.org>
12418         * timer.el (run-with-idle-timer): Undo last change, so that timer
12419         is not activated immediately if Emacs is already idle.  Some
12420         existing code relies on this behaviour.
12422 2000-08-30  Miles Bader  <miles@gnu.org>
12424         * frame.el (set-frame-font): Do completion of font-name for
12425         interactive use.
12427 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
12429         * international/quail.el (quail-start-translation): Bind locally
12430         last-command-event, last-command, and this-command.
12431         (quail-start-conversion): Likewise.
12432         (quail-self-insert-command): Fix docstring.
12434 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
12436         * progmodes/executable.el
12437         (executable-make-buffer-file-executable-if-script-p): Check that
12438         buffer contains at least 2 characters.
12440 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
12442         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12444 2000-08-29  Dave Love  <fx@gnu.org>
12446         * diff-mode.el (diff-mode) <defgroup>: Add :version.
12447         (diff-mode-shared-map): Bind mouse-2.
12448         (diff-imenu-generic-expression): New variable.
12449         (diff-mode): Use it.
12451         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12452         (mouse-popup-menubar): Add minor mode menus.
12453         (popup-menu): Check for lookup-key returning number.
12455 2000-08-29  Miles Bader  <miles@gnu.org>
12457         * comint.el (comint-send-input): Create overlays using the proper
12458         front/read-advance arguments.
12460 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12462         * ps-print.el: Even/odd pages printing.  Doc fix.
12463         (ps-print-version): New version number (6.0).
12464         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12465         (ps-background, ps-begin-file, ps-begin-job): Code fix.
12466         (ps-print-duplex-feature): Variable eliminated.
12467         (ps-even-or-odd-pages): New variable.
12469         * progmodes/ebnf2ps.el: Doc fix.
12470         (ebnf-version): New version (3.3).
12471         (ebnf-user-arrow): Change variable customization to sexp.
12472         (ebnf-user-arrow): Function eliminated.
12473         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12475 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
12477         * help.el (help-xref-mule-regexp): New variable.
12478         (help-make-xrefs): Handle help-xref-mule-regexp.
12480         * international/mule-cmds.el (help-xref-mule-regexp-template): New
12481         variable.
12482         (describe-input-method): Temporarily activate the specfied input
12483         method to display the information.
12484         (describe-language-environment): Hyperlinks to mule related items.
12486         * international/mule-diag.el (charset-multibyte-form-string): New
12487         function.
12488         (list-character-sets-1): Use charset-multibyte-form-string.
12489         (describe-character-set): New function.
12490         (describe-coding-system): Hyperlinks to safe character sets.
12492         * international/quail.el (quail-help): New arg PACKAGE.
12493         Hyperlinks to mule related items.
12494         (quail-help-insert-keymap-description): Use
12495         substitute-command-keys instead of describe-bindings.
12496         (quail-translation-help): Hyperlinks to mule related items.
12498 2000-08-28  John Wiegley  <johnw@gnu.org>
12500         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12501         have a defsubst call itself.  Made `eshell-flatten-list' back into
12502         a function again.
12504         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12505         catch, in case re-centering point at bottom messes up the display.
12506         This happens frequently in Emacs 21, due I believe to variable
12507         line heights.
12509         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12510         to call `find-tag-interactive'.
12512         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12513         the list of remember directories.
12515 2000-08-28  John Wiegley  <johnw@gnu.org>
12517         * align.el: Test align-region-separate to see if it's a symbol.
12519 2000-08-28  John Wiegley  <johnw@gnu.org>
12521         * eshell/esh-util.el (eshell-flatten-list): Made this function
12522         into a defsubst form.  It gets used very frequently, although
12523         calls don't occur all that often.
12525         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12526         examining it.
12528         * eshell/esh-cmd.el (eshell-rewrite-while-command):
12529         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12530         `eshell-protect'.
12531         (eshell-copy-handles): Created a new macro for duplicating the
12532         current set of open handles.  This is needed by the looping
12533         functions.
12534         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12535         is not incorrectly stomped on.
12537         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12538         declaration for pcomplete-use-paring.
12539         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12540         value of eshell-cmpl-use-paring.
12541         * pcomplete.el (pcomplete-use-paring): New config variable, to
12542         indicate whether paring should be used.
12543         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12544         completion alternatives that have already been used.
12546         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12547         bound to C-c C-y, which will repeat the previous N arguments
12548         (based on prefix argument).
12549         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12551         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12552         if there is no *Help* buffer.  This is for XEmacs, which renames
12553         its help buffers uniquely.  TODO: Find out what the current buffer
12554         name to delete is.
12556         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12557         first entry that correlates to a passwd/group number.  Later
12558         entries (used for group/user name aliasing to multiple IDs) are
12559         ignored.
12561         * eshell/em-xtra.el (eshell/expr):
12562         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12563         (eshell-grep, eshell/diff, eshell/locate):
12564         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12565         argument list, before passing it to the system command.
12567         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12568         `find-tag' for use at final position in Eshell buffers (which
12569         otherwise triggers an error on Emacs 21).
12570         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12571         buffer, if it is currently bound to `find-tag'.
12573         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12574         in the list of matched Makefile names.
12575         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12576         directory, prefer its contents to Makefile.
12578         * eshell/em-dirs.el (eshell/cd): cd commands that look up
12579         directory parts (like "cd old new", or "cd =regexp"), are now case
12580         sensitive on non-Windows/DOS platforms.
12582         * eshell/esh-mode.el (eshell-parse-command-input): When a user
12583         types RET after an open delimiter (like "), display a message
12584         indicating that Eshell is waiting for the closing delimiter.
12586         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12587         environment variables.
12589         * eshell/em-unix.el (eshell/diff): Added logic to fail more
12590         gracefully if the user enters incorrect arguments.
12592         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12593         Eshell buffers.
12595         * eshell/esh-var.el (eshell-interpolate-variable):
12596         * eshell/esh-mode.el (eshell-move-argument):
12597         * eshell/em-unix.el (eshell-du-sum-directory):
12598         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12599         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12600         (not (= ...)).
12602         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12603         to ensure the `preserve' flag gets propagated when doing recursive
12604         directory copies.
12606 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
12608         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12609         Don't convert \n into \0177 in memory.
12610         (eshell-read-history, eshell-write-history): Convert \n to \0177,
12611         and back again, when reading and writing.
12613 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
12615         * eshell/esh-util.el (eshell-processp): Added to relieve constant
12616         testing of `fboundp' on `processp'.
12618         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12619         (eshell/jobs): Don't call process-list if it is not bound.
12620         (eshell-gather-process-output): Support systems where async
12621         subprocesses aren't supported.
12622         (eshell-scratch-buffer, eshell-last-sync-output-start): New
12623         variables.
12625         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12626         eshell-do-eval returns t.
12627         (eshell-do-pipelines-synchronously): New defmacro.
12628         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12629         when async subprocesses aren't supported.
12630         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
12631         if async subprocesses aren't supported.
12632         (eshell-resume-command): Don't assume STATUS is a string.
12634         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12636         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12637         (eshell-close-target, eshell-get-target): Use eshell-processp.
12638         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12639         fix.
12640         (eshell-get-target, eshell-create-handles): Doc fix.
12642 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
12644         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12645         criterion to include commands that output something, as long as it
12646         leaves both the command and the end-of-buffer visible when the
12647         command has exited.
12648         (eshell-review-quick-commands): Adjust the help doc string
12649         accordingly.
12651 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
12653         * locate.el (locate): Cleaned up locate command's interactive prompting
12654         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12656         * filecache.el (file-cache-case-fold-search): New variable
12657         (file-cache-assoc-function): New variable
12658         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12659         Use file-cache-case-fold-search variable
12660         (file-cache-add-file): Use file-cache-assoc-function
12661         (file-cache-delete-file): likewise
12662         (file-cache-directory-name): likewise
12663         (file-cache-debug-read-from-minibuffer): likewise
12665 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
12667         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12668         (abbrev-table-name): New function.
12669         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12670         If non-nil list local abbrev, only.
12672 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
12674         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12675         from Gnus support code, and use special article copy buffer
12676         `(gnus-original-article-buffer)' instead.  This allows to get rid
12677         of article-hide-headers usage (which breaks in the latest Gnus
12678         version).  Thanks to Detlev Zundel.
12680 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
12682         * international/quail.el (quail-use-package): Hide "... loaded"
12683         message.
12684         (quail-start-translation, quail-start-conversion): Likewise.
12686         * international/kkc.el (kkc-region): Hide "... loaded" message.
12688 2000-08-27  Dave Love  <fx@gnu.org>
12690         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12692 2000-08-27  Miles Bader  <miles@gnu.org>
12694         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12696 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
12698         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12699         'ja-dic-cnv), not (require 'skkdic-cnv).
12701 2000-08-26  Miles Bader  <miles@gnu.org>
12703         * faces.el (face-x-resources): Add entry for :inherit.
12704         * cus-face.el (custom-face-attributes): Add support for :inherit
12705         attribute.  Add support for relative face heights.
12706         (custom-face-attributes-get): Treat `nil' as being a default value
12707         for :inherit (as well as `unspecified').
12709         * faces.el (set-face-attribute): Update doc string.
12710         (face-attribute-name-alist): Add :inherit.
12711         (face-valid-attribute-values): Handle :inherit.
12712         (face-read-string): Rephrase prompt to be less confusing.
12713         Assume that DEFAULT is a string, since we must return a string.
12714         (face-read-integer): Use `format' to turn DEFAULT into an
12715         acceptable default for face-read-string.  Match NEW-VALUE against
12716         the string "unspecified", not the symbol `unspecified', since
12717         that's what face-read-string returns.
12718         (read-face-attribute): Lookup a name for old-value in valid, and
12719         use it as a default if we find one.  Treat all values from
12720         face-read-string as strings.  If the default is used, don't do any
12721         more processing on the value, just use the old value directly.
12722         (read-face-and-attribute, modify-face): Tweak prompt.
12723         (read-face-name): Don't assume prompt ends with a space.
12725         * faces.el (describe-face): Add support for :inherit attribute.
12727 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
12729         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
12730         concat doesn't accept interger.
12732         * international/kkc.el: Remove SKK from Keywords.  Require
12733         ja-dic-utl instead of skkdic-utl.
12735         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12736         Provide ja-dic-cnv instead of skkdic-cnv.
12737         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
12738         (iso-2022-7bit-short): Add safe-charsets property.
12739         (skkdic-convert-postfix): Search Japanese chou-on character in
12740         addition to Hiragana character.
12741         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12742         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12743         (batch-skkdic-convert): Likewise.
12745         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12746         Provide ja-dic-utl instead of skkdic-utl.
12747         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12749 2000-08-24  Dave Love  <fx@gnu.org>
12751         * disp-table.el (standard-display-default): Make the test of `l'
12752         useful.
12754         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12755         mod sample text.
12757         * international/iso-ascii.el: Make pilcrow convenient string
12758         consistent with section.
12759         (iso-ascii-display): Set up multibyte characters as well as
12760         unibyte.
12762 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
12764         * international/mule-cmds.el (reset-language-environment): Set
12765         default-process-coding-system to '(undecided . iso-latin-1), which
12766         makes process I/O almost consistent with file I/O.   Call this
12767         function when mule-cmds.el[c] is loaded.
12769 2000-08-22  Andrew Innes  <andrewi@gnu.org>
12771         * makefile.w32-in: New file.
12773 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
12775         * comint.el (comint-output-filter): Compare end of
12776         comint-last-output-overlay with the start of the newly inserted
12777         text, not the end, when deciding whether to extend it.
12778         Set saved-point's insertion type to advance after insertion.
12780         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12781         since this is now done independently of font-lock mode.
12783 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12785         * server.el (server-kill-new-buffers): New user option.
12786         (server-existing-buffer): New buffer-local variable.
12787         (server-visit-files): When using an existing buffer, set
12788         server-existing-buffer to t.
12789         (server-buffer-done): If server-kill-new-buffers is t, kill the
12790         buffer, unless it was already present before visiting it with
12791         Emacs server.
12793 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
12795         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12796         even if the display doesn't support colors: some displays will
12797         support bold/underline faces.
12799 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12801         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12803         * startup.el (command-line): If user's init file had an error,
12804         add explanatory text to *Messages*.
12806 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
12808         * man.el (Man-getpage-in-background): Decode the process output by
12809         the system locale coding system.
12811 2000-08-20  Dave Love  <fx@gnu.org>
12813         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12814         Don't test x-popup-menu.
12815         (function) <complete-function>: Complete only fbound symbols.
12816         <validate, value>: New.
12817         (variable) <complete-function>: Complete only bound symbols.
12818         (coding-system): Add :base-only, :complete-function, :validate,
12819         :value, :prompt-match.
12820         (widget-coding-system-prompt-value): Use read-coding-system and
12821         act on :base-only.
12822         (editable-field): Add :help-echo.
12823         (widget-push-button-gui, widget-push-button-cache)
12824         (widget-gui-action, widget-editable-list-gui): COmment out, along
12825         with uses.
12826         (widget-at): Make arg optional.
12827         (widget-echo-help): Adjust for current help-echo calling sequence.
12828         (widget-specify-field, widget-specify-button)
12829         (widget-specify-insert, widget-get-sibling, widget-image-find)
12830         (widget-convert, widget-insert, widget-leave-text)
12831         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12832         (widget-setup, widget-field-find, widget-before-change)
12833         (widget-after-change, widget-default-complete)
12834         (widget-default-create, widget-default-delete)
12835         (widget-push-button-value-create, editable-field)
12836         (widget-field-prompt-value, widget-field-validate)
12837         (widget-choice-value-create, widget-choice-action)
12838         (widget-choice-validate, widget-checklist-add-item)
12839         (widget-radio-add-item, widget-radio-chosen)
12840         (widget-radio-value-inline, widget-editable-list-value-create)
12841         (widget-editable-list-entry-create)
12842         (widget-documentation-link-add)
12843         (widget-documentation-string-value-create)
12844         (widget-regexp-validate, widget-file-complete)
12845         (widget-sexp-validate, widget-plist-convert-widget)
12846         (widget-plist-convert-widget, widget-alist-convert-widget)
12847         (widget-alist-convert-widget, widget-color-complete): Simplify,
12848         particularly to avoid bindings which aren't optimized out.
12850         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12851         Doc fix.
12852         (down-list, backward-up-list, up-list, kill-sexp)
12853         (backward-kill-sexp, mark-sexp): Make arg optional.
12854         (lisp-complete-symbol): Add optional arg PREDICATE.
12856         * cus-start.el: Add display-buffer-reuse-frames,
12857         file-coding-system-alist.
12859 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
12861         * startup.el (command-line): Clear realized faces after
12862         modifying TTY color mappings.
12864 2000-08-20  Miles Bader  <miles@gnu.org>
12866         * faces.el (face-attr-match-p): Don't return true if ATTRS are
12867         merely a subset of FACE's attributes.
12869 2000-08-19  Miles Bader  <miles@gnu.org>
12871         * comint.el (comint-output-filter): Save the point with a marker,
12872         not just a buffer position.
12874         * international/mule.el (set-buffer-process-coding-system): Make
12875         interactive prompt less confusing.
12877 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
12879         * hilit-chg.el: General cleanup of doc strings, comments and
12880         code formatting.
12882 2000-08-19  Miles Bader  <miles@gnu.org>
12884         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12885         Compiler macro removed; beginning-of-line is no longer always
12886         equivalent to forward-line, in the presence of fields.
12888         * comint.el (comint-output-filter): Remove ad-hoc saving of
12889         restriction, and just use save-restriction, now that it works
12890         correctly.  Don't adjust comint-last-input-start to account for
12891         our insertion; it shouldn't have moved because we don't use
12892         insert-before-markers anymore.  Comment out call to
12893         `force-mode-line-update'; why is it here?
12895         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12896         while checking for prompt to delete.  Use `forward-line 0'
12897         instead of beginning-of-line.
12898         (gud-filter): Temporarily widen gud comint buffer while
12899         examining output.
12901 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
12903         * progmodes/sh-script.el: Big bag of typos.
12905         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12906         check since ispell-process is not bound when ispell is not yet loaded.
12908 2000-08-18  Dave Love  <fx@gnu.org>
12910         * image.el (find-image): Copy `spec' before using plist-put.
12912 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
12914         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12915         `portugues'.
12917         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12918         backward-kill-sexp, analogous to kill-sexp.
12920         * progmodes/icon.el (icon-indent-line)
12921         (icon-is-continuation-line): Handle comments specially.
12923 2000-08-17  Ken Stevens <k.stevens@ieee.org>
12925         * ispell.el: Set to standard author/maintainer/keyword fields.
12926         Fine tuning to menu map appearance and operation, and added help.
12927         Remove `start' and `end' error messages when compiling.
12928         (ispell-choices-win-default-height): Fixed comment string.
12929         (ispell-dictionary-alist-1): Fixed regexp in castellano and
12930         castellano8 dictionaries.
12931         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12932         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12933         dictionary, added italiano dictionary.
12934         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12935         word character
12936         (ispell-tex-skip-alists): Added psfig support.
12937         (ispell-skip-html): Renamed from ispell-skip-sgml.
12938         (ispell-begin-skip-region-regexp, ispell-skip-region)
12939         (ispell-minor-check): Improved html skipping support to skip across
12940         code, and recognize `&' commands without propper `;' syntax;
12941         (ispell-process-line): Fix alignment error when manually
12942         correcting spelling.
12943         (ispell): Fix comment string.
12944         (ispell-add-per-file-word-list): Always put word list on new line.
12946 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
12948         * format.el (format-encode-run-method): Fix error message to say
12949         `encode' instead of `decode'.  Use save-window-excursion around
12950         shell-command-on-region as in format-decode-run-method because
12951         shell-command-on-region can display a buffer with error output.
12952         (format-decode): Don't record undo information for the decoding.
12953         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
12954         that number part of the temporary buffer name so that more than
12955         one decoding using a temporary buffer can happen safely.
12957         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12958         of `A-z' in the regexp.
12960         * hilit-chg.el: Fix typos in commentary.
12962         * help.el (view-emacs-news): Rewritten for new naming scheme
12963         for old NEWS files.
12965         * startup.el (command-line): Pop to *Messages* in case an error
12966         is signaled while loading user-init-file.
12968 2000-08-17  Andreas Schwab  <schwab@suse.de>
12970         * files.el (insert-directory): Don't lose original file name,
12971         undoing an undocumented change.
12973 2000-08-17  Alex Schroeder  <alex@gnu.org>
12975         * sql.el (sql-magic-go): Use comint-bol.
12976         (sql-copy-column): Use comint-line-beginning-position.
12977         (comint-line-beginning-position): Define a replacement for
12978         comint-line-beginning-position if it is not fboundp.
12980 2000-08-17  Alex Schroeder  <alex@gnu.org>
12982         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12983         it didn't have any effect anyway.
12985 2000-08-17  Alex Schroeder  <alex@gnu.org>
12987         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12988         --pset and pager=off instead of sending \\o|cat at the beginning
12989         of the session.
12991 2000-08-17  Miles Bader  <miles@gnu.org>
12993         * progmodes/octave-inf.el: Add compatibility definition of
12994         comint-line-beginning-position.
12996 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
12998         * startup.el (normal-top-level): Look in each dir in load-path for
12999         a leim-list.el file too.  This assures of loading leim-list.el
13000         that is created at Emacs installation time even if a user have his
13001         own leim-list.el.
13003 2000-08-17  Miles Bader  <miles@gnu.org>
13005         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13006         foreground color to black if the background is dark.
13008 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
13010         * loadhist.el (unload-feature): Typo.
13012         * finder.el (finder-compile-keywords):
13013         * cus-dep.el (custom-make-dependencies): Add local-variable settings
13014         to the generated file.
13016         * mail/mh-e.el (mh-make-local-vars):
13017         Replace make-variable-buffer-local with make-local-variable.
13019         * play/landmark.el:
13020         * options.el (Edit-options-{set,toggle,t,nil}):
13021         * mail/mailabbrev.el (mail-abbrevs-mode):
13022         * textmodes/tex-mode.el (tex-expand-files):
13023         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13025         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13027         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13028         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13029         Allow going past the last element.
13030         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13031         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13032         (cvs-mouse-toggle-mark): Don't move point.
13033         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13035         * progmodes/compile.el (grep): Provide a default set of files.
13036         (next-error): Docstring fix.
13037         (compilation-find-file): Avoid find-file (fails in a dedicated window).
13039         * emacs-lisp/easy-mmode.el (define-minor-mode):
13040         Use `symbol-value' to keep the byte-compiler quiet.
13042         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13043         (diff-find-source-location): New fun, extracted from diff-goto-source.
13044         (diff-goto-source): Use it.
13045         (diff-next-complex-hunk, diff-filter-lines): New function.
13046         (diff-apply-hunk): New command.
13048         * smerge-mode.el (smerge-mode-menu): Doc fix.
13050         * msb.el (msb-mode): Define it in terms of define-minor-mode.
13052 2000-08-16  Dave Love  <fx@gnu.org>
13054         * windmove.el (windmove) <defgroup>: Add :version.
13056         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
13057         (goto-address-fontify-p, goto-address-highlight-p)
13058         (goto-address-url-face, goto-address-url-mouse-face)
13059         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13060         (goto-address-url-regexp): Use thing-at-point-url-regexp.
13061         (goto-address-fontify, goto-address-at-mouse): Simplify,
13062         (goto-address-at-point): browse-url-url-at-point,
13063         goto-address-find-address-at-point can return nil.
13064         (goto-address-find-address-at-point): Return nil on failure.
13066         * align.el (align) <defgroup>: Add :version.
13068         * calculator.el (calculator): Add :version.
13069         (calculator): Use two lines for calculator window if `modeline'
13070         face is boxed.
13072         * play/5x5.el: Doc fixes.
13073         (5x5) <defgroup>: Add :version.
13075         * play/fortune.el (fortune) <defgroup>: Add :version.
13076         (fortune-append): Fix error message.
13077         (fortune-from-region): Doc fix.
13079         * play/pong.el (pong): Doc fix.
13081         * play/morse.el: Keywords, commentary, autoloads.
13083 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
13085         * desktop.el (desktop-save): Don't look at symbol-value of a
13086         member of minor-mode-alist, unless it is boundp.
13088 2000-08-16  Sam Steingold  <sds@gnu.org>
13090         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13091         `while'; use `with-current-buffer' instead of `save-excursion'.
13092         Removed unnecessary kludges now that "*Buffer List*" is excluded.
13094 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
13096         * international/ccl.el (declare-ccl-program): Docstring modified.
13097         (ccl-execute-with-args): Likewise.
13099 2000-08-16  Miles Bader  <miles@gnu.org>
13101         * progmodes/sql.el: Add compatibility definition of
13102         comint-line-beginning-position.
13104 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
13106         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13107         'buffer-menu' property.
13108         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13109         fails.
13110         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13111         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13112         wasn't killed.
13114         * buff-menu.el (list-buffers-noselect): Don't display the
13115         *Buffer List* buffer.
13117         * font-lock.el: Require jit-lock to prevent a very late
13118         `Loading jit-lock' message.
13120         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13121         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13122         mail address.
13124 2000-08-15  Miles Bader  <miles@gnu.org>
13126         * textmodes/ispell.el (ispell-graphic-p): New constant.
13127         (ispell-choices-win-default-height, ispell-help): Use
13128         `ispell-graphic-p' instead of `xemacsp'.
13130 2000-08-15  Dave Love  <fx@gnu.org>
13132         * simple.el: Autoload widget-convert when compiling.
13133         (mail-user-agent): Doc fix.
13135         * help.el (function-called-at-point, variable-at-point): Use
13136         with-syntax-table.
13137         (help-manyarg-func-alist): Add insert-and-inherit.
13139         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13141         * delsel.el (delsel-unload-hook): New function.
13143         * find-file.el: Doc fixes.  Move provide to end.
13144         (ff) <defgroup>: Add :link.
13145         (ff-goto-click): Deleted.
13146         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13147         Use mouse-set-point.
13149         * textmodes/tildify.el: Doc fixes.
13150         (tildify) <defgroup>: Add:version.
13152         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13153         (glasses-custom-set): Use set-default, not set.
13154         (minor-mode-alist): Propertize the lighter.
13155         (glasses-mode): Provide optional arg.
13157         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13158         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
13159         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13160         option.  Provide :type.
13161         (cwarn-configuration): Provide :type.
13162         (cwarn-mode): Doc fix.
13164         * add-log.el (change-log-merge): Doc fix.
13165         (change-log-redate): New command.
13167         * net/browse-url.el (browse-url-filename-alist): Add a clause for
13168         Doze and Dog.
13169         (browse-url): Use dolist, not mapcar.
13170         (browse-url-at-point): Check for null url.
13171         (browse-url-event-buffer, browse-url-event-point): Functions
13172         deleted.
13173         (browse-url-at-mouse, browse-url-netscape): Simplify.
13175         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13176         modes.
13177         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13178         Fix previous change to mapcan.
13179         (msb--init-file-alist, msb--add-separators)
13180         (msb--make-keymap-menu): Simplify.
13181         (msb--choose-file-menu): Use copy-sequence.
13182         (msb-mode-map): Add title to keymap.
13183         (msb-unload-hook): New function.
13185         * bs.el: Fix indentation.
13186         (bs) <defgroup>: Add :links.
13187         (bs-show): Doc fix.
13188         (bs-apply-sort-faces): Don't use window-system.
13189         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13191 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
13193         * calendar/timeclock.el (timeclock-file): Run .timelog through
13194         convert-standard-filename.
13196 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13198         * emacs-lisp/authors.el: New file.
13200         * paren.el (show-paren-priority): New user option.
13201         (show-paren-function): Set overlay priorities to
13202         show-paren-priority.
13204 2000-08-14  Miles Bader  <miles@gnu.org>
13206         * comint.el (comint-bol): Use `forward-line 0' instead of calling
13207         beginning-of-line with inhibit-field-text-motion bound.
13209 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13211         * calendar/timeclock.el: New file.
13213 2000-08-14  David Ponce  <david@dponce.com>
13215         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13216         `widget-button-click'. so that one can use left mouse button to
13217         click on dialog buttons.
13219 2000-08-14  Emmanuel Briot  <briot@gnat.com>
13221         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13222         identifiers, since XML is case sensitive
13224 2000-08-12  Miles Bader  <miles@gnu.org>
13226         * comint.el (comint-output-filter): Don't bother frobbing
13227         window-start, it doesn't seem to be necessary.
13229         * comint.el (comint-send-string, comint-send-region): Make into
13230         real functions.  Snapshot the prompt before sending.
13232 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13234         * info.el (Info-find-emacs-command-nodes): Rewrite to use
13235         technique similar to Info-index, instead of relying on specific
13236         names of relevant Index nodes.
13237         (Info-goto-emacs-command-node): Bind Info-history to nil when
13238         going to the first node found by Info-find-emacs-command-nodes.
13240 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13242         * menu-bar.el (menu-bar-help-menu): Add a :help string.
13244 2000-08-10  Miles Bader  <miles@gnu.org>
13246         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13248 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13250         * info.el (Info-file-list-for-emacs): More elements for the
13251         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13252         and woman manuals.
13254 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
13256         * comint.el (comint-send-input): Make the newline boundary overlay
13257         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
13258         (comint-output-filter): Use `insert' instead of
13259         `insert-before-markers'.  Extend comint-last-output-overlay when
13260         necessary since we can't rely on insert-before-markers to do it.
13261         * gud.el (gud-filter): Use `with-current-buffer' instead of
13262         save-excursion when inserting the output, so that point gets
13263         updated correctly; the old method relied on a rather dodgy
13264         side-effect of comint-output-filter to avoid the effect of
13265         save-excursion.
13267 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13269         * files.el (recover-file): Call insert-directory instead of
13270         invoking `ls' directly.
13272 2000-08-10  Miles Bader  <miles@gnu.org>
13274         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13275         (comint-last-prompt-overlay): New variables.
13276         (comint-output-filter): Implement prompt highlighting.
13277         (comint-snapshot-last-prompt): New function.
13278         (comint-send-input): Snapshot the last prompt.
13279         Use comint-highlight-input-face.
13280         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13281         Use defface instead of defcustom.
13282         (send-invisible, comint-send-eof): Snapshot the last prompt.
13283         (comint-delchar-or-maybe-eof): Use comint-send-eof.
13284         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13286 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
13288         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13289         (regexp-opt-group): Use a list of chars for `letters'.
13290         (regexp-opt-charset): `chars' is now a list of chars.
13291         Use a char-table rather than a vector so it works for multibyte chars.
13293         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
13294         Set cvs-minor-current-files to the selected fileinfo.
13295         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13296         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13298 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
13300         * files.el (insert-directory): Don't call access-file on
13301         directories on DOS and Windows.
13303 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
13305         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13306         longer if necessary.
13307         (ccl-embed-code): Call ccl-embed-data to store CODE in
13308         ccl-program-vector.
13310 2000-08-09  Miles Bader  <miles@gnu.org>
13312         * comint.el (comint-output-filter): Properly handle the case where
13313         the text surrounded by comint-last-output-overlay was deleted.
13315 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
13317         * info.el (Info-insert-dir): Use Info-additional-directory-list if
13318         non-nil.
13319         (Info-file-list-for-emacs): Remove "info" from the list because
13320         that leads to trying to use the documentation from file `info'
13321         in various situations where it isn't appropriate, for instance
13322         C-h C-k C-h i.
13324         * ffap.el (ffap-read-file-or-url-internal): Handle case that
13325         DIR and/or STRING are nil.
13327         * progmodes/compile.el (compilation-setup): Make variable
13328         compilation-error-screen-columns buffer-local, as some comment
13329         in the code suggests it should be.
13331         * files.el (auto-mode-interpreter-regexp): New variable.
13332         (set-auto-mode): Use it.
13334         * indent.el (indent-for-tab-command): Doc fix.
13336         * mouse-sel.el (mouse-sel-mode): Doc fix.
13338         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13339         labels.
13341         * help.el (print-help-return-message): When
13342         display-buffer-reuse-frames is set, let the help window been quit,
13343         instead of deleting it, which might delete a reused frame.
13345 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
13347         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13348         rename a directory to a name that differs only by its letter case.
13350 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
13352         * international/quail.el (quail-define-rules): Handle Quail decode
13353         map correctly.  Add code for supporting annotations.
13354         (quail-install-decode-map): New function.
13355         (quail-defrule-internal): New optional arguments decode-map and
13356         props.
13357         (quail-advice): New function.
13359 2000-08-07  Sam Steingold  <sds@gnu.org>
13361         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13362         `defconst', `define-condition', `with-slots'.
13363         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13365 2000-08-03  Miles Bader  <miles@gnu.org>
13367         * comint.el (comint-use-prompt-regexp-instead-of-fields):
13368         New variable.
13369         (comint-prompt-regexp, comint-get-old-input): Document dependence on
13370         comint-use-prompt-regexp-instead-of-fields.
13371         (comint-send-input): Add `input' field property to stuff we send to
13372         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13373         (comint-output-filter): Add `output' field property to process
13374         output, if comint-use-prompt-regexp-instead-of-fields is nil.
13375         (comint-replace-by-expanded-history)
13376         (comint-get-old-input-default, comint-show-output)
13377         (comint-backward-matching-input, comint-forward-matching-input)
13378         (comint-next-prompt, comint-previous-prompt):  Use field
13379         properties if comint-use-prompt-regexp-instead-of-fields is nil.
13380         (comint-line-beginning-position): New function.
13381         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
13382         (comint-replace-by-expanded-history-before-point): Use
13383         comint-line-beginning-position and line-end-position.
13384         (comint-last-output-overlay): New variable.
13385         (comint-mode): Make `comint-last-output-overlay' buffer-local.
13387         * shell.el (shell-prompt-pattern): Doc change.
13388         (shell-backward-command): Use line-beginning-position.
13390         * gud.el (gud-gdb-complete-command): Use
13391         comint-line-beginning-position.
13393         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13394         comint-bol doesn't actually go to the beginning of the line.
13396         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13397         if comint-use-prompt-regexp-instead-of-fields is non-nil.
13398         (try-expand-line-all-buffers): Likewise.
13400         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13401         explicitly matching comint-prompt-regexp.
13402         (sql-copy-column): Use comint-line-beginning-position instead of
13403         explicitly matching comint-prompt-regexp.
13405         * progmodes/octave-inf.el (inferior-octave-complete): Use
13406         comint-line-beginning-position.
13408         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13410         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13411         looking for a prompt, use `forward-line 0' instead of
13412         `beginning-of-line', to avoid getting caught by an input field.
13414 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
13416         * files.el (shell-quote-wildcard-pattern): Make sure to return
13417         PATTERN, in the Unix case.
13419 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
13421         * play/zone.el (zone): Discard any pending input before running
13422         the randomly-chosen pgm.
13424 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
13426         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13427         checking the existence of any multibyte characters.
13429 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
13431         * help.el (describe-mode): Test minor-mode symbol for being
13432         bound before testing its value for being nil.
13434         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13435         `first', `second', and `third'.
13437         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13438         (second): Make it an alias for `cadr'.
13440 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
13442         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13443         types of display support faces now.
13445 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
13447         * pcvs.el (require): Require `cl' during compilation, only.
13449         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13450         (toplevel): Remove `remq' and `remove' from autoloads.
13451         (cl-fake-autoloads): New variable.  If set, arrange for an error
13452         when CL functions etc. are autoloaded.
13454 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
13456         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13458         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13459         popped up, but the user clicks outside the menu, return an empty
13460         regexp (that causes unhighlight-regexp to have no effect).
13462         * menu-bar.el (menu-bar-games-menu): Add Zone.
13464         * hi-lock.el (toplevel): Require font-lock.
13466 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13468         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13469         (ebnf-8-bit-chars): New var for bug fix.
13470         (ebnf-string): Bug fix.
13472 2000-08-03  Sam Steingold  <sds@gnu.org>
13474         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13475         instead of `buffer-string'.
13476         (require 'cl): Always, not just when compiling.
13477         `ignore-errors' in `interactive', `list*', `defun*' &c make this
13478         necessary.
13480 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
13482         * international/mule-cmds.el (select-safe-coding-system): Make
13483         the message text about selecting a safe coding system more clear.
13485 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
13487         * hi-lock.el: New file.
13489         * play/zone.el: New file.
13491         * replace.el (occur): Set tab-width in the *Occur* buffer to the
13492         value of tab-width in the original buffer.  Choose a line number
13493         format that's a multiple of the original buffer's tab width, so
13494         that lines appear right.
13496         * textmodes/ispell.el (ispell): New function, replacing an alias.
13497         Spell-check active region if in transient-mark-mode and mark
13498         is active; otherwise spell-check buffer.
13500 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13502         * ps-mule.el: Fix a customization problem on
13503         ps-mule-font-info-database-default.
13505 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
13507         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13508         display-mouse-p instead of window-system.
13509         (ebrowse-member-mode-map): Ditto.
13511 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13513         * progmodes/ebnf2ps.el: Update ps-print functions call.
13514         Indentation fix.  Doc fix.
13515         (ebnf-version): New version number (3.2).
13516         (ebnf-format-color, ebnf-begin-job): Code fix.
13518 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
13520         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13521         font lock support on window-system.
13522         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13524         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13525         display-color-p, if fboundp, instead of window-system.
13527 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
13529         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13530         instead of window-system.
13532         * wid-edit.el (widget-choose): Use display-mouse-p instead of
13533         window-system.
13534         (widget-choice-mouse-down-action): Use display-popup-menus-p
13535         instead of window-system.
13537         * strokes.el (strokes-file): Run the file name through
13538         convert-standard-filename.
13539         (strokes-mode): Call display-mouse-p instead of looking at
13540         window-system.  Change the error message accordingly.
13542         * progmodes/cpp.el (toplevel): Support faces on tty's.
13544         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13545         (lm-plot-square, lm-init-display): Don't use window-system.
13547         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13548         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13550         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13551         instead of looking at window-system.
13553 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13555         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13556         of testing if iswitchb-prepost-hooks is bound, because the
13557         latter will always be true when invoking a recursive minibuffer
13558         from an active Iswitchb buffer.
13560 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
13562         * files.el (shell-quote-wildcard-pattern): New function.
13563         (insert-directory): Call it.  Only prepend "\" to command on Unix
13564         and GNU/Linux systems.
13566 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13568         * eshell/esh-groups.el: Change custom :link file names
13569         from `eshell.info' to `eshell'.
13571 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
13573         * dired.el (dired-build-subdir-alist): Expand subdirectory names
13574         correctly in recursive ange-ftp listings.
13576 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13578         * ps-print.el: Fix bug 1: if ps-font-size-internal,
13579         ps-header-font-size-internal and
13580         ps-header-title-font-size-internal variables are not set,
13581         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
13582         face text property is (foreground-color . COLOR) or
13583         `(background-color . COLOR)', ps-print crashes.  Doc fix.
13584         (ps-print-version): New version number (5.2.4).
13585         (ps-plot-region): Code fix.
13586         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13587         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13588         Bug fix 2.
13590 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
13592         * glasses.el (glasses-make-readable): Fix uncapitalization of
13593         identifiers like `myXMLDocument'.
13595 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
13597         * mail/mail-hist.el (mail-hist-previous-input)
13598         (mail-hist-next-input): Do the obvious code factorization.
13599         (mail-hist-retrieve-and-insert): New func, contains common
13600         code of above two.
13601         If inserting a message body, leave point at top.
13603 2000-07-28  Sam Steingold  <sds@gnu.org>
13605         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13606         Use `<=', not `<' to compare times!
13607         (ange-ftp-ls): Remove.
13609 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
13611         * play/cookie1.el: Add explanation of how to make cookie.el
13612         compatible with strfile(1) to comment.
13614         * subr.el (remove, remq): New functions.
13616         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13617         escape `*' in regexps.
13618         (midnight-find): Reverse order of arguments in the funcall of
13619         TEST.
13621         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13622         and `.class'.
13624         * play/meese.el: Add Commentary section.
13626 2000-07-27  Alex Schroeder  <alex@gnu.org>
13628         * sql.el (sql-ms): Added autoload cookie.
13629         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13630         (sql-oracle): Ditto.
13631         (sql-help): Doc change.
13633         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13634         types and exceptions.
13636 2000-07-27  Alex Schroeder  <alex@gnu.org>
13638         * sql.el (sql-placeholder-history): New variable.
13639         (sql-query-placeholders-and-send): New function that will query
13640         the user and replace placeholders with user input.
13641         (sql-oracle): If running on NT, set comint-input-sender to
13642         sql-query-placeholders-and-send.
13644         (sql-stop): If in the SQLi buffer, insert stop notification, else
13645         present it as a message.
13647 2000-07-27  Alex Schroeder  <alex@gnu.org>
13649         * sql.el (sql-input-ring-separator): Doc change.
13650         (sql-input-ring-file-name): Doc change.
13651         (sql-interactive-mode): Use `sql-input-ring-separator' and
13652         `sql-input-ring-file-name' to set the comint-mode equivalents
13653         without making them local variables.
13654         (sql-stop): Don't bind `sql-input-ring-separator' and
13655         `sql-input-ring-file-name' dynamically to their comint-mode
13656         equivalents.
13658 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13660         * international/mule.el (register-char-codings): New function.
13661         (make-coding-system): Handle `safe-chars' specification in the arg
13662         PROPERTY.
13664         * international/mule-cmds.el
13665         (find-coding-systems-region-subset-p): This function deleted.
13666         (sort-coding-systems-predicate): New variable.
13667         (sort-coding-systems): New function.
13668         (find-coding-systems-region): Use
13669         find-coding-systems-region-internal.
13670         (find-coding-systems-string): Use find-coding-systems-region.
13671         (find-coding-systems-for-charsets): Check
13672         char-coding-system-table.
13673         (select-safe-coding-system-accept-default-p): New variable.
13674         (select-safe-coding-system): Mostly rewritten.  New argument
13675         ACCEPT-DEFAULT-P.
13676         (select-message-coding-system): Call select-safe-coding-system
13677         with ACCEPT-DEFAULT-P arg.
13678         (reset-language-environment): Reset default-sendmail-coding-system
13679         to the default value iso-latin-1.
13680         (set-language-environment): Don't set the obsolete variable
13681         charset-origin-alist.
13683         * international/codepage.el (cp-coding-system-for-codepage-1):
13684         Give `safe-chars' property to make-coding-system.
13686         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13687         calling select-message-coding-system twice.
13689         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13690         instead of `safe-charsets'.
13691         (cyrillic-alternativnyj): Likewise.
13692         (ccl-encode-alternativnyj): Don't check the charset
13693         cyrillic-iso8859-5.
13695 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13697         * composite.el (compose-chars-after): Preserve match data.
13699 2000-07-26  Sam Steingold  <sds@gnu.org>
13701         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13702         (ange-ftp-real-file-newer-than-file-p): New function.
13703         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13704         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13706         * tooltip.el (tooltip-float-time): Removed (use `float-time').
13707         * midnight.el (midnight-float-time): Ditto.
13709 2000-07-26  Andreas Schwab  <schwab@suse.de>
13711         * files.el (normal-backup-enable-predicate): Correct
13712         interpretation of the return value of compare-strings.
13714 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
13716         * isearch.el (isearch-resume): New function.
13717         (isearch-done): Add something to command-history to resume
13718         the search.
13719         (isearch-yank-line, isearch-yank-word): Use
13720         buffer-substring-no-properties instead of buffer-substring.
13722         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13723         of flyspell-mouse-map.
13725         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13726         duplicate definition.
13727         (makefile-mode): Remove duplicate setting of local-abbrev-table.
13729         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13730         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13732 2000-07-25  Sam Steingold  <sds@gnu.org>
13734         * net/ange-ftp.el: Get modtime over the net.
13735         (ange-ftp-file-modtime): New function.
13736         (ange-ftp-write-region, ange-ftp-insert-file-contents)
13737         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13738         Use it.
13739         (ange-ftp-dot-to-slash): New function.
13740         (ange-ftp-fix-name-for-vms): Use it.
13742         * midnight.el (midnight-buffer-display-time): Use
13743         `with-current-buffer'.
13745 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
13747         * find-dired.el: Update copyright notice.
13748         (find-dired): Offer to kill a running `find'.
13750         * enriched.el (enriched-face-ans): For a `foreground-color'
13751         property, return '(("x-color" COLOR))' so that COLOR will be
13752         output as a parameter of the x-color annotation.  Likewise for the
13753         `background-color' property.  In the case of normal face
13754         properties, don't return annotations for unspecified foreground
13755         and background face attributes.
13757 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
13759         * language/japan-util.el (japanese-katakana-region): Fix handling
13760         HANKAKU argument.
13762 2000-07-25  Miles Bader  <miles@gnu.org>
13764         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13765         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
13766         constrain-to-field.
13768 2000-07-24  Andrew Innes  <andrewi@gnu.org>
13770         * timer.el (timer-activate-when-idle): Add optional parameter
13771         DONT-WAIT.  Update docstring.
13772         (run-with-idle-timer): Specify extra parameter to
13773         timer-activate-when-idle, so that timer will be activated
13774         immediately if Emacs is already idle.
13776         * w32-fns.el (w32-using-nt): Fix docstring.
13778 2000-07-24  Dave Love  <fx@gnu.org>
13780         * mouse.el (popup-menu): Set last-command-event.
13781         (mouse-major-mode-menu-prefix): Declare.
13783 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
13785         * textmodes/flyspell.el: Update to author's version 1.5d.
13787         * progmodes/hideshow.el: Update copyright notice.
13789         * vcursor.el: Set maintainer to FSF, since author cannot
13790         be reached.
13792 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
13794         * info.el (Info-goto-emacs-key-command-node): Leave a space after
13795         the prompt.
13797         * mouse.el (popup-menu): Run the keymap through indirect-function,
13798         in case it was defined with define-prefix-key.  If the menu is a
13799         list of keymaps, look up the binding of user's choice in each one
13800         of the keymaps.
13801         (mouse-popup-menubar): If the global and local menu-bar keymaps
13802         don't have a prompt string, create one and insert it into the
13803         keymap.  Don't barf if current-local-map returns nil.
13805 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
13807         * dired.el (dired-sort-R-check): Added to allow recursive listing
13808         to be undone.
13809         (dired-sort-other): Use it.
13811 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13813         * Release of cc-mode 5.27
13815 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13817         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13818         c-beginning-of-statement-1 that caused a bad case of recursion
13819         which could consume a lot of CPU in large classes in languages
13820         that have in-expression classes (i.e. Java and Pike).
13822         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13823         statements before top level constructs (i.e. case 6 is moved
13824         before case 5 and is now case 4) to catch in-expression
13825         classes in top level expressions correctly.
13827 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13829         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13830         objc-method-intro. Case 4 removed and case 5I added.
13832         * cc-langs.el (c-append-paragraph-start): New variable used by
13833         c-common-init to get paragraph-start correct.
13834         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13835         initialize paragraph-start to make it correct both with and
13836         without the javadoc special case.
13838         * cc-mode.el (java-mode): Use c-append-paragraph-start to
13839         initialize paragraph-start for javadoc markup.
13841         * cc-vars.el (c-style-variables-are-local-p): Incompatible
13842         change by defaulting this to t.  It's motivated by the
13843         confusing behavior that otherwise arise from the style system
13844         when editing both java and non-java files at the same time
13845         (see the comments about style setting in c-common-init).
13847 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13849         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13850         similar to the one in c-fill-paragraph to check the fill
13851         prefix from the adaptive fill function for sanity.
13853 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13855         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13856         defun block.
13858 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13860         * cc-align.el (c-lineup-multi-inher): Handle lines with
13861         leading comma nicely. Extended to handle member initializers
13862         too.
13864         * cc-engine.el: (c-beginning-of-inheritance-list,
13865         c-guess-basic-syntax): Fixed recognition of inheritance lists
13866         when the lines begins with a comma.
13868         * cc-vars.el (c-offsets-alist): Changed default for
13869         member-init-cont to c-lineup-multi-inher since it now handles
13870         member initializers and indents better for leading commas.
13872 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13874         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13875         handling that caused class open lines to be recognized as
13876         statement-conts in some cases.
13878         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13879         guessed by the adaptive fill function unless point is on the
13880         first line of a block comment.
13882         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13883         when the buffer ends with a macro continuation char.
13885         * cc-engine.el (c-guess-basic-syntax): Added support for
13886         function definitions as statements in Pike.  The first
13887         statement in a lambda block is now labeled defun-block-intro
13888         instead of statement-block-intro.
13890         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13891         so that the class surrounding point is selected, not the one
13892         innermost in the state.
13894         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13895         recognition of switch labels having hanging multiline
13896         statements.
13898         * cc-engine.el (c-beginning-of-member-init-list): Broke out
13899         some code in c-guess-basic-syntax to a separate function.
13900         * cc-engine.el (c-just-after-func-arglist-p): Fixed
13901         recognition of member inits with multiple line arglists.
13902         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13903         member-init-cont when the commas are in funny places.
13905 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13907         * cc-defs.el (c-auto-newline): Removed this macro since it's
13908         not used anymore.
13910         * cc-engine.el (c-looking-at-bos): New helper function.
13911         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13912         inexpr and toplevel classes apart in Pike.
13914         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13915         of case 9A.
13917         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13918         constant, since "class" can introduce an in-expression class
13919         in Pike nowadays.
13921 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13923         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13924         indentation on cpp-macro lines.
13926         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13927         a syntax modifier like comment-intro, to make it possible to
13928         get syntactic indentation for preprocessor directives.  It's
13929         incompatible wrt to lineup functions on cpp-macro, but it has
13930         no observable effect in the 99.9% common case where cpp-macro
13931         is set to -1000.
13933 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13935         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13936         member-init-cont when the preceding arglist is several lines.
13938 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13940         * cc-styles.el (c-style-alist): The basic offset for the BSD
13941         style corrected to 8.
13943 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13945         * cc-styles.el (c-style-alist): Adjusted the indentation of
13946         brace list openers in the gnu style.
13948 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13950         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13952         * cc-cmds.el (c-electric-brace, c-electric-slash,
13953         c-electric-star, c-electric-semi&comma, c-electric-colon,
13954         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13955         when c-syntactic-indentation is nil.
13957         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13958         we were left at comments preceding the first statement when
13959         reaching the beginning of the buffer.
13961         * cc-vars.el (c-syntactic-indentation): New variable to turn
13962         off all syntactic indentation.
13964 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13966         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13967         between the text and the block comment ender when it hangs,
13968         depending on how many there are before the fill.
13970 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13972         * cc-engine.el (c-beginning-of-closest-statement): New helper
13973         function to go back to the closest preceding statement start,
13974         which could be inside a conditional statement.
13975         * cc-engine.el (c-guess-basic-syntax): Use
13976         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13978         * cc-engine.el (c-guess-basic-syntax): Better handling of
13979         arglist-intro, arglist-cont-nonempty and arglist-close when
13980         the arglist is nested inside parens.  Cases 7A, 7C and 7F
13981         changed.
13983         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13984         up-to-date with javadoc 1.2.
13986 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13988         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13989         multiline Pike type decls.
13991 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13993         * cc-cmds.el (c-indent-new-comment-line): Always break
13994         multiline comments in multiline mode, regardless of
13995         comment-multi-line.
13997 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13999         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14000         fully::qualified::names in C++ member init lists.  Preamble in
14001         case 5D changed.
14003 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14005         * cc-langs.el (c-common-init): Handling of obsolete variables
14006         moved to c-initialize-cc-mode.  More compatible style override
14007         when using global style variables.
14008         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14009         variables moved here.
14011         * cc-styles.el (c-make-styles-buffer-local): Flag style
14012         variable localness in c-style-variables-are-local-p to make
14013         the compatibility measure in c-common-init work well.
14015         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14016         longer contain set-from-style.
14017         * cc-styles.el (c-initialize-builtin-style): Don't check for
14018         set-from-style on c-special-indent-hook.
14019         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
14020         copy-alist is sufficient now.
14022         * cc-styles.el (c-set-style, c-set-style-1,
14023         c-get-style-variables): Fixes to variable initialization so
14024         that duplicate entries in styles have the same effect
14025         regardless of DONT-OVERRIDE.
14027         * cc-styles.el (c-set-style-2): Fixed bug where the
14028         initialization of inheriting styles failed when the
14029         dont-override flag is set.
14031         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14032         on this.
14034 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14036         * cc-defs.el (c-forward-comment): Removed the workaround
14037         introduced in 5.38 since it had worse side-effects.  If a line
14038         contains the string "//\"", it regarded the // as a comment
14039         start since the \ temporarily doesn't have escape syntax.
14041 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
14043         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14044         ada-xref.el before ada-prj.el, so that the Project menu is created
14045         when ada-prj tries to add to it.
14046         (ada-activate-keys-for-case): Suppress the characters that are not
14047         part of the Ada syntax. Better compatibility with else-mode
14048         (ada-adjust-case-interactive): When auto-casing is not active,
14049         correctly insert newlines (used to insert only ^M).  Prevent the
14050         syntax table from being changed in case of an error
14051         (or '_' becomes part of a word and some commands are confused).
14052         Do nothing if ada-auto-case is nil.
14053         (ada-after-keyword-p): Ignore keywords that are also attributes
14054         (ada-batch-reformat): Update usage comment
14055         (ada-call-from-contextual-menu): New function
14056         (ada-case-read-exceptions): Reinitialize the casing exception list
14057         first to nil first, so that the casing exception file can be
14058         shared.
14059         (ada-check-defun-name): Handles "configure" keyword for gnatdist
14060         files.
14061         (ada-compile-goto-error): Fix regexp used to detect a file:line
14062         anywhere in the error message
14063         (ada-contextual-menu-last-point): New variable
14064         (ada-create-keymap): If the variable delete-key-deletes-forward is
14065         t on XEmacs, it means that DEL should delete one character
14066         forward.
14067         (ada-create-menu): Use :included instead of :visible for XEmacs.
14068         New submenu "Options".
14069         (ada-end-stmt-re): Correctly indent "select ... then abort"
14070         statements.
14071         (ada-fill-comment-paragraph): Correctly delete all leading '--'
14072         even if they don't match ada-fill-comment-prefix Fix handling of
14073         paragraphs on the first or last line of a file.
14074         (ada-format-paramlist): Fix handling of default parameter values.
14075         (ada-get-body-name): New function.
14076         (ada-get-current-indent): Optimized by searchling directly for an
14077         existing generic part or a statement outside of it.  Handle
14078         ada-indent-align-comments when indenting comments Replaced some
14079         regexps by testing directly the next character. This results in a
14080         huge speedup on some files.  New indentation scheme for renames
14081         statements.  Stop looking for the 'while' or 'for' associated with
14082         a 'loop' at the first semicolon encountered.  A "return" can also
14083         match an anonymous access subprogram declaration.
14084         (ada-get-indent-noindent): Ignore strings and comments when
14085         looking for the keywords "record" and "private".
14086         (ada-goto-matching-decl-start): When matching "if", make sure we
14087         are not in fact seeing "end if".  Ignore "when" statements except
14088         when initial keyword was "begin".  Fix handling of nested
14089         procedures.  Add a recursive call to this function to skip over
14090         other 'end' statmts.  Fix indentation for "when .. => begin"
14091         (ada-in-open-paren-p): Fix indentation for complex boolean
14092         expressions, where 'and then', 'or else' and parenthesis
14093         statements are mixed up.
14094         (ada-in-paramlist-p): Skip comments while searching for the
14095         beginning Fix handling of operator declarations.
14096         (ada-indent-align-comments): New variable
14097         (ada-indent-current): Change the syntax table only in the
14098         protected section, so that we are sure it is restored correctly.
14099         (ada-indent-on-previous-lines): Use ada-use-indent and
14100         ada-with-indent Correctly indent "select ... then"
14101         (ada-indent-region): Slight speedup.
14102         (ada-indent-renames): New variable.
14103         (ada-last-which-function-subprog, ada-last-which-function-line):
14104         New variables
14105         (ada-looking-at-semi-private): Correctly indent the 'private'
14106         keyword when it is the first word in a package declaration.
14107         (ada-loose-case-word): Stop searching if at the end of the buffer.
14108         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14109         even if point is not initially at the end of the word.
14110         (ada-matching-decl-start-re): Add "when".
14111         (ada-mode): Add support for abbrev-mode, outline-mode and
14112         which-func-mode Override the old find-file.el entry in
14113         ff-special-constructs since it is using the obsolete
14114         ada-spec-suffix variable
14115         (ada-no-auto-case): New function
14116         (ada-scan-paramlist): When parsing the argument type, accept
14117         spaces (as in "X 'Class", generated by Rational Rose).
14118         (ada-other-file-name): No longer loads the other file.
14119         (ada-popup-menu): Save and restore the current buffer and cursor
14120         position before and after displaying the menu.
14121         (ada-search-ignore-complex-boolean): New function.
14122         (ada-uncomment-region): Emacs21 already knows how to delete
14123         comments not starting in the first column.
14124         (ada-use-indent): New variable
14125         (ada-which-function): New function.
14126         (ada-with-indent): New variable
14127         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14128         can be batch-compiled from the command line.
14130         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14131         Add to the menu when the file is loaded, not in ada-mode-hook.
14132         Add -toolbar to the default ddd command Switches moved from
14133         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14134         ada-prj-default-comp-opt
14135         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14136         Reference Manual to the menu
14137         (ada-check-current): rewritten as a call to ada-compile-current
14138         (ada-compile): Removed.
14139         (ada-compile-application, ada-compile-current, ada-check-current):
14140         Set the compilation-search-path so that compile.el automatically
14141         finds the sources in src_dir.  Automatic scrollong of the
14142         compilation buffer.  C-uC-cC-c asks for confirmation before
14143         compiling
14144         (ada-compile-current): New parameter, prj-field
14145         (ada-complete-identifier): Load the .ali file before doing
14146         processing
14147         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14148         conform to gnatmake's behavior.
14149         (ada-find-file-in-dir): New function
14150         (ada-find-references): Set the environment variables for gnatfind
14151         (ada-find-src-file-in-dir): New function.
14152         (ada-first-non-nil): Removed
14153         (ada-gdb-application): Add support for jdb, the java debugger.
14154         (ada-get-ada-file-name): Load the original-file first if not done
14155         yet.
14156         (ada-get-all-references): Handles the new ali syntax (parent types
14157         are found between <>).
14158         (ada-initialize-runtime-library): New function
14159         (ada-mode-hook): Always load a project file when a file is opened,
14160         so that the casing exceptions are correctly read.
14161         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14162         (ada-parse-prj-file): Use find-file-noselect instead of find-file
14163         to open the project file, since the latter does not work with
14164         speedbar Get default values before loading the prj file, or the
14165         default executable file name is wrong.  Use the absolute value of
14166         src_dir to initialize ada-search-directories and
14167         compilation-search-path,...  Add the standard runtime library to
14168         the search path for find-file.
14169         (ada-prj-default-debugger): Was missing an opening '{'
14170         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14171         variables.
14172         (ada-prj-default-gnatmake-opt): New variable
14173         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14174         buffers, the project file is the default one Save the windows
14175         configuration before displaying the menu.
14176         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14177         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14178         ...)  regexp-quote identifiers names to support operators +,
14179         -,... in regexps.
14180         (ada-remote): New function.
14181         (ada-run-application): Erase the output buffer before starting the
14182         run Support remote execution of the application.  Use
14183         call-process, or the arguments are incorrectly parsed
14184         (ada-set-default-project-file): Reread the content of the active
14185         project file, not the one from the current buffer When a project
14186         file is set as the default project, all directories are
14187         automatically associated with it.
14188         (ada-set-environment): New function
14189         (ada-treat-cmd-string): New special variable ${current}
14190         (ada-treat-cmd-string): Revised.  The substitution is now done for
14191         any ${...} substring
14192         (ada-xref-current): If no body was found, compiles the spec
14193         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14194         compiler to get rid of command line length limitations.
14195         (ada-xref-get-project-field): New function
14196         (ada-xref-project-files): New variable
14197         (ada-xref-runtime-library-specs-path)
14198         (ada-xref-runtime-library-ali-path): New variables
14199         (ada-xref-set-default-prj-values): Default run command now does a
14200         cd to the build directory.  New field: main_unit Provide a default
14201         file name even if the current buffer has no prj file.
14203         * ada-prj.el:
14204         Rewritten to show a tabbed-dialog.
14205         (ada-prj-add-ada-menu): Remove the map and name parameters.
14206         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14207         New function
14208         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14209         (ada-prj-load-from-file): New function
14210         (ada-prj-save): Always save fields that depend on the current buffer
14211         (ada-prj-show-value): New function
14213         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14214         Ada mode. This will allow us to display the Ada menu in any buffer
14215         we want (for project items).
14216         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14217         number of spaces in the header.
14219 2000-07-24  Dave Love  <fx@gnu.org>
14221         * ediff-init.el (ediff-region-help-echo): Bind face-help.
14223 2000-07-23  Noah Friedman  <friedman@splode.com>
14225         * type-break.el (type-break): perform autosave.
14226         Suggested by Stephen Gildea <gildea@intouchsys.com>.
14227         (type-break-do-query): Cancel query schedule while performing
14228         actual query, to avoid possibility of a second query being made
14229         while first one is already in progress.
14230         (type-break-time-stamp-format): New variable.
14231         (type-break-time-stamp): New function.
14232         (type-break-time-warning): Use it.
14233         (type-break-keystroke-warning): Use it.
14234         (type-break-noninteractive-query): Use it.
14236         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14237         cookie.
14238         Use add-minor-mode to set minor-mode-alist, if available.
14239         (eldoc-echo-area-use-multiline-p): New user option.
14240         (eldoc-echo-area-multiline-supported-p): New variable.
14241         (eldoc-docstring-format-sym-doc): Use them.
14242         (eldoc-mode): If not using idle timers, append to local post and
14243         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
14244         (eldoc-display-message-no-interference-p): Don't interfere with
14245         edebug.
14246         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14247         (eldoc-function-arglist): New function.
14248         (eldoc-function-argstring): Use it.
14250         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14251         auto save directory exists before calling directory-files.
14253 2000-07-23  Dave Love  <fx@gnu.org>
14255         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14256         ^o, ^u.
14258 2000-07-21  Dave Love  <fx@gnu.org>
14260         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14261         now passed to the function.  It now works properly.
14263         * smerge-mode.el (smerge-mode-menu): Fill it out.
14265 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
14267         * info-look.el (info-lookup): If *info* is shown in another frame
14268         on the same display, select that frame, instead of switching to
14269         the Info buffer in another window of the selected frame.
14271         * simple.el (universal-argument-map): Bind numeric keypad keys
14272         kp-0 to kp-9 and kp-subtract.
14273         (digit-argument): Handle these keys.
14275 2000-07-20  Dave Love  <fx@gnu.org>
14277         * net/goto-addr.el (goto-address-fontify): Don't bother with
14278         buffer-modified and read-only stuff -- irrelevant with overlays.
14279         Put an extra property on the overlays and use it to clean up in
14280         case goto-address is re-run.
14282 2000-07-19  Richard M. Stallman  <rms@gnu.org>
14284         * timer.el (run-with-idle-timer): Doc fix.
14286         * mail/mail-utils.el (mail-strip-quoted-names):
14287         Handle case where <...> appears inside "...".
14288         Use replace-match to edit the string more simply.
14289         (rmail-dont-reply-to): Cope with an unmatched ".
14291 2000-07-19  Dave Love  <fx@gnu.org>
14293         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14294         implementation.
14296         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14297         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14298         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14300 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
14302         * textmodes/refer.el: Correct maintainer's email address.
14304         * progmodes/hideif.el: Correct author's email address.
14305         Fix typo in comment.
14307         * xml.el: New file.
14309         * mail/mailheader.el: Correct author's mail address.
14311         * gnus/parse-time.el: Correct author's mail address.
14313 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
14315         * comint.el (comint-highlight-input, comint-highlight-face):
14316         New user options.
14317         (comint-input-ring-file-name): Change custom type.
14318         (comint-mode-map): Bind mouse-2.
14319         (comint-insert-clicked-input): New function.
14320         (comint-send-input): Handle input highlighting.
14322 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
14324         * mouse.el (popup-menu): New function.
14325         (mouse-major-mode-menu): Use it.
14327 2000-07-18  Dave Love  <fx@gnu.org>
14329         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14330         improvements.
14332 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14334         * faces.el (face-font-selection-order)
14335         (face-font-family-alternatives): Add custom type.
14337 2000-07-18  Dave Love  <fx@gnu.org>
14339         * cus-edit.el (custom-variable-reset-saved)
14340         (custom-variable-reset-standard): Remove unused bindings.
14342         * rect.el (open-rectangle-line): Remove unused let.
14344         * hl-line.el (hl-line-highlight): Check hl-line-mode.
14346 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14348         * cdl.el: Fix `Maintainer' keyword.
14350         * play/pong.el: Add author's email address.
14352 2000-07-17  Sam Steingold  <sds@gnu.org>
14354         * files.el (insert-directory): Call `split-string' instead of
14355         re-implementing it.
14357 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14359         * mail/vms-pmail.el: Change maintainer to FSF.
14361         * net/goto-addr.el: Change maintainer to FSF.
14363         * info.el (Info-title-face-alist): Removed.
14365 2000-07-18  David Ponce  <david@dponce.com>
14367         * recentf.el (recentf-open-files): New command that works like
14368         `recentf-open-more-files', but shows the whole list of files (not just
14369         those omitted from the menu). Useful if you don't use a menu-bar!
14370         (recentf-open-more-files) Modified to use `recentf-open-files'.
14372         (recentf-open-files, recentf-open-more-files)
14373         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14375         (recentf-dialog-mode): New mode for dialogs. You can now just type
14376         "q" to cancel the dialogs.
14378 2000-07-18  David Ponce  <david@dponce.com>
14380         * recentf.el: This is a major update of recentf.el. It adds new
14381         features to better organize the recentf menu and "More..." buffer.
14383         Using new provided menu filtering functions you can now organize the
14384         recent files list:
14386         - by major modes
14387         - by directories
14388         - by user defined rules
14390         Finally, with the new `recentf-filter-changer' customizable filter you
14391         can define a ring of filters and dynamically (via the menu) cycle on
14392         each menu organization in the ring (a la msb).
14394 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
14396         * eshell/eshell.el (eshell): Replace links to eshell.info with
14397         links to eshell, to avoid problems on systems where the manual is
14398         installed as `eshell'.
14399         * eshell/esh-cmd.el (eshell-cmd): Ditto.
14400         * eshell/em-smart.el (eshell-smart): Ditto.
14401         * eshell/em-banner.el (eshell-banner): Ditto.
14402         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14404         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14405         same-file check in the MS-DOS version (it does support inodes).
14407         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14409         * eshell/eshell.el (eshell-directory-name):
14410         Run default directory name through convert-standard-filename.
14412 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
14414         * international/mule-cmds.el (select-safe-coding-system):
14415         Fix typo in the comment.
14417         * language/european.el (compound-text):
14418         Force katakana-jisx0201 to be designated to G1.
14420         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14421         Don't translate some national variant characters of latin-jisx0201.
14422         (x-ctext): Force katakana-jisx0201 to be designated to G1.
14424         * international/kkc.el (kkc-after-update-conversion-functions):
14425         New variable.
14426         (kkc-update-conversion): Run functions in it at the tail.
14428 2000-07-16  John Wiegley  <johnw@gnu.org>
14430         * lisp/align.el (align-newline-and-indent):
14431         Adding new function.  for auto-aligning blocks of code on RET.
14432         (align-region): Fixed badly formatted minibuffer message.
14434 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
14436         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14437         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
14438         the conversion list at first if appropriate.
14439         (kkc-next): Don't update kkc-next-count here.
14440         (kkc-prev): Don't update kkc-prev-count here.
14441         (kkc-show-conversion-list-update): Fix setting up of conversion
14442         list message.
14444 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14446         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14448 2000-07-16  Dave Love  <fx@gnu.org>
14450         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14451         function to be more specific.
14453         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14454         non-string help-echo.
14455         (widget-types-convert-widget): Defsubst it.
14456         (widget-echo-help): Try to cope with a help-echo function of two
14457         possible sorts.
14459 2000-07-15  Jason Rumney  <jasonr@gnu.org>
14461         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14462         Declare as obsolete.
14464         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14466 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
14468         * hilit-chg.el: Fix typo.
14470 2000-07-14  Dave Love  <fx@gnu.org>
14472         * info.el (Info-mode-menu): Fix use of :help, :enable.
14474 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
14476         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14478 2000-07-13  Dave Love  <fx@gnu.org>
14480         * emacs-lisp/easymenu.el: Doc fixes.
14481         (easy-menu-remove): Defalias to ignore.
14483         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14484         Call throw correctly.
14486 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
14488         * faces.el (frame-background-mode): Doc fix.
14490         * simple.el (eval-expression-print-length): Change custom type to
14491         allow entering nil as value.
14493 2000-07-13  Dave Love  <fx@gnu.org>
14495         * progmodes/fortran.el (fortran-imenu-generic-expression):
14496         Change definition layout.
14497         (fortran-mode-menu): Reinstate customize entries.
14499         * cus-edit.el (custom-group-menu-create, customize-menu-create):
14500         Use :filter, per old XEmacs code.
14502 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
14504         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14505         event when deciding what to send to the terminal.
14507 2000-07-12  Dave Love  <fx@gnu.org>
14509         * cus-start.el: Add optional version as 4th element of specs and
14510         use it for several things new in v21.  Remove load-path.  Fix type
14511         of line-number-display-limit.
14513 2000-07-11  Dave Love  <fx@gnu.org>
14515         * progmodes/fortran.el: Don't require easymenu.
14516         Use repeat counts in various regexps.
14517         (fortran-mode-syntax-table): Defvar directly.
14518         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14519         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14520         Use defvar, not defconst.
14521         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
14522         (fortran-mode): Set fortran-comment-line-start-skip,
14523         fortran-comment-line-start-skip, dabbrev-case-fold-search.
14524         (fortran-comment-indent): Use defsubst.
14525         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14526         Use fortran-comment-indent, not fortran-comment-indent-function.
14527         (fortran-comment-region, fortran-electric-line-number): Simplify.
14528         (fortran-auto-fill): New function.
14529         (fortran-do-auto-fill): Deleted.
14530         (fortran-find-comment-start-skip):
14531         Check for non-null comment-start-skip.
14532         (fortran-auto-fill-mode, fortran-fill-statement):
14533         Use fortran-auto-fill.
14534         (fortran-fill): Use fortran-auto-fill.  Check for null
14535         comment-start-skip.  Simplify final clause and use end-of-line finally.
14537         * widget.el (widget-plist-member): New alias.
14539 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
14541         * eshell/esh-module.el (toplevel): Reference
14542         byte-compile-current-file only if it is bound.
14544 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
14546         * dired.el: Don't require `dired-aux'.
14548 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
14550         * dired-aux.el (dired-show-file-type): New function.
14551         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14552         (dired-show-file-type): Add autoload.
14554 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
14556         * international/mule-diag.el (describe-font): Adjusted for the
14557         change of fontset-info.
14558         (print-fontset): Likewise.
14560 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14562         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14564 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
14566         * bindings.el: Bind `[delete]' to delete-char.
14568         * dired.el (dired-find-alternate-file): New function.
14569         (dired-mode-map): Bind `a' to dired-find-alternate-file.
14570         (toplevel): Require dired-aux when compiling.
14571         (dired-buffers): Move defvar within file to avoid compiler warning.
14573         * info.el (Info-last-search): Variable removed.
14574         (Info-search-history): New variable.
14575         (Info-search): New Info-search-history.
14577         * battery.el, info-look.el: Change author's mail address.
14579 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
14581         * mail/rmail.el (rmail-clear-headers): Don't throw an error
14582         if rmail-ignored-headers is nil.
14583         (rmail-retry-failure): Bind rmail-ignored-headers and
14584         rmail-displayed-headers to nil.
14586 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
14588         * lpr.el (lpr-page-header-switches): Add `-h' switch.
14589         (print-region-1): Don't hard code `-h' here.
14591         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14593 2000-07-01  Francesco Potorti`  <pot@gnu.org>
14595         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14596         exim can use "your message" instead of "the message".
14598 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14600         * facemenu.el: Docstrings fixes.
14601         (facemenu-get-face): Don't use internal-find-face.
14602         (facemenu-iterate): Rename arg to match the docstring.
14604         * newcomment.el (uncomment-region): Be more careful when skipping
14605         backwards over `=' not to bump into BOBP.
14607 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
14609         * ediff-diff.el (ediff-wordify): Use syntax table.
14610         * ediff-init.el (ediff-has-face-support-p): Use
14611         ediff-color-display-p.
14612         (ediff-color-display-p): Use display-color-p, changed to defun
14613         from defsubst.
14614         Got rid of special cases for NeXT and OS/2.
14615         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14616         face.
14618 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14620         * emacs-lisp/lucid.el: Require CL.
14621         (copy-tree, remprop): Remove, it's provided by CL.
14622         (map-keymap): Define in terms of cl-map-keymap.
14623         (extent-property, set-extent-end-glyph): New functions.
14625         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14627 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14629         * Makefile.in (DONTCOMPILE): Add comment that the name may
14630         not be changed without changing the make-dist script.
14632         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14633         (cl-mapc): Use mapc instead of cl-old-mapc.
14635 2000-07-05  Andrew Innes  <andrewi@gnu.org>
14637         * makefile.nt: Add support for `bootstrap' and related targets.
14639 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14641         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14642         (easy-menu-do-define): Use `menu-item' format.
14643         Handle case where easy-menu-create-menu returns a symbol.
14644         Manually call the potential top-level filter in the function binding.
14645         (easy-menu-filter-return): New arg NAME.
14646         Convert to a keymap if MENU is an XEmacs menu.
14647         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
14648         (easy-menu-converted-items-table, easy-menu-convert-item):
14649         New var and fun to memoize easy-menu-convert-item-1.
14650         (easy-menu-do-add-item): Use it.
14651         (easy-menu-create-menu): Use easy-menu-convert-item.
14652         Wrap easy-menu-filter-return around any :filter specification.
14653         Don't convert the menu if a filter was specified.
14654         Tell easy-menu-make-symbol not to check for MENU being an expression.
14655         (easy-menu-make-symbol): New arg NOEXP.
14657 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14659         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14660         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14661         (eval-defun): If called with prefix arg, instrument code for
14662         Edebug.
14664         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14665         similar to that of eval-defun.
14667 2000-07-04  Dave Love  <fx@gnu.org>
14669         * hl-line.el (hl-line-overlay): Make it permanent-local.
14671         * calendar/todo-mode.el: Replaced with a working version, based on
14672         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14674 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
14676         * paths.el (prune-directory-list): New function.
14677         (Info-default-directory-list): Rewritten to more methodically
14678         enumerate a big list of possible info directories (based on the
14679         list used by the standalone info reader).
14681         * info.el (info-initialize): Use prune-directory-list to remove
14682         non-existent directories from Info-directory-list.
14684         * paths.el (Info-default-directory-list): Try a list of possible
14685         info-directories instead of a single one.  Add the possible
14686         info directory "/usr/share/info".
14688         * woman.el (woman-man.conf-path): Explicitly include the debian
14689         man-db config file "/etc/manpath.config".
14690         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14691         are present in `manpath.config'.
14692         (woman-manpath): Include "/usr/share/man".
14694 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
14696         * frame.el (blink-cursor-mode): Don't hide cursor initially.
14698         * startup.el (command-line): Initialize blink-cursor based
14699         on window-system.
14701         * frame.el (blink-cursor): Default to nil if not running under
14702         a window-system.
14704         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14705         (face-x-resources): Remove duplicate entry for :font.
14707         * textmodes/refer.el (refer-find-entry-internal): Use some-window
14708         instead of cycling through windows with next-window.
14710         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14711         of cycling through windows with next-window.
14713         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14714         of cycling through windows with next-window.
14716         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14717         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14718         instead of cycling through windows with next-window.
14720         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14721         instead of cycling through windows with next-window.
14723         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14724         of cycling through windows with next-window.
14726         * terminal.el (te-process-output): Use walk-windows instead of
14727         cycling through windows with next-window.
14729         * server.el (server-switch-buffer): Use some-window instead of
14730         cycling through windows with next-window.
14732         * window.el (some-window): New function.
14733         (walk-windows): Remove reference to walk-windows-start.
14735         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14737 2000-07-03  Richard Stallman  <rms@gnu.org>
14739         * window.el (walk-windows): Guarantee termination by keeping a list
14740         of all the windows already handled.
14742 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14744         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14745         window-system.
14747         * man.el (Man-notify-when-ready): Don't use window-system.  If
14748         Man-notify-method is newframe, and the display is not
14749         multi-frame, select the frame created for the man page.
14750         (Man-init-defvars): Doc fix.
14752 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
14754         * faces.el (region): Change background color for light background.
14756         * ediff-wind.el (ediff-setup-control-frame): Remove :box
14757         attribute from mode-line face of Ediff control frame.
14759         * replace.el (query-replace-map): Bind `e' like `E'.
14761 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14763         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14764         Change name to "Select All".
14766         * dos-fns.el (convert-standard-filename): Fix last change.
14768 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
14770         * help.el (describe-variable): Don't insert a second `'s' in front
14771         of the string `value is shown below'.  Since the syntax-table is
14772         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14773         an existing `'s', so that this won't be deleted.
14775         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14776         * pcmpl-unix.el: New files.
14778 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14780         * wid-edit.el (widget-member): Use the new plist-member.
14782 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
14784         * replace.el (perform-replace): Undo change of 2000-04-04.
14785         Instead, move backward 1 character at the end of the loop when
14786         necessary.
14788         * faces.el (fringe): Change face for different backgrounds.
14790         * eshell/esh-module.el (toplevel): Load defgroup's differently;
14791         patch from John.
14793         * eshell/*.el: Change spelling of the Free Software Foundation.
14795         * eshell/esh-toggle.el: Removed.
14797         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14799         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14800         interactively.
14802 2000-06-26  Alex Schroeder  <alex@gnu.org>
14804         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14805         `define-key'; instead of checking `(emacs-version)' check for
14806         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
14807         for `;' and `o' which might be electric.
14809         (sql-electric-stuff): New user option.
14810         (sql-magic-go): New function which uses `sql-electric-stuff'.
14811         (sql-magic-semicolon): New function which uses
14812         `sql-electric-stuff'.
14814         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14815         is not fboundp.
14817         (sql-oracle-options): New variable.
14818         (sql-oracle): Use it.
14820         (sql-imenu-generic-expression): Doc change.
14821         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14822         is used.
14824         (sql-informix): Added command line parameter "-" to force
14825         sql-informix-program to use stdout.
14827 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
14829         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14830         (cp864-decode-table): Doc fix.
14831         (cp720-decode-table): New variable, supports the Arabic OEM
14832         codepage used by Windows.
14833         (cp737-decode-table): New, Greek OEM codepage used by Windows.
14835 2000-06-23  Dave Love  <fx@gnu.org>
14837         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14838         (font-lock-fontify-anchored-keywords): Use
14839         line-beginning-position.
14840         (global-font-lock-mode): Use mapc.
14842 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14844         * eshell/esh-module.el: Require CL when compiling.
14846 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14848         * comint.el (comint-substitute-in-file-name): Call replace-match
14849         with second and third arg t.
14851         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14852         Specify foreground color.
14854         * faces.el (tool-bar, mode-line, header-line): Specify foreground
14855         color.
14857         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14859         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14860         cddr instead of cdddr.
14862         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14863         instead of copy-list.
14865         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14866         of copy-list.
14868         * subdirs.el: Add eshell subdirectory.
14870         * eshell: New subdirectory containing the Eshell package.
14872         * pcomplete.el: New file.
14874 2000-06-23  Paul Eggert  <eggert@twinsun.com>
14876         * mail/mailpost.el (post-mail-send-it): Make sure file has
14877         proper permissions from birth.
14879         * files.el (basic-save-buffer-2): When temporarily setting
14880         file modes, set them to current modes plus 0200, not to 0777.
14882         * emerge.el (emerge-make-temp-file): Make sure file has proper
14883         permissions from birth.
14885 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
14887         * files.el (make-backup-file-name-1): On DOS/Windows, run the
14888         backup file name through convert-standard-filename.
14890         * dos-fns.el (convert-standard-filename): Convert leading
14891         directories as well.  When long file names are supported, convert
14892         characters that are invalid in Windows file names.
14894 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14896         * ps-print.el: Fix bug: if ^L is the very first buffer character,
14897         ps-print crashes.  New feature: page selection for printing.  Create
14898         raw-text-unix coding system for XEmacs.  Doc fix.
14899         (ps-print-version): New version number (5.2.3).
14900         (ps-plot-region): Bug fix.
14901         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14902         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14903         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14904         funs.
14905         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14906         (ps-last-page): New vars.
14908 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
14910         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14911         empty option string.
14913 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
14915         * man.el (man): Doc fix.
14917 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
14919         * international/mule-cmds.el (set-language-info-alist): Docstring
14920         fixed.
14922 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
14924         * version.el (emacs-version): Use ISO date format.
14926         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14927         instead of `M-backspace'.
14929         * simple.el (turn-off-auto-fill): New function.
14931 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
14933         * jit-lock.el (with-buffer-prepared-for-jit-lock):
14934         Renamed from with-buffer-prepared-for-font-lock and use
14935         inhibit-modification-hooks rather than setting *-change-functions.
14936         Update all functions to use the new name.
14937         (jit-lock-first-unfontify-pos): New semantics (and doc).
14938         (jit-lock-mode): Make non-interactive.
14939         Don't automatically turn on font-lock.
14940         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14941         Always use jit-lock-after-change.
14942         Remove and restore font-lock-after-change-function.
14943         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14944         (jit-lock-after-unfontify-buffer): Remove.
14945         (jit-lock-stealth-fontify):
14946         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14947         (jit-lock-after-change): Set the `fontified' text-prop to nil.
14949 2000-06-20  Sam Steingold  <sds@gnu.org>
14951         * emacs-lisp/cl-indent.el (toplevel): Indent
14952         `print-unreadable-object' properly.  Untabify.
14954 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14956         * textmodes/reftex.el (reftex-find-citation-regexp-format):
14957         Support for bibentry.
14958         (reftex-compile-variables): Fixed problem with end of section-re.
14960         * texmodes/reftex-dcr.el (reftex-view-crossref,
14961         reftex-view-crossref-from-bibtex):
14962         Deal with changed `reftex-find-citation-regexp-format'.
14963         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14964         Replaced `remprop' with `put'.
14965         (reftex-view-crossref, reftex-view-crossref-when-idle):
14966         Support for bibentry.
14968         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14969         New entry for bibentry package.
14971         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14972         Regexp also matches "\nobibliography".
14974         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14975         Call `reftex-ensure-write-access' before doing anything.
14976         (reftex-ensure-write-access): New function.
14978 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14980         * progmodes/idlwave.el: File re-installed (update to version 4.2)
14982         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14984         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14986         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14989 2000-06-20  Dave Love  <fx@gnu.org>
14991         * faces.el (frame-background-mode): Use set-default, not set, in
14992         setter.
14993         (frame-update-faces, frame-update-face-colors): Define with
14994         defalias.
14996         * enriched.el (enriched-decode-foreground)
14997         (enriched-decode-background): Don't use internal-find-face.
14999         * apropos.el: Doc fixes.
15001         * cus-edit.el (customize-changed-options): Check arg.
15002         (customize-version-lessp): Don't require decimal point.
15004         * custom.el (defcustom, defgroup): Doc fix.
15006         * newcomment.el (comment) <defgroup>: Add :version.
15007         (comment-multi-line): Doc fix.
15009         * emulation/mlsupport.el (define-hooked-local-abbrev,
15010         define-hooked-global-abbrev): Fix, using define-abbrev.
15012 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
15014         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15015         the whole buffer.
15017 2000-06-19  Dave Love  <fx@gnu.org>
15019         * menu-bar.el (menu-bar-options-save): New function.
15020         (menu-bar-options-menu): Use it.
15021         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15022         Simplify.
15024 2000-06-19  Andreas Schwab  <schwab@suse.de>
15026         * progmodes/etags.el (tags-query-replace): Put new parameters
15027         START and END at the end, for backward compatibility.
15029 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15031         * international/codepage.el:
15032         (cp-coding-system-for-codepage-1): Delete special codes for
15033         generating xxx-dos coding system because now a CCL based coding
15034         system can handle EOL conversion by default.
15036         * international/mule.el (make-coding-system): Generate subsidiary
15037         coding systems for EOL handling variants even for a CCL based
15038         coding system.
15040 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15042         * international/isearch-x.el (isearch-minibuffer-input-method)
15043         (isearch-minibuffer-input-method-function): These variables
15044         deleted.
15045         (isearch-with-input-method): Don't use the above variables.
15046         (isearch-process-search-multibyte-characters): Likewise.  Call
15047         read-string with the arg INHERIT-INPUT-METHOD t.
15049 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
15051         * font-lock.el (font-lock-after-fontify-buffer)
15052         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15054         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15055         Use consistent make-local-variable style for font-lock-fontified.
15056         (jit-lock-fontify-buffer):
15057         Don't bother checking for font-lock-mode and jit-lock-mode.
15059         * time.el: Remove trailing ^M that prevent CVS-merging.
15061 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15063         * Makefile.in (distclean): New target.
15065 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
15067         * Makefile.in (srcdir): Define for update-subdirs.
15069 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15071         * find-lisp.el: New file.
15073 2000-06-16  Andrew Innes  <andrewi@gnu.org>
15075         * time.el (display-time-mail-function): New variable, to allow
15076         external packages to indicate when new mail is available.
15077         (display-time-update): Use it.
15079 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
15081         * international/mule.el (mule-version): Change version name to
15082         SAKAKI.  AOI has already been used by Meadow.
15084         * international/quail.el (quail-show-guidance-buf): To find the
15085         bottom window (but minibuffer), pay attention to the height of
15086         minibuffer.
15088 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
15090         * arc-mode.el (archive-mode-map): Use the new menu-item format for
15091         menu-bar menus.  Add help strings.  Don't remove the Edit menu
15092         from the menu bar, as the menu bar has enough space now.
15094         * Makefile.in (SHELL): Make sure /bin/sh is used.
15096         * woman.el (woman-man-buffer): Fix bold and underlined CJK
15097         characters, which use series of two ^H characters instead of one.
15099 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
15101         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15102         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15103         functions.
15104         (Info-find-node-2): Try a case-sensitive search first, then
15105         do a case-insensitive search.
15107         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15108         tutorials.
15110         * complete.el (PC-env-vars-alist): New variable.
15111         (PC-complete-as-file-name): New function.
15112         (partial-completion-mode): Initialize PC-env-vars-alist from
15113         process-environment.
15114         (PC-do-completion): Handle completion of env vars.
15116         * info.el (Info-set-mode-line): Show file name in mode line,
15117         use `*Info*' instead of `Info:'.
15119         * startup.el (command-line-1): Change copyright messages to year
15120         2000.
15122 2000-06-15  Dave Love  <fx@gnu.org>
15124         * net/goto-addr.el (goto-address-fontify): Use keymap property,
15125         not local-map.
15127 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
15129         * international/mule.el (set-buffer-file-coding-system): Almost
15130         rewritten to handle `undecided' as no-op.
15132 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
15134         * Makefile.in: New file.
15136         * Makefile: Removed.
15138         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15139         (goto-address-highlight-keymap): Bind C-c RET.
15141 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
15143         * mail/sendmail.el (sendmail-send-it): The temporary buffer
15144         inherits buffer-file-coding-system of the current buffer.
15146         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15147         0.  Give correct argument to set-auto-coding-function.
15148         (tar-expunge): For goto-char, use (point-min), not 0.
15149         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15150         (tar-subfile-save-buffer): Likewize.
15152         * international/mule.el
15153         (after-insert-file-set-buffer-file-coding-system): Call
15154         set-buffer-file-coding-system with the arg FORCE t.
15156 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
15158         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15159         nil.  Contemporary sendmails issue an X-Authentication-Warning if
15160         the sender is set with `-f'.
15162 2000-06-13  Dave Love  <fx@gnu.org>
15164         * help.el (describe-function-1): Kluge around cases of functions
15165         fset to subrs whose doc doesn't match their symbol-name.
15167         * image.el (insert-image): Default STRING to a space.
15169         * info.el Doc fixes.
15170         (Info-build-node-completions): Match Ref tags.
15172 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
15174         * frame.el (display-multi-frame-p, display-multi-font-p): New
15175         defaliases for display-graphic-p.
15177         * hl-line.el: Fixed a typo in commentary.
15179 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
15181         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15182         fixed.
15184 2000-06-12  Dave Love  <fx@gnu.org>
15186         * image.el (insert-image): Save a little consing.
15188 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15190         * language/tibet-util.el: Convert all tibetan-1-column characters
15191         to the corresponding tibetan characters.
15192         (tibetan-add-components): Delete code for the special treatment of
15193         'a chung.
15195         * language/tibetan.el (tibetan-composable-pattern): Fix previous
15196         change.
15197         (tibetan-vowel-transcription-alist): More rules added.
15198         (tibetan-composite-vowel-alist): New variable.
15199         (tibetan-precomposition-rule-alist): More rules added.
15201 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
15203         * startup.el (command-line): Only call menu-bar-mode if interactive.
15205         * thingatpt.el (toplevel symbol-properties):
15206         * textmodes/makeinfo.el (makeinfo-compile):
15207         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15208         * progmodes/hideif.el (hif-compress-define-list)
15209         (hide-ifdef-use-define-alist):
15210         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15211         (ange-ftp-vms-add-file-entry):
15212         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15213         * man.el (Man-build-man-command):
15214         * mail/rnewspost.el (news-reply-header-hook):
15215         * info.el (Info-insert-dir):
15216         * emulation/mlconvert.el (backward-word, forward-word, setq):
15217         * emacs-lisp/gulp.el (gulp-send-requests):
15218         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15219         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15220         (byte-optimize-apply, end of file):
15221         * emacs-lisp/advice.el (ad-advice-class-completion-table)
15222         (ad-make-freeze-definition):
15223         * startup.el (command-line, command-line-1): Don't quote lambdas.
15225         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15226         (cvs-cleanup-removed): New function.
15227         (cvs-cleanup-functions): New var.
15228         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15229         some flexibility in specifying additional entries to auto-cleanup.
15230         (cvs-quickdir): New function.
15231         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15232         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15233         (cvs-mode-find-file): Check that we are on a filename or dirname
15234         when invoked through a mouse-click.
15235         (cvs-full-path): Remove.
15236         (cvs-dired-action): Re-introduced.
15237         (cvs-dired-noselect): Use it.
15238         (vc-post-command-functions): use this new hook if available.
15240         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15241         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15242         (cvs-filename-map, cvs-dirname-map): Remove.
15243         (cvs-default-action): Remove.
15244         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15245         if the arg is really a keymap.
15246         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15247         Don't hardcode the mapping from state (aka type) to face, but check
15248         the var cvs-fi-<type>-face instead.
15249         (cvs-fileinfo-from-entries): New function.
15251         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15252         Docstring fix.
15253         (cvs-find-file-and-jump): Change default to be safer.
15254         (cvs-mode-diff-map): Define it as a function as well.
15255         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15256         Bind mouse-2 in this global map rather than with text-properties.
15258         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15259         file to resolve the ambiguity between C(conflict) and C(need-merge).
15261 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15263         * international/mule.el (set-buffer-file-coding-system): If
15264         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15265         unconditionally.
15267 2000-06-12  Dave Love  <fx@gnu.org>
15269         * wid-edit.el (widget-specify-button): Really suppress the face if
15270         required.
15272 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
15274         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15276 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
15278         * imenu.el (imenu-generic-expression): Docstring fix.
15280         * composite.el (composition-function-table): Move the `put'
15281         below the autoload cookie so we can load the file before loaddefs.
15283         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15285         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15286         Handle easy-mmode-define-global-mode.
15287         For complex macros like define-minor-mode that can generate
15288         several autoload entries, try to autoload entries in the
15289         macroexpanded code.
15291         * emacs-lisp/easy-mmode.el (define-minor-mode):
15292         If KEYMAP is a symbol, just use it.
15293         Use byte-compile-current-file and load-file-name to infer the
15294         proper :require to pass to defcustom.
15295         Wrap the hook var into `progn' so as not to autoload it.
15296         Add a :autoload-end cookie.
15297         Be more careful about the evaluation of KEYMAP.
15298         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15299         (define-derived-mode): Move define-abbrev-table outside of defvar.
15301 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
15303         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15304         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15305         (backup-compiled-files): Ignore errors during `tar'.
15306         (bootstrap): Make autoloads before elc files.
15308 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
15310         * international/mule.el (set-buffer-file-coding-system): If one of
15311         undecided-XXX is specified, change only EOL conversion.
15313         * international/mule-conf.el (unix): New alias for the coding
15314         system undecided-unix.
15316 2000-06-09  Dave Love  <fx@gnu.org>
15318         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15320         * progmodes/executable.el: Byte compile dynamic.
15321         (executable-insert): Change custom type.
15322         (executable-find): Add autoload cookie.
15323         (executable-make-buffer-file-executable-if-script-p): New
15324         function.  After Noah Friedman.
15326         * files.el (after-save-hook): Customize, with
15327         executable-make-buffer-file-executable-if-script-p as an option.
15329 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
15331         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15332         "tib24p-mule.bdf" for Tibetan.
15334         * composite.el (decompose-composite-char): Declare it as obsolete.
15336         * man.el (Man-fontify-manpage): Pay attention to underline and
15337         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15339 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
15341         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15342         Set maintainer to FSF since author isn't reachable.
15344 2000-06-08  Dave Love  <fx@gnu.org>
15346         * international/mule-cmds.el (select-safe-coding-system): If
15347         DEFAULT-CODING-SYSTEM is not specified, also check the most
15348         preferred coding-system if buffer-file-coding-system is
15349         `undecided'.  From Handa.
15351 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
15353         * international/mule.el
15354         (after-insert-file-set-buffer-file-coding-system): If the buffer
15355         size is greater than INSERTED, judget that we are not visiting.
15357 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
15359         * whitespace.el (defgroup whitespace): Comment out `:version'.
15360         XEmacs 20.4 has problems defining the group with this present.
15361         We'll have this commented out till get resolve the problem.
15363 2000-06-07  John Wiegley  <johnw@gnu.org>
15365         * align.el (align-dq-string-modes, align-sq-string-modes)
15366         (align-open-comment-modes): Add pyhton-mode.
15367         (align-rules-list): Use get-text-property instead of
15368         text-properties-at.
15369         (align-rules-list): Add python-assignment.
15370         (align-rules-list): Change perl-comma-delimiter to
15371         basic-comma-delimiter.  Use if for Perl modes and python-mode.
15372         (align-rules-list): Add python-chain-logic and
15373         basic-line-continuation.
15375 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
15377         * apropos.el (apropos-mode-hook): New user variable.
15378         (apropos-mode): Run apropos-mode-hook.
15380 2000-06-07  David Ponce  <david@dponce.com>
15382         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15383         commands.  Require `wid-edit' at run-time.
15385 2000-06-07  David Ponce  <david@dponce.com>
15387         * recentf.el: Added some "Commentary".
15388         (recentf-open-more-files, recentf-edit-list): Minor changes to
15389         move the point at the top of the file list.  This behaviour is
15390         consistent with the menu one when the list contains a lot of
15391         files.
15392         (recentf-cleanup): Now displays the number of items removed from
15393         the list.
15394         (recentf-relative-filter) New menu filter to show filenames
15395         relative to `default-directory'.
15397 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15399         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
15400         with/without giving an error if PostScript printer doesn't have this
15401         kind of page size.  Zebra Stripe continues or restarts on next page.
15402         Manual/automatic paper feeding.  Switch or not the header.
15403         (ps-print-version): New version number (5.2.2).
15404         (ps-windows-system): Include emx as a Windows system.
15405         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15406         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15407         (ps-background-text): Code fix.
15408         (ps-error-handler-message, ps-user-defined-prologue)
15409         (ps-print-prologue-header, ps-printer-name)
15410         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15411         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15412         (ps-use-face-background): Customization fix.
15413         (ps-n-up-database): Data fix.
15414         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15415         (ps-switch-header): New vars.
15416         (ps-xemacs-color-name, ps-face-foreground-name)
15417         (ps-face-background-name, ps-boolean-constant): New funs.
15419 2000-06-07  Dave Love  <fx@gnu.org>
15421         * allout.el: New version from Manheimer.
15423 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
15425         * textmodes/fill.el (fill-find-break-point): Check the validity of
15426         charset.
15428 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15430         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15431         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15432         Call display-color-p and display-mouse-p instead of looking at
15433         window-system.
15435 2000-06-06  Dave Love  <fx@gnu.org>
15437         * image.el (find-image): Doc fix.  Return nil if image not found.
15438         (put-image, insert-image): Make STRING arg optional.
15440 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
15442         * language/vietnamese.el: Remove eval-when-compile.
15443         (viet-viscii-nonascii-translation-table): Define it as a
15444         translation table made from viet-viscii-decode-table.
15445         (viet-viscii-encode-table): Define it as a translation table made
15446         from the reverse map of above.
15447         (viet-vscii-nonascii-translation-table): Define it as a
15448         translation table made from viet-vscii-decode-table.
15449         (viet-vscii-encode-table): Define it as a translation table made
15450         from the reverse map of above.
15451         (ccl-decode-viscii): Use translate-character.
15452         (ccl-encode-viscii, ccl-encode-viscii-font)
15453         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15454         Likewize.
15456         * language/cyrillic.el: Remove eval-when-compile.
15457         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15458         translation table made from cyrillic-koi8-r-decode-table.
15459         (cyrillic-koi8-r-encode-table): Define it as a translation table
15460         made from the reverse map of above.
15461         (ccl-decode-koi8): Use translate-character.
15462         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15463         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15464         a translation table made from cyrillic-alternativnyj-decode-table.
15465         (cyrillic-alternativnyj-encode-table): Define it as a translation
15466         table made from the reverse map of above.
15467         (ccl-decode-alternativnyj): Use translate-character.
15468         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15469         Likewize
15471         * international/mule-diag.el (non-iso-charset-alist): Specify
15472         translation table symbol instead of translation table itself.
15473         (list-block-of-chars): CHARSET may be a translation table symbol.
15475         * international/mule.el (make-coding-system): If CODING-SYSTEM
15476         already exists, override it.
15478         * international/fontset.el: Use family `proportional' for Tibetan
15479         fonts.
15481         * international/ccl.el (ccl-compile-translate-character): Don't
15482         check if Rrr has property translation-table.
15483         (ccl-compile-map-multiple): Modified to avoid compiler warning.
15485 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
15487         * info.el: Bind case-fold-search to t when searching in case
15488         a user sets it to nil in a hook.
15490 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
15492         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15493         * hl-line.el (hl-line-mode): Use the new :global key argument.
15495         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15496         (tar-clip-time-string): Prepend a space.
15497         (tar-grind-file-mode): Construct a string rather than modifying one.
15498         (tar-header-block-summarize): Fix docstring.
15499         Use `format' rather than an error-prone set of copy-loops.
15501         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15502         (diff-goto-source, diff-unified->context, diff-context->unified)
15503         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15504         understand the format output by the `-p' argument to diff.
15506         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15507         (sh-re-done): Use defconst.
15508         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15509         (sh-help-string-for-variable, sh-guess-basic-offset):
15510         Don't quote lambdas.
15511         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15512         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15514         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15515         (mh-letter-mode): Derive from text-mode.
15516         This implicitly means that it now calls kill-all-local-variables.
15517         Also remove the Emacs-18 compatibility code.
15519         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15520         Make use of symbol-property doc-string-elt.
15521         Use memq rather than a sequence of eq.
15522         (doc-string-elt): Fix the wrong or missing previously unused values.
15523         (autoload-print-form): New function extracted from
15524         generate-file-autoloads to allow recursion when handling progn
15525         so that defvar's and defun's docstrings are properly printed.
15526         (generate-file-autoloads): Use it.
15528         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15529         Use find-file-hooks in the minor-mode function.
15530         Be careful not to loop indefinitely in the post-command-hook function.
15532 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
15534         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15535         tty's.
15536         * ediff-diff.el (ediff-exec-process): Use --binary for fine
15537         differences whenever appropriate.
15538         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15539         * viper.el (find-file, find-file-other-window): Get viper to do
15540         wildcards.
15542 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
15544         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15545         (jit-lock-fontify-buffer): New function for JIT refontification.
15546         (jit-lock-mode): Fix docstring.
15547         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15548         Remove jit-lock-after-change from the _local_ hook.
15549         (jit-lock-function-1): Fix docstring.
15551         * info.el (Info-on-current-buffer): Initialize info.
15553         * newcomment.el (comment-indent): Ignore comment-indent-hook.
15555         * progmodes/tcl.el (tcl-indent-for-comment):
15556         Ignore comment-indent-hook.
15558         * emacs-lisp/easy-mmode.el: Require CL during compilation.
15559         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15560         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15561         and improve to use the lighter to guess the capitalization.
15562         (define-minor-mode): Inline code from easy-mmode-define-toggle.
15563         Add keyword arguments to specify global-ness or the custom group.
15564         Add local-map and help-echo properties to the lighter.
15565         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15566         (easy-mmode-define-global-mode): New macro.
15568 2000-06-02  Dave Love  <fx@gnu.org>
15570         * wid-edit.el: byte-compile-dynamic since we typically don't use
15571         all the widgets.  Don't require cl or widget.  Remove
15572         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
15573         (widget-read-event): Removed.  Callers changed to use read-event.
15574         (widget-button-release-event-p): Renamed from
15575         button-release-event-p.
15576         (widget-field-add-space, widget-field-use-before-change):
15577         Uncustomize.
15578         (widget-specify-field): Use keymap property, not local-map.
15579         (widget-specify-button): Obey :suppress-face.
15580         (widget-specify-insert): Use modern backquote syntax.
15581         (widget-image-directory): Renamed from widget-glyph-directory.
15582         (widget-image-enable): Renamed from widget-glyph-enable.
15583         (widget-image-find): Replaces widget-glyph-find.
15584         (widget-button-pressed-face): Move defvar.
15585         (widget-image-insert): Replaces widget-glyph-insert.
15586         (widget-convert): Use keywordp.
15587         (widget-leave-text, widget-children-value-delete): Use mapc.
15588         (widget-keymap): Remove XEmacs stuff.
15589         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15590         (widget-button-click): Don't set point at the click, but re-centre
15591         if we scroll out of window.  Rewritten for images v. glyphs &c.
15592         (widget-tabable-at): Use POS arg, not point.
15593         (widget-beginning-of-line, widget-end-of-line)
15594         (widget-item-value-create, widget-sublist, widget-princ-to-string)
15595         (widget-sexp-prompt-value, widget-echo-help): Simplify.
15596         (widget-default-create): Use widget-image-insert; some rewriting.
15597         (widget-visibility-value-create)
15598         (widget-push-button-value-create, widget-toggle-value-create): Use
15599         widget-image-insert.
15600         (checkbox): Create on and off images dynamically.
15601         (documentation-link): Change :help-echo.
15602         (widget-documentation-link-echo-help): Remove.
15604 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
15606         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15608         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15609         (easy-mmode-define-toggle, define-minor-mode): Use it.
15610         (easy-mmode-define-keymap): Docstring fix.
15611         (define-derived-mode): Default PARENT to fundamental-mode.
15612         Add the derived-mode-parent symbol-property.
15613         (easy-mmode-derived-mode-p): New function.
15615 2000-06-02  Dave Love  <fx@gnu.org>
15617         * files.el (convert-standard-filename): Doc fix.
15618         (normal-backup-enable-predicate): New function.
15619         (backup-enable-predicate): Use it to replace the lambda form.
15621         * calendar/todo-mode.el: [This needs more work on the outline
15622         stuff.]  Doc fixes.
15623         (todo) <defgroup>: Add :version.
15624         (todo-add-category): Don't use pushnew.
15625         (todo-cmd-raise): Fix typo.
15626         (todo-top-priorities): Change temp buffer name.
15627         (todo-category-alist): Avoid redundant lambda.
15628         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15629         Use outline-next-heading.
15631         * autoarg.el: Rewritten to use define-minor-mode.
15632         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15633         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15635 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
15637         * isearch.el (isearch-other-meta-char): Fix previous change.
15639 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15641         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15642         (log-edit-done): Only add the comment to the ring if it's different
15643         from the last comment entered.
15645         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15647 2000-06-01  Dave Love  <fx@gnu.org>
15649         * hl-line.el: Rewritten using define-minor-mode.
15651         * help.el (describe-function-1): Distinguish special form from
15652         builtin function.  Sanity-check presence of arglist for builtins.
15654 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
15656         * international/characters.el: Fix syntax/category setting of
15657         Tibetan characters.
15659         * language/tibet-util.el (tibetan-add-components): Fixes for new
15660         encoding of Tibetan characters.
15661         (tibetan-decompose-precomposition-alist): New variable.
15662         (tibetan-decompose-region): Convert precomposed characters to
15663         non-precomposed characters.
15664         (tibetan-decompose-string): Likewise.
15665         (tibetan-composition-function): Fix args to
15666         thibetan-compose-string.
15668         * language/tibetan.el (tibetan-composable-pattern): More
15669         characters included.
15670         (tibetan-consonant-transcription-alist): Rule for "R" added.
15671         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15672         "+R" added.
15673         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15675         * language/lao-util.el (lao-composition-function): Fix args to
15676         compose-string.
15678         * language/thai-util.el (thai-composition-function): Fix args to
15679         compose-string.
15681         * isearch.el (isearch-update): Set disable-point-adjustment to t
15682         to prevent the point moving to the end of a composition when a
15683         part of a composition is searched.
15684         (isearch-other-meta-char): If the key invoking this command can be
15685         mapped by function-key-map to a printing char, call
15686         isearch-process-search-char directly.
15688 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15690         * emacs-lisp/bytecomp.el:
15691         * frame.el:
15692         * international/mule-cmds.el:
15693         * international/mule-util.el:
15694         * international/mule.el:
15695         * mouse.el:
15696         * subr.el:
15697         * faces.el: Update calls to make-obsolete with a WHEN argument.
15699         * byte-run.el (make-obsolete, make-obsolete-variable):
15700         Add an optional WHEN argument and change the format of the
15701         symbol-property information.
15702         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15703         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15704         new obsolete-symbol-property format and print WHEN if it is provided.
15706 2000-05-31  Dave Love  <fx@gnu.org>
15708         * loadhist.el (loadhist-hook-functions): Remove
15709         before-change-function, after-change-function.
15710         (unload-feature): Deal with symbols which are both bound and
15711         fbound.
15713         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15714         before-change-function, after-change-function.
15716         * simple.el (newline): Don't bind before-change-function,
15717         after-change-function.
15719 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
15721         * whitespace.el (whitespace-rescan-timer-time): Update interval
15722         set to 600 seconds (10 minutes) instead of 60 seconds since
15723         a large number of whitespace buffers causes emacs to `freeze'
15724         for a considerable amount of time.
15726         * whitespace.el: Updated email address
15728 2000-05-31  Dave Love  <fx@gnu.org>
15730         * add-log.el (change-log-font-lock-keywords) <function>: Add
15731         pattern for function of change.
15732         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15733         acknowledgements patterns.
15735 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
15737         * isearch.el (isearch-printing-char): If keyboard coding system is
15738         being used, call isearch-process-search-multibyte-characters.
15740         * international/isearch-x.el: Mostly rewritten.
15742         * international/quail.el (quail-start-conversion): Don't include
15743         unhandled events in the returned events, but set them in
15744         unread-command-events.  Exit if all inputs are deleted.
15746 2000-05-30  Jason Rumney  <jasonr@gnu.org>
15748         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15750         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15751         Reenable code to create initial fontsets.
15752         Use set-fontset-font in place of put-charset-property.
15754 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
15756         * progmodes/perl-mode.el (perl-indent-line): When looking for a
15757         label, ensure that the first colon isn't followed by another.
15759         * paths.el (Info-default-directory-list): Doc fix.
15761         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15762         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15763         send a query containing USER only, not USER@HOST.
15765         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15766         and rmail-msgend to compute the restriction at the end, instead of
15767         computing it.
15769 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15771         * dabbrev.el (dabbrev-expand): Don't display messages in the
15772         echo area if the minibuffer window is active.
15774         * jit-lock.el (jit-lock-mode): Add after change function to
15775         local hook.
15777 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
15779         * antlr-mode.el: New commands: hide/unhide actions,
15780         upcase/downcase literals.
15781         (antlr-tiny-action-length): New user option.
15782         (antlr-hide-actions): New command.  Suggested by
15783         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15784         (antlr-mode-map): New binding [C-c C-v].
15785         (antlr-mode-menu): New entries.
15786         (antlr-downcase-literals): New command.
15787         (antlr-upcase-literals): Ditto.
15789         * antlr-mode.el: Minor changes: indendation, mode-name.
15790         (antlr-indent-line): Indent cpp directive at column 0.
15791         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15793         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15794         (antlr-font-lock-additional-keywords): Workaround for intentional
15795         bug in XEmacs version of font-lock.
15796         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
15797         be used by a smarter version of `buffers-menu-grouping-function'.
15799 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15801         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15802         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15804 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
15806         * international/encoded-kb.el
15807         (encoded-kbd-iso2022-designation-map): Pay attention to that
15808         charset-iso-final-char return -1 for eight-bit-control and
15809         eight-bit-graphic.
15811 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15813         * speedbar.el (speedbar-use-images, speedbar-update-flag)
15814         (speedbar-easymenu-definition-base): Use display-graphic-p where
15815         available, instead of window-system.
15817 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15819         * international/codepage.el (cp-coding-system-for-codepage-1): Add
15820         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15821         coding systems.
15823 2000-05-26  Dave Love  <fx@gnu.org>
15825         * disp-table.el (standard-display-underline): Don't use
15826         internal-find-face.
15828         * mail/reporter.el: Maintainer change.  Doc fixes.
15829         (reporter-version): Deleted.
15831         * emacs-lisp/elp.el: Maintainer change.
15832         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15834 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
15836         * add-log.el (add-change-log-entry): Merge the current entry with the
15837         previous one if the previous one is empty.
15839 2000-05-26  Dave Love  <fx@gnu.org>
15841         * loadhist.el (unload-feature): Fix interactive spec [from
15842         lijnzaad@ebi.ac.uk].
15844         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15845         subr-arity to check primitives.
15846         (byte-compile-flush-pending, byte-compile-file-form-progn)
15847         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15848         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15849         mapcar.
15851 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
15853         * international/fontset.el: Set family names of non-latin charsets
15854         in default fontset to "*".
15856         * international/mule-diag.el (print-fontset): Combine family part
15857         and registry part of the fontname by "-*-" instead of "-".
15859         * international/mule-cmds.el (encode-coding-char): Make strings
15860         multibyte before calling encode-coding-string.
15862 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15864         * derived.el: Fix keywords.
15865         (define-derived-mode): Only define if needed.
15867         * simple.el (fill-comment, comment-column, comment-start)
15868         (comment-start-skip, comment-end, comment-indent-function)
15869         (block-comment-start, block-comment-end, indent-for-comment)
15870         (set-comment-column, kill-comment, comment-padding, comment-region)
15871         (comment-multi-line, indent-new-comment-line): Remove.
15873         * bindings.el (esc-map): Change ; to comment-dwim and use the new
15874         function names for comment operations.
15876         * newcomment.el: Add abundant autoload cookies.
15877         (comment-style): Don't depend on runtime data at compile-time.
15878         (comment-indent-hook): Remove.
15879         (comment-indent): Check if comment-indent-hook is bound.
15880         (comment-region): Docstring fix.
15882 2000-05-25  Dave Love  <fx@gnu.org>
15884         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15885         byte-code-function-p.
15887         * mail/rmailsum.el: Add provide.
15889         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15891         * smerge-mode.el (smerge-diff-switches): Don't use list* in
15892         defcustom.
15894 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
15896         * ediff-diff.el (ediff-exec-process): delete --binary option from
15897         non-buffer ediff jobs.
15899 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15901         * hilit-chg.el (highlight-changes-mode): Ask about color or
15902         grayscale support, not about window-system.
15904         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15905         window-system.
15906         (ffap-highlight): Always default to t.
15908         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15909         display-popup-menus-p instead of looking at window-system.
15911         * disp-table.el (standard-display-g1, standard-display-graphic):
15912         Only refuse to use string glyphs on X and MS-Windows.
15914         * avoid.el: Remove window-system from commentary, suggest to use
15915         display-*-p instead.
15917         * apropos.el (apropos-print): Use display-mouse-p instead of
15918         window-system.
15920 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15922         * international/codepage.el (cp-decoding-vector-for-codepage):
15923         Fill up unsupported characters with their own codes.  From Kenichi
15924         Handa.
15926 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15928         * international/mule-diag.el (describe-char-after): Use
15929         display-graphic-p instead of window-system, so that this function
15930         works on MS-DOS.
15932 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15934         * international/codepage.el (cp-make-coding-systems-for-codepage):
15935         Remove the eight-bit-graphic and eight-bit-control charsets from
15936         the list of charsets which we convert into `?'.
15938 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
15940         * international/mule-conf.el: Specify CHARSET-ID explicitely for
15941         private charsets.
15942         (mule-unicode-0100-24ff, japanese-jisx0213-1,
15943         japanese-jisx0213-2): New charsets.
15945         * international/fontset.el: Setup default fontset for new charsets.
15947 2000-05-24  Dave Love  <fx@gnu.org>
15949         * info.el (Info-find-node-2): Restructure [following "Vadim
15950         S. Solomin" <sovs@uic.nnov.ru>].
15952         * icomplete.el: Fix header for Finder.
15954 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
15956         * rmailout.el (rmail-output-to-rmail-file): Added optional param
15957         STAY.
15959         * rmail.el (rmail-automatic-folder-directives): New user variable.
15960         (rmail-show-message): Add call to `rmail-auto-file' during
15961         display.
15962         (rmail-auto-file): New function.
15964 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15966         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15967         account.
15968         (ediff-test-utility,ediff-diff-mandatory-option)
15969         (ediff-reset-diff-options): Utilities for proper initialization of
15970         ediff-diff-options and ediff-diff3-options on Windows.
15972         * ediff-init.el (ediff-merge-filename-prefix): New customizable
15973         variable.
15975         * ediff-mult.el (ediff-filegroup-action): Use
15976         ediff-merge-filename-prefix.
15978 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15980         * viper-ex.el (ex-write): Set selective display to nil.
15982 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15984         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15985         aliases for hebrew-iso-8bit.
15987 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15989         * woman.el: New version from Francis J. Wright
15990         <F.J.Wright@Maths.QMW.ac.uk>.
15991         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15992         names in environment variables regardless of the path separator.
15993         (woman-topic-all-completions-1): Don't call file-name-directory-p
15994         on all files, since woman-file-regexp already filters out any
15995         directories.
15997 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15999         * international/quail.el (quail-start-translation): Don't change
16000         modified-p of the current buffer.
16001         (quail-start-conversion): Likewise.
16003         * international/kkc.el (kkc-region): Don't change modified-p of
16004         the current buffer.
16006         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16007         conform to RFC1468.
16008         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16010 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
16012         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16013         (speedbar-insert-button): Invisible text property fix.
16014         (speedbar-directory-plus): Renamed from speedbar-directory-+
16015         (speedbar-directory-minus): Renamed from speedbar-directory--
16016         (speedbar-page-plus): Renamed from speedbar-file-+
16017         (speedbar-page-minus): Renamed from speedbar-file--
16018         (speedbar-page): Renamed from speedbar-file-
16019         (speedbar-tag): Renamed from speedbar-tag-
16020         (speedbar-tag-plus): Renamed from speedbar-tag-+
16021         (speedbar-tag-minus): Renamed from speedbar-tag--
16022         (speedbar-expand-image-button-alist): Use above renames.
16024         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16025         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16026         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16027         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16028         * sb-pg.xpm: Renamed from sb-file.xpm
16029         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16030         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16032 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
16034         * international/quail.el (quail-show-guidance-buf): Set
16035         current-input-method of the guidance buffer to the name of the
16036         curren input method.
16038 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
16040         * progmodes/compile.el (compile-internal): Style typo.
16042         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16043         quote vars and functions in the docstring.
16045         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16047         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16048         Don't quote lambdas.
16050         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16052 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16054         * startup.el (command-line): Determine source file of compiled
16055         user init file differently.  Warn if compiled user init file
16056         is older than its source file.
16058         * ffap.el (ffap-url-regexp): Add `https'.
16060 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
16062         * files.el (make-backup-file-name-1): Replace slashes with `!'
16063         rather than `|' (which is not allowed on Windows).  Replace the
16064         drive letters with a string "drive_X".
16066 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16068         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16070         * files.el (interpreter-mode-alist): Add `bash2'.
16072 2000-05-22  Dave Love  <fx@gnu.org>
16074         * loadhist.el (feature-symbols, file-provides, file-requires): Use
16075         mapc.
16076         (feature-file): Avoid calling symbol-name.  Doc fix.
16077         (file-set-intersect, file-dependents): Use dolist, not mapcar.
16078         (loadhist-hook-functions): Add mouse-position-function.
16079         (unload-feature): Change uses of mapcar.
16081         * files.el (parse-colon-path): Doc fix.
16082         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16083         (set-auto-mode): Use mapc.
16085         * complete.el (PC-look-for-include-file): Use :alnum: character
16086         class.
16087         (partial-completion-mode): Add autoload cookie.
16089 2000-05-22  Sam Steingold  <sds@gnu.org>
16091         * info.el (Info-fontify-node): Fixed the call to
16092         `add-text-properties' (bug introduced on 2000-05-18).
16094 2000-05-22  Dave Love  <fx@gnu.org>
16096         * bindings.el: Remove debug-ignored-errors set in other files.
16098         * progmodes/etags.el: Add to debug-ignored-errors.
16099         (visit-tags-table-buffer): Clear out buffers holding old tables
16100         when making a new list.
16101         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16102         mapc.
16104         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
16105         quote keywords.
16106         (cmpl-string-case-type): Use character classes.
16108         * comint.el:
16109         * textmodes/ispell.el:
16110         * imenu.el:
16111         * mail/mh-e.el:
16112         * progmodes/compile.el: Add to debug-ignored-errors.
16114         * dabbrev.el: Add to debug-ignored-errors.
16115         (dabbrev-completion): Use mapc.
16117 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
16119         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16120         (woman-mapcan, woman-parse-man.conf)
16121         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16122         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16123         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
16124         path syntax better.
16125         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16126         (woman-manpath): Call woman-parse-man.conf.
16127         (woman-emulation): New defcustom, defaults to nroff.
16128         (woman-font-support): New defconst.
16129         (woman-use-symbol-font): New defcustom.
16130         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16131         "Emulation".
16132         Many functions: Doc fix.
16134 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
16136         * international/quail.el (quail-simple-translation-keymap): Map
16137         128..255 to quail-self-insert-command.
16138         (quail-keyboard-layout-alist): Add definition for "pc102-de".
16140 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
16142         * help.el (help-manyarg-func-alist): Typo.
16144         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16145         intervals which makes it heaps simpler.
16147         * newcomment.el (comment-region-internal): Go back to BEG after quoting
16148         the nested comment markers.
16150         * subr.el (remove-hook): Don't turn the hook's value into a list.
16152 2000-05-21  Dave Love  <fx@gnu.org>
16154         * edmacro.el (edmacro-parse-keys): Return vector if any elements
16155         are invalid characters.
16157         * international/mule-util.el (detect-coding-with-priority): Use
16158         mapc.  Remove redundant lambda.
16160         * international/mule-diag.el (list-non-iso-charset-chars)
16161         (describe-fontset): Remove redundant lambda.
16163         * emulation/crisp.el (brief-mode): New alias.
16165         * emacs-lisp/ring.el (ring-elements): New function.
16167         * emacs-lisp/easymenu.el (easy-menu-create-menu)
16168         (easy-menu-do-add-item): Use keywordp.
16170         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16172         * replace.el: Doc and error message fixes.
16173         (replace-highlight): Use facep, not internal-find-face.
16175 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
16177         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16179         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16180         (log-edit-insert-changelog): Drop `:' as well.
16182         * log-view.el: Fix file description.
16183         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16184         available.
16185         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16186         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16188         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16189         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16190         Print a status message if the toggle is called interactively.
16191         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16192         for global minor modes and use `defcustom' for them.
16193         Use add-minor-mode.
16194         (easy-mmode-define-derived-mode): Remove.
16195         (define-derived-mode): Fancier default docstring.
16196         (easy-mmode-define-navigation): Signal an error rather than (ding).
16198         * newcomment.el (comment-styles): New `box-multi'.
16199         (comment-normalize-vars): Better default for comment-continue to
16200         avoid whitespace-only continuations.
16201         (comment-search-forward): Always move even in the no-syntax case.
16202         (comment-padright): Only obey N if it's only obeyed for padleft.
16203         (comment-make-extra-lines): Better handling of empty continuations.
16204         Use `=' for the filler if comment-start has only one character.
16205         (uncomment-region): Try handling the special `=' filler.
16206         (comment-region): Allow LINES even if MULTI is nil.
16207         (comment-box): Choose box style based on comment-style.
16209 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
16211         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16212         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16214 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
16216         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16217         and insert, not subst-char-in-region.
16219         * international/mule-diag.el (list-character-sets-1): Handle
16220         charsets eight-bit-control and eight-bit-graphic.
16221         (list-iso-charset-chars): Likewise.
16222         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16223         charactes as is.  Use indent-to to align characters.
16225         * international/mule-cmds.el (find-multibyte-characters): Never
16226         exclude charsets eight-bit-control and eight-bit-graphic.
16228 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16230         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16231         Don't quote lambdas.
16233         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16235 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16237         * gud.el (gud-jdb-directories): Doc fix.
16239 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16241         * newcomment.el: New file.
16243 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16245         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16247 2000-05-18  Andreas Schwab  <schwab@suse.de>
16249         * dired.el (dired-between-files): Also skip lines beginning with
16250         `used'.
16252 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
16254         * msb.el (msb-menu-cond): Add choice `user'.
16256 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16258         * ps-print.el: Compatibility, customization and doc fix.
16259         (ps-printer-name-option): Replace defconst by defvar.
16260         (ps-postscript-code-directory): XEmacs compatibility.
16261         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16262         fix.
16263         (ps-user-defined-prologue, ps-print-prologue-header)
16264         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16265         compatibility and code fix.
16266         (ps-print-background-image, ps-print-background-text):
16267         Customization fix.
16268         (ps-line-number-start, ps-n-up-on): New vars.
16270 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
16272         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16273         the indent-comment function to just return the appropriate indent.
16275 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
16277         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16278         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16279         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16281 2000-05-18  Dave Love  <fx@gnu.org>
16283         * info.el (Info-fontify-node): Add intangible property as well as
16284         invisible.
16286         * calendar/appt.el (appt-make-list): Match all lines of entry.
16287         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16289 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
16291         * international/mule-diag.el (describe-char-after): Call
16292         internal-char-font, not char-font.  If internal-char-font returns
16293         nil, display "-- none --".
16295 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16297         * image.el (image-type-available-p): Don't reference image-types
16298         if it isn't bound.
16300 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
16302         * autoarg.el (autoarg-mode): Typo in the :set argument.
16304 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16306         * startup.el (command-line-1): Don't signal an error if the
16307         directory for auto-save-list files does not yet exist.
16309 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
16311         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16313 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
16315         * subr.el (remove-hook): `setq' hook-value, not `set'.
16317 2000-05-16  Sam Steingold  <sds@gnu.org>
16319         * info.el (debug-ignored-errors): More errors to ignore.
16321 2000-05-16  Dave Love  <fx@gnu.org>
16323         * cus-edit.el: Don't require cl or easymenu.
16324         (custom-variable-prompt): Test standard-value property, not
16325         user-variable-p.
16327 2000-05-16  Sam Steingold  <sds@gnu.org>
16329         * subr.el (add-hook): `setq' hook-value, not `set'.
16331 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
16333         * startup.el (command-line-1): Mention the FAQ in the startup
16334         message.
16336         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16338         * progmodes/compile.el (compilation-parse-errors): Collect
16339         `nomessage' regexps last.
16341         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16343         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16344         to the function name.
16346 2000-05-15  Dave Love  <fx@gnu.org>
16348         * speedbar.el (speedbar-recenter): Typo.
16349         (speedbar-expand-line): Make arg optional.
16350         (speedbar-mode): Avoid a compiler warning.
16352 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16354         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16355         user-specified option string is empty.
16357         * mouse.el (mouse-yank-at-click): Doc fix.
16359 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
16361         * term/internal.el (IT-character-translations): More updates of
16362         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16363         documents.
16365 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16367         * env.el (getenv): New function, interactively callable.
16368         (setenv, getenv): Remove autoload cookies.
16370         * loadup.el: Load `env'.
16372         * progmodes/f90.el: Change author's mail address.
16374 2000-05-14  Dave Love  <fx@gnu.org>
16376         * mail/rmail.el (rmail-show-message-hook): Customize and offer
16377         goto-addr as an option.
16379         * help.el (help-xref-stack): Doc fix.
16380         (help-xref-following): New variable.
16381         (help-make-xrefs): Use it.
16382         (help-xref-go-back): Use position information from stack element.
16383         (help-follow): Make position in stack element a pair.  Use
16384         help-xref-following.
16386         * autoarg.el: New file.
16388         * faces.el: Declare more functions obsolete.
16390         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16391         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16392         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16393         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16394         Remove all the setup-...-environment functions.
16396 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
16398         * speedbar.el: Updated the commentary section.  xemacs20p now uses
16399         >= when detecting.  Require `defimage' safely.
16400         (speedbar-easymenu-definition-base): Add toggle for images.
16401         (speedbar-easymenu-definition-special): Add flush cache & expand.
16402         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
16403         (speedbar-reconfigure-keymaps-hook): New variable.
16404         (speedbar-frame-parameters): Updated documentation.
16405         (speedbar-use-imenu-flag): Updated custom tag
16406         (speedbar-dynamic-tags-function-list): New variable.
16407         (speedbar-tag-hierarchy-method): Updated doc & custom.
16408         (speedbar-indentation-width, speedbar-indentation-width) New
16409         variables.
16410         (speedbar-hide-button-brackets-flag): Customizable.
16411         (speedbar-vc-indicator): Doc update.
16412         (speedbar-ignored-path-expressions): Updated default value.
16413         (speedbar-supported-extension-expressions): Updated default value.
16414         (speedbar-syntax-table): Remove {} paren status.
16415         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16416         as "+".  Added overlay aliases.
16417         (speedbar-mode): Use `speedbar-mode-line-update' instead of
16418         `force-mode-line-update'.
16419         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16420         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16421         `mouse-set-point'
16422         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16423         (speedbar-item-info-tag-helper): Revamped to handle a wider range
16424         of arbitrary text, and new helper functions.
16425         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16426         filename finder.
16427         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16428         (speedbar-directory-buttons): Update path search/expansion.
16429         (speedbar-make-tag-line): Pay attention to
16430         `speedbar-indentation-width'.  Use more care w/ invisible
16431         properties.
16432         (speedbar-change-expand-button-char): Call
16433         `speedbar-insert-image-button-maybe'.
16434         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16435         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16436         (speedbar-trim-words-tag-hierarchy)
16437         (speedbar-simple-group-tag-hierarchy): New functions
16438         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16439         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16440         functions.
16441         (speedbar-mouse-set-point): New function
16442         (speedbar-power-click): Updated documentation.
16443         (speedbar-line-token, speedbar-goto-this-file): Handle more types
16444         of tag prefix text.
16445         (speedbar-expand-line, speedbar-contract-line): Make more robust
16446         to strange text.
16447         (speedbar-expand-line): Takes universal argument to flush the
16448         cache.
16449         (speedbar-flush-expand-line): New function.
16450         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16451         Use new generator insertion method.
16452         (speedbar-fetch-dynamic-tags): New function.
16453         (speedbar-fetch-dynamic-imenu): Removed code now handled in
16454         `speedbar-fetch-dynamic-imenu'.
16455         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16456         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16457         "Revert Buffer" menu items.
16458         (speedbar-buffer-buttons-engine): Be smarter when creating a
16459         filename tag (for expansion purposes.).
16460         (speedbar-highlight-one-tag-line,
16461         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16462         (speedbar-recenter): New functions.
16463         (defimage-speedbar): Image loading abstraction.
16464         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16465         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16466         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16467         (speedbar-tag-type, speedbar-tag-mail): New images.
16468         (speedbar-expand-image-button-alist): New variable.
16469         (speedbar-insert-image-button-maybe): Insert an image over some
16470         buttons.
16472 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
16474         * international/mule-cmds.el (encode-coding-char): An ASCII
16475         character is always encodable.
16477         * international/mule-conf.el: Add more information in descriptions
16478         of character sets.
16480         * international/mule-diag.el (describe-char-after): New function.
16481         (describe-font-internal): Adjusted for the change of font-info.
16482         (describe-font): Likewise.
16483         (print-fontset): Rewritten for the new fontset implementation.
16484         (describe-fontset): Include fontset alias names in completion.
16485         (list-fontsets): Adjusted for the change of print-fontset.
16487         * simple.el (what-cursor-position): If DETAIL is non-nil, call
16488         describe-char-after instead of displaying the detail in the echo
16489         area.
16490         (syntax-code-table): Format changed.
16491         (string-to-syntax): Adjusted for the above change.
16493 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
16495         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16497 2000-05-12  Dave Love  <fx@gnu.org>
16499         * calendar/todo-mode.el: Remove some compatibility stuff and CL
16500         dependence.  Use line-{beginning,end}-position, not
16501         point-at{b,e}ol.  Some doc fixes.
16502         (todo-position): New function.  Fix callers of position to use it.
16503         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16505 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
16507         * time.el (display-time-mail-icon): Use `:ascent center'.
16509         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16510         handling FTP security extensions.
16512 2000-05-11  Dave Love  <fx@gnu.org>
16514         * calendar/todo-mode.el: New file.
16516 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
16518         * comint.el (comint-read-input-ring): Move reference to
16519         comint-input-ring-size outside of the save-excursion.  It was
16520         causing the default value to be the only one ever seen.
16522         * font-lock.el: Update copyright.  Remove Simon Marshall's email
16523         address on request from him.
16525         * subr.el (substitute-key-definition): Add comment describing
16526         the meaning of PREFIX.
16528 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
16530         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16532         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16533         (add-minor-mode): Don't make the variable buffer-local and add a
16534         reference to define-minor-mode in the docstring.
16536         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16537         HEADER/FOOTER and fix bug with trailing empty directory.
16538         (cvs-append-to-ignore): Use vc-editable-p if available.
16539         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16540         (vc-do-command): Tweak advice to handle the new VC.
16542         * log-view.el (log-view-goto-rev): New function for the new VC.
16543         (log-view-minor-wrap): Use mark-active.
16545         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16546         (log-edit-changelog-full-paragraphs): New var.
16547         (log-edit-insert-changelog): Remove a lonely leading `* file'.
16548         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16549         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16550         (log-edit-changelog-ours-p, log-edit-changelog-entries)
16551         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16552         Replace the `cvs' prefix with `log-edit'.
16554         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16556         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16557         (diff-font-lock-defaults): Explicitly turn off multiline.
16558         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16559         (diff-ediff-patch): Fix call to ediff-patch-file.
16560         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16561         Handle comments.
16563         * frame.el (automatic-hscrolling): Typo.
16565         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16567 2000-05-09  Sam Steingold  <sds@goems.com>
16569         * apropos.el (apropos-print): use `describe-face' instead of
16570         `customize-face-other-window'.
16572 2000-05-09  Dave Love  <fx@gnu.org>
16574         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16576         * help.el (describe-variable): Have customize button pop the
16577         help-xref stack when invoked.
16578         (help-xref-symbol-regexp): Add `face'.
16579         (help-make-xrefs): Check for quoted face names and adapt regexp
16580         submatch numbers to cope.
16581         (help-xref-interned): Maybe insert face doc too.  Separate
16582         sections with a line of hyphens.
16584         * faces.el:  Some doc fixes.  Declare some functions obsolete.
16585         (describe-face): Add customize button.  Return the help
16586         text.  Fix prompt.
16588 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
16590         * term/internal.el (IT-character-translations): Fix last change.
16592 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16594         * woman.el: New file
16595         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16597 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16599         * term/internal.el (IT-character-translations): Update ASCII
16600         simulations for greek-iso8859-7, add latin-iso8859-14 and
16601         latin-iso8859-15.
16603         * international/mule-cmds.el (set-language-info-alist): Call
16604         define-prefix-command with 3 arguments, to make the map suitable
16605         for a menu.
16607 2000-05-07  Dave Love  <fx@gnu.org>
16609         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16611 2000-05-05  Dave Love  <fx@gnu.org>
16613         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16614         list in doc string.  Don't quote keyword symbols.
16615         * emacs-lisp/cl.el: Likewise
16616         * emacs-lisp/cl-seq.el: Likewise
16618 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
16620         * abbrev.el (abbrev-mode): Make ARG optional.
16622 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
16624         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16626         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16628         * subr.el (substitute-key-definition): Clarify documentation.
16630 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
16632         * glasses.el (glasses-convert-to-unreadable): Use
16633         `glasses-separator' instead of the hard-wired "_".
16634         (glasses-mode): Call `glasses-make-unreadable' only in a single
16635         place.
16637 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
16639         * term/internal.el (cjk-codepages-alist): Add associations for
16640         Chinese and Korean codepages.  Remove FIXME comment.
16642 2000-05-03  Dave Love  <fx@gnu.org>
16644         * time.el (display-time-mail-face, display-time-use-mail-icon):
16645         New option.
16646         (display-time-mail-icon): New variable.
16647         (display-time-string-forms): Use the above.  Fix the local-map.
16649 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
16651         * replace.el (query-replace-map): Add binding for `E'.
16652         (query-replace-help): Extend help text.
16653         (perform-replace): Allow editing the replacement string.
16655         * make-mode.el (makefile-mode-abbrev-table): New variable.
16656         (makefile-mode): Set local abbrev table to
16657         makefile-mode-abbrev-table.
16658         (makefile-font-lock-keywords): Fontify includes and conditionals.
16660         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16661         set TOGGLE's value.
16663         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16664         mail-interactive-insert-alias.
16665         (mail-abbrev-complete-alias): New command.
16666         (mail-mode-map): Bind it to `M-TAB'.
16668 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
16670         * language/lao-util.el (lao-compose-region): New function.
16672 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
16674         * files.el (recover-session): Make directories as necessary
16675         if they don't exist yet.
16677         * calendar/cal-french.el
16678         (french-calendar-multibyte-special-days-array)
16679         (french-calendar-special-days-array): Change French text.
16680         (calendar-french-date-string): Change output.
16681         (calendar-goto-french-date): Likewise.
16683 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
16685         * wid-edit.el (widget-default-active): Obey `:always-active'.
16686         (widget-documentation-string-value-create): Set `:always-active'.
16688 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16690         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16691         default prefix to `~/_emacs.d/auto-save.list/_s'.
16692         (normal-top-level): Create the directory for auto-save files, if
16693         it doesn't already exist (in the ms-dos case only).
16695 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16697         * international/mule-cmds.el (set-language-environment): Don't
16698         concat an integer (dos-codepage), use format instead.
16700 2000-05-02  Dave Love  <fx@gnu.org>
16702         * help.el (help-xref-on-pp): Check for constant symbols.
16704 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
16706         * startup.el (normal-top-level): Put a condition-case around
16707         the code loading subdirs.el.
16709 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16711         * ps-print.el: Upside-down and face background color printing,
16712         line number step, doc fix.
16713         (ps-print-version): New version number (5.2).
16714         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16715         (ps-face-attribute-list, ps-plot-with-face): Code fix.
16716         (ps-spool-config): Var fix.
16717         (ps-printer-name-option): Const fix.
16718         (ps-print-upside-down, ps-use-face-background)
16719         (ps-line-number-step): New vars.
16720         (ps-window-system, ps-lp-system): New consts.
16721         (ps-face-background): New fun.
16723 2000-04-28  Richard Stallman  <rms@gnu.org>
16725         * files.el (make-auto-save-file-name):
16726         Apply auto-save-file-name-transforms to visited file name
16727         before generating auto save file name.
16728         (auto-save-file-name-transforms): New variable.
16730         * files.el (backup-enable-predicate):
16731         Correctly test for a file under a temporary directory.
16733 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
16735         * subr.el (add-minor-mode): Rewritten.
16737 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
16739         * mail/sendmail.el (sendmail-send-it): Set
16740         buffer-file-coding-system to the selected coding system for MIME
16741         header.
16743 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
16745         * dired.el (dired-move-to-filename-regexp): Allow format where
16746         YYYY is followed by two spaces.
16748         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16749         in the second character class of the regexp.
16751         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16752         mh-etc, too.
16754         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16755         nil.
16757         * subr.el (add-minor-mode): Use `set' instead of `setq'.
16759         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16760         argument.
16762 2000-04-27  Sen Nagata <sen@eccosys.com>
16764         * emacs-lisp/crm.el (crm-completion-table): New variable.
16765         (crm-collection-fn, crm-test-completion)
16766         (completing-read-multiple): Use it.
16768 2000-04-27  Dave Love  <fx@gnu.org>
16770         * help.el (locate-library): Use mapc.
16771         (help-manyarg-func-alist): Add call-process-region.
16773 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
16775         * subr.el (add-minor-mode): Make argument MAP optional.
16777         * desktop.el (desktop-save): Save list of minor modes.
16778         (desktop-create-buffer): Restore minor modes.
16779         (desktop-minor-mode-table): New user-option.
16781         * subr.el (add-minor-mode): New function.
16783         * image.el (find-image): New function.
16784         (defimage): Rewritten to find image at load time.
16786         * startup.el (normal-top-level-add-to-load-path): Handle
16787         case that the default directory is not in load-path.
16789         * help.el: Old patch from Stefan Monnier.
16790         (help-xref-on-pp): New function.
16791         (describe-variable): Use it to display xrefs in a symbol's value.
16793 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
16795         * cus-edit.el (custom-face): Fix parenthesis.
16797 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
16799         * mail/rmail.el (rmail-expunge): When there are no deleted
16800         messages, do nothing.
16802 2000-04-26  Dave Love  <fx@gnu.org>
16804         * international/mule-cmds.el (locale-translation-file-name):
16805         Defvar to nil.
16806         (set-locale-environment): Set it here (at runtime).
16808 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
16810         * replace.el (perform-replace): Add parameters START and END.  Use
16811         them instead of the check for a region in Transient Mark mode.
16812         (query-replace-read-args): Return two more list elements for the
16813         start and end of the region in Transient Mark mode.
16814         (query-replace, query-replace-regexp, query-replace-regexp-eval)
16815         (map-query-replace-regexp, replace-string, replace-regexp): Add
16816         optional last arguments START and END and pass them to
16817         perform-replace.
16819         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16820         form with additional arguments for perform-replace.
16822         * progmodes/etags.el (tags-query-replace): Add parameters START
16823         and END.  Construct a form with additional arguments for
16824         perform-replace.
16826         * simple.el (shell-command): Set default directory for "*Shell
16827         Command Output" buffer.
16829         * language/european.el (iso-latin-4): Fix typo.
16831         * emacs-lisp/crm.el: New file.
16833 2000-04-24  Dave Love  <fx@gnu.org>
16835         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16836         (Custom-reset-saved, Custom-reset-standard)
16837         (custom-group-value-create, custom-group-set, custom-group-save)
16838         (custom-group-reset-current, custom-group-reset-saved)
16839         (custom-group-reset-standard): Use mapc.
16840         (custom-buffer-create-internal): Disable undo when creating items.
16841         Use mapc.
16842         (custom-face): Avoid redundant lambda.
16844 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16846         * startup.el (auto-save-list-file-prefix): Set default to
16847         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16849 2000-04-24  Sam Steingold  <sds@gnu.org>
16851         * time-stamp.el (time-stamp-string-preprocess): Always convert
16852         `field-result' to a string.
16854 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16856         * frame.el (scrolling): New group.
16857         (automatic-hscrolling): New user-option.
16859         * startup.el (command-line-x-option-alist): Add `-lsp' and
16860         `--line-spacing'.
16862 2000-04-19  Dave Love  <fx@gnu.org>
16864         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16865         (cl-mapc): Rename from mapc.  Fix the funcall.
16867 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
16869         * simple.el (clone-indirect-buffer-other-window): New command.
16870         (clone-indirect-buffer): Add optional arg NORECROD.
16871         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16873         * help.el (resize-temp-buffer-window): Use count-screen-lines.
16875         * window.el (count-screen-lines): New function.
16876         (shrink-window-if-larger-than-buffer): Use count-screen-lines
16877         instead of window-buffer-height.
16879         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16880         non-existing variable comint-input-sentinel.
16881         (inferior-lisp-args-to-list): Removed.
16882         (inferior-lisp): Use split-string instead of
16883         inferior-lisp-args-to-list.
16885         * hexl.el (hexl-insert-hex-string): New command.
16887         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16888         instead of concat.
16890 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
16892         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16893         at the start of an existing but empty folder.
16895 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16897         * ps-mule.el: Customization fix, doc fix.
16898         (ps-multibyte-buffer): Customization fix.
16900 2000-04-17  Richard M. Stallman  <rms@gnu.org>
16902         * subr.el (read-passwd): Use read-char-exclusive.
16904 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
16906         * textmodes/texinfo.el (texinfo-insert-@email)
16907         (texinfo-insert-@emph, texinfo-insert-@quotation)
16908         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16909         (texinfo-mode-map): Add key bindings for them.
16911         * files.el (basic-save-buffer-2): Use a template with `$'
16912         instead of `#' for VMS.
16914         * simple.el (clone-indirect-buffer): New function.
16916 2000-04-16  Stephen Eglen  <stephen@gnu.org>
16918         * iswitchb.el (iswitchb-case): New function.  If the user input
16919         contains any upper-case characters, the search is made
16920         case-sensitive.
16922 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
16924         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16925         comment-end.
16926         (texinfo-font-lock-syntactic-keywords): New var.
16927         (texinfo-font-lock-keywords): Remove comment regexp.
16928         (texinfo-insert-block): New function.
16929         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16930         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
16931         and font-lock-defaults.  Use regexp-opt for outline-regexp.
16932         (texinfo-environments): New var.
16933         (texinfo-environment-regexp): Use regexp-opt and
16934         texinfo-environments.
16936         * textmodes/ispell.el (ispell-menu-map-needed): Check that
16937         ispell-process is bound since this might be eval'd before ispell
16938         is loaded.
16939         (ispell-message): Use a tiny bit less magic and a bit more hard
16940         data to figure out what kind of sc-cite-regexp to use.
16942         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16944         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16945         (insert-cyclic-diary-entry): Unquote the lambda.
16947         * gud.el (gud-jdb-build-source-files-list): Fix typo.
16949         * files.el (backup-enable-predicate): Unquote the lambda.
16951         * cus-edit.el (custom-face, face): Unquote the lambda.
16953 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16955         * ps-print.el: Check for line-beginning-position definition.
16957         * ps-print.el: Fix counting lines in a region.
16958         (ps-print-version): New version number (5.1.5).
16959         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16960         (ps-printing-region): Fun code fix.
16962 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
16964         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16965         to file-directory-p.
16967 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
16969         * gud.el (gud-jdb-build-source-files-list): Check that directory
16970         exists before calling directory-files.
16972 2000-04-13  Dave Love  <fx@gnu.org>
16974         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
16975         syntax.
16977         * emacs-lisp/cl-specs.el: Remove when, unless.
16979         * emacs-lisp/cl-extra.el: Don't quote keywords.
16980         (cl-old-mapc): New variable.
16981         (mapc): Use it.
16982         (cl-map-intervals): Use with-current-buffer.  Don't check for
16983         next-property-change.
16984         (cl-map-overlays): Use with-current-buffer.
16985         (cl-expt): Remove.
16986         (copy-tree, remprop): Define unconditionally.
16988         * emacs-lisp/cl-compat.el (keywordp): Remove.
16990         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
16991         to use keywordp.
16992         (edebug-spec): Enable keywordp.
16994         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16995         string-lessp.
16997         * cus-start.el: Use keywordp.
16999 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17001         * diary-lib.el (include-other-diary-files): Fix the fix of
17002         2000-02-18 by doing a save-excursion.
17004 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17006         * ps-print.el: Customization fix, doc fix.
17007         (ps-print-version): New version number (5.1.4).
17008         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17009         (ps-print-preprint): Adjust code.
17010         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17011         (ps-print-prologue-header, ps-print-control-characters)
17012         (ps-spool-config): Customization fix.
17014 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
17016         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17017         converted to the new menu-item format, names silightly changed,
17018         help strings added.
17020         Support for spelling without async subprocesses:
17022         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17023         (ispell-session-buffer): New variables.
17024         (ispell-start-process, ispell-process-status,
17025         ispell-accept-output, ispell-send-string): New functions, for
17026         Ispell invocation when async subprocesses aren't supported.
17027         (ispell-word, ispell-pdict-save, ispell-command-loop,
17028         ispell-process-line, ispell-buffer-local-parsing): Replace calls
17029         to process-send-string with calls to ispell-send-string, and
17030         accept-process-output with ispell-accept-output.
17031         (ispell-init-process): Call ispell-process-status instead of
17032         process-status with.
17033         (ispell-init-process): Call ispell-start-process.  Call
17034         ispell-accept-output and ispell-send-string.  Don't call
17035         process-kill-without-query and kill-process if they are unbound.
17036         (ispell-async-processp): New function.
17038 2000-04-12  Dave Love  <fx@gnu.org>
17040         * info.el: Add debug-ignored-errors.
17041         (Info-mode-menu): Add some items.
17042         (Info-directory): Add autoload cookie.
17044         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17045         Modify `truncate-lines'.  Make `describe-language-environment'
17046         always visible and add help.  Modify `describe-key' help.  Invoke
17047         Info-directory from `info'.  New entry `emacs-manual'.
17049 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17051         * progmodes/ebrowse.el (ebrowse-tree-mode):
17052         Use propertized-buffer-identification.
17053         (ebrowse-update-member-buffer-mode-line): Likewise.
17054         (ebrowse--mode-strings): Removed.
17055         (ebrowse--mode-line-props): Removed.
17057         * files.el (auto-mode-alist): Add `EBROWSE'.
17059         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17060         space before testing for end of buffer.
17061         (ebrowse-load): Removed.
17062         (ebrowse-revert-tree-buffer-from-file): Rewritten.
17063         (ebrowse-create-tree-buffer): Rewritten.
17064         (ebrowse-tree-mode): Read tree from buffer.
17066         * progmodes/ebrowse-ffh.el: Removed.
17068 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
17070         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17072 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17074         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17075         at the wrong place.
17077 2000-04-09  Dave Love  <fx@gnu.org>
17079         * files.el (backup-enable-predicate):
17080         Use temporary-file-directory, small-temporary-file-directory.
17081         (make-backup-file-name-function, backup-directory-alist): New vars.
17082         (make-backup-file-name-1): New function.
17083         (make-backup-file-name): Use it.
17084         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
17085         (file-newest-backup): Use make-backup-file-name.
17087 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
17089         * progmodes/ebrowse-ffh.el: New file.
17091         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17092         Moved to ebrowse-ffh.el.
17093         (ebrowse-load): Add autoload.
17095         * finder.el (finder-commentary): Add autoload cookie.
17097         * mail/rfc2368.el: Correct author's email address.
17099         * progmodes/ebrowse.el: New file.
17101         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17102         item help string.
17103         (easy-menu-do-add-item): Ditto.
17104         (easy-menu-define): Extend doc string.
17106         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17107         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17108         (jit-lock-function, jit-lock-stealth-fontify): Don't use
17109         with-buffer-unmodified.
17111 2000-04-08  Dave Love  <fx@gnu.org>
17113         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17114         unless, when.
17116 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
17118         * viper-util.el (viper-put-on-search-overlay): New subroutine.
17119         (viper-flash-search-pattern): No operation when using Emacs
17120         doesn't support face.
17121         Use `viper-put-on-search-overlay'.
17123 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
17125         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17126         like C-r.
17128         * progmodes/make-mode.el: Some doc fixes.
17129         (makefile-mode-abbrev-table): New variable.
17130         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17131         (makefile-font-lock-keywords): Fontify includes and conditionals.
17132         (toplevel): Require `dabbrev' and `add-log' when compiling.
17134         * replace.el (perform-replace): Don't move forward one char
17135         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
17136         to do that because it leaves point 1 position after the last
17137         replacement, after everything has been replaced.
17139         * jit-lock.el (with-buffer-unmodified): New macro.
17140         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17141         modified state.
17142         (jit-lock-function-1): Extracted from jit-lock-function; not
17143         preserving buffer's modified state.
17144         (jit-lock-function, jit-lock-stealth-fontify):
17145         Call jit-lock-function-1.
17147         * mail/rfc2368.el: Remove supernumerary copyright line.
17149 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
17151         * glasses.el: Provide facilities for inserting space before left
17152         parentheses and uncapitalization of identifiers.
17153         (glasses-mode): Try to remove old overlays in all cases.
17155 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
17157         * progmodes/compile.el (compile-internal): Display the compilation
17158         buffer in a different frame, if it's already displayed there.
17160         * mail/rfc2368.el: New file.
17162         * simple.el (sendmail-user-agent-compose): Recognize a `body'
17163         header and insert its value as mail body.
17165         * subr.el (member-ignore-case): New function.
17167         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17168         (dabbrev--find-expansion): Ignore buffers matching a regexp
17169         from dabbrev-ignored-regexps.
17171         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17172         to extensions handled by gzip.
17174 2000-04-03  Richard M. Stallman  <rms@gnu.org>
17176         * files.el (insert-directory): List the total free space
17177         along with the used space.
17179         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17180         line is followed by one that matches CITATION-REGEXP, end the
17181         paragraph.
17183 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
17185         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17186         (rmail-make-basic-summary-line): Use that option.
17188 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
17190         * international/mule-cmds.el (encoded-string-description):
17191         Rewritten.   Try pretty description for ISO 2022 escape sequences
17192         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
17193         for hexadecimal format.
17195 2000-04-01  Dave Love  <fx@gnu.org>
17197         * cpp.el: Change customization group to `c' from `C'.
17199         * vcursor.el (vcursor-move): Use display-color-p.
17201         * international/mule-util.el: Provide mule-utils.
17202         (string-to-sequence): Simplify and speed up.
17204         * international/mule.el (make-coding-system): Purecopy doc-string.
17206         * international/mule-cmds.el: Various menu changes.
17207         (describe-specified-language-support): Handle `Default'.
17208         (set-language-info): Purecopy `info'.
17210 2000-03-31  Andrew Innes  <andrewi@gnu.org>
17212         * vc.el (vc-backend-diff): Return the correct status if we had to
17213         retry the rcsdiff command without the --brief option.
17215 2000-03-31  Dave Love  <fx@gnu.org>
17217         * help.el (help-manyarg-func-alist): Correct several omissions.
17219         * add-log.el: Don't require cl, fortran.
17220         (add-log-current-defun-function): Doc fix.
17221         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
17222         (change-log-version-rcs): Function deleted.
17223         (change-log-version-number-search): Doc fix.
17224         Use vc-workfile-version. Avoid CL dolist.
17225         (add-change-log-entry): Just call add-log-current-defun to get
17226         defun.  Simplify somewhat.
17227         (change-log-get-method-definition-1): Likewise.
17228         (add-log-current-defun): Return nil if calling
17229         add-log-current-defun-function does so.  Move Fortran stuff to
17230         fortran.el.  Return string without properties.
17232         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17233         and :alpha: char classes.
17235         * mail/supercite.el: Defvar curline when compiling.
17236         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17237         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17238         rather than a-zA-Z0-9 to allow non-ASCII characters.
17240 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
17242         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17244         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17245         Re-enable new code.
17247         * lpr.el (print-region-1): Use -d to specify printer name for
17248         systems `usg-unix-v*, `dgux', `hpux', `irix'.
17250 2000-03-31  Dave Love  <fx@gnu.org>
17252         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17253         Look for function definition in symbol's function value slot first
17254         instead of first consulting byte-compile-function-environment.
17256 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
17258         * language/european.el ("Polish"): New language environment.
17259         (setup-polish-environment): New function.
17261 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
17263         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17264         Disable new code.
17266         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17267         trying to `load' the symbol of an autoload instead of the file
17268         recorded in the autoload.  Fix error messages.
17270 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17272         * ps-print.el: PostScript programming fix for ghostview, doc fix.
17273         (ps-print-version): New version number (5.1.3).
17274         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17275         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17276         (ps-generate-postscript-with-faces): Code fix.
17277         (ps-color-values): XEmacs compatibility.
17278         (ps-print-background-image, ps-print-background-text, ps-printer-name)
17279         (ps-default-fg, ps-default-bg): Adjust customization.
17280         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17281         (ps-color-scale): Renaming old ps-color-value fun.
17282         (ps-print-headers): Replace ps-print-header group to avoid conflict
17283         with ps-print-header variable.
17284         (ps-print-miscellany): New group.
17285         (ps-format-color, ps-rgb-color): New funs.
17286         (ps-default-foreground): New var.
17287         (ps-printer-name-option): New const.
17289 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
17291         * net/net-utils.el:
17292         (network-connection-host, network-connection-service): New variables
17293         (network-connection-mode): New mode, derived from comint-mode
17294         (network-connection-mode-setup): New function, saves host and
17295         service information in local variables.
17297         * lisp/locate.el:
17298         (locate-word-at-point): Added this function
17299         (locate): Default to using locate-word-at-point as input
17300         Run dired-mode-hook
17302 2000-03-29  Dave Love  <fx@gnu.org>
17304         * calendar/appt.el: Doc fixes.
17305         (appt-check): Convert min-to-app to a string before passing to
17306         appt-disp-window-function or concat.
17307         (appt-delete-window): Remove test for frame-root-window.
17308         (appt-select-lowest-window, appt-convert-time): Simplify.
17310         * emacs-lisp/bytecomp.el: Doc fixes.
17311         (byte-compile-file-form-autoload):
17312         Update byte-compile-function-environment.
17314 2000-03-29  Andreas Schwab  <schwab@suse.de>
17316         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17318         * dired.el (dired-insert-directory): If dired-free-space-program
17319         failed just delete its output.
17321 2000-03-29  Dave Love  <fx@gnu.org>
17323         * international/iso-cvt.el: Move provide to end.  Doc fixes.
17324         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17325         (iso-iso2sgml, iso-sgml2iso): New functions.
17326         (iso-cvt-define-menu): Fix some entries and use backquote for
17327         clarity.
17329         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17331 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
17333         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17334         ISO-DATE.  If non-nil, return date in ISO 8601 format.
17336 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
17338         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17339         if it ever becomes used.
17340         (log-edit-mode-hook): Default to vc-log-mode-hook.
17341         (log-edit-mode): Fix the docstring.
17343         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17344         the code.
17346 2000-03-26  Dave Love  <fx@gnu.org>
17348         * net/browse-url.el (browse-url): Re-fix case of
17349         browse-url-browser-function being an alist.
17350         (browse-url): Add :link to defgroup.
17352         * files.el: Doc fixes.
17353         (file-truename): Include `[' in wildcard characters.
17354         (automount-dir-prefix): Customize.
17355         (find-file-wildcards): Add :version.
17356         (find-file-noselect): Simplify a mapcar call.
17358         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17359         compatible with inf-lisp version.
17360         (eval-defun-1): Fix custom-declare-variable case.
17362 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
17364         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17366 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17368         * Makefile (COMPILE_FIRST): New macro.
17369         (compile-files): Compile files from COMPILE_FIRST first.
17371         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17373         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17374         matching open parenthesis in column 0 to defun-prompt-regexp
17375         only if open-paren-in-column-0-is-defun-start is set.
17377         * sun-curs.el: Require CL at compile-time only.
17379         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17380         instead of copy-list which is a function from CL.
17381         (msb--choose-menu, msb--mode-menu-cond)
17382         (msb--create-buffer-menu-2): Use dolist instead of mapc.
17383         (msb--init-file-alist): Use mapcar instead of mapcan.
17384         (msb--aggregate-alist): Use mapcar instead of mapcan.
17385         Fix `(' in column 0 in doc string.
17386         (msb--add-separators): Use mapcar instead of mapcan.
17388         * cus-dep.el: Require CL at compile-time only.
17390 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
17392         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17393         (byte-compile-warnings): New warning `noruntime'.
17394         (byte-compile-constants, byte-compile-variables): Fix docstring.
17395         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17396         execute `eval-whenc-compile's body.
17397         (byte-compile-unresolved-functions): Fix docstring.
17398         (byte-compile-eval): New function.
17399         (byte-compile-callargs-warn): Check if the function will be available
17400         at runtime (via property `byte-compile-noruntime').
17401         (byte-compile-print-syms): New function.
17402         (byte-compile-warn-about-unresolved-functions): Also warn about
17403         `noruntime' functions (and use `byte-compile-print-syms').
17404         (byte-compile-file): Capitalize the message.
17406 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17408         * mail/rmail.el (rmail-confirm-expunge): New user-option.
17409         (rmail-expunge): Ask for confirmation depending on the setting
17410         of rmail-confirm-expunge.
17412 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
17414         * Makefile (bootstrap-clean): If $(emacs) exists, build
17415         loaddefs.el first.  A loaddefs.el that's not up-to-date might
17416         cause a bootstrap failure because things don't autoload as expected.
17418 2000-03-23  Dave Love  <fx@gnu.org>
17420         * net/browse-url.el: Restore previous use of
17421         browse-url-maybe-new-window.
17423 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17425         * ps-print.el: Skip banner page fix.
17426         (ps-print-version): New version number (5.1.2).
17427         (ps-begin-file, ps-end-file, ps-generate): Code fix.
17429 2000-03-23  Dave Pearson  <davep@davep.org>
17431         * net/quickurl.el Changed the type of parameter passed to the
17432         function defined by `quickurl-format-function'. Before only the
17433         text of the URL was passed. Now the whole URL structure is passed
17434         and the function is responsible for extracting the parts it requires.
17435         Changed the default of `quickurl-format-function' accordingly.
17436         (quickurl-insert): Changed the `funcall' of
17437         `quickurl-format-function' to match the above change.
17438         (quickurl-list-insert): Changed the `url' case so that it makes
17439         use of `quickurl-format-function', previous to this the format was
17440         hard wired.
17442 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
17444         * startup.el: Change some spellings for the X Window System.
17446 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
17448         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17449         Clean up the code and the regexp and make sure the cursor is
17450         temporarily moved to the suspicious line while querying the user.
17452 2000-03-22  Jason Rumney  <jasonr@gnu.org>
17454         * w32-fns.el (w32-charset-info-alist): Initialize.
17456 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17458         * ps-print.el: N-up last page fix.
17459         (ps-print-version): New version number (5.1.1).
17460         (ps-end-file, ps-end-job, ps-generate): Code fix.
17462 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17464         * files.el (find-file-run-dired): Update docstring.
17465         (find-directory-functions): New hook.
17466         (find-file-noselect): Run find-directory-functions rather than
17467         calling dired directly.
17469         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17471         * pcvs.el: Add a minimal leading commentary.
17472         (cvs-make-cvs-buffer): Change the header part by removing the startup
17473         message and adding a `Module' entry.  Also replace the FOOTER and
17474         HEADER special fileinfos with the new support in ewoc for updating
17475         its own footer and header.
17476         (cvs-update-header): Update to use the header/footer of the ewoc.
17477         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17478         (cvs-is-within-p): New function.
17479         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17480         to only examine some subset of the buffers.
17482         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17483         `format' instead of our own ad-hoc functions.
17484         Remove HEADER and FOOTER cases, now handled in the EWOC.
17485         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17487         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17488         output to avoid scaring the user.
17489         (cvs-parse-table): Catch message for non-up-to-date commits.
17491         * pcvs-defs.el (cvs-startup-message): Remove.
17492         (cvs-global-menu): New autoloaded menu.
17494         * pcvs-util.el (cvs-string-fill): Remove.
17496         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17497         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17498         PP part of it and also make it work for footers and headers.
17499         (ewoc-create): Drop POS and BUFFER arguments.
17500         Use the DLL's dummy node to store the end-of-footer position.
17501         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17502         (ewoc-refresh): Remove unused `header' variable.
17503         (ewoc-(get|set)-hf): New functions.
17505         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17506         log-view-*-(message|file) and use easy-mmode-define-navigation.
17507         (log-view-message-re): Match SCCS format as well.
17508         And match the revision line rather than the dashed separator line.
17509         (log-view-mode): Use the new define-derived-mode.
17510         (log-view-current-tag): Fill in with an actual implementation.
17512         * cvs-status.el (cvs-status-(prev|next)): Rename from
17513         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17514         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17515         to let the output "breathe" a little more (more readable).
17516         (cvs-status-mode): Use the new define-derived-mode.
17518         * smerge-mode.el (smerge-auto-leave): New function and variable.
17519         (smerge-basic-map): Rename from smerge-basic-keymap.
17520         Change the bindings for smerge-diff-*.
17521         (smerge-*-map): Use easy-mmode-defmap.
17522         (smerge-(next|prev)): Use easy-mmode-define-navigation.
17523         (smerge-keep-*): Use smerge-auto-leave.
17525 2000-03-21  Jason Rumney  <jasonr@gnu.org>
17527         * cus-edit.el (custom-button-face): Use 3D look for w32.
17528         (custom-button-pressed-face): Likewise.
17530 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
17532         * progmodes/etags.el (tags-case-fold-search): New user-option.
17533         (tags-loop-eval): New function.  Bind case-fold-search around eval
17534         depending on the value of tags-case-fold-search.
17535         (tags-loop-continue): Use tags-loop-eval.
17536         (find-tag-in-order): Bind case-fold-search depending on the value
17537         of tags-case-fold-search.
17539 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17541         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17542         (diff-end-of-hunk): Return the end position for use in
17543         `easy-mmode-define-navigation'.
17544         (diff-recenter): Remove.
17545         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17546         of `easy-mmode-define-navigation'.
17547         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17548         previous renaming) and fix to use new names.
17549         (diff-merge-strings): Use \n as separator: simpler, faster.
17550         (diff-mode): Use `define-derived-mode'.
17552         * derived.el (define-derived-mode): Don't autoload anymore.
17553         Prefer the macro-only version provided by easy-mmode.el.
17555         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17556         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
17557         (easy-mmode-define-navigation): New macro.
17559         * subr.el (combine-run-hooks): New function.
17561 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
17563         * term/x-win.el: Fontsets related initialization is simplified.
17565         * international/mule-diag.el (describe-font): Don't refer to
17566         global-fontset-alist, instead call font-list.
17567         (describe-fontset, list-fontsets, mule-diag): Likewise.
17568         (print-fontset): Adjusted for the change of fontset implementation.
17570         * international/fontset.el (x-charset-registries): Variable removed,
17571         instead the corresponding data is stored in the default fontset.
17572         (register-alternate-fontnames): Function removed.
17573         (resolved-ascii-font): Variable removed.
17574         (x-compose-font-name): Ignore the second argument REDOCE.
17575         (x-complement-fontset-spec): Complement only an ASCII font and
17576         element for those charsets than can use that ASCII font.
17577         (generate-fontset-menu): Don't refer to global-fontset-alist,
17578         instead call fontset-list.
17579         (uninstantiated-fontset-alist): Variable removed.
17580         (x-style-funcs-alist): Likewise.
17581         (fontset-default-styles): Likewise.
17582         (x-modify-font-name): Function removed.
17583         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17584         (create-fontset-from-ascii-font): Docsting adjusted for the above
17585         change.
17586         (instantiate-fontset, resolve-fontset-name): Functions removed.
17587         (fontset-list): Now implemented by C code.
17589         * faces.el (read-face-font): Fix TABLE arg to completing-read.
17590         (describe-face): Include `font' attribute in the description.
17592 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
17594         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17596 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
17598         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17599         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17600         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17602         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17603         about behavior of set-buffer-modified-p wrt redisplay.
17605 2000-03-19  Richard M. Stallman  <rms@gnu.org>
17607         * view.el (view-mode-disable): Kill local binding of view-read-only.
17609 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
17611         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17612         is a string, convert it to a syntax cell using string-to-syntax.
17614         * simple.el (syntax-code-table, syntax-flag-table): New variables.
17615         (string-to-syntax): New function.
17617         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17618         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17619         try to use passive ftp mode.
17621 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
17623         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17625         * simple.el (append-to-buffer): Update point of windows after
17626         insertion.
17628         * abbrev.el (inverse-add-abbrev): Identify word by first moving
17629         forward then moving backward.  Reindent.
17631         * frame.el (other-frame): Call x-focus-frame only if
17632         focus-follows-mouse is off.
17634 2000-03-17  Dave Love  <fx@gnu.org>
17636         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17638 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
17640         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17641         regexp for labels cannot span several lines.
17643         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17644         `(setq :<key> ':<key>)' to the macro expansion.
17646 2000-03-16  Dave Love  <fx@gnu.org>
17648         * progmodes/f90.el (f90): Put custom group under `languages', not
17649         `fortran'.
17650         (f90-mode-hook): Customize.
17651         (f90-mode): Set add-log-current-defun-function.
17652         (f90-current-defun): New function.
17654 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
17656         * cus-edit.el (custom-variable-tag-face): Handle case that
17657         default face's height is not a number.
17658         (custom-face-tag-face, custom-group-tag-face-1)
17659         (custom-group-tag-face): Ditto.
17660         (custom-group-tag-face-1): Add :group.
17662         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17664 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
17666         * pcvs-defs.el (toplevel): Remove autoload cookie for form
17667         requiring easymenu.
17669 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17671         * ps-print.el: PostScript user-defined prologue, PostScript error
17672         handler, doc fix.
17673         (ps-print-version): New version number (5.1).
17674         (ps-user-defined-prologue, ps-error-handler-message)
17675         (ps-print-prologue-0, ps-error-handler-alist): New vars.
17676         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17677         (ps-insert-string): New function.
17679 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
17681         * international/ccl.el (ccl-compile-expression): Don't generate
17682         invalid self-assignment code.
17684 2000-03-14  Dave Love  <fx@gnu.org>
17686         * subr.el (replace-regexp-in-string): Renamed from
17687         replace-regexps-in-string.  Doc fix.
17689 2000-03-12  Dave Love  <fx@gnu.org>
17691         * cus-edit.el: Doc fixes.
17692         (customize-set-variable, customize-save-variable): Rename args for doc.
17693         (custom-variable-tag-face, custom-face-tag-face)
17694         (custom-group-tag-face-1, custom-group-tag-face): Modify from
17695         style which user identify as hyperlink.
17696         (hook): Don't add undefined functions to the hook.
17697         (debug-ignored-errors): Transfer message from bindings.el.
17699 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17701         * recentf.el (recentf-keep-non-readable-files-p):
17702         Remove double/nested definition.
17704 2000-03-12  Dave Love  <fx@gnu.org>
17706         * facemenu.el (facemenu-get-face): Use display-color-p.
17707         * enriched.el (enriched-decode-foreground): Likewise.
17708         (enriched-decode-background): Likewise.
17709         * isearch.el (isearch-highlight): Likewise.
17710         * info-look.el (info-lookup): Likewise.
17711         * simple.el (completion-setup-function): Likewise.
17713         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17714         :options.
17716         * bindings.el (mode-line-format): Fix line-number and
17717         column-number items.  Add help-echo for the background.
17718         (mode-line-mule-info): Modify help-echo.
17720         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17722         * files.el (load-file): Allow completion to .elc.
17724         * man.el: Doc fixes.
17725         (Man-init-defvars): Use display-color-p to set fontification.
17727         * play/hanoi.el (hanoi-internal): Don't use oddp.
17729 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17731         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17733         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17735 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17737         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17738         Fix comment.
17740 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
17742         * font-lock.el (font-lock-keywords): Fix the doc now that
17743         regexp-opt-depth is unnecessary.
17744         (save-buffer-state): Set an edebug spec.
17745         (font-lock-fontify-anchored-keywords): Properly handle the case when
17746         the matcher goes past the limit.
17748         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17749         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17751         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
17752         dll.el and cookie.el (from Elib) with heavy renaming and other
17753         massaging.
17755         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17756         Autoload the functions used.
17757         (easy-mmode-define-syntax): Fix CL typo.
17758         (easy-mmode-define-derived-mode): Improve the docstring generation.
17760 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
17762         * textmodes/texinfo.el (texinfo-version): Variable and function
17763         removed.
17765 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
17767         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17768         allow more flexibility.
17769         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17770         (easy-mmode-defmap, easy-mmode-defsyntax)
17771         (easy-mmode-define-derived-mode): New macros.
17773 2000-03-09  Didier Verna  <didier@xemacs.org>
17775         * rect.el (replace-rectangle): New function.
17777 2000-03-09  Dave Love  <fx@gnu.org>
17779         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17780         (fortran-comment-line-start-skip): Don't match cpp stuff.
17781         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
17782         (fortran-mode-map): Remove over-eager custom-menu-create for now.
17783         (fortran-mode): Don't set fortran-comment-line-start-skip,
17784         fortran-comment-line-start here.  Set comment-start,
17785         add-log-current-defun.
17786         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17787         (fortran-current-defun): New function.
17789 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
17791         * emacs-lisp/re-builder.el: New file.
17793         * mouse.el (mouse-drag-region): Don't run up-event handler
17794         if hscroll has changed.
17796         * octave-mod.el (octave-font-lock-keywords): To font-lock the
17797         builtin operators, use `font-lock-builtin-face' for Emacs and
17798         `font-lock-preprocessor-face' otherwise.
17800         * font-lock.el (lisp-font-lock-keywords-1): Highlight
17801         `(defun (setf foo)' differently.
17803 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
17805         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17806         (regexp-opt): Update comment and adapt the code the new meaning of
17807         the `paren' argument of regex-opt-group for shy-groups.
17808         (regexp-opt-depth): Handle shy groups as well as backslashed
17809         backslashes.
17810         (regexp-opt-group): Turn the leading comment into a docstring.
17811         Allow `paren' to be a string (the string to use to open a group).
17812         Remove open-presuf and close-presuf.  Instead of checking for `all
17813         one-char' and then later on check for `several one-char', handle
17814         both cases close together.  Also apply a more generic algorithm
17815         for suffixes (the mirror image of the algorithm used for
17816         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
17817         (regexp-opt-try-suffix): Removed.
17819         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17820         from comint-mode-map, so we can just inherit from it.  Also, move
17821         the initialization into the `defvar' since there's no docstring
17822         anyway and it's fairly short.
17823         (inferior-scheme-mode): Define it as derived-mode: the code is
17824         shorter and this way we inherit from comint-mode-map rather than
17825         copying it.
17827         * subr.el (replace-regexps-in-string): Properly handle the case
17828         where we match an empty string.
17830         * comint.el (comint-exec-1): Add the current-dir to the exec-path
17831         when the command has a directory component (such as "./testml").
17832         Also fix a typo in the comment.
17834 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
17836         * Makefile (compile-files): Compile files one by one because
17837         that's the only way to ensure a clean compilation environment for
17838         each individual file.
17840         * frame.el (other-frame): Call x-focus-frame.
17842 2000-03-07  Dave Love  <fx@gnu.org>
17844         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17845         :require to defcustom.
17847         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17849         * files.el (auto-mode-alist): Add configure.in.
17851         * progmodes/autoconf.el: New file.
17853 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
17855         * mail/mh-e.el: Change maintainer to `none'.
17857         * recentf.el (recentf-keep-non-readable-files-p): Quote args
17858         to remove-hook and add-hook.
17860 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17862         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17863         it as the default.
17864         (mail-send): Test mail-send-nonascii also for the new `mime' value.
17865         (sendmail-send-it): Conditionally add MIME headers specifying the
17866         used character set.
17868 2000-03-07  Dave Love  <fx@gnu.org>
17870         * winner.el: Fix keywords, autoload cookies.
17871         Split eval-when-compile form to avoid compilation failure.
17873 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
17875         * international/mule.el: Modify comment about coding system
17876         property `coding-category'.
17877         (make-coding-system): New argument EOL-TYPE.  Pay attention to
17878         coding-category property of PROPERTIES.
17880         * international/mule-conf.el (coding-category-utf-8)
17881         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17882         categories.  Include them in the argument for set-coding-priority.
17884         * international/mule-cmds.el (reset-language-environment):
17885         Include coding-category-utf-8, coding-category-utf-16-be, and
17886         coding-category-utf-16-le in the argument for set-coding-priority.
17887         (reset-language-environment): Initialize coding-category-utf-8,
17888         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17890 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
17892         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17893         code abstracted out of `bookmark-jump-noselect'.  Now tries info
17894         extensions as well as compression extensions.
17895         (bookmark-jump-noselect): Use above new func.
17897 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
17899         * strokes.el: Change maintainer's mail address.
17901 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
17903         * international/mule-diag.el (list-character-sets): Make help-echo
17904         string by substitute-command-keys.
17905         (list-character-sets): Likewise.
17906         (sort-listed-character-sets): Call help-setup-xref.
17908 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17910         * time.el (display-time-mail-file): Add `none' to the list of choices.
17912 2000-03-01  Dave Love  <fx@gnu.org>
17914         * help.el (help-xref-go-back): Don't try to set position.
17916         * international/mule-diag.el (list-character-sets):
17917         Call help-setup-xref.  Add help-echo to xrefs.
17918         (list-character-sets-1): Add help-echo to xrefs.
17920 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17922         * frame.el (blink-cursor-mode): Switch cursor on when turning
17923         the mode off.
17925         * add-log.el (add-log-current-defun): Add support for
17926         Autoconf mode.
17928         * mail/rmail.el (rmail-quit-hook): New variable.
17930 2000-03-01  Dave Love  <fx@gnu.org>
17932         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17934         * help.el (help-xref-button): Add help-echo arg.
17935         (describe-function-1, describe-variable, help-make-xrefs): Use it.
17937         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17939         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17941 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
17943         * image.el (defimage): Look for image files in load-path.
17945         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17947 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17949         * recentf.el (recentf): Added version tag to the defgroup of recentf.
17951 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17953         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17954         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17955         action to select/unselect a file.
17956         (recentf-edit-list): Code cleanup and improvement.
17957         (recentf-open-more-files-action): `recentf-open-more-files' button
17958         widget action to open a file.
17959         (recentf-open-more-files): No more use standard completion but widgets.
17960         (recentf-more-collection): Deleted.
17961         (recentf-more-history): Deleted.
17962         (recentf-setup-more-completion): Deleted.
17964 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17966         * recentf.el (recentf-mode): No more needs that Emacs is running
17967         under a window-system.
17969 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17971         * recentf.el (recentf-edit-list): New command to edit the recent
17972         list which allow the user to remove files.
17973         (recentf-edit-selected-items): New global variable, used by
17974         `recentf-edit-list' to hold the list of files to be removed from
17975         the recent list.
17976         (recentf-make-menu-items): Updated to display a "Edit list..."
17977         menu item.  Minor code cleanup.
17979 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17981         * recentf.el (recentf-open-more-files): New command to open files
17982         that are not displayed in the menu.
17983         (recentf-more-collection): New global variable holding the set of
17984         permissible completions used by `recentf-open-more-files'.
17985         (recentf-more-history): New global variable holding the history list
17986         used by `recentf-open-more-files' completion.
17987         (recentf-setup-more-completion): New function to setup completion for
17988         `recentf-open-more-files'.
17989         (recentf-make-menu-items): Updated to display a "More..." menu item.
17991 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17993         * recentf.el (recentf-menu-action): Doc fixed.
17995 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17997         * recentf.el (recentf-menu-filter): Doc updated.
17998         (recentf-update-menu-hook): Allow menu filters to force menu update.
17999         (recentf-make-menu-items): New menu filter handling.
18000         (recentf-make-menu-item): New helper function.
18001         (recentf-menu-elements): New menu handling function.
18002         (recentf-sort-ascending): Updated to new menu filter handling.
18003         (recentf-sort-descending): Updated to new menu filter handling.
18004         (recentf-sort-basenames-ascending): New menu filter function.
18005         (recentf-sort-basenames-descending): New menu filter function.
18006         (recentf-show-basenames): New menu filter function.
18007         (recentf-show-basenames-ascending): New menu filter function.
18008         (recentf-show-basenames-descending): New menu filter function.
18010 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18012         * diary-lib.el (list-diary-entries): Don't try to go forward at
18013         the end of the buffer.
18015 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
18017         * international/mule-diag.el (list-character-sets):
18018         Completely rewritten.
18019         (sort-listed-character-sets): New function.
18020         (list-character-sets-1): Completely rewritten.
18021         (list-character-sets-2): New function.
18022         (non-iso-charset-alist): New variable.
18023         (decode-codepage-char): New function.
18024         (charset-history): New variable.
18025         (read-charset) (list-block-of-chars)
18026         (list-iso-charset-chars)
18027         (list-non-iso-charset-chars)
18028         (list-charset-chars): New functions.
18029         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18030         (dump-charsets): Likewise.
18032 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
18034         * dired-x.el (dired-filename-at-point): Add `@' to valid
18035         file name characters.
18036         (dired-filename-at-point): Handle ange-ftp file names.
18038         * frame.el (frame-notice-user-settings): Use assq-delete-all
18039         instead of assoc-delete-all.
18040         (frame-notice-user-settings): Ditto.
18042         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18043         Don't copy alist.
18045 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
18047         * calculator.el (calculator-use-menu): New option.
18048         (calculator-initial-bindings): Changed some bindings to work as macros.
18049         (calculator-forced-input): Removed.
18050         (calculator-restart-other-mode): New variable.
18051         (calculator-mode-map): Set up menu.
18053 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
18055         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18057 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
18059         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18060         translate all ESC key sequences.
18061         (viper-goto-mark-subr): Restore markers for files for which
18062         they were saved.
18063         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18064         * viper-util.el (viper-set-replace-overlay-glyphs)
18065         (viper-set-replace-overlay): Always check if the replacement
18066         overlay is live.
18067         * viper.el (viper-vi-state-mode-list): Add major modes.
18068         * ediff-wind.el: Minor comment changes.
18069         * ediff.el: Copyright notice date fix.
18071 2000-02-27  Jason Rumney  <jasonr@gnu.org>
18073         * faces.el (face-font-family-alternatives): Add arial to helv.
18074         (mode-line, header-line, tool-bar): Same default as x for w32.
18075         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18076         face-font-family-alternatives from working.
18077         * term/w32-win.el (mouse-set-font): Do not build fontset from
18078         chosen font.
18080 2000-02-25  Sam Steingold  <sds@goems.com>
18082         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18083         properly.
18085 2000-02-25  Richard M. Stallman  <rms@gnu.org>
18087         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18089 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
18091         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18093         * frame.el (busy-cursor-delay-seconds): New option.
18095 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
18097         * frame.el (show-cursor-in-non-selected-windows): New option.
18099 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18101         * diary-lib.el (include-other-diary-files): Undo the selective
18102         display in any included file and don't kill it.
18104 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
18106         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18107         Menu items converted to (menu-item format, help strings added.
18108         [downcase, upcase]: Don't enable on MS-DOS.
18109         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18110         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18112 2000-02-23  Dave Love  <fx@gnu.org>
18114         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18115         (backward-kill-word): Revert addition of * to interactive spec --
18116         it's a feature.
18118         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18119         (backward-kill-sentence, kill-sentence): Likewise.
18121         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18122         scratch buffer name.
18123         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
18125         * term/w32-win.el (internal-face-interactive): Update prompt for
18126         new read-face-name.
18128         * mail/footnote.el (footnote): Add :version to defgroup.
18129         (footnote-section-tag-regexp): Customize.
18130         (footnote-start-tag, footnote-end-tag): New option.
18131         (footnote-latin-regexp): New variable.
18132         (Footnote-latin): New function.
18133         (footnote-style-alist): Add element for latin style.
18134         (footnote-style): Moved.
18135         (Footnote-goto-footnote): Use eq to test arg.
18137         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18139         * emacs-lisp/byte-opt.el: Change old backquote syntax.
18140         (byte-compile-trueconstp): Include keywords.
18141         (byte-optimize-quote, byte-optimize-lapcode):
18142         Use byte-compile-const-symbol-p.
18143         (byte-optimize-char-before): New optimization.
18145         * emacs-lisp/bytecomp.el: Change old backquote syntax.
18146         (byte-compile-const-symbol-p): New function.
18147         (byte-compile-constp, byte-compile-out-toplevel)
18148         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18149         Use it.
18151         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
18153 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
18155         * international/encoded-kb.el: Be sure to update minor-mode-alist
18156         and minor-mode-map-alist.
18157         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18158         codes SS2 and SS3 correctly.
18159         (encoded-kbd-self-insert-ccl): New function.
18160         (encoded-kbd-setup-keymap): New function.
18161         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
18162         by calling encoded-kbd-setup-keymap.
18164         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18165         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18167 2000-02-22  Dave Love  <fx@gnu.org>
18169         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18170         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18171         (lisp-mode-syntax-table): Set up for #|...|# comments.
18172         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
18173         classes.  Match `defface'.
18174         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18175         (eval-defun-1): Fix for defcustom.
18176         (lisp-indent-region): Doc fix.
18178         * subr.el (when, unless, split-string): Doc fix.
18179         (read-passwd): Move call of clear-this-command-keys to the right place.
18180         (replace-regexps-in-string): New function.
18182 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
18184         * help.el (describe-variable): Set syntax table to
18185         emacs-lisp-mode-syntax-table when moving forward over the
18186         symbol's name.
18188 2000-02-22  Dave Love  <fx@gnu.org>
18190         * xt-mouse.el: Doc fixes.
18191         (xterm-mouse-position-function): New function, replacing advice of
18192         mouse-position.
18193         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
18195         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18197 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
18199         * format.el (format-annotate-single-property-change):
18200         Handle properties.with dotted-list values.
18201         (format-proper-list-p): New function.
18203         * enriched.el (enriched-face-ans): Handle '(foreground-color
18204         . COLOR) and (background-color . COLOR).
18206 2000-02-20  Dave Love  <fx@gnu.org>
18208         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18209         and assignments to it.
18210         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18211         current local map.
18212         (make-flyspell-overlay): Use it.
18213         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18215         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18216         (lm-get-header-re): Defun, not defsubst.
18217         (lm-get-package-name): Defun, not defsubst.  Simplify.
18218         (lm-version): Doc fix.  Simplify.
18219         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18220         (lm-crack-address, lm-last-modified-date, lm-commentary)
18221         (lm-verify, lm-synopsis): Simplify.
18222         (lm-report-bug): Require emacsbug.  Use compose-mail.
18224 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
18226         * dired.el (dired-mode): Call propertized-buffer-identification
18227         to set mode-line-buffer-identification to something having
18228         the right text properties.
18230         * bindings.el (propertized-buffer-identification): New function.
18232 2000-02-20  Dave Love  <fx@gnu.org>
18234         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18235         check for t-mouse too.
18237         * cus-start.el: Make echo-keystrokes `number'.
18239 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
18241         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18242         Don't call ring-empty-p unless tags-location-ring is bound.
18243         From Noah Friedman <friedman@splode.com>.
18245 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
18247         * progmodes/hideshow.el (hs-flag-region): No longer use
18248         `intangible' overlay property.
18250         (hs-toggle-hiding): New command.
18251         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18253         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18254         Fix omission bug: Run `hs-minor-mode-hook' for both activation
18255         and deactivation.
18257 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
18259         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18261 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18263         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18265         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18266         of `*' to handle `(* ... *)' comments.
18268 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
18270         * faces.el (list-faces-display): Use display-mouse-p instead of
18271         window-system.
18273         * menu-bar.el (global-map): Menu-bar items converted to the new
18274         format (menu-item..., rearranged for better CUA compliance, and
18275         their names changed for better clarity.  Help strings added.
18277         * international/mule-cmds.el (mule-menu-keymap)
18278         (describe-language-environment-map, set-coding-system-map)
18279         (setup-language-environment-map): Convert to new (menu-item...
18280         form, add help strings.  Change names of menu items for better clarity.
18281         "Mule" menu-bar item removed (it's now in the "Options" submenu).
18283 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18285         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18286         within the code.
18288 2000-02-16  Dave Love  <fx@gnu.org>
18290         * faces.el: Don't require custom.  Add more specific :groups to
18291         various deffaces.
18292         (set-face-attribute): Purecopy args.
18293         (read-face-name): Default to name at point and use it in prompt.
18294         Remove colon from arg in all callers.
18295         (list-faces-display): Hyperlink to face descriptions and customize
18296         buffers.
18298 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
18300         * wid-edit.el (widget-match-inline): An atom never matches a list.
18302 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18304         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18305         at ':' characters by call to split-string.
18307 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18309         * textmodes/bibtex.el: Added RCS version identification.
18311 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18313         * textmodes/bibtex.el: Some temporary comments removed.
18314         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18315         (bibtex-field-const): Allow capital letters.
18316         (bibtex-start-of-string): Deleted because unused.
18318         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
18319         use the term 'reference' to describe a bibtex entry as a whole.
18320         Further, reference keys are no longer called 'labels'.
18321         (bibtex-keys): Renamed to bibtex-reference-keys.
18322         (bibtex-reformat-previous-labels): Renamed to
18323         bibtex-reformat-previous-reference-keys.
18324         (bibtex-reference-type): Renamed to bibtex-entry-type.
18325         (bibtex-reference-head): Renamed to bibtex-entry-head.
18326         (bibtex-reference-maybe-empty-head): Renamed to
18327         bibtex-entry-maybe-empty-head.
18328         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18329         (bibtex-search-reference): Renamed to bibtex-search-entry.
18330         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18331         bibtex-enclosing-entry-maybe-empty-head.
18332         (bibtex-entry-field-alist, bibtex-entry-head)
18333         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18334         (bibtex-map-entries, bibtex-search-entry)
18335         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18336         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18337         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18338         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18339         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18340         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18341         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18343 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18345         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18346         comment.
18347         (bibtex-format-field-delimiters): New function, functionality
18348         extracted from bibtex-format-entry.
18349         (bibtex-autokey-get-yearfield-digits): New function, functionality
18350         extracted from bibtex-autokey-get-yearfield.
18352         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18353         entries in order to avoid stack overflow in the regexp matcher if
18354         field contents become large.
18355         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18356         (bibtex-field-string-part-not-braced)
18357         (bibtex-field-string-part-no-inner-braces)
18358         (bibtex-field-string-part-1-inner-brace)
18359         (bibtex-field-string-part-2-inner-braces)
18360         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18361         (bibtex-field-string-quoted, bibtex-field-string)
18362         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18363         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18364         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18365         Deleted as parsing is now performed by the following functions.
18366         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18367         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18368         (bibtex-parse-field-string, bibtex-search-forward-field-string)
18369         (bibtex-parse-association, bibtex-field-name-for-parsing)
18370         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18371         (bibtex-search-forward-field, bibtex-search-backward-field)
18372         (bibtex-start-of-field, bibtex-end-of-field)
18373         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18374         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18375         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18376         (bibtex-parse-string, bibtex-search-forward-string)
18377         (bibtex-search-backward-string, bibtex-start-of-string)
18378         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18379         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18380         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18381         entries.  Instead of reporting the results of the parsing by
18382         match-beginning or match-end, these functions return data structures
18383         that hold the corresponding positions.
18384         (bibtex-enclosing-field): Changed to also report field boundaries by
18385         return values rather than by match-beginning or match-end.
18386         The following functions have been adapted to use the new
18387         parsing functions.
18388         (bibtex-skip-to-valid-entry, bibtex-search-reference)
18389         (bibtex-enclosing-field, bibtex-format-entry)
18390         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18391         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18392         (bibtex-print-help-message, bibtex-end-of-entry)
18393         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18394         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18395         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18396         Use the new method for parsing.
18397         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18398         (bibtex-map-entries, bibtex-flash-head)
18399         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18400         (bibtex-autokey-change, bibtex-autokey-get-namefield)
18401         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18402         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18403         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18404         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18405         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18406         order to make the new binding of case-fold-search immediately visible.
18408 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18410         * textmodes/bibtex.el: Copyright notice is up to date.
18411         Added constant 'bibtex-maintainer-salutation.
18413         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18414         than make-temp-name, use match-string-no-properties and eliminate
18415         a quadratic behavior when building bibtex-strings.
18417         * bibtex.el (bibtex-reference-key): Accept string entries whose
18418         reference key contains upper case letters.
18420 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18422         * bibtex.el (bibtex-reference-head): Allow entries to start with
18423         a new line.
18425 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18427         * bibtex.el: Hiding of entry bodies is not longer provided by
18428         bibtex.el directly.  Instead the hideshow package can be used.
18429         Added a special bibtex entry to hs-special-modes-alist.
18430         (bibtex-hs-forward-sexp): Added for hideshow.el.
18432 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18434         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18435         proceedings entry type (for cross referencing). Thanks to Wagner
18436         Toledo Correa for the suggestion.
18438         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18440 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
18442         * international/characters.el: Setup case table for Vietnamese.
18444 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
18446         * uniquify.el (toplevel): Require CL at compile time.
18447         (uniquify-push): Removed.
18449         * shadowfile.el (shadow-when): Removed.
18451         * tempo.el (tempo-dolist, tempo-mapc): Removed.
18452         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18454         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18455         regexp for paragraph-start.
18457         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18458         commas as well.
18460 2000-02-10  Dave Love  <fx@gnu.org>
18462         * wid-edit.el: (widgets) [defgroup]: Remove url link.
18463         (widget-color-choice-list, widget-color-history, widget-mouse-help):
18464         Deleted.
18465         (widget-specify-field, widget-specify-button): Don't use
18466         widget-mouse-help as help-echo property.
18467         (default): Use #'ignore for :validate and :mouse-down-action.
18468         (checkbox): Add help-echo.
18469         (widget-sexp-validate): Rewritten to clarify error messages.
18470         (character): Use char-valid-p in :match function.
18471         (widget-color-complete): Use facemenu-color-alist.
18472         (widget-color-action): Use facemenu-read-color.
18474         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
18475         set up `caar' &c that we now have.
18477 2000-02-09  Ray Blaak  <blaak@gnu.org>
18479         * delphi.el: Make resourcestring a declaration region, like const
18480         and var.
18482 2000-02-09  Dave Love  <fx@gnu.org>
18484         * bindings.el (mode-line-input-method-map): New variable.
18485         (mode-line-mule-info): Use it; fix last change.
18486         (mode-line-mode-menu): Move definition.
18487         (mode-line-mouse-sensitive-p): Deleted.
18488         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18489         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
18491         * startup.el (command-line-1): Don't call
18492         make-mode-line-mouse-sensitive.
18494 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18496         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18497         before rmail-toggle-header, because the former toggles headers.
18499 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
18501         * diff-mode.el (diff-kill-junk): New interactive function.
18502         (diff-reverse-direction): Use delete-and-extract-region.
18503         (diff-post-command-hook): Restrict the area so that the hook also works
18504         outside of any diff hunk.  This is necessary for the minor-mode.
18505         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18506         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18508         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18509         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18510         so that it can be used more easily in <foo>-mode-hook.  Also make sure
18511         to avoid duplicate entries.
18512         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18513         (font-lock-remove-keywords): Just as was done for `add', allow it to
18514         work even if font-lock-mode is nil.  Also make sure we don't modify
18515         any pre-existing list by forcing a copy-sequence.  Finally rename
18516         `major-mode' to `mode'.
18517         (font-lock-fontify-syntactic-anchored-keywords)
18518         (font-lock-fontify-anchored-keywords)
18519         (font-lock-fontify-keywords-region): Use line-end-position.
18520         Don't make `font-lock-multiline' local (it's now done in
18521         font-lock-set-defaults).
18522         (font-lock-set-defaults): Make `font-lock-multiline' local.
18523         Move the `font-lock-fontified' creation to inside the `unless'.
18525 2000-02-06  Andrew Innes  <andrewi@gnu.org>
18527         * term/w32-win.el (x-handle-args): Comment out call to message,
18528         which occurs before window system is initialized.
18530         * makefile.nt: Add support for recompiling lisp code.
18532 2000-02-04  Dave Love  <fx@gnu.org>
18534         * bindings.el (mode-line-mule-info): Fix/extend last change.
18536         * completion.el: Replace completion-dolist with dolist.
18538         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18540 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
18542         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18543         environment names before they go into the section regexp.
18545         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18546         char class in regexp.
18548         * textmodes/reftex-parse.el (reftex-with-special-syntax):
18549         Bind `case-fold-search' to nil.
18551         * progmodes/idlwave.el (idlwave-template):
18552         Respect `idlwave-abbrev-change-case'.
18553         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18554         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18555         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18556         (idlwave-rw-case): New function.
18557         (idlwave-statement-match): Fixed problem with assignment regexp.
18558         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18559         (idlwave-surround): New argument LENGTH to support padding of
18560         operators longer than 1 char.
18562         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18563         idlwave-shell-expression-overlay.  Implemented printing of
18564         expressions on higher levels of the calling stack.
18565         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18566         (idlwave-retrieve-expression-from-level): New function.
18567         (idlwave-shell-last-calling-stack): Variable removed.
18568         (idlwave-shell-reset): Argument action reversed (`visible' to
18569         `hidden').  Also remove stop-line overlay.
18570         (idlwave-shell-calling-stack-routine): New variable.
18571         (idlwave-shell-parse-stack-and-display): Messages now display
18572         negative level numbers.
18573         (idlwave-shell-mode): Set `modeline-format'.
18574         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18575         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18576         (idlwave-shell-print-expression-function): New option.
18578         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18579         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18580         `tool-bar' instead of `toolbar'.
18582 2000-02-02  Dave Love  <fx@gnu.org>
18584         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18585         emacs-lisp-mode-hook.  Don't check for defalias being defined.
18587         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18588         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18589         Use the new builtins directly.
18591         * whitespace.el (whitespace): Add :version to defgroup.
18593         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18594         Doc fix.
18596         * thingatpt.el (sexp-at-point, symbol-at-point)
18597         (number-at-point, list-at-point): Add autoload cookie.
18599         * recentf.el (recentf): Add :version to defgroup.
18601         * quickurl.el (quickurl): Add :version to defgroup.
18603         * elide-head.el (elide-head): Use point-marker more.
18605         * bs.el (bs): Add :version to defgroup.
18607         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18609         * progmodes/delphi.el (delphi): Add :version to defgroup.
18611 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
18613         * ange-ftp.el (ange-ftp-write-region): Handle case that
18614         succeeding process operation sets a different coding system.
18616         * calculator.el: New file.
18618 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
18620         * frame.el (frames-on-display-list, framep-on-display): New functions.
18621         (display-mouse-p, display-popup-menus-p, display-graphic-p)
18622         (display-selections-p, display-screens, display-pixel-width)
18623         (display-pixel-height, display-mm-width, display-mm-height)
18624         (display-backing-store, display-save-under, display-planes)
18625         (display-color-cells, display-visual-class): New functions.
18627         * term/tty-colors.el (tty-color-gray-shades): New function.
18629         * faces.el (display-color-p): Use framep-on-display.
18630         (display-grayscale-p): New function.
18632 2000-01-31  Dave Love  <fx@gnu.org>
18634         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18635         (create-fontset-from-x-resource): Don't concat integers.
18637 2000-01-31  Inge Frick  <inge@nada.kth.se>
18639         * view.el: Some changes in documentation.  Removed some trailing
18640         whitespace. Changed some parameter names to agree with documentation.
18641         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18642         window is not deleted.  Modifies change 1998-04-26.
18644 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
18646         * windmove.el: New file.
18648         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18649         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18650         progmodes/ebnf-yac.el: Update copyright and license info.
18652         * jit-lock.el (jit-lock-function): Widen before calculating
18653         end position.
18654         (jit-lock-stealth-chunk-start): Rewritten.
18656         * info.el (Info-title-face-alist): Removed.
18657         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18658         (Info-fontify-node): Use these faces.
18660 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
18662         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18663         (cl-macro-list1): Recognize `&allow-other-keys' instead of
18664         `&allow-other-keywords'.
18666         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18667         the list of directories scanned heuristically.
18669         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18671 2000-01-30  Jason Rumney  <jasonr@gnu.org>
18673         * w32-fns.el: Define w32-tty-standard-colors.
18675         * startup.el (command-line): Use w32-tty-standard-colors when in
18676         w32 console mode.
18678 2000-01-30  Dave Love  <fx@gnu.org>
18680         * jka-compr.el (jka-compr-load): Fix up load-history.
18682         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18684         * emacs-lisp/cl-macs.el: Revert previous change.
18686 2000-01-29  Dave Love  <fx@gnu.org>
18688         * facemenu.el: Purecopy various strings.
18690         * timezone.el (timezone-fix-time): Window against 69 for two-digit
18691         years.  Deal with three-digit years.
18693         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18694         Use defconst, purecopy.
18695         (help-back-label): Purecopy it.
18697 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18699         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18700         variable. If non-nil, order the buffer list according to the
18701         currently selected frame.
18702         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18703         non-nil, pass the selected frame to function buffer-list.
18705 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18707         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18709 2000-01-28  Dave Love  <fx@gnu.org>
18711         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18713         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18714         Don't use lisp-indent-hook property.
18715         (cl-abs): Remove.
18717         * subr.el: Move out indent and edebug specs for when and unless.
18719         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18720         when, unless.
18722         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18723         unless, when.
18725 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
18727         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18728         `collecting' as synonym for `collect'.
18730         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18731         for the case it contains spaces.
18733         * simple.el (what-cursor-position): Change formatting of messages.
18735         * frame.el (delete-other-frames): New function.
18736         (toplevel): Bind it to C-x 5 1.
18738         * sort.el (sort-numeric-base): New option.
18739         (sort-numeric-fields): If number starts with `0' or `0[xX[',
18740         interpret it as octal or hexadecimal.  Use sort-numeric-base
18741         as default base.
18743         * progmodes/glasses.el: New file.
18745 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
18747         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18748         userids differently.
18750         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18751         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18752         progmodes/ebnf-yac.el: New files.
18754 2000-01-26  Dave Love  <fx@gnu.org>
18756         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18757         on a function with an empty body.  [From Eric Ludlam.]
18759 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
18761         * vc.el (vc-version-diff): Make sure file name is expanded.
18763 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
18765         * scroll-bar.el (scroll-bar-timer): Variable removed.
18766         (scroll-bar-toolkit-scroll): Don't use a timer.
18768 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
18770         * language/thai-util.el (thai-composition-function):
18771         Delete superfluous `a'.
18773 2000-01-24  Dave Love  <fx@gnu.org>
18775         * fortran.el (fortran-mode): Use beginning-of-defun-function,
18776         end-of-defun-function.
18778         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18780 2000-01-22  Jason Rumney  <jasonr@gnu.org>
18782         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18783         conflicts with new face support.
18785 2000-01-22  Richard M. Stallman  <rms@gnu.org>
18787         * replace.el (query-replace): Rename last arg to DELIMITED.
18788         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18789         (query-replace-regexp): Likewise.
18791 2000-01-20  Richard M. Stallman  <rms@gnu.org>
18793         * subr.el (with-syntax-table): Use make-symbol, not gensym.
18795         * emacs-lisp/lisp.el (beginning-of-defun-function):
18796         Variable renamed from beginning-of-defun.
18797         Do not call make-variable-buffer-local.
18798         (beginning-of-defun-raw): Use new variable name; doc fix.
18799         (beginning-of-defun): Doc fix.
18800         (end-of-defun-function): Variable renamed from end-of-defun.
18801         Do not call make-variable-buffer-local.
18802         (end-of-defun): Use new variable name; doc fix.
18804         * subr.el (dolist, dotimes): Copied from cl-macs.el
18805         and made to work.
18807         * mail/undigest.el (rmail-digest-end-regexps):
18808         Variable replaces rmail-digest-end-regexp.
18809         Allows multiple regexps for detecting the end line.
18810         (undigestify-rmail-message): Corresponding changes.
18812 2000-01-19  Dave Love  <fx@gnu.org>
18814         * files.el (user-init-file): Don't declare here -- is primitive.
18816         * startup.el (command-line): Check for compiled user-init-file and
18817         set to uncompiled version if necessary.
18819 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18821         * mail/undigest.el (rmail-digest-end-regexp): New user option.
18822         (undigestify-rmail-message): Use it.
18824         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18826 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
18828         * tmm.el (tmm-goto-completions): Adapt to prompt being part
18829         of mini-buffer.
18831 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
18833         * emacs-lisp/copyright.el (copyright-update): Removed the
18834         requirement for a trailing space from `copyright-regexp', to
18835         support copyrights with owner specified on a separate line..
18837         * align.el: New file.
18839         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18841         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18843 2000-01-13  Dave Love  <fx@gnu.org>
18845         * ph.el: Removed.  (Obsoleted by EUDC.)
18847 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18849         * net/eudc.el (toplevel): Remove autoloaded code installing
18850         menu with easymenu, because that causes build problems.
18852         * frame.el (frame-notice-user-settings): New variable.
18853         (frame-notice-user-settings): Don't modify frame parameters
18854         if called a second time.
18856 2000-01-13  Richard M. Stallman  <rms@gnu.org>
18858         * frame.el (frame-notice-user-settings):
18859         Notice default-frame-parameters even for non-window frames.
18861 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18863         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18864         for Emacs.
18865         (eudc-bob-can-display-inline-images): Extend for Emacs.
18866         (eudc-bob-toggle-inline-display): Ditto.
18867         (eudc-bob-display-jpeg): Ditto.
18869 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
18871         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18872         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18873         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18875         * add-log.el (add-change-log-entry): Fix error trying an
18876         `(insert nil)'.
18878         * subdirs.el: Add `net' directory.
18880         * net: New directory.
18882         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18883         eval-last-sexp.  Don't bind debug-on-error here.
18884         (eval-last-sexp): New function.  Bind debug-on-error if
18885         eval-expression-debug-on-error is non-nil.
18886         (eval-defun-2, eval-defun): Likewise.
18888         * simple.el (eval-expression): Don't bind debug-on-error if
18889         eval-expression-debug-on-error is nil.  Detect changed
18890         debug-on-error, and propagate new value to global binding, if
18891         eval-expression-debug-on-error is non-nil,
18892         (eval-expression-debug-on-error): Change doc string.
18894 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18896         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18898         * emacs-lisp/lisp-mode.el (with-syntax-table):
18899         Set up lisp-indent-function property.
18901         * subr.el (with-syntax-table): Moved from simple.el.
18903         * simple.el (with-syntax-table): Moved to subr.el.
18905 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
18907         * tmm.el (tmm-shortcut): Delete region after prompt instead
18908         of erasing buffer.
18910         * textmodes/fill.el (fill-common-string-prefix): New function.
18911         (fill-context-prefix): Use the longest common prefix of first
18912         and second line fill prefix, if there is one.
18914 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18916         * array.el (array-mode): Don't use make-variable-buffer-local.
18917         Use make-local-variable for `truncate-lines'.
18919 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
18921         * add-log.el (add-log-current-defun): Handle user-defined
18922         add-log-current-function returning nil,
18924         * add-log.el (add-change-log-entry): Insert version number
18925         if having found a current function
18927         * add-log.el (add-log-current-defun):
18928         Call `add-log-current-defun-function'.  Try matches at level 0 and
18929         level 1.  Strip whitespace from defun found.
18931 2000-01-10  John Wiegley  <johnw@gnu.org>
18933         * allout.el (isearch-done/outline-provisions): Added `edit'
18934         argument to correspond with the current definition of `isearch-done'.
18936 2000-01-10  Dave Love  <fx@gnu.org>
18938         * elide-head.el (elide-head): Use point-marker, not point.
18940 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
18942         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18943         before and after the year 2000.
18945         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18946         Add ispell- prefix.
18948 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
18950         * ispell.el:  Only define dictionaries in menus when they exist.
18951         (version18p): New variable.
18952         (version20p): New variable.
18953         (xemacsp): New variable.
18954         (ispell-choices-win-default-height): Fix for XEmacs visibility.
18955         (ispell-dictionary-alist1): Added Brasileiro dictionary.
18956         (ispell-dictionary-alist6): Russian command lines no longer accept
18957         run-together words.
18958         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18959         (ispell-dictionary-alist): Add koi8-r to customize definition.
18960         (check-ispell-version): Added documentation string.  Return library
18961         path when called non-interactively.
18962         (ispell-menu-map-needed): Uses new variables.
18963         (ispell-library-path): New variable.
18964         (ispell-decode-string): XEmacs fix for bogus variable bindings.
18965         (ispell-word): Improved documentation string.  Test for valid
18966         character mappings.  Correctly check typed in word changes that can
18967         result in single words split into multiple words.
18968         Return replacement word.
18969         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
18970         replace in recursive query replace mode.  Help message for
18971         recursive edit mode.
18972         (ispell-show-choices): Protect against bad framepop bindings.
18973         (ispell-help): Fix to work with XEmacs.
18974         (ispell-highlight-spelling-error): Use new variables.
18975         (ispell-overlay-window): Fix to work with XEmacs.
18976         (ispell-parse-output): Passed and returns location information
18977         tracking spelling corrections.  Doesn't recheck same word on
18978         current line.
18979         (ispell-init-process): Protect against bogus XEmacs variable binding.
18980         Fix call to single argument in sleep-for.  Use new variables.
18981         (ispell-region): Passed and returns location information tracking
18982         spelling corrections.  Doesn't check same word on current line.
18983         Improved documentation string.  Doesn't resend a line already
18984         checked to the ispell process - fixes bug in LaTeX parsing.
18985         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18986         (ispell-skip-region): No longer skips <TT> in SGML.
18987         (ispell-process-line): Tracks location information with spelling
18988         corrections.  Added documentation string.  Accounts for words
18989         already accepted on this line.  Don't allow query-replace on line
18990         starting with math characters.  Doesn't resend a line already sent
18991         to ispell process.  Fixes alignment error bug.
18993 2000-01-10  Richard M. Stallman  <rms@gnu.org>
18995         * dired-x.el (dired-guess-shell-alist-default):
18996         Suggest xloadimage, which is free, not xv, which isn't.
18998         * ange-ftp.el (ange-ftp-file-name-nondirectory):
18999         Don't ever include the host name or user name in the value.
19001 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19003         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19004         of a real newline.
19006 2000-01-09  Stephen Eglen  <stephen@gnu.org>
19008         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19009         for .png files.
19011 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
19013         * cus-edit.el (custom-hook-convert-widget): Fix comment.
19015 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19017         * progmodes/cperl-mode.el: Replace ^F with ^L.
19019         * sendmail.el (toplevel): Provide `sendmail' when compiling before
19020         `require'ing rmail and mailalias to prevent infinite recursion.
19022 2000-01-08  Dave Love  <fx@gnu.org>
19024         * emacs-lisp/backquote.el: Remove inappropriate customization
19025         (allowing custom.el to use backquote).
19027 2000-01-07  Dave Love  <fx@gnu.org>
19029         * add-log.el (add-log-debugging): Deleted.
19030         (add-change-log-entry): Treat a backup FILE-NAME as its parent
19031         file.  Remove debugging code.
19032         (change-log-get-method-definition, change-log-name): Add doc.
19033         (change-log-sortable-date-at): New function.
19034         (change-log-merge): New command.
19036         * time.el (display-time-string-forms): Make the Mail string active.
19037         (display-time-update): Provide help-echo for load average.
19039         * bindings.el (make-mode-line-mouse2-map): New function.
19040         (mode-line-modified): Use it and simplify.
19041         (mode-line-mule-info): Provide help-echo info.
19042         (minor-mode-alist): Activate the strings.
19043         (make-mode-line-mouse-sensitive): Simplify for
19044         mode-line-buffer-identification.
19046 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
19048         * play/pong.el: New file.
19050 2000-01-06  Dave Love  <fx@gnu.org>
19052         * array.el: Assorted cleanups for compiler warnings, doc strings,
19053         `array-' prefix for symbols.
19055 2000-01-05  Dave Love  <fx@gnu.org>
19057         * textmodes/outline.el (outline-mode-menu-bar-map):
19058         Add outline-headers-as-kill.
19059         (outline-mode): Define imenu-generic-expression.
19060         (outline-headers-as-kill): New command.
19062         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19063         from paragraph-start.
19064         (paragraph-indent-minor-mode): New command.
19066         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19067         M-C-e, M-C-h, C-j, C-xnd, TAB.
19068         (fortran-mode): Set beginning-of-defun, end-of-defun.
19069         (fortran-column-ruler): Simplify.
19070         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19071         (fortran-with-subprogram-narrowing): Likewise.
19072         (fortran-indent-subprogram): Call mark-defun.
19073         (fortran-check-for-matching-do): Change narrowing.
19075         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19076         (cl-lucid-hash-tag): Delete.
19077         (cl-hash-table-p): Correct test for native table.
19078         (cl-hash-table-count): Use hash-table-count.
19080         * browse-url.el (browse-url): Fix case of
19081         browse-url-browser-function being an alist.
19083 2000-01-05  Carsten Dominik  <cd@gnu.org>
19085         * textmodes/reftex-vars.el (reftex-parse-file-extension)
19086         (reftex-index-phrase-file-extension): New options.
19088         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19089         Use new option `reftex-index-phrase-file-extension'.
19091         * textmodes/reftex.el (reftex-access-parse-file): Use new option
19092         `reftex-parse-file-extension'.
19094 2000-01-05  Dave Love  <fx@gnu.org>
19096         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19097         (beginning-of-defun-raw): Use it.
19098         (end-of-defun): New variable.
19099         (end-of-defun): Use it.
19100         (check-parens): New command.
19102 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
19104         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19105         (hs-show-block): Don't use `mapcar' when not accumulating.
19107         Fix buglet in local variables initialization.
19109 2000-01-05  Andreas Schwab  <schwab@suse.de>
19111         * hscroll.el (hscroll): Doc fix.
19113 2000-01-05  Carsten Dominik  <cd@gnu.org>
19115         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19116         Require idlw-toolbar.
19118         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19119         file idlw-rinfo.el.
19120         (idlwave-customize): Load must read file idlw-shell.el.
19121         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19123 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
19125         * progmodes/idlw-shell.el: Also provide idlwave-shell
19126         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19127         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19129         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19130         both reftex-dcr and reftex-vcr.
19132         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19134 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19136         * ps-print.el: PostScript code now is in separate files, doc fix.
19137         (ps-print-version): New version number (5.0.3).
19138         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19139         local.
19140         (ps-spool-config): Initialization fix.
19141         (ps-print-prologue-1, ps-print-prologue-2)
19142         (ps-print-duplex-feature): PostScript code moved to separated file.
19143         (ps-background-image): Little code reformating.
19144         (ps-begin-file, ps-begin-job): Fix code.
19145         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19146         (ps-prologue-file): New fun.
19148 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19150         * ps-vars.el: Eliminated.
19152         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19153         `;;;###autoload'.
19155         * ps-print.el: ps-vars eliminated, doc fix.
19156         (ps-print-version): New version number (5.0.2).
19157         (ps-spool-config): Initialization fix.
19158         (ps-print-customize): New fun.
19160 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
19162         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19164 2000-01-04  Dave Love  <fx@gnu.org>
19166         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19167         menu items.
19169 2000-01-03  Dave Love  <fx@gnu.org>
19171         * elide-head.el (elide-head) [defgroup]: Add :version.
19173         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19174         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19175         Use `cl-hash-table-p', not `hash-table-p'.
19176         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19178 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19180         * faces.el (face-read-integer, read-face-attribute)
19181         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19183 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19185         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19186         at comment end, and re-insert them after filling.
19188 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19190         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19191         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19192         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19194 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19196         * term/x-win.el (xw-defined-colors): Call color-supported-p,
19197         the new name of face-color-supported-p.
19199         * term/w32-win.el (xw-defined-colors): Likewise.
19201 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19203         * simple.el (completion-setup-function): Count completion-size
19204         from minibuffer-prompt-end, not from point-min.
19206 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
19208         * faces.el (read-face-attribute, defined-colors, color-defined-p):
19209         Pass the frame to tty-color-* functions.
19210         (display-color-p, frame-set-background-mode): Pass the frame to
19211         tty-display-color-p.
19213         * term/tty-colors.el (tty-defined-color-alist): Renamed from
19214         tty-color-alist.
19215         (tty-color-alist, tty-modify-color-alist): New functions.
19216         (tty-color-define,  tty-color-clear, tty-color-approximate)
19217         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19218         optional parameter FRAME.
19220 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
19222         * image.el (create-image, defimage): Don't assume image data is
19223         a string.
19225         * image.el (defimage): Handle specifications containing :data
19226         instead of :file.
19227         (image-type-from-data): New function.
19228         (image-type-from-file-header): Use it.
19229         (create-image): Add parameter DATA-P.
19231 See ChangeLog.8 for earlier changes.
19233 ;; Local Variables:
19234 ;; coding: iso-2022-7bit
19235 ;; End: