*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobfaaadb0d92ec48575308fd0bddbd3309d8a22e65
1 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
3         * emacs-lisp/find-gc.el: Moved here from lisp/.
5         * international/quail.el (quail-completion-1): Reverse
6         the ((CHAR . DEFN) ...) list before processing it.
7         From Kenichi Handa <handa@etl.go.jp>.
9         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
10         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
12 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
14         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
15         aren't supported.  This avoids the annoying gray strip drawn by
16         the Windows version instead of the missing tool bar.
18 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
20         * menu-bar.el (menu-bar-options-menu): Make option text, messages
21         and tooltips more consistent.  From "Marshall, Simon"
22         <Simon.Marshall@midas-kapiti.com>.
24         * startup.el (fancy-splash-screens): Temporarily set
25         minor-mode-map-alist to nil while displaying splash screens.
27 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
29         * buff-menu.el: Add Keywords header.
30         Doc fix (C-x C-b is bound to list-buffers).
32         * dired-x.el: Add keyword files to get listed in finder.
33         Remove confusing notes about GNU Emacs 19.
35         * dired.el, dired-aux.el: Add Keywords header.
37 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
39         * vc.el (vc-revert-file): Call the backend even if the FILE's
40         contents can be reverted locally; pass new arg CONTENTS-DONE
41         down to the backend.
43         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
44         optional arg CONTENTS-DONE.
46 2001-08-28  Andrew Innes  <andrewi@gnu.org>
48         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
50 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
52         * makefile.nt (install): Copy more *.el files.
54 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
56         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
57         instead of `w' which is already in use.
59         * gs.el (gs-load-image): Use sleep-for.
60         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
62 2001-08-28  Miles Bader  <miles@gnu.org>
64         * replace.el (query-replace-regexp-eval): Return args from
65         `interactive' form in correct order.
67 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
69         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
70         major modes, don't create panes for modes for which
71         mouse-buffer-menu-alist returns an empty alist.
73 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
75         * progmodes/hideshow.el: Update first-line description.
76         Sync comments w/ maintainer version 5.31.
78         (hs-isearch-open): Default value now `code'.
79         Fix docstring to use "code blocks" vs "comment blocks",
80         as opposed to "block" vs "comment".
81         (hs-flag-region): Accept `hs-isearch-open' value
82         of `block' as synonymous w/ `code'.
83         (hs-hide-block-at-point): For code blocks, pass `code'
84         to `hs-flag-region' instead of `block'.
86 2001-08-28  Miles Bader  <miles@gnu.org>
88         * comint.el (comint-next-prompt): Don't loop infinitely if
89         {next,previous}-single-char-property-change returns its input
90         position when the search fails.
92 2001-08-27  Miles Bader  <miles@gnu.org>
94         * comint.el (comint-get-old-input-default): Don't signal an error
95         if point is not on an input field; instead, return the current
96         line (using `comint-bol' to skip any prompt, in case we're not
97         using fields at all).
99         * man.el (Man-mode-line-format): Variable removed.
100         (Man-mode): Change `mode-line-buffer-identification' instead of
101         `mode-line-format'.
103 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
105         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
106         From Simon Josefsson <jas@extundo.com>.
108 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
110         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
111         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
113         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
114         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
116         * emacs-lisp/lselect.el: Ditto.
118         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
119         Remove periods from the end of error message strings.
120         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
122         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
123         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
125         * net/telnet.el: Ditto.
127 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
129         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
130         KEYMAP to the call to define-minor-mode.
132 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
134         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
135         Replace some of the undefined characters with emulations of bidi
136         formatting characters and Niqud as per SI 1311-1.
137         (IT-unicode-translations): Ditto.
138         (IT-display-table-setup, IT-setup-unicode-display):
139         Fill characters without translations with dos-unsupported-char-glyph.
141 2001-08-24  Simon Josefsson  <jas@extundo.com>
143         * hl-line.el (hl-line-mode): Don't be a global mode.
144         (global-hl-line-mode): New function.
146 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
148         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
149         being reset by Ghostscript.  Don't kill the gs process.
150         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
152 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
154         * term/mac-win.el: Require scroll-bar.
156 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
158         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
160 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
162         * hexl.el (hexl-insert-multibyte-char) New function.
163         (hexl-quoted-insert, hexl-self-insert-command)
164         (hexl-insert-hex-char, hexl-insert-decimal-char)
165         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
166         Fix the doc strings accordingly.
167         (hexl-insert-char): Reject characters whose code is above 255.
168         Doc fix.
169         (hexl-mode-map): Copy the global keymap instead of creating a
170         sparse keymap, and bind all self-inserting characters to
171         hexl-self-insert-command.
173 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
175         * wid-edit.el (text): Re-order docstring correctly.
177         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
179         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
181 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
183         * simple.el (line-number-mode): Mention the variable
184         line-number-display-limit-width in the doc string.
186 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
188         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
189         Temporarily select EVENT's window for switching buffers.
190         (mode-line-bury-buffer): New function.
191         (mode-line-buffer-identification-keymap): Use it instead of
192         bury-buffer.  Bind down-mouse events to prevent global down-mouse
193         events from shining through.
195 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
197         * newcomment.el (comment-beginning): Make sure the comment-start
198         we found isn't a comment-end (in cases where confusion is possible).
200 2001-08-22  Miles Bader  <miles@gnu.org>
202         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
203         before writing it, so that hard-links don't see new version.
205 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
207         * gs.el (gs-set-ghostview-colors-window-prop):
208         Call x-change-window-property with 3rd arg FRAME.
209         (gs-load-image): Wait for a previous Ghostscript process
210         to complete before starting a new one.
212         * image.el (image-type-regexps): Make sure that the TIFF
213         pattern is only matched at the beginning of a string.
214         From Markus Rost <rost@math.ohio-state.edu>.
216         * international/swedish.el: Pre-Mule file removed.  From Jonas
217         Oberg <jonas@gnu.org>.
219 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
221         * whitespace.el (whitespace-abort-on-error): Add custom variable
222         to whitespace to abort a write-file if whitespace is detected in file.
224         * whitespace.el (whitespace-write-file-hook): Hook to be called
225         when writing a file. If `whitespace-abort-on-error' is set, the
226         write will abort on detecting whitespaces.
227         If `whitespace-auto-cleanup' is set, the file will be cleaned
228         automatically prior to writing.
230         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
231         whitespaces in the error output!
233         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
234         `indent-tabs-mode', since the latter notes user preferences on
235         TABs anyway.
237         * whitespace.el (whitespace-version): 3.1. All of the above issues
238         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
240 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
242         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
243         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
245         * whitespace.el (whitespace-global-mode): Add autoload cookie.
247 2001-08-20  Alex Schroeder  <alex@gnu.org>
249         * sql.el (sql-db2): Doc change.
251 2001-08-20  Alex Schroeder  <alex@gnu.org>
253         * sql.el (sql-postgres): Add the database at the end of the
254         parameters instead of at the beginning.
255         (sql-postgres-options): Doc change.
257 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
259         * custom.el (defcustom): Doc fix.
261 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
263         * ps-mule.el (find-composition): Check if (char-after POS)
264         returns a valid character.
266 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
268         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
269         original-point for extra CR characters that are added/removed when
270         the buffer is written/read whose EOL type is -dos.
272 2001-08-16  Miles Bader  <miles@gnu.org>
274         * simple.el (line-move): Undo previous change.
276         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
277         property to input-terminating `boundary' overlays to avoid
278         line-move wierdness.
280 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
282         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
283         buffer in a save-restriction.  Under one test case with Ediff,
284         window-scroll-functions are run with a window start that's
285         temporarily outside of the restriction.
287 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
289         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
290         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
291         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
292         (texinfo-update-menu-region-beginning)
293         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
294         command, @ifnottex, to regexps, so it is found.
296 2001-08-16  Andrew Innes  <andrewi@gnu.org>
298         * makefile.nt (DONTCOMPILE): Omit bindings.el.
299         (DONTCOMPILE): Omit sc.el.
301         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
302         (DONTCOMPILE): Omit sc.el.
304 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
306         * replace.el (occur): Bind inhibit-read-only to t.
308 2001-08-16  Miles Bader  <miles@gnu.org>
310         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
311         calling `constrain-to-field', to avoid problems with comint prompts.
313 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
315         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
316         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
318         * ediff-mult.el (ediff-get-meta-info): Fix the condition
319         of a while-loop.
321         * Makefile.in (DONTCOMPILE): Remove sc.el.
323         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
324         Don't include term/.
326         * mail/sc.el:  Moved to obsolete/.
328 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
330         * ps-print.el: Change error function arguments to follow Emacs
331         message convention.  Doc fix.
332         (ps-print-version): New version number (6.5.4).
333         (coding-system-for-write): Change declaration position to avoid
334         XEmacs compilation gripes.
335         (coding-system-for-read, buffer-file-coding-system):
336         Declarations to avoid XEmacs compilation gripes.
338         * ps-mule.el: Doc fix.
339         (ps-mule-encode-header-string): If STRING is not a string, replace
340         STRING by empty string.
342 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
344         * frame.el (show-trailing-whitespace): Doc fix.
346 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
348         * desktop.el (desktop-save): Insert the coding: tag before
349         desktop-header.
351 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
353         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
354         its path from $els.
356         * image.el (image-jpeg-p): Fix call of substring.
358 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
360         * play/animate.el (animate-string): Doc fix.  Use a buffer
361         name with stars in it.
362         (animate-sequence): New function.
363         From Richard Stallman <rms@gnu.org>.
365         * frame.el (select-frame-set-input-focus): New function
366         extracted from other-frame.
367         (other-frame): Use it.
368         (next-multiframe-window, previous-multiframe-window): Use it.
370         * isearch.el (isearch-other-meta-char): Don't switch to the
371         buffer of a window clicked on, when the current buffer is
372         in Isearch mode.
374         * image.el (image-jpeg-p): Test for APPn markers in the range
375         #xe0..#xef.
377 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
379         * desktop.el (desktop-save): Don't use concat to form a file
380         name, use expand-file-name.
382         * mouse.el (mouse-delete-window): Do nothing if frame has just
383         one window.
385         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
386         for the minor mode name.
388         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
389         minor mode name.
391         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
392         instead of make-mode-line-mouse2-map.
394         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
395         the minor mode name.
397         * emacs-lisp/easy-mmode.el (define-minor-mode):
398         Use  mode-line-minor-mode-keymap for the minor mode name.
400         * calendar/calendar.el (calendar-mode-line-format):
401         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
403         * bindings.el (make-mode-line-mouse-map): Renamed from
404         make-mode-line-mouse2-map.  Take additional arg MOUSE.
405         (mode-line-modified): Use mouse-3 instead of mouse-2.
406         (mode-line-buffer-identification-keymap): Bind keys differently.
407         (propertized-buffer-identification): Adapt help-echo to new bindings.
409         * bindings.el (mode-line-format): Specify help-echo for line
410         number, column number and buffer-percent part of the mode-line.
412         * image.el (image-type-regexps): Allow whitespace at the start
413         of the image data for XPM, XBM and Postscript, which are
414         text files.
415         (image-jpeg-p): Correct calculation of next field offset.
417 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
419         * battery.el: Fix typo.
421 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
423         * image.el (image-type-regexps): Allow predicates.  Change the way
424         JPEG images are recognized.
425         (image-jpeg-p): New function.
426         (image-type-from-data): Handle predicates in image-type-regexps.
428         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
429         #:, #x, #o, and similar constructs.
431 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
433         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
435         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
436         instead of `progn'.
438         * tar-mode.el (tar-extract): Avoid generating a new buffer
439         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
441         * textmodes/paragraphs.el (forward-sentence): Avoid building
442         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
444         * progmodes/executable.el (executable-set-magic):
445         If executable-find returns a quoted file name, unquote it before
446         inserting it.
448         * image.el (image-type-regexps): For JPEG files, use a regexp
449         derived from the JFIF spec.
451         * image.el (image-type-regexps): Use `\`' instead of `^' in
452         most regular expressions.
454 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
456         * play/animate.el: Re-insert a reference to re-inserted function.
458 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
460         * help.el (describe-function-1): Use find-function-search-for-symbol
461         instead of find-function-noselect because the latter follows aliases.
463         * play/animate.el (animate-birthday-present): Re-insert.
465         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
466         Handle old-style menu definitions.
468 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
470         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
471         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
473         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
474         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
475         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
477 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
479         * textmodes/tildify.el: Milan Zamazal has new address.
481 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
483         * custom.el (custom-set-variables): Don't test `custom-requests'
484         properties, check the third element of the options passed to
485         custom-set-variables instead.
487         * info.el (info-insert-file-contents): Use info-file-exists-p
488         instead of file-exists-p.
490         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
491         the mode-line face is restored.  Fix several bugs.
493         * replace.el (perform-replace): Doc fix.
495 2001-08-02  Francesco Potorti`  <pot@gnu.org>
497         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
498         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
499         (uniquify-fix-item-base, uniquify-fix-item-filename)
500         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
501         Callers changed.
502         (uniquify-set-proposed): Changed to work with a vector item.
503         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
504         the fix list, and a list of strings for the non-file buffer
505         names.  Both changes reduce consing.
506         (uniquify-rationalize-a-list): Local variable renaming.
507         (uniquify-rationalize-conflicting-sublist): Use member instead of
508         assoc.
509         (uniquify-rename-buffer): Use unless instead of if not.
511 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
513         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
515         * custom.el (custom-set-variables): Set options with :require
516         clauses last.
518         * custom.el (defcustom): Doc fix.
520         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
522 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
524         * man.el (man): Mention Man-switches in the doc string.
525         (Man-switches): Mention -a in the doc string.
527         * textmodes/ispell.el (ispell-alternate-dictionary):
528         Add /usr/share/lib/dict/words, for Irix.
530         * bindings.el: Bind shifted and control-shifted kp-* keys to the
531         corresponding non-kp keys.  Suggested by Stephen Gildea
532         <gildea@alum.mit.edu>.
534 2001-08-01  Francesco Potorti`  <pot@gnu.org>
536         * uniquify.el: These changes correct a corner case that the old
537         code managed correctly.
538         (uniquify-fix-item-proposed): Renamed from
539         uniquify-fix-item-min-proposed.
540         (uniquify-set-proposed): New function.
541         (uniquify-rationalize-file-buffer-names): Code reshuffled for
542         clarity and speed.
543         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
544         This is equivalent to what the old code did.
545         (uniquify-rationalize-a-list): Never recompute the proposed
546         name.  Sort the conflicting sublist before rationalising it: this
547         is equivalent to what the old code did, but one directory element
548         at a time, and only when necessary.
549         (uniquify-rationalize-conflicting-sublist): Recompute here the
550         proposed name.
552 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
554         * play/animate.el: Add Keywords and Maintainer.  Remove a
555         reference to a removed function.
557         * play/animate.el (animate-string): Handle case that the string is
558         longer than the window is wide.
560 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
562         * desktop.el (desktop-save): Bind coding-system-for-write to
563         `emacs-mule' for write-region.
565         * delsel.el (delete-selection-pre-hook): Don't set this-command
566         to `ignore' if the region is empty.
568         * international/mule.el (set-keyboard-coding-system):
569         Set keyboard-coding-system.
571         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
572         before accessing it.
574 2001-07-30  Andreas Schwab  <schwab@suse.de>
576         * menu-bar.el (toggle-highlight-paren-mode):
577         Use `(show-paren-mode)' as body.
579 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
581         * vc.el (vc-checkout-hook): New hook.
582         (vc-checkout): Run it.
584 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
586         * progmodes/make-mode.el (makefile-macroassign-regex):
587         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
589 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
591         * vc.el (vc-switch-backend): Fix autoload cookie.
593         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
594         the desktop file.
596 2001-07-30  Simon Josefsson  <jas@extundo.com>
598         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
599         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
601 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
603         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
604         (last-sexp-toggle-display): Renamed from last-sexp-print.
605         (last-sexp-toggle-display, eval-last-sexp-1):
606         Use last-sexp-setup-props.
608         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
609         New user-options.
610         (mouse-wheel-change-button): New function.
611         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
612         (mwheel-scroll): Ditto.
614 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
616         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
617         `...', compare with unabbreviated printed representation instead.
618         (last-sexp-print): Bind print-length and print-level to nil.
620         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
621         before assigning text properties.  Make properties rear-nonsticky.
623         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
624         (eval-last-sexp-1): Give printed text a `keymap' property and bind
625         <mouse-2> and <RET> in that map to a function printing the
626         unabbreviated value.
628         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
629         is a buffer, put a text property `printed-value' on the printed
630         representation, with the Lisp object printed as value.
632 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
634         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
635         Mention the effect of eval-expression-print-length and
636         eval-expression-print-level in the doc strings.  Suggested by
637         Kevin Gallagher <kevingal@onramp.net>.
639 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
641         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
642         for buttons > 3.
643         (xterm-mouse-translate): Handle the case that we don't get a
644         down-event.
646         * emacs-lisp/find-func.el (find-function-regexp):
647         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
648         in front of the function name.
650         * isearch.el (isearch-other-meta-char): Fix last change.
652         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
653         similar events for which fake prefix keys are generated.  It's no
654         longer necessary since read_key_sequence doesn't modify these
655         events for internal purposes anymore.
657         * files.el (auto-mode-alist): Use nroff-mode for files ending
658         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
660 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
662         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
663         tool-bar-lines parameter, behave as if its value were zero.
664         (mouse-avoidance-set-pointer-shape): Don't do anything if
665         x-pointer-shape is not boundp.
667 2001-07-23  Francesco Potorti`  <pot@gnu.org>
669         * uniquify.el: Overall speedup changes when using many buffers.
670         (uniquify-fix-item-base, uniquify-fix-item-filename)
671         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
672         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
673         place in the item, but was never used.
674         (uniquify-fix-item-min-proposed): New defalias: the fourth place
675         in the item is now used as cache for the proposed name.
676         (uniquify-rationalize-file-buffer-names): Move computation made on
677         newbuffile out of the loop, in the newbuffile-nd local var.
678         Use dolist (cosmetic change).  Compute the proposed name for the most
679         common case and cache it in the fourth place in the item.
680         (uniquify-rationalize-file-buffer-names): Used to return a a list
681         of buffer whose name was changed, but that return value was never used.
682         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
683         the cached proposed name, does much less consing and is quicker.
684         (uniquify-filename-lessp): Deleted.
685         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
686         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
687         cached proposed name is possible.
688         (uniquify-get-proposed-name): Arguments changed, callers changed.
689         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
690         uniquify-possibly-resolvable flag, which is no more bound locally.
691         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
692         flag, which does not exist any more.
694 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
696         * term/internal.el (IT-unicode-translations): Fix the appearance of
697         "6`".
699         * progmodes/compile.el (compile-internal): If EMACS is already
700         defined in the environment, don't override its value.
702 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
704         * play/fortune.el: Undo change of 2001-07-13.
705         Fix autoload cookies.  Add types to defcustoms.
706         (fortune) <defgroup>: Add :link.
707         (fortune-from-region): Use eq, not eql.
708         From Dave Love <fx@gnu.org>.
710         * play/animate.el (animate-birthday-present): Function removed.
712         * play/animate.el: New file.
714 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
716         * startup.el (normal-top-level-add-subdirs-to-load-path):
717         On Windows, put into normal-top-level-add-subdirs-inode-list the
718         canonicalized names of the directories instead of inode numbers.
720 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
722         * ediff-util.el: Copyright years.
723         (ediff-choose-syntax-table): New function.
724         (ediff-setup): Use ediff-choose-syntax-table.
725         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
726         vc-state is available.
727         (ediff-make-temp-file): Use ediff-coding-system-for-write.
729         * ediff-init.el (ediff-with-syntax-table): New macro, uses
730         with-syntax-table.
731         (ediff-coding-system-for-read): From ediff-diff.el
732         (ediff-coding-system-for-write): New variable.
733         (ediff-highest-priority): Fixed the bug having to do with disappearing
734         overlays.
735         (ediff-file-remote-p): Use file-remote-p, if available.
736         (ediff-listable-file): New function.
737         (ediff-file-attributes): Use ediff-listable-file.
739         * ediff-mult.el (ediff-meta-insert-file-info1):
740         Use ediff-listable-file.
742         * ediff-ptch.el (ediff-prompt-for-patch-file):
743         Use ediff-coding-system-for-read.
744         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
746         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
747         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
749         * ediff.el: Date of last update, copyright years.
751         * ediff-wind (ediff-setup-control-frame): Nill->nil.
753         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
754         of Scott Bronson.
755         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
756         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
757         Deleted functions.
758         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
759         ex-token-list.
760         (viper-get-ex-address-subr): Convert registers to char data type.
762         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
763         (viper-memq-char): Use viper-int-to-char.
764         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
765         vc-locking-state.
766         (viper-read-key): Use viper-read-key-sequence.
768         * viper.el (viper-major-mode-modifier-list):
769         Added inferior-emacs-lisp-mode.
770         (this-major-mode-requires-vi-state): New function that uses simple
771         heuristics to decide if vi state is appropriate.
772         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
773         (viper-non-hook-settings): Don't advise read-key-sequence.
774         (viper-read-key-sequence): New function that replaces the
775         previously used advice to read-key-sequence.
777         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
778         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
779         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
780         (viper-open-line-at-point,viper-substitute,viper-overwrite)
781         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
782         Got rid of the negative character hack.
783         (viper-escape-to-state,viper-replace-state-exit-cmd):
784         Use viper-read-key-sequence.
785         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
786         (viper-minibuffer-standard-hook,viper-read-string-with-history):
787         Don't override existing minibuffer-setup-hook.
788         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
789         Convert registers to char data type.
790         (viper-autoindent): Use viper-indent-line.
792         * viper-keym.el: Use viper-exec-key-in-emacs.
794 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
796         * server.el (server-visit-files): Fix variable name typo.
798 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
800         * simple.el (delete-trailing-whitespace): Save match data
801         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
803 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
805         * progmodes/compile.el (compilation-parse-errors): `linenum' might
806         return a this-error using the alternative format (a pair of markers).
808 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
810         * font-lock.el (c++-keywords): Add Standard C++ operator names.
812         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
813         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
815 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
817         * international/iso-transl.el: Fix typo in the header of the file.
819         * textmodes/picture.el (picture): Doc fix.
821         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
822         follow coding conventions in generated files.
824 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
826         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
827         (tool-bar-add-item): Don't call image-related primitives if the
828         display doesn't support images.
830         * frame.el (display-images-p): New function.
832 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
834         * server.el (server-visit-files): Handle the case the specified
835         column number is <= 0.
837 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
839         * startup.el (command-line-1): Add support for +LINE:COLUMN
840         command line argument.
842 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
844         * server.el (server-process-filter, server-visit-files):
845         Add support for +LINE:COLUMN style emacsclient calls.
847 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
849         * emacs-lisp/easy-mmode.el: Add Keywords header.
851         * play/pong.el: Author has new address.
853         * play/landmark.el: Author is no more reachable.
855         * play/handwrite.el: Author is no more reachable.
857 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
859         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
860         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
861         Complete bindings for F<1..12> keys.
862         (global-map): Remove `undo' binding (already in the default).
863         Replace `t<n>' bindings with `f<n>' bindings.
865 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
867         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
868         (tcl-mode): Use tcl-add-log-defun.
869         (tcl-indent-line): Use tcl-calculate-indent.
870         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
871         (tcl-indent-exp): Renamed from indent-tcl-exp.
872         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
873         (tcl-indent-for-comment): Call comment-indent-function properly
874         and handle the case where it returns nil.
876 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
878         * calendar/cal-islam.el (calendar-goto-islamic-date):
879         Remove autoload cookie.
881         * calendar/calendar.el (calendar-goto-islamic-date):
882         Add call to autoload.
884 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
886         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
887         Don't change compile-auto-highlight globally.
888         Don't bother with `font-lock-defaults' property since XEmacs
889         also understands the `font-lock-defaults' variable.
890         Use make-local-variable rather than make-variable-buffer-local.
891         Don't `defconst' comment-indent-function: keep the default.
892         Call easy-menu-add unconditionally.
893         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
894         (ada-create-menu): Use :included for Emacs as well.
896         * vc.el (vc-do-command): Autoload.
898         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
900 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
902         * ps-print.el: Fix Author: header.
904 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
906         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
907         mouse-1 etc., bind them to `ignore'.
909         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
910         send-invisible, which is already defined in Comint.
911         (eshell-watch-for-password-prompt): Use it.
913 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
915         * which-func.el (which-func-mode): Doc fix.
917         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
918         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
919         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
920         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
921         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
922         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
923         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
924         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
925         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
926         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
927         * emulation/edt-mapper.el, emulation/edt-pc.el,
928         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
929         * emulation/tpu-edt.el, emulation/tpu-extras.el,
930         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
931         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
932         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
933         * international/isearch-x.el, international/iso-cvt.el,
934         * international/ogonek.el, international/quail.el,
935         * international/utf-8.el, jit-lock.el, language/devan-util.el,
936         * language/devanagari.el, language/ethio-util.el,
937         * language/ethiopic.el, language/european.el, language/indian.el,
938         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
939         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
940         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
941         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
942         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
943         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
944         * progmodes/autoconf.el, progmodes/cmacexp.el,
945         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
946         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
947         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
948         * progmodes/ebnf2ps.el, progmodes/executable.el,
949         * progmodes/fortran.el, progmodes/idlw-shell.el,
950         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
951         * progmodes/m4-mode.el, progmodes/mantemp.el,
952         * progmodes/meta-mode.el, progmodes/octave-inf.el,
953         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
954         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
955         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
956         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
957         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
958         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
959         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
960         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
961         * textmodes/two-column.el, time-stamp.el, timezone.el,
962         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
963         * which-func.el, whitespace.el, wid-browse.el, widget.el,
964         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
965         conventions.
967 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
969         * simple.el (set-variable): Require 'cus-edit' instead of
970         `wid-edit', so that the Custom widgets get defined.
972 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
974         * allout.el: A fix to follow coding conventions.
976         * find-lisp.el: A fix to follow coding conventions.
978         * term/w32-win.el: A fix to follow coding conventions.
980         * textmodes/sgml-mode.el: A fix to follow coding conventions.
982         * term/xterm.el: A fix to follow coding conventions.
984         * term/news.el: A fix to follow coding conventions.
986         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
987         header line fixed.
989         * sun-curs.el: Fix Maintainer: header line.
991         * emacs-lisp/easymenu.el: Address of the author added.
993 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
995         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
996         property.
998 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1000         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1001         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
1002         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1003         Some fixes to follow coding conventions.
1005 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
1007         * which-func.el (which-func-mode): Doc fix.
1009 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
1011         * net/rcompile.el (remote-compile): Use make-local-variable.
1013         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1015         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1017         * mail/reporter.el (reporter-submit-bug-report):
1018         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
1020 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1022         * calendar/cal-china.el, calendar/cal-coptic.el,
1023         * calendar/cal-dst.el, calendar/cal-french.el,
1024         * calendar/cal-hebrew.el, calendar/cal-islam.el,
1025         * calendar/cal-iso.el, calendar/cal-julian.el,
1026         * calendar/cal-mayan.el, calendar/cal-persia.el,
1027         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1028         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1029         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1030         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1031         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1032         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1033         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1034         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1035         * progmodes/ada-xref.el, progmodes/cc-align.el,
1036         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1037         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1038         * progmodes/cc-langs.el, progmodes/cc-menus.el,
1039         * progmodes/cc-styles.el, progmodes/cc-vars.el,
1040         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1041         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1042         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1043         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1044         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1045         * textmodes/reftex.el: Some fixes to follow coding
1046         conventions in Eshell files with known maintainers.
1048         * emulation/viper.el: A fix to follow coding conventions.
1050         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1051         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1052         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1053         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1054         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1055         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1056         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1057         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1058         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1059         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1060         conventions in Eshell files.
1062         * composite.el, diff.el, emacs-lisp/levents.el,
1063         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1064         * emulation/pc-mode.el, emulation/viper-cmd.el,
1065         * emulation/viper-ex.el, emulation/viper-init.el,
1066         * emulation/viper-keym.el, emulation/viper-macs.el,
1067         * emulation/viper-mous.el, emulation/viper-util.el,
1068         * emulation/viper.el, forms-pass.el, international/ccl.el,
1069         * international/characters.el, international/encoded-kb.el,
1070         * international/fontset.el, international/ja-dic-cnv.el,
1071         * international/ja-dic-utl.el, international/kinsoku.el,
1072         * international/kkc.el, international/mule-cmds.el,
1073         * international/mule-diag.el, international/mule-util.el,
1074         * international/mule.el, international/titdic-cnv.el,
1075         * language/china-util.el, language/chinese.el,
1076         * language/cyril-util.el, language/cyrillic.el, language/english.el,
1077         * language/greek.el, language/hebrew.el, language/japan-util.el,
1078         * language/japanese.el, language/korea-util.el, language/korean.el,
1079         * language/lao-util.el, language/lao.el, language/misc-lang.el,
1080         * language/slovak.el, language/thai-util.el, language/thai.el,
1081         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1082         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1083         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1084         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1085         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1086         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1087         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1088         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1089         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1090         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1091         to follow coding conventions in files without maintainer or in files
1092         with clear maintainer (but without Maintainer header stating so).
1094         * emacs-lisp/elp.el: A fix to follow coding conventions.
1096         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1097         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1098         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1099         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1100         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1101         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1102         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1103         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1104         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1105         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1106         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1107         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1108         conventions in files from Gnus.
1110         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1111         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1112         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1113         * echistory.el, electric.el, emacs-lisp/authors.el,
1114         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1115         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1116         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1117         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1118         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1119         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1120         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1121         * international/codepage.el, international/iso-ascii.el,
1122         * international/iso-insert.el, international/iso-transl.el,
1123         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1124         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1125         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1126         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1127         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1128         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1129         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1130         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1131         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1132         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1133         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1134         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1135         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1136         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1137         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1138         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1139         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1140         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1141         * textmodes/tex-mode.el, textmodes/text-mode.el,
1142         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1143         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1144         * vt100-led.el, window.el: Some fixes to follow coding conventions in
1145         files maintained by FSF.
1147 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1149         * arc-mode.el: A fix to follow coding conventions.
1151         * bindings.el: Ditto.
1153         * cdl.el: Ditto.
1155         * comint.el: Ditto.
1157         * cus-start.el: Ditto.
1159         * shell.el: Ditto.
1161         * skeleton.el: Ditto.
1163 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
1165         * info.el (Info-build-node-completions):
1166         Make Info-current-file-completions buffer local.
1168 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
1170         * which-func.el (which-func-mode, which-func-ff-hook)
1171         (which-function-mode): Remove references to which-func-mode-global.
1173         * calendar/cal-islam.el (calendar-goto-islamic-date):
1174         Add  autoload cookie.
1176         * play/fortune.el: Add types to defcustoms.
1178 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1180         * language/czech.el: A fix to follow coding conventions.
1182 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1184         * speedbar.el (speedbar-supported-extension-expressions): Add .g
1185         to the extension list, for antlr-mode.  From Christoph Wedler
1186         <Christoph.Wedler@sap.com>.
1188 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
1190         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1191         (vc-dired-mode-map): Fix the madness.
1193         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1194         (vc-prefix-map): Moved back from vc.el.
1196 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
1198         * mail/mail-extr.el (mail-extr-all-top-level-domains):
1199         Increase the size of the obarray.
1200         (mail-extr-all-top-level-domains): Add more toplevel domains,
1201         add more long names.
1202         From: Per Starback <starback@ling.uu.se>.
1204 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1206         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1207         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1209         * progmodes/ada-mode.el: Ditto.
1211         * progmodes/ada-xref.el: Ditto.
1213 2001-07-11  Miles Bader  <miles@gnu.org>
1215         * finder.el (finder-insert-at-column): Also move to the next line
1216         if exactly at COLUMN.
1218 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
1220         * help.el (describe-function-1): When printing FUNCTION's
1221         documentation, don't assume FUNCTION is a symbol.
1223         * startup.el (normal-top-level): Don't operate on the initial
1224         frame if we failed to create one.
1226 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
1228         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1229         itself, i.e. only indent the contents in it.
1231 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
1233         * mail/rmail.el (rmail-show-message): Show beginning of message in
1234         all windows containing it.
1236 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
1238         * term/tty-colors.el: Fix the header line and copyright years.
1240 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
1242         * emacs-lisp/advice.el (ad-make-advised-definition): If the
1243         original definition has an interactive form, but is Elp
1244         instrumented, use the interactive form of the function called by
1245         elp-wrapper.
1247         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
1248         configurations with compare-window-configuration; they aren't
1249         window configurations.
1251         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1252         from the server for the format we expect.  Don't use it if it
1253         doesn't look like what the Internet draft for FTP extensions specifies.
1255         * toolbar/*.pbm: Cleaned up.
1256         From Luis Fernandes <elf@ee.ryerson.ca>.
1258 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
1260         * cc-cmds.el: Extended the kludge to interoperate with the
1261         delsel and pending-del packages wrt to the new function
1262         `c-electric-delete-forward'.
1264 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
1266         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1267         to delay the call to <mode> for global minor modes.
1268         (easy-mmode-define-navigation): Only recenter if interactive.
1270 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
1272         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1273         to lisp-indent-line.
1275         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1276         from the server.  Call encode-time only when we are sure that we
1277         got a 213 response.
1279 2001-07-06  Simon Josefsson  <jas@extundo.com>
1281         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1282         (mail-envelope-from): New user option.
1283         (sendmail-send-it): Use it.
1285 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1287         * ps-print.el: Use locale dependant date to print date in header.
1288         Doc fix.
1289         (ps-print-version): New version number (6.5.3).
1290         (ps-right-header, ps-right-footer): Initialization and doc fix.
1291         (ps-time-stamp-locale-default): New fun.
1293 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1295         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1296         field problem with MIME-mode.
1298         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1300 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1302         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1303         MIME-mode.
1305 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
1307         * bindings.el (mode-line-mule-info): Don't show the tip with
1308         buffer-file-coding-system if that is nil.
1310 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
1312         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1313         instead of kill-line.
1315         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
1316         <Pavel@Janik.cz>.
1318         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
1319         <Pavel@Janik.cz>.
1321 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
1323         * font-lock.el (c-font-lock-keywords-3): When matching something
1324         like `struct X Y', finish with point after Y.
1326 2001-07-04  Simon Josefsson  <jas@extundo.com>
1328         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1329         in caller buffer.
1331 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
1333         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1334         instead of string-match to find the basename of the file.
1335         From Pascal Obry <p.obry@wanadoo.fr>.
1337         * net/browse-url.el (browse-url-default-windows-browser):
1338         Support the MS-DOS port when it runs on Windows.
1339         (browse-url-browser-function) [ms-dos]: Default to
1340         browse-url-default-windows-browser.
1342         * help.el (locate-library): Enable code that looks for compressed
1343         libraries if auto-compression-mode is on.
1345 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
1347         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1349 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
1351         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1353 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
1355         * allout.el: Fix the header line, so that finder.el recognizes it.
1356         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1358         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1359         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1361 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1363         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1365         * ps-bdf.el (bdf-directory-list): Use the value relative to
1366         installation-directory for MS-Windows as well.
1368 2001-06-29  Richard M. Stallman  <rms@gnu.org>
1370         * wid-edit.el (widget-color-sample-face-get):
1371         Return ((foreground-color . COLOR)) instead of constructing a face.
1373 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1375         * faces.el (region): Change the background color for the
1376         light-background color display to lightgoldenrod2, to make it
1377         visible on some laptops.
1379 2001-06-28  Richard M. Stallman  <rms@gnu.org>
1381         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1382         (rmail-msg-restore-non-pruned-header): Likewise.
1383         If point was in the old pruned header, put it at the top.
1384         (rmail-msg-prune-header): If point was at the top, keep it there.
1386         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1387         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1389 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
1391         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1393 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
1395         * saveplace.el: Update maintainer email address.
1397 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1399         * uniquify.el: (uniquify-rationalize-file-buffer-names):
1400           Undo previous change.
1402 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1404         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1405         preliminary quick reordering.  Can speed things up dramatically.
1407 2001-06-26  Richard M. Stallman  <rms@gnu.org>
1409         * dired.el (dired-get-filename): A file name starting with ~
1410         is not absolute in this context.
1412         * which-func.el (which-func-maxout): Increase default to 500000.
1413         (which-function-mode): This is now the "real" name of the function.
1414         (which-func-mode): Now an alias.
1415         (which-func-mode-global): Name deleted.
1417         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1418         button-2, when binding hs-mouse-toggle-hiding.
1420 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1422         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1423         (rmail-msg-prune-header): Likewise.
1424         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1425         and `rmail-msg-prune-header'.
1427 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
1429         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1430         back than LINEBEG.
1432 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
1434         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1435         window where they clicked the mouse has a header line, adjust
1436         vertical movement by one.
1438 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
1440         * progmodes/glasses.el (glasses-make-readable): Consider underscores
1441         too when separating a parenthesis.
1443 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
1445         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1446         (bookmark-bmenu-hide-filenames): Add help-echo to
1447         mouse-highlighted text.
1448         (bookmark-bmenu-show-filenames): Remove help-echo property from
1449         the whitespace.
1451 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
1453         * files.el (auto-mode-alist): Add configure.ac (autoconf).
1454         From Karl Eichwalder <ke@suse.de>.
1456 2001-06-23  Richard M. Stallman  <rms@gnu.org>
1458         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1460         * progmodes/cc-styles.el (c-set-style): Don't specify initial
1461         contents for completing-read.
1463 2001-06-22  Richard M. Stallman  <rms@gnu.org>
1465         * menu-bar.el (menu-bar-make-toggle): Construct the
1466         function's doc string from HELP, not DOC, and make it accurate by
1467         adding "Toggle whether to " at the front and downcasing the initial.
1468         Change the HELP arg in some calls to make it fit this usage.
1470         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1471         Undo previous change.
1473 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
1475         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1477         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1479 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
1481         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1483         * dabbrev.el (dabbrev--select-buffers): Fix last change.
1485 2001-06-20  Richard M. Stallman  <rms@gnu.org>
1487         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1488         broken out from dabbrev--find-expansion.  Handle minibuffer
1489         specially here.
1490         (dabbrev--find-expansion): Simplify code in various ways.
1491         Don't treat minibuffers specially.
1492         Call dabbrev--make-friend-buffer-list.
1493         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
1494         (dabbrev--scanning-message): Do nothing when minibuffer is current.
1496 2001-06-19  John Wiegley  <johnw@gnu.org>
1498         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1499         Also, added a comment describing how to greatly speedup Eshell
1500         loadup time, by concatenating together all of Eshell's .elc files.
1502 2001-06-19  John Wiegley  <johnw@gnu.org>
1504         * eshell/esh-mode.el: Disabled a test that often yields false failures.
1506 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
1508         * woman.el (WoMan-highlight-references): Add help-echo to
1509         mouse-highlighted text.
1511 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
1513         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1515 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
1517         * international/quail.el (quail-start-conversion):
1518         Reset quail-translating to nil.
1520         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1521         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1523 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
1525         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1526         mouse-highlighted text.
1528         * dired.el (dired-mark-pop-up): Fix last change.
1530 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
1532         * calendar/calendar.el (generate-calendar-month): Add help-echo to
1533         mouse-highlighted text.
1535         * net/quickurl.el (quickurl-url-file): Run through
1536         convert-standard-filename.
1537         (quickurl-list-populate-buffer): Add help-echo to
1538         mouse-highlighted text.
1539         (top-level): Update Dave's URL.
1541         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1542         mouse-highlighted text.
1544         * textmodes/page-ext.el (pages-copy-header-and-position):
1545         Add help-echo to mouse-highlighted text.
1547         * tar-mode.el (tar-header-block-summarize): Add help-echo to
1548         mouse-highlighted text.
1550         * replace.el (occur): Add help-echo to mouse-highlighted text.
1552         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1553         mouse-highlighted text.
1555         * progmodes/cpp.el (cpp-make-button): Add help-echo to
1556         mouse-highlighted text.
1558         * progmodes/compile.el (compile-reinitialize-errors):
1559         Add help-echo to mouse-highlighted messages.
1560         (compilation-forget-errors): Remove help-echo property as well.
1562         * play/landmark.el (lm-plot-square, lm-init-display):
1563         Add help-echo to mouse-highlighted text.
1565         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1566         Add help-echo to mouse-highlighted text.
1568         * dired.el (dired-insert-set-properties): Add help-echo to
1569         mouse-highlighted text.
1570         (dired-mark-pop-up): Remove help-echo property from the file name.
1572         * comint.el (comint-send-input): Add help-echo to
1573         mouse-highlighted text.
1575         * buff-menu.el (list-buffers-noselect): Add help-echo to
1576         mouse-highlighted text.
1578         * arc-mode.el (archive-summarize-files): Add help-echo to
1579         mouse-highlighted text.
1581         * ffap.el (ffap-machine-p): Always return nil if
1582         open-network-stream is not fboundp.
1584 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
1586         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
1587         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1588         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1589         incorrectly binding chars between 128 and 256 to it.
1590         (sgml-maybe-name-self): Handle latin-1 chars properly.
1591         (sgml-tags-invisible): Bind buffer-file-name to nil.
1592         Use unwind-protect and restore-buffer-modified-p.
1593         (sgml-point-entered): Use buffer-substring-no-properties.
1594         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1595         (html-mode): Don't force `imenu-sort-function'.
1597 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
1599         * tar-mode.el: Fix the copyright notice.
1601         * font-lock.el (font-lock-comment-face): For tty's with dark
1602         background, use "red1", since "lightred" is not one of the colors
1603         recognized by tty-colors.el.
1605         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1606         create a buffer for extracted file, in case there's more than one
1607         file by that name in an archive, possibly in different
1608         directories.  From Kevin Rodgers <kevinr@ihs.com>.
1610         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
1611         <alex@gnu.org>.
1613 2001-06-15  Miles Bader  <miles@gnu.org>
1615         * textmodes/texinfmt.el (texinfo-format-syntax-table):
1616         Revert previous change.
1618 2001-06-14  Richard M. Stallman  <rms@gnu.org>
1620         * replace.el (keep-lines-read-args): Return just a regexp.
1621         Provide nil for the region args.
1622         (keep-lines, flush-lines, how-many):
1623         Calculate the defaults for the region here, when args are nil.
1625 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1627         * rot13.el (rot13-other-window): Some more doc fix.
1629 2001-06-14  Per Starback  <starback@ling.uu.se>
1631         * replace.el (case-replace, query-replace-from-history-variable)
1632         (query-replace-to-history-variable, keep-lines-read-args)
1633         (occur-revert-function, query-replace-help): Dox fix.
1635 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1637         * rot13.el (rot13-other-window): Doc fix.
1639 2001-06-14  Miles Bader  <miles@gnu.org>
1641         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1642         of " and \ to "." (punctuation).
1643         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1645 2001-06-13  Richard M. Stallman  <rms@gnu.org>
1647         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1649         * simple.el (shell-command-on-region): Never kill the
1650         *Shell Command Output* buffer.
1652 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
1654         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1656 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
1658         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1659         New var, to recognize ${ $' and PODs.
1660         (perl-font-lock-syntactic-face-function): New function.
1661         (perl-mode): Use them.
1662         (perl-continuation-line-p): New function, from perl-calculate-indent.
1663         (perl-calculate-indent): Use it, to properly handle continuation
1664         lines of continuation lines.
1666 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
1668         * server.el (server-process, server-buffer-clients): Doc fix.
1669         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1671 2001-06-09  John Wiegley  <johnw@gnu.org>
1673         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1674         test if the last command was Lisp or not.
1675         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1676         B x C".
1678 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
1680         * dos-w32.el (grep-regexp-alist): Remove definition, since the
1681         general one on compile.el supports drive letters.
1683 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1685         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1686         key description.
1688         * textmodes/reftex-sel.el (reftex-select-jump): New command.
1690         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1691         (reftex-toc-jump): New command.
1693         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1694         to parse international characters as well.
1696         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1697         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1699         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1701         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1702         TAB to the key separators.
1704 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
1706         * international/mule.el (auto-coding-alist): Remove redundant
1707         up-cased versions of the extensions (auto-coding-alist-lookup is
1708         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
1709         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
1711 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
1713         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1715 2001-06-01  Richard M. Stallman  <rms@gnu.org>
1717         * help.el (describe-variable): Put value on same line
1718         with preceding text, if it is short enough to look good that way.
1720 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
1722         * term/internal.el (IT-unicode-translations): New variable.
1723         (IT-setup-unicode-display): New function.
1725 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1727         * ps-print.el: Handle before-string and after-string overlay properties
1728         in ps-print-*-with-faces commands.  Doc fix.
1729         (ps-print-version): New version number (6.5.2).
1730         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1731         for XEmacs.
1732         (ps-prefix-quote): Doc fix.
1733         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1734         (ps-basic-plot-str, ps-plot-string): New funs.
1736 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
1738         * progmodes/etags.el (tags-compression-info-list): Fix docstring
1739         and :type spec.
1741 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
1743         * international/mule-cmds.el (inactivate-input-method):
1744         Set input-method-function to nil.
1746         * xml.el (xml-parse-tag): The document may contain invalid characters.
1747         From ShengHuo ZHU  <zsh@cs.rochester.edu>
1749 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1751         * mail/rmailsum.el (rmail-message-subject-p): Don't call
1752         `rmail-summary-line-decoder' if the message does not have
1753         a Subject: field.
1755         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1757         * mail/rmail.el (rmail-insert-mime-resent-message-function):
1758         New variable.
1759         (rmail-resend): Modify to work in `rmail-view-buffer'; call
1760         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1761         is non-nil.
1763 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
1765         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1767 2001-05-29  Sam Steingold  <sds@gnu.org>
1769         * faces.el (face-valid-attribute-values): Bind `valid' directly
1770         instead of using `setq'.
1772         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1773         Use `tex-shell-buf'.
1774         (tex-shell-proc): Use `tex-shell-running'.
1775         (tex-shell-buf-no-error): New function.
1776         (tex-send-tex-command): Use it.
1777         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1778         (tex-kill-job): Check the process before calling `quit-process'.
1780 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
1782         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1783         UTF-8 sequences.
1785 2001-05-28  Miles Bader  <miles@gnu.org>
1787         * comint.el (comint-carriage-motion): Renamed from
1788         `comint-cr-magic'.  Operate on the buffer instead of the string
1789         (for use as a comint post-output filter, instead of as a
1790         pre-output filter).  Handle backspaces too.  Add to the
1791         `comint-output-filter-functions' hook instead of
1792         `comint-preoutput-filter-functions'.
1794 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
1796         * language/japan-util.el (japanese-hankaku): Prefer the charset
1797         `jisx0201' when the optional argument `ascii-only' is not specified.
1798         (japanese-hankaku-region): Ditto.
1799         From Katsumi Yamaoka <yamaoka@jpl.org>
1801 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
1803         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1804         (outline-invisible-p): New function.
1805         (hide-leaves): Save excursion.
1806         (hide-other): Stop looping when reaching bobp.
1808 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1810         * cus-edit.el (custom-file): Fix last change.
1812 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
1814         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1815         same definition in byte-compile-function-environment as `autoload'
1816         would put in `symbol-function'.
1818         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1819         patch to correct the error message as well.
1821 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
1823         * cus-edit.el (custom-file): Don't assume we were invoked with -q
1824         unless ~/.emacs exists.
1826         * novice.el (enable-command): If user-init-file is nil or does not
1827         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1829 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1831         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1832         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1833         Allow spaces around macro arguments.
1834         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1835         indent-for-tab-command.
1836         (latex-mode-map, plain-tex-mode-map): New keymaps.
1837         Inherit from tex-mode-map.
1838         (tex-common-initialization): Don't setup the keymap any more
1839         since it's now done right by define-derived-mode.
1840         (latex-mode): Set skeleton-end-hook to nil.
1841         (latex-skeleton-end-hook): Remove.
1842         (tex-latex-block, latex-insert-item): Simplify.
1843         (latex-syntax-after): Use following-char rather than char-after.
1844         (tex-discount-args-cmds, tex-count-words): New functions.
1846         * textmodes/tildify.el (tildify-ignored-environments-alist):
1847         Recognize \verb* as well.
1849         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1850         (perl-comment-indent): Simplify to let newcomment.el do its job.
1851         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1852         (perl-mark-function): Cleanup the namespace.
1853         (perl-calculate-indent): Don't be fooled by nested functions.
1855         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1857         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1858         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
1860 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
1862         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1863         actually be `\\'.
1864         (ctlau-b5-converter): Likewise.
1866 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1868         * international/titdic-cnv.el (quail-misc-package-ext-info):
1869         Change CTLauB.el to CTLau-b5.el.
1871 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1873         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1874         rather than beginning-of-line to avoid problems with fields.
1875         (gud-perldb-massage-args): Use unless and push.
1876         (gud-chdir-before-run): New var.
1877         (gud-common-init): Use it.
1879 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1881         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1882         delete entries for chinese-ctlau and chinese-ctlaub.
1883         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1884         chinese-ctlaub.
1885         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1886         New functions.
1888 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
1890         * cus-edit.el (custom-comment-show): Remove debug code.
1892         * language/japan-util.el (japanese-symbol-table): Fix handling of
1893         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
1895 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
1897         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1898         Renamed by removing the silly `-flag' suffix.
1899         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1901 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1903         * replace.el (keep-lines-read-args): Use `copy-marker'.
1904         (how-many): Save excursion properly.
1905         (occur-mode): Use define-derived-mode.
1906         (perform-replace): Use with-current-buffer.
1908 2001-05-20  Richard M. Stallman  <rms@gnu.org>
1910         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1912         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1914         * info.el (Info-read-subfile): Widen before finding the
1915         desired node in the subfile.
1917         * startup.el (command-line-1): When >2 files visited,
1918         leave the last one visible, and make that the selected window.
1920 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
1922         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1924 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
1926         * international/ccl.el (define-ccl-program): Fix a typo.
1927         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1929         * international/mule.el (decode-char): Fix a typo.  From Pavel
1930         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1932         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
1933         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1935         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
1936         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1938 2001-05-18  Sam Steingold  <sds@gnu.org>
1940         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1941         and [RET] to `cvs-mode-find-file'.
1943 2001-05-18  John Wiegley  <johnw@gnu.org>
1945         * eshell/esh-ext.el (eshell-explicit-command-char): A new
1946         configuration variable, which determines the initial character
1947         that forces use of an external version of a command.  The default
1948         is *, but may be set to \, for example.
1950         * eshell/esh-ext.el (eshell-explicit-command):
1951         Use `eshell-explicit-command-char' instead of ?*.
1953         * eshell/esh-cmd.el (eshell/which):
1954         Use `eshell-explicit-command-char' instead of ?*.
1956         * eshell/em-cmpl.el (eshell-completion-command-name)
1957         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1958         instead of ?*.
1960 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
1962         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1963         subst-char-in-string.
1964         (ange-ftp-after-parse-ls-hook): New variable.
1965         (ange-ftp-ls): Run that hook.
1966         From Peter Milliken <Peter.Milliken@GTECH.COM>.
1968         * tmm.el (tmm-get-keymap): Fix handling of :filter.
1969         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1970         text into *Completions*.
1972         * net/goto-addr.el (goto-address-at-point): Deal with URLs
1973         part of which look like email addresses.
1975 2001-05-18  Andrew Innes  <andrewi@gnu.org>
1977         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1978         Use . instead of absolute path for lisp dir, to avoid bug in W2K
1979         cmd.exe's handling of FOR loops.
1980         (autoloads): Set find-file-suppress-same-file-warnings to t to
1981         avoid slew of spurious messages.
1983 2001-05-18  Simon Josefsson  <simon@josefsson.org>
1985         * mail/smtpmail.el (maybe-append-domain): Renamed to
1986         `smtpmail-maybe-append-domain'.
1987         (smtpmail-via-smtp): Use the new name.
1989         * net/browse-url.el (browse-url-browser-function): Add kde.
1990         (browse-url-kde-program, browse-url-kde-args): New variables.
1991         (browse-url-kde): New function.
1993 2001-05-18  Miles Bader  <miles@gnu.org>
1995         * simple.el (delete-horizontal-space, just-one-space):
1996         Use `constrain-to-field' instead of `field-end'/`field-beginning',
1997         because it's more efficient for large files.
1999 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
2001         * mail/rmail.el (rmail-require-mime-maybe): New function.
2002         (rmail): Use it.
2003         (rmail-mode): Handle the case of finding Rmail files.
2005         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2006         functions.
2008 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
2010         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2011         text-property after moving to the beginning of line and regardless
2012         of the value of font-lock-multiline.
2014 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
2016         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2018         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2019         last coding system used before calling set-buffer-modified-p
2020         because that function changes last-coding-system.
2022 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
2024         * files.el (switch-to-buffer-other-window)
2025         (switch-to-buffer-other-frame): Add an xref to display-buffer in
2026         the doc string.
2028 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
2030         * language/slovak.el, language/czech.el: New maintainer.
2032 2001-05-16  Sam Steingold  <sds@gnu.org>
2034         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2035         sub-form of `defgeneric' correctly.
2037 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
2039         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2040         of `c'.
2042         * textmodes/outline.el (outline-font-lock-level): Remove the
2043         condition-case, test what outline-level returns instead, to
2044         ease debugging.
2046         * international/mule.el (auto-coding-regexp-alist): New user-option.
2047         (auto-coding-from-file-contents): New function.
2048         (set-auto-coding): Use it to determine a coding system.
2050 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
2052         * mouse.el (mouse-delete-other-windows): Doc fix.
2054         * emacs-lisp/lisp-mode.el (lisp-mode):
2055         Make font-lock-keywords-case-fold-search a buffer-local variable with
2056         make-local-variable before setting it.
2058 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
2060         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2061         prefixes.
2063 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
2065         * hexl.el (hexl-current-address): Print a message when called
2066         interactively.
2068 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
2070         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2072         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2074         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2076 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
2078         * startup.el (command-line): If parameters have been changed in
2079         the init files which influence font selection, clear the face
2080         cache so that faces get realized with the new parameters.
2082         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2084 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
2086         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2088 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
2090         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2091         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
2093 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
2095         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2096         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
2098 2001-05-09  John Wiegley  <johnw@gnu.org>
2100         * eshell/esh-util.el (eshell-convert-numeric-arguments):
2101         Annotated the documentation string to tell users about
2102         `eshell-no-numeric-conversions'.
2104         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2105         conversions if a Lisp function has the property
2106         `eshell-no-numeric-conversions' set to a non-nil value.
2108         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2109         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2110         property `eshell-no-numeric-conversions' on the following
2111         functions (which all deal with filesystem entities, and never Lisp
2112         numerical values): eshell/cd, eshell/pushd, eshell/popd,
2113         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2114         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2115         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2116         eshell/which, eshell/addpath.
2118 2001-05-09  John Wiegley  <johnw@gnu.org>
2120         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2121         encountered as an argument, don't convert it right away, but tag
2122         the first character of the string with the text properties
2123         `number', which signifies to `eshell-lisp-command' that the
2124         argument should be passed through `string-to-number' if it is
2125         actually used in the call to a Lisp function.
2127         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2128         function, convert any string arguments that have been tagged as
2129         "numbers", by calling string-to-number.
2131         * eshell/esh-util.el (eshell-number-regexp): Now that number
2132         conversions only happen for Lisp function calls, the number regexp
2133         should now match all integer and floating point forms.
2135         * eshell/esh-proc.el: Disable `eshell-stop-process' and
2136         `eshell-continue-process', since they are both nonfunctional at
2137         the moment.
2138         (eshell-proc-initialize): Don't bind keys for
2139         `eshell-stop-process' or `eshell-continue-process'.
2141         * eshell/em-unix.el (eshell-shuffle-files):
2142         Apply `directory-file-name' before calling `file-name-directory'.
2144         * eshell/em-hist.el (eshell-add-to-history): Reference to
2145         `eshell-history-ring' needed to be `eshell-history-index'.
2147         * calendar/timeclock.el (timeclock-find-discrep):
2148         Initialize `elapsed' to 0.
2149         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2150         it's still nil.
2152 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
2154         * arc-mode.el (archive-int-to-mode): Construct the string directly.
2155         (archive-mode): Use capitalize.
2156         (archive-unique-fname): Use make-temp-file.
2158 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
2160         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2162 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
2164         * tar-mode.el (tar-extract): Pay attention to the value of
2165         coding-system-for-read, if it is non-nil.
2167         * calendar/holidays.el (holidays): Add an autoload cookie.
2168         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2170 2001-05-08  John Wiegley  <johnw@gnu.org>
2172         * calendar/timeclock.el (timeclock-workday-remaining):
2173         Changed logic for determining how much time is remaining.
2174         (timeclock-workday-elapsed): Don't accept a "relative" argument
2175         for the current day's elapsed time.  What could that have meant?
2176         (timeclock-workday-elapsed-string): No "relative" argument anymore.
2177         (timeclock-when-to-leave): Changed logic, similarly to what was
2178         done for `timeclock-workday-remaining'.
2179         (timeclock-find-discrep): Removed "today-only" argument, which had
2180         no meaning.  Fixed some more math problems.  The function now
2181         returns a three member list: (TOTAL-TIME-DISCREPANCY
2182         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2184 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
2186         * w32-fns.el (convert-standard-filename): Start replacing slashes
2187         from the beginning of the file name, not from where the last
2188         invalid character was.  From "Andrew Maguire (SWW)"
2189         <Andrew.Maguire@Smallworld.co.uk>
2191 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
2193         The following changes are to provide infrastructure for handling
2194         MIME messages to rmail.  They don't affect the original behaviour
2195         if rmail-enable-mime is nil.
2197         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2198         (rmail-search-mime-message-function)
2199         (rmail-search-mime-header-function): New variables.
2200         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2201         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2202         `rmail-view-buffer' is hidden.
2203         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
2204         call rmai-show-mime-function.
2205         (rmail-display-labels): If rmail-enable-mime is non-nil, update
2206         mode-line-process of rmail-view-buffer.
2207         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2208         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2209         buffer.
2210         (rmail-next-message, rmail-next-undeleted-message): Be sure to
2211         set-buffer to the Rmail buffer.
2212         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2213         rmail-search-mime-header-function.
2214         (rmail-search-message): New function.
2215         (rmail-search): Call rmail-search-message to check if a message
2216         matches REGEXP, lastly update point after calling
2217         rmail-show-message.
2218         (rmail-undelete-previous-message, rmail-expunge-confirmed)
2219         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2220         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2221         header region, refer to rmail-msgref-vector while setting the
2222         current buffer to rmail-buffer temporarily.
2223         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2224         If rmail-enable-mime is non-nil, call
2225         rmail-insert-mime-forwarded-message-function instead of inserting
2226         forwarded message by itself.
2228         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2229         Rmail buffer.
2230         (rmail-set-label, rmail-next-labeled-message): Likewise.
2232         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2233         set-buffer to the Rmail buffer.
2234         (rmail-output-to-rmail-file): Likewise.
2235         (rmail-output): Likewise.
2237         * mail/rmailsum.el (rmail-message-subject-p): Process the result
2238         of mail-fetch-field by rmail-summary-line-decoder.
2239         (rmail-new-summary): Be sure to go to the Rmail buffer.
2240         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2241         rmail-view-buffer to nil.
2242         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2243         rmail-view-buffer.
2244         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2245         rmail-buffer.
2246         (rmail-summary-scroll-msg-down): Likewise.
2247         (rmail-summary-beginning-of-message): Likewise.
2248         (rmail-summary-wipe): Likewise.
2249         (rmail-summary-toggle-header): Use save-window-excursion, not
2250         save-excursion.  Update point in rmail-view-buffer, not in
2251         rmail-buffer.
2252         (rmail-summary-reply): Before calling rmail-reply, set buffer to
2253         rmail-view-buffer, not rmail-buffer.
2255 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
2257         * cus-edit.el (custom-file): Signal an error if user-init-file is
2258         nil (running -q).
2260         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2262         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2263         Add :version.
2265         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2266         New option.
2267         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2268         only if smtpmail-warn-about-unknown-extensions is set.
2270         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2271         instead of rmail-sort-by-keywords.
2273         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2274         rmail-sort-by-keywords.
2276         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2277         rmail-summary-sort-by-keywords.  Doc fix.
2278         (rmail-summary-mode): Doc fix.
2280         * mail/rmail.el (rmail-edit): New Custom group.
2282         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2283         (rmail-edit-mode-hook): New user-option.
2285 2001-05-05  Richard M. Stallman  <rms@gnu.org>
2287         * help.el (help-xref-symbol-regexp): Recognize "source of"
2288         and friends, meaning make a link to the source file.
2289         (help-make-xrefs): Handle "source of" and friends
2290         by constructing a link that visits the source file.
2292         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2294 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
2296         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2297         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2298         Renamed from perl-font-lock-keywords to avoid clashes.
2299         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2300         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2301         Updated correspondingly.
2303         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2304         Typo `nonexistant' -> `nonexistent'.
2306 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
2308         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2309         Split `c-electric-delete' into two functions where
2310         `c-electric-delete-forward' always deletes forward and
2311         `c-electric-delete' only contains the code necessary for XEmacs to
2312         choose between backward and forward deletion.
2314         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2315         get the electric behavior on that key too.
2316         (c-fill-paragraph): Fixed bogus direct use of
2317         c-comment-prefix-regexp, which caused an error when it's a list.
2319 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2321         * dired-aux.el (dired-diff): Doc fix.
2323         * dired.el (dired-diff): Likewise.
2325 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2327         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2329 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
2331         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2332         if both the buffer and the file are read-only.
2334         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2335         rather than font-lock-string-face.
2336         (sh-get-indent-info): Treat heredocs like strings.
2338 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
2340         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2341         a newline following `}'.
2342         (texinfo-format-email): New function.
2343         (toplevel): Use texinfo-format-email for @email.
2344         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2345         Add `display'.
2346         (texinfo-sort-region): Goto point-min before sorting.
2347         (texinfo-set): Remove leading white space from value.
2348         From yagi@is.titech.ac.jp.
2350         * replace.el (query-replace-regexp-eval): Doc fix.
2352 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
2354         * diff-mode.el (diff-nonexistant-face): New face.
2355         (diff-font-lock-keywords): Use it.
2357 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
2359         * font-lock.el (font-lock-mode): Doc fix.
2361         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2362         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2364 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
2366         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2367         backslash at the start of the here-document delimiter.
2368         (sh-font-lock-syntactic-keywords): Likewise.
2370         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2372 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
2374         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2375         (tty-color-translate, tty-color-by-index, tty-color-values)
2376         (tty-color-desc): Doc fix.
2378 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
2380         * dired-aux.el (dired-do-create-files, dired-do-copy)
2381         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2382         Mention dired-dwim-target in the doc string.
2384 2001-04-28  Miles Bader  <miles@gnu.org>
2386         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2387         (dabbrev--find-expansion): Use it.
2388         (dabbrev--select-buffers): Don't select ignored buffers.
2390 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
2392         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2394 2001-04-26  Richard M. Stallman  <rms@gnu.org>
2396         * dabbrev.el: Add doc strings for some functions.
2397         (dabbrev--eliminate-newlines): New variable.
2398         (dabbrev--substitute-expansion): Convert newlines to spaces
2399         if dabbrev--eliminate-newlines is set.
2400         If abbrev and expansion are both all-lower-case,
2401         leave dabbrev--last-case-pattern nil.
2403 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
2405         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2406         if necessary, like in rmail-show-message.
2408 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2410         * ps-print.el: Color specified by number is forced to be float number.
2411         (ps-print-version): New version number (6.5.1.1).
2412         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2413         initialization.
2414         (ps-prefix-quote): New internal var.
2415         (ps-print-quote): New fun.
2416         (ps-setup, ps-output-frame-properties, ps-float-format)
2417         (ps-format-color): Code fix.
2418         (ps-plot-region): Eliminate redundant foreground color text setting.
2420 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
2422         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2424 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
2426         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2428 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
2430         * info.el (Info-additional-directory-list): Doc fix.
2432         * find-lisp.el (find-lisp-find-dired-filter)
2433         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2434         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
2436 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
2438         * progmodes/make-mode.el (makefile-font-lock-keywords):
2439         Rationalize the rules for includes and conditionals and use the
2440         keyword face for them.
2442         * faces.el (modify-face): Add compatibility for non-interactive use.
2444 2001-04-24  John Wiegley  <johnw@gnu.org>
2446         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2447         fix from last night, since it wasn't finding eshell/cd.
2449 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
2451         * rect.el (string-rectangle): Revert to 20.x behaviour.
2452         (replace-rectangle): Make it an alias for string-rectangle.
2453         (string-insert-rectangle): New function.
2455 2001-04-23  John Wiegley  <johnw@gnu.org>
2457         * eshell/em-unix.el (eshell/diff): Fixed problems that were
2458         occurring with Emacs 21's diff.el/compile.el interaction layer.
2460 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
2462         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2463         case where the function was defined in a file, but not part of an
2464         eshell module.
2466 2001-04-23  John Wiegley  <johnw@gnu.org>
2468         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2469         code to work around a redisplay problem I've been having.
2471 2001-04-23  John Wiegley  <johnw@gnu.org>
2473         * calendar/timeclock.el (timeclock-day-required): If the time
2474         required for a particular day is not set, use `timeclock-workday'.
2475         (timeclock-find-discrep): Added some sample code in a comment.
2477         * eshell/eshell.el (eshell-command): Made a few changes so that
2478         `eshell-command' could be called programmatically.
2480         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2482         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2484 2001-04-23  John Wiegley  <johnw@gnu.org>
2486         * calendar/timeclock.el: Updated copyright.
2487         (timeclock-generate-report): Don't report the daily or two-week
2488         total, if no time has been worked in that period.
2489         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2490         final computational form, which was unnecessary; corrected a
2491         parsing problem when timeclock-relative was nil.
2493 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
2495         * calendar/timeclock.el (timeclock-modeline-display): Check if
2496         `list-entry' is null.
2497         (timeclock-use-display-time): The first argument to `set-variable'
2498         must be a symbol.
2500 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
2502         * calendar/calendar.el (diary-entry-marker)
2503         (calendar-today-marker, calendar-holiday-marker):
2504         Use display-color-p instead of window-system.
2505         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2506         instead of window-system.
2507         (calendar-hide-window): Use display-multi-frame-p instead of
2508         window-system.
2510         * calendar/cal-x.el (calendar-two-frame-setup)
2511         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2512         Use display-multi-frame-p instead of window-system.
2514 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
2516         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2518         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2519         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2521 2001-04-23  Alex Schroeder  <alex@gnu.org>
2523         * goto-addr.el: Instead of defining line-beginning-position and
2524         line-end-position a defalias is used for point-at-bol and point-at-eol.
2526 2001-04-23  Alex Schroeder  <alex@gnu.org>
2528         * goto-addr.el: Added XEmacs compatibility code.
2529         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2531 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
2533         * textmodes/paragraphs.el (sentence-end): Doc fix.
2535 2001-04-20  Alex Schroeder  <alex@gnu.org>
2537         * sql.el (sql-escape-newlines-and-send): New function.
2538         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2540 2001-04-20  Alex Schroeder  <alex@gnu.org>
2542         * sql.el (sql-db2-program): New option.
2543         (sql-db2-options): New option.
2544         (sql-db2): New function.
2546 2001-04-20  Alex Schroeder  <alex@gnu.org>
2548         * sql.el (sql-mode-menu): Added highlighting entries.
2549         (sql-highlight-oracle-keywords): New function.
2550         (sql-highlight-postgres-keywords): New function.
2551         (sql-highlight-ansi-keywords): New function.
2553 2001-04-20  Alex Schroeder  <alex@gnu.org>
2555         * sql.el (sql-help): Doc change.
2557 2001-04-19  Karl Fogel  <kfogel@collab.net>
2559         * saveplace.el (save-place-alist-to-file): Removed no-effect code
2560         that inserted file content only to delete it immediately.
2561         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
2562         <lektu@uol.com.br> for the patch.
2564 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2566         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2568 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2570         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2571         for defmethod.
2573         * comint.el (comint-cr-magic): New function.
2574         (toplevel): Add it to comint-preoutput-filter-functions.
2576 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2578         * makefile.w32-in (EMACSLOADPATH): Define.
2579         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2580         (recompile): Remove stuff to set EMACSLOADPATH.
2582 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2584         * language/slovak.el ("Slovak"): Add tutorial entry.
2586         * net/browse-url.el (browse-url-new-window-flag): Renamed from
2587         browse-url-new-window-p.
2589 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2591         * info.el (Info-menu-update): When there are no menus and/or no
2592         cross references in the node, make the respective items of the
2593         Info menu-bar menu inactive.
2595 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
2597         * indent.el (indent-for-tab-command): Call indent-line-function
2598         with no argument if PREFIX-ARG is non-nil.
2600         * frame.el (delete-other-frames): Handle minibuffer-only frames.
2602 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2604         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2605         an async subprocess if start-process is unavailable.  Suggested by
2606         Tim Van Holder <tim.van.holder@pandora.be>.
2608 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
2610         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
2611         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2613 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
2615         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2616         manual.
2618 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
2620         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2621         (cvs-menu): Add a few entries.
2623         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2624         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2625         lock file appears to be reachable from Emacs.
2626         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2627         (cvs-mode-find-file): Look for cvs-header-face rather than
2628         cvs-dirname-face (which doesn't exist).
2629         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2631         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2633 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2635         * emulation/pc-select.el (pc-selection-mode): Don't turn on
2636         normal-erase-is-backspace on a tty.  Instead, bind some keys such
2637         as [delete] directly, like pc-select.el did before
2638         normal-erase-is-backspace was invented.
2640 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
2642         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2644 2001-04-11  John Wiegley  <johnw@gnu.org>
2646         * eshell/em-ls.el (eshell-ls-insert-directory):
2647         Set font-lock-defaults to nil, to prevent fontification in dired
2648         buffers, if Eshell's ls is being used.
2650 2001-04-11  John Wiegley  <johnw@gnu.org>
2652         * calendar/timeclock.el (timeclock-completing-read): New function.
2653         (timeclock-ask-for-project, timeclock-ask-for-reason):
2654         Call `timeclock-completing-read'.
2656         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2657         required where `member' was being used.
2659 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
2661         * eshell/em-hist.el (eshell-previous-matching-input):
2662         Don't display "History item" if the the minibuffer is active.
2664 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
2666         * startup.el (command-line): Output a newline after printing
2667         an error from loading the window system's init file.
2669 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
2671         * textmodes/texinfo.el (texinfo-font-lock-keywords):
2672         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2673         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
2674         keywords whose arguments routinely include @@.
2676 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
2678         * emacs-lisp/advice.el (ad-make-advised-definition):
2679         Construct advice for subrs differently.
2681         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2682         regexp in parentheses when building the regexp for searching backwards.
2684         * simple.el (completion-list-mode-finish): New function.
2685         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2687         * language/european.el ("Polish"): Change sample text.
2688         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2690         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2691         parameter.
2693         * faces.el (menu): Doc fix.
2695 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2697         * ps-print.el: Footer implementation.  Doc fix.
2698         (ps-print-version): New version number (6.5.1).
2699         (ps-header-frame-alist): New customization var for header frame
2700         properties.
2701         (ps-line-number-color): New customization var for line number color.
2702         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2703         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2704         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2705         (ps-right-footer): New customization vars for footers.
2706         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2707         footers.
2708         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2709         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2710         Code fix.
2711         (ps-prologue-file): Indentation fix.
2712         (ps-print-quote): Fun eliminated.
2713         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2714         (ps-output-frame-properties): New fun.
2715         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2716         (ps-skip-newline): Replace defun by defsubst.
2718 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
2720         * eshell/eshell.el (eshell-command): Needed a "%s" format
2721         specifier, in case the buffer contains percent characters.
2723 2001-04-10  John Wiegley  <johnw@gnu.org>
2725         * calendar/timeclock.el (timeclock-generate-report): Added a
2726         missing insert of the project name.
2728 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
2730         * obsolete/profile.el: Moved from emacs-lisp/.
2732         * Makefile.in (nonobsolete_setwins): New macro.
2733         (finder-data): Use it instead of `setwins'.
2734         From: Dave Love <fx@gnu.org>.
2736         * server.el (server-visit-files): Set server-existing-buffer correctly.
2737         (server-visit-files): Run server-visit-hook after going to
2738         line 1 so that the hook can set point as it sees fit.
2740         * bindings.el (mode-line-modified): Unify help messages.
2742 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
2744         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2745         All callers changed.
2747 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
2749         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2750         long file names aren't supported, truncate the file names in
2751         quail-misc-package-ext-info to 8+3 before matching them against
2752         FILENAME.
2754         * dos-fns.el (dos-truncate-to-8+3): New function.
2756         * progmodes/compile.el (grep-compute-defaults): Use null-device
2757         instead of literal /dev/null. Reported by Jens Schmidt
2758         <schmidt@mathematik.uni-kl.de>.
2760         * simple.el (normal-erase-is-backspace-mode): Doc fix.
2762 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
2764         * textmodes/sgml-mode.el: Add unknown maintainer.
2765         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2766         (html-mode-map): Use set-keymap-parent.
2768 2001-04-06  Dave Love  <fx@gnu.org>
2770         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2771         Remove redundant string-to-list.
2773 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
2775         * composite.el (reference-point-alist): Doc fix.
2777 2001-04-05  Sam Steingold  <sds@gnu.org>
2779         * font-lock.el (font-lock-keywords-case-fold-search):
2780         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
2781         file made font-lock case-insensitive.
2783 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
2785         * faces.el (defface menu): Doc fix.
2787         * wid-edit.el (widget-color-sample-face-get): Don't make
2788         faces for undefined colors.
2790         * version.el (emacs-version): Include LessTif/Motif version info.
2792 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2794         * ps-mule.el: Eliminate cl package dependence.
2795         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2796         if they aren't defined yet.
2797         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2798         Eliminate cl package dependence.
2800 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
2802         * progmodes/cc-cmds.el (c-outline-level):
2803         Bind buffer-invisibility-spec.  Originally from Dave Love, but
2804         got lost when incorporating version 5.26.
2806 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
2808         * emulation/pc-select.el (pc-selection-mode):
2809         Call normal-erase-is-backspace-mode instead of binding
2810         keys individually.
2812         * cus-load.el (normal-erase-is-backspace): Use it instead of
2813         delete-key-deletes-forward.
2815         * startup.el (command-line): Use normal-erase-is-backspace and
2816         normal-erase-is-backspace-mode.
2818         * simple.el (normal-erase-is-backspace): Rename from
2819         delete-key-deletes-forward.  Doc fix.
2820         (normal-erase-is-backspace-mode): Rename from
2821         delete-key-deletes-forward-mode.  Doc fix.
2822         Run normal-erase-is-backspace-hook.
2824         * dired.el (dired-move-to-filename-regexp): Support file sizes in
2825         ``human-readable'' format produced by GNU `ls'.
2826         (dired-move-to-filename-regexp): Recognize ISO format dates.
2827         From Paul Eggert <eggert@twinsun.com>.
2829 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
2831         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2832         New functions.
2833         (lm-verify): Check keywords.
2834         From Eric M. Ludlam <eric@siege-engine.com>.
2836 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
2838         * speedbar.el (speedbar-insert-image-button-maybe): Check for
2839         `xemacs' feature instead of for the function `set-extent-property'.
2841 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
2843         * mail/mh-utils.el (mh-folder-hist): New var.
2844         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2846 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
2848         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2849         region, position point on the first or last 16-byte group.
2850         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2851         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
2852         hexl-beginning-of-line.
2854 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
2856         * icomplete.el (icomplete-mode): Treat an argument like other
2857         modes do.
2859         * startup.el (fancy-splash-head): Use splash8.xpm for color
2860         depth 8.
2862         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2863         Add an antry for ``converts''.
2865         * language/slovak.el ("Slovak"): Add documentation string.
2866         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2868         * language/czech.el ("Czech"): Add documentation string.
2869         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2871         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2872         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
2874 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2876         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2877         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2878         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2879         Use `defsubst' rather than a macro to ease debugging.
2880         (mail-extr-last): Remove (use `last' instead).
2881         (mail-extract-address-components): Properly reset the syntax-table
2882         after parsing an address.  Use `last' rather than mail-extr-last.
2883         Make sure the end marker stays at the very end.
2885 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
2887         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2888         last change.
2890 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2892         * ps-print.el: Line and paragraph spacing feature.  Region to cut
2893         out when printing.  Doc fix.
2894         (ps-print-version): New version number (6.5).
2895         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2896         New vars.  Line and paragraph spacing feature.
2897         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
2898         out when printing.
2899         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2900         (ps-get-font-size, ps-begin-job, ps-continue-line)
2901         (ps-plot-region): Code fix.
2902         (ps-print-prologue-2): Var eliminated.
2903         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2904         New internal vars.
2905         (ps-get-size): New fun.
2906         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2907         (ps-next-line): Replace defun by defsubst.
2908         (ps-mule-plot-string): Autoload doc fix.
2910         * ps-bdf.el: XEmacs compatibility.  Doc fix.
2911         (installation-directory, coding-system-for-read): Declare vars if
2912         it's not declared yet.
2913         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2915         * ps-mule.el: XEmacs compatibility.  Doc fix.
2916         (leading-code-private-22): Declare var if it's not declared yet.
2917         (charset-bytes, charset-dimension, charset-id, charset-width)
2918         (find-charset-region, split-char, char-width, chars-in-region)
2919         (forward-point, decompose-composite-char, encode-coding-string)
2920         (coding-system-p, ccl-execute-on-string, define-ccl-program):
2921         Define funs if not defined yet.
2922         (encode-composition-rule, find-composition): Define funs if not
2923         loaded yet.
2924         (ps-mule-prologue): PostScript code fix.
2926 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
2928         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
2929         non-nil, generate font for the header strings.
2930         (ps-mule-prepare-font): Likewise.
2931         (ps-mule-generate-glyphs): Likewise.
2932         (ps-mule-string-encoding): Likewise.
2933         (ps-mule-header-charsets): New variable.
2934         (ps-mule-encode-header-string): New function.
2935         (ps-mule-header-string-charsets): New function.
2936         (ps-mule-begin-job): Check charsets in the header strings.  If there
2937         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2939         * ps-print.el (ps-generate-header-line): Encode the header string by
2940         ps-mule-encode-header-string.
2941         (ps-mule-encode-header-string): Declare autoload.
2943 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
2945         * frame.el (cursor-in-non-selected-windows):
2946         Replaces show-cursor-in-non-selected-windows.
2948 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
2950         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2951         Delete entries for "chinese-py" and "chinese-ziranma".
2952         (quail-misc-package-ext-info): New variable.
2953         (tsang-quick-converter): New function.
2954         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2955         (quick-cns-converter, py-converter, ziranma-converter)
2956         (miscdic-convert, batch-miscdic-convert): New functions.
2958 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
2960         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2961         eight-bit-control chars.
2963         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2964         Reduce making temporary vector (suggested by Dave Love).
2966 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2968         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2969         string as well.
2971 2001-03-30  Andreas Schwab  <schwab@suse.de>
2973         * files.el (backup-directory-alist): Fix typo.
2975 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2977         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
2978         <eggert@twinsun.com>.
2980 2001-03-30  Dave Love  <fx@gnu.org>
2982         * progmodes/fortran.el (fortran-comment-region): Fix typo.
2984 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2986         * simple.el (transient-mark-mode): Mention C-g in the doc string.
2988 2001-03-30  Miles Bader  <miles@gnu.org>
2990         * subr.el (interactive-form): Fix paren typo.
2992 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
2994         * emacs-lisp/profile.el: Say that it's obsolete in the header
2995         line, so that finder.el puts that into its data-base.
2996         Suggested by Alex Schroeder <alex@gnu.org>.
2998 2001-03-29  Paul Eggert  <eggert@twinsun.com>
3000         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3001         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3003 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
3005         * generic.el (generic-mode-set-comments): Use "" rather than nil
3006         for comment-end.
3008 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
3010         * emacs-lisp/advice.el (ad-make-advised-definition):
3011         Call interactive-form to obtain the interactive spec of subrs.
3013         * subr.el (interactive-form): New function.
3015 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
3017         * vc-sccs.el (vc-sccs-register): Use relative file names.
3019 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
3021         * bookmark.el (bookmark-get-bookmark): Handle case that
3022         BOOKMARK is not a string.
3024         * image.el (image-type-regexps): Change type for PS files
3025         to `postscript'.
3027         * subr.el (read-passwd): Clear command history after each
3028         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
3030 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
3032         * international/kkc.el (kkc-save-init-file): Locally bind
3033         print-length to nil.
3035 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
3037         * textmodes/flyspell.el: Some doc fixes.
3038         (flyspell-maybe-correct-transposition)
3039         (flyspell-maybe-correct-doubling): Use a temporary buffer
3041         * textmodes/ispell.el (ispell-parse-output): Doc fix.
3043         * emacs-lisp/byte-opt.el (byte-optimize-while)
3044         (byte-optimize-form-code-walker): Diagnose too few arguments
3045         for `if' and `while'.
3047 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
3049         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3050         Prepend `\' to "\<quail-translation-docstring>".
3052 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
3054         * autorevert.el (global-auto-revert-non-file-buffers):
3055         Remove duplicate defcustom.
3057 2001-03-26  Miles Bader  <miles@gnu.org>
3059         * international/latin1-disp.el (latin1-char-displayable-p):
3060         Add leading "-" for X font pattern.
3062 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
3064         * international/mule-diag.el (describe-coding-system):
3065         For raw-text and emacs-mule, don't add anymore text about what
3066         charsets they can encode.
3068 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
3070         * help.el (view-lossage): Mention open-dribble-file in the doc
3071         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3073 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
3075         * skeleton.el (skeleton-internal-list): Fix bogus logic.
3076         (skeleton-pair-insert-maybe): Don't pair after a backslash.
3078 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
3080         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3081         Call ccl-execute-on-string directly so that CCL program handling
3082         multibyte sequence can work correctly.
3083         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3084         property of the coding system.
3086 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
3088         * textmodes/fill.el (fill-individual-paragraphs-prefix):
3089         Fix transcription typo.
3091 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
3093         * whitespace.el: Add buffer local variables to toggle testing of
3094         whitespaces in buffers without affecting the default values.
3095         Bump version to 3.0 to account for a few other changes.
3096         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3097         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3098         (whitespace-toggle-spacetab-check): New functions.
3100 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
3102         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3104 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
3106         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3107         bs-cycle-configuration-name.  From Juanma Barranquero
3108         <lektu@uol.com.br>.
3110         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3111         and cc-vars.el.
3113         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3114         headers.  Always invoke sendmail with option -t.
3116 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3118         * Release of cc-mode 5.28.
3120 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3122         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3123         Removed the hardcoded switch to "java" style in Java mode.
3124         It's instead taken care of by the default value for c-default-style.
3126 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3128         * cc-align.el (c-lineup-math): Fix bug where lineup was
3129         triggered by equal signs in string literals.
3131 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3133         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3134         limit detection when at the ends of the buffer.
3136         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3137         "for" statement clause in case 7F; a better one is done
3138         earlier in case 7D anyway.
3140 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3142         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3143         somewhat more and did a small optimization.
3145 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3147         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3148         Use the limit argument only to limit the syntactic context
3149         search, not to limit the actual movement.
3151         * cc-cmds.el (c-beginning-of-statement): Move by sentence
3152         inside multiline strings, just like in comments.  Also various
3153         fixes to the paragraph and comment prefix recognition, block
3154         comment ender handling etc.
3156 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3158         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3159         the relative position of the point.
3161         * cc-cmds.el (c-electric-continued-statement): New function to
3162         use as abbrev hook to reindent for keywords such as "else"
3163         that continues an earlier statement.
3165         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3166         like classes.
3168         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3169         (pike-mode): Populate the default abbrev tables to reindent for
3170         keywords such as "else" that can continue earlier statements.
3171         Abbrev mode is therefore turned on by default now.  (Note that
3172         this doesn't apply to idl-mode, since IDL afaik doesn't have
3173         statements at all.)
3175 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3177         * cc-engine.el (c-inside-bracelist-p): Fix for handling
3178         bracelists where the declaration contains template arguments.
3180 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3182         * cc-cmds.el (c-comment-indent):
3183         Use `c-get-syntactic-indentation' to correctly calculate the
3184         syntactic indentation.  Fixes bug with lineup functions that
3185         return vectors.
3187         * cc-engine.el (c-get-syntactic-indentation): Split the
3188         indentation sum calculation from `c-indent-line' to a separate
3189         function.
3191 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3193         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3194         Fixed places where it was assumed that preprocessor directives
3195         have to start in column zero.
3197         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3198         template arguments after a class identifier properly.
3200         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3201         lists for `new Foo[]' constructs in Java as expressions and
3202         not top level definition brace lists on the top level, so that
3203         they'll get indented consistently with the same type of
3204         expression in a normal block.
3206 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3208         * cc-cmds.el (c-fill-paragraph): The kludge that checks
3209         whether the adaptive filling package fails to keep the comment
3210         prefix is now kludged further to check for filladapt-mode
3211         which doesn't have that problem. This is really icky, but it's
3212         the only way that works with the current misfeatures/bugs in
3213         both adaptive-fill-mode and filladapt-mode.
3215         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3216         around point is recognized more robust.
3218 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3220         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3221         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3222         (c-lit-type): Fixed all internal variables used dynamically so
3223         that they are always bound.
3225         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3226         errors:
3228         (c-indent-region): Fixed reporting of syntactic errors so that
3229         the region is fully reindented even when an error occurs.
3230         The last syntactic error is printed afterwards.  Also cleanup up a
3231         whole lot of code that tried to optimize indentation of whole
3232         sexps but in reality accomplishes nothing.
3234         (c-indent-sexp): Use c-indent-region.
3236         (c-parsing-error): Changed this variable to hold the message
3237         for any syntactic error that is discovered.
3239         (c-parse-state): Search backward from point instead of the bod
3240         position when the latter is invalid.  This makes CC Mode
3241         recover faster when there are unbalanced close braces.
3243         (c-backward-to-start-of-if): Use c-parsing-error to report
3244         dangling "else" clauses instead of throwing an error, and fall
3245         back to a reasonable position.
3247         (c-indent-line): Added argument to avoid reporting syntactic errors.
3249         (c-show-syntactic-information): Don't report any syntactic errors.
3251 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3253         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3254         paragraph recognition when moving by sentence in literals.
3256         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3257         start regexp for javadoc to recognize javadoc markup in general instead
3258         of a specific set of keywords, to be more future-safe.
3260         (c-Pike-pikedoc-paragraph-start)
3261         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3262         pikedoc markup.
3264         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3266         (pike-mode): Initialize paragraph settings pikedoc recognition.
3268         * cc-vars.el (c-default-style): Made a nicer Customize widget.
3270         (c-comment-prefix-regexp): Made it possible to use an
3271         association list on this to specify mode specific regexps.
3272         The default value now use a special regexp in Pike mode to
3273         recognize pikedoc markup.
3275         (c-current-comment-prefix): New variable containing the actual
3276         regexp from c-comment-prefix-regexp for the current buffer.
3278 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3280         * cc-cmds.el (c-electric-brace): Fixed check for special brace
3281         lists: We can't look at the syntax, since a brace list can get
3282         recognized as a plain statement-cont.
3284         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3285         special brace list opener broken over two lines got recognized
3286         as a statement on the second line.  Case 9A changed.
3288 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3290         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3291         adjustment after line is reindented.
3293 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3295         * cc-defs.el (c-point): Added optional argument for position
3296         to use instead of the current point.
3298         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3299         the in-expression block symbols when the construct starts at
3300         boi, to avoid the extra level of indentation in that case.
3301         Cases 4, 16A and 17E affected.
3303 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3305         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3306         calls to `c-indent-line', to adhere better to Emacs conventions.
3308         * cc-engine.el (c-indent-line): Use the syntax already bound
3309         to `c-syntactic-context', if there is any.
3311 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3313         * cc-engine.el (c-get-offset): Fixed bug where the indentation
3314         wasn't added up correctly when a lineup function returned nil.
3316 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3318         * cc-engine.el (c-collect-line-comments): Fixed bug where
3319         empty lines were ignored when collecting line comments backwards.
3321 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3323         * cc-align.el (c-lineup-dont-change): Return an absolute
3324         indentation column to work correctly in the case when several
3325         syntactic elements are processed for the same line.
3327         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3328         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3329         (c-set-offset): Added absolute indentation column settings by
3330         using the vector type.
3332 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3334         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3335         Implemented two new cleanups `space-before-funcall' and
3336         `compact-empty-funcall'.
3338 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3340         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3341         helping building regexps.
3343         * cc-engine.el (c-on-identifier): New function for detecting
3344         identifiers.  It takes keywords into account.
3346         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3347         lists.  `c-keywords' is set to a regexp matching all keywords
3348         in the current language.
3350 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3352         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3353         list of characters to skip backwards over at the beginning of
3354         a statement, since it can precede string literals in Pike.
3356 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3358         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3359         recognition when standing on the last line in a C++ comment
3360         with nothing but whitespace after the prefix.
3362         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3363         given no limit argument.
3365 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3367         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3368         recognition for the `[]= operator symbol in Pike.
3370 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3372         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3373         around a bug in `eval-when-compile' in the byte compiler.
3375         * cc-engine.el (c-forward-token-1): Fixed bug with return
3376         value when count is zero and there's no token start within the limit.
3378         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3379         "prefix comments", i.e. comments which are followed by code on
3380         the same line.
3382         * cc-mode-19.el: Fixes so that checks that must be done at
3383         compile time also are done then.
3385 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3387         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3388         time and at runtime, and only when it's needed.
3390 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3392         Major cleanup for less error prone and more warning free
3393         compilation, including some fixes for bugs due to different
3394         compilation orders. Thanks to Martin Buchholz for providing
3395         the basis for all this.
3397         * cc-bytecomp.el: New file that provides some byte compilation
3398         features: It ensures that files always are loaded from the
3399         current source directory during compilation, and it provides a
3400         set of macros to turn off specific compiler warnings for
3401         specific symbols.  (It's not CC Mode specific in any way.)
3403         Fixed a nearly acyclic dependency tree (both runtime and
3404         compile-time) between all files.
3406         * cc-defs.el: Separated all macros before the inline functions,
3407         to ensure correct compilation.
3409         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3410         cc-defs.el to cc-engine.el and made it a function instead.
3412         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3413         about char-after.
3415         * cc-vars.el: Cope even when there isn't a custom package
3416         containing defcustom available.
3418         * cc-make.el: Removed since it's no longer necessary.
3420         README: Updated installation instructions.
3422 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3424         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3425         improve the modularity: Moved all mode init stuff from
3426         cc-langs.el to cc-mode.el, including the keymap
3427         initialization; cc-langs now only contains the various
3428         variables for configuring the language syntax.
3430         * cc-engine.el, cc-styles.el (c-evaluate-offset)
3431         (c-get-offset): Moved from cc-styles to cc-engine since file
3432         dependency analysis suggests they belong there (which also
3433         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
3435 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3437         * cc-cmds.el (c-fn-region-is-active-p): New function that
3438         wraps the corresponding macro, for use in places that aren't
3439         compiled.  Thanks to Martin Buchholz for pointing out this.
3441         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3443         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3444         add things to the bug report.
3446 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3448         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3449         returned prefix could contain a newline when the search for a
3450         good prefix line failed.
3452 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3454         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3455         (c-toggle-auto-hungry-state): Made the argument optional, as
3456         the documentation says it is.
3458 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3460         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3461         multiline string syntax, #"...", as a cpp macro.
3463 2001-03-21  Paul Eggert  <eggert@twinsun.com>
3465         * international/mule-cmds.el (set-locale-environment):
3466         Set system-messages-locale and system-time-locale, but only if the
3467         caller specifies a non-nil locale name.
3469 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3471         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3472         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
3474 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3476         * follow.el (follow-avoid-tail-recenter): Doc fix.
3478         * custom.el (custom-set-variables): Avoid reversing the list
3479         of args needlessly.
3481         * startup.el (fancy-splash-head): Don't change the colors of the
3482         XPM image on a dark background.
3484         * comint.el (comint-exec-1): Set columns of the terminal to
3485         window-width instead of frame-width.
3487         * info.el (Info-scroll-down): Add missing WINDOW arg for
3488         pos-visible-in-window-p.
3490         * ehelp.el (electric-help-mode-hook): Add defcustom.
3492         * mail/sendmail.el (mail-mode): Activate case-folding in
3493         font-lock-defaults.
3495 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
3497         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3498         (completion-ignored-extensions): Remove duplicate ".class".
3500 2001-03-19  Andreas Schwab  <schwab@suse.de>
3502         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3503         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3505 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
3507         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3508         methods since there are not prefix input methods.
3510 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
3512         * international/mule-cmds.el (read-input-method-name):
3513         Locally bind enable-recursive-minibuffers to t.
3515 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3517         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3519 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
3521         * ediff-util.el: Copyright years.
3522         (ediff-choose-syntax-table): New function.
3523         (ediff-setup): Use ediff-choose-syntax-table.
3525         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3526         with-syntax-table.
3528         * ediff.el: Date of last update, copyright years.
3530         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3532         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3533         of Scott Bronson.
3534         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3535         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3536         Deleted functions.
3537         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3538         ex-token-list.
3540         * viper-util.el: Spaces, indentation.
3542         * viper.el: Changed version, modification time.
3544 2001-03-16  John Wiegley  <johnw@gnu.org>
3546         * calendar/timeclock.el (timeclock-workday-remaining):
3547         Check whether `discrep' is non-null before using it.
3549 2001-03-16  John Wiegley  <johnw@gnu.org>
3551         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3552         first-time checkins.
3553         (timeclock-log-data): Fixed problem with reading timelog log file.
3554         Resulting data in the "day list" was incorrect.
3555         (timeclock-find-discrep): Check if `timeclock-file' is readable
3556         before opening it.
3557         (timeclock-time-less-p): New function.
3558         (timeclock-day-base): New function.
3559         (timeclock-geometric-mean): New function.
3560         (timeclock-generate-report): Generate a summary report based on
3561         the contents of the log file.  This uses `timeclock-log-data', and
3562         is an example of writing a timelog manipulation function.
3563         (timeclock-visit-timelog): A quick command for opening the timelog
3564         file.
3565         (timeclock-log-data): Bound the variable event.
3567 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
3569         * international/mule-cmds.el (select-safe-coding-system):
3570         Fix typo: symbol-name -> symbol-value.
3572         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3573         before substitute-in-file-name to handle double slashes in FILE
3574         correctly.
3576 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
3578         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3579         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3581 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
3583         * bindings.el (features): Add `md5' and `overlay' to the list.
3585         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3586         bound before using it.  It's not bound when configured without X,
3587         for instance.
3589 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
3591         * progmodes/hideshow.el: Update copyright.
3592         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3593         (hs-minor-mode-hook): Include `:version' in defcustom form.
3595 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
3597         * help.el (string-key-binding): Don't call event-start on
3598         a non-list.
3600 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
3602         * startup.el (fancy-splash-tail, command-line-1): Fix the
3603         copyright year.
3605 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
3607         * term.el: These changes are based on a patch sent from Yong Lu
3608         <lyongu@yahoo.com>.
3609         (term-set-escape-char): Bind M-x to execute-extended-command in
3610         term-raw-escape-map.
3611         (term-move-columns): Don't try to move to negagive column.
3612         (term-emulate-terminal): Insert a string before deleting a text to
3613         overwrite.
3615 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
3617         * play/life.el (life): Rearrange code so that all calls to
3618         life-display-generation are in a catch-form.
3620         * progmodes/etags.el (tags-loop-continue): Don't change point in a
3621         file that isn't interesting.  In an interesting file, push the old
3622         value of point on the mark ring.
3624         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3625         New function.
3626         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3627         Use it.
3629         * emacs-lisp/autoload.el (generate-file-autoloads):
3630         Remove warning about line lengths.
3632 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3634         * progmodes/etags.el (tags-compression-info-list): New variable.
3635         (find-tag-in-order): Use it to deal with compressed source files.
3636         (tag-file-name-match-p): New function.
3637         (etags-recognize-tags-table): Use it for better match of file names.
3639 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
3641         * international/mule-cmds.el (register-input-method): Doc fix.
3643         * international/quail.el (quail-translate-key): Fix condition to
3644         check if there's another breaking point in the current key.
3646 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
3648         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3649         Babyl header to the newly-created output file, bind
3650         coding-system-for-write to either rmail-file-coding-system or
3651         emacs-mule-unix.
3653 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
3655         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3656         Fix the name and regexp used for subsubsections.
3658 2001-03-10  Dave Love  <fx@gnu.org>
3660         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3661         and save-buffer if buffer-file-name non-nil.  From rms.
3663 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
3665         * vc.el (vc-do-command): If the destination buffer is already
3666         current, don't set it up and don't erase it.  Updated doc string
3667         to reflect that.
3668         (vc-version-diff): When doing a single file diff, don't switch to the
3669         *vc-diff* buffer before the command.  This is to preserve local
3670         variable bindings that might affect the diff command.
3671         (vc-print-log): Don't switch to the *vc* buffer before the
3672         command, so that local variable bindings are preserved.
3674         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3675         not the current buffer.
3676         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3678         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3679         make output go to buffer *vc*, not the current buffer.
3681 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3683         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3684         so ^, $, *, ? and + are interpreted correctly.
3686 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
3688         * help.el (string-key-binding): Renamed from
3689         mode-line-key-binding.  Handle any event on a string.
3690         Check for `keymap' properties as well as `local-map' properties.
3692         * comint.el (comint-insert-clicked-input): Use the last key
3693         from this-command-keys to lookup the global key definition.
3695 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
3697         * international/characters.el: Add category `j' for
3698         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
3700         * international/mule-conf.el (no-conversion): Fix docstring.
3701         (raw-text): Fix docstring.
3703 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
3705         * simple.el (choose-completion-string): When not leaving the
3706         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3707         is set.
3709         * window.el (shrink-window-if-larger-than-buffer): Handle frame
3710         parameter `(minibuffer . t)'.
3712 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3714         * progmodes/sh-script.el (sh-st-symbol): New symbol.
3715         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3716         (sh-mode): Remove `make-local-variable' for unused var
3717         `font-lock-unfontify-region-function'.
3719 2001-03-07  Richard M. Stallman  <rms@gnu.org>
3721         * info.el (Info-scroll-down): Fix previous change.
3723         * mail/rmail.el (rmail-toggle-header): Use a window which
3724         is showing the Rmail buffer, rather than the selected window.
3726 2001-03-07  Dave Love  <fx@gnu.org>
3728         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3729         now, to avoid problems with binding imenu directly to a mouse event.
3731 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3733         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3734         second arg t.
3736 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3738         * log-edit.el (log-edit-common-indent): New var.
3739         (log-edit-set-common-indentation): Renamed from
3740         log-edit-delete-common-indentation.  Use the new var.
3741         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3743         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3744         (cvs-mode-add-change-log-entry-other-window):
3745         Don't presume change-log-default-name is defined.
3747         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3749         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3750         the "tree" operation as well.
3752         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3754         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3755         to match paragraph-start.
3757         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3758         comment-start-skip and set comment-end-skip as well.
3759         (sgml-comment-indent): Fix for new value of comment-start-skip.
3760         (html-autoview-mode): Don't bother using make-local-hook.
3762 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3764         * cus-edit.el (custom-save-delete): Move in front of local
3765         variables, otherwise long Custom entries would make them ineffective.
3767         * uniquify.el: Set maintainer to FSF.
3769 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
3771         * dired-aux.el (dired-do-shell-command): Doc fix.
3773 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
3775         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3777         * which-func.el (which-func-modes): Add cperl-mode.
3778         (which-func-mode-global): Use define-minor-mode.
3780         * info-look.el: Docstring fixes and dead code eliminated.
3781         (cperl-mode): Add support.
3782         (emacs-lisp-mode): List all entries from elisp manual, whether
3783         or not they are currently (f)bound or not.  Update regexp.
3785         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3787         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3788         so that C-h m shows the correct information.
3789         Use make-local-variable rather than make-variable-buffer-local.
3790         (cperl-info-buffer, cperl-setup-tmp-buf):
3791         Use make-local-variable rather than make-variable-buffer-local.
3792         (cperl-msb-fix, cperl-get-help-defer):
3793         Check major-mode for `cperl-mode' as well.
3795         * progmodes/cperl-mode.el: Updated to author version 4.23.
3796         (cperl-electric-pod): SYNOPSIS was misspelled.
3797         (cperl-find-pods-heres): @if ? a : b was considered a REx.
3798         (cperl-after-expr-p): Make true after __END__.
3800 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
3802         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3803         bookmark-completion-ignore-case is t.
3805         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3806         switch, like xterm, and concat resource strings, with a newline
3807         between them.
3809 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
3811         * international/codepage.el (cp770-decode-table)
3812         (cp773-decode-table, cp774-decode-table): New variables.
3814         * man.el (Man-hyphenated-reference-regexp): New variable.
3815         (Man-build-references-alist): Use it to search for referenced
3816         manpages.  If hyphenated is non-nil, record a concatenated word in
3817         Man-refpages-alist only if it matches Man-reference-regexp.
3818         Update word's length when it is concatenated.  Reverse the list,
3819         to get the first manpage at the head.
3820         (Man-possibly-hyphenated-word): New function.
3821         (Man-follow-manual-reference): Use it instead of current-word to
3822         find a manpage at point, in a way that accounts for hyphenated
3823         references.
3825 2001-03-06  Alex Schroeder  <alex@gnu.org>
3827         * sql.el (sql-interbase): New function.
3828         (sql-interbase-program): New option.
3829         (sql-interbase-options): New option.
3830         And some typos fixed: "customise" to "customize".
3832 2001-03-06  Dave Love  <fx@gnu.org>
3834         * textmodes/flyspell.el (flyspell-region):
3835         Set up flyspell-local-mouse-map.
3837 2001-03-05  Richard M. Stallman  <rms@gnu.org>
3839         * mail/rmail.el (rmail-retry-failure):
3840         Don't call rmail-beginning-of-message.
3841         Don't discard From: field.  Do discard Received: field.
3842         Use unwind-protect to re-prune.
3843         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3845 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
3847         * international/quail.el (quail-title): Add autoload cookie.
3849 2001-03-05  Dave Love  <fx@gnu.org>
3851         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3852         new defs.
3854 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3856         * language/ethio-util.el (ethio-toggle-space):
3857         Update current-input-method-title if necessary.
3858         (ethio-toggle-punctuation): Likewise.
3860         * international/quail.el (quail-title): Fix for the case that a
3861         title of an input method is specified by a list of the same form
3862         as used in mode-line-format.
3864         * international/mule-cmds.el (activate-input-method):
3865         If current-input-method-title is set by activating INPUT-METHOD,
3866         respect that value.
3868 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
3870         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3872 2001-03-05  Alex Schroeder  <alex@gnu.org>
3874         * sql.el (sql-sybase): Fix typo (was: query user about server two
3875         times instead of server and database).
3877         * sql.el (sql-sybase): Doc change.
3878         (sql-mysql): Doc change.
3879         (sql-postgres): Doc change.
3881 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3883         * international/mule-conf.el (emacs-mule, raw-text):
3884         Docstring modified.
3886 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
3888         * term/internal.el: Update copyright notice.
3890         * term/pc-win.el: Update copyright notice.
3892 2001-03-02  Dave Love  <fx@gnu.org>
3894         * files.el (insert-file-contents-literally):
3895         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3896         not jka-compr-compression-info-list.
3898 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
3900         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3901         spaces in default comment-start-skip settings rather than \s-.
3903 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
3905         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3906         default-frame-alist as well.
3908 2001-03-01  Dave Love  <fx@gnu.org>
3910         * textmodes/reftex.el (defvar): Wrap some defvars in
3911         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
3913         * subr.el (event-basic-type): Doc fix.
3915         * international/quail.el: Doc fixes.
3917         * international/utf-8.el: Doc fixes.
3919         * international/mule-cmds.el: Doc fixes.
3920         (leim-list-header): Fix header text.
3922         * international/mule.el (coding-system-category): Doc fix.
3924         * international/ccl.el (ccl-compile): Doc fix.
3926 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
3928         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3929         rather than (before|after)-change-functions.
3931 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
3933         * ediff-util.el (ediff-scroll-horizontally): Arrange for
3934         scroll-left and scroll-right being called interactively so that
3935         they set the window's min_hscroll.
3937 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
3939         * info.el (info-insert-file-contents-1): Accept an additional
3940         argument `lfn': if it is non-nil, concatenate `filename' and
3941         `suffix'; otherwise use the complicated MS-DOS code.
3942         All callers changed.
3943         (info-insert-file-contents, Info-find-node): If the MS-DOS port
3944         can access long file names, try the long file-name version of
3945         `info-insert-file-contents-1', then the short file-name version.
3947 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
3949         * language/ethio-util.el (setup-ethiopic-environment-internal):
3950         Change bindings of functions keys to conform to "Emacs Lisp Coding
3951         Convention".
3953         * language/ethiopic.el ("Ethiopic"): Add documentation.
3955 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
3957         * international/utf-8.el (mule-utf-8): Set coding-category
3958         property to coding-category-utf-8.
3960 2001-02-27  Richard M. Stallman  <rms@gnu.org>
3962         * lpr.el (lpr-page-header-switches, print-region-1):
3963         Undo 2000-07-06 change.
3964         (lpr-add-switches): Default to t on gnu/linux.
3966 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
3968         * bs.el (bs-attributes-list): Doc fix.
3970 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3972         * help.el (describe-project): Display the file THE-GNU-PROJECT.
3974         * help.el (view-order-manuals): Use goto-address.
3976         * startup.el (command-line-1): Add info about ordering manuals
3977         to the not so fancy splash screens.
3979 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
3981         * vc.el (vc-default-workfile-unchanged-p)
3982         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3984 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3986         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3987         fontify in the right buffer.
3989         * allout.el (outline-flag-region): Move macro in front of first
3990         use to avoid a run-time error.
3992 2001-02-24  Andrew Innes  <andrewi@gnu.org>
3994         * makefile.w32-in: Fix copyright notice.
3996 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
3998         * international/utf-8.el (mule-utf-8): Set correct value for
3999         valid-codes property.
4001         * international/fontset.el (x-complement-fontset-spec): In the
4002         case that we use ASCII font for the other charsets, use only
4003         family and registry part of it.
4005 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
4007         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4008         (shrink-window-if-larger-than-buffer): Doc fix.
4010 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
4012         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4013         predicate passed to completing-read.
4015 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
4017         * startup.el (command-line): Fix last change.
4019 2001-02-23  Jason Rumney  <jasonr@gnu.org>
4021         * startup.el (tool-bar-originally-present): New variable.
4022         (command-line): Set it if the tool-bar is switched on at startup.
4024         * frame.el (frame-notice-user-settings): Only adjust frame height
4025         for no tool-bar case if tool-bar was originally switched on.
4026         From E. Jay Berkenbilt.
4028 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
4030         * server.el (server-switch-buffer): Only switch window if the
4031         current one is dedicated.
4033         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4034         rather than using (match-beginning 0) when searching for break point.
4036 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
4038         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4039         @ follows an accent command such as @'.  Support optional braces
4040         in commands that insert accents, like makeinfo does.
4042 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
4044         * startup.el (fancy-splash-text): Add a line for ordering
4045         manuals.  Reverse order of splash screens shown.
4046         (use-fancy-splash-screens-p): Adapt to the text line added.
4048         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4049         manuals from the FSF.
4051         * help.el (view-order-manuals): New function.
4052         (toplevel): Bind C-h C-m to this function.
4054 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
4056         * newcomment.el (comment-forward): Skip the comment-start before
4057         searching for the comment-end.
4059 2001-02-21  Dave Love  <fx@gnu.org>
4061         * custom.el (custom-initialize-changed, defcustom): Doc fix.
4063         * international/mule-cmds.el, international/mule.el: Doc fixes.
4065 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
4067         * startup.el (fancy-splash-screens): Use display-hourglass
4068         instead of display-busy-cursor.
4070         * frame.el (display-hourglass): Renamed from busy-cursor.
4071         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4072         (show-cursor-in-non-selected-windows): Doc fix.
4074 2001-02-20  Dave Love  <fx@gnu.org>
4076         * international/utf-8.el: Doc and commentary fixes.
4078 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
4080         * ehelp.el (with-electric-help): Doc fix.
4082 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
4084         * msb.el (msb-mode): Call the update-buffers function explicitly
4085         with a FORCE argument.
4087         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4088         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
4089         returns nil.
4091 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4093         * ps-print.el: Timestamp package replacement.  Some enhancements.
4094         Some XEmacs compatibility.  Doc fix.
4095         (ps-print-version): New version number (6.4).
4096         (ps-printer-name): Initialization fix.
4097         (ps-zebra-stripe-follow): Funcionality enhancement.
4098         (ps-prologue-file): Code enhancement.
4099         (ps-right-header): Timestamp package replacement.
4100         (ps-setup, ps-face-bold-p, ps-face-italic-p)
4101         (ps-get-page-dimensions)
4102         (ps-generate-header, ps-begin-file, ps-begin-job)
4103         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4104         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4105         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4106         (coding-system-for-write): Var declaration (XEmacs compatibility).
4108 2001-02-20  Miles Bader  <miles@gnu.org>
4110         * image-file.el (image-file-name-extensions): Add "tif".
4112 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
4114         * wid-edit.el (widget-button-click): Save the selected window
4115         around the code handling clicks on buttons.
4117 2001-02-18  Dave Love  <fx@gnu.org>
4119         * imenu.el (imenu--generic-function): Use mapc to iterate over
4120         syntax characters.
4122 2001-02-17  Richard M. Stallman  <rms@gnu.org>
4124         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4126         * uniquify.el (uniquify-buffer-name-style): Doc fix.
4128 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4130         * mouse.el (mouse-save-then-kill): If the distance from the new
4131         point to the mark is equal to the distance of point from the new
4132         point, move point instead of the mark.
4134 2001-02-16  Dave Love  <fx@gnu.org>
4136         * textmodes/flyspell.el (flyspell-get-word): Return string without
4137         properties.
4139 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4141         * generic.el (generic-find-file-regexp): Doc fix.
4142         (generic-ignore-files-regexp): New defcustom.
4143         (generic-mode-find-file-hook): If the file's name matches the
4144         regexp in `generic-ignore-files-regexp', don't enter
4145         default-generic-mode.  Doc fix.
4147 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4149         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4150         Add autoload cookies.
4152         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4153         of cal-tex-24.
4155 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4157         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4159         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4160         the character class after the (optional) drive, to support file
4161         names with embedded blanks.
4163 2001-02-15  Sam Steingold  <sds@gnu.org>
4165         * textmodes/tex-mode.el (tex-shell-running):
4166         Check the process buffer too.
4168 2001-02-15  Dave Love  <fx@gnu.org>
4170         * battery.el (battery-status-function): Fix doc, :type.
4172         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4174 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
4176         * subr.el (read-passwd): Clear Lisp memory holding password.
4178 2001-02-15  Miles Bader  <miles@gnu.org>
4180         * info.el (Info-copy-current-node-name): New function.
4181         (Info-mode-menu): Add it to the menu.
4183 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
4185         * international/mule-cmds.el (toggle-input-method): Doc fix.
4187 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
4189         * replace.el (occur): Stop at end of buffer.
4191 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
4193         * international/mule-cmds.el (set-input-method): Another doc fix.
4195 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
4197         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4199 2001-02-13  Miles Bader  <miles@gnu.org>
4201         * faces.el (set-face-background, set-face-foreground)
4202         (set-face-stipple): Treat a value of nil as being `unspecified'.
4204 2001-02-12  Dave Love  <d.love@dl.ac.uk>
4206         * international/latin1-disp.el:  Doc fixes.
4207         (latin1-display) <defgroup>: Add :link.
4208         (latin1-display) <function>: Set variable latin1-display.
4210 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
4212         * international/mule-cmds.el (set-input-method): Doc fix.
4214 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
4216         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4217         (speedbar-line-file): Return nil if not a file.
4218         (speedbar-buffers-line-path): Return file for tags, and dir for files.
4220 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
4222         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4223         for remote files.
4224         (ediff-coding-system-for-read): Replaced the no-conversion default
4225         with raw-text.
4227         * ediff-init.el: Removed :version from defcustom vars.
4229         * ediff-util.el (ediff-compute-custom-diffs-maybe):
4230         Better handling of the diff mode.
4232         * ediff.texi: Added ediff-coding-system-for-read.
4234         * viper.texi: Fix typos.
4236 2001-02-11  Dave Love  <fx@gnu.org>
4238         * shadowfile.el: Doc fixes.
4239         (shadow) <defgroup>: Add :link.
4240         (shadowfile-unload-hook): New function.
4241         (shadow-initialize): Use defalias, not fset.
4242         (shadow-define-cluster, shadow-define-literal-group)
4243         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4245         * international/mule.el: Doc and message fixes.
4247         * international/ccl.el (define-ccl-program): Doc fix.
4249 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
4251         * faces.el (mode-line): Set :line-width property to -1.
4253 2001-02-10  Richard M. Stallman  <rms@gnu.org>
4255         * complete.el (partial-completion-mode): Doc fix.
4257         * simple.el (delete-key-deletes-forward-mode):
4258         Change `let' to `let*' to fix gross bug in last change.
4260         * repeat.el (repeat): Don't let execute-kbd-macro alter
4261         real-last-command.
4263 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
4265         * simple.el (eval-expression): Doc fix.
4267 2001-02-09  Dave Love  <fx@gnu.org>
4269         * imenu.el (imenu-generic-expression): Doc fix.
4271         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4272         From Juanma Barranquero.
4274         * emacs-lisp/authors.el (authors): Expand `root' before running find.
4276 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
4278         * faces.el (set-face-attribute): Describe the case of a negative
4279         value specified for :line-width.
4281 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
4283         * which-func.el (which-func-mode): Invert which-func-mode-global.
4284         From Juanma Barranquero <lektu@uol.com.br>.
4286 2001-02-08  Dave Love  <fx@gnu.org>
4288         * wid-edit.el (widget-plist-convert-widget): Replace binding of
4289         widget-plist-value-type.
4290         (widget-alist-convert-widget): Replace binding of
4291         widget-alist-value-type.
4293         * textmodes/paragraphs.el (sentence-end): Doc fix.
4295         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4296         Remove `backward-line'.
4298         * play/pong.el (pong-blank-color, pong-bat-color)
4299         (pong-ball-color, pong-border-color, pong-left-key)
4300         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4301         (pong-pause-key, pong-resume-key, pong-timer-delay):
4302         * mail/mh-comp.el (mh-compose-letter-function):
4303         * eshell/esh-mode.el (eshell-skip-prompt-function):
4304         * emulation/viper-ex.el (ex-unix-type-shell-options):
4305         * recentf.el (recentf-menu-filter):
4306         * ps-print.el (ps-print-region-function):
4307         * lpr.el (print-region-function):
4308         * forms.el (forms-mode-hooks):
4309         * dirtrack.el (dirtrack-directory-change-hook):
4310         * cus-start.el (temp-buffer-show-function, display-buffer-function):
4311         * textmodes/spell.el (spell-filter):
4312         * textmodes/fill.el (adaptive-fill-function):
4313         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4314         * progmodes/etags.el (find-tag-default-function):
4315         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4316         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4318 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
4320         * emulation/viper-init.el (viper-fast-keyseq-timeout)
4321         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
4322         Meyering <jim@meyering.net>.
4324         * loadup.el: Revert last change.
4326 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
4328         * international/mule.el (transform-make-coding-system-args):
4329         Make it work also for coding systems not using CCL.
4331 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4333         * simple.el (previous-matching-history-element)
4334         (next-matching-history-element): Doc fix.
4336         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4337         specific part.
4339 2001-02-06  Dave Love  <fx@gnu.org>
4341         * add-log.el (add-log-current-defun-function)
4342         (add-log-buffer-file-name-function, add-log-file-name-function):
4343         Fix :type.
4344         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4346 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4348         * info.el (info-initialize): Remove the test for system-type when
4349         invocation-directory is non-nil.
4351         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4352         of `font-lock-defaults' to `backward-paragraph' rather than nil.
4354 2001-02-06  Andrew Innes  <andrewi@gnu.org>
4356         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4357         absolute.
4359 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
4361         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4362         buffers.  When hi-lock turned on rather than only checking current
4363         buffer for regexps, all buffers are checked. Moved activation of
4364         font-lock to hi-lock-refontify. When font-lock turned off rather
4365         than removing added highlighting just in current buffer, remove it
4366         in all buffers.  Changed edit menu text from "Automatic
4367         Highlighting" to "Regexp Highlighting" Documentation for
4368         highlighting phrases, minor documentation changes.
4369         (hi-lock-set-file-patterns): Execute only if there are new or
4370         existing file patterns.
4371         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4372         unfontify and, if a support mode is active, will not refontify the
4373         whole buffer.  If necessary, turn on font lock. (Removed
4374         font-lock-unfontify and font-lock support-mode-specific calls,
4375         such as lazy-lock-fontify-window.)
4376         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4377         patterns are found. Not useful now since find-file-hook is removed
4378         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4379         (hi-lock-face-phrase-buffer): New function.  Also added related
4380         menu item and keybinding.
4381         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4382         (hi-lock-process-phrase): New function.
4383         (hi-lock-line-face-buffer): Doc fixes.
4384         (hi-lock-face-buffer): Doc fixes.
4385         (hi-lock-unface-buffer): Doc fixes.
4387 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
4389         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4390         dabbrev-ignored-regexps.
4392 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4394         * simple.el (kill-line): Doc fix.
4396 2001-02-05  Dave Love  <fx@gnu.org>
4398         * loadup.el: Revert last two changes -- bootstrapping works with
4399         regenerated loaddefs.
4401 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
4403         * isearch.el (isearch-forward): Doc fix.
4405         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4406         of font-lock-defaults to backward-paragraph.
4408 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4410         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4411         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4413 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4415         * ebnf2ps.el: Eliminate time-stamp functions.
4416         (ebnf-version): New version (3.5).
4417         (ebnf-eps-finish-and-write): Replace time-stamp functions by
4418         format-time-string.
4420 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4422         * simple.el (next-line): Goto end-of-line before inserting a newline.
4424 2001-02-05  Miles Bader  <miles@gnu.org>
4426         * image-file.el (insert-image-file): When visiting an image, also
4427         set `truncate-lines' to t so that any fringe arrow looks correct.
4429 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
4431         * isearch.el (isearch-forward): Add description about input method
4432         in the docsting.
4434 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
4436         * skeleton.el (skeleton-internal-1): Always push the mark for @.
4438 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4440         * info.el (info-initialize): If installation-directory is nil, for
4441         DOS/Windows systems try looking in a sibling of invocation-directory.
4443 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
4445         * wid-edit.el (widget-button-click): Fix last change.
4447         * frame.el (frame-notice-user-settings): When resizing the initial
4448         frame because the tool bar is off, also change the frame's top
4449         position if a negative top position was specified.
4451 2001-02-02  Miles Bader  <miles@gnu.org>
4453         * image-file.el (insert-image-file): When visiting an image,
4454         suppress the cursor in the image buffer.
4456 2001-02-01  Dave Love  <fx@gnu.org>
4458         * progmodes/f90.el (f90-mode): Remove startup message.
4460         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
4462 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4464         * startup.el (command-line): Fix code determining whether or not
4465         to use delete-key-deletes-forward-mode.
4467 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
4469         * vc.el (vc-diff-switches): New user option.
4470         (vc-version-diff): Use it.
4471         (vc-diff-switches-list): New macro.
4473         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4474         New customization options.
4475         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4477         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4479 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4481         * msb.el (toplevel): Quote hook symbols.
4483 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
4485         * international/mule.el (make-coding-system): Add description
4486         about recognized properties in the docstring.
4488         * international/mule-conf.el: Remove unused charsets
4489         mac-roman-lower and mac-roman-upper.
4491 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
4493         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4494         is in front of the left-margin, if any.
4496         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4497         like `delete'.
4499         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4501         * term/w32-win.el (mouse-set-font): Doc fix.
4503 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4505         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4506         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4507         on already.
4509 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
4511         * files.el (save-buffer): Don't give message if (buffer-file-name)
4512         returns nil.
4514 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
4516         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4518         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4519         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
4521         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4522         display problems.
4524 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
4526         * international/mule.el (charset-info): Fix docstring.
4528         * international/mule-diag.el (describe-character-set): Check final
4529         char valid before printing it.
4531 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
4533         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4535         * frame.el (frame-notice-user-settings): Do the tool-bar
4536         stuff only for graphical displays.  Fix a braino.
4538         * frame.el (frame-initialize): Create initial frame visible.
4539         (frame-notice-user-settings): When tool-bar has been switched off,
4540         correct the frame size and sync tool-bar-mode.
4542         * startup.el (command-line): Remove manipulation of frame
4543         height for tool bars.
4545 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4547         * lpr.el: Compatibility with XEmacs and doc fixes.
4548         (lpr-windows-system, lpr-lp-system): New vars.
4549         (lpr-printer-switch): New defcustom.
4550         (printer-name, lpr-command): Customization fix.
4551         (print-region-1): Code fix.
4552         (print-region-new-buffer, printify-region): Indentation fix.
4553         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4554         New functions.
4556 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4558         * msb.el (toplevel): Fix the eval-after-load.
4560 2001-01-29  Dave Love  <fx@gnu.org>
4562         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4564         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4566         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4567         (tcl-using-emacs-19-23): Consider Emacs 21+.
4568         (tcl-help-directory-list, tcl-command-switches): Fix :type.
4569         (tcl-add-emacs-menu): Supply menu name.
4570         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4572 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4574         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4576 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
4578         * pcvs.el (cvs-mark-fis-dead): New function.
4579         (cvs-mode-add): Use it.
4580         (cvs-mode-add-change-log-entry-other-window):
4581         Rebind change-log-default-name to itself rather than to nil.
4583 2001-01-29  Sam Steingold  <sds@gnu.org>
4585         * vc-cvs.el: Replaced (require 'vc) with a bunch of
4586         `autoload' statements.
4588 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
4590         * files.el (confirm-kill-emacs): Doc fix.
4592         * frame.el (frame-initialize): Doc fix.
4594         * time-stamp.el (time-stamp-string): Doc fix.
4596         * woman.el (WoMan-log-1): Make the log buffer writable.
4597         From Markus Rost <rost@math.ohio-state.edu>.
4599 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4601         * imenu.el (imenu-syntax-alist): Add autoload cookie for
4602         the `make-variable-buffer-local'.
4604 2001-01-29  Dave Love  <fx@gnu.org>
4606         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4607         (ansi-color-for-comint-mode-on, ansi-color-process-output):
4608         Add autoload cookie.
4609         (ansi-color-apply-sequence): Fix typo.
4611 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4613         * menu-bar.el (menu-bar-files-menu): Add menu items for
4614         Postscript printing in black and white.
4616         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4617         X-Mailman-Version, Precedence, List-Help, List-Post,
4618         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4619         Content-Type, Content-Length.
4621 2001-01-29  Dave Love  <fx@gnu.org>
4623         * elide-head.el (elide-head): Make overlay evaporate.
4625         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4627 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
4629         * isearch.el (isearch-highlight): Don't punt if the display
4630         doesn't support colors, since isearch faces are defined for
4631         monochrome displays as well.
4633 2001-01-27  Sam Steingold  <sds@gnu.org>
4635         * shell.el (shell-write-history-on-exit): Make sure that we are in
4636         the shell buffer (M-x tex-file RET inserted the error message into
4637         the TeX buffer).
4639 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4641         * simple.el (transient-mark-mode): Doc fix.
4643 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
4645         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4647 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4649         * shell.el (shell-unquote-argument): If the shell is one of the
4650         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4651         quote character.
4652         (shell-dumb-shell-regexp): Document that the shells which match
4653         this regexp are supposed to not treat a backslash as a quote character.
4655         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4656         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
4658 2001-01-27  Richard M. Stallman  <rms@gnu.org>
4660         * dabbrev.el (dabbrev--substitute-expansion):
4661         Treat a one-capital-letter abbrev as "not all upper case",
4662         so as to force preservation of the expansion's pattern
4663         if the expansion starts with a capital letter.
4665 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4667         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4668         Doc fix.
4670         * simple.el (transient-mark-mode): Document the fact that many
4671         commands act on the region when mark is active.
4673 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
4675         * international/quail.el (quail-setup-completion-buf): Make the
4676         multibyteness of current buffer inherited to Quail completion buffer.
4677         (quail-show-guidance-buf): Make the multibyteness of current
4678         buffer inherited to Quail guidance buffer.
4679         (quail-help): Make the multibyteness of current buffer inherited
4680         to Quail help buffer.
4682 2001-01-26  Dave Love  <fx@gnu.org>
4684         * time-stamp.el: Doc fixes.
4686         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4687         (delphi-keyword-face, delphi-other-face): Fix :type.
4689         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
4691         * mail/feedmail.el (feedmail): Add :link.
4692         (feedmail-send-it): Doc fix.
4694         * mail/sendmail.el: Doc fixes.
4695         (sendmail-send-it): Fix the non-ASCII regexp and use
4696         rfc2047-encode-string.
4698         * dired.el, dired-aux.el: Revert last change.
4700 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4702         * makefile.w32-in (DONTCOMPILE): Add various term files.
4704 2001-01-26  Dave Love  <fx@gnu.org>
4706         * Makefile.in (DONTCOMPILE): Add various term files.
4708 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4710         * man.el (Man-default-man-entry, Man-mode): Doc fix.
4712         * startup.el (display-startup-echo-area-message): Make sure
4713         the echo area is resized to fit the size of the startup message.
4715         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4716         part of which is a constant.
4718 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
4720         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4722 2001-01-26  Richard M. Stallman  <rms@gnu.org>
4724         * simple.el (next-line): Don't let `newline' expand abbrevs.
4725         Simplify slightly.
4726         (open-line): Don't let `newline' expand abbrevs.
4728 2001-01-25  John Wiegley  <johnw@gnu.org>
4730         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4731         to `repeat' in the :type field.
4733         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4734         allow a choice of regexp or nil.
4735         (pcomplete-dir-ignore): Same.
4737         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4738         a command) to always fail.
4740 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
4742         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4743         discard the result.
4744         (iswitchb-to-end): Likewise.
4746 2001-01-25  Sam Steingold  <sds@gnu.org>
4748         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4749         Require vc.
4751 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
4753         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4755         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4757 2001-01-25  Dave Love  <fx@gnu.org>
4759         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4760         (describe-coding-system): Tweak the English text.
4762         * loadup.el: Preload international/ccl for utf-8.
4764 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
4766         * mail/rmail.el (rmail-redecode-body): Doc fix.
4768 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
4770         * international/mule-cmds.el (reset-language-environment):
4771         Reset coding-category-utf-8 to mule-utf-8.
4773         * international/mule-conf.el (coding-category-utf-8):
4774         Initialize to mule-utf-8.
4776         * loadup.el: Preload international/utf-8.
4778         * international/utf-8.el: New file.
4780 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
4782         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4784 2001-01-24  Sam Steingold  <sds@gnu.org>
4786         * dired.el (dired-replace-in-string): Removed.
4787         (dired-sort-toggle): Use `replace-regexps-in-string'
4788         instead of `dired-replace-in-string'.
4790         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4791         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4793         * gs.el (gs-replace-in-string): Removed.
4794         (gs-options): Use `replace-regexps-in-string'
4795         instead of `gs-replace-in-string'.
4797 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
4799         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4800         bug report is mailed to an email list and posted to a news group.
4802 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4804         * comint.el (comint-replace-by-expanded-history-before-point):
4805         Fix change of 2000-08-03 to move point to the start of the line again.
4807         * startup.el (tool-bar-images-pixel-height): New variable.
4808         (command-line): After loading the user's init file, when
4809         tool-bar-mode is on, increase the frame's size by some lines for
4810         the tool-bar.
4812         * frame.el (frame-initialize): Create the initial frame invisible.
4814 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4816         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4817         (chinese-big5): MIME:Big5.
4819 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4821         * international/mule-cmds.el (universal-coding-system-argument):
4822         Handle commands with prefix args.
4824 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4826         * calendar/diary-lib.el (diary-float): Fix case of MONTH
4827         being a list of numbers.
4828         (diary-mail-entries): Rewritten.
4830 2001-01-23  Dave Love  <fx@gnu.org>
4832         * international/mule.el (make-coding-system): Fix typo.
4834         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4835         Add backward-paragraph as font-lock-beginning-of-syntax-function.
4837 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
4839         * font-lock.el (font-lock-mode): Doc fix.
4841 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
4843         * international/mule.el (make-translation-table): Fix docstring.
4845 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
4847         * mail/rmail.el (rmail-redecode-body): New function.
4849         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4851 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
4853         * isearch.el (isearch-lazy-highlight-case-fold-search)
4854         (isearch-lazy-highlight-regexp): New variables.
4855         (isearch-lazy-highlight-cleanup): Update lazy highlight if
4856         case-fold search or regexp search has been toggled.
4858         * wid-edit.el (widget-button-click): Avoid a save-excursion
4859         around running a global binding.
4861         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4862         to 0.25.
4864 2001-01-20  Miles Bader  <miles@gnu.org>
4866         * cus-edit.el (custom-face-save): Do post-processing on the face's
4867         new value like `custom-face-set' does.
4869 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4871         * mail/emacsbug.el (report-emacs-bug): Report the value of
4872         LC_CTYPE, not LC_TYPE.
4874         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4875         isearch-toggle-regexp and isearch-edit-string to doc string.
4877 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4879         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4880         as font-lock-beginning-of-syntax-function in font-lock-defaults.
4882         * jit-lock.el (jit-lock-fontify-now): Don't bind
4883         font-lock-beginning-of-syntax-function to nil.
4885 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4887         * mail/emacsbug.el (report-emacs-bug): Report values of
4888         locale-coding-system, default-enable-multibyte-characters, and the
4889         environment variables LC_ALL, LC_TYPE, and LANG.
4891 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4893         * font-lock.el (font-lock-default-fontify-region): Fix last change.
4895         * font-lock.el (font-lock-multiline): Default to nil.
4896         (font-lock-default-fontify-region): If font-lock-multiline is
4897         nil, don't check the property `font-lock-multiline'.
4899         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4900         is nil, don't check the `font-lock-multiline' text property.
4902 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4904         * viper.el: Call initial-major-mode on startup.
4906         * ediff.el (ediff-patch-file): Use better defaults.
4908         * ediff-vers.el: Fix for 8+3 DOS file systems.
4910 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
4912         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4913         diff mode, if available.
4915 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4917         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4919         * ediff-init.el (subst-char-in-string): Define and use it, unless
4920         it's already defined.
4922 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
4924         * tooltip.el (tooltip-hide-delay): New user-option.
4925         (tooltip-show): Use tooltip-hide-delay instead of the default.
4927 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
4929         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4930         kill-local-variable doesn't work for enable-multibyte-characters.
4932 2001-01-17  Dave Love  <fx@gnu.org>
4934         * ediff-init.el (ediff-before-setup-hook)
4935         (ediff-merge-filename-prefix): Add :version.
4937         * international/latin1-disp.el: Require disp-table.
4938         (latin1-display): Fix :set.
4940         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4942 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
4944         * isearch.el (isearch-lazy-highlight-initial-delay)
4945         (isearch-lazy-highlight-interval): Default to 0.
4947 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
4949         * isearch.el (isearch-highlight): Set isearch-overlay priority to
4950         1 here rather than each time through
4951         isearch-lazy-highlight-new-loop.
4952         (isearch-lazy-highlight-max): Variable deleted.
4953         (isearch-lazy-highlight-max-at-a-time): New user variable, like
4954         isearch-lazy-highlight-max but controls a single invocation of
4955         isearch-lazy-highlight-update.
4956         (isearch-lazy-highlight-wrapped): Variable recreated.
4957         (isearch-lazy-highlight-window-start): New variable.
4958         (isearch-lazy-highlight-cleanup): Restored to behavior of
4959         before 2-Jan.
4960         (isearch-lazy-highlight-remove-overlays): Function deleted;
4961         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
4962         behavior removed.
4963         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4964         isearch-lazy-highlight-update in a loop rather than just once.
4965         Test isearch-invalid-regexp here and decide not to start a new
4966         loop, rather than testing it each time through
4967         isearch-lazy-highlight-update.
4968         (isearch-lazy-highlight-search): Function restored.
4969         (isearch-lazy-highlight-update): Get called in a timer loop again,
4970         but this time highlight more than one match each time through.
4971         Only highlight matches in the visible part of the window.
4972         Start at point, move in the direction of the search, and wrap around at
4973         the edge of the window.  Use sit-for to force redisplay and ensure
4974         window-start is credible.  "Face suppressing" behavior removed;
4975         overlay priorities should make it unnecessary, right?
4976         (isearch-highlight): Face suppressing behavior removed.
4977         (isearch-dehighlight): Face suppressing behavior removed.
4978         (isearch-set-lazy-highlight-faces-at): Removed.
4980 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
4982         * language/european.el ("Latin-1"): Make the format of description
4983         about additional language environments same as that of Latin-2.
4985 2001-01-16  Dave Love  <fx@gnu.org>
4987         * isearch.el (isearch-lazy-highlight): Add :version.
4989         * simple.el (backward-delete-char-untabify-method)
4990         (next-line-add-newlines): Add :version.
4992 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
4994         * bindings.el: Bind <backspace> and <delete> via function-key-map.
4995         Don't bind <delete> otherwise.
4997         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4998         and <delete> via function-key-map.
5000         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5001         Subject line only if point is after the `Subject:'.
5003 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
5005         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5006         japanese-jisx0213-2 in `charset' property of this lang. env.
5008         * language/european.el ("Latin-1"): Add description for Dutch and
5009         Spanish lang. env.
5011         * international/mule.el (decode-char): Fix conditions.
5012         (encode-char): Handle eight-bit-control too.
5013         (transform-make-coding-system-args): New function.
5014         (make-coding-system): Accept XEmacs style arguments for CCL base
5015         coding system.
5017 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
5019         * progmodes/etags.el (find-tag-noselect): Save the value of
5020         tags-file-name before switching buffers, for the case it has a
5021         buffer-local value.
5023 2001-01-15  Alex Schroeder  <alex@gnu.org>
5025         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5026         From Dave Love <fx@gnu.org>.
5027         (ansi-color-for-comint-mode): Fix :version.
5029 2001-01-15  Alex Schroeder  <alex@gnu.org>
5031         * ansi-color.el (ansi-color-unfontify-region): Doc change.
5033 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
5035         * dired.el (dired-insert-directory): If file-system-info fails,
5036         remove the " free " part, but don't signal an error.
5038 2001-01-12  Sam Steingold  <sds@gnu.org>
5040         * bookmark.el (bookmark-maybe-historicize-string):
5041         Use new backquote syntax.
5043 2001-01-12  Richard M. Stallman  <rms@gnu.org>
5045         * subr.el (last): Handle a list that doesn't end in nil.
5047 2001-01-12  Sam Steingold  <sds@gnu.org>
5049         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5050         to `backward-delete-char-untabify'.
5052 2001-01-12  Dave Love  <fx@gnu.org>
5054         * cus-edit.el (customize-menu-create): Fix the :filter following
5055         easymenu change.
5057         * wid-edit.el (function): Add :match-alternatives.
5058         (widget-color-action): Doc fix.
5060 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
5062         * calendar/calendar.el (calendar-basic-setup): Doc fix.
5064 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
5066         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5068         * international/ccl.el (define-ccl-program): Fix docstring.
5070 2001-01-11  Dave Love  <fx@gnu.org>
5072         * international/mule-cmds.el (standard-display-european-internal):
5073         Set display table for 2208 as for 160.
5075         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5077         * progmodes/fortran.el (fortran-mode-map): Modify Customization
5078         entry for custom-menu-create change.
5079         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
5080         don't cons it in the search loop.
5082         * imenu.el (imenu--truncate-items): Revert last change.
5084 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
5086         * info.el (Info-setup-header-line): If the node header includes
5087         either Next: or Prev: links, don't show the File: and Node: parts
5088         in the header line.
5090 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
5092         * comint.el (comint-goto-process-mark): Don't print a message
5093         when running in batch mode.
5095         * isearch.el (isearch-search): In the condition-case handler for
5096         `error', set isearch-invalid-regexp to the whole error message.
5098         * subr.el (eval-after-load): Call load-symbol-file-load-history to
5099         ensure that eval-after-load works for files dumped with Emacs.
5101         * help.el (load-symbol-file-load-history): New function extracted
5102         from function symbol-file.
5103         (symbol-file): Use it.
5105         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5107 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
5109         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5110         behave as if there were no prefix argument.
5111         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5112         argument were nil.
5114 2001-01-11  Richard M. Stallman  <rms@gnu.org>
5116         * isearch.el (isearch-lazy-highlight-update):
5117         Don't look for more potential matches once maximum is exceeded.
5118         Use overlays-in to check correctly for overlap with current match.
5119         Ignore empty matches.
5121 2001-01-11  Miles Bader  <miles@gnu.org>
5123         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5124         (ispell-overlay-window, ispell-help, ispell-show-choices)
5125         (ispell-command-loop): Use it instead of `window-height'.
5127 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5129         * files.el (confirm-kill-emacs): New user-option.
5130         (save-buffers-kill-emacs): Ask for final confirmation before
5131         killing Emacs.
5133         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5134         to nil.
5136 2001-01-10  Dave Love  <fx@gnu.org>
5138         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5140         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5142         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5144         * calculator.el (calculator-number-digits): Fix :type.
5146         * vc-cvs.el (vc-cvs-header): Fix :type.
5147         * vc-rcs.el (vc-rcs-header): Fix :type.
5148         * vc-sccs.el (vc-sccs-header): Fix :type.
5150         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5152         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5154         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5156 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5158         * simple.el (set-variable): Force a thorough redisplay for the
5159         case that the variable has an effect on the display, like
5160         `tab-width' has.
5162 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
5164         * vc.el: Add documentation for backend interface.
5166 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
5168         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5170         * international/mule-conf.el (latin-extra-code-table): Set to t
5171         for \223 and \224.
5173 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5175         * international/mule-cmds.el (locale-language-names): Map "es" to
5176         "Spanish" and "nl" to "Dutch".
5178 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
5180         * bindings.el (global-map): Bind <home> to beginning-of-line,
5181         <end> to end-of-line, C-<home> to beginning-of-buffer, and
5182         C-<end> to end-of-buffer.
5184         * language/european.el: Add Dutch and Spanish language info
5185         to be able to use the appropriate tutorials.
5187 2001-01-09  Alex Schroeder  <alex@gnu.org>
5189         * ansi-color.el (ansi-color-process-output): Use markers instead
5190         of positions for start and end of region.
5191         (ansi-color-apply-on-region): Rewrote code to make it more robust.
5192         Previously, occasional mistakes happend when fontifying many
5193         chunks of output (eg. ls --color=yes /dev).  This happened
5194         whenever an overlay was created up to the end of the region, which
5195         coincided with the process-mark.  New text would then be added
5196         within that overlay instead of after it.
5197         (ansi-color-make-extent): Overlays are created with the property
5198         `modification-hooks' set to '(ansi-color-freeze-overlay).
5199         (ansi-color-freeze-overlay): New function.  When inserting text at
5200         the end of the overlay, the overlay will resize.
5202 2000-01-09  Alex Schroeder  <alex@gnu.org>
5204         * ansi-color.el (ansi-color-process-output): Doc change.
5205         (ansi-color-unfontify-region): Doc change.  No longer installed
5206         automatically in font-lock-unfontify-region-function.
5207         (ansi-color-apply): Doc change.
5208         (ansi-color-apply-on-region): Use extents or overlays instead of
5209         text-properties.
5210         (ansi-color-make-extent): New function.
5211         (ansi-color-set-extent-face): New function.
5213 2000-01-09  Alex Schroeder  <alex@gnu.org>
5215         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5216         both use ansi-color-process-output, now.
5217         (ansi-color-process-output): Doesn't return string anymore.  It is
5218         installed in comint-output-filter-functions for both Emacs and
5219         XEmacs, now.
5220         (ansi-color-unfontify-region): Simplified code removing variables
5221         pos and start-ansi.
5222         (ansi-color-apply): Put text-property ansi-color before putting
5223         text-property face because ansi-color-unfontify-region is called
5224         immediately after the call to put-text-property.
5225         (ansi-color-context-region): Doc change.
5226         (ansi-color-filter-region): Simplified code.
5227         (ansi-color-apply-on-region): Changed start to start-marker, using
5228         a marker explicitly.  Put text-property ansi-color before putting
5229         text-property face because ansi-color-unfontify-region is called
5230         immediately after the call to put-text-property.
5232 2000-01-09  Alex Schroeder  <alex@gnu.org>
5234         * ansi-color.el (ansi-color-faces-vector): Doc change.
5235         (ansi-color-for-comint-mode): Changed :type property to choice.
5236         (ansi-color-last-context): Removed.
5237         (ansi-color-process-output): Don't use ansi-color-last-context, as
5238         the main functions will store their context now.
5239         (ansi-color-context): Doc change.
5240         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5241         Uses ansi-color-context such that repeated calls will strip
5242         partial escape sequences, too.
5243         (ansi-color-apply): Simplified code.  Colorize end of string if
5244         face is not null.  Store context in new (FACE STRING) format, such
5245         that repeated calls will strip partial escape sequences, too.
5246         Append faces to face property using ansi-color-apply-sequence such
5247         that cumulative mode actually works.
5248         (ansi-color-context-region): New variable.
5249         (ansi-color-filter-region): Rewrote it based on
5250         ansi-color-apply-on-region.  Uses ansi-color-context-region such
5251         that repeated calls will strip partial escape sequences, too.
5252         (ansi-color-apply-on-region): Simplified code.  Colorize end of
5253         region if face is not null.  Store context in new (FACE POS)
5254         format, such that repeated calls will strip partial escape
5255         sequences, too.  Append faces to face property using
5256         ansi-color-apply-sequence such that cumulative mode actually works.
5257         (ansi-color-apply-sequence): New function.
5258         (ansi-color-get-face): When the default face is added to the list
5259         of faces, all previous settings are discarded and the list of
5260         faces is set to '(default).
5262 2000-01-09  Alex Schroeder  <alex@gnu.org>
5264         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5265         face, such that ansi-color-apply and ansi-color-apply-on-region
5266         will do the right thing.
5267         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5268         returns nil, set the list of faces back to nil instead of
5269         appending the result of ansi-color-get-face to the front of the list.
5271 2000-01-09  Alex Schroeder  <alex@gnu.org>
5273         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5274         (ansi-color-process): Doc change.
5275         (ansi-color-last-context): New buffer-local variable.
5276         (ansi-color-process-output): New function.  It is automatically
5277         added to comint-output-filter-functions if this is XEmacs.
5278         (ansi-color-unfontify-region): New optional parameter for XEmacs
5279         compatibility.  Check wether font-lock-syntactic-keywords is
5280         boundp before removing the syntax table text property, as XEmacs
5281         doesn't have it.
5282         (ansi-color-filter-region): Doc change.
5283         (ansi-color-apply-on-region): Doc change.
5284         (ansi-color-make-face): New function.  Compatibility layer for
5285         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
5286         (ansi-color-make-color-map): Use ansi-color-make-face.
5287         (ansi-color-get-face): Avoid face text property '(nil) as results
5288         in an errow for XEmacs.
5290 2000-01-09  Alex Schroeder  <alex@gnu.org>
5292         * ansi-color.el (ansi-color-unfontify-region): New function.
5293         Uses text-property ansi-color in order to preserve fontification by
5294         ansi-color.  When the package is loaded, a lambda expression is
5295         put onto font-lock-mode-hook.  This lambda expression will check
5296         font-lock-unfontify-region-function and replace
5297         font-lock-default-unfontify-region with ansi-color-unfontify-region.
5298         (ansi-color-apply): Add text-property ansi-color in addition to
5299         text-property face.
5300         (ansi-color-apply-on-region): Add text-property ansi-color in
5301         addition to text-property face.
5302         (save-buffer-state): Copy of the macro that is also used by
5303         lazy-lock and font-lock.
5305         (ansi-color-for-comint-mode): New option.
5306         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5307         (ansi-color-for-comint-mode-off): Ditto.
5308         (ansi-color-for-comint-mode-filter): Ditto.
5309         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
5310         decide what to do.  This function is added to
5311         comint-preoutput-filter-functions when the package is loaded.
5313         (ansi-color-for-shell-mode-set): Removed.
5314         (ansi-color-for-shell-mode): Removed.
5316 2000-01-09  Alex Schroeder  <alex@gnu.org>
5318         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5319         the lambda expression from the ansi-color-for-shell-mode :set
5320         property.  Additionally, modify shell-mode-hook to enable or
5321         disable font-lock-mode for future shell buffers.
5322         (ansi-color-for-shell-mode): The :set property calls
5323         ansi-color-for-shell-mode-set instead of a lambda expression.
5325 2000-01-09  Alex Schroeder  <alex@gnu.org>
5327         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5328         (ansi-color-context): New variable.
5329         (ansi-color-apply): Save context between calls.
5331 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
5333         * isearch.el (isearch, isearch-lazy-highlight-face):
5334         New definitions for face colors and attributes.
5336         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5337         of display-mouse-p.
5339 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5341         * international/mule.el (make-coding-system): If the coding system
5342         accepts extra latin codes, register such codes as safe for the
5343         coding system.
5345 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5347         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5348         don't mention the file name or the date here, because they are
5349         logged at the start of the file.
5351 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5353         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5354         Change screen-width to frame-width.
5356 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5358         * info.el (Info-search): Print the default as part of the prompt.
5360 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
5362         * vc.el (vc-default-latest-on-branch-p): New function, replaces
5363         constant implementations in backends.
5365         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5366         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5368         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5369         WRITABLE to EDITABLE.
5371         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5372         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5373         to EDITABLE.
5375 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5377         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5378         (copyright, copyright-update): Compute the current year at run time.
5380 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
5382         * isearch.el (isearch-old-signal-hook): Removed.
5383         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5384         instead of setting signal-hook-function.
5385         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5387 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
5389         * emulation/edt.el: Update to version 4.0.  Provide support for
5390         EDT scroll margins at top and bottom of the window.  Provide an
5391         emulation of the EDT SUBS command (bound to GOLD-Enter, by
5392         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
5393         user when file-related buffer modifications exist.
5394         Provide support for running EDT Emulation in XEmacs.
5395         Provide customize access to some user updatable variables.
5396         Add Commentary section to file header.
5397         Fixed a few minor bugs and cleaned up some code.
5399         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
5400         for detecting a keypress that generates an ASCII key sequence.
5401         (Previously, only a keypress that generates a vector was
5402         recognized.)  Embed Window Manager name into name of the generated
5403         EDT Emulation initialization file since the initialization file is
5404         Window Manager specific.  Add Commentary section to file header.
5406 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
5408         * mail/sendmail.el (mail-mode): Doc fix.
5410         * info.el (Info-goto-emacs-command-node): Doc fix.
5411         (Info-goto-emacs-key-command-node): Doc fix.
5413 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5415         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5416         systems without long file-name support.
5418 2001-01-06  Andrew Innes  <andrewi@gnu.org>
5420         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5422 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5424         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5425         (isearch-lazy-highlight-update): Doc fix.
5427         * ffap.el (ffap-bindings): Doc fix.
5429         * dired-x.el (dired-virtual-guess-dir): Doc fix.
5431 2001-01-05  Dave Love  <fx@gnu.org>
5433         * emacs-lisp/cl-seq.el (remove, remq): Remove.
5435 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
5437         * mouse-drag.el (mouse-drag-safe-scroll):
5438         Bind scroll-preserve-screen-position to nil.
5440         * isearch.el (isearch-old-signal-hook): New variable.
5441         (isearch-mode): Set signal-hook-function to isearch-done.
5442         (isearch-done): Restore old signal-hook-function.
5444         * info.el (Info-fontify-node): Mark one more char as intangible.
5446 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
5448         * composite.el (compose-last-chars): New argument COMPONENTS.
5449         If it is non-nil, compose preceding characters by compose-region with
5450         COMPONENTS.
5452         * international/quail.el (quail-input-string-to-events): New function.
5453         (quail-input-method): Convert input string to events here.
5454         (quail-start-translation): Return input string, not event list.
5455         (quail-start-conversion): Likewise.
5457 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
5459         * tooltip.el (tooltip-cancel-delayed-tip)
5460         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5461         and tooltip-add-timeout.
5462         (tooltip-show): Set border color from faces's foreground.
5463         (tooltip-show-help-function): If called with the same help string
5464         as last time, do nothing.
5465         (tooltip-help-tips): Don't set tooltip-help-message to nil.
5467         * startup.el (fancy-splash-screens): Don't bind show-help-function
5468         to nil.
5470         * tooltip.el (tooltip-frame-parameters): Remove colors.
5471         (tooltip): New face
5472         (tooltip-set-param): New function.
5473         (tooltip-show): Set up color frame parameters from face `tooltip'.
5474         Display the tooltip text in face `tooltip'.
5476 2001-01-04  Dave Love  <fx@gnu.org>
5478         * whitespace.el (whitespace-global-mode): Fix typo.
5480         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5482 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
5484         * help.el (help-for-help): Fix a typo in a doc string.
5485         From kwzh@gnu.org (Karl Heuer).
5487 2001-01-03  Dave Love  <fx@gnu.org>
5489         * dired-x.el: Doc fixes.  Maintainer change.
5490         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5491         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5492         (dired-guess-shell-alist-user): Customize.
5493         (dired-x-help-address): Set to bug-gnu-emacs.
5494         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5495         (dired-default-directory): Renamed from default-directory.
5497         * hl-line.el (hl-line): Doc fix.
5499 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
5501         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5503 2001-01-02  Richard M. Stallman  <rms@gnu.org>
5505         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5506         to remove all the current alternative-match highlighting.
5507         If nil, remove only what's outside the current window.
5508         (isearch-lazy-highlight-remove-overlays): Take optional
5509         region within which NOT to remove them.
5510         (isearch-lazy-highlight-new-loop): Greatly simplified.
5511         (isearch-lazy-highlight-update): Find all the other occurrences
5512         visible in the window, in just one call.
5513         (isearch-lazy-highlight-start): Now holds start of region to scan.
5514         (isearch-lazy-highlight-end): Now holds end of region to scan.
5515         (isearch-lazy-highlight-wrapped): Variable deleted.
5516         (isearch-lazy-highlight-search): Function deleted.
5518 2000-01-02  Andrew Innes  <andrewi@gnu.org>
5520         * w32-fns.el (convert-standard-filename): Do length check on name
5521         before aref.
5523 2001-01-02  Dave Love  <fx@gnu.org>
5525         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5526         value.
5527         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5529         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5531         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5532         read syntax.
5534         * calendar/todo-mode.el (todo): Add :link, :version.
5535         (todo-save-top-priorities): Remove autoload cookie.
5536         (todo-add-category, todo-add-item-non-interactively)
5537         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5539 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
5541         * comint.el (comint-input-history-ignore): New variable.
5542         (comint-read-input-ring): Ignore entries matching
5543         comint-input-history-ignore.
5545 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
5547         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5548         (lm-copyright-mark): New function.
5549         (lm-crack-copyright): New function.
5550         (lm-verify): Check that the file has a copyright.
5551         Check that the file is copyright Free Software Foundation.
5553 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
5555         * international/mule-diag.el (print-fontset): Indent font name by
5556         24 columns, not 25.
5558 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
5560         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5561         in Subject line.
5563         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5564         Use mail-mode-hook instead of mail-setup-hook.
5565         Otherwise continuing an interrupted message with C-u C-x m for
5566         instance, winds up in Mail mode without abbrevs.
5568 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5570         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5571         non-nil.  Adding almost all customization variables on ps-setup.
5572         Doc fix.
5573         (ps-print-version): New version number (6.3.3).
5574         (ps-end-with-control-d): Initialization fix.
5575         (ps-lines-printed): New var.
5576         (ps-skip-newline): New fun.
5577         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5578         (ps-next-line, ps-continue-line, ps-plot-region)
5579         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5581 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
5583         * international/fontset.el (x-complement-fontset-spec):
5584         Resolve ASCII font name so that the same family name is used for fonts
5585         registered in x-font-name-charset-alist.
5586         (create-fontset-from-fontset-spec): Adjusted for the above change.
5587         The name of fontset alias should be a unresolved ASCII font name.
5589 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
5591         * simple.el (delete-key-deletes-forward-mode): Bind backspace
5592         and delete in isearch-mode-map.
5594 2000-12-28  Richard M. Stallman  <rms@gnu.org>
5596         * dired-x.el (dired-guess-shell-alist-default):
5597         Use xpdf instead of acroread.
5599 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
5601         * textmodes/artist.el (artist-butlast): Deleted.
5602         (artist-ellipse-mirror-quadrant): Use butlast instead of
5603         artist-butlast.
5605         * subr.el (butlast, nbutlast): Moved from cl.el to here.
5607         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5609 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5611         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5613         * ls-lisp.el: Better support for the Mac and MS-Windows.
5614         (ls-lisp): New defgroup.
5615         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5616         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5617         (ls-lisp-support-shell-wildcards): New defcustoms.
5618         (ls-lisp-parse-symlink): New function.
5619         (insert-directory): Code to convert switches to a list and set up
5620         the wildcard argument copied from ls-lisp-insert-directory.
5621         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
5622         for -C and -R switches.
5623         (ls-lisp-column-format): New function.
5624         (ls-lisp-delete-matching, ls-lisp-handle-switches)
5625         (ls-lisp-format-time): Add doc strings.
5626         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5627         Support ls-lisp-dirs-first.
5628         (ls-lisp-classify, ls-lisp-extension): New functions.
5629         (ls-lisp-format): Optionally support emulation of symlinks.
5630         Support -i, -s, and -G switches.
5632 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
5634         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5636         * version.el (emacs-version): Print X scroll bar information.
5638         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5639         instead of x-toolkit-scroll-bars-p.
5641         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5642         of x-toolkit-scroll-bars-p.
5644 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5646         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5647         (ffap-bindings): Doc fix, to reflect the above change.
5649 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
5651         * term.el (term-char-mode): Define all non-ascii self-inserting
5652         characters to 'term-send-raw in term-raw-map.
5654 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
5656         * viper-init (viper-restore-cursor-type): Added condition-case guard.
5658         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5659         Changed initialization; use add-hook.
5660         (ediff-file-remote-p): Use file-local-copy.
5662         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5664         * ediff.el (ediff-patch-buffer): Bug fix.
5665         (ediff-revision): Allow selection of the file at the prompt.
5667 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
5669         * subr.el (combine-run-hooks): Remove.
5671         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5672         and remove the rogue second spec.
5674 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
5676         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5678 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
5680         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5681         Use minibuffer menu prompt for the `=' prefix.
5682         (smerge-command-prefix): Change default to C-^.
5683         (smerge-mode): Don't assume font-lock doesn't move point.
5685         * skeleton.el (skeleton-internal-1): Make sure the first line of
5686         the region is also re-indented.
5687         (skeleton-end-newline): New var.
5688         (skeleton-end-hook): Use it.
5690 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5692         * comint.el (comint-password-prompt-regexp): Support CVS.
5694 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
5696         * simple.el (delete-key-deletes-forward-mode): Simplify.
5697         Also backspace key combinations, depending on
5698         delete-key-deletes-forward.
5700         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5702         * simple.el (delete-key-deletes-forward): Doc fix.
5704 2000-08-22  Emmanuel Briot  <briot@gnat.com>
5706         * xml.el (top level comment): Updated to reflect the fact that
5707         white spaces are relevant in the XML file.
5708         (xml-parse-file): Do not kill an existing Emacs buffer if the file
5709         to parse was already edited. This allows for on-the-fly analysis
5710         of XML files.
5711         (xml-parse-tag): Check that the casing is the same in the start
5712         tag and end tag, since XML is case-sensitive.  Allows for spaces
5713         in the end tag, after the name of the tag.
5714         (xml-parse-attlist): Allow for the character '-' in the name of
5715         attributes, as in the standard http-equiv attribute Do not save
5716         the properties in the XML tree, since they are not relevant.
5718 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
5720         * generic.el (generic-read-type): Undo last change, inline into
5721         `generic-mode' and then remove.
5722         (generic-mode): Inline generic-read-type.
5723         (define-generic-mode): Push the symbol name rather than the symbol
5724         onto generic-mode-list.
5726 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
5728         * generic.el (generic-read-type): Build an alist for
5729         completing-read as in 20.7.
5731         * play/landmark.el (lm): Use interactive spec `P'.
5732         (toplevel): Don't set debug-on-error.
5734         * server.el (server-switch-buffer): Choose a window on a visible frame.
5736 2000-12-21  Dave Pearson  <davep@davep.org>
5738         * quickurl.el: Commentry change, I've moved my web site.
5740 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5742         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5743         ranges like \177-\237, but accepts the character sequence from \177 to
5744         \237.  Doc fix.
5745         (ebnf-version): New version (3.4).
5746         (ebnf-setup): Code fix.
5747         (ebnf-range-regexp): New fun.
5748         (ebnf-8-bit-chars): Const fix.
5750         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5751         entry.  Doc fix.
5752         (ebnf-bnf-lex): Code fix.
5753         (ebnf-bnf-comment-chars): Const fix.
5755         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5756         entry.  Doc fix.
5757         (ebnf-iso-comment-chars): Const fix.
5759         * ebnf-otz.el: Doc fix.
5761         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5762         entry.  Doc fix.
5763         (ebnf-yac-skip-code): Code fix.
5764         (ebnf-yac-comment-chars): Const fix.
5766 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
5768         * files.el (insert-directory-safely): New function.
5769         (recover-file): Use it instead of insert-directory.
5770         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5772 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5774         * international/mule-cmds.el (select-safe-coding-system):
5775         Check coding-category-list more rigidly.  Improve help message.
5777         * dired.el (dired-move-to-filename-regexp): Fix previous change.
5779 2000-12-21  Miles Bader  <miles@gnu.org>
5781         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5783 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5785         * international/mule-diag.el (describe-char-after): Make *Help*
5786         buffer inherit multibyteness of the current buffer.
5788         * international/mule.el (make-char): Docstring adjusted for the
5789         change of make-char-internal.
5791 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
5793         * international/iso-cvt.el: Docstrings fix.
5795 2000-12-20  Dave Love  <fx@gnu.org>
5797         * subr.el (eval-after-load): Doc fix.
5799 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
5801         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5802         for numbers.
5804 2000-12-20  Miles Bader  <miles@gnu.org>
5806         * international/quail.el (quail-help): Resize the help window
5807         again after it has all its contents.  Remove unneeded progn.
5809 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
5811         * pcmpl-linux.el: Fix copy/paste error.
5813 2000-12-19  Andrew Innes  <andrewi@gnu.org>
5815         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5817 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5819         * progmodes/idlw-rinfo.el: Fixed copyright notice.
5821         * progmodes/idlw-toolbar.el: Fixed copyright notice.
5823         * progmodes/idlw-shell.el: Fixed copyright notice.
5825         * progmodes/idlwave.el: Fixed copyright notice.
5827         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5828         TAB as key separators.
5830 2000-12-19  Alex Schroeder  <alex@gnu.org>
5832         * sql.el (sql-sybase-options): New option.
5833         (sql-sybase): Use it.  Add sql-database to the list of parameters
5834         provided for login.  The options -w 2048 -n are not used any more.
5835         (sql-postgres-options): Changed default from "--pset" to "-P".
5836         (sql-mysql-options): Doc change.
5837         (sql-stop): Doc change.
5839 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
5841         * international/quail.el (quail-input-method): Always hide
5842         the guidance buffer on exiting.
5844 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5846         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5847         isn't fboundp.
5849         * server.el (server-buffer-done): Bury the buffer before
5850         killing it.
5852         * faces.el (face-spec-set): Interpret a nil in specs for
5853         foreground and background colors as `unspecified', for
5854         compatibility with 20.x.
5856 2000-12-18  Dave Love  <fx@gnu.org>
5858         * simple.el (mail-user-agent): Doc fix.
5859         (input-mode-8-bit): Removed.
5861         * international/mule.el (set-keyboard-coding-system): Doc fix.
5862         (keyboard-coding-system): New option.
5864         * mail/sendmail.el (send-mail-function): Customize.
5866 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
5868         * international/codepage.el (cp866-decode-table): New table.
5870 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5872         * version.el (emacs-version): Remove `%a' from the time format
5873         because the weekday doesn't fit well into each locale.
5875 2000-12-18  Miles Bader  <miles@gnu.org>
5877         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5879         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5880         Check that emacs-major-version is `=' to 20, not `>='.
5881         (artist-replace-chars): Use `make-string' instead of a loop.
5883 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
5885         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5886         (cvs-execute-single-file): Don't change directory.
5887         Patch from Per Cederqvist.
5889 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5891         * textmodes/ispell.el (check-ispell-version):
5892         If `ispell-program-name' is "aspell", pass it the -v switch instead
5893         of -vv.
5895 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
5897         * international/mule-diag.el (mule-diag): Insert information about
5898         configure options, multibyte awareness, language env.
5900         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5901         regexp to search for candidates.
5903 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5905         * info.el (Info-forward-node): If the node has an
5906         Info-header-line, widen the buffer before searching for "next:"
5907         and "up:" pointers, and set the search limit to stay in the
5908         current node.
5910 2000-12-16  Miles Bader  <miles@gnu.org>
5912         * simple.el (delete-trailing-whitespace): Remove extraneous let.
5914 2000-12-15  Miles Bader  <miles@gnu.org>
5916         * comint.el (comint-send-string, comint-send-region): Also accept
5917         a buffer, buffer-name, or nil for PROCESS, for compatibility with
5918         process-send-string/region.
5920 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
5922         * isearch.el (isearch-lazy-highlight-max): New user-option.
5923         (isearch-lazy-highlight-update): Don't highlight more than
5924         isearch-lazy-highlight-max matches.
5926         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5928 2000-12-15  Richard M. Stallman  <rms@gnu.org>
5930         * sort.el (sort-columns): Fix error message.
5932         * dabbrev.el (dabbrev--last-case-pattern): Value is now
5933         `upcase' or `downcase' or nil.
5934         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5935         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5936         (dabbrev--substitute-expansion): New arg record-case-pattern.
5937         If it is non-nil, set dabbrev--last-case-pattern.
5938         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5940         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5942 2000-12-15  Miles Bader  <miles@gnu.org>
5944         * paths.el (Info-default-directory-list): Don't delete
5945         configure-info-directory from the list of standard info
5946         directories when appending it to the end -- their order is important.
5948         * faces.el (read-face-attribute): If there's no entry for the
5949         user's input in VALID, just use it as-is (this will often result
5950         in an error, but it may be OK for e.g. colors using hexadecimal
5951         notation, and at least will yield a better error message).
5953         * window.el (mode-line-window-height-fudge): Function removed.
5954         (height-affecting-face-attributes, mode-line-window-height-fudge):
5955         Variables removed.
5956         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5957         window is really the right size.  Use vertical-motion
5958         rather than forward-line.
5959         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5960         (ispell-command-loop, ispell-show-choices): Use the variable
5961         ispell-choices-win-default-height, rather than the function.
5962         (ispell-choices-win-default-height): Function removed.
5963         (ispell-mode-line-window-height-fudge): Function removed.
5965 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
5967         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5969 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5971         * paths.el (Info-default-directory-list):
5972         If configure-info-directory is not one of the standard directories,
5973         put it first in the list; otherwise put it last.  Doc string
5974         changed accordingly.
5976         * info.el (Info-directory-list): Change doc string to reflect the
5977         change in Info-default-directory-list.
5979         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5980         windows-nt as windowed environments, even under -nw.
5982         * startup.el (command-line): Don't call x-backspace-delete-keys-p
5983         if not fboundp.  Switch delete-forward mode for the <delete> key
5984         on all PC platforms, even under -nw.
5986         * term/internal.el ([M-delete]): Remap to M-d.
5988 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5990         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5992 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5994         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5996 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5998         * startup.el (command-line): Call delete-key-deletes-forward-mode,
5999         if appropriate.
6001         * simple.el (delete-key-deletes-forward): New user-option.
6002         (delete-key-deletes-forward-mode): New function.
6004         * bindings.el: Bind `delete' to backward-delete-char.
6006         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6007         Test if symbol is bound before getting its value.
6009         * tooltip.el (tooltip-show): If an error is signaled in
6010         x-show-tip, display that error, and display the help in the
6011         echo area.
6013 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
6015         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6016         Show "... entries" messages for every 10000 entries, not 10.
6018 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
6020         * bookmark.el: Provide a generic exit hook, as suggested by
6021         Ovidiu Predescu <ovidiu@cup.hp.com>:
6022         (bookmark-exit-hook): New var.
6023         (bookmark-exit-hook-internal): New func, replaces
6024         old raw lambda form in `kill-emacs-hook', and runs new
6025         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
6026         as logically that feature must have been provided if this function
6027         is running.
6028         Removed ;;;###autoload before the `add-hook' call.
6030 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
6032         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6033         (easy-menu-current-active-maps): New function.
6034         (easy-menu-get-map): Use it.
6035         Make a proper menu entry when creating a new keymap.
6037 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
6039         * international/characters.el: Fix cases and syntaxes for
6040         mule-unicode-0100-24ff.
6042         * dired.el (dired-move-to-filename-regexp): Fixed for the case
6043         that a Japanese character is not appended after day and year.
6045         * info.el (Info-suffix-list): Change format for a command that
6046         requires arguments.
6047         (info-insert-file-contents): Adjusted for the above change.
6049 2000-12-12  Andreas Schwab  <schwab@suse.de>
6051         * tar-mode.el (tar-extract): Base the name of the subfile buffer
6052         on the name of the tar buffer.  Verify that the existing buffer is
6053         visiting the same subfile.
6055 2000-12-12  Dave Love  <fx@gnu.org>
6057         * subdirs.el: Add obsolete.
6059 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
6061         * mail/rmailsum.el (rmail-summary-expunge)
6062         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6063         instead of rmail-confirm-expunge.
6065         * replace.el (perform-replace): Don't use an empty match adjacent
6066         to a non-empty match when computing the next match before the
6067         replacement is performed.
6069 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
6071         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6072         definition (patch by Stefan Monnier).
6073         (glasses-mode): Use jit-lock instead of `after-change-functions'
6074         (patch by Stefan Monnier).
6076 2000-12-12  Miles Bader  <miles@gnu.org>
6078         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6079         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6081 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
6083         * term/mac-win.el: Remove load for ls-lisp.
6085         * loadup.el: Load ls-lisp for system-type `macos'.
6087 2000-12-12  Miles Bader  <miles@gnu.org>
6089         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6090         Respect field end too.
6091         (just-one-space): Respect fields as `delete-horizontal-space'.
6092         (newline-and-indent, reindent-then-newline-and-indent):
6093         Use `delete-horizontal-space'.
6095 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
6097         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6098         (so as to obey the field property in the minibuffer).
6100         * obsolete/c-mode.el: Moved from lisp/progmodes.
6101         * obsolete/auto-show.el: Moved from lisp.
6102         * obsolete/ooutline.el: Moved from lisp/textmodes.
6104 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6106         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
6107         changes to list them here.
6109         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6110         Too many changes to list them here.
6112         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6113         Too many changes to list them here.
6115         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6117 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
6119         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6121         * cus-edit.el (custom-save-variables, custom-save-faces):
6122         Comment fix.
6124         * hscroll.el: Moved to `obsolete' subdir.
6126 2000-12-11  Miles Bader  <miles@gnu.org>
6128         * window.el (window-text-height): Function removed (now in C).
6130 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
6132         * log-edit.el (log-edit-parent-buffer): New var.
6133         (log-edit): Set it.  Add BUFFER argument.
6134         (log-edit-done): Use char-before.
6135         Don't bother checking validity of vc-comment-ring.
6136         Only bury the buffer if log-edit popped it up.
6138         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6139         (cvs-mode-diff-help): Remove.
6140         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6141         (cvs-mode-marked): Set up the default for CMD manually.
6143         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6144         Remove binding for ? now made unnecessary.
6146 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6148         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6149         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6151         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6152         when master file is not open.
6154 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
6156         * progmodes/ada-stmt.el: Update `maintainer'.
6158 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
6160         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6161         choices to match documentation string.
6163 2000-12-09  Miles Bader  <miles@gnu.org>
6165         * minibuf-eldef.el: New file.
6167         * window.el (fit-window-to-buffer): Don't pass last argument to
6168         pos-visible-in-window-p, now that its meaning is inverted.
6170 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
6172         * image.el (create-image): Doc fix; spotted by Per Cederqvist
6173         <ceder@lysator.liu.se>.
6175 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
6177         * autoinsert.el (auto-insert-alist): Add missing final \n.
6179         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
6180         (cvs-menu-map): Remove.
6181         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6182         (cvs-mode-quit): Turn it back into a plain function.
6184         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6185         (texinfo-filter): Remove (move to texinfo.el).
6187         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6188         file where it's more visible.
6189         (texinfo-filter, texinfo-chapter-level-regexp): New variables
6190         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6191         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6192         (texinfo-inside-macro-p): Only catch `scan-error's.
6193         (texinfo-inside-env-p): Make better use of the match info.
6194         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6195         (texinfo-insert-@end): Slight re-organization.
6196         Also remove useless `looking-at' call.
6198 2000-12-08  Andrew Innes  <andrewi@gnu.org>
6200         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6201         accessible in -nw mode.
6203         * term/w32-win.el: Remove stuff about selection timeout, which is
6204         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
6205         it is accessible in -nw mode.
6207 2000-12-08  Dave Love  <fx@gnu.org>
6209         * emacs-lisp/lisp-mode.el (lisp-mode):
6210         Set font-lock-keywords-case-fold-search.
6212 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
6214         * textmodes/ispell.el (ispell): Doc fix.
6216 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
6218         * international/quail.el (quail-insert-decode-map): Check the
6219         frame width of a window displaying the current buffer, not that of
6220         the selected frame.
6221         (quail-help): Make sure that the help buffer has window before
6222         inserting text in it.
6224 2000-12-07  Sam Steingold  <sds@gnu.org>
6226         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6227         Backquote is used in isearch.el, so autoloading saves nothing.
6229 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
6231         * startup.el (normal-top-level-add-subdirs-to-load-path):
6232         Ignore the CVS and RCS subdirectories case-insensitively.
6234         * dired.el (dired-insert-directory): If file-system-info is
6235         fboundp, call it instead of invoking dired-free-space-program.
6237 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
6239         * server.el (server-visit-files): Push files on file-name-history.
6241         * progmodes/cc-langs.el: Update copyright.
6243         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6245         * bindings.el (mode-line-mode-menu): Add glasses-mode.
6247         * bindings.el (mode-line-mode-menu): Reverse the order
6248         of define-keys so that the menu appears in alphabetical order.
6250 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
6252         * progmodes/glasses.el (glasses-mode): Update mode line at the end
6253         of the function.
6255 2000-12-07  Dave Love  <fx@gnu.org>
6257         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6259         * facemenu.el (facemenu-unlisted-faces): Fix value.
6261 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
6263         * font-lock.el (font-lock-default-fontify-region):
6264         Include the terminating \n (off-by-one error).
6265         (font-lock-set-defaults): Use dolist.
6267         * derived.el (define-derived-mode): Don't use combine-run-hooks.
6269 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
6271         * international/mule-cmds.el (describe-language-environment):
6272         Fix for the case that an input method title is not string but a list.
6274         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6275         of wrong SIZE record.
6277 2000-12-06  Dave Love  <fx@gnu.org>
6279         * newcomment.el (comment-region, comment-dwim): Doc fix.
6281         * textmodes/texinfo.el: Require tex-mode when compiling.
6282         (texinfo-update-node): Doc fix.
6283         (texinfo-imenu-generic-expression): Add @anchor.
6284         (texinfo-font-lock-keywords): Add @uref.
6285         (texinfo-inside-macro-p): Don't use ignore-errors.
6286         (texinfo-insert-quote): Match more contexts.
6288         * international/mule.el (decode-char, encode-char): Doc fix.
6289         (auto-coding-alist): Customize.
6291         * files.el (load-file): Fix change of 2000-03-12.
6293         * wid-edit.el (widget-text-keymap): Doc fix.
6295 2000-12-06  Andrew Innes  <andrewi@gnu.org>
6297         * makefile.w32-in (lisp): Set to an absolute directory, namely
6298         $(CURDIR).
6300 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
6302         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6303         read generated-autoload-file, and set buffer-file-coding-system to
6304         raw-text-unix after reading the file.
6306         * international/mule-conf.el (file-coding-system-alist):
6307         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6309 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
6311         * replace.el (occur): Make line-number-width 1 smaller for the
6312         colon following the line number.
6314         * startup.el (fancy-splash-text, command-line-1):
6315         Use `File' for the menu name instead of `Files'.
6317         * tmm.el: Update copyright.
6319         * cus-start.el: Add entry for even-window-heights.
6321 2000-12-06  Miles Bader  <miles@gnu.org>
6323         * faces.el (frame-set-background-mode): Avoid stomping on
6324         locally modified faces.
6326 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
6328         * international/fontset.el: Correct the font registries for
6329         japanese-jisx0213-1 and japanese-jisx0213-2.
6331 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
6333         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6335         * iswitchb.el: Update customization commentary.
6337 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
6339         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6340         (tpu-search-highlight): Fixed comparison of overlay end positions.
6341         (tpu-trim-line-ends): Implemented trimming logic locally.
6343         * emulation/tpu-extras.el (tpu-write-file-hook)
6344         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6346 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
6348         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6349         to cn-gb.
6350         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6352 2000-12-04  Dave Love  <fx@gnu.org>
6354         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6356 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6358         * mail/rmailsum.el (rmail-summary-expunge)
6359         (rmail-summary-expunge-and-save): Ask for confirmation with
6360         rmail-expunge-confirmed.
6362         * mail/rmail.el (rmail-expunge-confirmed): New function.
6363         (rmail-expunge): Use it.
6365 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
6367         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6368         (etags-recognize-tags-table, find-tag-in-order):
6369         New functionality: interpret file names as tags.
6371 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
6373         * info.el (Info-scroll-prefer-subnodes): New defcustom.
6374         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6375         the first subnode until the bottom of the current node is visible.
6377 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6379         * format.el (format-decode): Don't change buffer's undo list.
6381 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
6383         * faces.el (face-font-registry-alternatives): Add entries for CJK
6384         fonts.  Doc-string adjusted for the actual usage of this data.
6386         * international/fontset.el: Change the font registries for CJK
6387         fonts in the default fontset.  Don't append '*' to registries.
6389 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
6391         * emacs-lisp/easy-mmode.el (define-derived-mode)
6392         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6394         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6395         (derived-mode-p): New function.
6396         (derived-mode-make-docstring): Add `docstring' argument.
6397         Use it if available and complete it if necessary.
6399 2000-12-03  Andreas Schwab  <schwab@suse.de>
6401         * type-break.el (type-break): Don't make parent of itself.
6403 2000-12-03  Miles Bader  <miles@gnu.org>
6405         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6407 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6409         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6410         (tex-main-file, tex-file): Simplify.
6411         (tex-generate-zap-file-name): Use subst-char-in-string.
6412         (tex-strip-dots): Remove.
6414         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6416         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6417         to check if the match succeeded.
6419 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6421         * startup.el (use-fancy-splash-screens-p): New function.
6422         (command-line-1): Use it to determine whether or not to use
6423         a fancy splash screen.
6425 2000-12-02  Andreas Schwab  <schwab@suse.de>
6427         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6429 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6431         * international/mule.el (make-char): Fix last change.
6433         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6434         New defcustoms.
6435         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6436         autoloading tex-mode; instead, do the same manually.
6437         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
6438         with numeric argument.  Docstring fix.
6439         (toplevel): Require cl when compiling.
6441         * international/mule.el (make-char): Doc fix.
6443 2000-12-02  Jason Rumney  <jasonr@gnu.org>
6445         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6446         the Emacs Lisp manual)
6448 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6450         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6452         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6453         the Emacs Lisp manual).
6455 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6457         * simple.el (next-line-add-newlines): Change default to nil.
6459 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
6461         * files.el (revert-buffer, recover-file):
6462         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6464 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6466         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6468 2000-12-01  Miles Bader  <miles@gnu.org>
6470         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6472 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
6474         * international/mule-diag.el (describe-char-after): Fix typo.
6475         (describe-character-set, non-iso-charset-alist): Fix typo.
6477 2000-12-01  Miles Bader  <miles@gnu.org>
6479         * image-file.el (image-file-name-regexp): Automatically add
6480         upper-case variants of each filename extension in
6481         `image-file-name-extensions', since they seem to be common.
6483         * simple.el (minibuffer-contents)
6484         (minibuffer-contents-no-properties, delete-minibuffer-contents):
6485         New functions.
6486         * filecache.el (file-cache-directory-name)
6487         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6489 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
6491         * filecache.el (file-cache-minibuffer-complete): Don't try to
6492         delete the minibuffer prompt.
6494 2000-11-30  Dave Love  <fx@gnu.org>
6496         * cus-start.el: Fix read-buffer-function type.
6498 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6500         * md5.el: Removed.  There's a built-in function, now.
6502 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
6504         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6505         as dummy 0-th char of rmail-deleted-vector.
6507 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
6509         * ps-print.el (ps-end-job): Bind case-fold-search only after
6510         switching to ps-spool-buffer.
6512 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6514         * ps-print.el: Line number font customization.  PostScript: Lines and
6515         PageCount are initialized on each page.  Doc Fix.
6516         (ps-print-version): New version number (6.3.2).
6517         (ps-lpr-switches, ps-font-info-database, ps-font-size)
6518         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6519         (ps-right-header): Customization fix.
6520         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6521         Fix code.
6522         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6523         New vars.
6525 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6527         * bs.el: Fix typos and spelling errors.
6528         (bs-appearance) <defgroup>: Renamed from bs-appearence.
6529         (bs-configuration): Doc fix.
6531         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
6533 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
6535         * emulation/tpu-edt.el (tpu-version): New version.
6536         (tpu-search-overlay, tpu-replace-overlay): New initial range.
6537         (tpu-original-mode-line): Variable deleted.
6538         (tpu-mark-flag): New initial value.
6539         (tpu-set-mode-line): Don't redefine mode-line-format.
6540         Add tpu-mark-flag to minor-mode-alist.
6541         (tpu-update-mode-line): New mark flag logic.
6542         (tpu-get): Use find-file-wildcards.
6543         (tpu-search-highlight): Move overlay less, reset overlay properly.
6544         (tpu-unselect): Deactivate mark.
6545         (tpu-lm-replace): Reset overlay properly.
6546         (tpu-forward-line): Use forward-visible-line.
6547         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
6549         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6551 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6553         * cus-edit.el (custom-face-value-create): Always emphasize tag.
6555 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6557         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6558         and skip whitespace and newlines.
6560 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
6562         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6564 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
6566         * help.el (describe-function-1): Regexp-quote function name
6567         when used as part of a regexp.
6569         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6570         Use face-attribute instead of face-foreground and face-background.
6571         (tool-bar-add-item): Likewise, and handle unspecified colors.
6573         * enriched.el (enriched-face-ans): Use face-attribute instead
6574         of face-foreground and face-background.
6576         * faces.el (face-foreground, face-background, face-stipple):
6577         Return nil if attribute is unspecified, for backward compatibility.
6579         * files.el (auto-mode-alist): Add an entry for antlr-mode.
6581         * play/5x5.el: Remove version info.
6583         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6585         * frame.el (blink-cursor-mode): Doc fix.
6587 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6589         * antlr-mode.el: New commands to run ANTLR from within Emacs and
6590         to create Makefile rules.
6591         (antlr-tool-command): New user option.
6592         (antlr-ask-about-save): New user option.
6593         (antlr-makefile-specification): New user option.
6594         (antlr-file-formats-alist): New variable.
6595         (antlr-special-file-formats): New variable.
6596         (antlr-unknown-file-formats): New user option.
6597         (antlr-help-unknown-file-text): New variable.
6598         (antlr-help-rules-intro): New variable.
6599         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6600         (antlr-mode-menu): Add entries.
6601         (antlr-file-dependencies): New function.
6602         (antlr-directory-dependencies): New function.
6603         (antlr-superclasses-glibs): New function.
6604         (antlr-run-tool): New command.
6605         (antlr-makefile-insert-variable): New function.
6606         (antlr-insert-makefile-rules): New function.
6607         (antlr-show-makefile-rules): New command.
6609         * antlr-mode.el: More Emacs/XEmacs stuff.
6610         (antlr-no-action-keywords): New constant with value nil.
6611         (antlr-font-lock-keywords-alist): Use it.  Old value would break
6612         syntax highlighting in Emacs-21.0.
6613         (antlr-default-directory): Emacs/XEmacs dependend function.
6614         (antlr-read-shell-command): Ditto.
6615         (antlr-with-displaying-help-buffer): Ditto.
6617 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6619         * antlr-mode.el: imenu, parsing and highlighting changes.
6620         (antlr-imenu-create-index-function): Don't create extra submenus
6621         for definitions in different grammar classes.  It is not necessary
6622         for the menu and would make command `imenu' awkward to use.
6623         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6624         header actions and more than one.
6625         (antlr-font-lock-tokendef-face): Changed color.
6626         (antlr-font-lock-tokenref-face): Changed color.
6627         (antlr-font-lock-additional-keywords): Also highlight lowercase.
6628         (antlr-mode-syntax-table): New variable.
6629         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6630         (antlr-with-syntax-table): Don't copy syntax table.
6632 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6634         * antlr-mode.el: Minor changes: language setting.
6635         (antlr-language-alist): The value for file option "language" can
6636         be both an identifier and a string.
6637         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6638         (antlr-language-limit-n-regexp): Change accordingly.
6640 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6642         * antlr-mode.el: Minor changes: tabs, hiding.
6643         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6644         (antlr-action-visibility): Also allow value nil to also hide the
6645         braces.  Renamed from `antlr-tiny-action-length'.
6646         Suggested by Jay@aol.com.
6647         (antlr-hide-actions): Change accordingly.  Hide line if completely
6648         hidden action is on a line of its own.
6650 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6652         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6654         * sort.el (sort-columns): Don't concat strings with numbers.
6656 2000-11-29  Dave Love  <fx@gnu.org>
6658         * cus-edit.el (face): Fix :format.
6660         * mail/feedmail.el: Require smtpmail when compiling.
6661         (mail-do-fcc): Autoload.
6662         (feedmail) <defgroup>: Fix :link.
6663         (feedmail-nuke-body-in-fcc): Fix :type.
6664         (feedmail-send-it): Add autoload cookie.
6666 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6668         * newcomment.el (comment-indent): Save excursion around call to
6669         comment-indent-function.
6671 2000-11-29  Miles Bader  <miles@gnu.org>
6673         * subr.el (member-ignore-case): Return the tail of the list who's
6674         car matches, like `member', not the matching element itself.
6676 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
6678         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
6679         should not contain `\n'.
6681 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6683         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6685         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6687         * dired-aux.el (dired-do-create-files): Construct default file
6688         name for dired-mark-read-file-name so that when the user enters
6689         just RET, the target file will end up in the target directory.
6691         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6692         local-abbrev-table before changing buffers because it might
6693         have a buffer-local binding.
6695 2000-11-28  Miles Bader  <miles@gnu.org>
6697         * simple.el (delete-horizontal-space): Handle fields more generally.
6699 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6701         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6703 2000-11-28  Dave Love  <fx@gnu.org>
6705         * progmodes/ps-mode.el (ps-mode): Set comment-start and
6706         comment-start-skip locally.
6708         * progmodes/fortran.el (fortran-mode): Don't set
6709         fortran-comment-line-start-skip.  Set comment-start to
6710         fortran-comment-line-start.
6711         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6712         (fortran-comment-line-start-skip): Simplify slightly.
6714 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6716         * play/5x5.el: Remove RCS keyword.
6718         * bs.el: Mistaken commit, undone 2000-11-30.
6720 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
6722         * textmodes/tildify.el (tildify-string-alist):
6723         Add `plain-tex-mode' here.
6725 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
6727         * chistory.el (Command-history-setup): Remove extraneous `keymap'
6728         reference.
6730 2000-11-28  Miles Bader  <miles@gnu.org>
6732         * cus-face.el (custom-face-attributes): Add post-filter function
6733         for :box.  Make pre-filter function for :box handle all cases.
6735         * wid-edit.el (widget-choose): Make sure pop-up window is large
6736         enough to display all the choices, as there's no way to scroll it.
6738 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
6740         * international/mule-conf.el: Make the coding system no-conversion
6741         safe for all characters.
6743 2000-11-27  Dave Love  <fx@gnu.org>
6745         * net/ldap.el (ldap) <defgroup>: Add :version.
6747         * tooltip.el (tooltip-use-echo-area): Doc fix.
6749         * cus-start.el <minibuffer-prompt-properties>: Add version.
6750         <read-buffer-function>: Add.
6752         * apropos.el (apropos-print): Add help-echo to active text.
6754         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6756 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6758         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6759         type, group and version.
6761 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
6763         * select.el (x-get-selection): Docstring fix.
6765 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
6767         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6769 2000-11-27  Andrew Innes  <andrewi@gnu.org>
6771         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6773         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6775 2000-11-27  Miles Bader  <miles@gnu.org>
6777         * dired.el (dired-get-filename): Return filename verbatim if
6778         LOCALP is `verbatim'.
6779         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6780         `verbatim' so that we don't inadvertently delete a non-existant
6781         directory name.
6783 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
6785         * international/characters.el: Specify cases and syntaxes for
6786         mule-unicode-0100-24ff.
6788 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6790         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6791         that foreground and/or background colors of the face `tool-bar'
6792         are unspecified.
6794 2000-11-27  Miles Bader  <miles@gnu.org>
6796         * wid-edit.el (widget-field-buffer, widget-field-start)
6797         (widget-field-end): Handle widget field `pseudo-overlays'.
6798         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6799         if it's there instead of in `widget-field-list'.
6801         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6802         (help-make-xrefs): Delete extraneous newlines at the end of the
6803         docstring.
6805 2000-11-25  Jason Rumney  <jasonr@gnu.org>
6807         * startup.el (command-line): Call set-locale-environment after
6808         Window System init file is read, as it can result in a call to
6809         redraw-frame.
6811 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
6813         * simple.el (shell-command): Mention the effect of the prefix
6814         argument in the doc string.
6816 2000-11-25  Miles Bader  <miles@gnu.org>
6818         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6820         * wid-edit.el (widget-field-value-delete): Don't try to delete
6821         overlay when it's the `pseudo-overlay' that exists at some points.
6823 2000-11-24  Jason Rumney  <jasonr@gnu.org>
6825         * international/mule-cmds.el (locale-language-names): Add "jp" as
6826         a non-standard alternative for Japanese.
6828 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
6830         * vc-hooks.el: Require 'cl during compilation.
6832 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
6834         * faces.el (face-set-after-frame-default): Let face attributes
6835         specified for new frames override frame parameters.
6837         * startup.el (command-line): Fix computation of the source file
6838         for user-init-file when user-init-file is a compiled file.
6840 2000-11-24  Miles Bader  <miles@gnu.org>
6842         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6843         (custom-post-filter-face-spec): New functions.
6844         (custom-face-set, custom-face-value-create): Filter the face spec
6845         before and after customization.
6846         (custom-face-set): If VALUE specifies a null face, pass a
6847         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6848         * cus-face.el (custom-face-attributes): Remove SET and GET
6849         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
6850         cases they're needed.
6852         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6853         that it's distinguishable from the :off-glyph on dark-background
6854         displays.  Set its background color too.
6856         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6857         so that people can easily turn it off.
6859 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6861         * ediff-diff.el: Moved variables around to have it compile under NT.
6863         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6865         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6867         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6868         redundant skip-small-frames test.
6870         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6871         (viper-downgrade-to-insert): Protect against errors in hooks.
6873         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6874         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6875         (viper-restore-cursor-type,viper-set-insert-cursor-type):
6876         New functions.
6878         * viper-util.el (viper-memq-char): Bug fixes.
6880         * viper.el (viper-mode): Fix cursor handling.
6882 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
6884         * international/mule-diag.el (list-iso-charset-chars):
6885         For two-byte charset, fix the `while' condition.
6886         (list-non-iso-charset-chars): Fix the `while' condition.
6888 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6890         * subr.el (add-hook, remove-hook): Don't call make-local-hook
6891         if the variable is make-variable-buffer-local.
6893         * progmodes/ada-stmt.el (ada-template-map):
6894         Initialize and bind it to C-c t in ada-mode-map.
6895         (ada-stmt-mode-hook): New function extracted from old code.
6896         Only change the buffer-local side of skeleton-*.
6897         (ada-mode-hook): Use it.
6899 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6901         * iswitchb.el (iswitchb-minibuf-depth): New variable.
6902         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6903         we expect to be returned by minibuffer-depth once we prompt the
6904         user in the minibuffer.
6905         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6906         as recorded in iswitchb-minibuf-depth, return non-nil.
6908 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
6910         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6911         (hscroll-window-maybe): Docstring fix.
6913 2000-11-23  Dave Love  <fx@gnu.org>
6915         * rect.el (string-rectangle): Don't test delete-selection-mode.
6917 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6919         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6920         is in the tool bar.
6922         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6923         with `no-dir'; we want the directory part to be able to remove it.
6925 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6927         * textmodes/outline.el (outline-flag-region):
6928         Don't bind inhibit-read-only since we don't modify the buffer.
6929         (outline-isearch-open-invisible): Don't jump to overlay-start
6930         since we're trying to unhide text around point.
6931         (outline-discard-overlays): Use dolist.
6933         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6935 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6937         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6939 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6941         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6942         Fix ARG regexp to skip quoted braces.
6943         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6944         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6945         are (correctly) handled separately).
6946         Remove `caption' and `footnote' from `citations': they contain text.
6947         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6948         (latex-skeleton-end-hook): New function.
6949         (latex-mode): Use it.
6950         (tex-start-tex-marker): Remove.
6951         (tex-send-tex-command): Don't set tex-start-tex-marker.
6952         (tex-error-parse-syntax-table): New var.
6953         (tex-compilation-parse-errors): Use it.
6954         Ignore tex-start-tex-marker.  Don't bother with marker-position.
6955         (tex-validate-buffer): Don't bother with marker-position.
6957         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6958         (flyspell-generic-progmode-verify): Use it.
6960 2000-11-22  Sam Steingold  <sds@gnu.org>
6962         * simple.el (delete-trailing-whitespace): New interactive function.
6964         * progmodes/ada-mode.el (ada-mode): Use it instead of
6965         `ada-remove-trailing-spaces'.
6966         (ada-remove-trailing-spaces): Removed.
6968         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6970         * textmodes/picture.el (picture-clean): Removed.
6971         (picture-mode-exit): Call it instead of `picture-clean'.
6973 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6975         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6977         * hi-lock.el (hi-lock-refontify): Don't call non-existent
6978         jit-lock-fontify-buffer; it should anyway be unneccessary to
6979         do anything special when jit-lock is active.
6980         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6982 2000-11-22  Dave Love  <fx@gnu.org>
6984         * calendar/todo-mode.el (todo-top-priorities): Use
6985         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6987         * language/chinese.el, language/cyrillic.el:
6988         * language/devanagari.el, language/ethiopic.el, language/greek.el:
6989         * language/hebrew.el, language/indian.el, language/japanese.el:
6990         * language/korean.el, language/lao.el, language/misc-lang.el:
6991         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6992         Use provide.
6994         * cus-edit.el (custom-buffer-create-internal): Save some consing.
6995         (custom-variable-set): Improve validation error mesage.
6997         * rect.el (string-rectangle): Revert last change.
6998         (string-rectangle-line): New arg DELETE.
6999         (string-rectangle): Check delete-selection-mode.
7001         * emacs-lisp/edebug.el (edebug-version)
7002         (edebug-maintainer-address): Deleted.
7003         (edebug-submit-bug-report): Just alias to report-emacs-bug.
7004         (edebug-read-function): Account for other `'#' read forms.
7005         (edebug-mode-menus): Make some items toggles.
7006         (edebug-outside-unread-command-event, unread-command-event):
7007         Remove these to avoid warnings.
7009 2000-11-22  David Ponce  <david@dponce.com>
7011         * recentf.el (recentf-menu-items-for-commands)
7012         (recentf-make-menu-items, recentf-make-menu-item)
7013         (recentf-filter-changer): Added :help and :active menu-item properties.
7015         (recentf-build-dir-rules, recentf-dump-variable)
7016         (recentf-edit-list, recentf-open-files-item)
7017         (recentf-open-files): Replaced unnecessary `mapcar' with new
7018         built-in `mapc'.
7020 2000-11-23  Miles Bader  <miles@gnu.org>
7022         * faces.el (menu): Make inverse-video on ttys too.
7024 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
7026         * simple.el (comment-line-break-function): Use the new name
7027         indent-new-comment-line -> comment-indent-new-line.
7028         (clone-indirect-buffer): Don't ignore NORECORD.
7029         (next-completion): Properly handle the case where items are adjacent.
7031         * mouse.el (popup-menu): Stupid typo.
7033 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7035         * emacs-lisp/authors.el: Remove autoload cookies, add author,
7036         maintainer, keywords tags.
7038         * rect.el (replace-rectangle): Don't call string-rectangle-line
7039         with too many arguments.
7041 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
7043         * ediff-util.el (ediff-file-checked-out-p)
7044         (ediff-file-checked-in-p): Call vc-state instead of
7045         vc-locking-user, which no longer exists.
7047         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7049 2000-11-22  Dave Love  <fx@gnu.org>
7051         * md5.el (md5): Provide.
7052         (md5): Fix error call.
7054 2000-11-22  Miles Bader  <miles@gnu.org>
7056         * textmodes/refill.el (refill-adjust-ignorable-overlay)
7057         (refill-fill-paragraph-at): Remove debugging code.
7059         * calendar/calendar.el (generate-calendar-window): When we don't
7060         call `fit-window-to-buffer', make sure the top line is fully visible.
7062         * image-file.el (insert-image-file): Don't make `read-only'
7063         property rear-nonsticky.
7065         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7066         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7067         stashing away its original value.
7068         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7069         in the recursive edit.
7070         Bind `isearch-original-minibuffer-message-timeout' to protect it.
7071         (isearch-done): Restore `minibuffer-message-timeout'.
7073         * cus-start.el: Remove entry for `mode-line-inverse-video'.
7075 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
7077         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7079         * find-lisp.el (find-lisp-find-files-internal):
7080         Use dolist, when and file-name-as-directory.
7082         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7083         (define-derived-mode, define-minor-mode): Add specs.
7085         * window.el: General comment and spacing fixes.
7086         (save-selected-window): Use backquotes.
7087         (window-safely-shrinkable-p): New function.
7088         (shrink-window-if-larger-than-buffer): Use it.
7090         * subr.el (make-local-hook): Docstring fix.
7092         * shell.el (shell-mode): Use define-derived-mode.
7094         * newcomment.el (comment-indent): Insert comment before calling
7095         comment-indent-function.  Don't insert in column 0.
7096         (comment-dwim): Indent before inserting comment.
7098         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
7099         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
7100         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7101         Use mapc rather than map.
7103         * files.el (find-buffer-visiting): Compare all attributes before
7104         declaring two files identical (rather than just their inode-no).
7105         (auto-mode-alist): Use \' rather than $.
7107         * which-func.el: Update maintainer line.
7109         * pcvs.el (uniquify-buffer-file-name): Remove advice.
7110         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7111         (uniquify-buffer-file-name): Use it.
7113 2000-11-22  Miles Bader  <miles@gnu.org>
7115         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7116         * simple.el (minibuffer-avoid-prompt): New function.
7118 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
7120         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7122 2000-11-21  Miles Bader  <miles@gnu.org>
7124         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7125         inclusion of `track-mouse'.
7127         * textmodes/refill.el (refill-ignorable-overlay): New variable.
7128         (refill-adjust-ignorable-overlay): New function.
7129         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7130         only the paragraph's tail if possible.
7131         Update `refill-ignorable-overlay'.
7132         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7134         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7135         point inside the fill-prefix.
7137         * textmodes/refill.el (refill-post-command-function): Don't reset
7138         refill-doit in the case where a self-insertion command doesn't
7139         case a refill.  Use `refill-fill-paragraph-at', getting position
7140         from `refill-doit'.
7141         (refill-after-change-function): Set `refill-doit' to END.
7142         (refill-fill-paragraph-at): New function, mostly from old
7143         refill-fill-paragraph.
7144         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7145         (refill-pre-command-function): New function.
7146         (refill-mode): Add it to `pre-command-hook'.
7148 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
7150         * textmodes/artist.el (artist-mode): Fix autoload cookie.
7152         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7153         javadoc tags.
7155 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
7157         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7158         vc.el).
7160         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7161         require vc.
7163         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7164         checkouts.
7166 2000-11-20  Dave Love  <fx@gnu.org>
7168         * Makefile.in (DONTCOMPILE): Omit bindings.el.
7170 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
7172         * calculator.el (calculator-paste): Use `if' instead of `and'
7173         and `or'.
7174         (calculator-help): Don't use electric-describe-mode for XEmacs.
7176 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
7178         * info.el (info-menu-5): Doc fix.
7180         * textmodes/artist.el: New file.
7182 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
7184         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7185         and differentiate according to checkout model.
7186         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7187         since this function is only concerned with master state.
7189         * vc-hooks.el (vc-workfile-unchanged-p)
7190         (vc-default-workfile-unchanged-p): Moved here from vc.el.
7192         * vc.el (vc-workfile-unchanged-p)
7193         (vc-default-workfile-unchanged-p): See above.
7195 2000-11-19  Miles Bader  <miles@gnu.org>
7197         * image-file.el (insert-image-file): Make `intangible' and
7198         `read-only' properties rear-nonsticky too.
7200 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
7202         * ps-print.el: Update copyright notice.
7204         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7205         (tooltip-show): Use the offsets.
7207         * bindings.el (mode-line-modified): Fix a typo.
7208         (mode-line-toggle-modified, mode-line-widen)
7209         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7211 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
7213         * ps-print.el (toplevel): Test for find-coding-system being
7214         fboundp before calling ps-x-find-coding-system.
7216 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
7218         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7219         (vc-version-backup-file): Docstring fix.
7221 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7223         * files.el (basic-save-buffer): Don't add a newline if
7224         find-file-literally is non-nil.
7225         (find-file-literally): Extend doc string.
7227         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7228         sort(1) with the `-f' argument.
7230 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
7232         * vc.el: Updated backend documentation.
7233         (vc-default-check-headers): New function.
7235         * vc-{cvs,rcs,sccs}.el: Functions reordered.
7237         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7238         up-to-date.
7239         (vc-do-command): In the asynchronous case, output messages only if
7240         the minibuffer is not active.
7242         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7243         `vc-cvs-use-edit' is on.
7244         (vc-cvs-checkout): When this is used for reverting the workfile,
7245         make a backup of the original contents and revert to that in case
7246         of error.
7247         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7248         remote repositories.
7250         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7251         for both version and ratio in the minibuffer.
7253         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7254         Use vc-do-command to perform the annotation, not call-process.
7256 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7258         * international/quail.el (quail-start-translation): Don't call
7259         `message' before reading key sequence.
7261 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
7263         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7265 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7267         * window.el (fit-window-to-buffer): Be sure to acquire at least
7268         one text line even if the buffer is empty.
7270 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7272         * net/ange-ftp.el (ange-ftp-file-writable-p)
7273         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7274         Bind ange-ftp-process-verbose to nil.
7276 2000-11-15  Dave Love  <fx@gnu.org>
7278         * wid-edit.el (widget-specify-field, widget-specify-button):
7279         If :help-echo is a function, set help-echo of overlay to
7280         widget-mouse-help.
7281         (widget-mouse-help): New function.
7282         (widget-echo-help): Rewritten for :help-echo functions only taking
7283         a widget arg.
7285         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7286         Use display-graphic-p.
7287         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7288         and that JPEG is available.
7289         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7291         * international/mule-cmds.el (locale-charset-language-names):
7292         Match @euro.
7294 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
7296         * faces.el (face-set-after-frame-default):
7297         If `inhibit-default-face-x-resources' is bound, don't intialize the
7298         default face from X resources.
7300 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7302         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7303         Don't set EMACSLOADPATH.
7305 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7307         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7308         texinfo-insert-@url.
7309         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7310         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7312 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7314         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7315         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7316         (checkdoc-minor-keymap): Backward compatibility.
7317         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7318         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7319         (checkdoc-this-string-valid-engine): Be a bit more strict
7320         to avoid matching substrings of `...' quoted vars/funs.
7321         (checkdoc-defun-info): Only look for `interactive' if alone.
7322         (debug-ignored-errors): Add "arg doesn't appear in docstring".
7324         * progmodes/compile.el (grep): `tag-default' can be nil.
7326         * newcomment.el (comment-indent): Paren typo.
7328 2000-11-14  Dave Love  <fx@gnu.org>
7330         * calculator.el: New maintainer version.
7332         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7334         * cmuscheme.el: Doc fixes.
7335         (cmuscheme) <defgroup>: Use `scheme' as parent.
7336         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
7338         * xscheme.el (scheme-program-name): Don't define here.
7340         * progmodes/scheme.el (scheme-program-name): New variable
7341         (originally in cmuscheme).
7343 2000-11-14  Miles Bader  <miles@gnu.org>
7345         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7346         Handle header-lines.  Don't loop forever if we can't enlarge the
7347         window anymore.  Simplify a bit.
7349 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
7351         * window.el (fit-window-to-buffer): Don't check
7352         window-text-height.  Assure that the last line is fully visible.
7354         * international/quail.el (quail-show-guidance-buf):
7355         Call fit-window-to-buffer to assure the enough height of the guidance
7356         buffer.
7357         (quail-update-guidance): Avoid making the guidance buffer shorter.
7359 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7361         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7362         rather than `prepend' and add an interesting comment.
7363         (tex-math-face, tex-font-lock-syntactic-face-function):
7364         New face and function to use it.
7365         (tex-define-common-keys, tex-mode-map): Use menu-item rather
7366         than `menu-enable' symbol property.
7367         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7368         (tex-mode): Add some latex-mode commands for auto-selection.
7369         Use tex-font-lock-syntactic-face-function.
7370         (tex-insert-quote): Simplify.
7371         (tex-shell): New mode.
7372         (tex-start-shell): Use it.
7373         (tex-shell-proc, tex-shell-buf): New functions.
7374         (tex-send-command): Use it.
7375         (tex-main-file): Fix the meaning of the new arg REALFILE.
7376         (tex-send-tex-command): New function split from `tex-start-tex'.
7377         Set compilation-last-buffer and compilation-parsing-end.
7379         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7380         when it follows non-comment text on the line.
7382         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7383         Set font-lock-defaults.
7384         (lisp-mode-shared-map): Init inside the defvar.
7385         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7386         Use define-derived-mode.
7388 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
7390         * faces.el (header-line): Use `:box nil' for color/gs displays too.
7392 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
7394         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7395         Don't recursively optimize body because that can lead to infinite
7396         recursion; see comment there.
7398 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
7400         * faces.el (face-spec-set-match-display): Revert the change from
7401         2000-10-24.  Add a FIXME for after v21.1.
7403 2000-11-13  Miles Bader  <miles@gnu.org>
7405         * textmodes/fill.el (skip-line-prefix): New function.
7406         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
7407         (fill-paragraph): Don't leave point inside the fill-prefix.
7408         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7409         point inside the fill-prefix.
7411 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
7413         * calendar/calendar.el (generate-calendar-window):
7414         Use `fit-window-to-buffer'.
7416 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7418         * gud.el (gud-minor-mode): New var.
7419         (gud-symbol, gud-val): New functions.
7420         (gud-find-file): Copy gud-minor-mode to the new buffer.
7421         (gud-menu-map): Include entries for commands that are not always
7422         available, using :enable to (de)activate them.
7423         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
7424         (gud-mode-map): New map.
7425         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7426         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7427         Don't set up gud's menu (it's done by the minor-mode).
7428         (gud-minibuffer-local-map): New.
7429         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7430         (gud-query-cmdline): New function.
7431         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
7432         (gud-mode): Use define-derived-mode.
7433         Don't set up gud's menu (it's done by the minor-mode).
7434         (gud-chop-words): Remove.
7435         (gud-common-init): Use split-string instead.
7436         (gud-new-keymap, gud-make-debug-menu): Eradicate.
7438         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7439         Add keyword arg :name.
7441         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7442         (diff-count-matches, diff-split-hunk): New functions.
7443         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7445         * pcvs-info.el (cvs-fi-conflict-face): New var.
7447         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7448         Make it into a simple syntax-table, shared among all submodes.
7449         (sh-heredoc-face): Re-introduce.
7450         (sh-font-lock-syntactic-face-function): New function.
7451         (sh-mode): Use it.  Also use define-derived-mode.
7452         Remove old bogus setting of indent-region-function.
7453         (sh-set-shell): Don't set the syntax-table any more.
7454         (sh-mode-syntax-table) <defun>: Remove.
7456 2000-11-12  Miles Bader  <miles@gnu.org>
7458         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7459         message if interactive.
7461 2000-11-12  Dave Love  <fx@gnu.org>
7463         * mail/feedmail.el: Fix header,
7464         (feedmail) <defgroup>: Add :link.
7466         * view.el: Use local-map property, not keymap on mode-line string.
7468         * scroll-all.el (scroll-all-mode): Customize variable.
7469         Add autoload cookie to function.
7471         * lazy-lock.el: Remove compatibility code.
7473         * finder.el (finder-known-keywords): Add `files', remove `vms'.
7474         (finder-help-echo): New variable.
7475         (finder-mouse-face-on-line): Add help-echo stuff.
7476         (finder-list-keywords, finder-list-matches): Use mapc.
7478         * faces.el (face-font-registry-alternatives): Add :version.
7480         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7481         tags-table-list.
7483         * net/browse-url.el (browse-url-browser-function): Update :version.
7485         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7486         (mail-mode): Use [:alnum:] in some regexps.
7488 2000-11-10  Dave Love  <fx@gnu.org>
7490         * ediff.el (ediff-regions-internal, ediff-documentation):
7491         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7492         fundamental mode.
7494         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7495         buffer into fundamental mode.
7496         (ediff-set-difference): Use copy-sequence if available.
7498         * ediff-ptch.el (ediff-dispatch-file-patching-job):
7499         Check ediff-patch-map non-nil.
7500         (ediff-fixup-patch-map, ediff-fixup-patch-map)
7501         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7502         buffer into fundamental mode.
7504         * ediff-merg.el (state-or-merge): Defvar when compiling.
7506 2000-11-10  Jason Rumney  <jasonr@gnu.org>
7508         * w32-fns.el (w32-add-charset-info): New function.
7509         (w32-charset-info-alist): Use it.
7511 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7513         * faces.el (face-font-registry-alternatives): New user-option.
7515 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
7517         * textmodes/texinfo.el (texinfo-block-default): New var.
7518         (texinfo-insert-block): Use it.  Insert a newline if needed.
7520         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7521         (fill-region-as-paragraph): Use it.
7523         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7524         (latex-mode): Tweak tex-*-(head|trail)er regexps.
7525         Tweak paragraph regexps to allow a leading [ \t]*.
7526         (tex-latex-block): Insert a newline if necessary.
7527         (latex-insert-item): Only insert a newline if necessary.
7528         (tex-guess-main-file): New function.
7529         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
7530         Set tex-main-file if TeX-master is provided.
7531         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7533 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7535         * startup.el (command-line): Set the default tooltip-mode
7536         to t for graphical displays which implement x-show-tip.
7538         * tooltip.el (tooltip-mode): Add a comment about startup.el
7539         setting the default value of this user-option.
7541 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
7543         * font-lock.el (font-lock-*-face) <defvar>: Move.
7544         (font-lock-defaults-alist): Mark obsolete.
7545         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7546         (font-lock-mode): Use define-minor-mode.
7547         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7548         (font-lock-turn-off-thing-lock): Be more explicit.
7549         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7550         (font-lock-syntactic-face-function): New var.
7551         (font-lock-fontify-syntactically-region): Use it.
7552         (font-lock-doc-face): New.
7554         * pcvs.el (cvs-enabledp): Ignore errors.
7555         (cvs-commit-filelist): Never query.
7556         (cvs-mode-insert): Always add a terminating / in the initial prompt.
7557         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7558         (cvs-do-removal): Use cvs-partition rather than delete-if.
7559         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7560         cvs-bury-buffer.
7562         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7563         Allow `next' to jump to after the end of the last match.
7565 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
7567         * simple.el (byte-compiling-files-p): New function.
7569         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7570         if it is there.
7572         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7573         nil again.
7575         * textmodes/ispell.el (ispell-library-path): Don't call
7576         check-ispell-version when byte-compiling because that starts
7577         an ispell process, and ispell might not be installed.
7578         (toplevel): Don't set up a menu when byte-compiling.
7580         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7581         it, so that a boundp test can be used to determine if we're
7582         currently byte-compiling.
7584 2000-11-09  Dave Love  <fx@gnu.org>
7586         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7588 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7590         * ps-print.el: Patch for variable initialization when spooling.
7591         Doc fix.
7592         (ps-output-list): Fun eliminated.
7593         (ps-begin-file, ps-begin-job): Code fix.
7595 2000-11-08  Dave Love  <fx@gnu.org>
7597         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7599 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
7601         * simple.el (shell-command, display-message-or-buffer)
7602         (shell-command-on-region): Mention resize-mini-windows in the doc
7603         string.
7604         (display-message-or-buffer): Take the value of resize-mini-windows
7605         into account.
7607 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
7609         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7611         * dired.el (dired-between-files): Add `^. find' as an alternative
7612         to the regular expression, for find-dired.
7614 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7616         * textmodes/texnfo-upd.el: Require texinfo.
7617         (defmacro, defgroup): Remove.
7618         (texinfo-section-to-generic-alist): Remove.
7619         Use texinfo-section-list instead (i.e. level is changed string->int).
7620         (texinfo-filter): New function.
7621         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7622         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7623         Use it.  And use regexp-opt.
7624         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7625         (texinfo-update-menu-region-beginning)
7626         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7627         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7628         (texinfo-update-menu-same-level-regexps): Update.
7629         (texinfo-update-node, texinfo-every-node-update)
7630         (texinfo-sequential-node-update): Remove autoload cookie.
7632         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7633         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7634         (texinfo-chapter-level-regexp): Remove.
7635         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7637 2000-11-06  Dave Love  <fx@gnu.org>
7639         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7641         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7642         Match defun*.
7644 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7646         * composite.el (composition-function-table): Variable declaration
7647         moved to src/composite.c.
7648         (compose-chars-after): New optional arg object.
7650 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
7652         * bindings.el (mode-line-toggle-read-only)
7653         (mode-line-toggle-modified, mode-line-widen)
7654         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7655         (make-mode-line-mouse2-map): Rewritten.
7656         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7657         functions so that C-h k can show something with a doc string.
7659         * startup.el (fancy-splash-delay): Set to 10 seconds.
7660         (fancy-splash-max-time): New user-option.
7661         (fancy-splash-stop-time): New variable.
7662         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
7663         (fancy-splash-screens-1): Throw `stop-splashing' when current
7664         time is greater than fancy-splash-stop-time.
7666 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7668         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7670         * pcvs.el (cvs-mode-marked): New arg `noquery'.
7671         Prompt user for a file rather than raising an error.
7672         (cvs-enabledp): Fix call to cvs-mode-marked.
7673         (cvs-insert-file): New function (extracted from cvs-mode-insert).
7674         (cvs-mode-insert): Use it.  Change the init prompt' value.
7675         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7677         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7678         Don't pass default arg to ewoc-locate.
7679         (ewoc-collect): Return result in the right order.
7681         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7683         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7684         (cvs-status-get-tags): Fix regexp.
7685         (cvs-status-trees, cvs-status-cvstrees):
7686         Combine after change hooks and don't sit-for.
7687         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7688         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7689         Use make-char rather than hard-coded cryptic data.
7690         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7692         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7694         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7695         (cvs-insert-strings): New function.
7697 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
7699         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7700         `mwheel-scroll-amount'.
7701         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7702         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7703         string-matching against the version string.
7705 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7707         * language/thai.el ("Thai"): Set a lisp form that produces
7708         composed string in `sample-text' language info.
7710         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7711         composed string in `sample-text' language info.
7713         * international/mule-cmds.el (describe-language-environment):
7714         Eval `sample-text' data and insert the result.
7716         * international/mule-conf.el (compound-text): Define this coding
7717         system here.  Make x-ctext and ctext aliases of it.
7719         * language/european.el (compound-text, ctext): Moved to
7720         international/mule-conf.el.
7722 2000-11-05  Andrew Innes  <andrewi@gnu.org>
7724         * w32-fns.el (w32-version): New function.
7726 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
7728         * progmodes/awk-mode.el: Update copyright.
7729         (awk-mode-abbrev-table): Remove.
7730         (awk-font-lock-keywords): Use regexp-opt.
7731         (awk-mode): Use define-derived-mode.
7733         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7734         when extracting a suffix.
7736 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
7738         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
7739         auto-save-mode.
7741 2000-11-04  Jason Rumney  <jasonr@gnu.org>
7743         * language/european.el (decode-mac-roman): Test against r1 not r0.
7745 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7747         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7748         (icon-mode): Define indent-line-function.
7749         (icon-comment-indent): Simplify.
7750         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7752         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7754         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7755         Bind change-log-default-mode to defeat the caching done on it.
7756         Don't bother saving excursion any more.
7758         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7760         * frame.el (after-setting-font-hook): Rename hooks -> hook.
7761         (set-frame-font): Use the new name (and the old for compatibility).
7763         * toolbar/tool-bar.el (tool-bar-mode):
7764         * time.el (display-time-mode):
7765         * recentf.el (recentf-mode):
7766         * paren.el (show-paren-mode):
7767         * mwheel.el (mouse-wheel-mode):
7768         * msb.el (msb-mode):
7769         * jka-compr.el (auto-compression-mode):
7770         * image-file.el (auto-image-file-mode):
7771         * hl-line.el (hl-line-mode):
7772         * delsel.el (delete-selection-mode):
7773         * autoinsert.el (auto-insert-mode):
7774         * complete.el (partial-completion-mode): Drop unneeded positional args.
7776         * info.el (Info-mode):
7777         * comint.el (comint-mode): Don't bother with make-local-hook.
7779         * log-edit.el (log-edit-menu): New menu.
7781 2000-11-03  Miles Bader  <miles@gnu.org>
7783         * wid-edit.el (widget-end-of-line): Reinstate, with a new
7784         definition, so that trailing spaces are handled properly.
7785         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7787 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
7789         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7790         tab character.
7791         (fancy-splash-screens): Set tab-width to 20.
7793 2000-11-03  Dave Love  <fx@gnu.org>
7795         * comint.el (comint-completion-addsuffix): Fix custom type.
7797 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7799         * font-lock.el (font-lock-buffers): Remove.
7800         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7801         (font-lock-change-major-mode): Remove.
7802         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7803         (font-lock-default-fontify-region): Extend the multiline
7804         fontification to whole lines.
7805         (font-lock-fontify-anchored-keywords)
7806         (font-lock-fontify-keywords-region): If matching just one
7807         line (with \n) only mark the \n as multiline.
7809         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7810         Correctly handle the case where several :group args are supplied.
7811         Allow :extra-args.
7812         (easy-mmode-define-global-mode): Allow :extra-args.
7813         Correctly handle the case where several :group args are supplied.
7815 2000-11-02  Miles Bader  <miles@gnu.org>
7817         * calendar/calendar.el (diary-face, calendar-today-face)
7818         (holiday-face): Remove dependency on `window-system'.
7820 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
7822         * Makefile.in (emacs): Set EMACSLOADPATH always.
7823         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7824         (compile-files): Bomb out if compilation of a file fails.
7826 2000-11-02  Dave Love  <fx@gnu.org>
7828         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7830 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
7832         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7833         punctuation in the warning inserted into the *mail* buffer.
7835 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
7837         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7838         (authors-public-domain-p): New function.
7839         (authors-print): Use it.
7841         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7843         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7845 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7847         * ps-print.el: Extension for even/odd printing.  Doc fix.
7848         (ps-print-version): New version number (6.3.1).
7849         (ps-even-or-odd-pages): Customization fix.
7850         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7851         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7852         (ps-page-count): Var replaced by `ps-page-column'.
7853         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7854         (ps-print-sheet-p): New fun.
7856 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7858         * tooltip.el (tooltip-gud-tips-setup): New function.
7859         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7860         (tooltip-mode): Call tooltip-gud-tips-setup.
7861         (tooltip-gud-tips): Use `gud-basic-call' instead of
7862         process-send-string, so the prompt gets frobbed appropriately.
7863         Handle nil return value from `tooltip-gud-print-command'.
7865 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
7867         * comint.el (comint-add-to-input-history): New function.
7868         (comint-send-input): Use `comint-add-to-input-history'.
7870 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7872         * info.el (info-menu-header): New face.
7873         (Info-fontify-menu-headers): New function.
7874         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7876         * info.el (Info-insert-dir): Don't include blank lines at
7877         beginning of additional dir files (one is added automatically).
7879 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7881         * emacs-lisp/easy-mmode.el (define-minor-mode):
7882         Revert the latest changes.
7883         Allow the three positional arguments to be skipped and replaced
7884         by keyword arguments.
7885         Add a :toggle argument to determine whether a nil arg means toggle
7886         or means turn-on.  The default is unchanged.
7887         Add a call to force-mode-line-update.
7889 2000-11-01  Dave Love  <fx@gnu.org>
7891         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7893 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
7895         * calendar/calendar.el (diary-face, holiday-face):
7896         Add dark-background variants.
7898 2000-10-31  Sam Steingold  <sds@gnu.org>
7900         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7901         `tex-main-file' does not have directory in it.
7903 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
7905         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7907 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
7909         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7910         functional change.
7912 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
7914         * files.el (find-file-noselect): When we expand a wildcard, return
7915         a list of buffers, as we should do according to the doc string.
7917 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
7919         * loadup.el (top level): Adjust load path if program name is
7920         "../src/bootstrap-emacs", in case it's not dumped and thus the
7921         load path adjustment hasn't already been done.
7923 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7925         * ps-print.el: Fix bug on selected pages for printing.
7926         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
7927         is on.  Try to avoid warning messages when compiling.  Doc Fix.
7928         (ps-print-version): New version number (6.3).
7929         (ps-color-device): Use `color-values' to determine if device
7930         supports color.
7931         (ps-color-values): Try to use `x-color-values' when using XEmacs.
7932         (ps-print-page-p): Changed from defsubst to defun.
7933         (ps-page-number): Changed from defmacro to defun.
7934         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7935         printing.
7936         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7937         (ps-end-file, ps-dummy-page): Funs eliminated.
7938         (ps-print-color-scale): Changed default value.
7939         (ps-page-n-up, ps-print-page-p): New internal vars.
7940         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7941         (ps-plot-region, ps-generate, ps-end-job): Code fix.
7943         * delim-col.el: Little programming improvement.
7944         (delimit-columns-str): New macro.
7945         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7947 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
7949         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7950         Moved to european.el.
7951         (ccl-encode-mac-roman-font, fontset-mac): Modified for
7952         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7953         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7954         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7956 2000-10-30  Dave Love  <fx@gnu.org>
7958         * progmodes/cc-menus.el (imenu-generic-expression)
7959         (imenu-progress-message): Only defvar when compiling.
7961         * emacs-lisp/elp.el (elp-unload-hook): New function.
7963         * loadhist.el (unload-feature): Call elp-restore-function,
7964         checking for symbols; don't use elp-restore-all.
7965         (loadhist-hook-functions): Doc fix.
7967 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7969         * log-edit.el (log-edit-confirm): Fix the default.
7971 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7973         * delim-col.el: Little fix: replace delimit-columns-align-columns by
7974         delimit-columns-format.
7975         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7977 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
7979         * comint.el (comint-replace-by-expanded-history): Don't use
7980         comint-get-old-input (we're not looking at *old* input).
7981         (comint-get-old-input-default): If using fields, signal an error
7982         when the point is not in an input field.
7984 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
7986         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7987         and mule-unicode-e000-ffff.
7989         * international/mule.el (decode-char, encode-char): New functions.
7990         (make-coding-system): Accept a symbol of translation table as a
7991         value of property `safe-chars'.
7993         * international/mule-cmds.el (encode-coding-char): Check property
7994         safe-chars instead of safe-charsets.
7996         * international/fontset.el (fontset-default): Modified for
7997         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7998         (x-font-name-charset-alist): Likewise.
7999         (ccl-encode-unicode-font): New CCL program.  Record it in
8000         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8002         * language/european.el (mac-roman-decoder, mac-roman-encoder):
8003         New translation tables.
8004         (decode-mac-roman, encode-mac-roman): Definition of these CCL
8005         programs are modified and moved from mac-win.el.
8006         (mac-roman): Definition of this coding system is modified and
8007         moved from mac-win.el.
8009 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
8011         * ediff-wind.el (ediff-setup-control-frame): Enclose
8012         face-attribute in condition-case to avoid errors in older emacsen.
8014 2000-10-29  Miles Bader  <miles@gnu.org>
8016         * custom.el (custom-add-to-group): Allow multiple entries for a
8017         given value OPTION, as long as their widget types are different.
8018         * cus-edit.el (custom-face-value-create): If face name doesn't end
8019         with "face", add such here (similar to custom group widgets).
8021         * comint.el (comint-highlight-prompt): Add :type.
8023 2000-10-28  John Wiegley  <johnw@gnu.org>
8025         * calendar/timeclock.el (timeclock-log): Doc fix.
8026         (timeclock-last-event): Doc fix.
8027         (timeclock-log): Kill the timelog buffer after appending a new event.
8028         (timeclock-find-discrep): Use a temp buffer to read in the
8029         timelog, instead of visiting the file.
8030         (timeclock-log-data): A new function, along with a host of helper
8031         functions, for the purpose of making timelog data accessible to
8032         programmers.
8034         * eshell/esh-mode.el (window-height test): Make certain that
8035         `eshell-stringify-t' is non-nil.
8036         (eshell-password-prompt-regexp): Changed to a much simpler
8037         password regexp.
8038         (eshell-send-input): If `eshell-invoke-directly' returns t,
8039         directly invoke the parsed command using `eval'.  This improves
8040         turn-around time on simple commands by a factor of three or
8041         greater, such as cd, ls, pwd, etc. -- which get used very often.
8042         It also conserves thousands of cons cells per call (since
8043         `eshell-do-eval' consumes memory like a Cookie Monster set loose
8044         in the Pacific Cookie Company).
8046         * eshell/esh-test.el (eshell-test): Whitespace fix.
8048         * eshell/em-ls.el (eshell-ls-insert-directory):
8049         Make `eshell-ls-initial-args' nil when inserting directory contents.
8051         * eshell/em-script.el (eshell-script-initialize): Add names to
8052         `eshell-complex-commands, since `source' and `.' are complex.
8054         * eshell/esh-cmd.el (eshell-rewrite-for-command)
8055         (eshell-rewrite-while-command): Use `eshell-protect' instead of
8056         `eshell-copy-handles'.
8057         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8058         bodies.
8059         (eshell-separate-commands): Whitespace fix.
8060         (eshell-complex-commands): Added a new list of names, for
8061         determining whether a given command is as simple as it looks.
8062         (eshell-invoke-directly): New function.  Returns t if a command
8063         should be invoked directly (using `eval'), rather than indirectly
8064         using `eshell-do-eval'.
8065         (eshell-do-eval): Whitespace fix.
8067         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8068         which provides an emulation of the DOS shell behavior of assuming
8069         that cp/mv/ln should copy/move/link to the current directory.
8070         (eshell-remove-entries): Added a doc string.
8071         (eshell-shuffle-files): Removed the check for `target' being null.
8072         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8073         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8074         it to do a smarter check of whether a destination was provided.
8075         (eshell/mv, eshell/cp): Enable `:preserve-args'.
8076         (eshell/ln): Enable `:preserve-args', and use
8077         `eshell-mvcpln-template' to implement the body of the function.
8078         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8079         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8080         list after flattening it.  This makes it possible to cat files
8081         with numerical names.
8082         (eshell-unix-initialize): Added several names to
8083         `eshell-complex-commands.
8084         (eshell-unix-command-complex-p): Return t if a given command name
8085         may result in external processes being invoked.
8087         * eshell/em-glob.el (eshell-glob-show-progress): Make this
8088         variable nil by default, since it slows down glob processing by a
8089         factor of two or more, and increases memory consumption.
8091         * eshell/em-smart.el: Added a note about how memory consumptive
8092         smart display mode can be (at least this is true in Emacs 21).
8093         (eshell-smart-initialize): Whitespace fix.
8094         (eshell-refresh-windows): Use `if' instead of `when'.
8095         (eshell-smart-scroll-window): Calling `save-current-buffer' was
8096         not necessary.
8097         (eshell-currently-handling-window): Added a missing global variable.
8099         * eshell/em-ls.el (eshell-do-ls): Code simplification.
8100         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8101         Whitespace fix.
8102         (eshell-ls-exclude-hidden): Added this variable in addition to
8103         `eshell-ls-exclude-regexp'.  This one prevents files beginning
8104         with . from even being read, which can improve memory consumption
8105         quite a bit.
8106         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8107         read file entries beginning with a dot.  In home directories with
8108         lots of hidden files, fully two-thirds of the time spent in ls is
8109         used to read directory entries that are immediately thrown away.
8110         (eshell-ls-initial-args): Added back this configuration variable,
8111         for specifying default initial arguments to every call to ls.
8112         Much faster than using an alias to do the same thing.
8113         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8114         (eshell-ls-dir): Whitespace change.
8116         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8118         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8119         (eshell-stringify-t): Added a customization variable, to indicate
8120         whether `t' should be rendered as a string at all.  If not, one
8121         can still determine if the result of an expression is true using
8122         "file-exists-p FILE && echo true".
8123         (eshell-stringify): If `eshell-stringify-t' is nil, don't
8124         stringify t!
8126         * eshell/esh-module.el: Whitespace fix.
8128         * eshell/em-alias.el (eshell-alias-initialize):
8129         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8130         (eshell-command-aliased-p): New function that returns t if a
8131         command name names an aliased.
8133 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
8135         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8136         redrawing the screen when changing cursor color.
8137         (viper-insert-state-pre-command-sentinel)
8138         (viper-replace-state-pre-command-sentinel)
8139         (viper-replace-state-post-command-sentinel):
8140         Use viper-preserve-cursor-color.
8141         Many functions changed to use viper= instead of = when comparing
8142         characters.
8143         * viper-util.el (viper-memq-char,viper=): New functions for
8144         working with characters.
8145         (viper-change-cursor-color): Fixed buglet.
8146         Many functions changed to use viper= instead of = when comparing
8147         characters.
8148         * viper.el (viper-insert-state-mode-list): Added eshell.
8150         * ediff-init.el (ediff-before-setup-hook): New hook.
8151         Several typos fixed in various docstrings.
8152         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8153         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8154         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8155         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8156         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8157         (ediff-get-selected-buffers): New function.
8158         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8159         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8160         Use save-window-excursion.
8161         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8162         termination check in while loop.
8163         * ediff.el (ediff-get-default-file-name): Better defaults when in
8164         dired buffer.
8165         (ediff-files,ediff-merge-files,ediff-files3)
8166         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8168 2000-10-28  Dave Love  <fx@gnu.org>
8170         * info.el (Info-fontify-node): Add help-echo for menu items.
8172 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
8174         * startup.el (normal-top-level): If the value of $TERM indicates
8175         we are running from xterm or one of its work-alikes, default to a
8176         light background mode.
8178         Support for -fg, -bg, and -rv command-line arguments for TTYs:
8179         * faces.el (tty-handle-reverse-video): New function.
8180         (tty-create-frame-with-faces): Call it.
8182         * frame.el (frame-notice-user-settings): Don't apply
8183         default-frame-alist and initial-frame-alist to MS-DOS frames.
8184         Call tty-handle-reverse-video, frame-set-background-mode, and
8185         face-set-after-frame-default for non-MS-DOS frames.
8187         * startup.el (tty-long-option-alist): New variable.
8188         (tty-handle-args): New function.
8189         (command-line): Call tty-handle-args.
8191         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8192         startup.el now does that for all character-terminal frames.
8194 2000-10-28  Miles Bader  <miles@gnu.org>
8196         * emacs-lisp/easy-mmode.el (define-minor-mode):
8197         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8198         is global.  If :global is followed by a non-nil but non-t value,
8199         make the mode buffer-local, but also generate a `global-MODE'
8200         version using `easy-mmode-define-global-mode'.
8201         Add :conditional-turn-on keyword argument.
8203 2000-10-28  Dave Love  <fx@gnu.org>
8205         * international/latin1-disp.el (latin1-char-displayable-p):
8206         Don't use window-system.
8208 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
8210         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8211         Don't call find-buffer-file-type-coding-system.  Instead, just
8212         set eol-type to -unix if inhibit-eol-conversion is in effect, or
8213         if the file is on an untranslated filesystem.
8214         (add-untranslated-filesystem): Use "D" instead of "f" inside
8215         interactive.
8217 2000-10-27  Dave Love  <fx@gnu.org>
8219         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8220         (refill-mode): Use it.
8222 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
8224         * international/quail.el (quail-activate): Don't make-local-hook.
8226 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
8228         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8229         manual backups and file.~<rev>.~ for automatic ones.
8230         (vc-make-version-backup): Don't do it on MS-DOS without long file
8231         names.
8233         * vc.el (vc-version-other-window): If an automatic backup of the
8234         desired version exists, rename it instead of copying it.
8236         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8237         after command.  If there's an unexpected error, signal it instead
8238         of being silent.
8239         (vc-cvs-merge-news): Be prepared for no news at all.
8241 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
8243         * shell.el (shell): Add BUFFER argument.
8244         * comint.el (make-comint-in-buffer): New function.
8245         (make-comint): Use it.
8247         * faces.el (face-spec-choose): Change syntax so that the list of
8248         attribute-value pairs is now the cdr of each clause, not the cadr.
8249         Detect old-style entries, and handle them.  Use pop.
8251 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
8253         * cus-edit.el (custom-mode-map): Use a sparse map.
8254         (custom-mode): Don't bother with make-local-hook.
8256         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8258         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8260 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8262         * ps-print.el: Avoid compilation gripes.
8263         (ps-print-version): New version number (6.2.1).
8265 2000-10-26  Dave Love  <fx@gnu.org>
8267         * menu-bar.el: Modify some menu item help strings.
8268         (menu-bar-help-menu): Add link to MORE.STUFF.
8270         * cus-edit.el (custom-mode): Add `special' mode-class property.
8272         * wid-browse.el (widget-browse-mode): Likewise.
8274         * wid-edit.el (widget-specify-field): Revert to using local-map
8275         property, not keymap.
8277 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
8279         * wid-edit.el (widget-field-end): When checking for a `boundary'
8280         field, do so in the correct buffer.
8282         * simple.el (undo): Correctly distinguish between numeric and
8283         non-numeric prefix args in non-transient-mark-mode, as per the doc
8284         string.  When in transient-mark-mode, treat all prefix-args as
8285         numeric.
8287         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8288         Position point on match.  Handle N == 0 correctly.
8290         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8291         (comint-mode-map): Reverse order of `comint-write-output' and
8292         `comint-append-output-to-file'.
8293         (comint-append-output-to-file): Reinstate this function, for the
8294         benefit of the menu.
8296 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
8298         * vc.el (vc-version-other-window): Bind `file'.
8300 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8302         * Makefile.in (update-authors): New target for maintenance purposes.
8304         * emacs-lisp/authors.el (batch-update-authors): New function.
8305         (authors-fixed-entries): New defconst.
8306         (authors-add-fixed-entries): New function.
8307         (authors): Call it.: Don't process lispref/.
8309 2000-10-25  Jason Rumney  <jasonr@gnu.org>
8311         * cus-edit.el (custom-button-face, custom-button-pressed-face):
8312         Merge x w32 and mac definitions.
8314 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8316         * menu-bar.el (menu-bar-options-menu): Add a help string for
8317         `uniquify'.
8319 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
8321         * time-stamp.el (time-stamp-string-preprocess):
8322         Fix a wrong type argument error.
8324 2000-10-25  Miles Bader  <miles@gnu.org>
8326         * recentf.el (recentf-mode): Variable removed.
8327         (recentf-mode): Use `define-minor-mode'.
8329         * mwheel.el (mouse-wheel-mode): New global minor mode.
8330         (mwheel-install): Use `mouse-wheel-mode'.
8332 2000-10-25  Dave Love  <fx@gnu.org>
8334         * progmodes/cperl-mode.el (cperl-mode):
8335         Set normal-auto-fill-function correctly.
8337         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8338         Don't inherit from global-map and don't nullify menu-bar and tool-bar
8339         bindings.
8341 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
8343         * wid-edit.el (widget-field-at): New function.
8344         (widget-at, widget-field-activate): Use it.
8345         (widget-tabable-at): Use `widget-at'.
8346         (widget-specify-field): If the terminating character of the widget
8347         field (which is read-only) is a newline, put it into a special
8348         `boundary' field so that C-n/C-p act more naturally.
8349         (widget-field-end): Also don't subtract one if a special
8350         `boundary' field has been added after the widget field.
8352         * comint.el (comint-output-filter, comint-send-input):
8353         Don't bother adding stickiness fields to overlays to fool the field
8354         code, since it should notice the overlay insertion-types now.
8356         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8357         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8358         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8360 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8362         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8363         (authors): Set file coding system to iso-2022-7bit.
8364         Add file-local variables to output buffer.
8366         * files.el (after-find-file): Don't print any warnings if
8367         WARN is nil.
8369 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8371         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8373         * delim-col.el: Now there is a column formatting mechanism.
8374         Modified to customization mechanisms convention.  Doc fix.
8375         (columns): New group for delim-col.
8376         (delimit-columns-before, delimit-columns-after)
8377         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8378         (delimit-columns-end): New vars.
8379         (delimit-columns-customize, delimit-columns-format): New funs.
8380         (delimit-columns-region, delimit-columns-rectangle)
8381         (delimit-columns-rectangle-line): Modified to support column
8382         formatting.
8384 2000-10-24  Dave Love  <fx@gnu.org>
8386         * log-edit.el (log-edit): Add :version and a :group for vc.
8388 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8390         * files.el (after-find-file): Don't print a message ``New file''
8391         if WARN is nil.
8393         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8394         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
8395         get duplicate tool-bar entries because we'll see the global ones
8396         on more than one path through keymaps.
8398         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8400         * progmodes/cmacexp.el: Change Francesco's email address.
8402 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8404         * window.el (fit-window-to-buffer): Adjust point of the window
8405         buffer, not that of the current buffer.
8407 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
8409         * progmodes/cmacexp.el: Update the euthor's email address.
8411 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8413         * faces.el (face-spec-set-match-display): Add `graphic' display
8414         type (the inverse of `tty').  Use `display-graphic-p' instead of
8415         the window-system variable.
8417 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8419         * international/isearch-x.el (isearch-with-input-method):
8420         Call input-method-function with the first event in
8421         unread-command-events.
8423 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8425         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8427 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
8429         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8430         New charsets.
8432         * term/mac-win.el: Remove definitions of mac-roman-lower and
8433         mac-roman-upper, require dired, and define instead of set
8434         mac-ready-for-drag-n-drop to avoid compilation error.
8436 2000-10-23  Andrew Innes  <andrewi@gnu.org>
8438         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8439         Remove superfluous calls to subst-char-in-string; instead apply
8440         expand-file-name after convert-standard-filename to ensure
8441         expected directory separators are used.
8443 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
8445         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8447 2000-10-23  Dave Love  <fx@gnu.org>
8449         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8450         (tool-bar-add-item): Set foreground and background for XBM icons.
8452         * international/latin1-disp.el (latin1-char-displayable-p):
8453         New function (from Handa).
8454         (latin1-display-check-font): Use it.
8456         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8457         using :key-sequence, making it much more usable.
8458         Use nconc, not append.
8459         (imenu--create-keymap-1): Avoid append.
8461         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8463 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8465         [the following changes fix a bug where `define-minor-mode' didn't
8466         correctly generate :require clauses for defcustoms in compiled files]
8467         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8468         (byte-compile-log-file, byte-compile-log-1): Don't set
8469         `byte-compile-current-file' to nil.  Instead set
8470         `byte-compile-last-logged-file' to it.  Test whether
8471         byte-compile-current-file equals byte-compile-last-logged-file
8472         instead of whether its nil.
8473         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8475 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
8477         * textmodes/refill.el: Fix var names in doc.
8478         (refill-mode): Don't bother with make-local-hook anymore.
8480 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8482         * faces.el (face-user-default-spec, face-default-spec): New functions.
8483         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8484         (frame-set-background-mode, face-set-after-frame-default):
8485         Use `face-user-default-spec'.  Simplify code slightly.
8487         * woman.el (woman-italic-face, woman-bold-face)
8488         (woman-unknown-face): Add dark-background variants.
8489         (woman-default-faces): Renamed from `woman-colour-faces'.
8490         Set using the stored defaults, rather than using hard-wired colors.
8491         (woman-monochrome-faces): Renamed from `woman-black-faces'.
8492         Just make the foreground `unspecified' rather than "black".
8493         (woman-menu): Rename menu entries accordingly.
8495         * faces.el (header-line): Make more reasonable on mono/grayscale
8496         displays.
8498 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
8500         * cus-edit.el (custom-button-face): Use 3D look for mac.
8501         (custom-button-pressed-face): Likewise.
8503         * faces.el (set-face-attributes-from-resources): Handle mac frames
8504         in the same way as x and w32 frames.
8505         (face-valid-attribute-values): Likewise.
8506         (read-face-attribute): Likewise.
8507         (defined-colors): Likewise.
8508         (color-defined-p): Likewise.
8509         (color-values): Likewise.
8510         (display-grayscale-p): Likewise.
8511         (face-set-after-frame-default): Likewise.
8512         (mode-line): Same default face as for x and w32.
8513         (tool-bar): Likewise.
8515         * frame.el: Remove call to frame-notice-user-settings at end of
8516         the file.
8518         * info.el (Info-fontify-node): Make underlines invisible for mac
8519         as for x, pc, and w32 frame types.
8521         * term/mac-win.el: New file.
8523 2000-10-22  Dave Love  <fx@gnu.org>
8525         * textmodes/refill.el: New file.
8527 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
8529         * vc-hooks.el (vc-version-backup-file-name): New optional args
8530         MANUAL and REGEXP.
8531         (vc-delete-automatic-version-backups, vc-make-version-backup):
8532         New functions.
8533         (vc-before-save): Use the latter.
8534         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8535         confusion.
8537         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8538         expected by vc[-hooks].el.
8540         * vc.el (vc-checkout): Added `-p' suffix in call to
8541         vc-make-version-backups-p; use vc-make-version-backup to actually
8542         make the backup.
8543         (vc-version-other-window, vc-version-backup-file): Handle both
8544         automatic and manual backups.
8545         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8546         of all of them.
8548 2000-10-22  Miles Bader  <miles@gnu.org>
8550         * comint.el (comint-highlight-input, comint-highlight-prompt):
8551         Renamed, `-face' at end removed.
8552         (comint-send-input, comint-output-filter): Use renamed faces.
8554         * window.el (fit-window-to-buffer): Change defaulting of
8555         MAX-HEIGHT slightly.
8557         * faces.el (color-values, color-defined-p): Use `member', not
8558         `memq', because it works correctly for strings.
8559         (frame-set-background-mode): Actually, "unspecified-fg" and
8560         "unspecified-bg" *are* strings.  Use `member', not `memq', and
8561         `equal', not `eq', when a string value is possible.
8563 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
8565         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8567 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
8569         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8570         sh-electric-rparen, sh-electric-less and sh-electric-hash.
8571         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8572         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8573         (sh-font-lock-syntactic-keywords): Use them.
8574         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8575         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8576         (sh-mode): Don't override font-lock-unfontify-region-function.
8577         Use a copy of sh-font-lock-syntactic-keywords.
8578         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8579         Don't call sh-scan-buffer since font-lock does it on the fly.
8580         (sh-get-indent-info): Use `face' rather than `syntax-table'
8581         text-property to detect here-documents.
8582         Replace sh-special-syntax with sh-st-punc.
8583         (sh-prev-line): Use `face' rather than `syntax-table'
8584         text-property to skip over here-documents.
8585         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8586         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8587         (sh-electric-less, sh-set-here-doc-region)
8588         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8589         (sh-scan-buffer, sh-rescan-buffer): Remove.
8591 2000-10-21  Andrew Innes  <andrewi@gnu.org>
8593         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8594         remote (ange-ftp) file names.
8596 2000-10-21  Miles Bader  <miles@gnu.org>
8598         * window.el (fit-window-to-buffer): New function.
8599         (shrink-window-if-larger-than-buffer): Use it.
8600         (window-text-height): Don't expect minibuffers to have mode-lines.
8602         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8603         * international/quail.el (quail-update-guidance):
8604         Use `fit-window-to-buffer' instead of `set-window-text-height'.
8606         * international/quail.el (quail-show-guidance-buf): Make sure
8607         guidance window really has enough room.
8608         (quail-update-guidance): If quail-guidance-win is already shown,
8609         make sure its height is OK.
8611         * window.el (window-text-height, set-window-text-height):
8612         New functions.
8613         (shrink-window-if-larger-than-buffer): Use `window-text-height'
8614         instead of `window-height' & `mode-line-window-height-fudge'.
8615         (mode-line-window-height-fudge): Add FACE parameter.
8616         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8617         instead of `enlarge-window' & `mode-line-window-height-fudge'.
8619 2000-10-20  Miles Bader  <miles@gnu.org>
8621         * window.el (height-affecting-face-attributes): Use `defconst'.
8623         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8624         New function, conditionally aliased to `mode-line-window-height-fudge'.
8625         (ispell-help): Use it.
8626         (ispell-choices-win-default-height): Don't include mode-line fudge.
8627         (ispell-choices-win-default-height): New function.
8628         (ispell-show-choices, ispell-command-loop): Use function
8629         `ispell-choices-win-default-height' instead of variable.
8631 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
8633         * window.el (mode-line-window-height-fudge): New variable.
8634         (height-affecting-face-attributes): New variable.
8635         (mode-line-window-height-fudge): New function.
8636         (shrink-window-if-larger-than-buffer): Use it.
8637         * help.el (resize-temp-buffer-window): Likewise.
8639         * info.el (Info-fontify-node): Add support for @subsubsection
8640         titles, which use `Info-title-4-face'.
8641         (Info-title-4-face): New face.
8642         (Info-title-3-face): Inherit from Info-title-4-face instead of
8643         variable-pitch.
8645 2000-10-19  Jason Rumney  <jasonr@gnu.org>
8647         * dired.el (dired-insert-directory): Do not let errors signalled by
8648         attempt to run dired-free-space-program prevent dired from working.
8650 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
8652         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8654 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
8656         * dirtrack.el (dirtrack): Fix call to run-hooks.
8658         * cmuscheme.el (cmuscheme-program-name): Renamed from
8659         scheme-program-name because xscheme.el contains a defcustom with
8660         the same name.  As a consequence, customizing group `cmuscheme'
8661         loaded `xscheme' which redefined run-scheme.
8662         (run-scheme): Use cmuscheme-program-name.
8664         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8666         * play/doctor.el (doctor-death): Update the Samaritans'
8667         anonymous address, and add a website for Befrienders International.
8669 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8671         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
8672         Avoid compilation gripes.  Doc fix.
8673         (ps-print-version): New version number (6.2).
8674         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8675         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8676         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8677         (ps-x-extent-priority, ps-x-extent-start-position)
8678         (ps-x-face-font-instance, ps-x-find-coding-system)
8679         (ps-x-font-instance-properties, ps-x-make-color-instance)
8680         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8681         avoid compilation gripes without defining functions.
8682         (ps-e-find-composition): Alias for function find-composition, to have a
8683         suitable function depending on Emacs version.
8684         (ps-color-device, ps-color-values, ps-face-foreground-name)
8685         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8686         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8687         (ps-print-ensure-fontified): Function definitions surrounded by
8688         `eval-and-compile' to avoid compilation gripes.
8689         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8690         by symbol-value to avoid compilation gripes.
8691         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8692         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8694 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8696         * startup.el (normal-top-level): Call `frame-set-background-mode'
8697         after `frame-notice-user-settings' because the latter doesn't call
8698         the former on a tty.
8700         * faces.el (frame-set-background-mode): `unspecified' &c are
8701         symbols, not strings.
8703 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8705         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8706         why some "light*" colors are deliberately absent from the alist.
8708         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8709         Change colors for tty's, as suggested by Miles Bader.
8711 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
8713         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8714         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
8715         for ISO10646-1 fonts.
8716         (x-font-name-charset-alist): Add an entry for "iso10646-1".
8718 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8720         * faces.el (frame-set-background-mode): If a tty frame defines a
8721         background color, use that to compute the background mode, instead
8722         of always defaulting to "dark".
8724 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8726         * comint.el (comint-write-output): New function.
8727         (comint-mode-map): Add it to the menu.
8728         Bind `C-c C-s' to comint-write-output.
8730 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
8732         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8733         Use fancy-splash-delay.
8735 2000-10-18  Alex Schroeder  <alex@gnu.org>
8737         * progmodes/sql.el (sql-sybase-options): New option.
8738         (sql-sybase): Use it.  Add sql-database to the list of parameters
8739         provided for login.  The options -w 2048 -n are not used any more.
8741         * comint.el (comint-read-input-ring): Bugfix such that the first
8742         and the last entry of the input ring file are not lost.
8744 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8746         * ps-print.el: Internal variable changes to defcustom,
8747         make-local-hook changes to defvar.  Doc fix.
8748         (ps-print-version): New version number (6.1).
8749         (ps-setup, ps-do-despool): Code fix.
8750         (ps-printer-name): Customization fix.
8751         (ps-printer-name-option): Now is a defcustom instead of an
8752         internal variable.
8753         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8754         (ps-print-begin-column-hook): Now are defvar instead of
8755         make-local-hook.
8757 2000-10-18  Miles Bader  <miles@gnu.org>
8759         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8760         (comint-kill-output): Changed into an alias for `comint-delete-output',
8761         and made obsolete.
8762         (comint-mode-map): Rename references to comint-kill-output.
8764 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
8766         * diff-mode.el (diff-header-face, diff-file-header-face)
8767         (diff-changed-face): Add bold and italic attributes to tty faces.
8768         (diff-function-face): New face.
8769         (diff-font-lock-keywords): Use it.
8771 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
8773         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8774         Remove commented-out call to force-mode-line-update.
8775         (comint-kill-output): Use `forward-line 0' instead of
8776         beginning-of-line to make sure we get past the prompt.
8778 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
8780         * diff-mode.el (diff-header-face, diff-file-header-face):
8781         Add specific setting for dark background.
8782         (diff-context-face): Renamed from diff-comment-face.
8783         Set explicitly rather than inheriting from font-lock-comment-face.
8785 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8787         * startup.el (command-line): Move the code which sets the default
8788         TTY colors to before before-init-hook.
8790 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8792         * jit-lock.el (jit-lock-stealth-time): Doc fix.
8794 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8796         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8797         extensions, for MS-DOS.
8799         * diff-mode.el (diff-header-face, diff-file-header-face)
8800         (diff-changed-face): Define tty-specific colors.
8802 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8804         * startup.el (fancy-splash-text): Realign the text.
8806 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8808         * font-lock.el (font-lock-comment-face): Define a separate default
8809         for dark-background tty's.
8811 2000-10-17  Miles Bader  <miles@gnu.org>
8813         * help.el (resize-temp-buffer-window): Add hack to avoid last line
8814         being obscured by whizzy mode-lines on graphics displays.
8816 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8818         * info.el (Info-title-1-face, Info-title-2-face)
8819         (Info-title-3-face): Define colors for tty's.
8820         (info-header-node): Remove unneeded tty-specific definition.
8822 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
8824         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8825         reverse from the frame parameters, and don't invert foreground and
8826         background colors.
8828 2000-10-16  Miles Bader  <miles@gnu.org>
8830         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8831         string "*Info*".  Call propertized-buffer-identification to spruce
8832         up the result.
8834 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8836         * help.el: Provide `help' for the sake of define-minor-mode
8837         which generates defcustoms with requires.
8839         * jit-lock.el (jit-lock-after-change): If we're in text that
8840         matches a multi-line font-lock pattern, make sure the whole text
8841         will be redisplayed.
8843         * emacs-lisp/authors.el (authors-add): Don't add an entry if
8844         author's name is unknown.
8846         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8847         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8848         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8849         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8850         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8851         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8852         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8853         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8854         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8855         Add author information.
8857 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
8859         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8860         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8861         full-color version (using the Gimp) to eliminate dithering artifacts.
8863 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8865         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8867         * simple.el (syntax-flag-table, string-to-syntax): Remove.
8869 2000-10-15  Dave Love  <fx@gnu.org>
8871         * progmodes/sh-script.el: Require skeleton and comint when compiling.
8873         * pcomplete.el (pcomplete) <defgroup>: Add :version.
8875         * whitespace.el: Doc fixes.
8876         (top-level): Don't add hooks here.
8877         (whitespace-running-emacs): Deleted.
8878         (timer): Don't require.
8879         (whitespace): Add back :version conditional on xemacs test.
8880         (whitespace-spacetab-regexp, whitespace-indent-regexp)
8881         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8882         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8883         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8884         Avoid specific xemacs test.
8885         (whitespace-global-mode): New option.
8886         (whitespace-global-mode): New command.
8887         (whitespace-unload-hook): New function.
8889         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8890         (Info-fontify-node, Info-goto-node, Info-mode-menu)
8891         (Info-fontify-node): `Goto' goes to `Go to'.
8892         (Info-fontify-node): Add help-echo to xref links.
8894 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
8896         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8898 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8900         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8901         Use plist-get and allow :inherit.
8903         * emacs-lisp/cl-macs.el (cl-do-arglist):
8904         Use plist-get and plist-member instead of memq.
8906         * emacs-lisp/ewoc.el (ewoc-location): New function.
8907         (ewoc-enter-after, ewoc-enter-before): Document return value.
8908         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8909         Don't need make-local-hook any more.
8910         (cvs-addto-collection): Return the new tin.
8911         (cvs-mode-insert): Jump to the new line.
8913         * jit-lock.el (jit-lock-fontify-buffer): Remove.
8915         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8917         * font-lock.el (font-lock-syntactically-fontified): New var.
8918         (font-lock-fontify-syntactic-keywords-region): Use it.
8919         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
8921         * diff-mode.el (diff-find-file-name): Fix regexp.
8923         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8924         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8926         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8927         (sh-mode-syntax-table): Add punctuation syntax for < and >.
8928         (sh-mode): Don't make all vars local here.
8929         (sh-kw): Reformat.
8930         (sh-set-shell): Use dolist.  Don't set indent-region-function.
8931         (sh-mode-syntax-table): Use pop.
8932         (sh-remember-variable): Use push.
8933         (sh-help-string-for-variable): Use memq.
8934         (sh-safe-backward-sexp): Remove.
8935         (sh-safe-forward-sexp): Add ARG.
8936         (sh-get-indent-info, sh-prev-stmt): Use it.
8937         (sh-prev-line): Simplify by using forward-comment.
8938         (sh-this-is-a-continuation): Simplify.
8939         (sh-learn-buffer-indent): Use dolist.
8940         (sh-do-nothing): Remove.
8941         (sh-set-char-syntax, sh-set-here-doc-region):
8942         Use inhibit-modification-hooks.
8943         (sh-name-style): Use mapcar and push.
8944         (sh-load-style): Use dolist.
8945         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8946         (sh-case, sh-while-getopts): Use propertize directly rather
8947         than sh-electric-rparen.
8949 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
8951         * textmodes/tex-mode.el: Require CL when compiling.
8952         (tex-mode-syntax-table): Init immediately.
8953         (tex-mode-map): Bind M-RET to latex-insert-item.
8954         (latex-mode): Set indent-line-function to latex-indent.
8955         (tex-common-initialization): Don't setup the syntax-table any more.
8956         (latex-insert-item): New skeleton.
8957         (tex-next-unmatched-end): Fix copy/paste braino.
8958         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8959         (latex-indent, latex-find-indent): New functions.
8960         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8961         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8962         (tex-compilation-parse-errors): Use with-syntax-table.
8964 2000-10-15  Miles Bader  <miles@gnu.org>
8966         * font-lock.el (font-lock-comment-face): Change dark-background,
8967         color, non-tty, default to `chocolate1'.
8969 2000-10-13  John Wiegley  <johnw@gnu.org>
8971         * eshell/esh-util.el (require): Added a missing `require' form,
8972         needed when compiling (for an ange-ftp macro definition).
8974 2000-10-13  Dave Love  <fx@gnu.org>
8976         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8978 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
8980         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8982         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8983         transparent -colors 8).
8985 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
8987         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8988         that breaks with old list format timestamps.
8989         (time-stamp-warn-inactive, time-stamp-old-format-warn)
8990         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8992 2000-10-13  John Wiegley  <johnw@gnu.org>
8994         * align.el, pcomplete.el, calendar/timeclock.el,
8995         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8997         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8998         faulty math, where holiday hours were being computing as seconds.
9000 2000-10-13  John Wiegley  <johnw@gnu.org>
9002         * desktop.el (desktop-buffer-modes-to-save): Added a global for
9003         specifying what "other" kinds of buffers should be saved.
9004         This used to be hard-coded.
9005         (desktop-buffer-misc-functions): A global for specifying how
9006         auxiliary data should be determined for special buffer types.
9007         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9008         instead of hard-coding the special buffer types.
9009         (desktop-save): Run `desktop-buffer-misc-functions' to gather
9010         auxiliary data, instead of hard-coding for Info buffers and dired.
9011         (desktop-buffer-info-misc-data): Aux function for determining Info
9012         buffer auxiliary info.
9013         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9014         (desktop-buffer-info): Changed this function to use the info
9015         gathered above.
9016         (desktop-create-buffer): Be a little more careful about what
9017         `minor-mode' means before calling it.  This is important for some
9018         buffer types.
9020 2000-10-13  John Wiegley  <johnw@gnu.org>
9022         * eshell/esh-util.el: Added a global form which declares an
9023         autoload for `parse-time-string', if that function is not already
9024         defined, and if parse-time.el is available on the user's system.
9026         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9027         to be aware of ange-ftp user info.
9028         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
9029         (eshell-ls-annotate): Use `eshell-file-attributes'.
9030         (eshell-ls-file): Made the user-id printing code a bit smarter.
9032         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9033         allow identification of alias user ids in remote directories.
9034         It's manual, but there's no other way to know when the current user
9035         on the local machine, is also the owning user on the remote machine.
9036         (fboundp): Bind `ange-cache'.
9037         (eshell-directory-files-and-attributes): Re-organized the logic a
9038         bit to use `eshell-file-attributes' instead of `file-attributes'.
9039         The former is more sensitive to directories that are read via FTP,
9040         and knows how to use ange-ftp to determine full attribute
9041         information, instead of just the name and last modtime.
9042         (eshell-current-ange-uids): Return the current user id when in a
9043         remote directory.
9044         (eshell-parse-ange-ls): Parse a full directory listing that has
9045         been returned by ange-ftp.
9046         (eshell-file-attributes): This beefed up version of
9047         `file-attributes' is only special if the user is currently in a
9048         remote directory, in which case it does a lot of work to find out
9049         what the real attributes of a file are, as they appear on the
9050         remote machine.  This makes usage of remote directories (i.e.,
9051         ange-ftp pathnames) much more useful.  You can now use Eshell as a
9052         full-fledged FTP client, with much more manipulation ability than
9053         most other clients.
9055         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9056         variable, which means that Eshell's du should always be preferred
9057         in remote directories.
9058         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9059         just `file-attributes'.
9060         (eshell-mvcp-template): Bind `ange-cache', to improve performance
9061         when reading remote directories.  This is an Eshell-specific
9062         variable (not part of ange-ftp).
9063         (eshell/ln): Bind `ange-cache'.
9064         (eshell/du): Added some extra logic for determining when to use
9065         Eshell's du (which is slow), and when to use the external version
9066         (which may or may not exist).
9068         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9069         Call `eshell-interactive-process', rather than using
9070         `get-buffer-process', since backgrounded processes don't count in
9071         the context of this function's logic.
9073         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9074         `forward-char', so that null strings are parsed correctly.
9076 2000-09-13  John Wiegley  <johnw@gnu.org>
9078         * eshell/em-pred.el (eshell-pred-file-type)
9079         (eshell-pred-file-links, eshell-pred-file-size):
9080         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
9082         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9083         that remote file globbing is more efficient.
9085         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9086         gathering the files and attributes within a directory.
9088         * eshell/em-unix.el (eshell/cat): If any of the files passed on
9089         the command line is a special file (not a regular file, directory
9090         or symlink), always attempt to call the external version of cat.
9092 2000-09-13  John Wiegley  <johnw@gnu.org>
9094         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9095         Eshell-friendly version of find-tag.
9097 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
9099         * image-file.el (image-file-name-extensions)
9100         (image-file-name-regexps): Add autoload cookies.
9102 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
9104         * international/mule-cmds.el (select-safe-coding-system): If FROM
9105         is string, show it in *Warning* buffer.
9107 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9109         * startup.el (normal-top-level): Use display-popup-menus-p instead
9110         of window-system.
9111         (command-line): Use display-graphic-p instead of window-system.
9112         (command-line-1): Use display-popup-menus-p and display-mouse-p
9113         instead of window-system.
9115 2000-10-12  Sam Steingold  <sds@gnu.org>
9117         * tooltip.el (tooltip-use-echo-area): New user variable.
9118         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9120 2000-10-12  Dave Love  <fx@gnu.org>
9122         * recentf.el: Maintainer's checkdoc fixes.
9124         * startup.el (normal-top-level-add-subdirs-to-load-path):
9125         Use character class, not ASCII when matching file names.
9126         (fancy-splash-head): Add trailing slash to URL.
9127         (command-line): Don't require XPM support for toolbar.
9129         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9130         (cperl-invalid-face): Revert last change.
9131         (cperl-init-faces): Quote cperl-invalid-face.
9133 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9135         * startup.el (fancy-splash-text): Remove superfluous quote.
9137 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
9139         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9140         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9141         (command-line-1): Don't use fancy-splash-pending-command.
9142         (fancy-splash-screens-1): Goto point-min after inserting text.
9144         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9146         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9147         instead of shared-lisp-mode-map.
9149 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
9151         * faces.el (header-line): Change tty-variant to use underlining.
9153         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9154         (isearch-highlight): Restore lazy-isearch face properties at old
9155         position, and suppress them at new position.
9156         (isearch-dehighlight): Restore lazy-isearch face properties.
9157         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9158         over the real isearch overlay, but in that case, don't give it a
9159         face property.  Use `push'.
9161 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9163         * man.el (Man-getpage-in-background): Fix previous change.
9164         Decode the process output only when we are in multibyte mode.
9166 2000-10-11  Dave Love  <fx@gnu.org>
9168         * info.el (Info-mode-menu): Fix some help.
9169         (info-tool-bar-map): Add entry for Info-last.
9171         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9172         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9173         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9174         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9175         * toolbar/search-replace.xpm, toolbar/exit.xpm:
9176         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9177         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9178         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9179         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9180         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9181         Reduce colour requirements to 25 overall.  (Probably wants
9182         revisiting from the originals to reduce further.)
9184 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
9186         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9187         buffer-file-coding-system, instead of raw-text.
9188         (dehexlify-buffer): Bind coding-system-for-read to
9189         buffer-file-coding-system, instead of raw-text.
9191 2000-10-11  Sam Steingold  <sds@gnu.org>
9193         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9194         `underline' - fixes the bug introduced on 2000-09-21.
9196 2000-10-11  Dave Love  <fx@gnu.org>
9198         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9199         Avoid compiler warnings.
9200         (scheme-mode): Doc fix.
9201         (scheme-font-lock-keywords-1): Match `define-syntax'.
9203 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
9205         * faces.el (frame-set-background-mode): Pay attention to saved
9206         face specs as well as default ones.  Only do anything if the
9207         bg-mode or display-type has actually changed.  Use `dolist'.
9208         (region): Make dark-background `region' face less in-your-face.
9210 2000-10-10  Sam Steingold  <sds@gnu.org>
9212         * chistory.el, ielm.el, ledit.el:
9213         * progmodes/inf-lisp.el, progmodes/scheme.el:
9214         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9216 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
9218         * textmodes/texinfo.el: Update copyright and fix typo.
9220         * desktop.el (desktop-modes-not-to-save): New var.
9221         (desktop-save-buffer-p): Use it.
9222         Also, obey desktop-buffers-not-to-save even for non-file buffers.
9223         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9225 2000-10-10  Dave Love  <fx@gnu.org>
9227         * toolbar/tool-bar.el (tool-bar-add-item)
9228         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9230         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9231         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9232         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9233         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9234         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9235         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9236         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9237         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9238         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9239         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9240         the .xpms; probably need retouching.
9242 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
9244         * subr.el (add-to-list): Add optional argument APPEND.
9245         * battery.el (display-battery): Use `add-to-list'.
9247 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
9249         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9250         properties.
9251         (zone, zone-when-idle, zone-leave-me-alone)
9252         (zone-pgm-whack-chars): Use new symbol properties.
9254         * battery.el (display-battery): Doc spelling fix.
9256         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9257         property.
9259 2000-10-09  Dave Love  <fx@gnu.org>
9261         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9262         has been initialized before calling tool-bar-setup.
9263         (tool-bar-add-item-from-menu): Add autoload cookie.
9265 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
9267         * menu-bar.el (send-mail-item-name): New function.
9268         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9269         of mail-user-agent in the menu.  Don't display the "Send Mail"
9270         item if mail-user-agent is nil or its value is ignore.
9271         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9272         if read-mail-command is nil or its value is ignore.
9274         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9276 2000-10-09  Miles Bader  <miles@gnu.org>
9278         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9279         Correct image size.
9280         * toolbar/left_arrow.xpm: Correct image size.
9282         * jka-compr.el: Don't call `jka-compr-install' when loading (it
9283         will be done by the definition of `auto-compression-mode' if
9284         necessary.  Move code to uninstall existing file-name handler
9285         before definition of `auto-compression-mode'.
9287         * image-file.el (auto-image-file-mode): Move to the end of the
9288         file, because `define-minor-mode' actually calls the mode-function
9289         if the associated variable is non-nil, which requires that all
9290         needed functions be already defined.
9292         * mouse.el (popup-menu): Balance parens.
9294 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
9296         * mouse.el (popup-menu): Move the command call outside the loop
9297         so that popup-menu returns whatever the command returns.
9299         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
9300         (initialize-new-tags-table): Use run-hook-with-args-until-success.
9301         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9302         (tags-table-format-functions): Renamed from tags-table-format-hooks.
9304         * vc.el (vc-version-diff): diff-switches can be a list.
9305         Use relative filenames for prettier output.
9307         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9308         (vc-post-command-functions): Remove old-VC compatibility code.
9310         * newcomment.el (comment-indent-default): Autoload.
9312         * font-lock.el (font-lock-defaults): Make buffer-local.
9313         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9314         (font-lock-choose-keywords):
9315         Ignore LEVEL unless KEYWORDS is a list of syms.
9316         (c-keywords, c++-keywords, objc-keywords, java-keywords):
9317         Don't wrap regexp-opt things in \(...\) unnecessarily.
9319         * jit-lock.el: Don't require font-lock any more.
9320         (jit-lock-functions): Make buffer-local.
9321         (jit-lock-saved-fontify-buffer-function): Remove.
9322         (jit-lock-mode): Remove autoload cookie.
9323         Remove font-lock specific code.
9324         (jit-lock-unregister): Don't bother handling complex hooks any more.
9325         (jit-lock-refontify): New function.
9326         (jit-lock-fontify-buffer): Use it.
9327         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9328         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9329         Add optional args START and END.
9330         Never call font-lock-fontify-region directly.
9331         (jit-lock-function, jit-lock-stealth-fontify): Use it.
9333         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9335 2000-10-08  Dave Love  <fx@gnu.org>
9337         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9339         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9341         * play/studly.el (studlify-region, studlify-word): Add autoload
9342         cookie.
9344         * play/morse.el (morse-region, unmorse-region): Add autoload
9345         cookie.
9347         * play/spook.el (spook-phrases-file): Use expand-file-name, not
9348         concat.
9350         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9351         insist on symbols starting with word syntax.
9352         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9353         (eval-defun-1): Doc fix.
9354         (indent-sexp): Use nconc to build up indent-stack.
9356         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9357         Gnus with little use.
9358         (mail-setup-hook): Add mail-abbrevs-setup to options.
9360         * recentf.el: Doc fixes.
9362         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9363         Clean up remainder.
9365         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
9366         without timezone and (8) with timezone to enforce some whitespace.
9367         Simplify code somewhat.
9369         * options.el (list-options): Doc that you should use customize.
9371         * iswitchb.el (iswitchb-mode): Add :require.
9373         * info.el (Info-goto-node, Info-menu): Doc fix.
9374         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9375         (info-tool-bar-map): New variable.
9376         (Info-mode): Use it.
9377         (Info-edit-map): Define all in defvar.
9378         (speedbar-attached-frame): Avoid compiler warning.
9380         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9381         (global-map): Bind [tool-bar] to a filtered map.
9382         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
9383         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9384         Allow PBM icons.
9385         (tool-bar-setup): Adjust calls of tool-bar-add-item.
9387         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9388         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9389         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
9390         icons, except up_arrow, which is left-arrow rotated.
9392         * imenu.el (imenu-add-to-menubar): Fix last change.
9394 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
9396         * generic-x.el (rul-generic-mode): Remove eval-when-compile
9397         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
9399 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9401         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9402         typos in doc strings.
9404         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9405         the doc strings how to customize Font Lock faces.
9407         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9408         computing growth when dragging the header line.
9410 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9412         * simple.el (kill-line): Doc fix.
9414 2000-10-08  Miles Bader  <miles@gnu.org>
9416         * faces.el (secondary-selection): Make foreground visible on tty.
9418         * jka-compr.el (auto-compression-mode): Move to the end of the
9419         file, because `define-minor-mode' actually calls the mode-function
9420         if the associated variable is non-nil, which requires that all
9421         needed functions be already defined.
9422         (with-auto-compression-mode): Add autoload cookie.
9424 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
9426         * files.el (find-backup-file-name) [ms-dos]: If support for long
9427         file names is not available, behave as if version-control were set
9428         to never.
9430 2000-10-07  Dave Love  <fx@gnu.org>
9432         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9433         (browse-url-gnome-moz): New function.
9434         (browse-url-browser-function): Use it.
9435         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9437 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
9439         * indent.el (tab-always-indent): New var.
9440         (indent-for-tab-command): Use it.
9442         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9443         raise an error.  This way it can still default to a sane value.
9445 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9447         * startup.el (fancy-splash-screens): Use local rather than global map.
9448         Don't use `update-menu-bindings' any more.
9449         Get rid of assumptions about keymap representation.
9451 2000-10-06  Dave Love  <fx@gnu.org>
9453         * textmodes/fill.el (sentence-end-double-space)
9454         (sentence-end-without-period):  Doc fix.
9455         (adaptive-fill-regexp): Purecopy.
9456         (unjustify-current-line): Use line-end-position.
9457         (fill-individual-paragraphs-prefix): Use line-beginning-position.
9459         * net/eudc-vars.el (eudc): Add :version, :link.
9461         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9463         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9464         Fix for define-minor-mode.
9465         (function-at-point): Alias to function-called-at-point.
9467         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9469         * simple.el (backward-word): Doc fix.
9471         * image-file.el (image-file-name-regexp): image-file-regexps ->
9472         image-file-name-regexps.
9473         (image-file-name-extensions): Add pbm.
9475 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9477         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9478         and add filename to the names so that diff-mode can jump to source.
9480         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9481         (tex-font-lock-keywords, tex-font-lock-keywords-2)
9482         (tex-font-lock-keywords-1): Remove.
9483         (font-lock-turn-on-thing-lock): Use jit-lock-register.
9484         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9485         (font-lock-default-fontify-region):
9486         Expand beg..end correctly when just following a multiline region.
9487         (font-lock-fontify-anchored-keywords):
9488         Include the anchor text as part of the multiline.
9490 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
9492         * loadup.el (toplevel): Load `loaddefs' before `help' because the
9493         latter needs the autoloaded define-minor-mode macro during the
9494         bootstrap.
9496         * startup.el (command-line): For now, activate tool-bar-mode only
9497         if XPM images are supported.
9499         * mouse.el (mouse-drag-header-line): Don't allow resizing a
9500         window by dragging a header-line at the top of the frame; that's
9501         confusing because the header-line doesn't move.
9502         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9503         of treating the event as a list.  Some cleanup.
9505 2000-10-06  Miles Bader  <miles@gnu.org>
9507         * simple.el (display-message-or-buffer): New function.
9508         (shell-command-on-region): Use `display-message-or-buffer'.
9510         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9511         docstring parts.
9513         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9514         (smbclient-prompt-regexp): Add usage note to doc string.
9515         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9516         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9517         Use add-hook for adding the comint filter function, and only do so
9518         if it's not already in the global hook list.
9519         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9520         to `make-local-variable'.
9521         (nslookup-font-lock-keywords): Remove prompt entry.
9522         (nslookup): Don't set the process-filter.
9523         (finger): Exit the loop correctly when the regexps list runs out.
9524         (ftp, smbclient, smbclient-list-shares):
9525         Set the real major mode immediately, not after execing.
9526         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9528         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9530 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
9532         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9534         * which-func.el (which-func-format): Remove spurious space.
9535         (which-func-mode): Don't make it permanent-local.
9536         (which-func-ff-hook): Allow which-func-maxout to be nil.
9537         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
9538         (which-func-mode): Simplify.
9539         Use post-command-idle-hook rather than post-command-hook.
9540         Go through all buffers and update their state.
9541         (which-function): Also try add-log-current-defun-function.
9543         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9544         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9545         Update call to with-vc-properties accordingly.
9546         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9547         (vc-revert-buffer): More careful about window selection and deletion.
9548         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9550         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9551         (cvs-retrieve-revision): Reuse a pre-existing buffer.
9552         (cvs-dired-action): Change the default to quickdir.
9554         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9555         if comment-indent-function returns nil.
9556         (comment-indent-default): New function.
9557         (comment-indent-function): Use it and document the new semantics.
9559         * image-file.el: Docstring fixes.
9561         * help.el (help-xref-on-pp): Use match-string.
9562         (describe-variable): New arg BUFFER.
9563         Store the current buffer in the help-xref-stack.
9564         (temp-buffer-resize-mode): Use define-minor-mode.
9566         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9567         consistently with its docstring.
9568         Set jit-lock-first-unfontify-pos in an idempotent way.
9569         (jit-lock-register): Autoload and add arg CONTEXTUAL.
9571 2000-10-05  Alex Schroeder  <alex@gnu.org>
9573         * sql.el (sql-mysql-options): New variable.
9574         (sql-mysql): Use it.
9576 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
9578         * image.el (image): New group.
9580         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9581         (smerge-base-face, smerge-markers-face): Add dark-background variants.
9583 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9585         * net/net-utils.el (nslookup-font-lock-keywords)
9586         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9587         Ignore the value of wqindow-system; always define keywords
9589 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
9591         * startup.el (fancy-splash-screens): Remove the code for
9592         debugging; `(trace-to-stderr "EXITTT\n")'.
9594 2000-10-05  Miles Bader  <miles@gnu.org>
9596         * diff-mode.el (diff-goto-source): Update call to
9597         `diff-hunk-status-msg' to reflect new REV variable.
9599 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
9601         * progmodes/icon.el (icon-mode):
9602         Don't gratuitously override the default for comment-column.
9604         * vc-hooks.el (vc-mode-line): Fix interactive spec.
9606         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9607         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9608         (jit-lock-functions): New var.
9609         (jit-lock-function-1): Use it if non-nil.
9610         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
9611         Set the `fontified' property before doing the fontification to avoid
9612         repeatedly going through the same error.
9613         Don't turn errors into messages.
9614         (jit-lock-register, jit-lock-unregister): New functions.
9616         * dired.el (dired-mark-pop-up): Turn comment into docstring.
9617         Use with-current-buffer.
9619         * dired-aux.el (dired-do-create-files, dired-kill-tree):
9620         Turn comment into docstring.
9622         * apropos.el (apropos-mode): Use define-derived-mode.
9624 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
9626         * startup.el (fancy-splash-pending-command): New variable.
9627         (fancy-splash-pre-command): New function.
9628         (fancy-splash-screens): Rewritten.
9629         (command-line-1): If fancy-splash-pending-command is set, call it
9630         interactively.
9632 2000-10-04  Dave Love  <fx@gnu.org>
9634         * toolbar/tool-bar.el (tool-bar-setup): New function.
9635         (tool-bar-mode): Use it.
9637         * subr.el (substitute-key-definition): Doc fix.
9638         (play-sound-file): New command.
9640 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
9642         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9643         vc-version-backup-file-name): New functions.
9645         * files.el (basic-save-buffer): Call vc-before-save before saving.
9647         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9648         vc-cvs-stay-local-p.
9650         * vc.el (vc-revert-buffer): Handle empty diff properly.
9651         (vc-version-backup-file): New function.
9652         (vc-checkout): Create a version backup if necessary.
9653         (vc-checkin): If a version backup file exists, delete it.
9654         (vc-version-diff): Diff locally using version backups, if available.
9655         (vc-revert-file): If there's a version backup, revert locally.
9656         (vc-transfer-file): Use version backup for base version, if
9657         available.  If not, ask for confirmation whether to get it from the
9658         server.  Update mode line before check-in.
9660 2000-10-04  Dave Love  <fx@gnu.org>
9662         * toolbar/tool-bar.el (tool-bar-setup): New function.
9663         (tool-bar-mode): Use it.
9665 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9667         * net/net-utils.el (nslookup-font-lock-keywords)
9668         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9669         Only set if window-system is non-nil
9670         (net-utils-run-program): Returns buffer.
9671         (network-connection-reconnect): Added this function.
9673         * generic.el:
9674         Incorporates extensive cleanup and docfixes by
9675         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9676         Uses cl compile-time macros.
9677         (generic-mode-name, generic-comment-list)
9678         (generic-keywords-list, generic-font-lock-expressions)
9679         (generic-mode-function-list, generic-mode-syntax-table):
9680         Removed variables.
9681         (generic-mode-alist): Renamed to generic-mode-list.
9682         (generic-find-file-regexp): Default changed to "^#".
9683         (generic-read-type): Uses completing read on generic-mode-list.
9684         (generic-mode-sanity-check): removed this function.
9685         (generic-add-to-auto-mode): Removed this function
9686         (generic-mode-internal): Bind mode-specific definitions
9687         into function instead of putting them in alist.
9688         (generic-mode-set-comments): Reworked extensively.
9689         (generic-mode-find-file-hook): Simplified regexp searching
9690         (generic-make-keywords-list): Omit extra pair of parens
9692         * find-lisp.el (find-lisp-find-files-internal):
9693         Make sure directory name ends with "/".
9695         * generic-x.el (apache-conf-generic-mode):
9696         Regexp now allows leading whitespace.
9697         (rc-generic-mode): Added eval-when-compile
9698         around generic-make-keywords-list.
9699         Deleted duplicate regexp
9700         (rul-generic-mode): Added eval-when-compile
9701         around generic-make-keywords-list.
9702         (etc-fstab-generic-mode): New generic mode.
9703         (rul-generic-mode): Removed one eval-when-compile
9704         which caused a max-specpdl-size exceeded error.
9706 2000-10-04  Miles Bader  <miles@gnu.org>
9708         * simple.el (minibuffer-temporary-goal-position): New variable.
9709         (next-history-element): Try to keep the position of point in the
9710         input string constant.
9712         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9713         (dired-do-create-files): If there's only one file, pass it in as
9714         the DEFAULT arg to dired-mark-read-file-name.
9716 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
9718         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9719         (diff-goto-source): Be smarter when choosing REVERSE or not.
9721         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9722         (texinfo-mode-menu): Add an explicit shortcut for update all.
9724 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
9726         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9727         factorize backend-specific code cleanly (this was essentially
9728         conceived by Stefan Monnier).
9729         (vc-unregister): Function removed.
9730         (vc-revert-file): New function.
9731         (vc-revert-buffer): Delegate some of the work to it.
9733         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9734         default branch unconditionally.
9735         (vc-rcs-set-default-branch): New function.
9736         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9737         (vc-rcs-checkin): If an appropriate default branch has been set,
9738         force creation of that branch.
9739         (vc-rcs-receive-file): Rewritten to contain only backend-specific
9740         code (as suggested by Stefan Monnier).
9742 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9744         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9745         highlighting overlay with a different face over the overlay
9746         isearch uses to highlight the current match because that can lead
9747         to bad face combinations.
9749         * loadup.el (toplevel): Load faces before isearch.
9751         * isearch.el (isearch-faces): New custom group.
9752         (isearch): New defface; was already tested for in the code.
9753         (isearch-lazy-highlight-face): Changed to defface from defcustom.
9754         (isearch-highlight): Always use face `isearch'.
9756 2000-10-02  Dave Love  <fx@gnu.org>
9758         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9759         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
9760         comparison of opcode with operand.
9762 2000-10-03  Miles Bader  <miles@gnu.org>
9764         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9765         buffer, since the echo area will now grow to accommodate them.
9767 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
9769         * vc-hooks.el (vc-registered): If FILE used to be registered under
9770         a certain backend, try that one first.
9772         * vc.el (vc-responsible-backend): Undo the previous change in the
9773         argument list.  Handle multiple backends correctly.
9774         (vc-find-new-backend): Function removed.
9775         (vc-register): Use vc-responsible-backend, as before.
9776         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9778 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9780         * startup.el (fancy-splash-head): Change message below the
9781         logo.
9783 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
9785         * diff-mode.el (diff-goto-source): Emit a status message.
9786         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9787         (diff-test-hunk): Fix doc string.
9788         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9789         (diff-advance-after-apply-hunk): New variable.
9790         (diff-apply-hunk): Don't return a value.
9792 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
9794         * vc.el (vc-editable-p): Minor optimization.
9795         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9796         (vc-find-new-backend): New function split from vc-responsible-backend.
9797         (vc-register): Use it.
9798         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9799         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9800         (vc-default-unregister, vc-revert-buffer): Docstring fix.
9801         (vc-clear-headers): Don't use find-file.
9802         (vc-revert-buffer): Use `and' again (must have been a braino).
9803         (vc-switch-backend): Only prompt if requested.
9804         Short circuit if nothing is to be done.
9805         Don't use vc-resynch-buffer which could lose unsaved editing.
9806         (vc-default-receive-file): Update call to vc-unregister.
9807         (with-vc-file, vc-next-action-on-file):
9808         Use vc-backend rather than vc-registered.
9809         (vc-next-action-on-file): Use intern-soft.
9810         Deal with read-only *vc-diff* buffer.
9811         (vc-transfer-file): Docstring fix.
9813         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9814         (vc-rcs-receive-file): Avoid with-vc-properties.
9815         Update call to vc-unregister.
9816         Use constant `RCS' rather than (dynamically bound) var `backend'.
9818 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
9820         * vc.el (vc-next-action-on-file): Update mode line only if file
9821         is visited.
9822         (vc-start-entry): New argument initial-contents.  Don't visit the file
9823         if it isn't already visited.  Brought documentation up-to-date.
9824         (vc-next-action, vc-register): Updated calls to vc-start-entry.
9825         (vc-checkin): New optional arg initial-contents, which is passed to
9826         vc-start-entry.
9827         (vc-finish-logentry): Make sure to bury log buffer only if there
9828         really is one.  Call `vc-resynch-buffer' on log-file, not
9829         buffer-file-name.
9830         (vc-default-comment-history, vc-default-wash-log): New functions.
9831         (vc-index-of): Removed.
9832         (vc-transfer-file): Make do without the above.
9833         (vc-default-receive-file): Call comment-history unconditionally.  Pass
9834         the resulting string to vc-checkin, instead of inserting it into the
9835         comment ring.
9837         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9838         unconditionally.  Use the comments as initial contents of the log
9839         entry buffer.  Document the trick to force branch creation with no
9840         changes.
9842 2000-10-01  Miles Bader  <miles@gnu.org>
9844         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9845         `recenter' with an arg to prevent redrawing the display.
9847 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
9849         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9851         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9853         * progmodes/c-mode.el (c-mode):
9854         Don't gratuitously override the default for comment-column.
9856         * textmodes/tex-mode.el (latex-metasection-list): New var.
9857         (latex-imenu-create-index): Use it.
9858         Move the regexp construction outside loops (and use push).
9859         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9860         (tex-font-lock-keywords): Moved from font-lock.el.
9861         (tex-comment-indent): Remove.
9862         (tex-common-initialization): Don't set comment-indent-function.
9863         (latex-block-default): New var.
9864         (tex-latex-block): Use it to provide a default choice.
9865         Add any unknown choice to latex-block-names.
9866         Insert [...] after {...}.
9867         (tex-last-unended-begin): Simplify regexp.
9868         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9869         (latex-forward-sexp-1, latex-forward-sexp): New functions.
9870         (latex-mode): Set forward-sexp-function.
9872         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9873         Add regexp for @ignore ... @end ignore.
9874         (texinfo-heading-face): New face.
9875         (texinfo-font-lock-keywords): Use it.
9876         (texinfo-mode-menu): New menu.
9877         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9878         New functions.
9879         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9880         (texinfo-section-types-regexp, texinfo-section-level-regexp)
9881         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9882         Remove declaration.
9883         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9885         * delsel.el (delete-selection-mode): Use define-minor-mode.
9887         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9889 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9891         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9893 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
9895         * replace.el (keep-lines-read-args): New function.
9896         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9897         read arguments interactively.  Add parameters RSTART and REND.
9898         Operate on the active region in Transient Mark mode.
9900         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9902         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9903         (authors-obsolete-files-regexps): New variable.
9904         (authors-add): Don't record changes in obsolete files.
9906 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9908         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9910         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9911         (comment-indent): Make sure there's a space between code and comment.
9912         Shift comments left to avoid going past fill-column.
9914 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9916         * startup.el (startup-echo-area-message): New function.
9917         (display-startup-echo-area-message): Use it.
9918         (fancy-splash-screens): Rewritten to use keymaps and a timer.
9919         (fancy-splash-default-action): New function.
9920         (fancy-splash-screens-1): New function.
9921         (fancy-splash-head): Put a help-echo and a keymap under the image.
9923 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9925         * diff-mode.el (diff-add-log-file-name): Remove.
9926         (diff-mode): Use add-log-buffer-file-name-function.
9928         * add-log.el (find-change-log): New arg BUFFER-FILE.
9929         (add-log-file-name): Obey add-log-file-name-function.
9930         (add-log-buffer-file-name-function): New var.
9931         (add-change-log-entry): Use it.
9933 2000-09-29  Miles Bader  <miles@gnu.org>
9935         * image-file.el (image-file-name-extensions): New variable.
9936         (image-file-name-regexps): Renamed from `image-file-regexps'.
9937         New default value is nil.  Call `auto-image-file-mode'.
9938         (image-file-name-regexp): New function.
9939         (auto-image-file-mode): New minor mode.
9940         (insert-image-file): Don't make conditional on the image-file
9941         handler being enabled.
9942         (image-file-handler): Make the call here conditional instead.
9943         (set-image-file-handler-enabled, enable-image-file-handler)
9944         (disable-image-file-handler): Functions removed.
9946         * emacs-lisp/authors.el (authors-print): Rephrase many-files
9947         string.
9949 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9951         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9952         it's a function from CL.
9953         (latex-imenu-create-index): Replace eval-when-compile with progn
9954         because latex-section-alist is not bound while compiling.
9956 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9958         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9959         (outline-mode): Use define-derived-mode.
9961         * progmodes/perl-mode.el (perl-mode):
9962         * progmodes/awk-mode.el (awk-mode):
9963         * progmodes/asm-mode.el (asm-mode):
9964         Don't gratuitously override the default for comment-column.
9966         * emacs-lisp/lisp.el (lisp-complete-symbol):
9967         Distinguish the let-binding case from the funcall case.
9968         (forward-sexp-function): New variable.
9969         (forward-sexp): Use it.
9971         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9972         (easy-mmode-defmap): Remove the now useless autoload.
9974         * time.el (display-time-mode): Use define-minor-mode.
9976         * subr.el (add-minor-mode): Don't eval NAME.
9977         Don't depend on the presence of TOGGLE-FUN for any special behavior.
9978         Use if rather than cond.
9980         * simple.el (read-expression-map): Define more properly.
9981         (comment-indent-hook): Remove.
9982         (string-to-syntax): Bug fix.
9984         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9985         (cvs-ediff-diff): Fix typo.
9986         (cvs-revert-if-needed): Don't bother preserving read-only.
9988         * paren.el (show-paren-mode): Use define-minor-mode.
9990         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9991         (toggle-auto-compression): Remove.
9992         (jka-compr-build-file-regexp): Remove useless grouping.
9994         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9995         Avoid user-reserved bindings.
9996         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9997         (diff-header-face): Revert to grey85.
9999         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10001         * complete.el (partial-completion-mode) <defcustom>: Remove.
10002         (partial-completion-mode): Use define-minor-mode.
10003         (PC-do-completion): Understand `completion-auto-help = delay'
10004         to mean to popup the completion buffer only the second time.
10005         (PC-include-file-all-completions, PC-include-file-all-completions)
10006         (PC-include-file-all-completions): Don't quote lambda.
10008         * comint.el (comint-mode-hook): Docstring fix.
10009         (comint-mode): Use define-derived-mode.
10010         (comint-mode-map): Remove obsolete comment.
10011         (make-comint): Minor stylistic change.
10012         (comint-insert-clicked-input): Be more careful to find the overlay.
10013         Use this-command-keys rather than hardcoding mouse-2.
10015         * font-lock.el: Replace confusing (,@ with ,
10016         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10017         Don't use regexp-opt-depth.  Spice up the regexp for args.
10018         Don't distinguish between cmds that can take an opt arg or not.
10019         Use `append' and `prepend' rather than `keep'.
10021         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10022         (latex-outline-regexp): New var.
10023         (latex-outline-level): New fun.
10024         (latex-section-alist): New var.
10025         (latex-imenu-create-index): Use it.  Use `push' as well.
10026         (tex-shell-map): Initialize it properly.
10027         (tex-mode): Minor stylistic change.
10028         (plain-tex-mode): Use define-derived-mode.
10029         (latex-mode): Use define-derived-mode.
10030         Construct the paragraph regexps in a more readable way.
10031         Set the buffer-local outline-{level,regexp} vars.
10032         (slitex-mode): Derive from latex-mode.
10033         (tex-common-initialization): Don't kill-all-vars anymore.
10034         Add setting for comment-add and font-lock-defaults.
10035         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10036         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
10037         (tex-start-tex): New arg DIR (and send a chdir command for it).
10038         Also display the shell buffer and save it in tex-last-buffer-texed.
10039         (tex-region): Use expand-file-name rather than concat.
10040         Remove code made useless by changes in tex-start-tex.
10041         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10043         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10045 2000-09-28  Dave Love  <fx@gnu.org>
10047         * eshell/eshell.el (eshell) <defgroup>: Add :version.
10049 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
10051         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10052         `append'.
10054 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
10056         * info.el (Info-extract-pointer): Undo last change.
10057         Instead, fix the position of the `bound' arg to re-search-backward.
10059 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
10061         * info.el (Info-extract-pointer):
10062         Widen more carefully, to avoid finding pointers in other nodes.
10063         (Info-index): Use push.
10065 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
10067         * frame.el (set-frame-font): Remove call to obsolete function
10068         frame-update-faces.
10069         (set-foreground-color, set-background-color): Likewise for
10070         frame-update-face-colors.
10072 2000-09-27  Miles Bader  <miles@gnu.org>
10074         * image-file.el: New file.
10076 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
10078         * frame.el (frame-notice-user-settings): Don't call
10079         frame-update-faces, which is a no-op now.
10081         * ediff-wind.el (ediff-control-frame-parameters): Add zero
10082         tool-bar-lines.
10084 2000-09-27  Dave Love  <fx@gnu.org>
10086         * mouse.el: Fix last change.
10088 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
10090         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10092 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
10094         * international/quail.el (quail-help): The output message is
10095         improved.
10097 2000-09-26  Dave Love  <fx@gnu.org>
10099         * mouse.el (popup-menu): If POSITION is nil, set it using
10100         mouse-position.
10102 2000-09-25  Sam Steingold  <sds@gnu.org>
10104         * net/browse-url.el (browse-url-file-url): Check for null maps.
10106 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
10108         * frame.el (frame-notice-user-settings): Don't add a
10109         tool-bar-lines frame parameter to default-frame-alist in batch mode.
10111         * frame.el (frame-notice-user-settings):
10112         Make tool-bar-mode and default-frame-alist consistent.
10114         * toolbar/tool-bar.el (tool-bar-help): New function.
10116 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10118         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10119         current-load-list in top-level forms.  Else this leaks a cons cell
10120         every time a defun is called.
10122         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10124 2000-09-25  Dave Love  <fx@gnu.org>
10126         * startup.el (fancy-splash-head): Check XPM is available.
10128         * autoinsert.el (auto-insert): Doc fix.
10129         (auto-insert-alist): Following GNU notices, don't say `copyright
10130         _by_'.  Use line-beginning-position.
10131         (auto-insert): Check buffer-file-name is non-nil before use.
10133 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10135         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10136         starting with `@def' or `@multitable', in addition to ones
10137         specified by the user in auto-fill-inhibit-regexp.
10139 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
10141         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10142         rmail-dont-reply-to-names matches the empty string.
10144 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10146         * startup.el (command-line-1, fancy-splash-text): Change the
10147         text to sound more friendly.
10149 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
10151         * progmodes/hideshow.el: Update author email address.
10152         Generally, sync w/ maintainer version 5.22.
10153         (hs-hide-all-non-comment-function): New var.
10154         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10155         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10156         (hs-show-region): Delete this command.
10157         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10159 2000-09-22  Dave Love  <fx@gnu.org>
10161         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10162         (hl-line-highlight): Specify buffer when moving overlay.
10164         * progmodes/fortran.el (fortran-mode): Locally set
10165         normal-auto-fill-function.
10166         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10167         (fortran-mode-map): Adjust auto-fill menu entry.
10169 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
10171         * vc-rcs.el (toplevel): Require `vc' when compiling.
10173         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10175 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
10177         * vc.el (vc-switch-backend): Signal an error if the file is not
10178         registered under the new backend.
10180         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10181         without explicit revision number.
10183 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
10185         * diff-mode.el (diff-file-header-face): Reset to its previous value.
10186         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10187         (diff-xor): New function.
10188         (diff-find-source-location): Use it.  Fix a stupid name clash.
10189         (diff-hunk-status-msg): New function.
10190         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10191         (diff-test-hunk): Use diff-find-source-location.
10192         (diff-goto-source): Favor the `reverse'.
10193         (diff-hunk-text): Properly handle one-sided context diffs.
10194         (diff-apply-hunk): When done, advance to the next hunk.
10196 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10198         * startup.el (command-line): If frame was created with a non-zero
10199         tool-bar-lines parameter, switch tool-bar-mode on.
10201         * add-log.el (change-log-date-face, change-log-name-face)
10202         (change-log-email-face, change-log-file-face)
10203         (change-log-list-face, change-log-conditionals-face)
10204         (change-log-function-face, change-log-acknowledgement-face):
10205         New faces, inheriting from font-lock faces.
10206         (change-log-font-lock-keywords): Use them.
10208 2000-09-21  Dave Love  <fx@gnu.org>
10210         * progmodes/cperl-mode.el (top-level): Clean up
10211         `eval-when-compile's and assorted defvars.
10212         (cperl-invalid-face): Don't double-quote value.  Change custom
10213         type.
10214         (cperl-mode): Set normal-auto-fill-function and don't zap
10215         auto-fill-function.
10216         (cperl-imenu--function-name-regexp-perl): Renamed from
10217         imenu-example--function-name-regexp-perl.
10218         (cperl-imenu--create-perl-index): Renamed from
10219         imenu-example--create-perl-index.
10220         (cperl-xsub-scan): Don't require cl.
10222         * msb.el (msb-mode-map): Use substitute-key-definition.
10223         (msb-mode): Use msb-mode-map.
10225 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
10227         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10228         New functions.
10229         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10230         (vc-switch-backend): New function.
10231         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10232         (vc-register): Fix prompt.
10233         (vc-unregister, vc-default-unregister): New functions.
10234         (vc-version-diff): Handle empty buffer in sentinel.
10236         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10237         (vc-rcs-state-heuristic): Use it to guess the state of files with
10238         non-strict locking.
10239         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10240         been set with -b, but not created yet.
10241         (vc-rcs-fetch-master-state): With non-strict locking, compare file
10242         contents in order to find the state.
10243         (vc-rcs-checkin): Allow creation of branches with no changes.
10244         (vc-rcs-unregister, vc-rcs-receive-file)
10245         (vc-rcs-set-non-strict-locking): New functions.
10247         * vc-hooks.el (vc-name): Force correct computation of the value
10248         in case it is missing.
10250 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10252         * startup.el (fancy-splash-tail): Use a different foreground
10253         color on a dark frame background.
10255 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
10257         * info.el: Use the correct capitalization when making Info-mode
10258         and Info-edit-mode `special' modes.
10260 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
10262         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10263         (diff-mode): Add support for add-log.el.
10264         (diff-hunk-text): Use char offsets rather than line offsets.
10265         (diff-find-source-location): Replace LINE with line-offset (nil
10266         if not found) and always set POS to a meaningful position.
10267         Adapt to the new char-offsets.
10268         (diff-apply-hunk): Drop support for the unused `select' POPUP.
10269         Adapt to the new diff-find-source-location.
10270         (diff-goto-source): Adapt to the new diff-find-source-location.
10272         * add-log.el (add-log-file-name): New function (split out of
10273         add-change-log-entry).
10274         (add-change-log-entry): Use it.
10275         Call add-log-file-name-function with the changelog file name if
10276         the current buffer is not associated with any file.
10277         Avoid find-file if the selected window is dedicated.
10279         * diff-mode.el (diff-find-source-location):
10280         Move code from diff-apply-hunk.  Return buffer rather than file.
10281         (diff-apply-hunk): Use the new result from  diff-find-source-location.
10282         (diff-goto-source): Use the new diff-find-source-location.
10284 2000-09-20  Dave Love  <fx@gnu.org>
10286         * iswitchb.el: Some doc fixes.
10287         (iswitchb-mode-map): Define completely initially.  Inherit
10288         minibuffer-local-map.
10289         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10290         fundamental-mode.
10291         (iswitchb-global-map): New variable.
10292         (iswitchb-summaries-to-end): Amalgamate regexps.
10293         (iswitchb-mode): New.
10294         (iswitchb-mode-hook): New variable.
10295         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
10296         `extensions'.
10298 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10300         * ehelp.el (electric-help): New defgroup.
10301         (electric-help-shrink-window): New user-option.
10302         (with-electric-help): Use it.
10304         * window.el (shrink-window-if-larger-than-buffer): If face
10305         `mode-line' has a :box, and we're on a graphical frame, add 1
10306         to the needed window height.
10308         * frame.el (frame-notice-user-settings): Add a last parameter nil
10309         to a call to `append', because the last list passed to `append' is
10310         not copied, and so subsequent calls to assq-delete-all will modify
10311         default-frame-alist.
10313         * startup.el (fancy-splash-image): Change :type.
10314         (fancy-splash-head): Use an XBM image if appropriate.
10315         (command-line-1): Show splash screens in more cases.
10317         * startup.el (fancy-splash-text): Don't quote faces.
10319         * dired.el (dired-font-lock-keywords): Undo last change.
10320         (dired-readin): Bind indent-tabs-mode to nil.
10322         * startup.el (fancy-splash-head): If frame's background mode
10323         is `dark', change the black background of the image to gray.
10324         (fancy-splash-screens): Display startup echo area message.
10325         (display-startup-echo-area-message): New function.
10327 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
10329         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10331         * info.el (info-header-node): Tweak for color ttys.
10333         * faces.el (face-valid-attribute-values): Make sure directories we
10334         search for stipples both exist and are readable before trying to
10335         search them.
10337         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10338         in the dry-run case.
10340         * jka-compr.el (with-auto-compression-mode): New macro.
10342         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10343         (custom-group-tag-face, custom-variable-tag-face): Use relative
10344         :height and inherit from `variable-pitch' face instead of
10345         hardwiring :family.
10346         * hi-lock.el (hi-black-hb): Likewise.
10348         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10349         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10350         toolbar-add-item, if image doesn't have a mask add a `:mask
10351         heuristic'.
10353 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
10355         * diff-mode.el: Docstring fixes.
10356         (diff-header-face, diff-comment-face): New faces.
10357         (diff-font-lock-keywords): Highlight a bit differently.
10358         (diff-find-source-location): Don't return SPAN any more.
10359         (diff-hunk-text): Don't bother erasing the temp buffer.
10360         (diff-find-text): Drop argument LINE.
10361         (diff-apply-hunk): Update calls to diff-find-text.
10362         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10364         * calendar/calendar.el: Docstring fixes.
10365         (calendar-make-alist): Don't quote lambda.
10366         (calendar-star-date): Use make-local-variable.
10368 2000-09-19  Dave Love  <fx@gnu.org>
10370         * toolbar/tool-bar.el: Renamed from toolbar.el.
10371         Change `toolbar' to `tool-bar' generally in symbols.
10372         Make some items invisible in `special' major modes.
10373         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10374         Add arg PROPS.
10376         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10377         Add :version here.
10378         (fancy-splash-delay, fancy-splash-image): Remove :version here.
10380 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10382         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10384         * files.el (find-file-suppress-same-file-warnings): New user-option.
10385         (find-file-noselect): Use it.
10387         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10388         (fancy-splash-screen): Defgroup.
10390         * add-log.el (change-log-font-lock-keywords): Match names
10391         more exactly for the case that font-lock-constant-face is
10392         underlined.
10394 2000-09-19  Richard M. Stallman  <rms@gnu.org>
10396         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10398 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
10400         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10402 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10404         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10405         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10406         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10407         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10408         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10409         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10410         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10411         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10412         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10413         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10414         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10415         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10417         * startup.el (fancy-splash-text): New variable.
10418         (fancy-splash-delay, fancy-splash-image): New user-options.
10419         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10420         (fancy-splash-screens): New functions.
10421         (command-line-1): If display has a `display' frame parameter, has
10422         colors, and we have XPM support, show more fancy splash screens.
10424 2000-09-19  Dave Love  <fx@gnu.org>
10426         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
10427         with null `help'.  Use modern backquote syntax.
10429 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10431         * font-lock.el (font-lock-mode): Change message telling the user
10432         that ``the buffer is too big''.
10434         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10435         for instance for the case that tab-width is 2.
10437 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
10439         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10440         toolbar-add-item, if image doesn't have a mask add a `:mask
10441         heuristic'.
10443 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
10445         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10446         and return a cons if it's non-nil.
10447         (diff-apply-hunk): Try to jump to the line in the source text
10448         corresponding to the position of point in the in the hunk.
10450         * info.el (Info-title-3-face, Info-title-2-face)
10451         (Info-title-1-face): Use face inheritance and relative sizes
10452         instead of hard-wiring things.
10454         * faces.el (secondary-selection): Make dark-background variant sane.
10456 2000-09-16  Andrew Innes  <andrewi@gnu.org>
10458         * makefile.w32-in (compile-files-CMD): No need to make .elc files
10459         read-only, since they aren't under VC now.
10461 2000-09-17  Dave Love  <fx@gnu.org>
10463         * tmm.el: Replace mapcar with mapc in several places.
10465         * loadhist.el (unload-feature): Maybe call elp-restore-list and
10466         ad-unadvise.
10468         * international/latin1-disp.el: New file.
10470         * calendar/cal-move.el (scroll-calendar-left)
10471         (scroll-calendar-right): Make arg optional (for active mode line).
10473         * calendar/calendar.el (calendar-mode-line-format): Make fields
10474         mouse-sensitive.
10475         (calendar-read-date, calendar-read-date, calendar-window-list):
10476         Unquote lambda.
10477         (calendar-month-name): Use aref, not sref.
10479         * view.el (minor-mode-alist): Propertize the string.
10481         * international/characters.el (standard-case-table): Add entries
10482         for Greek.
10484 2000-09-18  Miles Bader  <miles@gnu.org>
10486         * info.el (info-node, info-xref): Add dark-background variants.
10488         * faces.el (header-line): Change defaults to be less confusing
10489         when mixed with mode-lines.
10491         * info.el (Info-fontify-node): Make a few cleanups.
10492         Add extra `help-echo' and `local-map' props to node xrefs.
10493         Use header-specific faces for node-names & xrefs.
10494         (Info-use-header-line): New variable.
10495         (info-header-xref, info-header-node): New faces.
10496         (Info-setup-header-line): New function.
10497         (Info-select-node): Call Info-setup-header-line when enabled.
10498         (Info-extract-pointer): Work even if the header line is hidden.
10499         (Info-header-line): New variable.
10501 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
10503         * vms-patch.el (print-region-function): Don't quote lambda.
10505         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10507         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10508         (lm-get-header-re): Allow spaces between the header and the colon.
10509         (lm-header): Allow $ in non-RCS headers.
10510         (lm-header-multiline): Put the strings back into order.
10511         Stop at an empty line.  Don't require two space chars if the
10512         line is clearly not another header line.
10514         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10515         (popup-menu-popup): Remove.
10517 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10519         * toolbar/toolbar.el (toolbar-add-item): Use the same image
10520         specification if or if not tool-bar item contains an `:enabled'
10521         property.
10523         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10524         current buffer has no file name.
10526 2000-09-15  Dave Love  <fx@gnu.org>
10528         * strokes.el: Sync with maintainer's current version with changes
10529         for Emacs, but avoid runtime cl and levents.
10530         (toplevel):  Change autoloads and compilation requires.
10531         (strokes-version, strokes-bug-address, strokes-lift): Values
10532         changed.
10533         (strokes-xpm-header, strokes-insinuated): New variable.
10534         (strokes): Add :link.
10535         (strokes-mode): Customized.
10536         (strokes-while-inhibiting-garbage-collector): New macro.
10537         (strokes-remassoc): Avoid remove-if.
10538         (strokes-fix-button2-command): Don't use ad-do-it.
10539         (strokes-insinuate): New function.
10540         (strokes-button-press-event-p, strokes-button-release-event-p):
10541         New functions, used instead of non-`strokes-' versions..
10542         (strokes-mouse-event-p): Rewritten.
10543         (strokes-event-closest-point): Avoid event-point.
10544         (strokes-get-grid-position): Avoid cdadr, caadr
10545         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10546         functions.
10547         (strokes-help): Use with-output-to-temp-buffer.
10548         (strokes-window-configuration-changed-p): New function.
10549         (strokes-update-window-configuration): Use buffer-live-p,
10550         strokes-window-configuration-changed-p.
10551         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
10552         (strokes-char-face): New face.
10553         (strokes-char-table, strokes-base64-chars): New variable.
10554         (strokes-xpm-for-stroke, strokes-list-strokes)
10555         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10556         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10557         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10558         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10559         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10560         functions.
10562 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10564         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10566         * image.el (create-image): Doc fix.
10568         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10569         instead of `:heuristic-mask t'.
10571 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10573         * makefile.w32-in: Revert to Unix line endings.
10575 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10577         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
10578         when installing.
10580         * makefile.nt (DONTCOMPILE): Fix typo.
10582         * shell.el (shell-write-history-on-exit): New function.
10583         (shell-dumb-shell-regexp): New custom variable.
10584         (shell-mode): Make shell-write-history-on-exit the process
10585         sentinel if shell name matches shell-dumb-shell-regexp.
10587         * w32-fns.el: Comment out before-init-hook function which resets
10588         source-directory based; this breaks bootstrap.
10590 2000-09-14  Dave Love  <fx@gnu.org>
10592         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10593         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10594         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10595         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10596         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10597         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10598         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
10599         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
10600         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10602         * toolbar/toolbar.el: New.
10604         * subdirs.el: Add toolbar.
10606 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
10608         * indent.el (indent-for-tab-command): Doc fix.
10610 2000-09-14  Alex Schroeder  <alex@gnu.org>
10612         * ansi-color.el (ansi-colors): Doc change.
10613         (ansi-color-get-face): Simplified regexp.
10614         (ansi-color-faces-vector): Added more faces, doc change.
10615         (ansi-color-names-vector): Doc change.
10616         (ansi-color-regexp): Simplified regexp.
10617         (ansi-color-parameter-regexp): New regexp.
10618         (ansi-color-filter-apply): Doc change.
10619         (ansi-color-filter-region): Doc change.
10620         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10621         deal with zero length parameters.
10622         (ansi-color-apply-on-region): Doc change.
10623         (ansi-color-map): Doc change.
10624         (ansi-color-map-update): Removed debugging message.
10625         (ansi-color-get-face-1): Added condition-case to trap
10626         args-out-of-range errors.
10627         (ansi-color-get-face): Doc change.
10628         (ansi-color-make-face): Removed.
10629         (ansi-color-for-shell-mode): New option.
10631 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
10633         * international/quail.el (quail-start-translation): Translate KEY
10634         if necessary even if it doesn't have any mapping in the current
10635         input method.
10636         (quail-start-conversion): Likewise.
10637         (quail-help): The output message is improved.
10639 2000-09-13  Miles Bader  <miles@gnu.org>
10641         * comint.el (comint-output-filter): Revert to using
10642         `insert-before-markers'.  Add bletcherous hack to undo damage
10643         caused by `insert-before-markers'.  Put `front-sticky' property on
10644         overlays created here so that the field code understands how the
10645         overlay works.  Use a let when making comint-last-prompt-overlay,
10646         so that the code is easier to read.
10648 2000-09-13  Dave Love  <fx@gnu.org>
10650         * wid-edit.el (widget-default-format-handler): DTRT when
10651         doc-property is a function.
10653 2000-09-12  Francesco Potorti`  <pot@gnu.org>
10655         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10656         filed name if it's not there.
10658 2000-09-12  Dave Love  <fx@gnu.org>
10660         * simple.el (read-mail-command): Doc fix.
10661         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10663         * vc.el (vc-dired-listing-switches): Fix :version.
10665         * vc-hooks.el: Doc fixes.
10667         * subr.el (add-minor-mode): Use toggle-fun arg.
10669         * speedbar.el: Add :version to several defcustoms.
10671         * imenu.el (imenu--truncate-items, imenu--cleanup)
10672         (imenu--generic-function): Avoid mapcar.
10673         (imenu--replace-spaces): Function removed.
10674         (imenu--completion-buffer): Use subst-char-in-string.
10675         (imenu-add-to-menubar): Use keymap inheritance.
10677 2000-09-12  Miles Bader  <miles@gnu.org>
10679         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10680         (diff-mode-map): Bind `diff-test-hunk'.
10681         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10683 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10685         * bytecomp.el (byte-compile-defvar): Undo last change
10686         because it breaks '(make-variable-buffer-local (defvar ...)'
10687         which is used at least in dired.
10689 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10691         * international/quail.el (quail-define-package): Docstring
10692         modified.
10694 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10696         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10697         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10698         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
10699         docstring of "chinese-py".
10701         * international/quail.el (quail-translation-docstring): New
10702         variable.
10703         (quail-show-keyboard-layout): Docstring modified.
10704         (quail-select-current): Likewise.
10705         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10706         infinite recursive call.
10707         (quail-help): Check quail-translation-docstring.  Format of the
10708         output changed.
10709         (quail-help-insert-keymap-description): Adjusted for the above
10710         change.
10712 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10714         * bytecomp.el (byte-compile-defvar): Only cons onto
10715         current-load-list in top-level forms.  Else this leaks a cons cell
10716         every time a defun is called.
10718 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
10720         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10721         Now understands non-unified diffs.  Some functionality moved into
10722         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
10723         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
10724         modify anything.  Only reposition point in the patched file if the
10725         patch succeeds.  Only pop up another window if POPUP is true.
10726         Emit a message describing what happened if successful, and at what
10727         line-offset.  Automatically detect reversed hunks and do something
10728         appropriate.
10729         (diff-hunk-text, diff-find-text): New functions.
10730         (diff-filter-lines): Function removed.
10731         (diff-test-hunk): New function.
10732         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10734 2000-09-10  Dave Love  <fx@gnu.org>
10736         * textmodes/tildify.el: Minor doc/commentary fixes.
10737         (tildify) <defgroup>: Add :version.
10739         * faces.el (face-x-resources): Make custom type more specific.
10740         (frame-background-mode): Use mapc.
10741         (region) <defcustom>: Add :version.
10743 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
10745         * vc-sccs.el (vc-sccs-register):
10746         * vc-rcs.el (vc-rcs-register):
10747         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10748         * vc.el (vc-register): Clear file's properties.
10750 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
10752         * faces.el (face-spec-set): Only face-spec-reset-face when
10753         ATTRS is non-nil.
10755 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10757         * help.el (help-insert-xref-button): Fix a typo in doc string.
10759 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
10761         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10762         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10763         methods.
10765         * menu-bar.el (read-mail-item-name): New function.
10766         (menu-bar-tools-menu): Use it to compute and display the package
10767         used to read email.
10768         (menu-bar-tools-menu): Fix typo in GUD's help string.
10770 2000-09-07  Dave Love  <fx@gnu.org>
10772         * diff-mode.el (diff-mouse-goto-source): New function.
10774         * vc-sccs.el: Doc fixes.
10775         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10777         * vc-rcs.el: Doc fixes.
10778         (vc-rcs-register-switches, vc-rcs-checkin-switches)
10779         (vc-rcs-checkout-switches, vc-rcs-header)
10780         (vc-rcs-master-templates): Add or change :version.
10782         * vc-cvs.el: Doc fixes.
10783         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10784         (vc-cvs-stay-local): Add :version.
10786         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10788 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10790         * international/quail.el (quail-help): Fix previous change.
10792 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10794         * faces.el (color-values): Doc fix.
10796         * faces.el (frame-set-background-mode): Use frame-parameter
10797         instead of frame-parameters.
10799         * frame.el (filtered-frame-list): Reduce consing.
10800         (frames-on-display-list): Call frame-parameter instead of
10801         frame-parameters.
10803 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10805         * language/devan-util.el (devanagari-to-indian-region): In the
10806         loop, change the following char, not preceding char.
10808 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10810         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10811         instead of frame-parameters.
10813         * faces.el (set-face-attribute): Simplify by calling
10814         internal-set-lisp-face-attribute with FRAME being 0.
10816         * vc.el: Remove `Id' version control keyword.
10818 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10820         * help.el (help-make-xrefs): Adjusted for the change of
10821         help-xref-mule-regexp.
10822         (help-insert-xref-button): New function.
10824         * international/mule-cmds.el (help-xref-mule-regexp-template):
10825         Include the pattern for character set.
10826         (leim): New group.
10828         * international/quail.el: Don't require face.
10829         (quail): New group.
10830         (quail-other-command): Dummy command to make quail-help work better.
10831         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10832         (quail-keyboard-layout-substitution): New variable.
10833         (quail-update-keyboard-layout): New function.
10834         (quail-keyboard-layout-type): New customizable variable.
10835         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10836         (quail-keyboard-translate): Pay attention to
10837         quail-keyboard-layout-substitution.
10838         (quail-insert-kbd-layout): New function.
10839         (quail-show-keyboard-layout): New function.
10840         (quail-get-translation): If the definition is a vector of length
10841         1, and the element is a string of length 1, return the character
10842         in that string.
10843         (quail-update-current-translations): Fix the case of
10844         relative-index out of range.
10845         (quail-build-decode-map, quail-insert-decode-map): New Functions.
10846         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10847         Show key sequences for all available characters.
10848         (quail-help-insert-keymap-description): Don't show such verbose
10849         key bindings as quail-self-insert-command.
10851         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10852         Format changed, and each element now have extra documentations.
10853         (tit-process-header): Delete invalid characters from TIT-PROMPT.
10854         Adjusted for the change of quail-cxterm-package-ext-info.
10856 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
10858         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10859         requiring it leads to a recursive loading of vc.el and vc-hooks.el
10860         during bootstrap.
10862 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10864         * vc.el: (toplevel): Don't require `dired' at run-time.
10865         (vc-dired-resynch-file): Remove autoload cookie.
10867 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10869         * vc.el: Made several backend functions optional.
10870         (vc-default-responsible-p): New function.
10871         (vc-merge): Use RET for first version to trigger merge-news, not
10872         prefix arg.
10873         (vc-annotate): Handle backends that do not support annotation.
10874         (vc-default-merge-news): Removed.  The existence of a merge-news
10875         implementation is now checked on caller sites.
10877         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10878         case.
10880         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10881         special case that has been removed from the default in vc-hooks.el.
10883 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10885         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10887 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10889         * vc-hooks.el: Require vc during compilation.
10890         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10891         macro `with-vc-properties' in vc.el.
10892         (vc-file-getprop): Doc fix.
10893         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10895         * vc.el: Require dired-aux during compilation.
10896         (vc-name-assoc-file): Moved to vc-sccs.el.
10897         (with-vc-properties): New macro.
10898         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10899         vc-finish-steal): Use it.
10900         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
10901         to the backend-specific function is now supposed to do the checkout,
10902         too.
10903         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10905         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10906         set file properties; that gets done in the generic code now.
10908         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10909         Changed parameter list, added code from vc.el that does the
10910         checkout, possibly with a double-take.
10912         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10913         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10914         the above under the new name.
10915         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
10916         parameter list, added checkout command.
10917         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10918         properties; that gets done in the generic code now.
10920 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10922         * vc.el: Docstring fixes (courtesy of checkdoc).
10924 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10926         * vc.el (vc-checkout-writable-buffer-hook)
10927         (vc-checkout-writable-buffer): Remove.
10928         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10929         (vc-log-mode): Make it into a clean derived major mode.
10930         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10931         vc-log-mode if log-edit is not available.
10932         (vc-dired-mode-map): Don't set-keymap-parent yet.
10933         (vc-dired-mode): Do set-keymap-parent here.
10934         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10936 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
10938         * faces.el (set-face-attribute, face-spec-reset-face)
10939         (face-spec-set): Avoid consing by removing calls to `apply'.
10941         * frame.el (frame-parameter): Move to C code.
10943 2000-09-05  Dave Love  <fx@gnu.org>
10945         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10946         insert-before-markers-and-inherit.  Now checked systematically!
10948 2000-09-05  Alex Schroeder  <alex@gnu.org>
10950         * sql.el (sql-postgres): Use sql-postgres-options.
10951         (sql-postgres-options): New variable.
10953 2000-09-05  Alex Schroeder  <alex@gnu.org>
10955         * sql.el (sql-mode-menu): Work around missing variable mark-active
10956         in XEmacs.
10957         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10958         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10959         compatibility.
10961 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
10963         * vc.el (vc-dired-resynch-file): Add autoload cookie.
10965         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10967         * Makefile.in (DONTCOMPILE): Fix typo in file name.
10969 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10971         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10972         don't support anything else under SCCS yet.
10974         * vc-hooks.el: Minor doc fixes.
10976 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10978         * vc.el (vc-next-action-on-file): Do not visit the file if it's
10979         not necessary.  If verbose in state `needs-patch', do the same as
10980         under `up-to-date'.  When NOT verbose and `needs-patch', check out
10981         latest version instead of `merge-news'.
10982         (vc-next-action-dired): Don't mess with default-directory here; it
10983         breaks other parts of dired.  It is the job of the
10984         backend-specific functions to adjust it temporarily if they need it.
10985         (vc-next-action): Remove a special CVS case.
10986         (vc-clear-headers): New optional arg FILE.
10987         (vc-checkin, vc-checkout): Set properties vc-state and
10988         vc-checkout-time properly.
10989         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10990         (vc-print-log): Use new backend function `show-log-entry'.
10991         (vc-cancel-version): Do the checks in a different order.  Added a
10992         FIXME concerning RCS-only code.
10994         * vc-rcs.el (vc-rcs-show-log-entry): New function.
10995         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10997         * vc-cvs.el (vc-cvs-show-log-entry): New function.
10999         * vc-hooks.el (vc-default-mode-line-string): Show state
11000         `needs-patch' as a `-' too.
11002 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11004         * vc.el (vc-responsible-backend): New optional arg REGISTER.
11005         (vc-default-could-register): New function.
11006         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11007         (vc-resynch-buffer): Call vc-dired-resynch-file.
11008         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11009         vc-resynch-buffer instead of vc-resynch-window.
11010         (vc-next-action-dired): Don't redisplay here, that gets done as a
11011         result of the individual file operations.
11012         (vc-retrieve-snapshot): Corrected prompt order.
11014         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11016         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11017         as well.
11018         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
11019         hostname regexps.  Updated all callers.
11020         (vc-cvs-responsible-p): Handle directories as well.
11021         (vc-cvs-could-register): New function.
11022         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11023         properties up-to-date.
11025         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11026         user whether to create one.
11028 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11030         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11031         check out a non-existing file.
11033         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11034         workfile does not exist.
11036         * vc.el (vc-version-diff): Use `require' to check for existence of
11037         diff-mode.
11039 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11041         * vc-cvs.el (vc-cvs-registered): Use new function
11042         vc-cvs-parse-entry to do the actual work.
11044 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11046         * vc-hooks.el (vc-find-backend-function): If function doesn't
11047         exist, return nil instead of error.
11048         (vc-call-backend): Doc fix.
11050         * vc.el (vc-do-command): Doc fix.
11051         (vc-finish-logentry): When checking in from vc-dired, choose the
11052         right backend for logentry check.
11053         (vc-dired-mode-map): Inherit from dired-mode-map.
11054         (vc-dired-mode): Local value of dired-move-to-filename-regexp
11055         simplified.
11056         (vc-dired-state-info): Removed, updated caller.
11057         (vc-default-dired-state-info): Use parentheses instead of hyphens.
11058         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11059         (vc-dired-listing-switches): New variable.
11060         (vc-directory): Use it, instead of dired-listing-switches.
11062         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11063         (vc-cvs-dir-state): New function.
11064         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11065         (vc-cvs-parse-entry): New function, also to be used in
11066         vc-cvs-registered.
11068 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11070         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11071         *or* single-window-frames.
11073 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11075         * vc.el (vc-update-changelog): Split into generic part and default
11076         implementation.  Doc string adapted.
11077         (vc-default-update-changelog): New function.  Call the `rcs2log'
11078         script in exec-directory, to fix a long-standing nuisance.
11080         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11081         simply signals an error.
11083 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11085         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11086         control-flow more clear and to avoid running `cvs' twice.
11088         * vc.el (vc-next-action-on-file): Doc fix.
11089         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11090         (vc-print-log): Eval `file' before constructing the continuation.
11092 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11094         * vc.el (vc-next-action-on-file): Corrected several messages.
11095         (vc-merge): Add prefix arg `merge-news'; handle it.
11097         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11098         is not reached.  It is.
11099         (vc-cvs-merge): Set state to 'edited after merge.
11100         (vc-cvs-merge-news): Set workfile version to nil if not known.
11101         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
11103         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11104         via stdout. (Merge from main line.)
11106 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11108         * vc.el (vc-finish-logentry): Thinko in the "same comment"
11109         detection.
11111 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11113         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11114         against kill-all-local-variables.
11115         (vc-log-edit): Don't save vc-parent-buffer any more.
11116         (vc-last-comment-match): Initialize to an empty string.
11117         (vc-post-command-functions): New hook.
11118         (vc-do-command): Run it.
11119         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11120         (vc-finish-logentry): Only add the comment to the ring if it's
11121         different from the last comment entered.
11122         (vc-new-comment-index): New function.
11123         (vc-previous-comment): Use it.  Make the minibuffer message
11124         slightly less terse.
11125         (vc-comment-search-reverse): Make it work forward as well.  Don't
11126         set vc-comment-ring-index if no match is found.  Use
11127         vc-new-comment-index.
11128         (vc-comment-search-forward): Use vc-comment-search-reverse.
11129         (vc-dired-mode-map): Don't inherit from dired-mode-map since
11130         define-derived-mode will do it for us.  Bind `v' to a keymap that
11131         inherits from vc-prefix-map so that we can bind `vt' without
11132         binding C-x v t.
11133         (vc-retrieve-snapshot): Parenthesis typo.
11135         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11136         to 1.  Make sure to switch to *vc* before looking for an error
11137         message.  Use vc-parse-buffer.
11139 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11141         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11142         and NAME.
11143         (vc-retrieve-snapshot): Split into two parts.
11144         (vc-default-retrieve-snapshot): New function.
11146         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11147         (vc-cvs-retrieve-snapshot): New function (untested).
11148         (vc-cvs-stay-local): Default to t.
11149         (vc-cvs-remote-p): New function and property.
11150         (vc-cvs-state): Stay local only if the above is t.
11151         (vc-handle-cvs): Removed.
11152         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11153         done via vc-handled-backends now.
11154         (vc-cvs-header): Escape Id.
11156 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11158         * vc.el (vc-do-command): Remove unused commands.
11159         (vc-version-diff): Make sure default-directory ends with a slash.
11160         Move the window commands into a vc-exec-after.
11161         (vc-print-log): Move more of the code into the `vc-exec-after'.
11163 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11165         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11166         (vc-print-log): Search current revision from beginning of buffer.
11167         (vc-revert-buffer): Clear echo area after the diff is finished.
11168         (vc-prefix-map): Removed definition of "t" for terse display in vc
11169         dired.
11170         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
11171         definition of "vt" for terse display.
11172         (vc-dired-mode): Fix dired-move-to-filename-regexp.
11174 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11176         * vc.el (vc-exec-after): Avoid caddr.
11178 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11180         * vc.el (vc-exec-after): New function.
11181         (vc-do-command): Use it to add a termination message for async
11182         procs.
11183         (vc-checkout): Try to handle a missing-backend situation.
11184         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11185         of a directory with a backend using async diffs.
11186         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11187         present.
11189         * vc-sccs.el (vc-sccs-state-heuristic): Use
11190         file-ownership-preserved-p.
11192         * vc-rcs.el (vc-rcs-state-heuristic): Use
11193         file-ownership-preserved-p.
11194         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11196 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11198         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11199         vc-do-command.
11201         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11202         when there are no changes.
11204 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11206         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11208         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11210 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11212         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11214         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11215         the `fset' outside of the defvar so that it works even if
11216         vc-prefix-map was already defined.
11217         (vc-setup-buffer): New function, split out of vc-do-command.
11218         (vc-do-command): Allow BUFFER to be t to mean `just use the
11219         current buffer without any fuss'.
11220         (vc-version-diff): Change the `diff' backend operation to just put
11221         the diff in the current buffer without erasing it.  Always use
11222         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
11223         shrink-window-if-larger-than-buffer.
11224         (vc-print-log): Change the `print-log' backend operation to just
11225         put the log in the current buffer without erasing it.  Protect
11226         shrink-window-if-larger-than-buffer.
11227         (vc-update-change-log): Fix setd typo.
11229         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11230         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11232         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11233         (vc-rcs-diff): Insert in the current buffer and remove unused arg
11234         CMP.
11236         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11237         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
11238         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11240 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11242         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11243         not possible, use vc-BACKEND-workfile-unchanged-p.
11244         (vc-default-workfile-unchanged-p): New function.  Delegates to a
11245         full vc-BACKEND-diff.
11247         * vc-hooks.el (vc-simple-command): Removed.
11249         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11250         instead of vc-simple-command.
11251         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11252         avoid doing a diff when opening a file.
11253         (vc-rcs-state): Added check for unlocked-changes.
11254         (vc-rcs-header): Escape Id.
11255         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11256         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11257         version.
11259         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11260         (vc-sccs-diff): Remove optional arg CMP.
11261         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11262         SCCS-specific function.
11264         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11265         vc-simple-command.
11267 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11269         * vc.el (vc-editable-p): Renamed from vc-writable-p.
11270         (with-vc-file, vc-merge): Use vc-editable-p.
11271         (vc-do-command): Remove unused var vc-file and fix the
11272         doubly-defined `status' var.  Add a user message when starting an
11273         async command.
11274         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11275         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11276         Use with-current-buffer.
11277         (vc-buffer-sync): Use unless.
11278         (vc-next-action-on-file): If the file is 'edited by read-only,
11279         make it read-write instead of trying to commit.
11280         (vc-version-diff, vc-update-change-log): Use `setq
11281         default-directory' rather than `cd'.
11282         (vc-log-edit): Don't forget to set default-directory in the
11283         buffer.
11285         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11286         (vc-sccs-state-heuristic): Use file-writable-p instead of
11287         comparing userids.
11288         (vc-sccs-checkout): Use `unless'.
11290         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11291         of comparing userids.
11292         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11293         Simplify the logic by eliminating unreachable code.
11294         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11295         just do a recursive call if we need to retry.
11296         (vc-rcs-checkout): Handle the case where rcs is missing by making
11297         the buffer read-write if requested and re-signalling the error.
11299         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11301 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11303         * vc-hooks.el (vc-handled-backends): Docstring change.
11304         (vc-ignore-vc-files): Mark obsolete.
11305         (vc-registered): Check vc-ignore-vc-files.
11306         (vc-find-file-hook, vc-file-not-found-hook): Don't check
11307         vc-ignore-vc-files.
11309         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11311 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11313         * vc.el (vc-checkout): Don't do anything special for ange-ftp
11314         files since ange-ftp already has vc-registered return nil.
11316         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11317         (vc-sccs-workfile-version): Use with-temp-buffer and new
11318         vc-parse-buffer and don't bother setting the property.
11319         (vc-sccs-add-triple): Use with-current-buffer and
11320         find-file-noselect.
11321         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11323         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
11324         derives from the old vc-parse-buffer but uses the revision number
11325         rather than the date (much easier to compare robustly).
11326         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
11327         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
11328         locking-user more directly.  Check strict locking and set
11329         checkout-model appropriately.
11330         (vc-rcs-parse-locks): Remove.
11331         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11332         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11333         (vc-rcs-system-release): Use with-current-buffer and
11334         vc-parse-buffer.
11335         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11337         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11338         (vc-simple-command): Docstring fix.
11339         (vc-registered): Align the way the file-handler is called with the
11340         way the function itself works.
11341         (vc-file-owner): Remove.
11343         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
11344         extraction of fields and call to file-attributes because of a
11345         temporary bug in rcp.el.
11346         (vc-cvs-fetch-status): Use with-current-buffer.
11348 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11350         * vc.el (vc-do-command): Use file-relative-name.
11351         (vc-responsible-backend): Use vc-backend if possible.
11352         (vc-create-snapshot): Improve the `interactive' spec. Add support
11353         for branches and dispatch to backend-specific `create-snapshot'.
11354         (vc-default-create-snapshot): New function, containing the bulk of
11355         the old vc-create-snapshot.
11356         (vc-retrieve-snapshot): Improve the interactive spec.
11358         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11359         (vc-backend-hook-functions): Remove.
11360         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11361         (vc-backend): Reintroduce the test for `file = nil' now that I
11362         know why it was there (and added a comment to better remember).
11364         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11365         code from vc-sccs-hooks.el.
11366         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
11367         'vc anymore.
11368         (vc-sccs-responsible-p): Use expand-file-name instead of concat
11369         and file-directory-p instead of file-exists-p.
11370         (vc-sccs-check-headers): Simplify the regexp.
11372         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11373         from vc-rcs-hooks.el.  Don't require 'vc anymore.
11374         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11375         file-directory-p instead of file-exists-p.
11377         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11378         from vc-cvs-hooks.el.
11379         (proto vc-cvs-registered): Require 'vc-cvs instead of
11380         'vc-cvs-hooks.  Don't require 'vc anymore.
11381         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11382         file-directory-p instead of file-exists-p.
11383         (vc-cvs-create-snapshot): New function, replacing
11384         vc-cvs-assign-name.
11385         (vc-cvs-assign-name): Remove.
11387 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11389         * vc-cvs.el (vc-cvs-header): New var.
11391         * vc-rcs.el (vc-rcs-exists): Remove.
11392         (vc-rcs-header): New var.
11394         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11395         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11396         (vc-sccs-header): New var.
11398         * vc.el (vc-do-command): Get rid of the `last' argument.
11399         (vc-header-alist): Remove, replaced by vc-X-header.
11400         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11401         (vc-dired-hook): Use expand-file-name instead of concat.
11402         (vc-directory): Use file-name-as-directory.
11403         (vc-snapshot-precondition, vc-create-snapshot)
11404         (vc-retrieve-snapshot): Allow the command to operate on any
11405         directory.
11407         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11408         just removing the 'WORKFILE argument or by removing the 'MASTER
11409         argument and replacing `file' with (vc-name file).
11411 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11413         * vc.el: Update Copyright and add a crude list of backend funs.
11414         (vc-writable-p): New function.
11415         (with-vc-file): Use vc-writable-p.
11416         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11417         (vc-register): Avoid vc-name.
11418         (vc-locking-user): Remove.
11419         (vc-steal-lock): Make the `owner' arg non-optional.
11420         (vc-merge): Use vc-writable-p instead of vc-locking-user and
11421         vc-checkout-model.
11422         (vc-default-dired-state-info): Use vc-state instead of
11423         vc-locking-user and return special strings for special states.
11424         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11425         and get rid of one of the special CVS cases.
11426         (vc-cancel-version): prettify error message with \\[...].
11427         (vc-rename-master): New function.
11428         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11429         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
11430         the CVS special case generic.
11431         (vc-default-record-rename): Remove.
11432         (vc-file-tree-walk-internal): Only call FUNC for files that are
11433         under control of some VC backend and replace `concat' with
11434         expand-file-name.
11435         (vc-file-tree-walk): Update docstring.
11436         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11437         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11439         * vc-sccs.el (vc-sccs-rename-file): Renamed from
11440         vc-sccs-record-rename.  Use `find-file-noselect' rather than
11441         `find-file' and call `vc-rename-master' to do the actual move.
11442         (vc-sccs-diff): Remove unused `backend' variable.
11444         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11445         to delay loading of vc-sccs until it is really used.
11446         (vc-sccs-master-templates): Preload.
11447         (vc-sccs-state): Update call to vc-sccs-parse-locks.
11448         (vc-sccs-project-dir): Remove (merged into
11449         vc-sccs-search-project-dir).
11450         (vc-sccs-search-project-dir): Rewrite using file name handling ops
11451         rather than `concat', make sure it is preloaded and don't bother
11452         to check that the file actually exists.
11453         (vc-sccs-parse-locks): Remove unused `file' argument, remove
11454         `locks' argument (use buffer's content instead) and eliminate n^2
11455         behavior.
11457         * vc-rcs.el: Update Copyright.
11458         (vc-rcs-rename-file): New function.
11459         (vc-rcs-diff): Remove unused `backend' variable.
11461         * vc-hooks.el: Update Copyright.
11462         (vc-backend): Don't accept a nil argument any more.
11463         (vc-up-to-date-p): Turn into a defsubst.
11464         (vc-possible-master): New function.
11465         (vc-check-master-templates): Use `vc-possible-master' and allow
11466         funs in vc-X-master-templates to return a non-existent file.
11468         * vc-cvs.el: Update Copyright.
11469         (vc-cvs-diff): Remove unused `backend' variable.
11470         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11472         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11474 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11476         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11477         since it can be called from vc-rcs.el.
11478         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11480 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11482         * vc.el (vc-version-diff): Expand file name read from the
11483         minibuffer.  Handle the case when a previous version number can't
11484         be guessed.  Give suitable messages when there were no differences
11485         found.
11486         (vc-clear-headers): Call backend-specific implementation, if one
11487         exists.
11488         (vc-cancel-version): Made error checks generic.  When done, clear
11489         headers generically, too.
11491         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11492         from vc-clear-headers in vc.el.
11494         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11495         correctly.
11496         (vc-rcs-latest-on-branch-p): Made second argument VERSION
11497         optional.  Handle the case when it's not there.
11499 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11501         * vc.el (vc-locking-user): Moved from vc-hooks.el.
11503 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11505         * vc-hooks.el (vc-loadup): Remove.
11506         (vc-find-backend-function): Use `require'.  Also, handle the case
11507         where vc-BACKEND-hooks.el doesn't exist.
11508         (vc-call-backend): Cleanup.
11510 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11512         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11513         vc-rcs-grab-templates)
11514         (vc-rcs-registered): Remove.  The default function works as well.
11515         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11516         vc-sccs-grab-templates)
11517         (vc-sccs-registered): Remove.  The default function works as well.
11519         * vc.el (vc-version-diff): Left out a vc- in call to
11520         vc-call-backend.
11521         (vc-default-dired-state-info, vc-default-record-rename)
11522         (vc-default-merge-news): Update for the new backend argument.
11524         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11525         using the default function.
11526         (vc-call-backend): If calling the default function, pass it the
11527         backend as first argument.  Update the docstring accordingly.
11528         (vc-default-state-heuristic, vc-default-mode-line-string): Update
11529         for the new backend argument.
11530         (vc-make-backend-sym): Renamed from vc-make-backend-function.
11531         (vc-find-backend-function): Use the new name.
11532         (vc-default-registered): New function.
11534 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11536         * vc.el (vc-merge): Use vc-find-backend-function.
11538         * vc-hooks.el (vc-backend-functions): Remove.
11539         (vc-loadup): Don't setup 'vc-functions.
11540         (vc-find-backend-function): New function.
11541         (vc-call-backend): Use above fun and populate 'vc-functions
11542         lazily.
11543         (vc-backend-defines): Remove.
11545 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11547         * vc.el (vc-register): Put a FIXME note for a newly found bug.
11548         Call vc-call-backend without the leading vc-.
11549         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11550         (vc-check-headers): Call vc-call-backend without the leading vc-.
11551         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11552         (vc-annotate-display): Replace confusing use of `cond' with `or'.
11553         Call vc-call-backend without the leading vc-.
11555         * vc-cvs.el (tail): Provide vc-cvs.
11556         * vc-sccs.el (tail): Provide vc-sccs.
11557         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11559         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11560         (vc-make-backend-function, vc-call): Pass names without leading
11561         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11562         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11563         (vc-call-backend): Always try to load vc-X-hooks.
11564         (vc-registered): Remove vc- in call to vc-call-backend.
11566 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11568         * vc.el (vc-process-filter): New function.
11569         (vc-do-command): Setup `vc-process-filter' for the async process.
11570         (vc-maybe-resolve-conflicts): New function to reduce
11571         code-duplication.  Additionally, it puts the buffer in
11572         `smerge-mode' if applicable.
11573         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11574         calling `merge-news'.
11575         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11576         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
11577         interfacing to log-edit.el.
11578         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11579         log-edit is available.
11580         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11582 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11584         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11585         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11586         defvar and the initialization.
11587         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11589         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11590         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11592         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11594 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11596         * vc.el (vc-file-clear-masterprops): Removed.
11597         (vc-checkin, vc-revert-buffer): Removed calls to the above.
11598         (vc-version-diff): Use buffer-size without argument.
11599         (vc-register): Heed vc-initial-comment.
11601         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11602         default branch.
11604         * vc-rcs.el (vc-rcs-register): Parse command output to find master
11605         file name and workfile version.
11606         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11608         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11609         vc-file-clear-masterprops.
11611         * vc-sccs.el (vc-sccs-checkout): Removed call to
11612         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
11613         rather than user login name.
11616 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11618         * vc.el (vc-workfile-unchanged-p): Remove unused argument
11619         `want-differences-if-changed' and simplify.
11620         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11621         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11622         output (which is invalid for async vc-diff) to decide whether to
11623         do the revert silently or not.
11625 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11627         * vc-hooks.el (vc-loadup): Load files quietly.
11628         (vc-call-backend): Oops, brain fart.
11630 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11632         * vc-cvs.el (vc-cvs-state): Typo.
11633         (vc-cvs-merge-news): Return the status code rather than the error msg.
11635 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11637         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11638         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11639         vc-state or vc-up-to-date-p.
11640         (vc-merge): Use vc-backend-defines to check whether merging is
11641         possible.  Set state to 'edited after successful merge.
11643         * vc-hooks.el (vc-locking-user): If locked by the calling user,
11644         return that name.  Redocumented.
11646 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11648         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11649         new `vc-state' semantics.
11650         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11651         'vc-locking-user to the current user.
11652         (vc-merge): Inline vc-backend-merge.  Comment out code that I
11653         don't understand and hence can't adapt to the new `vc-state' and
11654         `vc-locking-user' semantics.
11655         (vc-backend-merge): Remove.
11657         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11658         rather than 'vc-locking-user.
11660         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11662         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11663         (vc-state): Don't use 'reserved any more.  Just use the same
11664         convention as the one used for vc-<backend>-state where the
11665         locking user (as a string) is returned.
11666         (vc-locking-user): Update, based on the above convention. The
11667         'vc-locking-user property has disappeared.
11668         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11670         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11671         with a heuristic one.
11672         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11673         (vc-cvs-checkin): Do a trivial parse to set the state in case of
11674         error.  That allows us to get to 'needs-merge even in the
11675         stay-local case.  There's still no way to detect 'needs-patch in
11676         such a setup (or to force an update for that matter).
11677         (vc-cvs-logentry-check): Remove, the default works as well.
11679 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11681         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11683         * vc.el (vc-do-command): kill-all-local-variables, to reset any
11684         major-mode in which the buffer might have been put earlier.  Use
11685         `remove' and `when'.  Allow `okstatus' to be `async' and use
11686         `start-process' in this case.
11687         (vc-version-diff): Handle the case where the diff looks empty
11688         because of the use of an async process.
11690 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11692         * vc.el (vc-next-action-on-file): Removed optional parameter
11693         `simple'.  Recompute state unconditionally.
11694         (vc-default-toggle-read-only): Removed.
11696         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11697         (vc-toggle-read-only): Undid prev change.
11699         * vc-cvs.el (vc-cvs-stay-local): Renamed from
11700         vc-cvs-simple-toggle.  Redocumented.
11701         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11702         (vc-cvs-toggle-read-only): Removed.
11704 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11706         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11707         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11708         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11709         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
11710         still is. So maybe it should be removed.
11711         (vc-head-version, vc-find-binary): Remove.
11712         (vc-recompute-state): Move from vc-hooks.el.
11713         (vc-next-action-on-file): Add a `simple' argument to allow
11714         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11715         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11716         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11717         (vc-dired-mode-map): Properly defvar it.
11718         (vc-print-log): Call log-view-mode if available.
11719         (small-temporary-file-directory): defvar instead of use boundp.
11720         (vc-merge-news): Moved to vc-cvs.el.
11721         (vc-default-merge-news): New function.
11723         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11724         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11725         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11726         unknown `vc-latest-version' function.  It should probably refer to
11727         vc-workfile-version or somesuch, but it's very unclear to me and I
11728         don't have SCCS to test things.
11730         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11731         (vc-sccs-state-heuristic): Fix typo.
11732         (vc-sccs-workfile-unchanged-p): Add missing argument.
11734         * vc-rcs.el: Require vc and vc-rcs-hooks.
11735         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11736         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11737         (vc-release-greater-or-equal-p): Move from vc.
11738         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11739         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11740         (vc-rcs-checkout): Add a missing `new-version' argument in the
11741         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
11743         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11744         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11745         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11746         than the apparently unbound `workfile-version'.
11748         * vc-hooks.el (vc-master-templates): Def the obsolete var.
11749         (vc-file-prop-obarray): Use `make-vector'.
11750         (vc-backend-functions): Add new hookable functions
11751         vc-toggle-read-only, vc-record-rename and vc-merge-news.
11752         (vc-loadup): If neither backend nor default functions exist, use
11753         the backend function rather than nil.
11754         (vc-call-backend): If the function if not bound yet, try to load
11755         the non-hook file to see if it provides it.
11756         (vc-call): New macro plus use it wherever possible.
11757         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11758         nor `vc-find-binary' since it's only called from
11759         vc-mistrust-permission which is only used once the backend is known.
11760         (vc-checkout-model): Fix parenthesis.
11761         (vc-recompute-state, vc-prefix-map): Move to vc.el.
11763         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11764         (vc-cvs-release, vc-cvs-system-release): Remove.
11765         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11766         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11767         status symbols.
11768         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11769         (vc-cvs-toggle-read-only): First cut at a function to allow a
11770         cvs-status-free vc-toggle-read-only.
11771         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11772         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11773         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
11774         (vc-cvs-checkout): Modify access rights directly if the user
11775         requested not to use `cvs edit'.  And refresh the mode line.
11777         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11778         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11780 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11782         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
11783         workfile' that got lost when the code was extracted from vc.el.
11784         And merged the tail with the rest of the code (not possible in the
11785         old vc.el where the tail was shared among all backends).  And
11786         explicitly set the state to 'edited if `writable' is set.
11788         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11789         (vc-cvs-state): Be careful to return the value from
11790         vc-cvs-parse-state.
11791         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
11792         property but return it instead.  Also be careful to handle a nil
11793         or "" `rev' when workfile is non-nil (it was handled properly when
11794         workfile was nil).
11796         * vc.el: Removed those pesky unnecessary `(function' quotes.
11797         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11798         directly in the defvar.
11799         (vc-do-command): Bind inhibit-read-only so as to properly handle
11800         the case where the destination buffer has been made read-only.
11801         (vc-diff): Delegate to vc-version-diff in all cases.
11802         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11803         (vc-annotate-mode-variables): Removed (code moved partly to
11804         defvars and partly to vc-annotate-add-menu).
11805         (vc-annotate-mode): Turned into a derived-mode.
11806         (vc-annotate-add-menu): Moved in code in
11807         vc-annotate-mode-variables.
11808         (vc-update-change-log): Use make-temp-file if available.
11810 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
11812         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11813         `vc-checkout-model' updated to `vc-cvs-update-model'.
11815 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11817         * vc.el (vc-next-action-on-file): Added handling of state
11818         `unlocked-changes'.
11819         (vc-checkout-carefully): Is now practically obsolete, unless the
11820         above is too slow to be enabled unconditionally.
11821         (vc-update-change-log): Fixed typo.
11823         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11825         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11826         Now handles state `unlocked-changes'.
11827         (vc-sccs-workfile-unchanged-p): New function, to support the above.
11829         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11831         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11832         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
11833         `unlocked-changes'.
11834         (vc-rcs-workfile-unchanged-p): Renamed from
11835         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
11836         function yet, but supposed to become one soon.
11838         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11839         `vc-steal-lock'.
11840         (vc-call-backend): Changed error message.
11841         (vc-state): Added description of state `unlocked-changes'.
11843 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11845         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11846         always return t in CVS-controlled directories.
11848         * vc.el (vc-responsible-backend): New function.
11849         (vc-register): Largely rewritten.
11850         (vc-admin): Removed (implementation moved into vc-register).
11851         (vc-checkin): Redocumented.
11852         (vc-finish-logentry): If no backend defined yet (because we are in
11853         the process of registering), use the responsible backend.
11855         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11856         Updated function lists.
11857         (vc-call-backend): Fixed typo.
11859         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11860         New functions.
11861         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11862         Removed query option.  Redocumented.
11864 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11866         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11868         * vc.el: Updated callers of `vc-checkout-required' to use
11869         `vc-checkout-model'.
11871 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11873         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
11874         stuff updated to reference this function instead of the old
11875         `vc-backend-release-p'.
11877 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11879         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11880         vc-checkout-model.  Return appropriate values.  Updated callers.
11882 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11884         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11885         (vc-backend-revert): Function moved into `vc-revert';
11886         `vc-next-action' must be updated to accomodate this change.
11887         (vc-backend-steal): Function moved into `vc-finish-steal'.
11888         (vc-backend-logentry-check): Function moved into
11889         `vc-finish-logentry'.
11890         (vc-backend-printlog): Function moved into `vc-print-log'.
11891         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11892         (vc-backend-assign-name): Function moved into
11893         `vc-create-snapshot'.
11895 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11897         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11898         Rename to vc-checkout-model.  Return appropriate values.
11899         Update callers.
11901         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11902         to vc-checkout-model.
11903         (vc-checkout-required): Rename to vc-checkout-model.
11904         Re-implement and re-comment.
11905         (vc-after-save): Use vc-checkout-model.
11907 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11909         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11910         Update to use the vc-BACKEND-diff functions instead.
11911         `vc-diff' is now working.
11913         * vc-rcs.el (vc-rcs-logentry-check): New function.
11915         * vc-cvs.el (vc-cvs-logentry-check): New function.
11917         * vc-sccs.el (vc-sccs-diff): Function changed name from
11918         `vc-backend-diff'.  This makes `vc-diff' work.
11920         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11921         of functions possibly implemented in a vc-BACKEND library.
11922         (vc-checkout-required): Fix bug that caused an error to be
11923         signaled during `vc-after-save'.
11925         * vc.el: Fix typo.
11926         This checkin is made with our new VC code base for the very first time.
11927         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11929         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11930         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11932         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11933         updated to `vc-uses-locking'.
11934         (vc-checkout-required): Call to backend function.
11935         `vc-checkout-required' updated to `vc-uses-locking' instead.
11937         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11938         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11940         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11941         to match the split into various backends.
11942         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
11943         (vc-retrieve-snapshot): Bug fix.
11945 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11947         * vc-sccs.el (vc-sccs-release): Doc fix.
11949 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11951         * vc.el (vc-next-action-on-file): Bug found and fixed.
11952         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11953         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11955         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11956         (vc-rcs-checkout): Name space cleaned up.  No more revision number
11957         crunching function names that are not prefixed with vc-rcs.
11958         (vc-rcs-checkout-model): Function added.  References to
11959         `vc-checkout-model' replaced.
11961 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11963         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11964         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
11965         still need to be split, and implemented for RCS).
11967 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11969         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11971         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11972         required by the vc.el file.
11974         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11975         required by the vc.el file.
11976         (vc-rcs-exists): Function added.
11978         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11979         required by the vc.el file.
11981         * vc.el (vc-admin): Updated to handle selection of appropriate
11982         backend.  Current implementation is crufty and need re-thinking.
11984         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11986 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11988         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11989         beginning of annotate buffers correctly.
11991         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11992         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11993         functionality updated quite a lot to support multiple backends.
11994         Variables `vc-annotate-mode', `vc-annotate-buffers',
11995         `vc-annotate-backend' added.
11997         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11998         `vc-annotate-difference' added to supported backend functions.
12000 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12002         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12003         Use with-temp-file instead of /bin/sh.  Merged from mainline
12005 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12007         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12009         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12011         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12013 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12015         * vc-hooks.el: vc-state-heuristic added to
12016         vc-backend-hook-functions.
12018         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12020         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12022         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12023         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
12024         state to `reserved'.
12026         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12027         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
12029 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12031         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
12032         untouched.
12034         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12036         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12037         if defined.  (Merged from main line, slightly adapted.)
12039         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12040         millenium problem (merged from mainline).
12042 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12044         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12045         part and moved the non-BACKEND stuff to vc.el.
12047         * vc.el: Split the annotate feature into a BACKEND specific part
12048         and moved it from the vc-cvs.el file to this one.
12050 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12052         * vc-hooks.el: Implement new state model.
12053         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12054         (vc-locking-user): Simplify.  Now only needed if the file is
12055         locked by somebody else.
12056         (vc-lock-from-permissions): Remove.  Functionality is in
12057         vc-sccs-hooks.el and vc-rcs-hooks.el now.
12058         (vc-mode-line-string): New name for former vc-status.  Adapted.
12059         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
12061         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12062         Various simplifications and adaptations all over the place.
12064         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12065         Simplify and adapt the rest.
12067         * vc.el (vc-resynch-window): Add TODO comment: check for
12068         interaction with view mode according to recent RCS change.
12069         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12071 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12073         * vc.el: Convert the remaining function comments to docstrings.
12075 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12077         * vc.el (vc-backend-release, vc-release-greater-or-equal)
12078         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12079         (vc-minor-part, vc-previous-version): Functions that operate and
12080         compare revision numbers got proper documentation.  Comments added
12081         about their possible removal.
12083 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12085         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12086         the vc-backend.el files.
12088         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12090         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12091         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12092         (vc-rcs-previous-version): Functions added.
12094         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12096         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12098 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12100         * vc-hooks.el (vc-master-templates): Is really obsolete.
12101         Comment out the definition for now.  What is the right procedure
12102         to get rid of it?
12103         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12104         rewritten.
12105         (vc-default-registered): Remove.
12106         (vc-check-master-templates): New function; does mostly what the
12107         above did before.
12108         (vc-locking-user): Don't rely on the backend to set the property.
12110         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12111         Rewrite documentation.
12112         (vc-rcs-templates-grabbed): New variable.
12113         (vc-rcs-grab-templates): New function.
12114         (vc-rcs-registered): Rewrite to use above mechanism.
12116         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12117         Rewrite documentation.
12118         (vc-sccs-templates-grabbed): New variable.
12119         (vc-sccs-grab-templates): New function.
12120         (vc-sccs-registered): Rewrite to use above mechanism.
12121         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12122         Don't throw the result, simply return it.
12124         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12125         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
12126         (vc-cvs-registered): Does the check itself now.  Simplify.
12128         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12129         from main line.
12131 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12133         * vc-cvs.el (vc-cvs-diff): New function.
12135         * vc-sccs.el (vc-sccs-diff): New function.
12137         * vc-rcs.el (vc-rcs-diff): New function.
12138         (vc-rcs-checkout): Bug (typo) found and fixed.
12139         (vc-rcs-register-switches): New variable.
12141         * vc.el (vc-backend-diff): Function removed and placed in the
12142         backend files.
12144 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12146         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12148         * vc.el (vc-backend-checkout): Function removed and replaced in
12149         the vc-backend.el files.
12151         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12153         * vc.el (vc-backend-admin): Removed and replaced in the
12154         vc-backend.el files.
12156         * vc.el (Martin): Removed all the annotate functionality since it
12157         is CVS backend specific.
12159 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12161         * spec.txt: Added specification of vc-state.
12163         * vc-sccs-hooks.el (vc-sccs-master-properties):
12164         Remove handling of vc-latest-version and
12165         vc-your-latest-version.  What used to be vc-latest-version, is now
12166         returned as vc-workfile-version.
12167         (vc-sccs-workfile-version): Adapt.
12169 2000-09-04  Dave Love  <fx@gnu.org>
12171         * vc.el: [Merged from mainline.]
12172         (vc-dired-mode): Make the dired-move-to-filename-regexp
12173         regexp match the date, to avoid treating date as file size.
12174         Add YYYY S option to WESTERN/
12176 2000-09-04  Dave Love  <fx@gnu.org>
12178         * vc.el: Require `compile' when compiling.
12179         (vc-logentry-check-hook): New option.
12180         (vc-steal-lock): Use compose-mail.
12181         (vc-dired-mode-map): Defvar when compiling.
12182         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12183         vc-sccs.el and renamed.  Callers changed.
12184         (vc-backend-checkout, vc-backend-logentry-check)
12185         (vc-backend-merge-news): Doc fix.
12186         (vc-default-logentry-check): New function.
12187         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12188         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12189         (vc-backend-merge): Doc fix.  Use backend functions.
12190         (vc-check-headers): Use backend functions.
12192         * vc-cvs.el: Require vc when compiling.
12193         (vc-cvs-register-switches): Doc fix.
12194         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12195         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12196         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12197         New functions (code from vc.el).
12198         (vc-annotate-display-default): Fix interactive spec.
12199         (vc-annotate-time-span): Doc fix.
12201         * vc-rcs.el: Require vc when compiling.
12202         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12203         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12204         (vc-rcs-checkin): New functions (code from vc.el).
12205         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12206         Doc fix.
12207         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
12209         * vc-sccs.el: Require vc when compiling.
12210         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12211         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12212         (vc-sccs-revert)
12213         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12214         from vc.el).
12215         (vc-sccs-add-triple, vc-sccs-record-rename)
12216         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12217         (vc-sccs-admin): Doc fix.
12219 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12221         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12222         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12223         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12224         from vc.el.
12226         * vc-sccs.el (vc-admin-sccs): Added from vc.el
12228         * vc-cvs.el: Moved the annotate functionality from vc.el.
12229         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12231 2000-09-04  Dave Love  <fx@gnu.org>
12233         * vc.el (vc-backend-release): Call vc-system-release.
12235         * vc-sccs.el (vc-sccs-system-release):
12236         Renamed from vc-sccs-backend-release.
12238         * vc-rcs.el (vc-rcs-system-release):
12239         Renamed from vc-rcs-backend-release.
12241         * vc-cvs.el (vc-cvs-system-release):
12242         Renamed from vc-cvs-backend-release.
12244 2000-09-04  Dave Love  <fx@gnu.org>
12246         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12247         backend files.
12248         (vc-backend-release): Dispatch to backend functions.
12249         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
12250         probably needs attention.]
12252         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12253         (vc-sccs-backend-release): New function.
12255         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12256         (vc-cvs-backend-release): New function.
12258         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12259         Doc fix.
12260         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12261         (vc-default-dired-state-info): New function.
12262         (vc-dired-state-info): Dispatch to backends.
12263         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
12265         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12266         from vc.el and renamed.
12268 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12270         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12271         (vc-version-other-window, vc-backend-assign-name): Removed
12272         references to vc-latest-version; sometimes changed into
12273         vc-workfile-version.
12275         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12276         vc-rcs-master-workfile-version.
12277         (vc-rcs-workfile-version): Use the above.  Don't call
12278         vc-latest-version (that was unreachable code, anyway).
12279         (vc-rcs-fetch-master-properties): Doc fix.
12281         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12282         (vc-backend-hook-functions): Removed them from this list, too.
12283         (vc-fetch-properties): Removed.
12284         (vc-workfile-version): Doc fix.
12286         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12287         (vc-rcs-workfile-version, vc-rcs-locking-user)
12288         (vc-rcs-uses-locking): Use it.
12290         * vc-hooks.el (vc-consult-rcs-headers):
12291         Moved into vc-rcs-hooks.el, under the name
12292         vc-rcs-consult-headers.
12294         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12295         headers.
12296         (vc-cvs-find-master): Use this name only; correct different
12297         versions of the name.
12299         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12300         New functions.
12301         (vc-sccs-locking-user): Use the latter.
12303         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12304         New functions.
12306         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12307         Moved into both
12308         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
12309         functions are implementation details of those two backends.
12311 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12313         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12314         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12316         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12317         (vc-sccs-parse-locks): SCCS-specific code moved here from
12318         vc-hooks.
12320         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12321         code moved here from vc-hooks.
12323         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12324         into back-end specific parts and removed.  Callers not updated
12325         yet; because I guess these callers will disappear into back-end
12326         specific files anyway.
12328 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12330         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12331         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12332         `vc-uses-locking'.
12334         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12335         Store yes/no in the property, and return t/nil.  Updated all
12336         callers.
12338         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12339         vc-sccs-uses-locking.  Don't set property.
12340         (vc-sccs-locking-user): Don't set property.
12342         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12343         vc-cvs-uses-locking.  Don't set property here; leave that to
12344         vc-hooks.
12345         (vc-cvs-locking-user): Reflect above change.  Streamlined.
12347         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12348         vc-rcs-uses-locking.
12349         (vc-rcs-locking-user): Reflect above change.
12351 2000-09-04  Dave Love  <fx@gnu.org>
12353         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12355         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12357         * vc-hooks.el (vc-checkout-model): Punt to backends.
12359         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12361         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12363         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12364         New functions.
12366         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12367         New functions.
12369         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12370         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12372         * vc-hooks.el (vc-default-locking-user): New function.
12373         (vc-locking-user, vc-workfile-version): Punt to backends.
12375 2000-09-04  Dave Love  <fx@gnu.org>
12377         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12378         (vc-master-workfile-version): Moved from vc-hooks.
12380         * vc-rcs-hooks.el: Fix duplicate code in last change.
12382         * vc-rcs-hooks.el: Require vc-hooks when compiling.
12383         (vc-rcs-master-templates): Improve :type.
12384         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12385         vc-master-workfile-version): Moved from vc-hooks.
12387         * vc-sccs-hooks.el: Require vc-hooks when compiling.
12388         (vc-sccs-master-templates): Improve :type.
12389         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12391         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12393         * vc-cvs-hooks.el: Require vc-hooks when compiling.
12394         (vc-cvs-master-templates): Improve :type.  Use
12395         vc-cvs-find-cvs-master.
12396         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12397         from vc-hooks.
12398         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12400         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12401         Moved to vc-cvs-hooks.
12403         * vc-hooks.el: Add doc strings in various places.  Simplify the
12404         minor mode setup.
12405         (vc-handled-backends): New user variable.
12406         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12407         simplification.
12409 2000-09-04  Dave Love  <fx@gnu.org>
12411         * vc.el: Some doc fixes for autoloaded and interactive functions.
12412         Fix compilation warnings from ediff stuff.
12413         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12415         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12417         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12419         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12421 2000-09-04  Dave Love  <fx@gnu.org>
12423         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12424         New variable.
12425         (vc-make-backend-function, vc-loadup, vc-call-backend)
12426         (vc-backend-defines): New functions.
12428         * vc-hooks.el: Various doc fixes.
12429         (vc-default-back-end, vc-follow-symlinks): Custom fix.
12430         (vc-match-substring): Function removed.  Callers changed to use
12431         match-string.
12432         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12433         Simplify.
12435 2000-09-04  Dave Love  <fx@gnu.org>
12437         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12438         type.
12439         (vc-sccs-project-dir, vc-search-sccs-project-dir)
12440         (vc-sccs-registered): Doc fix.
12442         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12443         (vc-cvs-registered): Doc fix.
12445         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12446         (vc-rcs-registered): Doc fix.
12448 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12450         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12452         * vc-hooks.el: vc-registered has been renamed
12453         vc-default-registered.  Some functions have been moved to the
12454         backend specific files.  they all support the
12455         vc-BACKEND-registered functions.
12457 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12459         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12461         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12463 2000-09-04  Dave Love  <fx@gnu.org>
12465         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12466         menu-bar-update-hook.
12468         * help.el (help-manyarg-func-alist): Add
12469         find-operation-coding-system.
12471         * wid-edit.el (widget-sexp-validate): Fix garbled code.
12473         * custom.el (custom-set-variables): Print message about errors in
12474         setting.
12476 2000-09-03  Andrew Innes  <andrewi@gnu.org>
12478         * makefile.w32-in: Change to DOS line endings.
12480 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12482         * mouse.el (mouse-popup-menubar): Supply the prompt string for
12483         minor-mode keymaps, if they don't have one.
12485 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12487         * eshell/esh-module.el (eval-when-compile): Don't lose if
12488         esh-module.el's file name is truncated to DOS 8+3 limits.
12490 2000-09-01  John Wiegley  <johnw@gnu.org>
12492         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12493         predicate, which caused entries in the completion list to be
12494         doubled.
12496 2000-08-30  John Wiegley  <johnw@gnu.org>
12498         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12499         sending to subprocesses.  Also, hook pre-command-hook if
12500         `eshell-send-direct-to-subprocesses' is non-nil.
12501         (eshell-send-direct-to-subprocesses): New config variable.  If t,
12502         subprocess input is send immediately.
12503         (eshell-toggle-direct-send): New function.
12504         (eshell-self-insert-command): New function.
12505         (eshell-intercept-commands): New function.
12506         (eshell-send-input): If direct subprocess sending is enabled,
12507         don't echo any input to the Eshell buffer.  Let the subprocess
12508         handle that.  This requires "stty echo" in bash, for example.
12510 2000-08-28  John Wiegley  <johnw@gnu.org>
12512         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12513         completion function for Eshell's implementation of `unset'.
12515 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12517         * info.el (Info-directory-list): Doc fix.
12519 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
12521         * filecache.el (file-cache-add-directory-using-find): Don't quote
12522         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12524 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
12526         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12527         coding systems.
12529 2000-08-30  Andrew Innes  <andrewi@gnu.org>
12531         * timer.el (run-with-idle-timer): Undo last change, so that timer
12532         is not activated immediately if Emacs is already idle.  Some
12533         existing code relies on this behaviour.
12535 2000-08-30  Miles Bader  <miles@gnu.org>
12537         * frame.el (set-frame-font): Do completion of font-name for
12538         interactive use.
12540 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
12542         * international/quail.el (quail-start-translation): Bind locally
12543         last-command-event, last-command, and this-command.
12544         (quail-start-conversion): Likewise.
12545         (quail-self-insert-command): Fix docstring.
12547 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
12549         * progmodes/executable.el
12550         (executable-make-buffer-file-executable-if-script-p): Check that
12551         buffer contains at least 2 characters.
12553 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
12555         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12557 2000-08-29  Dave Love  <fx@gnu.org>
12559         * diff-mode.el (diff-mode) <defgroup>: Add :version.
12560         (diff-mode-shared-map): Bind mouse-2.
12561         (diff-imenu-generic-expression): New variable.
12562         (diff-mode): Use it.
12564         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12565         (mouse-popup-menubar): Add minor mode menus.
12566         (popup-menu): Check for lookup-key returning number.
12568 2000-08-29  Miles Bader  <miles@gnu.org>
12570         * comint.el (comint-send-input): Create overlays using the proper
12571         front/read-advance arguments.
12573 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12575         * ps-print.el: Even/odd pages printing.  Doc fix.
12576         (ps-print-version): New version number (6.0).
12577         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12578         (ps-background, ps-begin-file, ps-begin-job): Code fix.
12579         (ps-print-duplex-feature): Variable eliminated.
12580         (ps-even-or-odd-pages): New variable.
12582         * progmodes/ebnf2ps.el: Doc fix.
12583         (ebnf-version): New version (3.3).
12584         (ebnf-user-arrow): Change variable customization to sexp.
12585         (ebnf-user-arrow): Function eliminated.
12586         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12588 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
12590         * help.el (help-xref-mule-regexp): New variable.
12591         (help-make-xrefs): Handle help-xref-mule-regexp.
12593         * international/mule-cmds.el (help-xref-mule-regexp-template): New
12594         variable.
12595         (describe-input-method): Temporarily activate the specfied input
12596         method to display the information.
12597         (describe-language-environment): Hyperlinks to mule related items.
12599         * international/mule-diag.el (charset-multibyte-form-string): New
12600         function.
12601         (list-character-sets-1): Use charset-multibyte-form-string.
12602         (describe-character-set): New function.
12603         (describe-coding-system): Hyperlinks to safe character sets.
12605         * international/quail.el (quail-help): New arg PACKAGE.
12606         Hyperlinks to mule related items.
12607         (quail-help-insert-keymap-description): Use
12608         substitute-command-keys instead of describe-bindings.
12609         (quail-translation-help): Hyperlinks to mule related items.
12611 2000-08-28  John Wiegley  <johnw@gnu.org>
12613         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12614         have a defsubst call itself.  Made `eshell-flatten-list' back into
12615         a function again.
12617         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12618         catch, in case re-centering point at bottom messes up the display.
12619         This happens frequently in Emacs 21, due I believe to variable
12620         line heights.
12622         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12623         to call `find-tag-interactive'.
12625         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12626         the list of remember directories.
12628 2000-08-28  John Wiegley  <johnw@gnu.org>
12630         * align.el: Test align-region-separate to see if it's a symbol.
12632 2000-08-28  John Wiegley  <johnw@gnu.org>
12634         * eshell/esh-util.el (eshell-flatten-list): Made this function
12635         into a defsubst form.  It gets used very frequently, although
12636         calls don't occur all that often.
12638         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12639         examining it.
12641         * eshell/esh-cmd.el (eshell-rewrite-while-command):
12642         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12643         `eshell-protect'.
12644         (eshell-copy-handles): Created a new macro for duplicating the
12645         current set of open handles.  This is needed by the looping
12646         functions.
12647         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12648         is not incorrectly stomped on.
12650         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12651         declaration for pcomplete-use-paring.
12652         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12653         value of eshell-cmpl-use-paring.
12654         * pcomplete.el (pcomplete-use-paring): New config variable, to
12655         indicate whether paring should be used.
12656         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12657         completion alternatives that have already been used.
12659         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12660         bound to C-c C-y, which will repeat the previous N arguments
12661         (based on prefix argument).
12662         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12664         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12665         if there is no *Help* buffer.  This is for XEmacs, which renames
12666         its help buffers uniquely.  TODO: Find out what the current buffer
12667         name to delete is.
12669         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12670         first entry that correlates to a passwd/group number.  Later
12671         entries (used for group/user name aliasing to multiple IDs) are
12672         ignored.
12674         * eshell/em-xtra.el (eshell/expr):
12675         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12676         (eshell-grep, eshell/diff, eshell/locate):
12677         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12678         argument list, before passing it to the system command.
12680         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12681         `find-tag' for use at final position in Eshell buffers (which
12682         otherwise triggers an error on Emacs 21).
12683         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12684         buffer, if it is currently bound to `find-tag'.
12686         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12687         in the list of matched Makefile names.
12688         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12689         directory, prefer its contents to Makefile.
12691         * eshell/em-dirs.el (eshell/cd): cd commands that look up
12692         directory parts (like "cd old new", or "cd =regexp"), are now case
12693         sensitive on non-Windows/DOS platforms.
12695         * eshell/esh-mode.el (eshell-parse-command-input): When a user
12696         types RET after an open delimiter (like "), display a message
12697         indicating that Eshell is waiting for the closing delimiter.
12699         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12700         environment variables.
12702         * eshell/em-unix.el (eshell/diff): Added logic to fail more
12703         gracefully if the user enters incorrect arguments.
12705         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12706         Eshell buffers.
12708         * eshell/esh-var.el (eshell-interpolate-variable):
12709         * eshell/esh-mode.el (eshell-move-argument):
12710         * eshell/em-unix.el (eshell-du-sum-directory):
12711         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12712         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12713         (not (= ...)).
12715         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12716         to ensure the `preserve' flag gets propagated when doing recursive
12717         directory copies.
12719 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
12721         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12722         Don't convert \n into \0177 in memory.
12723         (eshell-read-history, eshell-write-history): Convert \n to \0177,
12724         and back again, when reading and writing.
12726 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
12728         * eshell/esh-util.el (eshell-processp): Added to relieve constant
12729         testing of `fboundp' on `processp'.
12731         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12732         (eshell/jobs): Don't call process-list if it is not bound.
12733         (eshell-gather-process-output): Support systems where async
12734         subprocesses aren't supported.
12735         (eshell-scratch-buffer, eshell-last-sync-output-start): New
12736         variables.
12738         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12739         eshell-do-eval returns t.
12740         (eshell-do-pipelines-synchronously): New defmacro.
12741         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12742         when async subprocesses aren't supported.
12743         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
12744         if async subprocesses aren't supported.
12745         (eshell-resume-command): Don't assume STATUS is a string.
12747         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12749         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12750         (eshell-close-target, eshell-get-target): Use eshell-processp.
12751         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12752         fix.
12753         (eshell-get-target, eshell-create-handles): Doc fix.
12755 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
12757         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12758         criterion to include commands that output something, as long as it
12759         leaves both the command and the end-of-buffer visible when the
12760         command has exited.
12761         (eshell-review-quick-commands): Adjust the help doc string
12762         accordingly.
12764 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
12766         * locate.el (locate): Cleaned up locate command's interactive prompting
12767         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12769         * filecache.el (file-cache-case-fold-search): New variable
12770         (file-cache-assoc-function): New variable
12771         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12772         Use file-cache-case-fold-search variable
12773         (file-cache-add-file): Use file-cache-assoc-function
12774         (file-cache-delete-file): likewise
12775         (file-cache-directory-name): likewise
12776         (file-cache-debug-read-from-minibuffer): likewise
12778 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
12780         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12781         (abbrev-table-name): New function.
12782         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12783         If non-nil list local abbrev, only.
12785 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
12787         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12788         from Gnus support code, and use special article copy buffer
12789         `(gnus-original-article-buffer)' instead.  This allows to get rid
12790         of article-hide-headers usage (which breaks in the latest Gnus
12791         version).  Thanks to Detlev Zundel.
12793 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
12795         * international/quail.el (quail-use-package): Hide "... loaded"
12796         message.
12797         (quail-start-translation, quail-start-conversion): Likewise.
12799         * international/kkc.el (kkc-region): Hide "... loaded" message.
12801 2000-08-27  Dave Love  <fx@gnu.org>
12803         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12805 2000-08-27  Miles Bader  <miles@gnu.org>
12807         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12809 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
12811         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12812         'ja-dic-cnv), not (require 'skkdic-cnv).
12814 2000-08-26  Miles Bader  <miles@gnu.org>
12816         * faces.el (face-x-resources): Add entry for :inherit.
12817         * cus-face.el (custom-face-attributes): Add support for :inherit
12818         attribute.  Add support for relative face heights.
12819         (custom-face-attributes-get): Treat `nil' as being a default value
12820         for :inherit (as well as `unspecified').
12822         * faces.el (set-face-attribute): Update doc string.
12823         (face-attribute-name-alist): Add :inherit.
12824         (face-valid-attribute-values): Handle :inherit.
12825         (face-read-string): Rephrase prompt to be less confusing.
12826         Assume that DEFAULT is a string, since we must return a string.
12827         (face-read-integer): Use `format' to turn DEFAULT into an
12828         acceptable default for face-read-string.  Match NEW-VALUE against
12829         the string "unspecified", not the symbol `unspecified', since
12830         that's what face-read-string returns.
12831         (read-face-attribute): Lookup a name for old-value in valid, and
12832         use it as a default if we find one.  Treat all values from
12833         face-read-string as strings.  If the default is used, don't do any
12834         more processing on the value, just use the old value directly.
12835         (read-face-and-attribute, modify-face): Tweak prompt.
12836         (read-face-name): Don't assume prompt ends with a space.
12838         * faces.el (describe-face): Add support for :inherit attribute.
12840 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
12842         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
12843         concat doesn't accept interger.
12845         * international/kkc.el: Remove SKK from Keywords.  Require
12846         ja-dic-utl instead of skkdic-utl.
12848         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12849         Provide ja-dic-cnv instead of skkdic-cnv.
12850         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
12851         (iso-2022-7bit-short): Add safe-charsets property.
12852         (skkdic-convert-postfix): Search Japanese chou-on character in
12853         addition to Hiragana character.
12854         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12855         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12856         (batch-skkdic-convert): Likewise.
12858         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12859         Provide ja-dic-utl instead of skkdic-utl.
12860         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12862 2000-08-24  Dave Love  <fx@gnu.org>
12864         * disp-table.el (standard-display-default): Make the test of `l'
12865         useful.
12867         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12868         mod sample text.
12870         * international/iso-ascii.el: Make pilcrow convenient string
12871         consistent with section.
12872         (iso-ascii-display): Set up multibyte characters as well as
12873         unibyte.
12875 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
12877         * international/mule-cmds.el (reset-language-environment): Set
12878         default-process-coding-system to '(undecided . iso-latin-1), which
12879         makes process I/O almost consistent with file I/O.   Call this
12880         function when mule-cmds.el[c] is loaded.
12882 2000-08-22  Andrew Innes  <andrewi@gnu.org>
12884         * makefile.w32-in: New file.
12886 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
12888         * comint.el (comint-output-filter): Compare end of
12889         comint-last-output-overlay with the start of the newly inserted
12890         text, not the end, when deciding whether to extend it.
12891         Set saved-point's insertion type to advance after insertion.
12893         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12894         since this is now done independently of font-lock mode.
12896 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12898         * server.el (server-kill-new-buffers): New user option.
12899         (server-existing-buffer): New buffer-local variable.
12900         (server-visit-files): When using an existing buffer, set
12901         server-existing-buffer to t.
12902         (server-buffer-done): If server-kill-new-buffers is t, kill the
12903         buffer, unless it was already present before visiting it with
12904         Emacs server.
12906 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
12908         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12909         even if the display doesn't support colors: some displays will
12910         support bold/underline faces.
12912 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12914         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12916         * startup.el (command-line): If user's init file had an error,
12917         add explanatory text to *Messages*.
12919 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
12921         * man.el (Man-getpage-in-background): Decode the process output by
12922         the system locale coding system.
12924 2000-08-20  Dave Love  <fx@gnu.org>
12926         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12927         Don't test x-popup-menu.
12928         (function) <complete-function>: Complete only fbound symbols.
12929         <validate, value>: New.
12930         (variable) <complete-function>: Complete only bound symbols.
12931         (coding-system): Add :base-only, :complete-function, :validate,
12932         :value, :prompt-match.
12933         (widget-coding-system-prompt-value): Use read-coding-system and
12934         act on :base-only.
12935         (editable-field): Add :help-echo.
12936         (widget-push-button-gui, widget-push-button-cache)
12937         (widget-gui-action, widget-editable-list-gui): COmment out, along
12938         with uses.
12939         (widget-at): Make arg optional.
12940         (widget-echo-help): Adjust for current help-echo calling sequence.
12941         (widget-specify-field, widget-specify-button)
12942         (widget-specify-insert, widget-get-sibling, widget-image-find)
12943         (widget-convert, widget-insert, widget-leave-text)
12944         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12945         (widget-setup, widget-field-find, widget-before-change)
12946         (widget-after-change, widget-default-complete)
12947         (widget-default-create, widget-default-delete)
12948         (widget-push-button-value-create, editable-field)
12949         (widget-field-prompt-value, widget-field-validate)
12950         (widget-choice-value-create, widget-choice-action)
12951         (widget-choice-validate, widget-checklist-add-item)
12952         (widget-radio-add-item, widget-radio-chosen)
12953         (widget-radio-value-inline, widget-editable-list-value-create)
12954         (widget-editable-list-entry-create)
12955         (widget-documentation-link-add)
12956         (widget-documentation-string-value-create)
12957         (widget-regexp-validate, widget-file-complete)
12958         (widget-sexp-validate, widget-plist-convert-widget)
12959         (widget-plist-convert-widget, widget-alist-convert-widget)
12960         (widget-alist-convert-widget, widget-color-complete): Simplify,
12961         particularly to avoid bindings which aren't optimized out.
12963         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12964         Doc fix.
12965         (down-list, backward-up-list, up-list, kill-sexp)
12966         (backward-kill-sexp, mark-sexp): Make arg optional.
12967         (lisp-complete-symbol): Add optional arg PREDICATE.
12969         * cus-start.el: Add display-buffer-reuse-frames,
12970         file-coding-system-alist.
12972 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
12974         * startup.el (command-line): Clear realized faces after
12975         modifying TTY color mappings.
12977 2000-08-20  Miles Bader  <miles@gnu.org>
12979         * faces.el (face-attr-match-p): Don't return true if ATTRS are
12980         merely a subset of FACE's attributes.
12982 2000-08-19  Miles Bader  <miles@gnu.org>
12984         * comint.el (comint-output-filter): Save the point with a marker,
12985         not just a buffer position.
12987         * international/mule.el (set-buffer-process-coding-system): Make
12988         interactive prompt less confusing.
12990 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
12992         * hilit-chg.el: General cleanup of doc strings, comments and
12993         code formatting.
12995 2000-08-19  Miles Bader  <miles@gnu.org>
12997         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12998         Compiler macro removed; beginning-of-line is no longer always
12999         equivalent to forward-line, in the presence of fields.
13001         * comint.el (comint-output-filter): Remove ad-hoc saving of
13002         restriction, and just use save-restriction, now that it works
13003         correctly.  Don't adjust comint-last-input-start to account for
13004         our insertion; it shouldn't have moved because we don't use
13005         insert-before-markers anymore.  Comment out call to
13006         `force-mode-line-update'; why is it here?
13008         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13009         while checking for prompt to delete.  Use `forward-line 0'
13010         instead of beginning-of-line.
13011         (gud-filter): Temporarily widen gud comint buffer while
13012         examining output.
13014 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
13016         * progmodes/sh-script.el: Big bag of typos.
13018         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13019         check since ispell-process is not bound when ispell is not yet loaded.
13021 2000-08-18  Dave Love  <fx@gnu.org>
13023         * image.el (find-image): Copy `spec' before using plist-put.
13025 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
13027         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13028         `portugues'.
13030         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13031         backward-kill-sexp, analogous to kill-sexp.
13033         * progmodes/icon.el (icon-indent-line)
13034         (icon-is-continuation-line): Handle comments specially.
13036 2000-08-17  Ken Stevens <k.stevens@ieee.org>
13038         * ispell.el: Set to standard author/maintainer/keyword fields.
13039         Fine tuning to menu map appearance and operation, and added help.
13040         Remove `start' and `end' error messages when compiling.
13041         (ispell-choices-win-default-height): Fixed comment string.
13042         (ispell-dictionary-alist-1): Fixed regexp in castellano and
13043         castellano8 dictionaries.
13044         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13045         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13046         dictionary, added italiano dictionary.
13047         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13048         word character
13049         (ispell-tex-skip-alists): Added psfig support.
13050         (ispell-skip-html): Renamed from ispell-skip-sgml.
13051         (ispell-begin-skip-region-regexp, ispell-skip-region)
13052         (ispell-minor-check): Improved html skipping support to skip across
13053         code, and recognize `&' commands without propper `;' syntax;
13054         (ispell-process-line): Fix alignment error when manually
13055         correcting spelling.
13056         (ispell): Fix comment string.
13057         (ispell-add-per-file-word-list): Always put word list on new line.
13059 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
13061         * format.el (format-encode-run-method): Fix error message to say
13062         `encode' instead of `decode'.  Use save-window-excursion around
13063         shell-command-on-region as in format-decode-run-method because
13064         shell-command-on-region can display a buffer with error output.
13065         (format-decode): Don't record undo information for the decoding.
13066         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
13067         that number part of the temporary buffer name so that more than
13068         one decoding using a temporary buffer can happen safely.
13070         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13071         of `A-z' in the regexp.
13073         * hilit-chg.el: Fix typos in commentary.
13075         * help.el (view-emacs-news): Rewritten for new naming scheme
13076         for old NEWS files.
13078         * startup.el (command-line): Pop to *Messages* in case an error
13079         is signaled while loading user-init-file.
13081 2000-08-17  Andreas Schwab  <schwab@suse.de>
13083         * files.el (insert-directory): Don't lose original file name,
13084         undoing an undocumented change.
13086 2000-08-17  Alex Schroeder  <alex@gnu.org>
13088         * sql.el (sql-magic-go): Use comint-bol.
13089         (sql-copy-column): Use comint-line-beginning-position.
13090         (comint-line-beginning-position): Define a replacement for
13091         comint-line-beginning-position if it is not fboundp.
13093 2000-08-17  Alex Schroeder  <alex@gnu.org>
13095         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13096         it didn't have any effect anyway.
13098 2000-08-17  Alex Schroeder  <alex@gnu.org>
13100         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13101         --pset and pager=off instead of sending \\o|cat at the beginning
13102         of the session.
13104 2000-08-17  Miles Bader  <miles@gnu.org>
13106         * progmodes/octave-inf.el: Add compatibility definition of
13107         comint-line-beginning-position.
13109 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
13111         * startup.el (normal-top-level): Look in each dir in load-path for
13112         a leim-list.el file too.  This assures of loading leim-list.el
13113         that is created at Emacs installation time even if a user have his
13114         own leim-list.el.
13116 2000-08-17  Miles Bader  <miles@gnu.org>
13118         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13119         foreground color to black if the background is dark.
13121 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
13123         * loadhist.el (unload-feature): Typo.
13125         * finder.el (finder-compile-keywords):
13126         * cus-dep.el (custom-make-dependencies): Add local-variable settings
13127         to the generated file.
13129         * mail/mh-e.el (mh-make-local-vars):
13130         Replace make-variable-buffer-local with make-local-variable.
13132         * play/landmark.el:
13133         * options.el (Edit-options-{set,toggle,t,nil}):
13134         * mail/mailabbrev.el (mail-abbrevs-mode):
13135         * textmodes/tex-mode.el (tex-expand-files):
13136         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13138         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13140         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13141         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13142         Allow going past the last element.
13143         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13144         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13145         (cvs-mouse-toggle-mark): Don't move point.
13146         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13148         * progmodes/compile.el (grep): Provide a default set of files.
13149         (next-error): Docstring fix.
13150         (compilation-find-file): Avoid find-file (fails in a dedicated window).
13152         * emacs-lisp/easy-mmode.el (define-minor-mode):
13153         Use `symbol-value' to keep the byte-compiler quiet.
13155         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13156         (diff-find-source-location): New fun, extracted from diff-goto-source.
13157         (diff-goto-source): Use it.
13158         (diff-next-complex-hunk, diff-filter-lines): New function.
13159         (diff-apply-hunk): New command.
13161         * smerge-mode.el (smerge-mode-menu): Doc fix.
13163         * msb.el (msb-mode): Define it in terms of define-minor-mode.
13165 2000-08-16  Dave Love  <fx@gnu.org>
13167         * windmove.el (windmove) <defgroup>: Add :version.
13169         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
13170         (goto-address-fontify-p, goto-address-highlight-p)
13171         (goto-address-url-face, goto-address-url-mouse-face)
13172         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13173         (goto-address-url-regexp): Use thing-at-point-url-regexp.
13174         (goto-address-fontify, goto-address-at-mouse): Simplify,
13175         (goto-address-at-point): browse-url-url-at-point,
13176         goto-address-find-address-at-point can return nil.
13177         (goto-address-find-address-at-point): Return nil on failure.
13179         * align.el (align) <defgroup>: Add :version.
13181         * calculator.el (calculator): Add :version.
13182         (calculator): Use two lines for calculator window if `modeline'
13183         face is boxed.
13185         * play/5x5.el: Doc fixes.
13186         (5x5) <defgroup>: Add :version.
13188         * play/fortune.el (fortune) <defgroup>: Add :version.
13189         (fortune-append): Fix error message.
13190         (fortune-from-region): Doc fix.
13192         * play/pong.el (pong): Doc fix.
13194         * play/morse.el: Keywords, commentary, autoloads.
13196 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
13198         * desktop.el (desktop-save): Don't look at symbol-value of a
13199         member of minor-mode-alist, unless it is boundp.
13201 2000-08-16  Sam Steingold  <sds@gnu.org>
13203         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13204         `while'; use `with-current-buffer' instead of `save-excursion'.
13205         Removed unnecessary kludges now that "*Buffer List*" is excluded.
13207 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
13209         * international/ccl.el (declare-ccl-program): Docstring modified.
13210         (ccl-execute-with-args): Likewise.
13212 2000-08-16  Miles Bader  <miles@gnu.org>
13214         * progmodes/sql.el: Add compatibility definition of
13215         comint-line-beginning-position.
13217 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
13219         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13220         'buffer-menu' property.
13221         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13222         fails.
13223         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13224         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13225         wasn't killed.
13227         * buff-menu.el (list-buffers-noselect): Don't display the
13228         *Buffer List* buffer.
13230         * font-lock.el: Require jit-lock to prevent a very late
13231         `Loading jit-lock' message.
13233         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13234         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13235         mail address.
13237 2000-08-15  Miles Bader  <miles@gnu.org>
13239         * textmodes/ispell.el (ispell-graphic-p): New constant.
13240         (ispell-choices-win-default-height, ispell-help): Use
13241         `ispell-graphic-p' instead of `xemacsp'.
13243 2000-08-15  Dave Love  <fx@gnu.org>
13245         * simple.el: Autoload widget-convert when compiling.
13246         (mail-user-agent): Doc fix.
13248         * help.el (function-called-at-point, variable-at-point): Use
13249         with-syntax-table.
13250         (help-manyarg-func-alist): Add insert-and-inherit.
13252         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13254         * delsel.el (delsel-unload-hook): New function.
13256         * find-file.el: Doc fixes.  Move provide to end.
13257         (ff) <defgroup>: Add :link.
13258         (ff-goto-click): Deleted.
13259         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13260         Use mouse-set-point.
13262         * textmodes/tildify.el: Doc fixes.
13263         (tildify) <defgroup>: Add:version.
13265         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13266         (glasses-custom-set): Use set-default, not set.
13267         (minor-mode-alist): Propertize the lighter.
13268         (glasses-mode): Provide optional arg.
13270         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13271         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
13272         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13273         option.  Provide :type.
13274         (cwarn-configuration): Provide :type.
13275         (cwarn-mode): Doc fix.
13277         * add-log.el (change-log-merge): Doc fix.
13278         (change-log-redate): New command.
13280         * net/browse-url.el (browse-url-filename-alist): Add a clause for
13281         Doze and Dog.
13282         (browse-url): Use dolist, not mapcar.
13283         (browse-url-at-point): Check for null url.
13284         (browse-url-event-buffer, browse-url-event-point): Functions
13285         deleted.
13286         (browse-url-at-mouse, browse-url-netscape): Simplify.
13288         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13289         modes.
13290         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13291         Fix previous change to mapcan.
13292         (msb--init-file-alist, msb--add-separators)
13293         (msb--make-keymap-menu): Simplify.
13294         (msb--choose-file-menu): Use copy-sequence.
13295         (msb-mode-map): Add title to keymap.
13296         (msb-unload-hook): New function.
13298         * bs.el: Fix indentation.
13299         (bs) <defgroup>: Add :links.
13300         (bs-show): Doc fix.
13301         (bs-apply-sort-faces): Don't use window-system.
13302         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13304 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
13306         * calendar/timeclock.el (timeclock-file): Run .timelog through
13307         convert-standard-filename.
13309 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13311         * emacs-lisp/authors.el: New file.
13313         * paren.el (show-paren-priority): New user option.
13314         (show-paren-function): Set overlay priorities to
13315         show-paren-priority.
13317 2000-08-14  Miles Bader  <miles@gnu.org>
13319         * comint.el (comint-bol): Use `forward-line 0' instead of calling
13320         beginning-of-line with inhibit-field-text-motion bound.
13322 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13324         * calendar/timeclock.el: New file.
13326 2000-08-14  David Ponce  <david@dponce.com>
13328         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13329         `widget-button-click'. so that one can use left mouse button to
13330         click on dialog buttons.
13332 2000-08-14  Emmanuel Briot  <briot@gnat.com>
13334         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13335         identifiers, since XML is case sensitive
13337 2000-08-12  Miles Bader  <miles@gnu.org>
13339         * comint.el (comint-output-filter): Don't bother frobbing
13340         window-start, it doesn't seem to be necessary.
13342         * comint.el (comint-send-string, comint-send-region): Make into
13343         real functions.  Snapshot the prompt before sending.
13345 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13347         * info.el (Info-find-emacs-command-nodes): Rewrite to use
13348         technique similar to Info-index, instead of relying on specific
13349         names of relevant Index nodes.
13350         (Info-goto-emacs-command-node): Bind Info-history to nil when
13351         going to the first node found by Info-find-emacs-command-nodes.
13353 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13355         * menu-bar.el (menu-bar-help-menu): Add a :help string.
13357 2000-08-10  Miles Bader  <miles@gnu.org>
13359         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13361 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13363         * info.el (Info-file-list-for-emacs): More elements for the
13364         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13365         and woman manuals.
13367 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
13369         * comint.el (comint-send-input): Make the newline boundary overlay
13370         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
13371         (comint-output-filter): Use `insert' instead of
13372         `insert-before-markers'.  Extend comint-last-output-overlay when
13373         necessary since we can't rely on insert-before-markers to do it.
13374         * gud.el (gud-filter): Use `with-current-buffer' instead of
13375         save-excursion when inserting the output, so that point gets
13376         updated correctly; the old method relied on a rather dodgy
13377         side-effect of comint-output-filter to avoid the effect of
13378         save-excursion.
13380 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13382         * files.el (recover-file): Call insert-directory instead of
13383         invoking `ls' directly.
13385 2000-08-10  Miles Bader  <miles@gnu.org>
13387         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13388         (comint-last-prompt-overlay): New variables.
13389         (comint-output-filter): Implement prompt highlighting.
13390         (comint-snapshot-last-prompt): New function.
13391         (comint-send-input): Snapshot the last prompt.
13392         Use comint-highlight-input-face.
13393         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13394         Use defface instead of defcustom.
13395         (send-invisible, comint-send-eof): Snapshot the last prompt.
13396         (comint-delchar-or-maybe-eof): Use comint-send-eof.
13397         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13399 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
13401         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13402         (regexp-opt-group): Use a list of chars for `letters'.
13403         (regexp-opt-charset): `chars' is now a list of chars.
13404         Use a char-table rather than a vector so it works for multibyte chars.
13406         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
13407         Set cvs-minor-current-files to the selected fileinfo.
13408         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13409         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13411 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
13413         * files.el (insert-directory): Don't call access-file on
13414         directories on DOS and Windows.
13416 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
13418         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13419         longer if necessary.
13420         (ccl-embed-code): Call ccl-embed-data to store CODE in
13421         ccl-program-vector.
13423 2000-08-09  Miles Bader  <miles@gnu.org>
13425         * comint.el (comint-output-filter): Properly handle the case where
13426         the text surrounded by comint-last-output-overlay was deleted.
13428 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
13430         * info.el (Info-insert-dir): Use Info-additional-directory-list if
13431         non-nil.
13432         (Info-file-list-for-emacs): Remove "info" from the list because
13433         that leads to trying to use the documentation from file `info'
13434         in various situations where it isn't appropriate, for instance
13435         C-h C-k C-h i.
13437         * ffap.el (ffap-read-file-or-url-internal): Handle case that
13438         DIR and/or STRING are nil.
13440         * progmodes/compile.el (compilation-setup): Make variable
13441         compilation-error-screen-columns buffer-local, as some comment
13442         in the code suggests it should be.
13444         * files.el (auto-mode-interpreter-regexp): New variable.
13445         (set-auto-mode): Use it.
13447         * indent.el (indent-for-tab-command): Doc fix.
13449         * mouse-sel.el (mouse-sel-mode): Doc fix.
13451         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13452         labels.
13454         * help.el (print-help-return-message): When
13455         display-buffer-reuse-frames is set, let the help window been quit,
13456         instead of deleting it, which might delete a reused frame.
13458 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
13460         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13461         rename a directory to a name that differs only by its letter case.
13463 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
13465         * international/quail.el (quail-define-rules): Handle Quail decode
13466         map correctly.  Add code for supporting annotations.
13467         (quail-install-decode-map): New function.
13468         (quail-defrule-internal): New optional arguments decode-map and
13469         props.
13470         (quail-advice): New function.
13472 2000-08-07  Sam Steingold  <sds@gnu.org>
13474         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13475         `defconst', `define-condition', `with-slots'.
13476         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13478 2000-08-03  Miles Bader  <miles@gnu.org>
13480         * comint.el (comint-use-prompt-regexp-instead-of-fields):
13481         New variable.
13482         (comint-prompt-regexp, comint-get-old-input): Document dependence on
13483         comint-use-prompt-regexp-instead-of-fields.
13484         (comint-send-input): Add `input' field property to stuff we send to
13485         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13486         (comint-output-filter): Add `output' field property to process
13487         output, if comint-use-prompt-regexp-instead-of-fields is nil.
13488         (comint-replace-by-expanded-history)
13489         (comint-get-old-input-default, comint-show-output)
13490         (comint-backward-matching-input, comint-forward-matching-input)
13491         (comint-next-prompt, comint-previous-prompt):  Use field
13492         properties if comint-use-prompt-regexp-instead-of-fields is nil.
13493         (comint-line-beginning-position): New function.
13494         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
13495         (comint-replace-by-expanded-history-before-point): Use
13496         comint-line-beginning-position and line-end-position.
13497         (comint-last-output-overlay): New variable.
13498         (comint-mode): Make `comint-last-output-overlay' buffer-local.
13500         * shell.el (shell-prompt-pattern): Doc change.
13501         (shell-backward-command): Use line-beginning-position.
13503         * gud.el (gud-gdb-complete-command): Use
13504         comint-line-beginning-position.
13506         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13507         comint-bol doesn't actually go to the beginning of the line.
13509         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13510         if comint-use-prompt-regexp-instead-of-fields is non-nil.
13511         (try-expand-line-all-buffers): Likewise.
13513         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13514         explicitly matching comint-prompt-regexp.
13515         (sql-copy-column): Use comint-line-beginning-position instead of
13516         explicitly matching comint-prompt-regexp.
13518         * progmodes/octave-inf.el (inferior-octave-complete): Use
13519         comint-line-beginning-position.
13521         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13523         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13524         looking for a prompt, use `forward-line 0' instead of
13525         `beginning-of-line', to avoid getting caught by an input field.
13527 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
13529         * files.el (shell-quote-wildcard-pattern): Make sure to return
13530         PATTERN, in the Unix case.
13532 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
13534         * play/zone.el (zone): Discard any pending input before running
13535         the randomly-chosen pgm.
13537 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
13539         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13540         checking the existence of any multibyte characters.
13542 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
13544         * help.el (describe-mode): Test minor-mode symbol for being
13545         bound before testing its value for being nil.
13547         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13548         `first', `second', and `third'.
13550         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13551         (second): Make it an alias for `cadr'.
13553 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
13555         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13556         types of display support faces now.
13558 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
13560         * pcvs.el (require): Require `cl' during compilation, only.
13562         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13563         (toplevel): Remove `remq' and `remove' from autoloads.
13564         (cl-fake-autoloads): New variable.  If set, arrange for an error
13565         when CL functions etc. are autoloaded.
13567 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
13569         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13571         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13572         popped up, but the user clicks outside the menu, return an empty
13573         regexp (that causes unhighlight-regexp to have no effect).
13575         * menu-bar.el (menu-bar-games-menu): Add Zone.
13577         * hi-lock.el (toplevel): Require font-lock.
13579 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13581         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13582         (ebnf-8-bit-chars): New var for bug fix.
13583         (ebnf-string): Bug fix.
13585 2000-08-03  Sam Steingold  <sds@gnu.org>
13587         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13588         instead of `buffer-string'.
13589         (require 'cl): Always, not just when compiling.
13590         `ignore-errors' in `interactive', `list*', `defun*' &c make this
13591         necessary.
13593 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
13595         * international/mule-cmds.el (select-safe-coding-system): Make
13596         the message text about selecting a safe coding system more clear.
13598 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
13600         * hi-lock.el: New file.
13602         * play/zone.el: New file.
13604         * replace.el (occur): Set tab-width in the *Occur* buffer to the
13605         value of tab-width in the original buffer.  Choose a line number
13606         format that's a multiple of the original buffer's tab width, so
13607         that lines appear right.
13609         * textmodes/ispell.el (ispell): New function, replacing an alias.
13610         Spell-check active region if in transient-mark-mode and mark
13611         is active; otherwise spell-check buffer.
13613 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13615         * ps-mule.el: Fix a customization problem on
13616         ps-mule-font-info-database-default.
13618 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
13620         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13621         display-mouse-p instead of window-system.
13622         (ebrowse-member-mode-map): Ditto.
13624 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13626         * progmodes/ebnf2ps.el: Update ps-print functions call.
13627         Indentation fix.  Doc fix.
13628         (ebnf-version): New version number (3.2).
13629         (ebnf-format-color, ebnf-begin-job): Code fix.
13631 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
13633         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13634         font lock support on window-system.
13635         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13637         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13638         display-color-p, if fboundp, instead of window-system.
13640 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
13642         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13643         instead of window-system.
13645         * wid-edit.el (widget-choose): Use display-mouse-p instead of
13646         window-system.
13647         (widget-choice-mouse-down-action): Use display-popup-menus-p
13648         instead of window-system.
13650         * strokes.el (strokes-file): Run the file name through
13651         convert-standard-filename.
13652         (strokes-mode): Call display-mouse-p instead of looking at
13653         window-system.  Change the error message accordingly.
13655         * progmodes/cpp.el (toplevel): Support faces on tty's.
13657         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13658         (lm-plot-square, lm-init-display): Don't use window-system.
13660         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13661         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13663         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13664         instead of looking at window-system.
13666 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13668         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13669         of testing if iswitchb-prepost-hooks is bound, because the
13670         latter will always be true when invoking a recursive minibuffer
13671         from an active Iswitchb buffer.
13673 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
13675         * files.el (shell-quote-wildcard-pattern): New function.
13676         (insert-directory): Call it.  Only prepend "\" to command on Unix
13677         and GNU/Linux systems.
13679 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13681         * eshell/esh-groups.el: Change custom :link file names
13682         from `eshell.info' to `eshell'.
13684 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
13686         * dired.el (dired-build-subdir-alist): Expand subdirectory names
13687         correctly in recursive ange-ftp listings.
13689 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13691         * ps-print.el: Fix bug 1: if ps-font-size-internal,
13692         ps-header-font-size-internal and
13693         ps-header-title-font-size-internal variables are not set,
13694         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
13695         face text property is (foreground-color . COLOR) or
13696         `(background-color . COLOR)', ps-print crashes.  Doc fix.
13697         (ps-print-version): New version number (5.2.4).
13698         (ps-plot-region): Code fix.
13699         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13700         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13701         Bug fix 2.
13703 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
13705         * glasses.el (glasses-make-readable): Fix uncapitalization of
13706         identifiers like `myXMLDocument'.
13708 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
13710         * mail/mail-hist.el (mail-hist-previous-input)
13711         (mail-hist-next-input): Do the obvious code factorization.
13712         (mail-hist-retrieve-and-insert): New func, contains common
13713         code of above two.
13714         If inserting a message body, leave point at top.
13716 2000-07-28  Sam Steingold  <sds@gnu.org>
13718         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13719         Use `<=', not `<' to compare times!
13720         (ange-ftp-ls): Remove.
13722 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
13724         * play/cookie1.el: Add explanation of how to make cookie.el
13725         compatible with strfile(1) to comment.
13727         * subr.el (remove, remq): New functions.
13729         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13730         escape `*' in regexps.
13731         (midnight-find): Reverse order of arguments in the funcall of
13732         TEST.
13734         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13735         and `.class'.
13737         * play/meese.el: Add Commentary section.
13739 2000-07-27  Alex Schroeder  <alex@gnu.org>
13741         * sql.el (sql-ms): Added autoload cookie.
13742         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13743         (sql-oracle): Ditto.
13744         (sql-help): Doc change.
13746         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13747         types and exceptions.
13749 2000-07-27  Alex Schroeder  <alex@gnu.org>
13751         * sql.el (sql-placeholder-history): New variable.
13752         (sql-query-placeholders-and-send): New function that will query
13753         the user and replace placeholders with user input.
13754         (sql-oracle): If running on NT, set comint-input-sender to
13755         sql-query-placeholders-and-send.
13757         (sql-stop): If in the SQLi buffer, insert stop notification, else
13758         present it as a message.
13760 2000-07-27  Alex Schroeder  <alex@gnu.org>
13762         * sql.el (sql-input-ring-separator): Doc change.
13763         (sql-input-ring-file-name): Doc change.
13764         (sql-interactive-mode): Use `sql-input-ring-separator' and
13765         `sql-input-ring-file-name' to set the comint-mode equivalents
13766         without making them local variables.
13767         (sql-stop): Don't bind `sql-input-ring-separator' and
13768         `sql-input-ring-file-name' dynamically to their comint-mode
13769         equivalents.
13771 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13773         * international/mule.el (register-char-codings): New function.
13774         (make-coding-system): Handle `safe-chars' specification in the arg
13775         PROPERTY.
13777         * international/mule-cmds.el
13778         (find-coding-systems-region-subset-p): This function deleted.
13779         (sort-coding-systems-predicate): New variable.
13780         (sort-coding-systems): New function.
13781         (find-coding-systems-region): Use
13782         find-coding-systems-region-internal.
13783         (find-coding-systems-string): Use find-coding-systems-region.
13784         (find-coding-systems-for-charsets): Check
13785         char-coding-system-table.
13786         (select-safe-coding-system-accept-default-p): New variable.
13787         (select-safe-coding-system): Mostly rewritten.  New argument
13788         ACCEPT-DEFAULT-P.
13789         (select-message-coding-system): Call select-safe-coding-system
13790         with ACCEPT-DEFAULT-P arg.
13791         (reset-language-environment): Reset default-sendmail-coding-system
13792         to the default value iso-latin-1.
13793         (set-language-environment): Don't set the obsolete variable
13794         charset-origin-alist.
13796         * international/codepage.el (cp-coding-system-for-codepage-1):
13797         Give `safe-chars' property to make-coding-system.
13799         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13800         calling select-message-coding-system twice.
13802         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13803         instead of `safe-charsets'.
13804         (cyrillic-alternativnyj): Likewise.
13805         (ccl-encode-alternativnyj): Don't check the charset
13806         cyrillic-iso8859-5.
13808 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13810         * composite.el (compose-chars-after): Preserve match data.
13812 2000-07-26  Sam Steingold  <sds@gnu.org>
13814         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13815         (ange-ftp-real-file-newer-than-file-p): New function.
13816         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13817         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13819         * tooltip.el (tooltip-float-time): Removed (use `float-time').
13820         * midnight.el (midnight-float-time): Ditto.
13822 2000-07-26  Andreas Schwab  <schwab@suse.de>
13824         * files.el (normal-backup-enable-predicate): Correct
13825         interpretation of the return value of compare-strings.
13827 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
13829         * isearch.el (isearch-resume): New function.
13830         (isearch-done): Add something to command-history to resume
13831         the search.
13832         (isearch-yank-line, isearch-yank-word): Use
13833         buffer-substring-no-properties instead of buffer-substring.
13835         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13836         of flyspell-mouse-map.
13838         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13839         duplicate definition.
13840         (makefile-mode): Remove duplicate setting of local-abbrev-table.
13842         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13843         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13845 2000-07-25  Sam Steingold  <sds@gnu.org>
13847         * net/ange-ftp.el: Get modtime over the net.
13848         (ange-ftp-file-modtime): New function.
13849         (ange-ftp-write-region, ange-ftp-insert-file-contents)
13850         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13851         Use it.
13852         (ange-ftp-dot-to-slash): New function.
13853         (ange-ftp-fix-name-for-vms): Use it.
13855         * midnight.el (midnight-buffer-display-time): Use
13856         `with-current-buffer'.
13858 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
13860         * find-dired.el: Update copyright notice.
13861         (find-dired): Offer to kill a running `find'.
13863         * enriched.el (enriched-face-ans): For a `foreground-color'
13864         property, return '(("x-color" COLOR))' so that COLOR will be
13865         output as a parameter of the x-color annotation.  Likewise for the
13866         `background-color' property.  In the case of normal face
13867         properties, don't return annotations for unspecified foreground
13868         and background face attributes.
13870 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
13872         * language/japan-util.el (japanese-katakana-region): Fix handling
13873         HANKAKU argument.
13875 2000-07-25  Miles Bader  <miles@gnu.org>
13877         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13878         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
13879         constrain-to-field.
13881 2000-07-24  Andrew Innes  <andrewi@gnu.org>
13883         * timer.el (timer-activate-when-idle): Add optional parameter
13884         DONT-WAIT.  Update docstring.
13885         (run-with-idle-timer): Specify extra parameter to
13886         timer-activate-when-idle, so that timer will be activated
13887         immediately if Emacs is already idle.
13889         * w32-fns.el (w32-using-nt): Fix docstring.
13891 2000-07-24  Dave Love  <fx@gnu.org>
13893         * mouse.el (popup-menu): Set last-command-event.
13894         (mouse-major-mode-menu-prefix): Declare.
13896 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
13898         * textmodes/flyspell.el: Update to author's version 1.5d.
13900         * progmodes/hideshow.el: Update copyright notice.
13902         * vcursor.el: Set maintainer to FSF, since author cannot
13903         be reached.
13905 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
13907         * info.el (Info-goto-emacs-key-command-node): Leave a space after
13908         the prompt.
13910         * mouse.el (popup-menu): Run the keymap through indirect-function,
13911         in case it was defined with define-prefix-key.  If the menu is a
13912         list of keymaps, look up the binding of user's choice in each one
13913         of the keymaps.
13914         (mouse-popup-menubar): If the global and local menu-bar keymaps
13915         don't have a prompt string, create one and insert it into the
13916         keymap.  Don't barf if current-local-map returns nil.
13918 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
13920         * dired.el (dired-sort-R-check): Added to allow recursive listing
13921         to be undone.
13922         (dired-sort-other): Use it.
13924 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13926         * Release of cc-mode 5.27
13928 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13930         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13931         c-beginning-of-statement-1 that caused a bad case of recursion
13932         which could consume a lot of CPU in large classes in languages
13933         that have in-expression classes (i.e. Java and Pike).
13935         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13936         statements before top level constructs (i.e. case 6 is moved
13937         before case 5 and is now case 4) to catch in-expression
13938         classes in top level expressions correctly.
13940 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13942         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13943         objc-method-intro. Case 4 removed and case 5I added.
13945         * cc-langs.el (c-append-paragraph-start): New variable used by
13946         c-common-init to get paragraph-start correct.
13947         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13948         initialize paragraph-start to make it correct both with and
13949         without the javadoc special case.
13951         * cc-mode.el (java-mode): Use c-append-paragraph-start to
13952         initialize paragraph-start for javadoc markup.
13954         * cc-vars.el (c-style-variables-are-local-p): Incompatible
13955         change by defaulting this to t.  It's motivated by the
13956         confusing behavior that otherwise arise from the style system
13957         when editing both java and non-java files at the same time
13958         (see the comments about style setting in c-common-init).
13960 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13962         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13963         similar to the one in c-fill-paragraph to check the fill
13964         prefix from the adaptive fill function for sanity.
13966 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13968         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13969         defun block.
13971 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13973         * cc-align.el (c-lineup-multi-inher): Handle lines with
13974         leading comma nicely. Extended to handle member initializers
13975         too.
13977         * cc-engine.el: (c-beginning-of-inheritance-list,
13978         c-guess-basic-syntax): Fixed recognition of inheritance lists
13979         when the lines begins with a comma.
13981         * cc-vars.el (c-offsets-alist): Changed default for
13982         member-init-cont to c-lineup-multi-inher since it now handles
13983         member initializers and indents better for leading commas.
13985 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13987         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13988         handling that caused class open lines to be recognized as
13989         statement-conts in some cases.
13991         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13992         guessed by the adaptive fill function unless point is on the
13993         first line of a block comment.
13995         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13996         when the buffer ends with a macro continuation char.
13998         * cc-engine.el (c-guess-basic-syntax): Added support for
13999         function definitions as statements in Pike.  The first
14000         statement in a lambda block is now labeled defun-block-intro
14001         instead of statement-block-intro.
14003         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14004         so that the class surrounding point is selected, not the one
14005         innermost in the state.
14007         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14008         recognition of switch labels having hanging multiline
14009         statements.
14011         * cc-engine.el (c-beginning-of-member-init-list): Broke out
14012         some code in c-guess-basic-syntax to a separate function.
14013         * cc-engine.el (c-just-after-func-arglist-p): Fixed
14014         recognition of member inits with multiple line arglists.
14015         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14016         member-init-cont when the commas are in funny places.
14018 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14020         * cc-defs.el (c-auto-newline): Removed this macro since it's
14021         not used anymore.
14023         * cc-engine.el (c-looking-at-bos): New helper function.
14024         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14025         inexpr and toplevel classes apart in Pike.
14027         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14028         of case 9A.
14030         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14031         constant, since "class" can introduce an in-expression class
14032         in Pike nowadays.
14034 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14036         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14037         indentation on cpp-macro lines.
14039         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14040         a syntax modifier like comment-intro, to make it possible to
14041         get syntactic indentation for preprocessor directives.  It's
14042         incompatible wrt to lineup functions on cpp-macro, but it has
14043         no observable effect in the 99.9% common case where cpp-macro
14044         is set to -1000.
14046 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14048         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14049         member-init-cont when the preceding arglist is several lines.
14051 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14053         * cc-styles.el (c-style-alist): The basic offset for the BSD
14054         style corrected to 8.
14056 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14058         * cc-styles.el (c-style-alist): Adjusted the indentation of
14059         brace list openers in the gnu style.
14061 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14063         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14065         * cc-cmds.el (c-electric-brace, c-electric-slash,
14066         c-electric-star, c-electric-semi&comma, c-electric-colon,
14067         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14068         when c-syntactic-indentation is nil.
14070         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14071         we were left at comments preceding the first statement when
14072         reaching the beginning of the buffer.
14074         * cc-vars.el (c-syntactic-indentation): New variable to turn
14075         off all syntactic indentation.
14077 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14079         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14080         between the text and the block comment ender when it hangs,
14081         depending on how many there are before the fill.
14083 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14085         * cc-engine.el (c-beginning-of-closest-statement): New helper
14086         function to go back to the closest preceding statement start,
14087         which could be inside a conditional statement.
14088         * cc-engine.el (c-guess-basic-syntax): Use
14089         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14091         * cc-engine.el (c-guess-basic-syntax): Better handling of
14092         arglist-intro, arglist-cont-nonempty and arglist-close when
14093         the arglist is nested inside parens.  Cases 7A, 7C and 7F
14094         changed.
14096         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14097         up-to-date with javadoc 1.2.
14099 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14101         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14102         multiline Pike type decls.
14104 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14106         * cc-cmds.el (c-indent-new-comment-line): Always break
14107         multiline comments in multiline mode, regardless of
14108         comment-multi-line.
14110 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14112         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14113         fully::qualified::names in C++ member init lists.  Preamble in
14114         case 5D changed.
14116 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14118         * cc-langs.el (c-common-init): Handling of obsolete variables
14119         moved to c-initialize-cc-mode.  More compatible style override
14120         when using global style variables.
14121         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14122         variables moved here.
14124         * cc-styles.el (c-make-styles-buffer-local): Flag style
14125         variable localness in c-style-variables-are-local-p to make
14126         the compatibility measure in c-common-init work well.
14128         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14129         longer contain set-from-style.
14130         * cc-styles.el (c-initialize-builtin-style): Don't check for
14131         set-from-style on c-special-indent-hook.
14132         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
14133         copy-alist is sufficient now.
14135         * cc-styles.el (c-set-style, c-set-style-1,
14136         c-get-style-variables): Fixes to variable initialization so
14137         that duplicate entries in styles have the same effect
14138         regardless of DONT-OVERRIDE.
14140         * cc-styles.el (c-set-style-2): Fixed bug where the
14141         initialization of inheriting styles failed when the
14142         dont-override flag is set.
14144         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14145         on this.
14147 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14149         * cc-defs.el (c-forward-comment): Removed the workaround
14150         introduced in 5.38 since it had worse side-effects.  If a line
14151         contains the string "//\"", it regarded the // as a comment
14152         start since the \ temporarily doesn't have escape syntax.
14154 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
14156         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14157         ada-xref.el before ada-prj.el, so that the Project menu is created
14158         when ada-prj tries to add to it.
14159         (ada-activate-keys-for-case): Suppress the characters that are not
14160         part of the Ada syntax. Better compatibility with else-mode
14161         (ada-adjust-case-interactive): When auto-casing is not active,
14162         correctly insert newlines (used to insert only ^M).  Prevent the
14163         syntax table from being changed in case of an error
14164         (or '_' becomes part of a word and some commands are confused).
14165         Do nothing if ada-auto-case is nil.
14166         (ada-after-keyword-p): Ignore keywords that are also attributes
14167         (ada-batch-reformat): Update usage comment
14168         (ada-call-from-contextual-menu): New function
14169         (ada-case-read-exceptions): Reinitialize the casing exception list
14170         first to nil first, so that the casing exception file can be
14171         shared.
14172         (ada-check-defun-name): Handles "configure" keyword for gnatdist
14173         files.
14174         (ada-compile-goto-error): Fix regexp used to detect a file:line
14175         anywhere in the error message
14176         (ada-contextual-menu-last-point): New variable
14177         (ada-create-keymap): If the variable delete-key-deletes-forward is
14178         t on XEmacs, it means that DEL should delete one character
14179         forward.
14180         (ada-create-menu): Use :included instead of :visible for XEmacs.
14181         New submenu "Options".
14182         (ada-end-stmt-re): Correctly indent "select ... then abort"
14183         statements.
14184         (ada-fill-comment-paragraph): Correctly delete all leading '--'
14185         even if they don't match ada-fill-comment-prefix Fix handling of
14186         paragraphs on the first or last line of a file.
14187         (ada-format-paramlist): Fix handling of default parameter values.
14188         (ada-get-body-name): New function.
14189         (ada-get-current-indent): Optimized by searchling directly for an
14190         existing generic part or a statement outside of it.  Handle
14191         ada-indent-align-comments when indenting comments Replaced some
14192         regexps by testing directly the next character. This results in a
14193         huge speedup on some files.  New indentation scheme for renames
14194         statements.  Stop looking for the 'while' or 'for' associated with
14195         a 'loop' at the first semicolon encountered.  A "return" can also
14196         match an anonymous access subprogram declaration.
14197         (ada-get-indent-noindent): Ignore strings and comments when
14198         looking for the keywords "record" and "private".
14199         (ada-goto-matching-decl-start): When matching "if", make sure we
14200         are not in fact seeing "end if".  Ignore "when" statements except
14201         when initial keyword was "begin".  Fix handling of nested
14202         procedures.  Add a recursive call to this function to skip over
14203         other 'end' statmts.  Fix indentation for "when .. => begin"
14204         (ada-in-open-paren-p): Fix indentation for complex boolean
14205         expressions, where 'and then', 'or else' and parenthesis
14206         statements are mixed up.
14207         (ada-in-paramlist-p): Skip comments while searching for the
14208         beginning Fix handling of operator declarations.
14209         (ada-indent-align-comments): New variable
14210         (ada-indent-current): Change the syntax table only in the
14211         protected section, so that we are sure it is restored correctly.
14212         (ada-indent-on-previous-lines): Use ada-use-indent and
14213         ada-with-indent Correctly indent "select ... then"
14214         (ada-indent-region): Slight speedup.
14215         (ada-indent-renames): New variable.
14216         (ada-last-which-function-subprog, ada-last-which-function-line):
14217         New variables
14218         (ada-looking-at-semi-private): Correctly indent the 'private'
14219         keyword when it is the first word in a package declaration.
14220         (ada-loose-case-word): Stop searching if at the end of the buffer.
14221         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14222         even if point is not initially at the end of the word.
14223         (ada-matching-decl-start-re): Add "when".
14224         (ada-mode): Add support for abbrev-mode, outline-mode and
14225         which-func-mode Override the old find-file.el entry in
14226         ff-special-constructs since it is using the obsolete
14227         ada-spec-suffix variable
14228         (ada-no-auto-case): New function
14229         (ada-scan-paramlist): When parsing the argument type, accept
14230         spaces (as in "X 'Class", generated by Rational Rose).
14231         (ada-other-file-name): No longer loads the other file.
14232         (ada-popup-menu): Save and restore the current buffer and cursor
14233         position before and after displaying the menu.
14234         (ada-search-ignore-complex-boolean): New function.
14235         (ada-uncomment-region): Emacs21 already knows how to delete
14236         comments not starting in the first column.
14237         (ada-use-indent): New variable
14238         (ada-which-function): New function.
14239         (ada-with-indent): New variable
14240         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14241         can be batch-compiled from the command line.
14243         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14244         Add to the menu when the file is loaded, not in ada-mode-hook.
14245         Add -toolbar to the default ddd command Switches moved from
14246         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14247         ada-prj-default-comp-opt
14248         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14249         Reference Manual to the menu
14250         (ada-check-current): rewritten as a call to ada-compile-current
14251         (ada-compile): Removed.
14252         (ada-compile-application, ada-compile-current, ada-check-current):
14253         Set the compilation-search-path so that compile.el automatically
14254         finds the sources in src_dir.  Automatic scrollong of the
14255         compilation buffer.  C-uC-cC-c asks for confirmation before
14256         compiling
14257         (ada-compile-current): New parameter, prj-field
14258         (ada-complete-identifier): Load the .ali file before doing
14259         processing
14260         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14261         conform to gnatmake's behavior.
14262         (ada-find-file-in-dir): New function
14263         (ada-find-references): Set the environment variables for gnatfind
14264         (ada-find-src-file-in-dir): New function.
14265         (ada-first-non-nil): Removed
14266         (ada-gdb-application): Add support for jdb, the java debugger.
14267         (ada-get-ada-file-name): Load the original-file first if not done
14268         yet.
14269         (ada-get-all-references): Handles the new ali syntax (parent types
14270         are found between <>).
14271         (ada-initialize-runtime-library): New function
14272         (ada-mode-hook): Always load a project file when a file is opened,
14273         so that the casing exceptions are correctly read.
14274         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14275         (ada-parse-prj-file): Use find-file-noselect instead of find-file
14276         to open the project file, since the latter does not work with
14277         speedbar Get default values before loading the prj file, or the
14278         default executable file name is wrong.  Use the absolute value of
14279         src_dir to initialize ada-search-directories and
14280         compilation-search-path,...  Add the standard runtime library to
14281         the search path for find-file.
14282         (ada-prj-default-debugger): Was missing an opening '{'
14283         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14284         variables.
14285         (ada-prj-default-gnatmake-opt): New variable
14286         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14287         buffers, the project file is the default one Save the windows
14288         configuration before displaying the menu.
14289         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14290         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14291         ...)  regexp-quote identifiers names to support operators +,
14292         -,... in regexps.
14293         (ada-remote): New function.
14294         (ada-run-application): Erase the output buffer before starting the
14295         run Support remote execution of the application.  Use
14296         call-process, or the arguments are incorrectly parsed
14297         (ada-set-default-project-file): Reread the content of the active
14298         project file, not the one from the current buffer When a project
14299         file is set as the default project, all directories are
14300         automatically associated with it.
14301         (ada-set-environment): New function
14302         (ada-treat-cmd-string): New special variable ${current}
14303         (ada-treat-cmd-string): Revised.  The substitution is now done for
14304         any ${...} substring
14305         (ada-xref-current): If no body was found, compiles the spec
14306         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14307         compiler to get rid of command line length limitations.
14308         (ada-xref-get-project-field): New function
14309         (ada-xref-project-files): New variable
14310         (ada-xref-runtime-library-specs-path)
14311         (ada-xref-runtime-library-ali-path): New variables
14312         (ada-xref-set-default-prj-values): Default run command now does a
14313         cd to the build directory.  New field: main_unit Provide a default
14314         file name even if the current buffer has no prj file.
14316         * ada-prj.el:
14317         Rewritten to show a tabbed-dialog.
14318         (ada-prj-add-ada-menu): Remove the map and name parameters.
14319         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14320         New function
14321         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14322         (ada-prj-load-from-file): New function
14323         (ada-prj-save): Always save fields that depend on the current buffer
14324         (ada-prj-show-value): New function
14326         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14327         Ada mode. This will allow us to display the Ada menu in any buffer
14328         we want (for project items).
14329         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14330         number of spaces in the header.
14332 2000-07-24  Dave Love  <fx@gnu.org>
14334         * ediff-init.el (ediff-region-help-echo): Bind face-help.
14336 2000-07-23  Noah Friedman  <friedman@splode.com>
14338         * type-break.el (type-break): perform autosave.
14339         Suggested by Stephen Gildea <gildea@intouchsys.com>.
14340         (type-break-do-query): Cancel query schedule while performing
14341         actual query, to avoid possibility of a second query being made
14342         while first one is already in progress.
14343         (type-break-time-stamp-format): New variable.
14344         (type-break-time-stamp): New function.
14345         (type-break-time-warning): Use it.
14346         (type-break-keystroke-warning): Use it.
14347         (type-break-noninteractive-query): Use it.
14349         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14350         cookie.
14351         Use add-minor-mode to set minor-mode-alist, if available.
14352         (eldoc-echo-area-use-multiline-p): New user option.
14353         (eldoc-echo-area-multiline-supported-p): New variable.
14354         (eldoc-docstring-format-sym-doc): Use them.
14355         (eldoc-mode): If not using idle timers, append to local post and
14356         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
14357         (eldoc-display-message-no-interference-p): Don't interfere with
14358         edebug.
14359         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14360         (eldoc-function-arglist): New function.
14361         (eldoc-function-argstring): Use it.
14363         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14364         auto save directory exists before calling directory-files.
14366 2000-07-23  Dave Love  <fx@gnu.org>
14368         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14369         ^o, ^u.
14371 2000-07-21  Dave Love  <fx@gnu.org>
14373         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14374         now passed to the function.  It now works properly.
14376         * smerge-mode.el (smerge-mode-menu): Fill it out.
14378 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
14380         * info-look.el (info-lookup): If *info* is shown in another frame
14381         on the same display, select that frame, instead of switching to
14382         the Info buffer in another window of the selected frame.
14384         * simple.el (universal-argument-map): Bind numeric keypad keys
14385         kp-0 to kp-9 and kp-subtract.
14386         (digit-argument): Handle these keys.
14388 2000-07-20  Dave Love  <fx@gnu.org>
14390         * net/goto-addr.el (goto-address-fontify): Don't bother with
14391         buffer-modified and read-only stuff -- irrelevant with overlays.
14392         Put an extra property on the overlays and use it to clean up in
14393         case goto-address is re-run.
14395 2000-07-19  Richard M. Stallman  <rms@gnu.org>
14397         * timer.el (run-with-idle-timer): Doc fix.
14399         * mail/mail-utils.el (mail-strip-quoted-names):
14400         Handle case where <...> appears inside "...".
14401         Use replace-match to edit the string more simply.
14402         (rmail-dont-reply-to): Cope with an unmatched ".
14404 2000-07-19  Dave Love  <fx@gnu.org>
14406         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14407         implementation.
14409         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14410         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14411         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14413 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
14415         * textmodes/refer.el: Correct maintainer's email address.
14417         * progmodes/hideif.el: Correct author's email address.
14418         Fix typo in comment.
14420         * xml.el: New file.
14422         * mail/mailheader.el: Correct author's mail address.
14424         * gnus/parse-time.el: Correct author's mail address.
14426 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
14428         * comint.el (comint-highlight-input, comint-highlight-face):
14429         New user options.
14430         (comint-input-ring-file-name): Change custom type.
14431         (comint-mode-map): Bind mouse-2.
14432         (comint-insert-clicked-input): New function.
14433         (comint-send-input): Handle input highlighting.
14435 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
14437         * mouse.el (popup-menu): New function.
14438         (mouse-major-mode-menu): Use it.
14440 2000-07-18  Dave Love  <fx@gnu.org>
14442         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14443         improvements.
14445 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14447         * faces.el (face-font-selection-order)
14448         (face-font-family-alternatives): Add custom type.
14450 2000-07-18  Dave Love  <fx@gnu.org>
14452         * cus-edit.el (custom-variable-reset-saved)
14453         (custom-variable-reset-standard): Remove unused bindings.
14455         * rect.el (open-rectangle-line): Remove unused let.
14457         * hl-line.el (hl-line-highlight): Check hl-line-mode.
14459 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14461         * cdl.el: Fix `Maintainer' keyword.
14463         * play/pong.el: Add author's email address.
14465 2000-07-17  Sam Steingold  <sds@gnu.org>
14467         * files.el (insert-directory): Call `split-string' instead of
14468         re-implementing it.
14470 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14472         * mail/vms-pmail.el: Change maintainer to FSF.
14474         * net/goto-addr.el: Change maintainer to FSF.
14476         * info.el (Info-title-face-alist): Removed.
14478 2000-07-18  David Ponce  <david@dponce.com>
14480         * recentf.el (recentf-open-files): New command that works like
14481         `recentf-open-more-files', but shows the whole list of files (not just
14482         those omitted from the menu). Useful if you don't use a menu-bar!
14483         (recentf-open-more-files) Modified to use `recentf-open-files'.
14485         (recentf-open-files, recentf-open-more-files)
14486         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14488         (recentf-dialog-mode): New mode for dialogs. You can now just type
14489         "q" to cancel the dialogs.
14491 2000-07-18  David Ponce  <david@dponce.com>
14493         * recentf.el: This is a major update of recentf.el. It adds new
14494         features to better organize the recentf menu and "More..." buffer.
14496         Using new provided menu filtering functions you can now organize the
14497         recent files list:
14499         - by major modes
14500         - by directories
14501         - by user defined rules
14503         Finally, with the new `recentf-filter-changer' customizable filter you
14504         can define a ring of filters and dynamically (via the menu) cycle on
14505         each menu organization in the ring (a la msb).
14507 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
14509         * eshell/eshell.el (eshell): Replace links to eshell.info with
14510         links to eshell, to avoid problems on systems where the manual is
14511         installed as `eshell'.
14512         * eshell/esh-cmd.el (eshell-cmd): Ditto.
14513         * eshell/em-smart.el (eshell-smart): Ditto.
14514         * eshell/em-banner.el (eshell-banner): Ditto.
14515         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14517         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14518         same-file check in the MS-DOS version (it does support inodes).
14520         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14522         * eshell/eshell.el (eshell-directory-name):
14523         Run default directory name through convert-standard-filename.
14525 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
14527         * international/mule-cmds.el (select-safe-coding-system):
14528         Fix typo in the comment.
14530         * language/european.el (compound-text):
14531         Force katakana-jisx0201 to be designated to G1.
14533         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14534         Don't translate some national variant characters of latin-jisx0201.
14535         (x-ctext): Force katakana-jisx0201 to be designated to G1.
14537         * international/kkc.el (kkc-after-update-conversion-functions):
14538         New variable.
14539         (kkc-update-conversion): Run functions in it at the tail.
14541 2000-07-16  John Wiegley  <johnw@gnu.org>
14543         * lisp/align.el (align-newline-and-indent):
14544         Adding new function.  for auto-aligning blocks of code on RET.
14545         (align-region): Fixed badly formatted minibuffer message.
14547 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
14549         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14550         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
14551         the conversion list at first if appropriate.
14552         (kkc-next): Don't update kkc-next-count here.
14553         (kkc-prev): Don't update kkc-prev-count here.
14554         (kkc-show-conversion-list-update): Fix setting up of conversion
14555         list message.
14557 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14559         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14561 2000-07-16  Dave Love  <fx@gnu.org>
14563         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14564         function to be more specific.
14566         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14567         non-string help-echo.
14568         (widget-types-convert-widget): Defsubst it.
14569         (widget-echo-help): Try to cope with a help-echo function of two
14570         possible sorts.
14572 2000-07-15  Jason Rumney  <jasonr@gnu.org>
14574         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14575         Declare as obsolete.
14577         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14579 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
14581         * hilit-chg.el: Fix typo.
14583 2000-07-14  Dave Love  <fx@gnu.org>
14585         * info.el (Info-mode-menu): Fix use of :help, :enable.
14587 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
14589         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14591 2000-07-13  Dave Love  <fx@gnu.org>
14593         * emacs-lisp/easymenu.el: Doc fixes.
14594         (easy-menu-remove): Defalias to ignore.
14596         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14597         Call throw correctly.
14599 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
14601         * faces.el (frame-background-mode): Doc fix.
14603         * simple.el (eval-expression-print-length): Change custom type to
14604         allow entering nil as value.
14606 2000-07-13  Dave Love  <fx@gnu.org>
14608         * progmodes/fortran.el (fortran-imenu-generic-expression):
14609         Change definition layout.
14610         (fortran-mode-menu): Reinstate customize entries.
14612         * cus-edit.el (custom-group-menu-create, customize-menu-create):
14613         Use :filter, per old XEmacs code.
14615 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
14617         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14618         event when deciding what to send to the terminal.
14620 2000-07-12  Dave Love  <fx@gnu.org>
14622         * cus-start.el: Add optional version as 4th element of specs and
14623         use it for several things new in v21.  Remove load-path.  Fix type
14624         of line-number-display-limit.
14626 2000-07-11  Dave Love  <fx@gnu.org>
14628         * progmodes/fortran.el: Don't require easymenu.
14629         Use repeat counts in various regexps.
14630         (fortran-mode-syntax-table): Defvar directly.
14631         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14632         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14633         Use defvar, not defconst.
14634         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
14635         (fortran-mode): Set fortran-comment-line-start-skip,
14636         fortran-comment-line-start-skip, dabbrev-case-fold-search.
14637         (fortran-comment-indent): Use defsubst.
14638         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14639         Use fortran-comment-indent, not fortran-comment-indent-function.
14640         (fortran-comment-region, fortran-electric-line-number): Simplify.
14641         (fortran-auto-fill): New function.
14642         (fortran-do-auto-fill): Deleted.
14643         (fortran-find-comment-start-skip):
14644         Check for non-null comment-start-skip.
14645         (fortran-auto-fill-mode, fortran-fill-statement):
14646         Use fortran-auto-fill.
14647         (fortran-fill): Use fortran-auto-fill.  Check for null
14648         comment-start-skip.  Simplify final clause and use end-of-line finally.
14650         * widget.el (widget-plist-member): New alias.
14652 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
14654         * eshell/esh-module.el (toplevel): Reference
14655         byte-compile-current-file only if it is bound.
14657 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
14659         * dired.el: Don't require `dired-aux'.
14661 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
14663         * dired-aux.el (dired-show-file-type): New function.
14664         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14665         (dired-show-file-type): Add autoload.
14667 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
14669         * international/mule-diag.el (describe-font): Adjusted for the
14670         change of fontset-info.
14671         (print-fontset): Likewise.
14673 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14675         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14677 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
14679         * bindings.el: Bind `[delete]' to delete-char.
14681         * dired.el (dired-find-alternate-file): New function.
14682         (dired-mode-map): Bind `a' to dired-find-alternate-file.
14683         (toplevel): Require dired-aux when compiling.
14684         (dired-buffers): Move defvar within file to avoid compiler warning.
14686         * info.el (Info-last-search): Variable removed.
14687         (Info-search-history): New variable.
14688         (Info-search): New Info-search-history.
14690         * battery.el, info-look.el: Change author's mail address.
14692 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
14694         * mail/rmail.el (rmail-clear-headers): Don't throw an error
14695         if rmail-ignored-headers is nil.
14696         (rmail-retry-failure): Bind rmail-ignored-headers and
14697         rmail-displayed-headers to nil.
14699 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
14701         * lpr.el (lpr-page-header-switches): Add `-h' switch.
14702         (print-region-1): Don't hard code `-h' here.
14704         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14706 2000-07-01  Francesco Potorti`  <pot@gnu.org>
14708         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14709         exim can use "your message" instead of "the message".
14711 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14713         * facemenu.el: Docstrings fixes.
14714         (facemenu-get-face): Don't use internal-find-face.
14715         (facemenu-iterate): Rename arg to match the docstring.
14717         * newcomment.el (uncomment-region): Be more careful when skipping
14718         backwards over `=' not to bump into BOBP.
14720 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
14722         * ediff-diff.el (ediff-wordify): Use syntax table.
14723         * ediff-init.el (ediff-has-face-support-p): Use
14724         ediff-color-display-p.
14725         (ediff-color-display-p): Use display-color-p, changed to defun
14726         from defsubst.
14727         Got rid of special cases for NeXT and OS/2.
14728         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14729         face.
14731 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14733         * emacs-lisp/lucid.el: Require CL.
14734         (copy-tree, remprop): Remove, it's provided by CL.
14735         (map-keymap): Define in terms of cl-map-keymap.
14736         (extent-property, set-extent-end-glyph): New functions.
14738         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14740 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14742         * Makefile.in (DONTCOMPILE): Add comment that the name may
14743         not be changed without changing the make-dist script.
14745         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14746         (cl-mapc): Use mapc instead of cl-old-mapc.
14748 2000-07-05  Andrew Innes  <andrewi@gnu.org>
14750         * makefile.nt: Add support for `bootstrap' and related targets.
14752 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14754         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14755         (easy-menu-do-define): Use `menu-item' format.
14756         Handle case where easy-menu-create-menu returns a symbol.
14757         Manually call the potential top-level filter in the function binding.
14758         (easy-menu-filter-return): New arg NAME.
14759         Convert to a keymap if MENU is an XEmacs menu.
14760         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
14761         (easy-menu-converted-items-table, easy-menu-convert-item):
14762         New var and fun to memoize easy-menu-convert-item-1.
14763         (easy-menu-do-add-item): Use it.
14764         (easy-menu-create-menu): Use easy-menu-convert-item.
14765         Wrap easy-menu-filter-return around any :filter specification.
14766         Don't convert the menu if a filter was specified.
14767         Tell easy-menu-make-symbol not to check for MENU being an expression.
14768         (easy-menu-make-symbol): New arg NOEXP.
14770 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14772         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14773         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14774         (eval-defun): If called with prefix arg, instrument code for
14775         Edebug.
14777         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14778         similar to that of eval-defun.
14780 2000-07-04  Dave Love  <fx@gnu.org>
14782         * hl-line.el (hl-line-overlay): Make it permanent-local.
14784         * calendar/todo-mode.el: Replaced with a working version, based on
14785         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14787 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
14789         * paths.el (prune-directory-list): New function.
14790         (Info-default-directory-list): Rewritten to more methodically
14791         enumerate a big list of possible info directories (based on the
14792         list used by the standalone info reader).
14794         * info.el (info-initialize): Use prune-directory-list to remove
14795         non-existent directories from Info-directory-list.
14797         * paths.el (Info-default-directory-list): Try a list of possible
14798         info-directories instead of a single one.  Add the possible
14799         info directory "/usr/share/info".
14801         * woman.el (woman-man.conf-path): Explicitly include the debian
14802         man-db config file "/etc/manpath.config".
14803         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14804         are present in `manpath.config'.
14805         (woman-manpath): Include "/usr/share/man".
14807 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
14809         * frame.el (blink-cursor-mode): Don't hide cursor initially.
14811         * startup.el (command-line): Initialize blink-cursor based
14812         on window-system.
14814         * frame.el (blink-cursor): Default to nil if not running under
14815         a window-system.
14817         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14818         (face-x-resources): Remove duplicate entry for :font.
14820         * textmodes/refer.el (refer-find-entry-internal): Use some-window
14821         instead of cycling through windows with next-window.
14823         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14824         of cycling through windows with next-window.
14826         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14827         of cycling through windows with next-window.
14829         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14830         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14831         instead of cycling through windows with next-window.
14833         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14834         instead of cycling through windows with next-window.
14836         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14837         of cycling through windows with next-window.
14839         * terminal.el (te-process-output): Use walk-windows instead of
14840         cycling through windows with next-window.
14842         * server.el (server-switch-buffer): Use some-window instead of
14843         cycling through windows with next-window.
14845         * window.el (some-window): New function.
14846         (walk-windows): Remove reference to walk-windows-start.
14848         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14850 2000-07-03  Richard Stallman  <rms@gnu.org>
14852         * window.el (walk-windows): Guarantee termination by keeping a list
14853         of all the windows already handled.
14855 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14857         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14858         window-system.
14860         * man.el (Man-notify-when-ready): Don't use window-system.  If
14861         Man-notify-method is newframe, and the display is not
14862         multi-frame, select the frame created for the man page.
14863         (Man-init-defvars): Doc fix.
14865 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
14867         * faces.el (region): Change background color for light background.
14869         * ediff-wind.el (ediff-setup-control-frame): Remove :box
14870         attribute from mode-line face of Ediff control frame.
14872         * replace.el (query-replace-map): Bind `e' like `E'.
14874 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14876         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14877         Change name to "Select All".
14879         * dos-fns.el (convert-standard-filename): Fix last change.
14881 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
14883         * help.el (describe-variable): Don't insert a second `'s' in front
14884         of the string `value is shown below'.  Since the syntax-table is
14885         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14886         an existing `'s', so that this won't be deleted.
14888         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14889         * pcmpl-unix.el: New files.
14891 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14893         * wid-edit.el (widget-member): Use the new plist-member.
14895 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
14897         * replace.el (perform-replace): Undo change of 2000-04-04.
14898         Instead, move backward 1 character at the end of the loop when
14899         necessary.
14901         * faces.el (fringe): Change face for different backgrounds.
14903         * eshell/esh-module.el (toplevel): Load defgroup's differently;
14904         patch from John.
14906         * eshell/*.el: Change spelling of the Free Software Foundation.
14908         * eshell/esh-toggle.el: Removed.
14910         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14912         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14913         interactively.
14915 2000-06-26  Alex Schroeder  <alex@gnu.org>
14917         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14918         `define-key'; instead of checking `(emacs-version)' check for
14919         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
14920         for `;' and `o' which might be electric.
14922         (sql-electric-stuff): New user option.
14923         (sql-magic-go): New function which uses `sql-electric-stuff'.
14924         (sql-magic-semicolon): New function which uses
14925         `sql-electric-stuff'.
14927         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14928         is not fboundp.
14930         (sql-oracle-options): New variable.
14931         (sql-oracle): Use it.
14933         (sql-imenu-generic-expression): Doc change.
14934         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14935         is used.
14937         (sql-informix): Added command line parameter "-" to force
14938         sql-informix-program to use stdout.
14940 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
14942         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14943         (cp864-decode-table): Doc fix.
14944         (cp720-decode-table): New variable, supports the Arabic OEM
14945         codepage used by Windows.
14946         (cp737-decode-table): New, Greek OEM codepage used by Windows.
14948 2000-06-23  Dave Love  <fx@gnu.org>
14950         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14951         (font-lock-fontify-anchored-keywords): Use
14952         line-beginning-position.
14953         (global-font-lock-mode): Use mapc.
14955 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14957         * eshell/esh-module.el: Require CL when compiling.
14959 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14961         * comint.el (comint-substitute-in-file-name): Call replace-match
14962         with second and third arg t.
14964         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14965         Specify foreground color.
14967         * faces.el (tool-bar, mode-line, header-line): Specify foreground
14968         color.
14970         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14972         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14973         cddr instead of cdddr.
14975         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14976         instead of copy-list.
14978         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14979         of copy-list.
14981         * subdirs.el: Add eshell subdirectory.
14983         * eshell: New subdirectory containing the Eshell package.
14985         * pcomplete.el: New file.
14987 2000-06-23  Paul Eggert  <eggert@twinsun.com>
14989         * mail/mailpost.el (post-mail-send-it): Make sure file has
14990         proper permissions from birth.
14992         * files.el (basic-save-buffer-2): When temporarily setting
14993         file modes, set them to current modes plus 0200, not to 0777.
14995         * emerge.el (emerge-make-temp-file): Make sure file has proper
14996         permissions from birth.
14998 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
15000         * files.el (make-backup-file-name-1): On DOS/Windows, run the
15001         backup file name through convert-standard-filename.
15003         * dos-fns.el (convert-standard-filename): Convert leading
15004         directories as well.  When long file names are supported, convert
15005         characters that are invalid in Windows file names.
15007 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15009         * ps-print.el: Fix bug: if ^L is the very first buffer character,
15010         ps-print crashes.  New feature: page selection for printing.  Create
15011         raw-text-unix coding system for XEmacs.  Doc fix.
15012         (ps-print-version): New version number (5.2.3).
15013         (ps-plot-region): Bug fix.
15014         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15015         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15016         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15017         funs.
15018         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15019         (ps-last-page): New vars.
15021 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
15023         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15024         empty option string.
15026 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
15028         * man.el (man): Doc fix.
15030 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
15032         * international/mule-cmds.el (set-language-info-alist): Docstring
15033         fixed.
15035 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
15037         * version.el (emacs-version): Use ISO date format.
15039         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15040         instead of `M-backspace'.
15042         * simple.el (turn-off-auto-fill): New function.
15044 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
15046         * jit-lock.el (with-buffer-prepared-for-jit-lock):
15047         Renamed from with-buffer-prepared-for-font-lock and use
15048         inhibit-modification-hooks rather than setting *-change-functions.
15049         Update all functions to use the new name.
15050         (jit-lock-first-unfontify-pos): New semantics (and doc).
15051         (jit-lock-mode): Make non-interactive.
15052         Don't automatically turn on font-lock.
15053         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15054         Always use jit-lock-after-change.
15055         Remove and restore font-lock-after-change-function.
15056         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15057         (jit-lock-after-unfontify-buffer): Remove.
15058         (jit-lock-stealth-fontify):
15059         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15060         (jit-lock-after-change): Set the `fontified' text-prop to nil.
15062 2000-06-20  Sam Steingold  <sds@gnu.org>
15064         * emacs-lisp/cl-indent.el (toplevel): Indent
15065         `print-unreadable-object' properly.  Untabify.
15067 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
15069         * textmodes/reftex.el (reftex-find-citation-regexp-format):
15070         Support for bibentry.
15071         (reftex-compile-variables): Fixed problem with end of section-re.
15073         * texmodes/reftex-dcr.el (reftex-view-crossref,
15074         reftex-view-crossref-from-bibtex):
15075         Deal with changed `reftex-find-citation-regexp-format'.
15076         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15077         Replaced `remprop' with `put'.
15078         (reftex-view-crossref, reftex-view-crossref-when-idle):
15079         Support for bibentry.
15081         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15082         New entry for bibentry package.
15084         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15085         Regexp also matches "\nobibliography".
15087         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15088         Call `reftex-ensure-write-access' before doing anything.
15089         (reftex-ensure-write-access): New function.
15091 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
15093         * progmodes/idlwave.el: File re-installed (update to version 4.2)
15095         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15097         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15099         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15102 2000-06-20  Dave Love  <fx@gnu.org>
15104         * faces.el (frame-background-mode): Use set-default, not set, in
15105         setter.
15106         (frame-update-faces, frame-update-face-colors): Define with
15107         defalias.
15109         * enriched.el (enriched-decode-foreground)
15110         (enriched-decode-background): Don't use internal-find-face.
15112         * apropos.el: Doc fixes.
15114         * cus-edit.el (customize-changed-options): Check arg.
15115         (customize-version-lessp): Don't require decimal point.
15117         * custom.el (defcustom, defgroup): Doc fix.
15119         * newcomment.el (comment) <defgroup>: Add :version.
15120         (comment-multi-line): Doc fix.
15122         * emulation/mlsupport.el (define-hooked-local-abbrev,
15123         define-hooked-global-abbrev): Fix, using define-abbrev.
15125 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
15127         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15128         the whole buffer.
15130 2000-06-19  Dave Love  <fx@gnu.org>
15132         * menu-bar.el (menu-bar-options-save): New function.
15133         (menu-bar-options-menu): Use it.
15134         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15135         Simplify.
15137 2000-06-19  Andreas Schwab  <schwab@suse.de>
15139         * progmodes/etags.el (tags-query-replace): Put new parameters
15140         START and END at the end, for backward compatibility.
15142 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15144         * international/codepage.el:
15145         (cp-coding-system-for-codepage-1): Delete special codes for
15146         generating xxx-dos coding system because now a CCL based coding
15147         system can handle EOL conversion by default.
15149         * international/mule.el (make-coding-system): Generate subsidiary
15150         coding systems for EOL handling variants even for a CCL based
15151         coding system.
15153 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15155         * international/isearch-x.el (isearch-minibuffer-input-method)
15156         (isearch-minibuffer-input-method-function): These variables
15157         deleted.
15158         (isearch-with-input-method): Don't use the above variables.
15159         (isearch-process-search-multibyte-characters): Likewise.  Call
15160         read-string with the arg INHERIT-INPUT-METHOD t.
15162 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
15164         * font-lock.el (font-lock-after-fontify-buffer)
15165         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15167         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15168         Use consistent make-local-variable style for font-lock-fontified.
15169         (jit-lock-fontify-buffer):
15170         Don't bother checking for font-lock-mode and jit-lock-mode.
15172         * time.el: Remove trailing ^M that prevent CVS-merging.
15174 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15176         * Makefile.in (distclean): New target.
15178 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
15180         * Makefile.in (srcdir): Define for update-subdirs.
15182 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15184         * find-lisp.el: New file.
15186 2000-06-16  Andrew Innes  <andrewi@gnu.org>
15188         * time.el (display-time-mail-function): New variable, to allow
15189         external packages to indicate when new mail is available.
15190         (display-time-update): Use it.
15192 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
15194         * international/mule.el (mule-version): Change version name to
15195         SAKAKI.  AOI has already been used by Meadow.
15197         * international/quail.el (quail-show-guidance-buf): To find the
15198         bottom window (but minibuffer), pay attention to the height of
15199         minibuffer.
15201 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
15203         * arc-mode.el (archive-mode-map): Use the new menu-item format for
15204         menu-bar menus.  Add help strings.  Don't remove the Edit menu
15205         from the menu bar, as the menu bar has enough space now.
15207         * Makefile.in (SHELL): Make sure /bin/sh is used.
15209         * woman.el (woman-man-buffer): Fix bold and underlined CJK
15210         characters, which use series of two ^H characters instead of one.
15212 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
15214         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15215         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15216         functions.
15217         (Info-find-node-2): Try a case-sensitive search first, then
15218         do a case-insensitive search.
15220         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15221         tutorials.
15223         * complete.el (PC-env-vars-alist): New variable.
15224         (PC-complete-as-file-name): New function.
15225         (partial-completion-mode): Initialize PC-env-vars-alist from
15226         process-environment.
15227         (PC-do-completion): Handle completion of env vars.
15229         * info.el (Info-set-mode-line): Show file name in mode line,
15230         use `*Info*' instead of `Info:'.
15232         * startup.el (command-line-1): Change copyright messages to year
15233         2000.
15235 2000-06-15  Dave Love  <fx@gnu.org>
15237         * net/goto-addr.el (goto-address-fontify): Use keymap property,
15238         not local-map.
15240 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
15242         * international/mule.el (set-buffer-file-coding-system): Almost
15243         rewritten to handle `undecided' as no-op.
15245 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
15247         * Makefile.in: New file.
15249         * Makefile: Removed.
15251         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15252         (goto-address-highlight-keymap): Bind C-c RET.
15254 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
15256         * mail/sendmail.el (sendmail-send-it): The temporary buffer
15257         inherits buffer-file-coding-system of the current buffer.
15259         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15260         0.  Give correct argument to set-auto-coding-function.
15261         (tar-expunge): For goto-char, use (point-min), not 0.
15262         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15263         (tar-subfile-save-buffer): Likewize.
15265         * international/mule.el
15266         (after-insert-file-set-buffer-file-coding-system): Call
15267         set-buffer-file-coding-system with the arg FORCE t.
15269 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
15271         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15272         nil.  Contemporary sendmails issue an X-Authentication-Warning if
15273         the sender is set with `-f'.
15275 2000-06-13  Dave Love  <fx@gnu.org>
15277         * help.el (describe-function-1): Kluge around cases of functions
15278         fset to subrs whose doc doesn't match their symbol-name.
15280         * image.el (insert-image): Default STRING to a space.
15282         * info.el Doc fixes.
15283         (Info-build-node-completions): Match Ref tags.
15285 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
15287         * frame.el (display-multi-frame-p, display-multi-font-p): New
15288         defaliases for display-graphic-p.
15290         * hl-line.el: Fixed a typo in commentary.
15292 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
15294         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15295         fixed.
15297 2000-06-12  Dave Love  <fx@gnu.org>
15299         * image.el (insert-image): Save a little consing.
15301 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15303         * language/tibet-util.el: Convert all tibetan-1-column characters
15304         to the corresponding tibetan characters.
15305         (tibetan-add-components): Delete code for the special treatment of
15306         'a chung.
15308         * language/tibetan.el (tibetan-composable-pattern): Fix previous
15309         change.
15310         (tibetan-vowel-transcription-alist): More rules added.
15311         (tibetan-composite-vowel-alist): New variable.
15312         (tibetan-precomposition-rule-alist): More rules added.
15314 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
15316         * startup.el (command-line): Only call menu-bar-mode if interactive.
15318         * thingatpt.el (toplevel symbol-properties):
15319         * textmodes/makeinfo.el (makeinfo-compile):
15320         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15321         * progmodes/hideif.el (hif-compress-define-list)
15322         (hide-ifdef-use-define-alist):
15323         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15324         (ange-ftp-vms-add-file-entry):
15325         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15326         * man.el (Man-build-man-command):
15327         * mail/rnewspost.el (news-reply-header-hook):
15328         * info.el (Info-insert-dir):
15329         * emulation/mlconvert.el (backward-word, forward-word, setq):
15330         * emacs-lisp/gulp.el (gulp-send-requests):
15331         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15332         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15333         (byte-optimize-apply, end of file):
15334         * emacs-lisp/advice.el (ad-advice-class-completion-table)
15335         (ad-make-freeze-definition):
15336         * startup.el (command-line, command-line-1): Don't quote lambdas.
15338         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15339         (cvs-cleanup-removed): New function.
15340         (cvs-cleanup-functions): New var.
15341         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15342         some flexibility in specifying additional entries to auto-cleanup.
15343         (cvs-quickdir): New function.
15344         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15345         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15346         (cvs-mode-find-file): Check that we are on a filename or dirname
15347         when invoked through a mouse-click.
15348         (cvs-full-path): Remove.
15349         (cvs-dired-action): Re-introduced.
15350         (cvs-dired-noselect): Use it.
15351         (vc-post-command-functions): use this new hook if available.
15353         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15354         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15355         (cvs-filename-map, cvs-dirname-map): Remove.
15356         (cvs-default-action): Remove.
15357         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15358         if the arg is really a keymap.
15359         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15360         Don't hardcode the mapping from state (aka type) to face, but check
15361         the var cvs-fi-<type>-face instead.
15362         (cvs-fileinfo-from-entries): New function.
15364         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15365         Docstring fix.
15366         (cvs-find-file-and-jump): Change default to be safer.
15367         (cvs-mode-diff-map): Define it as a function as well.
15368         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15369         Bind mouse-2 in this global map rather than with text-properties.
15371         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15372         file to resolve the ambiguity between C(conflict) and C(need-merge).
15374 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15376         * international/mule.el (set-buffer-file-coding-system): If
15377         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15378         unconditionally.
15380 2000-06-12  Dave Love  <fx@gnu.org>
15382         * wid-edit.el (widget-specify-button): Really suppress the face if
15383         required.
15385 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
15387         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15389 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
15391         * imenu.el (imenu-generic-expression): Docstring fix.
15393         * composite.el (composition-function-table): Move the `put'
15394         below the autoload cookie so we can load the file before loaddefs.
15396         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15398         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15399         Handle easy-mmode-define-global-mode.
15400         For complex macros like define-minor-mode that can generate
15401         several autoload entries, try to autoload entries in the
15402         macroexpanded code.
15404         * emacs-lisp/easy-mmode.el (define-minor-mode):
15405         If KEYMAP is a symbol, just use it.
15406         Use byte-compile-current-file and load-file-name to infer the
15407         proper :require to pass to defcustom.
15408         Wrap the hook var into `progn' so as not to autoload it.
15409         Add a :autoload-end cookie.
15410         Be more careful about the evaluation of KEYMAP.
15411         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15412         (define-derived-mode): Move define-abbrev-table outside of defvar.
15414 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
15416         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15417         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15418         (backup-compiled-files): Ignore errors during `tar'.
15419         (bootstrap): Make autoloads before elc files.
15421 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
15423         * international/mule.el (set-buffer-file-coding-system): If one of
15424         undecided-XXX is specified, change only EOL conversion.
15426         * international/mule-conf.el (unix): New alias for the coding
15427         system undecided-unix.
15429 2000-06-09  Dave Love  <fx@gnu.org>
15431         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15433         * progmodes/executable.el: Byte compile dynamic.
15434         (executable-insert): Change custom type.
15435         (executable-find): Add autoload cookie.
15436         (executable-make-buffer-file-executable-if-script-p): New
15437         function.  After Noah Friedman.
15439         * files.el (after-save-hook): Customize, with
15440         executable-make-buffer-file-executable-if-script-p as an option.
15442 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
15444         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15445         "tib24p-mule.bdf" for Tibetan.
15447         * composite.el (decompose-composite-char): Declare it as obsolete.
15449         * man.el (Man-fontify-manpage): Pay attention to underline and
15450         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15452 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
15454         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15455         Set maintainer to FSF since author isn't reachable.
15457 2000-06-08  Dave Love  <fx@gnu.org>
15459         * international/mule-cmds.el (select-safe-coding-system): If
15460         DEFAULT-CODING-SYSTEM is not specified, also check the most
15461         preferred coding-system if buffer-file-coding-system is
15462         `undecided'.  From Handa.
15464 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
15466         * international/mule.el
15467         (after-insert-file-set-buffer-file-coding-system): If the buffer
15468         size is greater than INSERTED, judget that we are not visiting.
15470 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
15472         * whitespace.el (defgroup whitespace): Comment out `:version'.
15473         XEmacs 20.4 has problems defining the group with this present.
15474         We'll have this commented out till get resolve the problem.
15476 2000-06-07  John Wiegley  <johnw@gnu.org>
15478         * align.el (align-dq-string-modes, align-sq-string-modes)
15479         (align-open-comment-modes): Add pyhton-mode.
15480         (align-rules-list): Use get-text-property instead of
15481         text-properties-at.
15482         (align-rules-list): Add python-assignment.
15483         (align-rules-list): Change perl-comma-delimiter to
15484         basic-comma-delimiter.  Use if for Perl modes and python-mode.
15485         (align-rules-list): Add python-chain-logic and
15486         basic-line-continuation.
15488 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
15490         * apropos.el (apropos-mode-hook): New user variable.
15491         (apropos-mode): Run apropos-mode-hook.
15493 2000-06-07  David Ponce  <david@dponce.com>
15495         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15496         commands.  Require `wid-edit' at run-time.
15498 2000-06-07  David Ponce  <david@dponce.com>
15500         * recentf.el: Added some "Commentary".
15501         (recentf-open-more-files, recentf-edit-list): Minor changes to
15502         move the point at the top of the file list.  This behaviour is
15503         consistent with the menu one when the list contains a lot of
15504         files.
15505         (recentf-cleanup): Now displays the number of items removed from
15506         the list.
15507         (recentf-relative-filter) New menu filter to show filenames
15508         relative to `default-directory'.
15510 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15512         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
15513         with/without giving an error if PostScript printer doesn't have this
15514         kind of page size.  Zebra Stripe continues or restarts on next page.
15515         Manual/automatic paper feeding.  Switch or not the header.
15516         (ps-print-version): New version number (5.2.2).
15517         (ps-windows-system): Include emx as a Windows system.
15518         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15519         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15520         (ps-background-text): Code fix.
15521         (ps-error-handler-message, ps-user-defined-prologue)
15522         (ps-print-prologue-header, ps-printer-name)
15523         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15524         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15525         (ps-use-face-background): Customization fix.
15526         (ps-n-up-database): Data fix.
15527         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15528         (ps-switch-header): New vars.
15529         (ps-xemacs-color-name, ps-face-foreground-name)
15530         (ps-face-background-name, ps-boolean-constant): New funs.
15532 2000-06-07  Dave Love  <fx@gnu.org>
15534         * allout.el: New version from Manheimer.
15536 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
15538         * textmodes/fill.el (fill-find-break-point): Check the validity of
15539         charset.
15541 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15543         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15544         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15545         Call display-color-p and display-mouse-p instead of looking at
15546         window-system.
15548 2000-06-06  Dave Love  <fx@gnu.org>
15550         * image.el (find-image): Doc fix.  Return nil if image not found.
15551         (put-image, insert-image): Make STRING arg optional.
15553 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
15555         * language/vietnamese.el: Remove eval-when-compile.
15556         (viet-viscii-nonascii-translation-table): Define it as a
15557         translation table made from viet-viscii-decode-table.
15558         (viet-viscii-encode-table): Define it as a translation table made
15559         from the reverse map of above.
15560         (viet-vscii-nonascii-translation-table): Define it as a
15561         translation table made from viet-vscii-decode-table.
15562         (viet-vscii-encode-table): Define it as a translation table made
15563         from the reverse map of above.
15564         (ccl-decode-viscii): Use translate-character.
15565         (ccl-encode-viscii, ccl-encode-viscii-font)
15566         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15567         Likewize.
15569         * language/cyrillic.el: Remove eval-when-compile.
15570         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15571         translation table made from cyrillic-koi8-r-decode-table.
15572         (cyrillic-koi8-r-encode-table): Define it as a translation table
15573         made from the reverse map of above.
15574         (ccl-decode-koi8): Use translate-character.
15575         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15576         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15577         a translation table made from cyrillic-alternativnyj-decode-table.
15578         (cyrillic-alternativnyj-encode-table): Define it as a translation
15579         table made from the reverse map of above.
15580         (ccl-decode-alternativnyj): Use translate-character.
15581         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15582         Likewize
15584         * international/mule-diag.el (non-iso-charset-alist): Specify
15585         translation table symbol instead of translation table itself.
15586         (list-block-of-chars): CHARSET may be a translation table symbol.
15588         * international/mule.el (make-coding-system): If CODING-SYSTEM
15589         already exists, override it.
15591         * international/fontset.el: Use family `proportional' for Tibetan
15592         fonts.
15594         * international/ccl.el (ccl-compile-translate-character): Don't
15595         check if Rrr has property translation-table.
15596         (ccl-compile-map-multiple): Modified to avoid compiler warning.
15598 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
15600         * info.el: Bind case-fold-search to t when searching in case
15601         a user sets it to nil in a hook.
15603 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
15605         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15606         * hl-line.el (hl-line-mode): Use the new :global key argument.
15608         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15609         (tar-clip-time-string): Prepend a space.
15610         (tar-grind-file-mode): Construct a string rather than modifying one.
15611         (tar-header-block-summarize): Fix docstring.
15612         Use `format' rather than an error-prone set of copy-loops.
15614         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15615         (diff-goto-source, diff-unified->context, diff-context->unified)
15616         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15617         understand the format output by the `-p' argument to diff.
15619         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15620         (sh-re-done): Use defconst.
15621         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15622         (sh-help-string-for-variable, sh-guess-basic-offset):
15623         Don't quote lambdas.
15624         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15625         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15627         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15628         (mh-letter-mode): Derive from text-mode.
15629         This implicitly means that it now calls kill-all-local-variables.
15630         Also remove the Emacs-18 compatibility code.
15632         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15633         Make use of symbol-property doc-string-elt.
15634         Use memq rather than a sequence of eq.
15635         (doc-string-elt): Fix the wrong or missing previously unused values.
15636         (autoload-print-form): New function extracted from
15637         generate-file-autoloads to allow recursion when handling progn
15638         so that defvar's and defun's docstrings are properly printed.
15639         (generate-file-autoloads): Use it.
15641         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15642         Use find-file-hooks in the minor-mode function.
15643         Be careful not to loop indefinitely in the post-command-hook function.
15645 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
15647         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15648         tty's.
15649         * ediff-diff.el (ediff-exec-process): Use --binary for fine
15650         differences whenever appropriate.
15651         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15652         * viper.el (find-file, find-file-other-window): Get viper to do
15653         wildcards.
15655 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
15657         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15658         (jit-lock-fontify-buffer): New function for JIT refontification.
15659         (jit-lock-mode): Fix docstring.
15660         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15661         Remove jit-lock-after-change from the _local_ hook.
15662         (jit-lock-function-1): Fix docstring.
15664         * info.el (Info-on-current-buffer): Initialize info.
15666         * newcomment.el (comment-indent): Ignore comment-indent-hook.
15668         * progmodes/tcl.el (tcl-indent-for-comment):
15669         Ignore comment-indent-hook.
15671         * emacs-lisp/easy-mmode.el: Require CL during compilation.
15672         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15673         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15674         and improve to use the lighter to guess the capitalization.
15675         (define-minor-mode): Inline code from easy-mmode-define-toggle.
15676         Add keyword arguments to specify global-ness or the custom group.
15677         Add local-map and help-echo properties to the lighter.
15678         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15679         (easy-mmode-define-global-mode): New macro.
15681 2000-06-02  Dave Love  <fx@gnu.org>
15683         * wid-edit.el: byte-compile-dynamic since we typically don't use
15684         all the widgets.  Don't require cl or widget.  Remove
15685         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
15686         (widget-read-event): Removed.  Callers changed to use read-event.
15687         (widget-button-release-event-p): Renamed from
15688         button-release-event-p.
15689         (widget-field-add-space, widget-field-use-before-change):
15690         Uncustomize.
15691         (widget-specify-field): Use keymap property, not local-map.
15692         (widget-specify-button): Obey :suppress-face.
15693         (widget-specify-insert): Use modern backquote syntax.
15694         (widget-image-directory): Renamed from widget-glyph-directory.
15695         (widget-image-enable): Renamed from widget-glyph-enable.
15696         (widget-image-find): Replaces widget-glyph-find.
15697         (widget-button-pressed-face): Move defvar.
15698         (widget-image-insert): Replaces widget-glyph-insert.
15699         (widget-convert): Use keywordp.
15700         (widget-leave-text, widget-children-value-delete): Use mapc.
15701         (widget-keymap): Remove XEmacs stuff.
15702         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15703         (widget-button-click): Don't set point at the click, but re-centre
15704         if we scroll out of window.  Rewritten for images v. glyphs &c.
15705         (widget-tabable-at): Use POS arg, not point.
15706         (widget-beginning-of-line, widget-end-of-line)
15707         (widget-item-value-create, widget-sublist, widget-princ-to-string)
15708         (widget-sexp-prompt-value, widget-echo-help): Simplify.
15709         (widget-default-create): Use widget-image-insert; some rewriting.
15710         (widget-visibility-value-create)
15711         (widget-push-button-value-create, widget-toggle-value-create): Use
15712         widget-image-insert.
15713         (checkbox): Create on and off images dynamically.
15714         (documentation-link): Change :help-echo.
15715         (widget-documentation-link-echo-help): Remove.
15717 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
15719         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15721         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15722         (easy-mmode-define-toggle, define-minor-mode): Use it.
15723         (easy-mmode-define-keymap): Docstring fix.
15724         (define-derived-mode): Default PARENT to fundamental-mode.
15725         Add the derived-mode-parent symbol-property.
15726         (easy-mmode-derived-mode-p): New function.
15728 2000-06-02  Dave Love  <fx@gnu.org>
15730         * files.el (convert-standard-filename): Doc fix.
15731         (normal-backup-enable-predicate): New function.
15732         (backup-enable-predicate): Use it to replace the lambda form.
15734         * calendar/todo-mode.el: [This needs more work on the outline
15735         stuff.]  Doc fixes.
15736         (todo) <defgroup>: Add :version.
15737         (todo-add-category): Don't use pushnew.
15738         (todo-cmd-raise): Fix typo.
15739         (todo-top-priorities): Change temp buffer name.
15740         (todo-category-alist): Avoid redundant lambda.
15741         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15742         Use outline-next-heading.
15744         * autoarg.el: Rewritten to use define-minor-mode.
15745         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15746         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15748 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
15750         * isearch.el (isearch-other-meta-char): Fix previous change.
15752 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15754         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15755         (log-edit-done): Only add the comment to the ring if it's different
15756         from the last comment entered.
15758         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15760 2000-06-01  Dave Love  <fx@gnu.org>
15762         * hl-line.el: Rewritten using define-minor-mode.
15764         * help.el (describe-function-1): Distinguish special form from
15765         builtin function.  Sanity-check presence of arglist for builtins.
15767 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
15769         * international/characters.el: Fix syntax/category setting of
15770         Tibetan characters.
15772         * language/tibet-util.el (tibetan-add-components): Fixes for new
15773         encoding of Tibetan characters.
15774         (tibetan-decompose-precomposition-alist): New variable.
15775         (tibetan-decompose-region): Convert precomposed characters to
15776         non-precomposed characters.
15777         (tibetan-decompose-string): Likewise.
15778         (tibetan-composition-function): Fix args to
15779         thibetan-compose-string.
15781         * language/tibetan.el (tibetan-composable-pattern): More
15782         characters included.
15783         (tibetan-consonant-transcription-alist): Rule for "R" added.
15784         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15785         "+R" added.
15786         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15788         * language/lao-util.el (lao-composition-function): Fix args to
15789         compose-string.
15791         * language/thai-util.el (thai-composition-function): Fix args to
15792         compose-string.
15794         * isearch.el (isearch-update): Set disable-point-adjustment to t
15795         to prevent the point moving to the end of a composition when a
15796         part of a composition is searched.
15797         (isearch-other-meta-char): If the key invoking this command can be
15798         mapped by function-key-map to a printing char, call
15799         isearch-process-search-char directly.
15801 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15803         * emacs-lisp/bytecomp.el:
15804         * frame.el:
15805         * international/mule-cmds.el:
15806         * international/mule-util.el:
15807         * international/mule.el:
15808         * mouse.el:
15809         * subr.el:
15810         * faces.el: Update calls to make-obsolete with a WHEN argument.
15812         * byte-run.el (make-obsolete, make-obsolete-variable):
15813         Add an optional WHEN argument and change the format of the
15814         symbol-property information.
15815         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15816         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15817         new obsolete-symbol-property format and print WHEN if it is provided.
15819 2000-05-31  Dave Love  <fx@gnu.org>
15821         * loadhist.el (loadhist-hook-functions): Remove
15822         before-change-function, after-change-function.
15823         (unload-feature): Deal with symbols which are both bound and
15824         fbound.
15826         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15827         before-change-function, after-change-function.
15829         * simple.el (newline): Don't bind before-change-function,
15830         after-change-function.
15832 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
15834         * whitespace.el (whitespace-rescan-timer-time): Update interval
15835         set to 600 seconds (10 minutes) instead of 60 seconds since
15836         a large number of whitespace buffers causes emacs to `freeze'
15837         for a considerable amount of time.
15839         * whitespace.el: Updated email address
15841 2000-05-31  Dave Love  <fx@gnu.org>
15843         * add-log.el (change-log-font-lock-keywords) <function>: Add
15844         pattern for function of change.
15845         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15846         acknowledgements patterns.
15848 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
15850         * isearch.el (isearch-printing-char): If keyboard coding system is
15851         being used, call isearch-process-search-multibyte-characters.
15853         * international/isearch-x.el: Mostly rewritten.
15855         * international/quail.el (quail-start-conversion): Don't include
15856         unhandled events in the returned events, but set them in
15857         unread-command-events.  Exit if all inputs are deleted.
15859 2000-05-30  Jason Rumney  <jasonr@gnu.org>
15861         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15863         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15864         Reenable code to create initial fontsets.
15865         Use set-fontset-font in place of put-charset-property.
15867 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
15869         * progmodes/perl-mode.el (perl-indent-line): When looking for a
15870         label, ensure that the first colon isn't followed by another.
15872         * paths.el (Info-default-directory-list): Doc fix.
15874         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15875         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15876         send a query containing USER only, not USER@HOST.
15878         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15879         and rmail-msgend to compute the restriction at the end, instead of
15880         computing it.
15882 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15884         * dabbrev.el (dabbrev-expand): Don't display messages in the
15885         echo area if the minibuffer window is active.
15887         * jit-lock.el (jit-lock-mode): Add after change function to
15888         local hook.
15890 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
15892         * antlr-mode.el: New commands: hide/unhide actions,
15893         upcase/downcase literals.
15894         (antlr-tiny-action-length): New user option.
15895         (antlr-hide-actions): New command.  Suggested by
15896         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15897         (antlr-mode-map): New binding [C-c C-v].
15898         (antlr-mode-menu): New entries.
15899         (antlr-downcase-literals): New command.
15900         (antlr-upcase-literals): Ditto.
15902         * antlr-mode.el: Minor changes: indendation, mode-name.
15903         (antlr-indent-line): Indent cpp directive at column 0.
15904         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15906         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15907         (antlr-font-lock-additional-keywords): Workaround for intentional
15908         bug in XEmacs version of font-lock.
15909         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
15910         be used by a smarter version of `buffers-menu-grouping-function'.
15912 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15914         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15915         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15917 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
15919         * international/encoded-kb.el
15920         (encoded-kbd-iso2022-designation-map): Pay attention to that
15921         charset-iso-final-char return -1 for eight-bit-control and
15922         eight-bit-graphic.
15924 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15926         * speedbar.el (speedbar-use-images, speedbar-update-flag)
15927         (speedbar-easymenu-definition-base): Use display-graphic-p where
15928         available, instead of window-system.
15930 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15932         * international/codepage.el (cp-coding-system-for-codepage-1): Add
15933         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15934         coding systems.
15936 2000-05-26  Dave Love  <fx@gnu.org>
15938         * disp-table.el (standard-display-underline): Don't use
15939         internal-find-face.
15941         * mail/reporter.el: Maintainer change.  Doc fixes.
15942         (reporter-version): Deleted.
15944         * emacs-lisp/elp.el: Maintainer change.
15945         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15947 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
15949         * add-log.el (add-change-log-entry): Merge the current entry with the
15950         previous one if the previous one is empty.
15952 2000-05-26  Dave Love  <fx@gnu.org>
15954         * loadhist.el (unload-feature): Fix interactive spec [from
15955         lijnzaad@ebi.ac.uk].
15957         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15958         subr-arity to check primitives.
15959         (byte-compile-flush-pending, byte-compile-file-form-progn)
15960         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15961         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15962         mapcar.
15964 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
15966         * international/fontset.el: Set family names of non-latin charsets
15967         in default fontset to "*".
15969         * international/mule-diag.el (print-fontset): Combine family part
15970         and registry part of the fontname by "-*-" instead of "-".
15972         * international/mule-cmds.el (encode-coding-char): Make strings
15973         multibyte before calling encode-coding-string.
15975 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15977         * derived.el: Fix keywords.
15978         (define-derived-mode): Only define if needed.
15980         * simple.el (fill-comment, comment-column, comment-start)
15981         (comment-start-skip, comment-end, comment-indent-function)
15982         (block-comment-start, block-comment-end, indent-for-comment)
15983         (set-comment-column, kill-comment, comment-padding, comment-region)
15984         (comment-multi-line, indent-new-comment-line): Remove.
15986         * bindings.el (esc-map): Change ; to comment-dwim and use the new
15987         function names for comment operations.
15989         * newcomment.el: Add abundant autoload cookies.
15990         (comment-style): Don't depend on runtime data at compile-time.
15991         (comment-indent-hook): Remove.
15992         (comment-indent): Check if comment-indent-hook is bound.
15993         (comment-region): Docstring fix.
15995 2000-05-25  Dave Love  <fx@gnu.org>
15997         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15998         byte-code-function-p.
16000         * mail/rmailsum.el: Add provide.
16002         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16004         * smerge-mode.el (smerge-diff-switches): Don't use list* in
16005         defcustom.
16007 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
16009         * ediff-diff.el (ediff-exec-process): delete --binary option from
16010         non-buffer ediff jobs.
16012 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16014         * hilit-chg.el (highlight-changes-mode): Ask about color or
16015         grayscale support, not about window-system.
16017         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16018         window-system.
16019         (ffap-highlight): Always default to t.
16021         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16022         display-popup-menus-p instead of looking at window-system.
16024         * disp-table.el (standard-display-g1, standard-display-graphic):
16025         Only refuse to use string glyphs on X and MS-Windows.
16027         * avoid.el: Remove window-system from commentary, suggest to use
16028         display-*-p instead.
16030         * apropos.el (apropos-print): Use display-mouse-p instead of
16031         window-system.
16033 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16035         * international/codepage.el (cp-decoding-vector-for-codepage):
16036         Fill up unsupported characters with their own codes.  From Kenichi
16037         Handa.
16039 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16041         * international/mule-diag.el (describe-char-after): Use
16042         display-graphic-p instead of window-system, so that this function
16043         works on MS-DOS.
16045 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16047         * international/codepage.el (cp-make-coding-systems-for-codepage):
16048         Remove the eight-bit-graphic and eight-bit-control charsets from
16049         the list of charsets which we convert into `?'.
16051 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
16053         * international/mule-conf.el: Specify CHARSET-ID explicitely for
16054         private charsets.
16055         (mule-unicode-0100-24ff, japanese-jisx0213-1,
16056         japanese-jisx0213-2): New charsets.
16058         * international/fontset.el: Setup default fontset for new charsets.
16060 2000-05-24  Dave Love  <fx@gnu.org>
16062         * info.el (Info-find-node-2): Restructure [following "Vadim
16063         S. Solomin" <sovs@uic.nnov.ru>].
16065         * icomplete.el: Fix header for Finder.
16067 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
16069         * rmailout.el (rmail-output-to-rmail-file): Added optional param
16070         STAY.
16072         * rmail.el (rmail-automatic-folder-directives): New user variable.
16073         (rmail-show-message): Add call to `rmail-auto-file' during
16074         display.
16075         (rmail-auto-file): New function.
16077 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
16079         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16080         account.
16081         (ediff-test-utility,ediff-diff-mandatory-option)
16082         (ediff-reset-diff-options): Utilities for proper initialization of
16083         ediff-diff-options and ediff-diff3-options on Windows.
16085         * ediff-init.el (ediff-merge-filename-prefix): New customizable
16086         variable.
16088         * ediff-mult.el (ediff-filegroup-action): Use
16089         ediff-merge-filename-prefix.
16091 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
16093         * viper-ex.el (ex-write): Set selective display to nil.
16095 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
16097         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16098         aliases for hebrew-iso-8bit.
16100 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
16102         * woman.el: New version from Francis J. Wright
16103         <F.J.Wright@Maths.QMW.ac.uk>.
16104         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16105         names in environment variables regardless of the path separator.
16106         (woman-topic-all-completions-1): Don't call file-name-directory-p
16107         on all files, since woman-file-regexp already filters out any
16108         directories.
16110 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
16112         * international/quail.el (quail-start-translation): Don't change
16113         modified-p of the current buffer.
16114         (quail-start-conversion): Likewise.
16116         * international/kkc.el (kkc-region): Don't change modified-p of
16117         the current buffer.
16119         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16120         conform to RFC1468.
16121         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16123 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
16125         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16126         (speedbar-insert-button): Invisible text property fix.
16127         (speedbar-directory-plus): Renamed from speedbar-directory-+
16128         (speedbar-directory-minus): Renamed from speedbar-directory--
16129         (speedbar-page-plus): Renamed from speedbar-file-+
16130         (speedbar-page-minus): Renamed from speedbar-file--
16131         (speedbar-page): Renamed from speedbar-file-
16132         (speedbar-tag): Renamed from speedbar-tag-
16133         (speedbar-tag-plus): Renamed from speedbar-tag-+
16134         (speedbar-tag-minus): Renamed from speedbar-tag--
16135         (speedbar-expand-image-button-alist): Use above renames.
16137         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16138         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16139         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16140         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16141         * sb-pg.xpm: Renamed from sb-file.xpm
16142         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16143         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16145 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
16147         * international/quail.el (quail-show-guidance-buf): Set
16148         current-input-method of the guidance buffer to the name of the
16149         curren input method.
16151 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
16153         * progmodes/compile.el (compile-internal): Style typo.
16155         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16156         quote vars and functions in the docstring.
16158         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16160         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16161         Don't quote lambdas.
16163         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16165 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16167         * startup.el (command-line): Determine source file of compiled
16168         user init file differently.  Warn if compiled user init file
16169         is older than its source file.
16171         * ffap.el (ffap-url-regexp): Add `https'.
16173 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
16175         * files.el (make-backup-file-name-1): Replace slashes with `!'
16176         rather than `|' (which is not allowed on Windows).  Replace the
16177         drive letters with a string "drive_X".
16179 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16181         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16183         * files.el (interpreter-mode-alist): Add `bash2'.
16185 2000-05-22  Dave Love  <fx@gnu.org>
16187         * loadhist.el (feature-symbols, file-provides, file-requires): Use
16188         mapc.
16189         (feature-file): Avoid calling symbol-name.  Doc fix.
16190         (file-set-intersect, file-dependents): Use dolist, not mapcar.
16191         (loadhist-hook-functions): Add mouse-position-function.
16192         (unload-feature): Change uses of mapcar.
16194         * files.el (parse-colon-path): Doc fix.
16195         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16196         (set-auto-mode): Use mapc.
16198         * complete.el (PC-look-for-include-file): Use :alnum: character
16199         class.
16200         (partial-completion-mode): Add autoload cookie.
16202 2000-05-22  Sam Steingold  <sds@gnu.org>
16204         * info.el (Info-fontify-node): Fixed the call to
16205         `add-text-properties' (bug introduced on 2000-05-18).
16207 2000-05-22  Dave Love  <fx@gnu.org>
16209         * bindings.el: Remove debug-ignored-errors set in other files.
16211         * progmodes/etags.el: Add to debug-ignored-errors.
16212         (visit-tags-table-buffer): Clear out buffers holding old tables
16213         when making a new list.
16214         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16215         mapc.
16217         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
16218         quote keywords.
16219         (cmpl-string-case-type): Use character classes.
16221         * comint.el:
16222         * textmodes/ispell.el:
16223         * imenu.el:
16224         * mail/mh-e.el:
16225         * progmodes/compile.el: Add to debug-ignored-errors.
16227         * dabbrev.el: Add to debug-ignored-errors.
16228         (dabbrev-completion): Use mapc.
16230 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
16232         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16233         (woman-mapcan, woman-parse-man.conf)
16234         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16235         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16236         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
16237         path syntax better.
16238         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16239         (woman-manpath): Call woman-parse-man.conf.
16240         (woman-emulation): New defcustom, defaults to nroff.
16241         (woman-font-support): New defconst.
16242         (woman-use-symbol-font): New defcustom.
16243         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16244         "Emulation".
16245         Many functions: Doc fix.
16247 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
16249         * international/quail.el (quail-simple-translation-keymap): Map
16250         128..255 to quail-self-insert-command.
16251         (quail-keyboard-layout-alist): Add definition for "pc102-de".
16253 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
16255         * help.el (help-manyarg-func-alist): Typo.
16257         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16258         intervals which makes it heaps simpler.
16260         * newcomment.el (comment-region-internal): Go back to BEG after quoting
16261         the nested comment markers.
16263         * subr.el (remove-hook): Don't turn the hook's value into a list.
16265 2000-05-21  Dave Love  <fx@gnu.org>
16267         * edmacro.el (edmacro-parse-keys): Return vector if any elements
16268         are invalid characters.
16270         * international/mule-util.el (detect-coding-with-priority): Use
16271         mapc.  Remove redundant lambda.
16273         * international/mule-diag.el (list-non-iso-charset-chars)
16274         (describe-fontset): Remove redundant lambda.
16276         * emulation/crisp.el (brief-mode): New alias.
16278         * emacs-lisp/ring.el (ring-elements): New function.
16280         * emacs-lisp/easymenu.el (easy-menu-create-menu)
16281         (easy-menu-do-add-item): Use keywordp.
16283         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16285         * replace.el: Doc and error message fixes.
16286         (replace-highlight): Use facep, not internal-find-face.
16288 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
16290         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16292         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16293         (log-edit-insert-changelog): Drop `:' as well.
16295         * log-view.el: Fix file description.
16296         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16297         available.
16298         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16299         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16301         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16302         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16303         Print a status message if the toggle is called interactively.
16304         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16305         for global minor modes and use `defcustom' for them.
16306         Use add-minor-mode.
16307         (easy-mmode-define-derived-mode): Remove.
16308         (define-derived-mode): Fancier default docstring.
16309         (easy-mmode-define-navigation): Signal an error rather than (ding).
16311         * newcomment.el (comment-styles): New `box-multi'.
16312         (comment-normalize-vars): Better default for comment-continue to
16313         avoid whitespace-only continuations.
16314         (comment-search-forward): Always move even in the no-syntax case.
16315         (comment-padright): Only obey N if it's only obeyed for padleft.
16316         (comment-make-extra-lines): Better handling of empty continuations.
16317         Use `=' for the filler if comment-start has only one character.
16318         (uncomment-region): Try handling the special `=' filler.
16319         (comment-region): Allow LINES even if MULTI is nil.
16320         (comment-box): Choose box style based on comment-style.
16322 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
16324         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16325         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16327 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
16329         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16330         and insert, not subst-char-in-region.
16332         * international/mule-diag.el (list-character-sets-1): Handle
16333         charsets eight-bit-control and eight-bit-graphic.
16334         (list-iso-charset-chars): Likewise.
16335         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16336         charactes as is.  Use indent-to to align characters.
16338         * international/mule-cmds.el (find-multibyte-characters): Never
16339         exclude charsets eight-bit-control and eight-bit-graphic.
16341 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16343         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16344         Don't quote lambdas.
16346         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16348 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16350         * gud.el (gud-jdb-directories): Doc fix.
16352 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16354         * newcomment.el: New file.
16356 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16358         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16360 2000-05-18  Andreas Schwab  <schwab@suse.de>
16362         * dired.el (dired-between-files): Also skip lines beginning with
16363         `used'.
16365 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
16367         * msb.el (msb-menu-cond): Add choice `user'.
16369 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16371         * ps-print.el: Compatibility, customization and doc fix.
16372         (ps-printer-name-option): Replace defconst by defvar.
16373         (ps-postscript-code-directory): XEmacs compatibility.
16374         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16375         fix.
16376         (ps-user-defined-prologue, ps-print-prologue-header)
16377         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16378         compatibility and code fix.
16379         (ps-print-background-image, ps-print-background-text):
16380         Customization fix.
16381         (ps-line-number-start, ps-n-up-on): New vars.
16383 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
16385         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16386         the indent-comment function to just return the appropriate indent.
16388 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
16390         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16391         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16392         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16394 2000-05-18  Dave Love  <fx@gnu.org>
16396         * info.el (Info-fontify-node): Add intangible property as well as
16397         invisible.
16399         * calendar/appt.el (appt-make-list): Match all lines of entry.
16400         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16402 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
16404         * international/mule-diag.el (describe-char-after): Call
16405         internal-char-font, not char-font.  If internal-char-font returns
16406         nil, display "-- none --".
16408 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16410         * image.el (image-type-available-p): Don't reference image-types
16411         if it isn't bound.
16413 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
16415         * autoarg.el (autoarg-mode): Typo in the :set argument.
16417 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16419         * startup.el (command-line-1): Don't signal an error if the
16420         directory for auto-save-list files does not yet exist.
16422 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
16424         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16426 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
16428         * subr.el (remove-hook): `setq' hook-value, not `set'.
16430 2000-05-16  Sam Steingold  <sds@gnu.org>
16432         * info.el (debug-ignored-errors): More errors to ignore.
16434 2000-05-16  Dave Love  <fx@gnu.org>
16436         * cus-edit.el: Don't require cl or easymenu.
16437         (custom-variable-prompt): Test standard-value property, not
16438         user-variable-p.
16440 2000-05-16  Sam Steingold  <sds@gnu.org>
16442         * subr.el (add-hook): `setq' hook-value, not `set'.
16444 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
16446         * startup.el (command-line-1): Mention the FAQ in the startup
16447         message.
16449         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16451         * progmodes/compile.el (compilation-parse-errors): Collect
16452         `nomessage' regexps last.
16454         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16456         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16457         to the function name.
16459 2000-05-15  Dave Love  <fx@gnu.org>
16461         * speedbar.el (speedbar-recenter): Typo.
16462         (speedbar-expand-line): Make arg optional.
16463         (speedbar-mode): Avoid a compiler warning.
16465 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16467         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16468         user-specified option string is empty.
16470         * mouse.el (mouse-yank-at-click): Doc fix.
16472 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
16474         * term/internal.el (IT-character-translations): More updates of
16475         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16476         documents.
16478 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16480         * env.el (getenv): New function, interactively callable.
16481         (setenv, getenv): Remove autoload cookies.
16483         * loadup.el: Load `env'.
16485         * progmodes/f90.el: Change author's mail address.
16487 2000-05-14  Dave Love  <fx@gnu.org>
16489         * mail/rmail.el (rmail-show-message-hook): Customize and offer
16490         goto-addr as an option.
16492         * help.el (help-xref-stack): Doc fix.
16493         (help-xref-following): New variable.
16494         (help-make-xrefs): Use it.
16495         (help-xref-go-back): Use position information from stack element.
16496         (help-follow): Make position in stack element a pair.  Use
16497         help-xref-following.
16499         * autoarg.el: New file.
16501         * faces.el: Declare more functions obsolete.
16503         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16504         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16505         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16506         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16507         Remove all the setup-...-environment functions.
16509 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
16511         * speedbar.el: Updated the commentary section.  xemacs20p now uses
16512         >= when detecting.  Require `defimage' safely.
16513         (speedbar-easymenu-definition-base): Add toggle for images.
16514         (speedbar-easymenu-definition-special): Add flush cache & expand.
16515         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
16516         (speedbar-reconfigure-keymaps-hook): New variable.
16517         (speedbar-frame-parameters): Updated documentation.
16518         (speedbar-use-imenu-flag): Updated custom tag
16519         (speedbar-dynamic-tags-function-list): New variable.
16520         (speedbar-tag-hierarchy-method): Updated doc & custom.
16521         (speedbar-indentation-width, speedbar-indentation-width) New
16522         variables.
16523         (speedbar-hide-button-brackets-flag): Customizable.
16524         (speedbar-vc-indicator): Doc update.
16525         (speedbar-ignored-path-expressions): Updated default value.
16526         (speedbar-supported-extension-expressions): Updated default value.
16527         (speedbar-syntax-table): Remove {} paren status.
16528         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16529         as "+".  Added overlay aliases.
16530         (speedbar-mode): Use `speedbar-mode-line-update' instead of
16531         `force-mode-line-update'.
16532         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16533         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16534         `mouse-set-point'
16535         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16536         (speedbar-item-info-tag-helper): Revamped to handle a wider range
16537         of arbitrary text, and new helper functions.
16538         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16539         filename finder.
16540         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16541         (speedbar-directory-buttons): Update path search/expansion.
16542         (speedbar-make-tag-line): Pay attention to
16543         `speedbar-indentation-width'.  Use more care w/ invisible
16544         properties.
16545         (speedbar-change-expand-button-char): Call
16546         `speedbar-insert-image-button-maybe'.
16547         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16548         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16549         (speedbar-trim-words-tag-hierarchy)
16550         (speedbar-simple-group-tag-hierarchy): New functions
16551         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16552         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16553         functions.
16554         (speedbar-mouse-set-point): New function
16555         (speedbar-power-click): Updated documentation.
16556         (speedbar-line-token, speedbar-goto-this-file): Handle more types
16557         of tag prefix text.
16558         (speedbar-expand-line, speedbar-contract-line): Make more robust
16559         to strange text.
16560         (speedbar-expand-line): Takes universal argument to flush the
16561         cache.
16562         (speedbar-flush-expand-line): New function.
16563         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16564         Use new generator insertion method.
16565         (speedbar-fetch-dynamic-tags): New function.
16566         (speedbar-fetch-dynamic-imenu): Removed code now handled in
16567         `speedbar-fetch-dynamic-imenu'.
16568         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16569         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16570         "Revert Buffer" menu items.
16571         (speedbar-buffer-buttons-engine): Be smarter when creating a
16572         filename tag (for expansion purposes.).
16573         (speedbar-highlight-one-tag-line,
16574         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16575         (speedbar-recenter): New functions.
16576         (defimage-speedbar): Image loading abstraction.
16577         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16578         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16579         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16580         (speedbar-tag-type, speedbar-tag-mail): New images.
16581         (speedbar-expand-image-button-alist): New variable.
16582         (speedbar-insert-image-button-maybe): Insert an image over some
16583         buttons.
16585 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
16587         * international/mule-cmds.el (encode-coding-char): An ASCII
16588         character is always encodable.
16590         * international/mule-conf.el: Add more information in descriptions
16591         of character sets.
16593         * international/mule-diag.el (describe-char-after): New function.
16594         (describe-font-internal): Adjusted for the change of font-info.
16595         (describe-font): Likewise.
16596         (print-fontset): Rewritten for the new fontset implementation.
16597         (describe-fontset): Include fontset alias names in completion.
16598         (list-fontsets): Adjusted for the change of print-fontset.
16600         * simple.el (what-cursor-position): If DETAIL is non-nil, call
16601         describe-char-after instead of displaying the detail in the echo
16602         area.
16603         (syntax-code-table): Format changed.
16604         (string-to-syntax): Adjusted for the above change.
16606 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
16608         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16610 2000-05-12  Dave Love  <fx@gnu.org>
16612         * calendar/todo-mode.el: Remove some compatibility stuff and CL
16613         dependence.  Use line-{beginning,end}-position, not
16614         point-at{b,e}ol.  Some doc fixes.
16615         (todo-position): New function.  Fix callers of position to use it.
16616         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16618 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
16620         * time.el (display-time-mail-icon): Use `:ascent center'.
16622         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16623         handling FTP security extensions.
16625 2000-05-11  Dave Love  <fx@gnu.org>
16627         * calendar/todo-mode.el: New file.
16629 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
16631         * comint.el (comint-read-input-ring): Move reference to
16632         comint-input-ring-size outside of the save-excursion.  It was
16633         causing the default value to be the only one ever seen.
16635         * font-lock.el: Update copyright.  Remove Simon Marshall's email
16636         address on request from him.
16638         * subr.el (substitute-key-definition): Add comment describing
16639         the meaning of PREFIX.
16641 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
16643         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16645         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16646         (add-minor-mode): Don't make the variable buffer-local and add a
16647         reference to define-minor-mode in the docstring.
16649         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16650         HEADER/FOOTER and fix bug with trailing empty directory.
16651         (cvs-append-to-ignore): Use vc-editable-p if available.
16652         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16653         (vc-do-command): Tweak advice to handle the new VC.
16655         * log-view.el (log-view-goto-rev): New function for the new VC.
16656         (log-view-minor-wrap): Use mark-active.
16658         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16659         (log-edit-changelog-full-paragraphs): New var.
16660         (log-edit-insert-changelog): Remove a lonely leading `* file'.
16661         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16662         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16663         (log-edit-changelog-ours-p, log-edit-changelog-entries)
16664         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16665         Replace the `cvs' prefix with `log-edit'.
16667         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16669         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16670         (diff-font-lock-defaults): Explicitly turn off multiline.
16671         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16672         (diff-ediff-patch): Fix call to ediff-patch-file.
16673         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16674         Handle comments.
16676         * frame.el (automatic-hscrolling): Typo.
16678         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16680 2000-05-09  Sam Steingold  <sds@goems.com>
16682         * apropos.el (apropos-print): use `describe-face' instead of
16683         `customize-face-other-window'.
16685 2000-05-09  Dave Love  <fx@gnu.org>
16687         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16689         * help.el (describe-variable): Have customize button pop the
16690         help-xref stack when invoked.
16691         (help-xref-symbol-regexp): Add `face'.
16692         (help-make-xrefs): Check for quoted face names and adapt regexp
16693         submatch numbers to cope.
16694         (help-xref-interned): Maybe insert face doc too.  Separate
16695         sections with a line of hyphens.
16697         * faces.el:  Some doc fixes.  Declare some functions obsolete.
16698         (describe-face): Add customize button.  Return the help
16699         text.  Fix prompt.
16701 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
16703         * term/internal.el (IT-character-translations): Fix last change.
16705 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16707         * woman.el: New file
16708         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16710 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16712         * term/internal.el (IT-character-translations): Update ASCII
16713         simulations for greek-iso8859-7, add latin-iso8859-14 and
16714         latin-iso8859-15.
16716         * international/mule-cmds.el (set-language-info-alist): Call
16717         define-prefix-command with 3 arguments, to make the map suitable
16718         for a menu.
16720 2000-05-07  Dave Love  <fx@gnu.org>
16722         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16724 2000-05-05  Dave Love  <fx@gnu.org>
16726         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16727         list in doc string.  Don't quote keyword symbols.
16728         * emacs-lisp/cl.el: Likewise
16729         * emacs-lisp/cl-seq.el: Likewise
16731 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
16733         * abbrev.el (abbrev-mode): Make ARG optional.
16735 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
16737         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16739         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16741         * subr.el (substitute-key-definition): Clarify documentation.
16743 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
16745         * glasses.el (glasses-convert-to-unreadable): Use
16746         `glasses-separator' instead of the hard-wired "_".
16747         (glasses-mode): Call `glasses-make-unreadable' only in a single
16748         place.
16750 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
16752         * term/internal.el (cjk-codepages-alist): Add associations for
16753         Chinese and Korean codepages.  Remove FIXME comment.
16755 2000-05-03  Dave Love  <fx@gnu.org>
16757         * time.el (display-time-mail-face, display-time-use-mail-icon):
16758         New option.
16759         (display-time-mail-icon): New variable.
16760         (display-time-string-forms): Use the above.  Fix the local-map.
16762 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
16764         * replace.el (query-replace-map): Add binding for `E'.
16765         (query-replace-help): Extend help text.
16766         (perform-replace): Allow editing the replacement string.
16768         * make-mode.el (makefile-mode-abbrev-table): New variable.
16769         (makefile-mode): Set local abbrev table to
16770         makefile-mode-abbrev-table.
16771         (makefile-font-lock-keywords): Fontify includes and conditionals.
16773         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16774         set TOGGLE's value.
16776         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16777         mail-interactive-insert-alias.
16778         (mail-abbrev-complete-alias): New command.
16779         (mail-mode-map): Bind it to `M-TAB'.
16781 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
16783         * language/lao-util.el (lao-compose-region): New function.
16785 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
16787         * files.el (recover-session): Make directories as necessary
16788         if they don't exist yet.
16790         * calendar/cal-french.el
16791         (french-calendar-multibyte-special-days-array)
16792         (french-calendar-special-days-array): Change French text.
16793         (calendar-french-date-string): Change output.
16794         (calendar-goto-french-date): Likewise.
16796 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
16798         * wid-edit.el (widget-default-active): Obey `:always-active'.
16799         (widget-documentation-string-value-create): Set `:always-active'.
16801 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16803         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16804         default prefix to `~/_emacs.d/auto-save.list/_s'.
16805         (normal-top-level): Create the directory for auto-save files, if
16806         it doesn't already exist (in the ms-dos case only).
16808 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16810         * international/mule-cmds.el (set-language-environment): Don't
16811         concat an integer (dos-codepage), use format instead.
16813 2000-05-02  Dave Love  <fx@gnu.org>
16815         * help.el (help-xref-on-pp): Check for constant symbols.
16817 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
16819         * startup.el (normal-top-level): Put a condition-case around
16820         the code loading subdirs.el.
16822 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16824         * ps-print.el: Upside-down and face background color printing,
16825         line number step, doc fix.
16826         (ps-print-version): New version number (5.2).
16827         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16828         (ps-face-attribute-list, ps-plot-with-face): Code fix.
16829         (ps-spool-config): Var fix.
16830         (ps-printer-name-option): Const fix.
16831         (ps-print-upside-down, ps-use-face-background)
16832         (ps-line-number-step): New vars.
16833         (ps-window-system, ps-lp-system): New consts.
16834         (ps-face-background): New fun.
16836 2000-04-28  Richard Stallman  <rms@gnu.org>
16838         * files.el (make-auto-save-file-name):
16839         Apply auto-save-file-name-transforms to visited file name
16840         before generating auto save file name.
16841         (auto-save-file-name-transforms): New variable.
16843         * files.el (backup-enable-predicate):
16844         Correctly test for a file under a temporary directory.
16846 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
16848         * subr.el (add-minor-mode): Rewritten.
16850 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
16852         * mail/sendmail.el (sendmail-send-it): Set
16853         buffer-file-coding-system to the selected coding system for MIME
16854         header.
16856 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
16858         * dired.el (dired-move-to-filename-regexp): Allow format where
16859         YYYY is followed by two spaces.
16861         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16862         in the second character class of the regexp.
16864         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16865         mh-etc, too.
16867         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16868         nil.
16870         * subr.el (add-minor-mode): Use `set' instead of `setq'.
16872         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16873         argument.
16875 2000-04-27  Sen Nagata <sen@eccosys.com>
16877         * emacs-lisp/crm.el (crm-completion-table): New variable.
16878         (crm-collection-fn, crm-test-completion)
16879         (completing-read-multiple): Use it.
16881 2000-04-27  Dave Love  <fx@gnu.org>
16883         * help.el (locate-library): Use mapc.
16884         (help-manyarg-func-alist): Add call-process-region.
16886 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
16888         * subr.el (add-minor-mode): Make argument MAP optional.
16890         * desktop.el (desktop-save): Save list of minor modes.
16891         (desktop-create-buffer): Restore minor modes.
16892         (desktop-minor-mode-table): New user-option.
16894         * subr.el (add-minor-mode): New function.
16896         * image.el (find-image): New function.
16897         (defimage): Rewritten to find image at load time.
16899         * startup.el (normal-top-level-add-to-load-path): Handle
16900         case that the default directory is not in load-path.
16902         * help.el: Old patch from Stefan Monnier.
16903         (help-xref-on-pp): New function.
16904         (describe-variable): Use it to display xrefs in a symbol's value.
16906 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
16908         * cus-edit.el (custom-face): Fix parenthesis.
16910 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
16912         * mail/rmail.el (rmail-expunge): When there are no deleted
16913         messages, do nothing.
16915 2000-04-26  Dave Love  <fx@gnu.org>
16917         * international/mule-cmds.el (locale-translation-file-name):
16918         Defvar to nil.
16919         (set-locale-environment): Set it here (at runtime).
16921 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
16923         * replace.el (perform-replace): Add parameters START and END.  Use
16924         them instead of the check for a region in Transient Mark mode.
16925         (query-replace-read-args): Return two more list elements for the
16926         start and end of the region in Transient Mark mode.
16927         (query-replace, query-replace-regexp, query-replace-regexp-eval)
16928         (map-query-replace-regexp, replace-string, replace-regexp): Add
16929         optional last arguments START and END and pass them to
16930         perform-replace.
16932         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16933         form with additional arguments for perform-replace.
16935         * progmodes/etags.el (tags-query-replace): Add parameters START
16936         and END.  Construct a form with additional arguments for
16937         perform-replace.
16939         * simple.el (shell-command): Set default directory for "*Shell
16940         Command Output" buffer.
16942         * language/european.el (iso-latin-4): Fix typo.
16944         * emacs-lisp/crm.el: New file.
16946 2000-04-24  Dave Love  <fx@gnu.org>
16948         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16949         (Custom-reset-saved, Custom-reset-standard)
16950         (custom-group-value-create, custom-group-set, custom-group-save)
16951         (custom-group-reset-current, custom-group-reset-saved)
16952         (custom-group-reset-standard): Use mapc.
16953         (custom-buffer-create-internal): Disable undo when creating items.
16954         Use mapc.
16955         (custom-face): Avoid redundant lambda.
16957 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16959         * startup.el (auto-save-list-file-prefix): Set default to
16960         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16962 2000-04-24  Sam Steingold  <sds@gnu.org>
16964         * time-stamp.el (time-stamp-string-preprocess): Always convert
16965         `field-result' to a string.
16967 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16969         * frame.el (scrolling): New group.
16970         (automatic-hscrolling): New user-option.
16972         * startup.el (command-line-x-option-alist): Add `-lsp' and
16973         `--line-spacing'.
16975 2000-04-19  Dave Love  <fx@gnu.org>
16977         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16978         (cl-mapc): Rename from mapc.  Fix the funcall.
16980 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
16982         * simple.el (clone-indirect-buffer-other-window): New command.
16983         (clone-indirect-buffer): Add optional arg NORECROD.
16984         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16986         * help.el (resize-temp-buffer-window): Use count-screen-lines.
16988         * window.el (count-screen-lines): New function.
16989         (shrink-window-if-larger-than-buffer): Use count-screen-lines
16990         instead of window-buffer-height.
16992         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16993         non-existing variable comint-input-sentinel.
16994         (inferior-lisp-args-to-list): Removed.
16995         (inferior-lisp): Use split-string instead of
16996         inferior-lisp-args-to-list.
16998         * hexl.el (hexl-insert-hex-string): New command.
17000         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17001         instead of concat.
17003 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
17005         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17006         at the start of an existing but empty folder.
17008 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17010         * ps-mule.el: Customization fix, doc fix.
17011         (ps-multibyte-buffer): Customization fix.
17013 2000-04-17  Richard M. Stallman  <rms@gnu.org>
17015         * subr.el (read-passwd): Use read-char-exclusive.
17017 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
17019         * textmodes/texinfo.el (texinfo-insert-@email)
17020         (texinfo-insert-@emph, texinfo-insert-@quotation)
17021         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17022         (texinfo-mode-map): Add key bindings for them.
17024         * files.el (basic-save-buffer-2): Use a template with `$'
17025         instead of `#' for VMS.
17027         * simple.el (clone-indirect-buffer): New function.
17029 2000-04-16  Stephen Eglen  <stephen@gnu.org>
17031         * iswitchb.el (iswitchb-case): New function.  If the user input
17032         contains any upper-case characters, the search is made
17033         case-sensitive.
17035 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
17037         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17038         comment-end.
17039         (texinfo-font-lock-syntactic-keywords): New var.
17040         (texinfo-font-lock-keywords): Remove comment regexp.
17041         (texinfo-insert-block): New function.
17042         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17043         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
17044         and font-lock-defaults.  Use regexp-opt for outline-regexp.
17045         (texinfo-environments): New var.
17046         (texinfo-environment-regexp): Use regexp-opt and
17047         texinfo-environments.
17049         * textmodes/ispell.el (ispell-menu-map-needed): Check that
17050         ispell-process is bound since this might be eval'd before ispell
17051         is loaded.
17052         (ispell-message): Use a tiny bit less magic and a bit more hard
17053         data to figure out what kind of sc-cite-regexp to use.
17055         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17057         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17058         (insert-cyclic-diary-entry): Unquote the lambda.
17060         * gud.el (gud-jdb-build-source-files-list): Fix typo.
17062         * files.el (backup-enable-predicate): Unquote the lambda.
17064         * cus-edit.el (custom-face, face): Unquote the lambda.
17066 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17068         * ps-print.el: Check for line-beginning-position definition.
17070         * ps-print.el: Fix counting lines in a region.
17071         (ps-print-version): New version number (5.1.5).
17072         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17073         (ps-printing-region): Fun code fix.
17075 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
17077         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17078         to file-directory-p.
17080 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
17082         * gud.el (gud-jdb-build-source-files-list): Check that directory
17083         exists before calling directory-files.
17085 2000-04-13  Dave Love  <fx@gnu.org>
17087         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
17088         syntax.
17090         * emacs-lisp/cl-specs.el: Remove when, unless.
17092         * emacs-lisp/cl-extra.el: Don't quote keywords.
17093         (cl-old-mapc): New variable.
17094         (mapc): Use it.
17095         (cl-map-intervals): Use with-current-buffer.  Don't check for
17096         next-property-change.
17097         (cl-map-overlays): Use with-current-buffer.
17098         (cl-expt): Remove.
17099         (copy-tree, remprop): Define unconditionally.
17101         * emacs-lisp/cl-compat.el (keywordp): Remove.
17103         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
17104         to use keywordp.
17105         (edebug-spec): Enable keywordp.
17107         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17108         string-lessp.
17110         * cus-start.el: Use keywordp.
17112 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17114         * diary-lib.el (include-other-diary-files): Fix the fix of
17115         2000-02-18 by doing a save-excursion.
17117 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17119         * ps-print.el: Customization fix, doc fix.
17120         (ps-print-version): New version number (5.1.4).
17121         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17122         (ps-print-preprint): Adjust code.
17123         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17124         (ps-print-prologue-header, ps-print-control-characters)
17125         (ps-spool-config): Customization fix.
17127 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
17129         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17130         converted to the new menu-item format, names silightly changed,
17131         help strings added.
17133         Support for spelling without async subprocesses:
17135         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17136         (ispell-session-buffer): New variables.
17137         (ispell-start-process, ispell-process-status,
17138         ispell-accept-output, ispell-send-string): New functions, for
17139         Ispell invocation when async subprocesses aren't supported.
17140         (ispell-word, ispell-pdict-save, ispell-command-loop,
17141         ispell-process-line, ispell-buffer-local-parsing): Replace calls
17142         to process-send-string with calls to ispell-send-string, and
17143         accept-process-output with ispell-accept-output.
17144         (ispell-init-process): Call ispell-process-status instead of
17145         process-status with.
17146         (ispell-init-process): Call ispell-start-process.  Call
17147         ispell-accept-output and ispell-send-string.  Don't call
17148         process-kill-without-query and kill-process if they are unbound.
17149         (ispell-async-processp): New function.
17151 2000-04-12  Dave Love  <fx@gnu.org>
17153         * info.el: Add debug-ignored-errors.
17154         (Info-mode-menu): Add some items.
17155         (Info-directory): Add autoload cookie.
17157         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17158         Modify `truncate-lines'.  Make `describe-language-environment'
17159         always visible and add help.  Modify `describe-key' help.  Invoke
17160         Info-directory from `info'.  New entry `emacs-manual'.
17162 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17164         * progmodes/ebrowse.el (ebrowse-tree-mode):
17165         Use propertized-buffer-identification.
17166         (ebrowse-update-member-buffer-mode-line): Likewise.
17167         (ebrowse--mode-strings): Removed.
17168         (ebrowse--mode-line-props): Removed.
17170         * files.el (auto-mode-alist): Add `EBROWSE'.
17172         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17173         space before testing for end of buffer.
17174         (ebrowse-load): Removed.
17175         (ebrowse-revert-tree-buffer-from-file): Rewritten.
17176         (ebrowse-create-tree-buffer): Rewritten.
17177         (ebrowse-tree-mode): Read tree from buffer.
17179         * progmodes/ebrowse-ffh.el: Removed.
17181 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
17183         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17185 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17187         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17188         at the wrong place.
17190 2000-04-09  Dave Love  <fx@gnu.org>
17192         * files.el (backup-enable-predicate):
17193         Use temporary-file-directory, small-temporary-file-directory.
17194         (make-backup-file-name-function, backup-directory-alist): New vars.
17195         (make-backup-file-name-1): New function.
17196         (make-backup-file-name): Use it.
17197         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
17198         (file-newest-backup): Use make-backup-file-name.
17200 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
17202         * progmodes/ebrowse-ffh.el: New file.
17204         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17205         Moved to ebrowse-ffh.el.
17206         (ebrowse-load): Add autoload.
17208         * finder.el (finder-commentary): Add autoload cookie.
17210         * mail/rfc2368.el: Correct author's email address.
17212         * progmodes/ebrowse.el: New file.
17214         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17215         item help string.
17216         (easy-menu-do-add-item): Ditto.
17217         (easy-menu-define): Extend doc string.
17219         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17220         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17221         (jit-lock-function, jit-lock-stealth-fontify): Don't use
17222         with-buffer-unmodified.
17224 2000-04-08  Dave Love  <fx@gnu.org>
17226         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17227         unless, when.
17229 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
17231         * viper-util.el (viper-put-on-search-overlay): New subroutine.
17232         (viper-flash-search-pattern): No operation when using Emacs
17233         doesn't support face.
17234         Use `viper-put-on-search-overlay'.
17236 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
17238         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17239         like C-r.
17241         * progmodes/make-mode.el: Some doc fixes.
17242         (makefile-mode-abbrev-table): New variable.
17243         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17244         (makefile-font-lock-keywords): Fontify includes and conditionals.
17245         (toplevel): Require `dabbrev' and `add-log' when compiling.
17247         * replace.el (perform-replace): Don't move forward one char
17248         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
17249         to do that because it leaves point 1 position after the last
17250         replacement, after everything has been replaced.
17252         * jit-lock.el (with-buffer-unmodified): New macro.
17253         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17254         modified state.
17255         (jit-lock-function-1): Extracted from jit-lock-function; not
17256         preserving buffer's modified state.
17257         (jit-lock-function, jit-lock-stealth-fontify):
17258         Call jit-lock-function-1.
17260         * mail/rfc2368.el: Remove supernumerary copyright line.
17262 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
17264         * glasses.el: Provide facilities for inserting space before left
17265         parentheses and uncapitalization of identifiers.
17266         (glasses-mode): Try to remove old overlays in all cases.
17268 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
17270         * progmodes/compile.el (compile-internal): Display the compilation
17271         buffer in a different frame, if it's already displayed there.
17273         * mail/rfc2368.el: New file.
17275         * simple.el (sendmail-user-agent-compose): Recognize a `body'
17276         header and insert its value as mail body.
17278         * subr.el (member-ignore-case): New function.
17280         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17281         (dabbrev--find-expansion): Ignore buffers matching a regexp
17282         from dabbrev-ignored-regexps.
17284         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17285         to extensions handled by gzip.
17287 2000-04-03  Richard M. Stallman  <rms@gnu.org>
17289         * files.el (insert-directory): List the total free space
17290         along with the used space.
17292         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17293         line is followed by one that matches CITATION-REGEXP, end the
17294         paragraph.
17296 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
17298         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17299         (rmail-make-basic-summary-line): Use that option.
17301 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
17303         * international/mule-cmds.el (encoded-string-description):
17304         Rewritten.   Try pretty description for ISO 2022 escape sequences
17305         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
17306         for hexadecimal format.
17308 2000-04-01  Dave Love  <fx@gnu.org>
17310         * cpp.el: Change customization group to `c' from `C'.
17312         * vcursor.el (vcursor-move): Use display-color-p.
17314         * international/mule-util.el: Provide mule-utils.
17315         (string-to-sequence): Simplify and speed up.
17317         * international/mule.el (make-coding-system): Purecopy doc-string.
17319         * international/mule-cmds.el: Various menu changes.
17320         (describe-specified-language-support): Handle `Default'.
17321         (set-language-info): Purecopy `info'.
17323 2000-03-31  Andrew Innes  <andrewi@gnu.org>
17325         * vc.el (vc-backend-diff): Return the correct status if we had to
17326         retry the rcsdiff command without the --brief option.
17328 2000-03-31  Dave Love  <fx@gnu.org>
17330         * help.el (help-manyarg-func-alist): Correct several omissions.
17332         * add-log.el: Don't require cl, fortran.
17333         (add-log-current-defun-function): Doc fix.
17334         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
17335         (change-log-version-rcs): Function deleted.
17336         (change-log-version-number-search): Doc fix.
17337         Use vc-workfile-version. Avoid CL dolist.
17338         (add-change-log-entry): Just call add-log-current-defun to get
17339         defun.  Simplify somewhat.
17340         (change-log-get-method-definition-1): Likewise.
17341         (add-log-current-defun): Return nil if calling
17342         add-log-current-defun-function does so.  Move Fortran stuff to
17343         fortran.el.  Return string without properties.
17345         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17346         and :alpha: char classes.
17348         * mail/supercite.el: Defvar curline when compiling.
17349         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17350         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17351         rather than a-zA-Z0-9 to allow non-ASCII characters.
17353 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
17355         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17357         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17358         Re-enable new code.
17360         * lpr.el (print-region-1): Use -d to specify printer name for
17361         systems `usg-unix-v*, `dgux', `hpux', `irix'.
17363 2000-03-31  Dave Love  <fx@gnu.org>
17365         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17366         Look for function definition in symbol's function value slot first
17367         instead of first consulting byte-compile-function-environment.
17369 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
17371         * language/european.el ("Polish"): New language environment.
17372         (setup-polish-environment): New function.
17374 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
17376         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17377         Disable new code.
17379         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17380         trying to `load' the symbol of an autoload instead of the file
17381         recorded in the autoload.  Fix error messages.
17383 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17385         * ps-print.el: PostScript programming fix for ghostview, doc fix.
17386         (ps-print-version): New version number (5.1.3).
17387         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17388         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17389         (ps-generate-postscript-with-faces): Code fix.
17390         (ps-color-values): XEmacs compatibility.
17391         (ps-print-background-image, ps-print-background-text, ps-printer-name)
17392         (ps-default-fg, ps-default-bg): Adjust customization.
17393         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17394         (ps-color-scale): Renaming old ps-color-value fun.
17395         (ps-print-headers): Replace ps-print-header group to avoid conflict
17396         with ps-print-header variable.
17397         (ps-print-miscellany): New group.
17398         (ps-format-color, ps-rgb-color): New funs.
17399         (ps-default-foreground): New var.
17400         (ps-printer-name-option): New const.
17402 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
17404         * net/net-utils.el:
17405         (network-connection-host, network-connection-service): New variables
17406         (network-connection-mode): New mode, derived from comint-mode
17407         (network-connection-mode-setup): New function, saves host and
17408         service information in local variables.
17410         * lisp/locate.el:
17411         (locate-word-at-point): Added this function
17412         (locate): Default to using locate-word-at-point as input
17413         Run dired-mode-hook
17415 2000-03-29  Dave Love  <fx@gnu.org>
17417         * calendar/appt.el: Doc fixes.
17418         (appt-check): Convert min-to-app to a string before passing to
17419         appt-disp-window-function or concat.
17420         (appt-delete-window): Remove test for frame-root-window.
17421         (appt-select-lowest-window, appt-convert-time): Simplify.
17423         * emacs-lisp/bytecomp.el: Doc fixes.
17424         (byte-compile-file-form-autoload):
17425         Update byte-compile-function-environment.
17427 2000-03-29  Andreas Schwab  <schwab@suse.de>
17429         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17431         * dired.el (dired-insert-directory): If dired-free-space-program
17432         failed just delete its output.
17434 2000-03-29  Dave Love  <fx@gnu.org>
17436         * international/iso-cvt.el: Move provide to end.  Doc fixes.
17437         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17438         (iso-iso2sgml, iso-sgml2iso): New functions.
17439         (iso-cvt-define-menu): Fix some entries and use backquote for
17440         clarity.
17442         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17444 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
17446         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17447         ISO-DATE.  If non-nil, return date in ISO 8601 format.
17449 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
17451         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17452         if it ever becomes used.
17453         (log-edit-mode-hook): Default to vc-log-mode-hook.
17454         (log-edit-mode): Fix the docstring.
17456         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17457         the code.
17459 2000-03-26  Dave Love  <fx@gnu.org>
17461         * net/browse-url.el (browse-url): Re-fix case of
17462         browse-url-browser-function being an alist.
17463         (browse-url): Add :link to defgroup.
17465         * files.el: Doc fixes.
17466         (file-truename): Include `[' in wildcard characters.
17467         (automount-dir-prefix): Customize.
17468         (find-file-wildcards): Add :version.
17469         (find-file-noselect): Simplify a mapcar call.
17471         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17472         compatible with inf-lisp version.
17473         (eval-defun-1): Fix custom-declare-variable case.
17475 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
17477         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17479 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17481         * Makefile (COMPILE_FIRST): New macro.
17482         (compile-files): Compile files from COMPILE_FIRST first.
17484         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17486         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17487         matching open parenthesis in column 0 to defun-prompt-regexp
17488         only if open-paren-in-column-0-is-defun-start is set.
17490         * sun-curs.el: Require CL at compile-time only.
17492         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17493         instead of copy-list which is a function from CL.
17494         (msb--choose-menu, msb--mode-menu-cond)
17495         (msb--create-buffer-menu-2): Use dolist instead of mapc.
17496         (msb--init-file-alist): Use mapcar instead of mapcan.
17497         (msb--aggregate-alist): Use mapcar instead of mapcan.
17498         Fix `(' in column 0 in doc string.
17499         (msb--add-separators): Use mapcar instead of mapcan.
17501         * cus-dep.el: Require CL at compile-time only.
17503 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
17505         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17506         (byte-compile-warnings): New warning `noruntime'.
17507         (byte-compile-constants, byte-compile-variables): Fix docstring.
17508         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17509         execute `eval-whenc-compile's body.
17510         (byte-compile-unresolved-functions): Fix docstring.
17511         (byte-compile-eval): New function.
17512         (byte-compile-callargs-warn): Check if the function will be available
17513         at runtime (via property `byte-compile-noruntime').
17514         (byte-compile-print-syms): New function.
17515         (byte-compile-warn-about-unresolved-functions): Also warn about
17516         `noruntime' functions (and use `byte-compile-print-syms').
17517         (byte-compile-file): Capitalize the message.
17519 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17521         * mail/rmail.el (rmail-confirm-expunge): New user-option.
17522         (rmail-expunge): Ask for confirmation depending on the setting
17523         of rmail-confirm-expunge.
17525 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
17527         * Makefile (bootstrap-clean): If $(emacs) exists, build
17528         loaddefs.el first.  A loaddefs.el that's not up-to-date might
17529         cause a bootstrap failure because things don't autoload as expected.
17531 2000-03-23  Dave Love  <fx@gnu.org>
17533         * net/browse-url.el: Restore previous use of
17534         browse-url-maybe-new-window.
17536 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17538         * ps-print.el: Skip banner page fix.
17539         (ps-print-version): New version number (5.1.2).
17540         (ps-begin-file, ps-end-file, ps-generate): Code fix.
17542 2000-03-23  Dave Pearson  <davep@davep.org>
17544         * net/quickurl.el Changed the type of parameter passed to the
17545         function defined by `quickurl-format-function'. Before only the
17546         text of the URL was passed. Now the whole URL structure is passed
17547         and the function is responsible for extracting the parts it requires.
17548         Changed the default of `quickurl-format-function' accordingly.
17549         (quickurl-insert): Changed the `funcall' of
17550         `quickurl-format-function' to match the above change.
17551         (quickurl-list-insert): Changed the `url' case so that it makes
17552         use of `quickurl-format-function', previous to this the format was
17553         hard wired.
17555 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
17557         * startup.el: Change some spellings for the X Window System.
17559 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
17561         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17562         Clean up the code and the regexp and make sure the cursor is
17563         temporarily moved to the suspicious line while querying the user.
17565 2000-03-22  Jason Rumney  <jasonr@gnu.org>
17567         * w32-fns.el (w32-charset-info-alist): Initialize.
17569 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17571         * ps-print.el: N-up last page fix.
17572         (ps-print-version): New version number (5.1.1).
17573         (ps-end-file, ps-end-job, ps-generate): Code fix.
17575 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17577         * files.el (find-file-run-dired): Update docstring.
17578         (find-directory-functions): New hook.
17579         (find-file-noselect): Run find-directory-functions rather than
17580         calling dired directly.
17582         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17584         * pcvs.el: Add a minimal leading commentary.
17585         (cvs-make-cvs-buffer): Change the header part by removing the startup
17586         message and adding a `Module' entry.  Also replace the FOOTER and
17587         HEADER special fileinfos with the new support in ewoc for updating
17588         its own footer and header.
17589         (cvs-update-header): Update to use the header/footer of the ewoc.
17590         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17591         (cvs-is-within-p): New function.
17592         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17593         to only examine some subset of the buffers.
17595         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17596         `format' instead of our own ad-hoc functions.
17597         Remove HEADER and FOOTER cases, now handled in the EWOC.
17598         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17600         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17601         output to avoid scaring the user.
17602         (cvs-parse-table): Catch message for non-up-to-date commits.
17604         * pcvs-defs.el (cvs-startup-message): Remove.
17605         (cvs-global-menu): New autoloaded menu.
17607         * pcvs-util.el (cvs-string-fill): Remove.
17609         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17610         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17611         PP part of it and also make it work for footers and headers.
17612         (ewoc-create): Drop POS and BUFFER arguments.
17613         Use the DLL's dummy node to store the end-of-footer position.
17614         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17615         (ewoc-refresh): Remove unused `header' variable.
17616         (ewoc-(get|set)-hf): New functions.
17618         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17619         log-view-*-(message|file) and use easy-mmode-define-navigation.
17620         (log-view-message-re): Match SCCS format as well.
17621         And match the revision line rather than the dashed separator line.
17622         (log-view-mode): Use the new define-derived-mode.
17623         (log-view-current-tag): Fill in with an actual implementation.
17625         * cvs-status.el (cvs-status-(prev|next)): Rename from
17626         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17627         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17628         to let the output "breathe" a little more (more readable).
17629         (cvs-status-mode): Use the new define-derived-mode.
17631         * smerge-mode.el (smerge-auto-leave): New function and variable.
17632         (smerge-basic-map): Rename from smerge-basic-keymap.
17633         Change the bindings for smerge-diff-*.
17634         (smerge-*-map): Use easy-mmode-defmap.
17635         (smerge-(next|prev)): Use easy-mmode-define-navigation.
17636         (smerge-keep-*): Use smerge-auto-leave.
17638 2000-03-21  Jason Rumney  <jasonr@gnu.org>
17640         * cus-edit.el (custom-button-face): Use 3D look for w32.
17641         (custom-button-pressed-face): Likewise.
17643 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
17645         * progmodes/etags.el (tags-case-fold-search): New user-option.
17646         (tags-loop-eval): New function.  Bind case-fold-search around eval
17647         depending on the value of tags-case-fold-search.
17648         (tags-loop-continue): Use tags-loop-eval.
17649         (find-tag-in-order): Bind case-fold-search depending on the value
17650         of tags-case-fold-search.
17652 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17654         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17655         (diff-end-of-hunk): Return the end position for use in
17656         `easy-mmode-define-navigation'.
17657         (diff-recenter): Remove.
17658         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17659         of `easy-mmode-define-navigation'.
17660         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17661         previous renaming) and fix to use new names.
17662         (diff-merge-strings): Use \n as separator: simpler, faster.
17663         (diff-mode): Use `define-derived-mode'.
17665         * derived.el (define-derived-mode): Don't autoload anymore.
17666         Prefer the macro-only version provided by easy-mmode.el.
17668         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17669         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
17670         (easy-mmode-define-navigation): New macro.
17672         * subr.el (combine-run-hooks): New function.
17674 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
17676         * term/x-win.el: Fontsets related initialization is simplified.
17678         * international/mule-diag.el (describe-font): Don't refer to
17679         global-fontset-alist, instead call font-list.
17680         (describe-fontset, list-fontsets, mule-diag): Likewise.
17681         (print-fontset): Adjusted for the change of fontset implementation.
17683         * international/fontset.el (x-charset-registries): Variable removed,
17684         instead the corresponding data is stored in the default fontset.
17685         (register-alternate-fontnames): Function removed.
17686         (resolved-ascii-font): Variable removed.
17687         (x-compose-font-name): Ignore the second argument REDOCE.
17688         (x-complement-fontset-spec): Complement only an ASCII font and
17689         element for those charsets than can use that ASCII font.
17690         (generate-fontset-menu): Don't refer to global-fontset-alist,
17691         instead call fontset-list.
17692         (uninstantiated-fontset-alist): Variable removed.
17693         (x-style-funcs-alist): Likewise.
17694         (fontset-default-styles): Likewise.
17695         (x-modify-font-name): Function removed.
17696         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17697         (create-fontset-from-ascii-font): Docsting adjusted for the above
17698         change.
17699         (instantiate-fontset, resolve-fontset-name): Functions removed.
17700         (fontset-list): Now implemented by C code.
17702         * faces.el (read-face-font): Fix TABLE arg to completing-read.
17703         (describe-face): Include `font' attribute in the description.
17705 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
17707         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17709 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
17711         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17712         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17713         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17715         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17716         about behavior of set-buffer-modified-p wrt redisplay.
17718 2000-03-19  Richard M. Stallman  <rms@gnu.org>
17720         * view.el (view-mode-disable): Kill local binding of view-read-only.
17722 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
17724         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17725         is a string, convert it to a syntax cell using string-to-syntax.
17727         * simple.el (syntax-code-table, syntax-flag-table): New variables.
17728         (string-to-syntax): New function.
17730         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17731         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17732         try to use passive ftp mode.
17734 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
17736         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17738         * simple.el (append-to-buffer): Update point of windows after
17739         insertion.
17741         * abbrev.el (inverse-add-abbrev): Identify word by first moving
17742         forward then moving backward.  Reindent.
17744         * frame.el (other-frame): Call x-focus-frame only if
17745         focus-follows-mouse is off.
17747 2000-03-17  Dave Love  <fx@gnu.org>
17749         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17751 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
17753         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17754         regexp for labels cannot span several lines.
17756         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17757         `(setq :<key> ':<key>)' to the macro expansion.
17759 2000-03-16  Dave Love  <fx@gnu.org>
17761         * progmodes/f90.el (f90): Put custom group under `languages', not
17762         `fortran'.
17763         (f90-mode-hook): Customize.
17764         (f90-mode): Set add-log-current-defun-function.
17765         (f90-current-defun): New function.
17767 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
17769         * cus-edit.el (custom-variable-tag-face): Handle case that
17770         default face's height is not a number.
17771         (custom-face-tag-face, custom-group-tag-face-1)
17772         (custom-group-tag-face): Ditto.
17773         (custom-group-tag-face-1): Add :group.
17775         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17777 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
17779         * pcvs-defs.el (toplevel): Remove autoload cookie for form
17780         requiring easymenu.
17782 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17784         * ps-print.el: PostScript user-defined prologue, PostScript error
17785         handler, doc fix.
17786         (ps-print-version): New version number (5.1).
17787         (ps-user-defined-prologue, ps-error-handler-message)
17788         (ps-print-prologue-0, ps-error-handler-alist): New vars.
17789         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17790         (ps-insert-string): New function.
17792 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
17794         * international/ccl.el (ccl-compile-expression): Don't generate
17795         invalid self-assignment code.
17797 2000-03-14  Dave Love  <fx@gnu.org>
17799         * subr.el (replace-regexp-in-string): Renamed from
17800         replace-regexps-in-string.  Doc fix.
17802 2000-03-12  Dave Love  <fx@gnu.org>
17804         * cus-edit.el: Doc fixes.
17805         (customize-set-variable, customize-save-variable): Rename args for doc.
17806         (custom-variable-tag-face, custom-face-tag-face)
17807         (custom-group-tag-face-1, custom-group-tag-face): Modify from
17808         style which user identify as hyperlink.
17809         (hook): Don't add undefined functions to the hook.
17810         (debug-ignored-errors): Transfer message from bindings.el.
17812 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17814         * recentf.el (recentf-keep-non-readable-files-p):
17815         Remove double/nested definition.
17817 2000-03-12  Dave Love  <fx@gnu.org>
17819         * facemenu.el (facemenu-get-face): Use display-color-p.
17820         * enriched.el (enriched-decode-foreground): Likewise.
17821         (enriched-decode-background): Likewise.
17822         * isearch.el (isearch-highlight): Likewise.
17823         * info-look.el (info-lookup): Likewise.
17824         * simple.el (completion-setup-function): Likewise.
17826         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17827         :options.
17829         * bindings.el (mode-line-format): Fix line-number and
17830         column-number items.  Add help-echo for the background.
17831         (mode-line-mule-info): Modify help-echo.
17833         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17835         * files.el (load-file): Allow completion to .elc.
17837         * man.el: Doc fixes.
17838         (Man-init-defvars): Use display-color-p to set fontification.
17840         * play/hanoi.el (hanoi-internal): Don't use oddp.
17842 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17844         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17846         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17848 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17850         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17851         Fix comment.
17853 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
17855         * font-lock.el (font-lock-keywords): Fix the doc now that
17856         regexp-opt-depth is unnecessary.
17857         (save-buffer-state): Set an edebug spec.
17858         (font-lock-fontify-anchored-keywords): Properly handle the case when
17859         the matcher goes past the limit.
17861         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17862         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17864         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
17865         dll.el and cookie.el (from Elib) with heavy renaming and other
17866         massaging.
17868         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17869         Autoload the functions used.
17870         (easy-mmode-define-syntax): Fix CL typo.
17871         (easy-mmode-define-derived-mode): Improve the docstring generation.
17873 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
17875         * textmodes/texinfo.el (texinfo-version): Variable and function
17876         removed.
17878 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
17880         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17881         allow more flexibility.
17882         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17883         (easy-mmode-defmap, easy-mmode-defsyntax)
17884         (easy-mmode-define-derived-mode): New macros.
17886 2000-03-09  Didier Verna  <didier@xemacs.org>
17888         * rect.el (replace-rectangle): New function.
17890 2000-03-09  Dave Love  <fx@gnu.org>
17892         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17893         (fortran-comment-line-start-skip): Don't match cpp stuff.
17894         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
17895         (fortran-mode-map): Remove over-eager custom-menu-create for now.
17896         (fortran-mode): Don't set fortran-comment-line-start-skip,
17897         fortran-comment-line-start here.  Set comment-start,
17898         add-log-current-defun.
17899         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17900         (fortran-current-defun): New function.
17902 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
17904         * emacs-lisp/re-builder.el: New file.
17906         * mouse.el (mouse-drag-region): Don't run up-event handler
17907         if hscroll has changed.
17909         * octave-mod.el (octave-font-lock-keywords): To font-lock the
17910         builtin operators, use `font-lock-builtin-face' for Emacs and
17911         `font-lock-preprocessor-face' otherwise.
17913         * font-lock.el (lisp-font-lock-keywords-1): Highlight
17914         `(defun (setf foo)' differently.
17916 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
17918         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17919         (regexp-opt): Update comment and adapt the code the new meaning of
17920         the `paren' argument of regex-opt-group for shy-groups.
17921         (regexp-opt-depth): Handle shy groups as well as backslashed
17922         backslashes.
17923         (regexp-opt-group): Turn the leading comment into a docstring.
17924         Allow `paren' to be a string (the string to use to open a group).
17925         Remove open-presuf and close-presuf.  Instead of checking for `all
17926         one-char' and then later on check for `several one-char', handle
17927         both cases close together.  Also apply a more generic algorithm
17928         for suffixes (the mirror image of the algorithm used for
17929         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
17930         (regexp-opt-try-suffix): Removed.
17932         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17933         from comint-mode-map, so we can just inherit from it.  Also, move
17934         the initialization into the `defvar' since there's no docstring
17935         anyway and it's fairly short.
17936         (inferior-scheme-mode): Define it as derived-mode: the code is
17937         shorter and this way we inherit from comint-mode-map rather than
17938         copying it.
17940         * subr.el (replace-regexps-in-string): Properly handle the case
17941         where we match an empty string.
17943         * comint.el (comint-exec-1): Add the current-dir to the exec-path
17944         when the command has a directory component (such as "./testml").
17945         Also fix a typo in the comment.
17947 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
17949         * Makefile (compile-files): Compile files one by one because
17950         that's the only way to ensure a clean compilation environment for
17951         each individual file.
17953         * frame.el (other-frame): Call x-focus-frame.
17955 2000-03-07  Dave Love  <fx@gnu.org>
17957         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17958         :require to defcustom.
17960         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17962         * files.el (auto-mode-alist): Add configure.in.
17964         * progmodes/autoconf.el: New file.
17966 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
17968         * mail/mh-e.el: Change maintainer to `none'.
17970         * recentf.el (recentf-keep-non-readable-files-p): Quote args
17971         to remove-hook and add-hook.
17973 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17975         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17976         it as the default.
17977         (mail-send): Test mail-send-nonascii also for the new `mime' value.
17978         (sendmail-send-it): Conditionally add MIME headers specifying the
17979         used character set.
17981 2000-03-07  Dave Love  <fx@gnu.org>
17983         * winner.el: Fix keywords, autoload cookies.
17984         Split eval-when-compile form to avoid compilation failure.
17986 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
17988         * international/mule.el: Modify comment about coding system
17989         property `coding-category'.
17990         (make-coding-system): New argument EOL-TYPE.  Pay attention to
17991         coding-category property of PROPERTIES.
17993         * international/mule-conf.el (coding-category-utf-8)
17994         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17995         categories.  Include them in the argument for set-coding-priority.
17997         * international/mule-cmds.el (reset-language-environment):
17998         Include coding-category-utf-8, coding-category-utf-16-be, and
17999         coding-category-utf-16-le in the argument for set-coding-priority.
18000         (reset-language-environment): Initialize coding-category-utf-8,
18001         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18003 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
18005         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18006         code abstracted out of `bookmark-jump-noselect'.  Now tries info
18007         extensions as well as compression extensions.
18008         (bookmark-jump-noselect): Use above new func.
18010 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
18012         * strokes.el: Change maintainer's mail address.
18014 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
18016         * international/mule-diag.el (list-character-sets): Make help-echo
18017         string by substitute-command-keys.
18018         (list-character-sets): Likewise.
18019         (sort-listed-character-sets): Call help-setup-xref.
18021 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
18023         * time.el (display-time-mail-file): Add `none' to the list of choices.
18025 2000-03-01  Dave Love  <fx@gnu.org>
18027         * help.el (help-xref-go-back): Don't try to set position.
18029         * international/mule-diag.el (list-character-sets):
18030         Call help-setup-xref.  Add help-echo to xrefs.
18031         (list-character-sets-1): Add help-echo to xrefs.
18033 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
18035         * frame.el (blink-cursor-mode): Switch cursor on when turning
18036         the mode off.
18038         * add-log.el (add-log-current-defun): Add support for
18039         Autoconf mode.
18041         * mail/rmail.el (rmail-quit-hook): New variable.
18043 2000-03-01  Dave Love  <fx@gnu.org>
18045         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18047         * help.el (help-xref-button): Add help-echo arg.
18048         (describe-function-1, describe-variable, help-make-xrefs): Use it.
18050         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18052         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18054 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
18056         * image.el (defimage): Look for image files in load-path.
18058         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18060 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18062         * recentf.el (recentf): Added version tag to the defgroup of recentf.
18064 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18066         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18067         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18068         action to select/unselect a file.
18069         (recentf-edit-list): Code cleanup and improvement.
18070         (recentf-open-more-files-action): `recentf-open-more-files' button
18071         widget action to open a file.
18072         (recentf-open-more-files): No more use standard completion but widgets.
18073         (recentf-more-collection): Deleted.
18074         (recentf-more-history): Deleted.
18075         (recentf-setup-more-completion): Deleted.
18077 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18079         * recentf.el (recentf-mode): No more needs that Emacs is running
18080         under a window-system.
18082 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18084         * recentf.el (recentf-edit-list): New command to edit the recent
18085         list which allow the user to remove files.
18086         (recentf-edit-selected-items): New global variable, used by
18087         `recentf-edit-list' to hold the list of files to be removed from
18088         the recent list.
18089         (recentf-make-menu-items): Updated to display a "Edit list..."
18090         menu item.  Minor code cleanup.
18092 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18094         * recentf.el (recentf-open-more-files): New command to open files
18095         that are not displayed in the menu.
18096         (recentf-more-collection): New global variable holding the set of
18097         permissible completions used by `recentf-open-more-files'.
18098         (recentf-more-history): New global variable holding the history list
18099         used by `recentf-open-more-files' completion.
18100         (recentf-setup-more-completion): New function to setup completion for
18101         `recentf-open-more-files'.
18102         (recentf-make-menu-items): Updated to display a "More..." menu item.
18104 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18106         * recentf.el (recentf-menu-action): Doc fixed.
18108 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18110         * recentf.el (recentf-menu-filter): Doc updated.
18111         (recentf-update-menu-hook): Allow menu filters to force menu update.
18112         (recentf-make-menu-items): New menu filter handling.
18113         (recentf-make-menu-item): New helper function.
18114         (recentf-menu-elements): New menu handling function.
18115         (recentf-sort-ascending): Updated to new menu filter handling.
18116         (recentf-sort-descending): Updated to new menu filter handling.
18117         (recentf-sort-basenames-ascending): New menu filter function.
18118         (recentf-sort-basenames-descending): New menu filter function.
18119         (recentf-show-basenames): New menu filter function.
18120         (recentf-show-basenames-ascending): New menu filter function.
18121         (recentf-show-basenames-descending): New menu filter function.
18123 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18125         * diary-lib.el (list-diary-entries): Don't try to go forward at
18126         the end of the buffer.
18128 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
18130         * international/mule-diag.el (list-character-sets):
18131         Completely rewritten.
18132         (sort-listed-character-sets): New function.
18133         (list-character-sets-1): Completely rewritten.
18134         (list-character-sets-2): New function.
18135         (non-iso-charset-alist): New variable.
18136         (decode-codepage-char): New function.
18137         (charset-history): New variable.
18138         (read-charset) (list-block-of-chars)
18139         (list-iso-charset-chars)
18140         (list-non-iso-charset-chars)
18141         (list-charset-chars): New functions.
18142         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18143         (dump-charsets): Likewise.
18145 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
18147         * dired-x.el (dired-filename-at-point): Add `@' to valid
18148         file name characters.
18149         (dired-filename-at-point): Handle ange-ftp file names.
18151         * frame.el (frame-notice-user-settings): Use assq-delete-all
18152         instead of assoc-delete-all.
18153         (frame-notice-user-settings): Ditto.
18155         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18156         Don't copy alist.
18158 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
18160         * calculator.el (calculator-use-menu): New option.
18161         (calculator-initial-bindings): Changed some bindings to work as macros.
18162         (calculator-forced-input): Removed.
18163         (calculator-restart-other-mode): New variable.
18164         (calculator-mode-map): Set up menu.
18166 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
18168         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18170 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
18172         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18173         translate all ESC key sequences.
18174         (viper-goto-mark-subr): Restore markers for files for which
18175         they were saved.
18176         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18177         * viper-util.el (viper-set-replace-overlay-glyphs)
18178         (viper-set-replace-overlay): Always check if the replacement
18179         overlay is live.
18180         * viper.el (viper-vi-state-mode-list): Add major modes.
18181         * ediff-wind.el: Minor comment changes.
18182         * ediff.el: Copyright notice date fix.
18184 2000-02-27  Jason Rumney  <jasonr@gnu.org>
18186         * faces.el (face-font-family-alternatives): Add arial to helv.
18187         (mode-line, header-line, tool-bar): Same default as x for w32.
18188         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18189         face-font-family-alternatives from working.
18190         * term/w32-win.el (mouse-set-font): Do not build fontset from
18191         chosen font.
18193 2000-02-25  Sam Steingold  <sds@goems.com>
18195         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18196         properly.
18198 2000-02-25  Richard M. Stallman  <rms@gnu.org>
18200         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18202 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
18204         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18206         * frame.el (busy-cursor-delay-seconds): New option.
18208 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
18210         * frame.el (show-cursor-in-non-selected-windows): New option.
18212 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18214         * diary-lib.el (include-other-diary-files): Undo the selective
18215         display in any included file and don't kill it.
18217 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
18219         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18220         Menu items converted to (menu-item format, help strings added.
18221         [downcase, upcase]: Don't enable on MS-DOS.
18222         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18223         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18225 2000-02-23  Dave Love  <fx@gnu.org>
18227         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18228         (backward-kill-word): Revert addition of * to interactive spec --
18229         it's a feature.
18231         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18232         (backward-kill-sentence, kill-sentence): Likewise.
18234         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18235         scratch buffer name.
18236         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
18238         * term/w32-win.el (internal-face-interactive): Update prompt for
18239         new read-face-name.
18241         * mail/footnote.el (footnote): Add :version to defgroup.
18242         (footnote-section-tag-regexp): Customize.
18243         (footnote-start-tag, footnote-end-tag): New option.
18244         (footnote-latin-regexp): New variable.
18245         (Footnote-latin): New function.
18246         (footnote-style-alist): Add element for latin style.
18247         (footnote-style): Moved.
18248         (Footnote-goto-footnote): Use eq to test arg.
18250         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18252         * emacs-lisp/byte-opt.el: Change old backquote syntax.
18253         (byte-compile-trueconstp): Include keywords.
18254         (byte-optimize-quote, byte-optimize-lapcode):
18255         Use byte-compile-const-symbol-p.
18256         (byte-optimize-char-before): New optimization.
18258         * emacs-lisp/bytecomp.el: Change old backquote syntax.
18259         (byte-compile-const-symbol-p): New function.
18260         (byte-compile-constp, byte-compile-out-toplevel)
18261         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18262         Use it.
18264         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
18266 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
18268         * international/encoded-kb.el: Be sure to update minor-mode-alist
18269         and minor-mode-map-alist.
18270         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18271         codes SS2 and SS3 correctly.
18272         (encoded-kbd-self-insert-ccl): New function.
18273         (encoded-kbd-setup-keymap): New function.
18274         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
18275         by calling encoded-kbd-setup-keymap.
18277         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18278         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18280 2000-02-22  Dave Love  <fx@gnu.org>
18282         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18283         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18284         (lisp-mode-syntax-table): Set up for #|...|# comments.
18285         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
18286         classes.  Match `defface'.
18287         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18288         (eval-defun-1): Fix for defcustom.
18289         (lisp-indent-region): Doc fix.
18291         * subr.el (when, unless, split-string): Doc fix.
18292         (read-passwd): Move call of clear-this-command-keys to the right place.
18293         (replace-regexps-in-string): New function.
18295 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
18297         * help.el (describe-variable): Set syntax table to
18298         emacs-lisp-mode-syntax-table when moving forward over the
18299         symbol's name.
18301 2000-02-22  Dave Love  <fx@gnu.org>
18303         * xt-mouse.el: Doc fixes.
18304         (xterm-mouse-position-function): New function, replacing advice of
18305         mouse-position.
18306         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
18308         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18310 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
18312         * format.el (format-annotate-single-property-change):
18313         Handle properties.with dotted-list values.
18314         (format-proper-list-p): New function.
18316         * enriched.el (enriched-face-ans): Handle '(foreground-color
18317         . COLOR) and (background-color . COLOR).
18319 2000-02-20  Dave Love  <fx@gnu.org>
18321         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18322         and assignments to it.
18323         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18324         current local map.
18325         (make-flyspell-overlay): Use it.
18326         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18328         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18329         (lm-get-header-re): Defun, not defsubst.
18330         (lm-get-package-name): Defun, not defsubst.  Simplify.
18331         (lm-version): Doc fix.  Simplify.
18332         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18333         (lm-crack-address, lm-last-modified-date, lm-commentary)
18334         (lm-verify, lm-synopsis): Simplify.
18335         (lm-report-bug): Require emacsbug.  Use compose-mail.
18337 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
18339         * dired.el (dired-mode): Call propertized-buffer-identification
18340         to set mode-line-buffer-identification to something having
18341         the right text properties.
18343         * bindings.el (propertized-buffer-identification): New function.
18345 2000-02-20  Dave Love  <fx@gnu.org>
18347         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18348         check for t-mouse too.
18350         * cus-start.el: Make echo-keystrokes `number'.
18352 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
18354         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18355         Don't call ring-empty-p unless tags-location-ring is bound.
18356         From Noah Friedman <friedman@splode.com>.
18358 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
18360         * progmodes/hideshow.el (hs-flag-region): No longer use
18361         `intangible' overlay property.
18363         (hs-toggle-hiding): New command.
18364         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18366         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18367         Fix omission bug: Run `hs-minor-mode-hook' for both activation
18368         and deactivation.
18370 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
18372         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18374 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18376         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18378         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18379         of `*' to handle `(* ... *)' comments.
18381 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
18383         * faces.el (list-faces-display): Use display-mouse-p instead of
18384         window-system.
18386         * menu-bar.el (global-map): Menu-bar items converted to the new
18387         format (menu-item..., rearranged for better CUA compliance, and
18388         their names changed for better clarity.  Help strings added.
18390         * international/mule-cmds.el (mule-menu-keymap)
18391         (describe-language-environment-map, set-coding-system-map)
18392         (setup-language-environment-map): Convert to new (menu-item...
18393         form, add help strings.  Change names of menu items for better clarity.
18394         "Mule" menu-bar item removed (it's now in the "Options" submenu).
18396 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18398         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18399         within the code.
18401 2000-02-16  Dave Love  <fx@gnu.org>
18403         * faces.el: Don't require custom.  Add more specific :groups to
18404         various deffaces.
18405         (set-face-attribute): Purecopy args.
18406         (read-face-name): Default to name at point and use it in prompt.
18407         Remove colon from arg in all callers.
18408         (list-faces-display): Hyperlink to face descriptions and customize
18409         buffers.
18411 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
18413         * wid-edit.el (widget-match-inline): An atom never matches a list.
18415 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18417         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18418         at ':' characters by call to split-string.
18420 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18422         * textmodes/bibtex.el: Added RCS version identification.
18424 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18426         * textmodes/bibtex.el: Some temporary comments removed.
18427         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18428         (bibtex-field-const): Allow capital letters.
18429         (bibtex-start-of-string): Deleted because unused.
18431         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
18432         use the term 'reference' to describe a bibtex entry as a whole.
18433         Further, reference keys are no longer called 'labels'.
18434         (bibtex-keys): Renamed to bibtex-reference-keys.
18435         (bibtex-reformat-previous-labels): Renamed to
18436         bibtex-reformat-previous-reference-keys.
18437         (bibtex-reference-type): Renamed to bibtex-entry-type.
18438         (bibtex-reference-head): Renamed to bibtex-entry-head.
18439         (bibtex-reference-maybe-empty-head): Renamed to
18440         bibtex-entry-maybe-empty-head.
18441         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18442         (bibtex-search-reference): Renamed to bibtex-search-entry.
18443         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18444         bibtex-enclosing-entry-maybe-empty-head.
18445         (bibtex-entry-field-alist, bibtex-entry-head)
18446         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18447         (bibtex-map-entries, bibtex-search-entry)
18448         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18449         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18450         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18451         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18452         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18453         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18454         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18456 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18458         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18459         comment.
18460         (bibtex-format-field-delimiters): New function, functionality
18461         extracted from bibtex-format-entry.
18462         (bibtex-autokey-get-yearfield-digits): New function, functionality
18463         extracted from bibtex-autokey-get-yearfield.
18465         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18466         entries in order to avoid stack overflow in the regexp matcher if
18467         field contents become large.
18468         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18469         (bibtex-field-string-part-not-braced)
18470         (bibtex-field-string-part-no-inner-braces)
18471         (bibtex-field-string-part-1-inner-brace)
18472         (bibtex-field-string-part-2-inner-braces)
18473         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18474         (bibtex-field-string-quoted, bibtex-field-string)
18475         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18476         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18477         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18478         Deleted as parsing is now performed by the following functions.
18479         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18480         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18481         (bibtex-parse-field-string, bibtex-search-forward-field-string)
18482         (bibtex-parse-association, bibtex-field-name-for-parsing)
18483         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18484         (bibtex-search-forward-field, bibtex-search-backward-field)
18485         (bibtex-start-of-field, bibtex-end-of-field)
18486         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18487         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18488         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18489         (bibtex-parse-string, bibtex-search-forward-string)
18490         (bibtex-search-backward-string, bibtex-start-of-string)
18491         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18492         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18493         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18494         entries.  Instead of reporting the results of the parsing by
18495         match-beginning or match-end, these functions return data structures
18496         that hold the corresponding positions.
18497         (bibtex-enclosing-field): Changed to also report field boundaries by
18498         return values rather than by match-beginning or match-end.
18499         The following functions have been adapted to use the new
18500         parsing functions.
18501         (bibtex-skip-to-valid-entry, bibtex-search-reference)
18502         (bibtex-enclosing-field, bibtex-format-entry)
18503         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18504         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18505         (bibtex-print-help-message, bibtex-end-of-entry)
18506         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18507         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18508         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18509         Use the new method for parsing.
18510         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18511         (bibtex-map-entries, bibtex-flash-head)
18512         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18513         (bibtex-autokey-change, bibtex-autokey-get-namefield)
18514         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18515         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18516         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18517         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18518         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18519         order to make the new binding of case-fold-search immediately visible.
18521 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18523         * textmodes/bibtex.el: Copyright notice is up to date.
18524         Added constant 'bibtex-maintainer-salutation.
18526         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18527         than make-temp-name, use match-string-no-properties and eliminate
18528         a quadratic behavior when building bibtex-strings.
18530         * bibtex.el (bibtex-reference-key): Accept string entries whose
18531         reference key contains upper case letters.
18533 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18535         * bibtex.el (bibtex-reference-head): Allow entries to start with
18536         a new line.
18538 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18540         * bibtex.el: Hiding of entry bodies is not longer provided by
18541         bibtex.el directly.  Instead the hideshow package can be used.
18542         Added a special bibtex entry to hs-special-modes-alist.
18543         (bibtex-hs-forward-sexp): Added for hideshow.el.
18545 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18547         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18548         proceedings entry type (for cross referencing). Thanks to Wagner
18549         Toledo Correa for the suggestion.
18551         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18553 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
18555         * international/characters.el: Setup case table for Vietnamese.
18557 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
18559         * uniquify.el (toplevel): Require CL at compile time.
18560         (uniquify-push): Removed.
18562         * shadowfile.el (shadow-when): Removed.
18564         * tempo.el (tempo-dolist, tempo-mapc): Removed.
18565         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18567         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18568         regexp for paragraph-start.
18570         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18571         commas as well.
18573 2000-02-10  Dave Love  <fx@gnu.org>
18575         * wid-edit.el: (widgets) [defgroup]: Remove url link.
18576         (widget-color-choice-list, widget-color-history, widget-mouse-help):
18577         Deleted.
18578         (widget-specify-field, widget-specify-button): Don't use
18579         widget-mouse-help as help-echo property.
18580         (default): Use #'ignore for :validate and :mouse-down-action.
18581         (checkbox): Add help-echo.
18582         (widget-sexp-validate): Rewritten to clarify error messages.
18583         (character): Use char-valid-p in :match function.
18584         (widget-color-complete): Use facemenu-color-alist.
18585         (widget-color-action): Use facemenu-read-color.
18587         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
18588         set up `caar' &c that we now have.
18590 2000-02-09  Ray Blaak  <blaak@gnu.org>
18592         * delphi.el: Make resourcestring a declaration region, like const
18593         and var.
18595 2000-02-09  Dave Love  <fx@gnu.org>
18597         * bindings.el (mode-line-input-method-map): New variable.
18598         (mode-line-mule-info): Use it; fix last change.
18599         (mode-line-mode-menu): Move definition.
18600         (mode-line-mouse-sensitive-p): Deleted.
18601         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18602         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
18604         * startup.el (command-line-1): Don't call
18605         make-mode-line-mouse-sensitive.
18607 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18609         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18610         before rmail-toggle-header, because the former toggles headers.
18612 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
18614         * diff-mode.el (diff-kill-junk): New interactive function.
18615         (diff-reverse-direction): Use delete-and-extract-region.
18616         (diff-post-command-hook): Restrict the area so that the hook also works
18617         outside of any diff hunk.  This is necessary for the minor-mode.
18618         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18619         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18621         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18622         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18623         so that it can be used more easily in <foo>-mode-hook.  Also make sure
18624         to avoid duplicate entries.
18625         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18626         (font-lock-remove-keywords): Just as was done for `add', allow it to
18627         work even if font-lock-mode is nil.  Also make sure we don't modify
18628         any pre-existing list by forcing a copy-sequence.  Finally rename
18629         `major-mode' to `mode'.
18630         (font-lock-fontify-syntactic-anchored-keywords)
18631         (font-lock-fontify-anchored-keywords)
18632         (font-lock-fontify-keywords-region): Use line-end-position.
18633         Don't make `font-lock-multiline' local (it's now done in
18634         font-lock-set-defaults).
18635         (font-lock-set-defaults): Make `font-lock-multiline' local.
18636         Move the `font-lock-fontified' creation to inside the `unless'.
18638 2000-02-06  Andrew Innes  <andrewi@gnu.org>
18640         * term/w32-win.el (x-handle-args): Comment out call to message,
18641         which occurs before window system is initialized.
18643         * makefile.nt: Add support for recompiling lisp code.
18645 2000-02-04  Dave Love  <fx@gnu.org>
18647         * bindings.el (mode-line-mule-info): Fix/extend last change.
18649         * completion.el: Replace completion-dolist with dolist.
18651         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18653 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
18655         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18656         environment names before they go into the section regexp.
18658         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18659         char class in regexp.
18661         * textmodes/reftex-parse.el (reftex-with-special-syntax):
18662         Bind `case-fold-search' to nil.
18664         * progmodes/idlwave.el (idlwave-template):
18665         Respect `idlwave-abbrev-change-case'.
18666         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18667         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18668         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18669         (idlwave-rw-case): New function.
18670         (idlwave-statement-match): Fixed problem with assignment regexp.
18671         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18672         (idlwave-surround): New argument LENGTH to support padding of
18673         operators longer than 1 char.
18675         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18676         idlwave-shell-expression-overlay.  Implemented printing of
18677         expressions on higher levels of the calling stack.
18678         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18679         (idlwave-retrieve-expression-from-level): New function.
18680         (idlwave-shell-last-calling-stack): Variable removed.
18681         (idlwave-shell-reset): Argument action reversed (`visible' to
18682         `hidden').  Also remove stop-line overlay.
18683         (idlwave-shell-calling-stack-routine): New variable.
18684         (idlwave-shell-parse-stack-and-display): Messages now display
18685         negative level numbers.
18686         (idlwave-shell-mode): Set `modeline-format'.
18687         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18688         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18689         (idlwave-shell-print-expression-function): New option.
18691         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18692         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18693         `tool-bar' instead of `toolbar'.
18695 2000-02-02  Dave Love  <fx@gnu.org>
18697         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18698         emacs-lisp-mode-hook.  Don't check for defalias being defined.
18700         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18701         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18702         Use the new builtins directly.
18704         * whitespace.el (whitespace): Add :version to defgroup.
18706         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18707         Doc fix.
18709         * thingatpt.el (sexp-at-point, symbol-at-point)
18710         (number-at-point, list-at-point): Add autoload cookie.
18712         * recentf.el (recentf): Add :version to defgroup.
18714         * quickurl.el (quickurl): Add :version to defgroup.
18716         * elide-head.el (elide-head): Use point-marker more.
18718         * bs.el (bs): Add :version to defgroup.
18720         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18722         * progmodes/delphi.el (delphi): Add :version to defgroup.
18724 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
18726         * ange-ftp.el (ange-ftp-write-region): Handle case that
18727         succeeding process operation sets a different coding system.
18729         * calculator.el: New file.
18731 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
18733         * frame.el (frames-on-display-list, framep-on-display): New functions.
18734         (display-mouse-p, display-popup-menus-p, display-graphic-p)
18735         (display-selections-p, display-screens, display-pixel-width)
18736         (display-pixel-height, display-mm-width, display-mm-height)
18737         (display-backing-store, display-save-under, display-planes)
18738         (display-color-cells, display-visual-class): New functions.
18740         * term/tty-colors.el (tty-color-gray-shades): New function.
18742         * faces.el (display-color-p): Use framep-on-display.
18743         (display-grayscale-p): New function.
18745 2000-01-31  Dave Love  <fx@gnu.org>
18747         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18748         (create-fontset-from-x-resource): Don't concat integers.
18750 2000-01-31  Inge Frick  <inge@nada.kth.se>
18752         * view.el: Some changes in documentation.  Removed some trailing
18753         whitespace. Changed some parameter names to agree with documentation.
18754         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18755         window is not deleted.  Modifies change 1998-04-26.
18757 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
18759         * windmove.el: New file.
18761         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18762         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18763         progmodes/ebnf-yac.el: Update copyright and license info.
18765         * jit-lock.el (jit-lock-function): Widen before calculating
18766         end position.
18767         (jit-lock-stealth-chunk-start): Rewritten.
18769         * info.el (Info-title-face-alist): Removed.
18770         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18771         (Info-fontify-node): Use these faces.
18773 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
18775         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18776         (cl-macro-list1): Recognize `&allow-other-keys' instead of
18777         `&allow-other-keywords'.
18779         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18780         the list of directories scanned heuristically.
18782         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18784 2000-01-30  Jason Rumney  <jasonr@gnu.org>
18786         * w32-fns.el: Define w32-tty-standard-colors.
18788         * startup.el (command-line): Use w32-tty-standard-colors when in
18789         w32 console mode.
18791 2000-01-30  Dave Love  <fx@gnu.org>
18793         * jka-compr.el (jka-compr-load): Fix up load-history.
18795         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18797         * emacs-lisp/cl-macs.el: Revert previous change.
18799 2000-01-29  Dave Love  <fx@gnu.org>
18801         * facemenu.el: Purecopy various strings.
18803         * timezone.el (timezone-fix-time): Window against 69 for two-digit
18804         years.  Deal with three-digit years.
18806         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18807         Use defconst, purecopy.
18808         (help-back-label): Purecopy it.
18810 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18812         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18813         variable. If non-nil, order the buffer list according to the
18814         currently selected frame.
18815         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18816         non-nil, pass the selected frame to function buffer-list.
18818 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18820         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18822 2000-01-28  Dave Love  <fx@gnu.org>
18824         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18826         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18827         Don't use lisp-indent-hook property.
18828         (cl-abs): Remove.
18830         * subr.el: Move out indent and edebug specs for when and unless.
18832         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18833         when, unless.
18835         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18836         unless, when.
18838 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
18840         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18841         `collecting' as synonym for `collect'.
18843         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18844         for the case it contains spaces.
18846         * simple.el (what-cursor-position): Change formatting of messages.
18848         * frame.el (delete-other-frames): New function.
18849         (toplevel): Bind it to C-x 5 1.
18851         * sort.el (sort-numeric-base): New option.
18852         (sort-numeric-fields): If number starts with `0' or `0[xX[',
18853         interpret it as octal or hexadecimal.  Use sort-numeric-base
18854         as default base.
18856         * progmodes/glasses.el: New file.
18858 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
18860         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18861         userids differently.
18863         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18864         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18865         progmodes/ebnf-yac.el: New files.
18867 2000-01-26  Dave Love  <fx@gnu.org>
18869         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18870         on a function with an empty body.  [From Eric Ludlam.]
18872 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
18874         * vc.el (vc-version-diff): Make sure file name is expanded.
18876 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
18878         * scroll-bar.el (scroll-bar-timer): Variable removed.
18879         (scroll-bar-toolkit-scroll): Don't use a timer.
18881 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
18883         * language/thai-util.el (thai-composition-function):
18884         Delete superfluous `a'.
18886 2000-01-24  Dave Love  <fx@gnu.org>
18888         * fortran.el (fortran-mode): Use beginning-of-defun-function,
18889         end-of-defun-function.
18891         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18893 2000-01-22  Jason Rumney  <jasonr@gnu.org>
18895         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18896         conflicts with new face support.
18898 2000-01-22  Richard M. Stallman  <rms@gnu.org>
18900         * replace.el (query-replace): Rename last arg to DELIMITED.
18901         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18902         (query-replace-regexp): Likewise.
18904 2000-01-20  Richard M. Stallman  <rms@gnu.org>
18906         * subr.el (with-syntax-table): Use make-symbol, not gensym.
18908         * emacs-lisp/lisp.el (beginning-of-defun-function):
18909         Variable renamed from beginning-of-defun.
18910         Do not call make-variable-buffer-local.
18911         (beginning-of-defun-raw): Use new variable name; doc fix.
18912         (beginning-of-defun): Doc fix.
18913         (end-of-defun-function): Variable renamed from end-of-defun.
18914         Do not call make-variable-buffer-local.
18915         (end-of-defun): Use new variable name; doc fix.
18917         * subr.el (dolist, dotimes): Copied from cl-macs.el
18918         and made to work.
18920         * mail/undigest.el (rmail-digest-end-regexps):
18921         Variable replaces rmail-digest-end-regexp.
18922         Allows multiple regexps for detecting the end line.
18923         (undigestify-rmail-message): Corresponding changes.
18925 2000-01-19  Dave Love  <fx@gnu.org>
18927         * files.el (user-init-file): Don't declare here -- is primitive.
18929         * startup.el (command-line): Check for compiled user-init-file and
18930         set to uncompiled version if necessary.
18932 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18934         * mail/undigest.el (rmail-digest-end-regexp): New user option.
18935         (undigestify-rmail-message): Use it.
18937         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18939 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
18941         * tmm.el (tmm-goto-completions): Adapt to prompt being part
18942         of mini-buffer.
18944 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
18946         * emacs-lisp/copyright.el (copyright-update): Removed the
18947         requirement for a trailing space from `copyright-regexp', to
18948         support copyrights with owner specified on a separate line..
18950         * align.el: New file.
18952         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18954         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18956 2000-01-13  Dave Love  <fx@gnu.org>
18958         * ph.el: Removed.  (Obsoleted by EUDC.)
18960 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18962         * net/eudc.el (toplevel): Remove autoloaded code installing
18963         menu with easymenu, because that causes build problems.
18965         * frame.el (frame-notice-user-settings): New variable.
18966         (frame-notice-user-settings): Don't modify frame parameters
18967         if called a second time.
18969 2000-01-13  Richard M. Stallman  <rms@gnu.org>
18971         * frame.el (frame-notice-user-settings):
18972         Notice default-frame-parameters even for non-window frames.
18974 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18976         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18977         for Emacs.
18978         (eudc-bob-can-display-inline-images): Extend for Emacs.
18979         (eudc-bob-toggle-inline-display): Ditto.
18980         (eudc-bob-display-jpeg): Ditto.
18982 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
18984         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18985         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18986         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18988         * add-log.el (add-change-log-entry): Fix error trying an
18989         `(insert nil)'.
18991         * subdirs.el: Add `net' directory.
18993         * net: New directory.
18995         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18996         eval-last-sexp.  Don't bind debug-on-error here.
18997         (eval-last-sexp): New function.  Bind debug-on-error if
18998         eval-expression-debug-on-error is non-nil.
18999         (eval-defun-2, eval-defun): Likewise.
19001         * simple.el (eval-expression): Don't bind debug-on-error if
19002         eval-expression-debug-on-error is nil.  Detect changed
19003         debug-on-error, and propagate new value to global binding, if
19004         eval-expression-debug-on-error is non-nil,
19005         (eval-expression-debug-on-error): Change doc string.
19007 2000-01-11  Richard M. Stallman  <rms@gnu.org>
19009         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19011         * emacs-lisp/lisp-mode.el (with-syntax-table):
19012         Set up lisp-indent-function property.
19014         * subr.el (with-syntax-table): Moved from simple.el.
19016         * simple.el (with-syntax-table): Moved to subr.el.
19018 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
19020         * tmm.el (tmm-shortcut): Delete region after prompt instead
19021         of erasing buffer.
19023         * textmodes/fill.el (fill-common-string-prefix): New function.
19024         (fill-context-prefix): Use the longest common prefix of first
19025         and second line fill prefix, if there is one.
19027 2000-01-11  Richard M. Stallman  <rms@gnu.org>
19029         * array.el (array-mode): Don't use make-variable-buffer-local.
19030         Use make-local-variable for `truncate-lines'.
19032 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
19034         * add-log.el (add-log-current-defun): Handle user-defined
19035         add-log-current-function returning nil,
19037         * add-log.el (add-change-log-entry): Insert version number
19038         if having found a current function
19040         * add-log.el (add-log-current-defun):
19041         Call `add-log-current-defun-function'.  Try matches at level 0 and
19042         level 1.  Strip whitespace from defun found.
19044 2000-01-10  John Wiegley  <johnw@gnu.org>
19046         * allout.el (isearch-done/outline-provisions): Added `edit'
19047         argument to correspond with the current definition of `isearch-done'.
19049 2000-01-10  Dave Love  <fx@gnu.org>
19051         * elide-head.el (elide-head): Use point-marker, not point.
19053 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
19055         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19056         before and after the year 2000.
19058         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19059         Add ispell- prefix.
19061 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
19063         * ispell.el:  Only define dictionaries in menus when they exist.
19064         (version18p): New variable.
19065         (version20p): New variable.
19066         (xemacsp): New variable.
19067         (ispell-choices-win-default-height): Fix for XEmacs visibility.
19068         (ispell-dictionary-alist1): Added Brasileiro dictionary.
19069         (ispell-dictionary-alist6): Russian command lines no longer accept
19070         run-together words.
19071         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19072         (ispell-dictionary-alist): Add koi8-r to customize definition.
19073         (check-ispell-version): Added documentation string.  Return library
19074         path when called non-interactively.
19075         (ispell-menu-map-needed): Uses new variables.
19076         (ispell-library-path): New variable.
19077         (ispell-decode-string): XEmacs fix for bogus variable bindings.
19078         (ispell-word): Improved documentation string.  Test for valid
19079         character mappings.  Correctly check typed in word changes that can
19080         result in single words split into multiple words.
19081         Return replacement word.
19082         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
19083         replace in recursive query replace mode.  Help message for
19084         recursive edit mode.
19085         (ispell-show-choices): Protect against bad framepop bindings.
19086         (ispell-help): Fix to work with XEmacs.
19087         (ispell-highlight-spelling-error): Use new variables.
19088         (ispell-overlay-window): Fix to work with XEmacs.
19089         (ispell-parse-output): Passed and returns location information
19090         tracking spelling corrections.  Doesn't recheck same word on
19091         current line.
19092         (ispell-init-process): Protect against bogus XEmacs variable binding.
19093         Fix call to single argument in sleep-for.  Use new variables.
19094         (ispell-region): Passed and returns location information tracking
19095         spelling corrections.  Doesn't check same word on current line.
19096         Improved documentation string.  Doesn't resend a line already
19097         checked to the ispell process - fixes bug in LaTeX parsing.
19098         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19099         (ispell-skip-region): No longer skips <TT> in SGML.
19100         (ispell-process-line): Tracks location information with spelling
19101         corrections.  Added documentation string.  Accounts for words
19102         already accepted on this line.  Don't allow query-replace on line
19103         starting with math characters.  Doesn't resend a line already sent
19104         to ispell process.  Fixes alignment error bug.
19106 2000-01-10  Richard M. Stallman  <rms@gnu.org>
19108         * dired-x.el (dired-guess-shell-alist-default):
19109         Suggest xloadimage, which is free, not xv, which isn't.
19111         * ange-ftp.el (ange-ftp-file-name-nondirectory):
19112         Don't ever include the host name or user name in the value.
19114 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19116         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19117         of a real newline.
19119 2000-01-09  Stephen Eglen  <stephen@gnu.org>
19121         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19122         for .png files.
19124 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
19126         * cus-edit.el (custom-hook-convert-widget): Fix comment.
19128 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19130         * progmodes/cperl-mode.el: Replace ^F with ^L.
19132         * sendmail.el (toplevel): Provide `sendmail' when compiling before
19133         `require'ing rmail and mailalias to prevent infinite recursion.
19135 2000-01-08  Dave Love  <fx@gnu.org>
19137         * emacs-lisp/backquote.el: Remove inappropriate customization
19138         (allowing custom.el to use backquote).
19140 2000-01-07  Dave Love  <fx@gnu.org>
19142         * add-log.el (add-log-debugging): Deleted.
19143         (add-change-log-entry): Treat a backup FILE-NAME as its parent
19144         file.  Remove debugging code.
19145         (change-log-get-method-definition, change-log-name): Add doc.
19146         (change-log-sortable-date-at): New function.
19147         (change-log-merge): New command.
19149         * time.el (display-time-string-forms): Make the Mail string active.
19150         (display-time-update): Provide help-echo for load average.
19152         * bindings.el (make-mode-line-mouse2-map): New function.
19153         (mode-line-modified): Use it and simplify.
19154         (mode-line-mule-info): Provide help-echo info.
19155         (minor-mode-alist): Activate the strings.
19156         (make-mode-line-mouse-sensitive): Simplify for
19157         mode-line-buffer-identification.
19159 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
19161         * play/pong.el: New file.
19163 2000-01-06  Dave Love  <fx@gnu.org>
19165         * array.el: Assorted cleanups for compiler warnings, doc strings,
19166         `array-' prefix for symbols.
19168 2000-01-05  Dave Love  <fx@gnu.org>
19170         * textmodes/outline.el (outline-mode-menu-bar-map):
19171         Add outline-headers-as-kill.
19172         (outline-mode): Define imenu-generic-expression.
19173         (outline-headers-as-kill): New command.
19175         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19176         from paragraph-start.
19177         (paragraph-indent-minor-mode): New command.
19179         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19180         M-C-e, M-C-h, C-j, C-xnd, TAB.
19181         (fortran-mode): Set beginning-of-defun, end-of-defun.
19182         (fortran-column-ruler): Simplify.
19183         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19184         (fortran-with-subprogram-narrowing): Likewise.
19185         (fortran-indent-subprogram): Call mark-defun.
19186         (fortran-check-for-matching-do): Change narrowing.
19188         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19189         (cl-lucid-hash-tag): Delete.
19190         (cl-hash-table-p): Correct test for native table.
19191         (cl-hash-table-count): Use hash-table-count.
19193         * browse-url.el (browse-url): Fix case of
19194         browse-url-browser-function being an alist.
19196 2000-01-05  Carsten Dominik  <cd@gnu.org>
19198         * textmodes/reftex-vars.el (reftex-parse-file-extension)
19199         (reftex-index-phrase-file-extension): New options.
19201         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19202         Use new option `reftex-index-phrase-file-extension'.
19204         * textmodes/reftex.el (reftex-access-parse-file): Use new option
19205         `reftex-parse-file-extension'.
19207 2000-01-05  Dave Love  <fx@gnu.org>
19209         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19210         (beginning-of-defun-raw): Use it.
19211         (end-of-defun): New variable.
19212         (end-of-defun): Use it.
19213         (check-parens): New command.
19215 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
19217         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19218         (hs-show-block): Don't use `mapcar' when not accumulating.
19220         Fix buglet in local variables initialization.
19222 2000-01-05  Andreas Schwab  <schwab@suse.de>
19224         * hscroll.el (hscroll): Doc fix.
19226 2000-01-05  Carsten Dominik  <cd@gnu.org>
19228         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19229         Require idlw-toolbar.
19231         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19232         file idlw-rinfo.el.
19233         (idlwave-customize): Load must read file idlw-shell.el.
19234         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19236 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
19238         * progmodes/idlw-shell.el: Also provide idlwave-shell
19239         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19240         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19242         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19243         both reftex-dcr and reftex-vcr.
19245         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19247 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19249         * ps-print.el: PostScript code now is in separate files, doc fix.
19250         (ps-print-version): New version number (5.0.3).
19251         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19252         local.
19253         (ps-spool-config): Initialization fix.
19254         (ps-print-prologue-1, ps-print-prologue-2)
19255         (ps-print-duplex-feature): PostScript code moved to separated file.
19256         (ps-background-image): Little code reformating.
19257         (ps-begin-file, ps-begin-job): Fix code.
19258         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19259         (ps-prologue-file): New fun.
19261 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19263         * ps-vars.el: Eliminated.
19265         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19266         `;;;###autoload'.
19268         * ps-print.el: ps-vars eliminated, doc fix.
19269         (ps-print-version): New version number (5.0.2).
19270         (ps-spool-config): Initialization fix.
19271         (ps-print-customize): New fun.
19273 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
19275         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19277 2000-01-04  Dave Love  <fx@gnu.org>
19279         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19280         menu items.
19282 2000-01-03  Dave Love  <fx@gnu.org>
19284         * elide-head.el (elide-head) [defgroup]: Add :version.
19286         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19287         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19288         Use `cl-hash-table-p', not `hash-table-p'.
19289         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19291 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19293         * faces.el (face-read-integer, read-face-attribute)
19294         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19296 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19298         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19299         at comment end, and re-insert them after filling.
19301 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19303         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19304         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19305         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19307 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19309         * term/x-win.el (xw-defined-colors): Call color-supported-p,
19310         the new name of face-color-supported-p.
19312         * term/w32-win.el (xw-defined-colors): Likewise.
19314 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19316         * simple.el (completion-setup-function): Count completion-size
19317         from minibuffer-prompt-end, not from point-min.
19319 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
19321         * faces.el (read-face-attribute, defined-colors, color-defined-p):
19322         Pass the frame to tty-color-* functions.
19323         (display-color-p, frame-set-background-mode): Pass the frame to
19324         tty-display-color-p.
19326         * term/tty-colors.el (tty-defined-color-alist): Renamed from
19327         tty-color-alist.
19328         (tty-color-alist, tty-modify-color-alist): New functions.
19329         (tty-color-define,  tty-color-clear, tty-color-approximate)
19330         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19331         optional parameter FRAME.
19333 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
19335         * image.el (create-image, defimage): Don't assume image data is
19336         a string.
19338         * image.el (defimage): Handle specifications containing :data
19339         instead of :file.
19340         (image-type-from-data): New function.
19341         (image-type-from-file-header): Use it.
19342         (create-image): Add parameter DATA-P.
19344 See ChangeLog.8 for earlier changes.
19346 ;; Local Variables:
19347 ;; coding: iso-2022-7bit
19348 ;; End: