(diff-default-read-only): New var.
[emacs.git] / lisp / ChangeLog
blob7c066f7e4c1bdad66d6813c5b1472800e466347b
1 2001-09-22  Stefan Monnier  <monnier@cs.yale.edu>
3         * diff-mode.el (diff-default-read-only): New var.
4         (diff-mode): Use it.
6 2001-09-22  Eli Zaretskii  <eliz@is.elta.co.il>
8         * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
9         Use make-keymap instead of copy-keymap, since copying the global
10         keymap messes up the menu bar.
12         * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
13         Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
15 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
17         * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
19         * dired-aux.el (dired-insert-subdir): Pass switches to
20         dired-build-subdir-alist.
22 2001-09-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
24         * time-stamp.el (time-stamp-string-preprocess): Fix bug that
25         caused %#a and %#b to be mis-formatted.
27 2001-09-20  Eli Zaretskii  <eliz@is.elta.co.il>
29         * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
30         ccmode, emacs-mime, and eudc manuals.
32 2001-09-19  Sam Steingold  <sds@gnu.org>
34         w32 find cannot be used with `grep-find'.
35         * progmodes/compile.el (find-program): New variable.
36         (grep-compute-defaults): Use it to set `grep-find-command'.
38 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
40         * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
42 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
44         * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
45         programming.  Doc fix.
46         (ebnf-version): New version (3.6).
47         (ebnf-eps-begin): Data fix.
48         (ebnf-begin-file): Code fix.
50         * ebnf-bnf.el: Doc fix.
51         (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
53         * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
55 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
57         * ps-print.el: Better face mapping for black/white PostScript printers.
58         Check if mark is active when printing a region.  Doc fix.
59         (ps-print-version): New version number (6.5.5).
60         (ps-print-color-p): Customization fix.
61         (ps-black-white-faces): New option.
62         (ps-black-white-faces-alist): New internal var.
63         (ps-count-lines-preprint, ps-print-preprint-region): New funs.
64         (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
65         (ps-nb-pages-region): Interactive fix.
66         (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
67         (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
69 2001-09-18  Eli Zaretskii  <eliz@is.elta.co.il>
71         * dired.el (dired-move-to-filename-regexp): Allow one digit in the
72         numeric month value, and allow the Kanji character after the it to
73         be missing (happens with ls-lisp's output on Japanese versions of
74         MS-Windows).
76 2001-09-18  Miles Bader  <miles@gnu.org>
78         * diff-mode.el (diff-mode): Don't make the buffer read-only if
79         it's empty (and thus probably a new patch file about to be edited).
81 2001-09-17  Gerd Moellmann  <gerd@gnu.org>
83         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
84         Check for '(' in column 0 of doc string.
86         * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
87         of `nth' so that using a vector as bounding-box works.
88         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
90 2001-09-17  Andre Spiegel  <spiegel@gnu.org>
92         * vc.el (vc-annotate): Use current workfile version explicitly as
93         a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
95 2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
97         * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
98         convert-standard-filename doesn't guarantee that the .el extension
99         is preserved.
101         * dos-fns.el (convert-standard-filename): Replace invalid
102         characters only after converting dash/underscore to a period.
103         (original-make-auto-save-file-name): New.
104         (make-auto-save-file-name): New function, overrides the definition
105         on files.el and calls the original function via
106         original-make-auto-save-file-name.
108         * mail/rmail.el (top-level): Require mule-utils when compiling.
109         (rmail-decode-babyl-format): Use detect-coding-with-priority
110         instead of detect-coding-region, to favor detection of emacs-mule
111         encoded Babyl files written by rmailout.el etc.  Suggested by
112         Kenichi Handa <handa@etl.go.jp>.
114 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
116         * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
117         Use `equal', not `=', since the device number can be a cons cell.
119 2001-09-14  Gerd Moellmann  <gerd@gnu.org>
121         * simple.el: Comment out change of 2001-09-13.
123 2001-09-13  Milan Zamazal  <pdm@zamazal.org>
125         * progmodes/compile.el (grep-compute-defaults): Don't set
126         grep-command/grep-find-command when it is already non-nil.
127         (grep-command): Make it a user option.
128         (grep-find-command): Likewise.
130 2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
132         * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
133         inhibit quit.
135 2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
137         * files.el (make-auto-save-file-name): If long file names are not
138         supported on MS-DOS, truncate the file name to DOS 8+3 limits before
139         generating an auto-save file name from it.
141 2001-09-13  Gerd Moellmann  <gerd@gnu.org>
143         * ps-print.el (ps-print-region, ps-print-region-with-faces)
144         (ps-nb-pages-region): Signal an error if called interactively
145         and the mark is not active.
147         * simple.el (minibuffer-prompt-modification)
148         (minibuffer-prompt-insertion): New functions.
149         (minibuffer-prompt-properties): Use `modification-hooks' and
150         `insert-in-front-hooks'.
152 2001-09-12  Richard M. Stallman  <rms@gnu.org>
154         * textmodes/outline.el (outline-regexp): Doc fix.
155         Initialize it in the defcustom, the usual way.
157 2001-09-12  Gerd Moellmann  <gerd@gnu.org>
159         * ediff-mult.el (ediff-get-meta-info): Take into account that data
160         from `ediff-meta-info' properties need not be an overlay.
161         From David Ponce <dponce@voila.fr>.
163         * isearch.el (isearch-intersects-p): Fix end checks.
165 2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
167         * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
168         `t' branch of `cond', since Irix 6.1 and up is a special case of
169         the standard dbx interface.
171 2001-09-11  Miles Bader  <miles@gnu.org>
173         * comint.el (comint-send-input): When waiting for echoed input,
174         don't save the expected end position in `echo-end', so that things
175         work properly even if the buffer is modified elsewhere at the same
176         time [this happens if `comint-truncate-buffer' is used].
178 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
180         * textmodes/outline.el (outline-mode): Use `^' and a shy group
181         when constructing imenu-generic-expression from outline-regexp.
183 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
185         * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
186         `equal' instead of `=', since they can be cons cells.  From Nils
187         Goesche <cartan@cartan.de>.
189 2001-09-10  Andre Spiegel  <spiegel@gnu.org>
191         * vc.el (vc-annotate): Rewrote doc string.
193 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
195         * time-stamp.el: Update Stephen Gildea's email address.
197 2001-09-10  Gerd Moellmann  <gerd@gnu.org>
199         * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
200         enable-multibyte-characters = nil.  From Hallvard B Furuseth
201         <h.b.furuseth@usit.uio.no>.
203 2001-09-09  Michael Kifer  <kifer@cs.sunysb.edu>
205         * ediff-init.el (ediff-highest-priority): Bug fix.
207         * viper-cmd.el (viper-special-read-and-insert-char): New function
208         that reads a character and uses the current input method or
209         iso-accents when appropriate.
211         * viper.el and all others: Corrections to the comment blocks at
212         the top.
214 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
216         * info.el (Info-goto-node): Doc fix.
218 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
220         * isearch.el (isearch-intersects-p): New function.
221         (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
222         use isearch-intersects-p, and clean up.
224 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
226         * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
227         and "german8", for the new German orthography dictionaries,
228         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
229         the entries, to keep the line length balanced for loaddefs.el.
231 2001-09-07  Dr Francis J. Wright  <F.J.Wright@qmw.ac.uk>
233         * comint.el (comint-send-input): Handle comint-process-echoes
234         differently.
236 2001-09-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
238         * locate.el (locate-insert-header): Remove unnecessary whitespace.
240 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
242         * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
244 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
246         * server.el (server-switch-buffer):
247         * textmodes/refer.el (refer-find-entry-internal):
248         * term/sup-mouse.el (sup-pos-to-window):
249         * term/bg-mouse.el (bg-window-from-x-y):
250         * emacs-lisp/edebug.el (edebug-window-live-p):
251         Use get-window-with-predicate.
253         * window.el (get-window-with-predicate): Renamed from some-window.
254         (some-window): Make it an alias.
256 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
258         * simple.el (undo): Remove positions from buffer-undo-list up to
259         the next undo boundary only.
261 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
263         * makefile.nt (install): Don't copy sc.el.  Reported by Richard
264         Kim <ryk@dspwiz.com>
266         * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
267         the message "Creating customization items...done".
269 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
271         * font-lock.el (toplevel): Require `jit-lock' only if
272         font-lock-support-mode is set to jit-lock-mode.
274 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
276         * international/quail.el (quail-use-package, quail-inactivate)
277         (quail-activate): Mention the hooks these functions run in their
278         doc strings.
280 2001-09-05  Edward M. Reingold <reingold@iit.edu>
282         * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
283         of file in header of menu.
285 2001-09-04  Gerd Moellmann  <gerd@gnu.org>
287         * env.el (setenv): Interactively, if VARIABLE has a current value,
288         add that to the front of the history, as the doc string says.
290         * comint.el (comint-send-input): Change help-echo.
291         From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
293         * bookmark.el (bookmark-write-file): Bind print-length and
294         print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
296         * obsolete/uncompress.el: Moved there from lisp/.
298         * comint.el (comint-insert-clicked-input): Goto point-max before
299         deleting previous input.  From "Dr Francis J. Wright"
300         <F.J.Wright@qmw.ac.uk>.
302         * simple.el (backward-word): Doc fix.
304 2001-09-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
306         * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
307         * uncompress.el, uniquify.el, vc.el, view.el, window.el
308         * w32-fns.el: Add Keywords header.
310 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
312         * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
313         "Text Properties".  Suggested by Simon Marshall
314         <Simon.Marshall@midas-kapiti.com>.
316 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
318         * term/mac-win.el (mac-drag-n-drop): Decode file name by
319         consulting the value of file-name-coding-system.
321 2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
323         * help.el (describe-function-1): Save precomputed `file-name' rather
324         than recomputing it (incorrectly) with `symbol-file'.
326 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
328         * international/isearch-x.el (isearch-exit-recursive-edit):
329         Take three parameters, since it's used as an after-change-function.
331         * emacs-lisp/backquote.el (backquote-backquote-symbol)
332         (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
333         from doc strings.
335 2001-09-02  Milan Zamazal  <pdm@zamazal.org>
337         * progmodes/glasses.el (glasses-convert-to-unreadable):
338         Consider underscores as in `glasses-make-readable'.
340 2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
342         * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
343         MS-DOS, since cpp might not be available.
345         * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
346         Mention "yank" in the help-echo text.
347         Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
349 2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
351         * newcomment.el (comment-indent): Insert spaces more carefully.
353 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
355         * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
356         exists.  From Andy Petrusenco <andy@int.spb.ru>.
358         * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
359         display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
360         <andy@int.spb.ru>.
362 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
364         * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
365         Instead of running mouse-yank-at-click, see what the event is
366         bound to outside Isearch and run that.
368 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
370         * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
371         Fix the menu entry to mention transient-mark-mode.
373 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
375         * simple.el (eval-expression-print-level): Fix last change.
377         * bindings.el (mode-line-coding-system-map): New variable.
378         (mode-line-mule-info): Give the "%Z" a local-map keymap.
380         * simple.el (eval-expression-print-level): Change the type
381         of the defcustom to allow nil.
383         * emacs-lisp/find-gc.el: Moved here from lisp/.
385         * international/quail.el (quail-completion-1):
386         Reverse the ((CHAR . DEFN) ...) list before processing it.
387         From Kenichi Handa <handa@etl.go.jp>.
389         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
390         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
392 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
394         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
395         aren't supported.  This avoids the annoying gray strip drawn by
396         the Windows version instead of the missing tool bar.
398 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
400         * menu-bar.el (menu-bar-options-menu): Make option text, messages
401         and tooltips more consistent.  From "Marshall, Simon"
402         <Simon.Marshall@midas-kapiti.com>.
404         * startup.el (fancy-splash-screens): Temporarily set
405         minor-mode-map-alist to nil while displaying splash screens.
407 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
409         * buff-menu.el: Add Keywords header.
410         Doc fix (C-x C-b is bound to list-buffers).
412         * dired-x.el: Add keyword files to get listed in finder.
413         Remove confusing notes about GNU Emacs 19.
415         * dired.el, dired-aux.el: Add Keywords header.
417 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
419         * vc.el (vc-revert-file): Call the backend even if the FILE's
420         contents can be reverted locally; pass new arg CONTENTS-DONE
421         down to the backend.
423         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
424         optional arg CONTENTS-DONE.
426 2001-08-28  Andrew Innes  <andrewi@gnu.org>
428         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
430 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
432         * makefile.nt (install): Copy more *.el files.
434 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
436         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
437         instead of `w' which is already in use.
439         * gs.el (gs-load-image): Use sleep-for.
440         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
442 2001-08-28  Miles Bader  <miles@gnu.org>
444         * replace.el (query-replace-regexp-eval): Return args from
445         `interactive' form in correct order.
447 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
449         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
450         major modes, don't create panes for modes for which
451         mouse-buffer-menu-alist returns an empty alist.
453 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
455         * progmodes/hideshow.el: Update first-line description.
456         Sync comments w/ maintainer version 5.31.
458         (hs-isearch-open): Default value now `code'.
459         Fix docstring to use "code blocks" vs "comment blocks",
460         as opposed to "block" vs "comment".
461         (hs-flag-region): Accept `hs-isearch-open' value
462         of `block' as synonymous w/ `code'.
463         (hs-hide-block-at-point): For code blocks, pass `code'
464         to `hs-flag-region' instead of `block'.
466 2001-08-28  Miles Bader  <miles@gnu.org>
468         * comint.el (comint-next-prompt): Don't loop infinitely if
469         {next,previous}-single-char-property-change returns its input
470         position when the search fails.
472 2001-08-27  Miles Bader  <miles@gnu.org>
474         * comint.el (comint-get-old-input-default): Don't signal an error
475         if point is not on an input field; instead, return the current
476         line (using `comint-bol' to skip any prompt, in case we're not
477         using fields at all).
479         * man.el (Man-mode-line-format): Variable removed.
480         (Man-mode): Change `mode-line-buffer-identification' instead of
481         `mode-line-format'.
483 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
485         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
486         From Simon Josefsson <jas@extundo.com>.
488 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
490         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
491         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
493         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
494         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
496         * emacs-lisp/lselect.el: Ditto.
498         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
499         Remove periods from the end of error message strings.
500         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
502         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
503         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
505         * net/telnet.el: Ditto.
507 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
509         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
510         KEYMAP to the call to define-minor-mode.
512 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
514         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
515         Replace some of the undefined characters with emulations of bidi
516         formatting characters and Niqud as per SI 1311-1.
517         (IT-unicode-translations): Ditto.
518         (IT-display-table-setup, IT-setup-unicode-display):
519         Fill characters without translations with dos-unsupported-char-glyph.
521 2001-08-24  Simon Josefsson  <jas@extundo.com>
523         * hl-line.el (hl-line-mode): Don't be a global mode.
524         (global-hl-line-mode): New function.
526 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
528         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
529         being reset by Ghostscript.  Don't kill the gs process.
530         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
532 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
534         * term/mac-win.el: Require scroll-bar.
536 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
538         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
540 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
542         * hexl.el (hexl-insert-multibyte-char) New function.
543         (hexl-quoted-insert, hexl-self-insert-command)
544         (hexl-insert-hex-char, hexl-insert-decimal-char)
545         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
546         Fix the doc strings accordingly.
547         (hexl-insert-char): Reject characters whose code is above 255.
548         Doc fix.
549         (hexl-mode-map): Copy the global keymap instead of creating a
550         sparse keymap, and bind all self-inserting characters to
551         hexl-self-insert-command.
553 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
555         * wid-edit.el (text): Re-order docstring correctly.
557         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
559         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
561 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
563         * simple.el (line-number-mode): Mention the variable
564         line-number-display-limit-width in the doc string.
566 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
568         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
569         Temporarily select EVENT's window for switching buffers.
570         (mode-line-bury-buffer): New function.
571         (mode-line-buffer-identification-keymap): Use it instead of
572         bury-buffer.  Bind down-mouse events to prevent global down-mouse
573         events from shining through.
575 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
577         * newcomment.el (comment-beginning): Make sure the comment-start
578         we found isn't a comment-end (in cases where confusion is possible).
580 2001-08-22  Miles Bader  <miles@gnu.org>
582         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
583         before writing it, so that hard-links don't see new version.
585 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
587         * gs.el (gs-set-ghostview-colors-window-prop):
588         Call x-change-window-property with 3rd arg FRAME.
589         (gs-load-image): Wait for a previous Ghostscript process
590         to complete before starting a new one.
592         * image.el (image-type-regexps): Make sure that the TIFF
593         pattern is only matched at the beginning of a string.
594         From Markus Rost <rost@math.ohio-state.edu>.
596         * international/swedish.el: Pre-Mule file removed.  From Jonas
597         Oberg <jonas@gnu.org>.
599 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
601         * whitespace.el (whitespace-abort-on-error): Add custom variable
602         to whitespace to abort a write-file if whitespace is detected in file.
604         * whitespace.el (whitespace-write-file-hook): Hook to be called
605         when writing a file. If `whitespace-abort-on-error' is set, the
606         write will abort on detecting whitespaces.
607         If `whitespace-auto-cleanup' is set, the file will be cleaned
608         automatically prior to writing.
610         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
611         whitespaces in the error output!
613         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
614         `indent-tabs-mode', since the latter notes user preferences on
615         TABs anyway.
617         * whitespace.el (whitespace-version): 3.1. All of the above issues
618         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
620 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
622         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
623         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
625         * whitespace.el (whitespace-global-mode): Add autoload cookie.
627 2001-08-20  Alex Schroeder  <alex@gnu.org>
629         * sql.el (sql-db2): Doc change.
631 2001-08-20  Alex Schroeder  <alex@gnu.org>
633         * sql.el (sql-postgres): Add the database at the end of the
634         parameters instead of at the beginning.
635         (sql-postgres-options): Doc change.
637 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
639         * custom.el (defcustom): Doc fix.
641 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
643         * ps-mule.el (find-composition): Check if (char-after POS)
644         returns a valid character.
646 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
648         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
649         original-point for extra CR characters that are added/removed when
650         the buffer is written/read whose EOL type is -dos.
652 2001-08-16  Miles Bader  <miles@gnu.org>
654         * simple.el (line-move): Undo previous change.
656         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
657         property to input-terminating `boundary' overlays to avoid
658         line-move wierdness.
660 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
662         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
663         buffer in a save-restriction.  Under one test case with Ediff,
664         window-scroll-functions are run with a window start that's
665         temporarily outside of the restriction.
667 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
669         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
670         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
671         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
672         (texinfo-update-menu-region-beginning)
673         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
674         command, @ifnottex, to regexps, so it is found.
676 2001-08-16  Andrew Innes  <andrewi@gnu.org>
678         * makefile.nt (DONTCOMPILE): Omit bindings.el.
679         (DONTCOMPILE): Omit sc.el.
681         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
682         (DONTCOMPILE): Omit sc.el.
684 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
686         * replace.el (occur): Bind inhibit-read-only to t.
688 2001-08-16  Miles Bader  <miles@gnu.org>
690         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
691         calling `constrain-to-field', to avoid problems with comint prompts.
693 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
695         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
696         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
698         * ediff-mult.el (ediff-get-meta-info): Fix the condition
699         of a while-loop.
701         * Makefile.in (DONTCOMPILE): Remove sc.el.
703         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
704         Don't include term/.
706         * mail/sc.el:  Moved to obsolete/.
708 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
710         * ps-print.el: Change error function arguments to follow Emacs
711         message convention.  Doc fix.
712         (ps-print-version): New version number (6.5.4).
713         (coding-system-for-write): Change declaration position to avoid
714         XEmacs compilation gripes.
715         (coding-system-for-read, buffer-file-coding-system):
716         Declarations to avoid XEmacs compilation gripes.
718         * ps-mule.el: Doc fix.
719         (ps-mule-encode-header-string): If STRING is not a string, replace
720         STRING by empty string.
722 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
724         * frame.el (show-trailing-whitespace): Doc fix.
726 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
728         * desktop.el (desktop-save): Insert the coding: tag before
729         desktop-header.
731 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
733         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
734         its path from $els.
736         * image.el (image-jpeg-p): Fix call of substring.
738 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
740         * play/animate.el (animate-string): Doc fix.  Use a buffer
741         name with stars in it.
742         (animate-sequence): New function.
743         From Richard Stallman <rms@gnu.org>.
745         * frame.el (select-frame-set-input-focus): New function
746         extracted from other-frame.
747         (other-frame): Use it.
748         (next-multiframe-window, previous-multiframe-window): Use it.
750         * isearch.el (isearch-other-meta-char): Don't switch to the
751         buffer of a window clicked on, when the current buffer is
752         in Isearch mode.
754         * image.el (image-jpeg-p): Test for APPn markers in the range
755         #xe0..#xef.
757 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
759         * desktop.el (desktop-save): Don't use concat to form a file
760         name, use expand-file-name.
762         * mouse.el (mouse-delete-window): Do nothing if frame has just
763         one window.
765         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
766         for the minor mode name.
768         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
769         minor mode name.
771         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
772         instead of make-mode-line-mouse2-map.
774         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
775         the minor mode name.
777         * emacs-lisp/easy-mmode.el (define-minor-mode):
778         Use  mode-line-minor-mode-keymap for the minor mode name.
780         * calendar/calendar.el (calendar-mode-line-format):
781         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
783         * bindings.el (make-mode-line-mouse-map): Renamed from
784         make-mode-line-mouse2-map.  Take additional arg MOUSE.
785         (mode-line-modified): Use mouse-3 instead of mouse-2.
786         (mode-line-buffer-identification-keymap): Bind keys differently.
787         (propertized-buffer-identification): Adapt help-echo to new bindings.
789         * bindings.el (mode-line-format): Specify help-echo for line
790         number, column number and buffer-percent part of the mode-line.
792         * image.el (image-type-regexps): Allow whitespace at the start
793         of the image data for XPM, XBM and Postscript, which are
794         text files.
795         (image-jpeg-p): Correct calculation of next field offset.
797 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
799         * battery.el: Fix typo.
801 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
803         * image.el (image-type-regexps): Allow predicates.  Change the way
804         JPEG images are recognized.
805         (image-jpeg-p): New function.
806         (image-type-from-data): Handle predicates in image-type-regexps.
808         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
809         #:, #x, #o, and similar constructs.
811 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
813         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
815         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
816         instead of `progn'.
818         * tar-mode.el (tar-extract): Avoid generating a new buffer
819         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
821         * textmodes/paragraphs.el (forward-sentence): Avoid building
822         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
824         * progmodes/executable.el (executable-set-magic):
825         If executable-find returns a quoted file name, unquote it before
826         inserting it.
828         * image.el (image-type-regexps): For JPEG files, use a regexp
829         derived from the JFIF spec.
831         * image.el (image-type-regexps): Use `\`' instead of `^' in
832         most regular expressions.
834 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
836         * play/animate.el: Re-insert a reference to re-inserted function.
838 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
840         * help.el (describe-function-1): Use find-function-search-for-symbol
841         instead of find-function-noselect because the latter follows aliases.
843         * play/animate.el (animate-birthday-present): Re-insert.
845         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
846         Handle old-style menu definitions.
848 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
850         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
851         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
853         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
854         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
855         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
857 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
859         * textmodes/tildify.el: Milan Zamazal has new address.
861 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
863         * custom.el (custom-set-variables): Don't test `custom-requests'
864         properties, check the third element of the options passed to
865         custom-set-variables instead.
867         * info.el (info-insert-file-contents): Use info-file-exists-p
868         instead of file-exists-p.
870         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
871         the mode-line face is restored.  Fix several bugs.
873         * replace.el (perform-replace): Doc fix.
875 2001-08-02  Francesco Potorti`  <pot@gnu.org>
877         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
878         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
879         (uniquify-fix-item-base, uniquify-fix-item-filename)
880         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
881         Callers changed.
882         (uniquify-set-proposed): Changed to work with a vector item.
883         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
884         the fix list, and a list of strings for the non-file buffer
885         names.  Both changes reduce consing.
886         (uniquify-rationalize-a-list): Local variable renaming.
887         (uniquify-rationalize-conflicting-sublist): Use member instead of
888         assoc.
889         (uniquify-rename-buffer): Use unless instead of if not.
891 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
893         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
895         * custom.el (custom-set-variables): Set options with :require
896         clauses last.
898         * custom.el (defcustom): Doc fix.
900         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
902 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
904         * man.el (man): Mention Man-switches in the doc string.
905         (Man-switches): Mention -a in the doc string.
907         * textmodes/ispell.el (ispell-alternate-dictionary):
908         Add /usr/share/lib/dict/words, for Irix.
910         * bindings.el: Bind shifted and control-shifted kp-* keys to the
911         corresponding non-kp keys.  Suggested by Stephen Gildea
912         <gildea@stop.mail-abuse.org>.
914 2001-08-01  Francesco Potorti`  <pot@gnu.org>
916         * uniquify.el: These changes correct a corner case that the old
917         code managed correctly.
918         (uniquify-fix-item-proposed): Renamed from
919         uniquify-fix-item-min-proposed.
920         (uniquify-set-proposed): New function.
921         (uniquify-rationalize-file-buffer-names): Code reshuffled for
922         clarity and speed.
923         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
924         This is equivalent to what the old code did.
925         (uniquify-rationalize-a-list): Never recompute the proposed
926         name.  Sort the conflicting sublist before rationalising it: this
927         is equivalent to what the old code did, but one directory element
928         at a time, and only when necessary.
929         (uniquify-rationalize-conflicting-sublist): Recompute here the
930         proposed name.
932 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
934         * play/animate.el: Add Keywords and Maintainer.  Remove a
935         reference to a removed function.
937         * play/animate.el (animate-string): Handle case that the string is
938         longer than the window is wide.
940 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
942         * desktop.el (desktop-save): Bind coding-system-for-write to
943         `emacs-mule' for write-region.
945         * delsel.el (delete-selection-pre-hook): Don't set this-command
946         to `ignore' if the region is empty.
948         * international/mule.el (set-keyboard-coding-system):
949         Set keyboard-coding-system.
951         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
952         before accessing it.
954 2001-07-30  Andreas Schwab  <schwab@suse.de>
956         * menu-bar.el (toggle-highlight-paren-mode):
957         Use `(show-paren-mode)' as body.
959 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
961         * vc.el (vc-checkout-hook): New hook.
962         (vc-checkout): Run it.
964 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
966         * progmodes/make-mode.el (makefile-macroassign-regex):
967         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
969 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
971         * vc.el (vc-switch-backend): Fix autoload cookie.
973         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
974         the desktop file.
976 2001-07-30  Simon Josefsson  <jas@extundo.com>
978         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
979         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
981 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
983         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
984         (last-sexp-toggle-display): Renamed from last-sexp-print.
985         (last-sexp-toggle-display, eval-last-sexp-1):
986         Use last-sexp-setup-props.
988         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
989         New user-options.
990         (mouse-wheel-change-button): New function.
991         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
992         (mwheel-scroll): Ditto.
994 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
996         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
997         `...', compare with unabbreviated printed representation instead.
998         (last-sexp-print): Bind print-length and print-level to nil.
1000         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1001         before assigning text properties.  Make properties rear-nonsticky.
1003         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1004         (eval-last-sexp-1): Give printed text a `keymap' property and bind
1005         <mouse-2> and <RET> in that map to a function printing the
1006         unabbreviated value.
1008         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1009         is a buffer, put a text property `printed-value' on the printed
1010         representation, with the Lisp object printed as value.
1012 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
1014         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1015         Mention the effect of eval-expression-print-length and
1016         eval-expression-print-level in the doc strings.  Suggested by
1017         Kevin Gallagher <kevingal@onramp.net>.
1019 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
1021         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1022         for buttons > 3.
1023         (xterm-mouse-translate): Handle the case that we don't get a
1024         down-event.
1026         * emacs-lisp/find-func.el (find-function-regexp):
1027         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
1028         in front of the function name.
1030         * isearch.el (isearch-other-meta-char): Fix last change.
1032         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1033         similar events for which fake prefix keys are generated.  It's no
1034         longer necessary since read_key_sequence doesn't modify these
1035         events for internal purposes anymore.
1037         * files.el (auto-mode-alist): Use nroff-mode for files ending
1038         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
1040 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
1042         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1043         tool-bar-lines parameter, behave as if its value were zero.
1044         (mouse-avoidance-set-pointer-shape): Don't do anything if
1045         x-pointer-shape is not boundp.
1047 2001-07-23  Francesco Potorti`  <pot@gnu.org>
1049         * uniquify.el: Overall speedup changes when using many buffers.
1050         (uniquify-fix-item-base, uniquify-fix-item-filename)
1051         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
1052         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
1053         place in the item, but was never used.
1054         (uniquify-fix-item-min-proposed): New defalias: the fourth place
1055         in the item is now used as cache for the proposed name.
1056         (uniquify-rationalize-file-buffer-names): Move computation made on
1057         newbuffile out of the loop, in the newbuffile-nd local var.
1058         Use dolist (cosmetic change).  Compute the proposed name for the most
1059         common case and cache it in the fourth place in the item.
1060         (uniquify-rationalize-file-buffer-names): Used to return a a list
1061         of buffer whose name was changed, but that return value was never used.
1062         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1063         the cached proposed name, does much less consing and is quicker.
1064         (uniquify-filename-lessp): Deleted.
1065         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1066         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
1067         cached proposed name is possible.
1068         (uniquify-get-proposed-name): Arguments changed, callers changed.
1069         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1070         uniquify-possibly-resolvable flag, which is no more bound locally.
1071         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
1072         flag, which does not exist any more.
1074 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
1076         * term/internal.el (IT-unicode-translations): Fix the appearance of
1077         "6`".
1079         * progmodes/compile.el (compile-internal): If EMACS is already
1080         defined in the environment, don't override its value.
1082 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
1084         * play/fortune.el: Undo change of 2001-07-13.
1085         Fix autoload cookies.  Add types to defcustoms.
1086         (fortune) <defgroup>: Add :link.
1087         (fortune-from-region): Use eq, not eql.
1088         From Dave Love <fx@gnu.org>.
1090         * play/animate.el (animate-birthday-present): Function removed.
1092         * play/animate.el: New file.
1094 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
1096         * startup.el (normal-top-level-add-subdirs-to-load-path):
1097         On Windows, put into normal-top-level-add-subdirs-inode-list the
1098         canonicalized names of the directories instead of inode numbers.
1100 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
1102         * ediff-util.el: Copyright years.
1103         (ediff-choose-syntax-table): New function.
1104         (ediff-setup): Use ediff-choose-syntax-table.
1105         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
1106         vc-state is available.
1107         (ediff-make-temp-file): Use ediff-coding-system-for-write.
1109         * ediff-init.el (ediff-with-syntax-table): New macro, uses
1110         with-syntax-table.
1111         (ediff-coding-system-for-read): From ediff-diff.el
1112         (ediff-coding-system-for-write): New variable.
1113         (ediff-highest-priority): Fixed the bug having to do with disappearing
1114         overlays.
1115         (ediff-file-remote-p): Use file-remote-p, if available.
1116         (ediff-listable-file): New function.
1117         (ediff-file-attributes): Use ediff-listable-file.
1119         * ediff-mult.el (ediff-meta-insert-file-info1):
1120         Use ediff-listable-file.
1122         * ediff-ptch.el (ediff-prompt-for-patch-file):
1123         Use ediff-coding-system-for-read.
1124         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
1126         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1127         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
1129         * ediff.el: Date of last update, copyright years.
1131         * ediff-wind (ediff-setup-control-frame): Nill->nil.
1133         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1134         of Scott Bronson.
1135         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1136         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1137         Deleted functions.
1138         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1139         ex-token-list.
1140         (viper-get-ex-address-subr): Convert registers to char data type.
1142         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
1143         (viper-memq-char): Use viper-int-to-char.
1144         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
1145         vc-locking-state.
1146         (viper-read-key): Use viper-read-key-sequence.
1148         * viper.el (viper-major-mode-modifier-list):
1149         Added inferior-emacs-lisp-mode.
1150         (this-major-mode-requires-vi-state): New function that uses simple
1151         heuristics to decide if vi state is appropriate.
1152         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1153         (viper-non-hook-settings): Don't advise read-key-sequence.
1154         (viper-read-key-sequence): New function that replaces the
1155         previously used advice to read-key-sequence.
1157         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1158         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1159         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1160         (viper-open-line-at-point,viper-substitute,viper-overwrite)
1161         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1162         Got rid of the negative character hack.
1163         (viper-escape-to-state,viper-replace-state-exit-cmd):
1164         Use viper-read-key-sequence.
1165         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
1166         (viper-minibuffer-standard-hook,viper-read-string-with-history):
1167         Don't override existing minibuffer-setup-hook.
1168         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
1169         Convert registers to char data type.
1170         (viper-autoindent): Use viper-indent-line.
1172         * viper-keym.el: Use viper-exec-key-in-emacs.
1174 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
1176         * server.el (server-visit-files): Fix variable name typo.
1178 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
1180         * simple.el (delete-trailing-whitespace): Save match data
1181         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
1183 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
1185         * progmodes/compile.el (compilation-parse-errors): `linenum' might
1186         return a this-error using the alternative format (a pair of markers).
1188 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
1190         * font-lock.el (c++-keywords): Add Standard C++ operator names.
1192         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1193         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
1195 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1197         * international/iso-transl.el: Fix typo in the header of the file.
1199         * textmodes/picture.el (picture): Doc fix.
1201         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1202         follow coding conventions in generated files.
1204 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
1206         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1207         (tool-bar-add-item): Don't call image-related primitives if the
1208         display doesn't support images.
1210         * frame.el (display-images-p): New function.
1212 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
1214         * server.el (server-visit-files): Handle the case the specified
1215         column number is <= 0.
1217 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
1219         * startup.el (command-line-1): Add support for +LINE:COLUMN
1220         command line argument.
1222 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1224         * server.el (server-process-filter, server-visit-files):
1225         Add support for +LINE:COLUMN style emacsclient calls.
1227 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1229         * emacs-lisp/easy-mmode.el: Add Keywords header.
1231         * play/pong.el: Author has new address.
1233         * play/landmark.el: Author is no more reachable.
1235         * play/handwrite.el: Author is no more reachable.
1237 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
1239         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1240         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1241         Complete bindings for F<1..12> keys.
1242         (global-map): Remove `undo' binding (already in the default).
1243         Replace `t<n>' bindings with `f<n>' bindings.
1245 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1247         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1248         (tcl-mode): Use tcl-add-log-defun.
1249         (tcl-indent-line): Use tcl-calculate-indent.
1250         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1251         (tcl-indent-exp): Renamed from indent-tcl-exp.
1252         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1253         (tcl-indent-for-comment): Call comment-indent-function properly
1254         and handle the case where it returns nil.
1256 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
1258         * calendar/cal-islam.el (calendar-goto-islamic-date):
1259         Remove autoload cookie.
1261         * calendar/calendar.el (calendar-goto-islamic-date):
1262         Add call to autoload.
1264 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1266         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1267         Don't change compile-auto-highlight globally.
1268         Don't bother with `font-lock-defaults' property since XEmacs
1269         also understands the `font-lock-defaults' variable.
1270         Use make-local-variable rather than make-variable-buffer-local.
1271         Don't `defconst' comment-indent-function: keep the default.
1272         Call easy-menu-add unconditionally.
1273         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1274         (ada-create-menu): Use :included for Emacs as well.
1276         * vc.el (vc-do-command): Autoload.
1278         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1280 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1282         * ps-print.el: Fix Author: header.
1284 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
1286         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1287         mouse-1 etc., bind them to `ignore'.
1289         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1290         send-invisible, which is already defined in Comint.
1291         (eshell-watch-for-password-prompt): Use it.
1293 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1295         * which-func.el (which-func-mode): Doc fix.
1297         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
1298         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1299         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1300         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1301         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1302         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1303         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1304         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1305         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1306         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1307         * emulation/edt-mapper.el, emulation/edt-pc.el,
1308         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1309         * emulation/tpu-edt.el, emulation/tpu-extras.el,
1310         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1311         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1312         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1313         * international/isearch-x.el, international/iso-cvt.el,
1314         * international/ogonek.el, international/quail.el,
1315         * international/utf-8.el, jit-lock.el, language/devan-util.el,
1316         * language/devanagari.el, language/ethio-util.el,
1317         * language/ethiopic.el, language/european.el, language/indian.el,
1318         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1319         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1320         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1321         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1322         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1323         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1324         * progmodes/autoconf.el, progmodes/cmacexp.el,
1325         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1326         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1327         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1328         * progmodes/ebnf2ps.el, progmodes/executable.el,
1329         * progmodes/fortran.el, progmodes/idlw-shell.el,
1330         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1331         * progmodes/m4-mode.el, progmodes/mantemp.el,
1332         * progmodes/meta-mode.el, progmodes/octave-inf.el,
1333         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1334         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1335         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1336         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1337         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1338         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1339         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1340         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1341         * textmodes/two-column.el, time-stamp.el, timezone.el,
1342         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1343         * which-func.el, whitespace.el, wid-browse.el, widget.el,
1344         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
1345         conventions.
1347 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
1349         * simple.el (set-variable): Require 'cus-edit' instead of
1350         `wid-edit', so that the Custom widgets get defined.
1352 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1354         * allout.el: A fix to follow coding conventions.
1356         * find-lisp.el: A fix to follow coding conventions.
1358         * term/w32-win.el: A fix to follow coding conventions.
1360         * textmodes/sgml-mode.el: A fix to follow coding conventions.
1362         * term/xterm.el: A fix to follow coding conventions.
1364         * term/news.el: A fix to follow coding conventions.
1366         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1367         header line fixed.
1369         * sun-curs.el: Fix Maintainer: header line.
1371         * emacs-lisp/easymenu.el: Address of the author added.
1373 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
1375         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1376         property.
1378 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1380         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1381         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
1382         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1383         Some fixes to follow coding conventions.
1385 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
1387         * which-func.el (which-func-mode): Doc fix.
1389 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
1391         * net/rcompile.el (remote-compile): Use make-local-variable.
1393         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1395         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1397         * mail/reporter.el (reporter-submit-bug-report):
1398         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
1400 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1402         * calendar/cal-china.el, calendar/cal-coptic.el,
1403         * calendar/cal-dst.el, calendar/cal-french.el,
1404         * calendar/cal-hebrew.el, calendar/cal-islam.el,
1405         * calendar/cal-iso.el, calendar/cal-julian.el,
1406         * calendar/cal-mayan.el, calendar/cal-persia.el,
1407         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1408         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1409         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1410         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1411         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1412         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1413         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1414         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1415         * progmodes/ada-xref.el, progmodes/cc-align.el,
1416         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1417         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1418         * progmodes/cc-langs.el, progmodes/cc-menus.el,
1419         * progmodes/cc-styles.el, progmodes/cc-vars.el,
1420         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1421         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1422         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1423         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1424         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1425         * textmodes/reftex.el: Some fixes to follow coding
1426         conventions in Eshell files with known maintainers.
1428         * emulation/viper.el: A fix to follow coding conventions.
1430         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1431         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1432         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1433         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1434         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1435         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1436         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1437         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1438         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1439         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1440         conventions in Eshell files.
1442         * composite.el, diff.el, emacs-lisp/levents.el,
1443         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1444         * emulation/pc-mode.el, emulation/viper-cmd.el,
1445         * emulation/viper-ex.el, emulation/viper-init.el,
1446         * emulation/viper-keym.el, emulation/viper-macs.el,
1447         * emulation/viper-mous.el, emulation/viper-util.el,
1448         * emulation/viper.el, forms-pass.el, international/ccl.el,
1449         * international/characters.el, international/encoded-kb.el,
1450         * international/fontset.el, international/ja-dic-cnv.el,
1451         * international/ja-dic-utl.el, international/kinsoku.el,
1452         * international/kkc.el, international/mule-cmds.el,
1453         * international/mule-diag.el, international/mule-util.el,
1454         * international/mule.el, international/titdic-cnv.el,
1455         * language/china-util.el, language/chinese.el,
1456         * language/cyril-util.el, language/cyrillic.el, language/english.el,
1457         * language/greek.el, language/hebrew.el, language/japan-util.el,
1458         * language/japanese.el, language/korea-util.el, language/korean.el,
1459         * language/lao-util.el, language/lao.el, language/misc-lang.el,
1460         * language/slovak.el, language/thai-util.el, language/thai.el,
1461         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1462         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1463         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1464         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1465         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1466         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1467         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1468         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1469         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1470         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1471         to follow coding conventions in files without maintainer or in files
1472         with clear maintainer (but without Maintainer header stating so).
1474         * emacs-lisp/elp.el: A fix to follow coding conventions.
1476         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1477         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1478         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1479         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1480         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1481         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1482         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1483         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1484         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1485         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1486         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1487         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1488         conventions in files from Gnus.
1490         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1491         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1492         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1493         * echistory.el, electric.el, emacs-lisp/authors.el,
1494         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1495         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1496         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1497         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1498         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1499         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1500         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1501         * international/codepage.el, international/iso-ascii.el,
1502         * international/iso-insert.el, international/iso-transl.el,
1503         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1504         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1505         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1506         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1507         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1508         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1509         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1510         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1511         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1512         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1513         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1514         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1515         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1516         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1517         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1518         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1519         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1520         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1521         * textmodes/tex-mode.el, textmodes/text-mode.el,
1522         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1523         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1524         * vt100-led.el, window.el: Some fixes to follow coding conventions in
1525         files maintained by FSF.
1527 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1529         * arc-mode.el: A fix to follow coding conventions.
1531         * bindings.el: Ditto.
1533         * cdl.el: Ditto.
1535         * comint.el: Ditto.
1537         * cus-start.el: Ditto.
1539         * shell.el: Ditto.
1541         * skeleton.el: Ditto.
1543 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
1545         * info.el (Info-build-node-completions):
1546         Make Info-current-file-completions buffer local.
1548 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
1550         * which-func.el (which-func-mode, which-func-ff-hook)
1551         (which-function-mode): Remove references to which-func-mode-global.
1553         * calendar/cal-islam.el (calendar-goto-islamic-date):
1554         Add autoload cookie.
1556         * play/fortune.el: Add types to defcustoms.
1558 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1560         * language/czech.el: A fix to follow coding conventions.
1562 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1564         * speedbar.el (speedbar-supported-extension-expressions): Add .g
1565         to the extension list, for antlr-mode.  From Christoph Wedler
1566         <Christoph.Wedler@sap.com>.
1568 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
1570         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1571         (vc-dired-mode-map): Fix the madness.
1573         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1574         (vc-prefix-map): Moved back from vc.el.
1576 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
1578         * mail/mail-extr.el (mail-extr-all-top-level-domains):
1579         Increase the size of the obarray.
1580         (mail-extr-all-top-level-domains): Add more toplevel domains,
1581         add more long names.
1582         From: Per Starback <starback@ling.uu.se>.
1584 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1586         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1587         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1589         * progmodes/ada-mode.el: Ditto.
1591         * progmodes/ada-xref.el: Ditto.
1593 2001-07-11  Miles Bader  <miles@gnu.org>
1595         * finder.el (finder-insert-at-column): Also move to the next line
1596         if exactly at COLUMN.
1598 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
1600         * help.el (describe-function-1): When printing FUNCTION's
1601         documentation, don't assume FUNCTION is a symbol.
1603         * startup.el (normal-top-level): Don't operate on the initial
1604         frame if we failed to create one.
1606 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
1608         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1609         itself, i.e. only indent the contents in it.
1611 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
1613         * mail/rmail.el (rmail-show-message): Show beginning of message in
1614         all windows containing it.
1616 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
1618         * term/tty-colors.el: Fix the header line and copyright years.
1620 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
1622         * emacs-lisp/advice.el (ad-make-advised-definition): If the
1623         original definition has an interactive form, but is Elp
1624         instrumented, use the interactive form of the function called by
1625         elp-wrapper.
1627         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
1628         configurations with compare-window-configuration; they aren't
1629         window configurations.
1631         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1632         from the server for the format we expect.  Don't use it if it
1633         doesn't look like what the Internet draft for FTP extensions specifies.
1635         * toolbar/*.pbm: Cleaned up.
1636         From Luis Fernandes <elf@ee.ryerson.ca>.
1638 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
1640         * cc-cmds.el: Extended the kludge to interoperate with the
1641         delsel and pending-del packages wrt to the new function
1642         `c-electric-delete-forward'.
1644 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
1646         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1647         to delay the call to <mode> for global minor modes.
1648         (easy-mmode-define-navigation): Only recenter if interactive.
1650 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
1652         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1653         to lisp-indent-line.
1655         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1656         from the server.  Call encode-time only when we are sure that we
1657         got a 213 response.
1659 2001-07-06  Simon Josefsson  <jas@extundo.com>
1661         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1662         (mail-envelope-from): New user option.
1663         (sendmail-send-it): Use it.
1665 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1667         * ps-print.el: Use locale dependant date to print date in header.
1668         Doc fix.
1669         (ps-print-version): New version number (6.5.3).
1670         (ps-right-header, ps-right-footer): Initialization and doc fix.
1671         (ps-time-stamp-locale-default): New fun.
1673 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1675         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1676         field problem with MIME-mode.
1678         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1680 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1682         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1683         MIME-mode.
1685 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
1687         * bindings.el (mode-line-mule-info): Don't show the tip with
1688         buffer-file-coding-system if that is nil.
1690 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
1692         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1693         instead of kill-line.
1695         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
1696         <Pavel@Janik.cz>.
1698         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
1699         <Pavel@Janik.cz>.
1701 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
1703         * font-lock.el (c-font-lock-keywords-3): When matching something
1704         like `struct X Y', finish with point after Y.
1706 2001-07-04  Simon Josefsson  <jas@extundo.com>
1708         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1709         in caller buffer.
1711 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
1713         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1714         instead of string-match to find the basename of the file.
1715         From Pascal Obry <p.obry@wanadoo.fr>.
1717         * net/browse-url.el (browse-url-default-windows-browser):
1718         Support the MS-DOS port when it runs on Windows.
1719         (browse-url-browser-function) [ms-dos]: Default to
1720         browse-url-default-windows-browser.
1722         * help.el (locate-library): Enable code that looks for compressed
1723         libraries if auto-compression-mode is on.
1725 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
1727         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1729 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
1731         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1733 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
1735         * allout.el: Fix the header line, so that finder.el recognizes it.
1736         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1738         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1739         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1741 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1743         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1745         * ps-bdf.el (bdf-directory-list): Use the value relative to
1746         installation-directory for MS-Windows as well.
1748 2001-06-29  Richard M. Stallman  <rms@gnu.org>
1750         * wid-edit.el (widget-color-sample-face-get):
1751         Return ((foreground-color . COLOR)) instead of constructing a face.
1753 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1755         * faces.el (region): Change the background color for the
1756         light-background color display to lightgoldenrod2, to make it
1757         visible on some laptops.
1759 2001-06-28  Richard M. Stallman  <rms@gnu.org>
1761         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1762         (rmail-msg-restore-non-pruned-header): Likewise.
1763         If point was in the old pruned header, put it at the top.
1764         (rmail-msg-prune-header): If point was at the top, keep it there.
1766         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1767         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1769 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
1771         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1773 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
1775         * saveplace.el: Update maintainer email address.
1777 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1779         * uniquify.el: (uniquify-rationalize-file-buffer-names):
1780           Undo previous change.
1782 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1784         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1785         preliminary quick reordering.  Can speed things up dramatically.
1787 2001-06-26  Richard M. Stallman  <rms@gnu.org>
1789         * dired.el (dired-get-filename): A file name starting with ~
1790         is not absolute in this context.
1792         * which-func.el (which-func-maxout): Increase default to 500000.
1793         (which-function-mode): This is now the "real" name of the function.
1794         (which-func-mode): Now an alias.
1795         (which-func-mode-global): Name deleted.
1797         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1798         button-2, when binding hs-mouse-toggle-hiding.
1800 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1802         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1803         (rmail-msg-prune-header): Likewise.
1804         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1805         and `rmail-msg-prune-header'.
1807 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
1809         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1810         back than LINEBEG.
1812 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
1814         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1815         window where they clicked the mouse has a header line, adjust
1816         vertical movement by one.
1818 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
1820         * progmodes/glasses.el (glasses-make-readable): Consider underscores
1821         too when separating a parenthesis.
1823 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
1825         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1826         (bookmark-bmenu-hide-filenames): Add help-echo to
1827         mouse-highlighted text.
1828         (bookmark-bmenu-show-filenames): Remove help-echo property from
1829         the whitespace.
1831 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
1833         * files.el (auto-mode-alist): Add configure.ac (autoconf).
1834         From Karl Eichwalder <ke@suse.de>.
1836 2001-06-23  Richard M. Stallman  <rms@gnu.org>
1838         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1840         * progmodes/cc-styles.el (c-set-style): Don't specify initial
1841         contents for completing-read.
1843 2001-06-22  Richard M. Stallman  <rms@gnu.org>
1845         * menu-bar.el (menu-bar-make-toggle): Construct the
1846         function's doc string from HELP, not DOC, and make it accurate by
1847         adding "Toggle whether to " at the front and downcasing the initial.
1848         Change the HELP arg in some calls to make it fit this usage.
1850         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1851         Undo previous change.
1853 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
1855         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1857         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1859 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
1861         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1863         * dabbrev.el (dabbrev--select-buffers): Fix last change.
1865 2001-06-20  Richard M. Stallman  <rms@gnu.org>
1867         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1868         broken out from dabbrev--find-expansion.  Handle minibuffer
1869         specially here.
1870         (dabbrev--find-expansion): Simplify code in various ways.
1871         Don't treat minibuffers specially.
1872         Call dabbrev--make-friend-buffer-list.
1873         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
1874         (dabbrev--scanning-message): Do nothing when minibuffer is current.
1876 2001-06-19  John Wiegley  <johnw@gnu.org>
1878         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1879         Also, added a comment describing how to greatly speedup Eshell
1880         loadup time, by concatenating together all of Eshell's .elc files.
1882 2001-06-19  John Wiegley  <johnw@gnu.org>
1884         * eshell/esh-mode.el: Disabled a test that often yields false failures.
1886 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
1888         * woman.el (WoMan-highlight-references): Add help-echo to
1889         mouse-highlighted text.
1891 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
1893         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1895 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
1897         * international/quail.el (quail-start-conversion):
1898         Reset quail-translating to nil.
1900         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1901         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1903 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
1905         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1906         mouse-highlighted text.
1908         * dired.el (dired-mark-pop-up): Fix last change.
1910 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
1912         * calendar/calendar.el (generate-calendar-month): Add help-echo to
1913         mouse-highlighted text.
1915         * net/quickurl.el (quickurl-url-file): Run through
1916         convert-standard-filename.
1917         (quickurl-list-populate-buffer): Add help-echo to
1918         mouse-highlighted text.
1919         (top-level): Update Dave's URL.
1921         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1922         mouse-highlighted text.
1924         * textmodes/page-ext.el (pages-copy-header-and-position):
1925         Add help-echo to mouse-highlighted text.
1927         * tar-mode.el (tar-header-block-summarize): Add help-echo to
1928         mouse-highlighted text.
1930         * replace.el (occur): Add help-echo to mouse-highlighted text.
1932         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1933         mouse-highlighted text.
1935         * progmodes/cpp.el (cpp-make-button): Add help-echo to
1936         mouse-highlighted text.
1938         * progmodes/compile.el (compile-reinitialize-errors):
1939         Add help-echo to mouse-highlighted messages.
1940         (compilation-forget-errors): Remove help-echo property as well.
1942         * play/landmark.el (lm-plot-square, lm-init-display):
1943         Add help-echo to mouse-highlighted text.
1945         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1946         Add help-echo to mouse-highlighted text.
1948         * dired.el (dired-insert-set-properties): Add help-echo to
1949         mouse-highlighted text.
1950         (dired-mark-pop-up): Remove help-echo property from the file name.
1952         * comint.el (comint-send-input): Add help-echo to
1953         mouse-highlighted text.
1955         * buff-menu.el (list-buffers-noselect): Add help-echo to
1956         mouse-highlighted text.
1958         * arc-mode.el (archive-summarize-files): Add help-echo to
1959         mouse-highlighted text.
1961         * ffap.el (ffap-machine-p): Always return nil if
1962         open-network-stream is not fboundp.
1964 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
1966         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
1967         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1968         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1969         incorrectly binding chars between 128 and 256 to it.
1970         (sgml-maybe-name-self): Handle latin-1 chars properly.
1971         (sgml-tags-invisible): Bind buffer-file-name to nil.
1972         Use unwind-protect and restore-buffer-modified-p.
1973         (sgml-point-entered): Use buffer-substring-no-properties.
1974         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1975         (html-mode): Don't force `imenu-sort-function'.
1977 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
1979         * tar-mode.el: Fix the copyright notice.
1981         * font-lock.el (font-lock-comment-face): For tty's with dark
1982         background, use "red1", since "lightred" is not one of the colors
1983         recognized by tty-colors.el.
1985         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1986         create a buffer for extracted file, in case there's more than one
1987         file by that name in an archive, possibly in different
1988         directories.  From Kevin Rodgers <kevinr@ihs.com>.
1990         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
1991         <alex@gnu.org>.
1993 2001-06-15  Miles Bader  <miles@gnu.org>
1995         * textmodes/texinfmt.el (texinfo-format-syntax-table):
1996         Revert previous change.
1998 2001-06-14  Richard M. Stallman  <rms@gnu.org>
2000         * replace.el (keep-lines-read-args): Return just a regexp.
2001         Provide nil for the region args.
2002         (keep-lines, flush-lines, how-many):
2003         Calculate the defaults for the region here, when args are nil.
2005 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
2007         * rot13.el (rot13-other-window): Some more doc fix.
2009 2001-06-14  Per Starback  <starback@ling.uu.se>
2011         * replace.el (case-replace, query-replace-from-history-variable)
2012         (query-replace-to-history-variable, keep-lines-read-args)
2013         (occur-revert-function, query-replace-help): Dox fix.
2015 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
2017         * rot13.el (rot13-other-window): Doc fix.
2019 2001-06-14  Miles Bader  <miles@gnu.org>
2021         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2022         of " and \ to "." (punctuation).
2023         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2025 2001-06-13  Richard M. Stallman  <rms@gnu.org>
2027         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2029         * simple.el (shell-command-on-region): Never kill the
2030         *Shell Command Output* buffer.
2032 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
2034         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2036 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
2038         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2039         New var, to recognize ${ $' and PODs.
2040         (perl-font-lock-syntactic-face-function): New function.
2041         (perl-mode): Use them.
2042         (perl-continuation-line-p): New function, from perl-calculate-indent.
2043         (perl-calculate-indent): Use it, to properly handle continuation
2044         lines of continuation lines.
2046 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
2048         * server.el (server-process, server-buffer-clients): Doc fix.
2049         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2051 2001-06-09  John Wiegley  <johnw@gnu.org>
2053         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2054         test if the last command was Lisp or not.
2055         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2056         B x C".
2058 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
2060         * dos-w32.el (grep-regexp-alist): Remove definition, since the
2061         general one on compile.el supports drive letters.
2063 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2065         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
2066         key description.
2068         * textmodes/reftex-sel.el (reftex-select-jump): New command.
2070         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
2071         (reftex-toc-jump): New command.
2073         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
2074         to parse international characters as well.
2076         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
2077         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
2079         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2081         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
2082         TAB to the key separators.
2084 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
2086         * international/mule.el (auto-coding-alist): Remove redundant
2087         up-cased versions of the extensions (auto-coding-alist-lookup is
2088         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
2089         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
2091 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
2093         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2095 2001-06-01  Richard M. Stallman  <rms@gnu.org>
2097         * help.el (describe-variable): Put value on same line
2098         with preceding text, if it is short enough to look good that way.
2100 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
2102         * term/internal.el (IT-unicode-translations): New variable.
2103         (IT-setup-unicode-display): New function.
2105 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2107         * ps-print.el: Handle before-string and after-string overlay properties
2108         in ps-print-*-with-faces commands.  Doc fix.
2109         (ps-print-version): New version number (6.5.2).
2110         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2111         for XEmacs.
2112         (ps-prefix-quote): Doc fix.
2113         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
2114         (ps-basic-plot-str, ps-plot-string): New funs.
2116 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
2118         * progmodes/etags.el (tags-compression-info-list): Fix docstring
2119         and :type spec.
2121 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
2123         * international/mule-cmds.el (inactivate-input-method):
2124         Set input-method-function to nil.
2126         * xml.el (xml-parse-tag): The document may contain invalid characters.
2127         From ShengHuo ZHU  <zsh@cs.rochester.edu>
2129 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2131         * mail/rmailsum.el (rmail-message-subject-p): Don't call
2132         `rmail-summary-line-decoder' if the message does not have
2133         a Subject: field.
2135         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
2137         * mail/rmail.el (rmail-insert-mime-resent-message-function):
2138         New variable.
2139         (rmail-resend): Modify to work in `rmail-view-buffer'; call
2140         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2141         is non-nil.
2143 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
2145         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2147 2001-05-29  Sam Steingold  <sds@gnu.org>
2149         * faces.el (face-valid-attribute-values): Bind `valid' directly
2150         instead of using `setq'.
2152         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2153         Use `tex-shell-buf'.
2154         (tex-shell-proc): Use `tex-shell-running'.
2155         (tex-shell-buf-no-error): New function.
2156         (tex-send-tex-command): Use it.
2157         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2158         (tex-kill-job): Check the process before calling `quit-process'.
2160 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
2162         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2163         UTF-8 sequences.
2165 2001-05-28  Miles Bader  <miles@gnu.org>
2167         * comint.el (comint-carriage-motion): Renamed from
2168         `comint-cr-magic'.  Operate on the buffer instead of the string
2169         (for use as a comint post-output filter, instead of as a
2170         pre-output filter).  Handle backspaces too.  Add to the
2171         `comint-output-filter-functions' hook instead of
2172         `comint-preoutput-filter-functions'.
2174 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
2176         * language/japan-util.el (japanese-hankaku): Prefer the charset
2177         `jisx0201' when the optional argument `ascii-only' is not specified.
2178         (japanese-hankaku-region): Ditto.
2179         From Katsumi Yamaoka <yamaoka@jpl.org>
2181 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
2183         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2184         (outline-invisible-p): New function.
2185         (hide-leaves): Save excursion.
2186         (hide-other): Stop looping when reaching bobp.
2188 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
2190         * cus-edit.el (custom-file): Fix last change.
2192 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
2194         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2195         same definition in byte-compile-function-environment as `autoload'
2196         would put in `symbol-function'.
2198         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2199         patch to correct the error message as well.
2201 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
2203         * cus-edit.el (custom-file): Don't assume we were invoked with -q
2204         unless ~/.emacs exists.
2206         * novice.el (enable-command): If user-init-file is nil or does not
2207         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2209 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
2211         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2212         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2213         Allow spaces around macro arguments.
2214         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2215         indent-for-tab-command.
2216         (latex-mode-map, plain-tex-mode-map): New keymaps.
2217         Inherit from tex-mode-map.
2218         (tex-common-initialization): Don't setup the keymap any more
2219         since it's now done right by define-derived-mode.
2220         (latex-mode): Set skeleton-end-hook to nil.
2221         (latex-skeleton-end-hook): Remove.
2222         (tex-latex-block, latex-insert-item): Simplify.
2223         (latex-syntax-after): Use following-char rather than char-after.
2224         (tex-discount-args-cmds, tex-count-words): New functions.
2226         * textmodes/tildify.el (tildify-ignored-environments-alist):
2227         Recognize \verb* as well.
2229         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2230         (perl-comment-indent): Simplify to let newcomment.el do its job.
2231         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2232         (perl-mark-function): Cleanup the namespace.
2233         (perl-calculate-indent): Don't be fooled by nested functions.
2235         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2237         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2238         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
2240 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
2242         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2243         actually be `\\'.
2244         (ctlau-b5-converter): Likewise.
2246 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
2248         * international/titdic-cnv.el (quail-misc-package-ext-info):
2249         Change CTLauB.el to CTLau-b5.el.
2251 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
2253         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2254         rather than beginning-of-line to avoid problems with fields.
2255         (gud-perldb-massage-args): Use unless and push.
2256         (gud-chdir-before-run): New var.
2257         (gud-common-init): Use it.
2259 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
2261         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2262         delete entries for chinese-ctlau and chinese-ctlaub.
2263         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
2264         chinese-ctlaub.
2265         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2266         New functions.
2268 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
2270         * cus-edit.el (custom-comment-show): Remove debug code.
2272         * language/japan-util.el (japanese-symbol-table): Fix handling of
2273         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
2275 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
2277         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2278         Renamed by removing the silly `-flag' suffix.
2279         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2281 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
2283         * replace.el (keep-lines-read-args): Use `copy-marker'.
2284         (how-many): Save excursion properly.
2285         (occur-mode): Use define-derived-mode.
2286         (perform-replace): Use with-current-buffer.
2288 2001-05-20  Richard M. Stallman  <rms@gnu.org>
2290         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2292         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2294         * info.el (Info-read-subfile): Widen before finding the
2295         desired node in the subfile.
2297         * startup.el (command-line-1): When >2 files visited,
2298         leave the last one visible, and make that the selected window.
2300 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
2302         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2304 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
2306         * international/ccl.el (define-ccl-program): Fix a typo.
2307         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2309         * international/mule.el (decode-char): Fix a typo.  From Pavel
2310         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2312         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
2313         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2315         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
2316         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2318 2001-05-18  Sam Steingold  <sds@gnu.org>
2320         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
2321         and [RET] to `cvs-mode-find-file'.
2323 2001-05-18  John Wiegley  <johnw@gnu.org>
2325         * eshell/esh-ext.el (eshell-explicit-command-char): A new
2326         configuration variable, which determines the initial character
2327         that forces use of an external version of a command.  The default
2328         is *, but may be set to \, for example.
2330         * eshell/esh-ext.el (eshell-explicit-command):
2331         Use `eshell-explicit-command-char' instead of ?*.
2333         * eshell/esh-cmd.el (eshell/which):
2334         Use `eshell-explicit-command-char' instead of ?*.
2336         * eshell/em-cmpl.el (eshell-completion-command-name)
2337         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
2338         instead of ?*.
2340 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
2342         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2343         subst-char-in-string.
2344         (ange-ftp-after-parse-ls-hook): New variable.
2345         (ange-ftp-ls): Run that hook.
2346         From Peter Milliken <Peter.Milliken@GTECH.COM>.
2348         * tmm.el (tmm-get-keymap): Fix handling of :filter.
2349         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2350         text into *Completions*.
2352         * net/goto-addr.el (goto-address-at-point): Deal with URLs
2353         part of which look like email addresses.
2355 2001-05-18  Andrew Innes  <andrewi@gnu.org>
2357         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2358         Use . instead of absolute path for lisp dir, to avoid bug in W2K
2359         cmd.exe's handling of FOR loops.
2360         (autoloads): Set find-file-suppress-same-file-warnings to t to
2361         avoid slew of spurious messages.
2363 2001-05-18  Simon Josefsson  <simon@josefsson.org>
2365         * mail/smtpmail.el (maybe-append-domain): Renamed to
2366         `smtpmail-maybe-append-domain'.
2367         (smtpmail-via-smtp): Use the new name.
2369         * net/browse-url.el (browse-url-browser-function): Add kde.
2370         (browse-url-kde-program, browse-url-kde-args): New variables.
2371         (browse-url-kde): New function.
2373 2001-05-18  Miles Bader  <miles@gnu.org>
2375         * simple.el (delete-horizontal-space, just-one-space):
2376         Use `constrain-to-field' instead of `field-end'/`field-beginning',
2377         because it's more efficient for large files.
2379 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
2381         * mail/rmail.el (rmail-require-mime-maybe): New function.
2382         (rmail): Use it.
2383         (rmail-mode): Handle the case of finding Rmail files.
2385         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2386         functions.
2388 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
2390         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2391         text-property after moving to the beginning of line and regardless
2392         of the value of font-lock-multiline.
2394 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
2396         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2398         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2399         last coding system used before calling set-buffer-modified-p
2400         because that function changes last-coding-system.
2402 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
2404         * files.el (switch-to-buffer-other-window)
2405         (switch-to-buffer-other-frame): Add an xref to display-buffer in
2406         the doc string.
2408 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
2410         * language/slovak.el, language/czech.el: New maintainer.
2412 2001-05-16  Sam Steingold  <sds@gnu.org>
2414         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2415         sub-form of `defgeneric' correctly.
2417 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
2419         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2420         of `c'.
2422         * textmodes/outline.el (outline-font-lock-level): Remove the
2423         condition-case, test what outline-level returns instead, to
2424         ease debugging.
2426         * international/mule.el (auto-coding-regexp-alist): New user-option.
2427         (auto-coding-from-file-contents): New function.
2428         (set-auto-coding): Use it to determine a coding system.
2430 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
2432         * mouse.el (mouse-delete-other-windows): Doc fix.
2434         * emacs-lisp/lisp-mode.el (lisp-mode):
2435         Make font-lock-keywords-case-fold-search a buffer-local variable with
2436         make-local-variable before setting it.
2438 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
2440         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2441         prefixes.
2443 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
2445         * hexl.el (hexl-current-address): Print a message when called
2446         interactively.
2448 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
2450         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2452         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2454         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2456 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
2458         * startup.el (command-line): If parameters have been changed in
2459         the init files which influence font selection, clear the face
2460         cache so that faces get realized with the new parameters.
2462         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2464 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
2466         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2468 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
2470         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2471         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
2473 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
2475         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2476         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
2478 2001-05-09  John Wiegley  <johnw@gnu.org>
2480         * eshell/esh-util.el (eshell-convert-numeric-arguments):
2481         Annotated the documentation string to tell users about
2482         `eshell-no-numeric-conversions'.
2484         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2485         conversions if a Lisp function has the property
2486         `eshell-no-numeric-conversions' set to a non-nil value.
2488         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2489         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2490         property `eshell-no-numeric-conversions' on the following
2491         functions (which all deal with filesystem entities, and never Lisp
2492         numerical values): eshell/cd, eshell/pushd, eshell/popd,
2493         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2494         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2495         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2496         eshell/which, eshell/addpath.
2498 2001-05-09  John Wiegley  <johnw@gnu.org>
2500         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2501         encountered as an argument, don't convert it right away, but tag
2502         the first character of the string with the text properties
2503         `number', which signifies to `eshell-lisp-command' that the
2504         argument should be passed through `string-to-number' if it is
2505         actually used in the call to a Lisp function.
2507         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2508         function, convert any string arguments that have been tagged as
2509         "numbers", by calling string-to-number.
2511         * eshell/esh-util.el (eshell-number-regexp): Now that number
2512         conversions only happen for Lisp function calls, the number regexp
2513         should now match all integer and floating point forms.
2515         * eshell/esh-proc.el: Disable `eshell-stop-process' and
2516         `eshell-continue-process', since they are both nonfunctional at
2517         the moment.
2518         (eshell-proc-initialize): Don't bind keys for
2519         `eshell-stop-process' or `eshell-continue-process'.
2521         * eshell/em-unix.el (eshell-shuffle-files):
2522         Apply `directory-file-name' before calling `file-name-directory'.
2524         * eshell/em-hist.el (eshell-add-to-history): Reference to
2525         `eshell-history-ring' needed to be `eshell-history-index'.
2527         * calendar/timeclock.el (timeclock-find-discrep):
2528         Initialize `elapsed' to 0.
2529         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2530         it's still nil.
2532 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
2534         * arc-mode.el (archive-int-to-mode): Construct the string directly.
2535         (archive-mode): Use capitalize.
2536         (archive-unique-fname): Use make-temp-file.
2538 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
2540         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2542 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
2544         * tar-mode.el (tar-extract): Pay attention to the value of
2545         coding-system-for-read, if it is non-nil.
2547         * calendar/holidays.el (holidays): Add an autoload cookie.
2548         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2550 2001-05-08  John Wiegley  <johnw@gnu.org>
2552         * calendar/timeclock.el (timeclock-workday-remaining):
2553         Changed logic for determining how much time is remaining.
2554         (timeclock-workday-elapsed): Don't accept a "relative" argument
2555         for the current day's elapsed time.  What could that have meant?
2556         (timeclock-workday-elapsed-string): No "relative" argument anymore.
2557         (timeclock-when-to-leave): Changed logic, similarly to what was
2558         done for `timeclock-workday-remaining'.
2559         (timeclock-find-discrep): Removed "today-only" argument, which had
2560         no meaning.  Fixed some more math problems.  The function now
2561         returns a three member list: (TOTAL-TIME-DISCREPANCY
2562         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2564 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
2566         * w32-fns.el (convert-standard-filename): Start replacing slashes
2567         from the beginning of the file name, not from where the last
2568         invalid character was.  From "Andrew Maguire (SWW)"
2569         <Andrew.Maguire@Smallworld.co.uk>
2571 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
2573         The following changes are to provide infrastructure for handling
2574         MIME messages to rmail.  They don't affect the original behaviour
2575         if rmail-enable-mime is nil.
2577         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2578         (rmail-search-mime-message-function)
2579         (rmail-search-mime-header-function): New variables.
2580         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2581         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2582         `rmail-view-buffer' is hidden.
2583         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
2584         call rmai-show-mime-function.
2585         (rmail-display-labels): If rmail-enable-mime is non-nil, update
2586         mode-line-process of rmail-view-buffer.
2587         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2588         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2589         buffer.
2590         (rmail-next-message, rmail-next-undeleted-message): Be sure to
2591         set-buffer to the Rmail buffer.
2592         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2593         rmail-search-mime-header-function.
2594         (rmail-search-message): New function.
2595         (rmail-search): Call rmail-search-message to check if a message
2596         matches REGEXP, lastly update point after calling
2597         rmail-show-message.
2598         (rmail-undelete-previous-message, rmail-expunge-confirmed)
2599         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2600         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2601         header region, refer to rmail-msgref-vector while setting the
2602         current buffer to rmail-buffer temporarily.
2603         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2604         If rmail-enable-mime is non-nil, call
2605         rmail-insert-mime-forwarded-message-function instead of inserting
2606         forwarded message by itself.
2608         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2609         Rmail buffer.
2610         (rmail-set-label, rmail-next-labeled-message): Likewise.
2612         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2613         set-buffer to the Rmail buffer.
2614         (rmail-output-to-rmail-file): Likewise.
2615         (rmail-output): Likewise.
2617         * mail/rmailsum.el (rmail-message-subject-p): Process the result
2618         of mail-fetch-field by rmail-summary-line-decoder.
2619         (rmail-new-summary): Be sure to go to the Rmail buffer.
2620         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2621         rmail-view-buffer to nil.
2622         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2623         rmail-view-buffer.
2624         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2625         rmail-buffer.
2626         (rmail-summary-scroll-msg-down): Likewise.
2627         (rmail-summary-beginning-of-message): Likewise.
2628         (rmail-summary-wipe): Likewise.
2629         (rmail-summary-toggle-header): Use save-window-excursion, not
2630         save-excursion.  Update point in rmail-view-buffer, not in
2631         rmail-buffer.
2632         (rmail-summary-reply): Before calling rmail-reply, set buffer to
2633         rmail-view-buffer, not rmail-buffer.
2635 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
2637         * cus-edit.el (custom-file): Signal an error if user-init-file is
2638         nil (running -q).
2640         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2642         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2643         Add :version.
2645         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2646         New option.
2647         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2648         only if smtpmail-warn-about-unknown-extensions is set.
2650         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2651         instead of rmail-sort-by-keywords.
2653         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2654         rmail-sort-by-keywords.
2656         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2657         rmail-summary-sort-by-keywords.  Doc fix.
2658         (rmail-summary-mode): Doc fix.
2660         * mail/rmail.el (rmail-edit): New Custom group.
2662         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2663         (rmail-edit-mode-hook): New user-option.
2665 2001-05-05  Richard M. Stallman  <rms@gnu.org>
2667         * help.el (help-xref-symbol-regexp): Recognize "source of"
2668         and friends, meaning make a link to the source file.
2669         (help-make-xrefs): Handle "source of" and friends
2670         by constructing a link that visits the source file.
2672         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2674 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
2676         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2677         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2678         Renamed from perl-font-lock-keywords to avoid clashes.
2679         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2680         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2681         Updated correspondingly.
2683         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2684         Typo `nonexistant' -> `nonexistent'.
2686 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
2688         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2689         Split `c-electric-delete' into two functions where
2690         `c-electric-delete-forward' always deletes forward and
2691         `c-electric-delete' only contains the code necessary for XEmacs to
2692         choose between backward and forward deletion.
2694         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2695         get the electric behavior on that key too.
2696         (c-fill-paragraph): Fixed bogus direct use of
2697         c-comment-prefix-regexp, which caused an error when it's a list.
2699 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2701         * dired-aux.el (dired-diff): Doc fix.
2703         * dired.el (dired-diff): Likewise.
2705 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2707         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2709 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
2711         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2712         if both the buffer and the file are read-only.
2714         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2715         rather than font-lock-string-face.
2716         (sh-get-indent-info): Treat heredocs like strings.
2718 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
2720         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2721         a newline following `}'.
2722         (texinfo-format-email): New function.
2723         (toplevel): Use texinfo-format-email for @email.
2724         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2725         Add `display'.
2726         (texinfo-sort-region): Goto point-min before sorting.
2727         (texinfo-set): Remove leading white space from value.
2728         From yagi@is.titech.ac.jp.
2730         * replace.el (query-replace-regexp-eval): Doc fix.
2732 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
2734         * diff-mode.el (diff-nonexistant-face): New face.
2735         (diff-font-lock-keywords): Use it.
2737 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
2739         * font-lock.el (font-lock-mode): Doc fix.
2741         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2742         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2744 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
2746         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2747         backslash at the start of the here-document delimiter.
2748         (sh-font-lock-syntactic-keywords): Likewise.
2750         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2752 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
2754         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2755         (tty-color-translate, tty-color-by-index, tty-color-values)
2756         (tty-color-desc): Doc fix.
2758 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
2760         * dired-aux.el (dired-do-create-files, dired-do-copy)
2761         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2762         Mention dired-dwim-target in the doc string.
2764 2001-04-28  Miles Bader  <miles@gnu.org>
2766         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2767         (dabbrev--find-expansion): Use it.
2768         (dabbrev--select-buffers): Don't select ignored buffers.
2770 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
2772         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2774 2001-04-26  Richard M. Stallman  <rms@gnu.org>
2776         * dabbrev.el: Add doc strings for some functions.
2777         (dabbrev--eliminate-newlines): New variable.
2778         (dabbrev--substitute-expansion): Convert newlines to spaces
2779         if dabbrev--eliminate-newlines is set.
2780         If abbrev and expansion are both all-lower-case,
2781         leave dabbrev--last-case-pattern nil.
2783 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
2785         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2786         if necessary, like in rmail-show-message.
2788 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2790         * ps-print.el: Color specified by number is forced to be float number.
2791         (ps-print-version): New version number (6.5.1.1).
2792         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2793         initialization.
2794         (ps-prefix-quote): New internal var.
2795         (ps-print-quote): New fun.
2796         (ps-setup, ps-output-frame-properties, ps-float-format)
2797         (ps-format-color): Code fix.
2798         (ps-plot-region): Eliminate redundant foreground color text setting.
2800 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
2802         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2804 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
2806         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2808 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
2810         * info.el (Info-additional-directory-list): Doc fix.
2812         * find-lisp.el (find-lisp-find-dired-filter)
2813         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2814         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
2816 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
2818         * progmodes/make-mode.el (makefile-font-lock-keywords):
2819         Rationalize the rules for includes and conditionals and use the
2820         keyword face for them.
2822         * faces.el (modify-face): Add compatibility for non-interactive use.
2824 2001-04-24  John Wiegley  <johnw@gnu.org>
2826         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2827         fix from last night, since it wasn't finding eshell/cd.
2829 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
2831         * rect.el (string-rectangle): Revert to 20.x behaviour.
2832         (replace-rectangle): Make it an alias for string-rectangle.
2833         (string-insert-rectangle): New function.
2835 2001-04-23  John Wiegley  <johnw@gnu.org>
2837         * eshell/em-unix.el (eshell/diff): Fixed problems that were
2838         occurring with Emacs 21's diff.el/compile.el interaction layer.
2840 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
2842         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2843         case where the function was defined in a file, but not part of an
2844         eshell module.
2846 2001-04-23  John Wiegley  <johnw@gnu.org>
2848         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2849         code to work around a redisplay problem I've been having.
2851 2001-04-23  John Wiegley  <johnw@gnu.org>
2853         * calendar/timeclock.el (timeclock-day-required): If the time
2854         required for a particular day is not set, use `timeclock-workday'.
2855         (timeclock-find-discrep): Added some sample code in a comment.
2857         * eshell/eshell.el (eshell-command): Made a few changes so that
2858         `eshell-command' could be called programmatically.
2860         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2862         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2864 2001-04-23  John Wiegley  <johnw@gnu.org>
2866         * calendar/timeclock.el: Updated copyright.
2867         (timeclock-generate-report): Don't report the daily or two-week
2868         total, if no time has been worked in that period.
2869         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2870         final computational form, which was unnecessary; corrected a
2871         parsing problem when timeclock-relative was nil.
2873 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
2875         * calendar/timeclock.el (timeclock-modeline-display): Check if
2876         `list-entry' is null.
2877         (timeclock-use-display-time): The first argument to `set-variable'
2878         must be a symbol.
2880 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
2882         * calendar/calendar.el (diary-entry-marker)
2883         (calendar-today-marker, calendar-holiday-marker):
2884         Use display-color-p instead of window-system.
2885         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2886         instead of window-system.
2887         (calendar-hide-window): Use display-multi-frame-p instead of
2888         window-system.
2890         * calendar/cal-x.el (calendar-two-frame-setup)
2891         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2892         Use display-multi-frame-p instead of window-system.
2894 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
2896         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2898         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2899         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2901 2001-04-23  Alex Schroeder  <alex@gnu.org>
2903         * goto-addr.el: Instead of defining line-beginning-position and
2904         line-end-position a defalias is used for point-at-bol and point-at-eol.
2906 2001-04-23  Alex Schroeder  <alex@gnu.org>
2908         * goto-addr.el: Added XEmacs compatibility code.
2909         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2911 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
2913         * textmodes/paragraphs.el (sentence-end): Doc fix.
2915 2001-04-20  Alex Schroeder  <alex@gnu.org>
2917         * sql.el (sql-escape-newlines-and-send): New function.
2918         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2920 2001-04-20  Alex Schroeder  <alex@gnu.org>
2922         * sql.el (sql-db2-program): New option.
2923         (sql-db2-options): New option.
2924         (sql-db2): New function.
2926 2001-04-20  Alex Schroeder  <alex@gnu.org>
2928         * sql.el (sql-mode-menu): Added highlighting entries.
2929         (sql-highlight-oracle-keywords): New function.
2930         (sql-highlight-postgres-keywords): New function.
2931         (sql-highlight-ansi-keywords): New function.
2933 2001-04-20  Alex Schroeder  <alex@gnu.org>
2935         * sql.el (sql-help): Doc change.
2937 2001-04-19  Karl Fogel  <kfogel@collab.net>
2939         * saveplace.el (save-place-alist-to-file): Removed no-effect code
2940         that inserted file content only to delete it immediately.
2941         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
2942         <lektu@uol.com.br> for the patch.
2944 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2946         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2948 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2950         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2951         for defmethod.
2953         * comint.el (comint-cr-magic): New function.
2954         (toplevel): Add it to comint-preoutput-filter-functions.
2956 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2958         * makefile.w32-in (EMACSLOADPATH): Define.
2959         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2960         (recompile): Remove stuff to set EMACSLOADPATH.
2962 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2964         * language/slovak.el ("Slovak"): Add tutorial entry.
2966         * net/browse-url.el (browse-url-new-window-flag): Renamed from
2967         browse-url-new-window-p.
2969 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2971         * info.el (Info-menu-update): When there are no menus and/or no
2972         cross references in the node, make the respective items of the
2973         Info menu-bar menu inactive.
2975 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
2977         * indent.el (indent-for-tab-command): Call indent-line-function
2978         with no argument if PREFIX-ARG is non-nil.
2980         * frame.el (delete-other-frames): Handle minibuffer-only frames.
2982 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2984         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2985         an async subprocess if start-process is unavailable.  Suggested by
2986         Tim Van Holder <tim.van.holder@pandora.be>.
2988 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
2990         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
2991         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2993 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
2995         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2996         manual.
2998 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
3000         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3001         (cvs-menu): Add a few entries.
3003         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3004         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3005         lock file appears to be reachable from Emacs.
3006         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3007         (cvs-mode-find-file): Look for cvs-header-face rather than
3008         cvs-dirname-face (which doesn't exist).
3009         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3011         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3013 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
3015         * emulation/pc-select.el (pc-selection-mode): Don't turn on
3016         normal-erase-is-backspace on a tty.  Instead, bind some keys such
3017         as [delete] directly, like pc-select.el did before
3018         normal-erase-is-backspace was invented.
3020 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
3022         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3024 2001-04-11  John Wiegley  <johnw@gnu.org>
3026         * eshell/em-ls.el (eshell-ls-insert-directory):
3027         Set font-lock-defaults to nil, to prevent fontification in dired
3028         buffers, if Eshell's ls is being used.
3030 2001-04-11  John Wiegley  <johnw@gnu.org>
3032         * calendar/timeclock.el (timeclock-completing-read): New function.
3033         (timeclock-ask-for-project, timeclock-ask-for-reason):
3034         Call `timeclock-completing-read'.
3036         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3037         required where `member' was being used.
3039 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
3041         * eshell/em-hist.el (eshell-previous-matching-input):
3042         Don't display "History item" if the the minibuffer is active.
3044 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
3046         * startup.el (command-line): Output a newline after printing
3047         an error from loading the window system's init file.
3049 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
3051         * textmodes/texinfo.el (texinfo-font-lock-keywords):
3052         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
3053         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
3054         keywords whose arguments routinely include @@.
3056 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
3058         * emacs-lisp/advice.el (ad-make-advised-definition):
3059         Construct advice for subrs differently.
3061         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
3062         regexp in parentheses when building the regexp for searching backwards.
3064         * simple.el (completion-list-mode-finish): New function.
3065         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
3067         * language/european.el ("Polish"): Change sample text.
3068         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
3070         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3071         parameter.
3073         * faces.el (menu): Doc fix.
3075 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3077         * ps-print.el: Footer implementation.  Doc fix.
3078         (ps-print-version): New version number (6.5.1).
3079         (ps-header-frame-alist): New customization var for header frame
3080         properties.
3081         (ps-line-number-color): New customization var for line number color.
3082         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3083         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3084         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3085         (ps-right-footer): New customization vars for footers.
3086         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3087         footers.
3088         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
3089         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3090         Code fix.
3091         (ps-prologue-file): Indentation fix.
3092         (ps-print-quote): Fun eliminated.
3093         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3094         (ps-output-frame-properties): New fun.
3095         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3096         (ps-skip-newline): Replace defun by defsubst.
3098 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
3100         * eshell/eshell.el (eshell-command): Needed a "%s" format
3101         specifier, in case the buffer contains percent characters.
3103 2001-04-10  John Wiegley  <johnw@gnu.org>
3105         * calendar/timeclock.el (timeclock-generate-report): Added a
3106         missing insert of the project name.
3108 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
3110         * obsolete/profile.el: Moved from emacs-lisp/.
3112         * Makefile.in (nonobsolete_setwins): New macro.
3113         (finder-data): Use it instead of `setwins'.
3114         From: Dave Love <fx@gnu.org>.
3116         * server.el (server-visit-files): Set server-existing-buffer correctly.
3117         (server-visit-files): Run server-visit-hook after going to
3118         line 1 so that the hook can set point as it sees fit.
3120         * bindings.el (mode-line-modified): Unify help messages.
3122 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
3124         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3125         All callers changed.
3127 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
3129         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3130         long file names aren't supported, truncate the file names in
3131         quail-misc-package-ext-info to 8+3 before matching them against
3132         FILENAME.
3134         * dos-fns.el (dos-truncate-to-8+3): New function.
3136         * progmodes/compile.el (grep-compute-defaults): Use null-device
3137         instead of literal /dev/null. Reported by Jens Schmidt
3138         <schmidt@mathematik.uni-kl.de>.
3140         * simple.el (normal-erase-is-backspace-mode): Doc fix.
3142 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
3144         * textmodes/sgml-mode.el: Add unknown maintainer.
3145         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3146         (html-mode-map): Use set-keymap-parent.
3148 2001-04-06  Dave Love  <fx@gnu.org>
3150         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3151         Remove redundant string-to-list.
3153 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
3155         * composite.el (reference-point-alist): Doc fix.
3157 2001-04-05  Sam Steingold  <sds@gnu.org>
3159         * font-lock.el (font-lock-keywords-case-fold-search):
3160         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
3161         file made font-lock case-insensitive.
3163 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
3165         * faces.el (defface menu): Doc fix.
3167         * wid-edit.el (widget-color-sample-face-get): Don't make
3168         faces for undefined colors.
3170         * version.el (emacs-version): Include LessTif/Motif version info.
3172 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3174         * ps-mule.el: Eliminate cl package dependence.
3175         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3176         if they aren't defined yet.
3177         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3178         Eliminate cl package dependence.
3180 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
3182         * progmodes/cc-cmds.el (c-outline-level):
3183         Bind buffer-invisibility-spec.  Originally from Dave Love, but
3184         got lost when incorporating version 5.26.
3186 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
3188         * emulation/pc-select.el (pc-selection-mode):
3189         Call normal-erase-is-backspace-mode instead of binding
3190         keys individually.
3192         * cus-load.el (normal-erase-is-backspace): Use it instead of
3193         delete-key-deletes-forward.
3195         * startup.el (command-line): Use normal-erase-is-backspace and
3196         normal-erase-is-backspace-mode.
3198         * simple.el (normal-erase-is-backspace): Rename from
3199         delete-key-deletes-forward.  Doc fix.
3200         (normal-erase-is-backspace-mode): Rename from
3201         delete-key-deletes-forward-mode.  Doc fix.
3202         Run normal-erase-is-backspace-hook.
3204         * dired.el (dired-move-to-filename-regexp): Support file sizes in
3205         ``human-readable'' format produced by GNU `ls'.
3206         (dired-move-to-filename-regexp): Recognize ISO format dates.
3207         From Paul Eggert <eggert@twinsun.com>.
3209 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
3211         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3212         New functions.
3213         (lm-verify): Check keywords.
3214         From Eric M. Ludlam <eric@siege-engine.com>.
3216 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
3218         * speedbar.el (speedbar-insert-image-button-maybe): Check for
3219         `xemacs' feature instead of for the function `set-extent-property'.
3221 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
3223         * mail/mh-utils.el (mh-folder-hist): New var.
3224         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3226 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
3228         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3229         region, position point on the first or last 16-byte group.
3230         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3231         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
3232         hexl-beginning-of-line.
3234 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
3236         * icomplete.el (icomplete-mode): Treat an argument like other
3237         modes do.
3239         * startup.el (fancy-splash-head): Use splash8.xpm for color
3240         depth 8.
3242         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3243         Add an antry for ``converts''.
3245         * language/slovak.el ("Slovak"): Add documentation string.
3246         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3248         * language/czech.el ("Czech"): Add documentation string.
3249         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3251         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3252         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
3254 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
3256         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3257         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3258         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3259         Use `defsubst' rather than a macro to ease debugging.
3260         (mail-extr-last): Remove (use `last' instead).
3261         (mail-extract-address-components): Properly reset the syntax-table
3262         after parsing an address.  Use `last' rather than mail-extr-last.
3263         Make sure the end marker stays at the very end.
3265 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
3267         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3268         last change.
3270 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3272         * ps-print.el: Line and paragraph spacing feature.  Region to cut
3273         out when printing.  Doc fix.
3274         (ps-print-version): New version number (6.5).
3275         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3276         New vars.  Line and paragraph spacing feature.
3277         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
3278         out when printing.
3279         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3280         (ps-get-font-size, ps-begin-job, ps-continue-line)
3281         (ps-plot-region): Code fix.
3282         (ps-print-prologue-2): Var eliminated.
3283         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3284         New internal vars.
3285         (ps-get-size): New fun.
3286         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3287         (ps-next-line): Replace defun by defsubst.
3288         (ps-mule-plot-string): Autoload doc fix.
3290         * ps-bdf.el: XEmacs compatibility.  Doc fix.
3291         (installation-directory, coding-system-for-read): Declare vars if
3292         it's not declared yet.
3293         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3295         * ps-mule.el: XEmacs compatibility.  Doc fix.
3296         (leading-code-private-22): Declare var if it's not declared yet.
3297         (charset-bytes, charset-dimension, charset-id, charset-width)
3298         (find-charset-region, split-char, char-width, chars-in-region)
3299         (forward-point, decompose-composite-char, encode-coding-string)
3300         (coding-system-p, ccl-execute-on-string, define-ccl-program):
3301         Define funs if not defined yet.
3302         (encode-composition-rule, find-composition): Define funs if not
3303         loaded yet.
3304         (ps-mule-prologue): PostScript code fix.
3306 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
3308         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
3309         non-nil, generate font for the header strings.
3310         (ps-mule-prepare-font): Likewise.
3311         (ps-mule-generate-glyphs): Likewise.
3312         (ps-mule-string-encoding): Likewise.
3313         (ps-mule-header-charsets): New variable.
3314         (ps-mule-encode-header-string): New function.
3315         (ps-mule-header-string-charsets): New function.
3316         (ps-mule-begin-job): Check charsets in the header strings.  If there
3317         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3319         * ps-print.el (ps-generate-header-line): Encode the header string by
3320         ps-mule-encode-header-string.
3321         (ps-mule-encode-header-string): Declare autoload.
3323 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
3325         * frame.el (cursor-in-non-selected-windows):
3326         Replaces show-cursor-in-non-selected-windows.
3328 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
3330         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3331         Delete entries for "chinese-py" and "chinese-ziranma".
3332         (quail-misc-package-ext-info): New variable.
3333         (tsang-quick-converter): New function.
3334         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3335         (quick-cns-converter, py-converter, ziranma-converter)
3336         (miscdic-convert, batch-miscdic-convert): New functions.
3338 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
3340         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3341         eight-bit-control chars.
3343         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3344         Reduce making temporary vector (suggested by Dave Love).
3346 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
3348         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3349         string as well.
3351 2001-03-30  Andreas Schwab  <schwab@suse.de>
3353         * files.el (backup-directory-alist): Fix typo.
3355 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
3357         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
3358         <eggert@twinsun.com>.
3360 2001-03-30  Dave Love  <fx@gnu.org>
3362         * progmodes/fortran.el (fortran-comment-region): Fix typo.
3364 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
3366         * simple.el (transient-mark-mode): Mention C-g in the doc string.
3368 2001-03-30  Miles Bader  <miles@gnu.org>
3370         * subr.el (interactive-form): Fix paren typo.
3372 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
3374         * emacs-lisp/profile.el: Say that it's obsolete in the header
3375         line, so that finder.el puts that into its data-base.
3376         Suggested by Alex Schroeder <alex@gnu.org>.
3378 2001-03-29  Paul Eggert  <eggert@twinsun.com>
3380         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3381         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3383 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
3385         * generic.el (generic-mode-set-comments): Use "" rather than nil
3386         for comment-end.
3388 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
3390         * emacs-lisp/advice.el (ad-make-advised-definition):
3391         Call interactive-form to obtain the interactive spec of subrs.
3393         * subr.el (interactive-form): New function.
3395 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
3397         * vc-sccs.el (vc-sccs-register): Use relative file names.
3399 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
3401         * bookmark.el (bookmark-get-bookmark): Handle case that
3402         BOOKMARK is not a string.
3404         * image.el (image-type-regexps): Change type for PS files
3405         to `postscript'.
3407         * subr.el (read-passwd): Clear command history after each
3408         character entered.  From: Stephen Gildea
3409         <gildea@stop.mail-abuse.org>.
3411 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
3413         * international/kkc.el (kkc-save-init-file): Locally bind
3414         print-length to nil.
3416 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
3418         * textmodes/flyspell.el: Some doc fixes.
3419         (flyspell-maybe-correct-transposition)
3420         (flyspell-maybe-correct-doubling): Use a temporary buffer
3422         * textmodes/ispell.el (ispell-parse-output): Doc fix.
3424         * emacs-lisp/byte-opt.el (byte-optimize-while)
3425         (byte-optimize-form-code-walker): Diagnose too few arguments
3426         for `if' and `while'.
3428 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
3430         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3431         Prepend `\' to "\<quail-translation-docstring>".
3433 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
3435         * autorevert.el (global-auto-revert-non-file-buffers):
3436         Remove duplicate defcustom.
3438 2001-03-26  Miles Bader  <miles@gnu.org>
3440         * international/latin1-disp.el (latin1-char-displayable-p):
3441         Add leading "-" for X font pattern.
3443 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
3445         * international/mule-diag.el (describe-coding-system):
3446         For raw-text and emacs-mule, don't add anymore text about what
3447         charsets they can encode.
3449 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
3451         * help.el (view-lossage): Mention open-dribble-file in the doc
3452         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3454 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
3456         * skeleton.el (skeleton-internal-list): Fix bogus logic.
3457         (skeleton-pair-insert-maybe): Don't pair after a backslash.
3459 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
3461         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3462         Call ccl-execute-on-string directly so that CCL program handling
3463         multibyte sequence can work correctly.
3464         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3465         property of the coding system.
3467 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
3469         * textmodes/fill.el (fill-individual-paragraphs-prefix):
3470         Fix transcription typo.
3472 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
3474         * whitespace.el: Add buffer local variables to toggle testing of
3475         whitespaces in buffers without affecting the default values.
3476         Bump version to 3.0 to account for a few other changes.
3477         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3478         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3479         (whitespace-toggle-spacetab-check): New functions.
3481 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
3483         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3485 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
3487         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3488         bs-cycle-configuration-name.  From Juanma Barranquero
3489         <lektu@uol.com.br>.
3491         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3492         and cc-vars.el.
3494         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3495         headers.  Always invoke sendmail with option -t.
3497 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3499         * Release of cc-mode 5.28.
3501 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3503         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3504         Removed the hardcoded switch to "java" style in Java mode.
3505         It's instead taken care of by the default value for c-default-style.
3507 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3509         * cc-align.el (c-lineup-math): Fix bug where lineup was
3510         triggered by equal signs in string literals.
3512 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3514         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3515         limit detection when at the ends of the buffer.
3517         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3518         "for" statement clause in case 7F; a better one is done
3519         earlier in case 7D anyway.
3521 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3523         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3524         somewhat more and did a small optimization.
3526 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3528         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3529         Use the limit argument only to limit the syntactic context
3530         search, not to limit the actual movement.
3532         * cc-cmds.el (c-beginning-of-statement): Move by sentence
3533         inside multiline strings, just like in comments.  Also various
3534         fixes to the paragraph and comment prefix recognition, block
3535         comment ender handling etc.
3537 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3539         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3540         the relative position of the point.
3542         * cc-cmds.el (c-electric-continued-statement): New function to
3543         use as abbrev hook to reindent for keywords such as "else"
3544         that continues an earlier statement.
3546         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3547         like classes.
3549         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3550         (pike-mode): Populate the default abbrev tables to reindent for
3551         keywords such as "else" that can continue earlier statements.
3552         Abbrev mode is therefore turned on by default now.  (Note that
3553         this doesn't apply to idl-mode, since IDL afaik doesn't have
3554         statements at all.)
3556 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3558         * cc-engine.el (c-inside-bracelist-p): Fix for handling
3559         bracelists where the declaration contains template arguments.
3561 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3563         * cc-cmds.el (c-comment-indent):
3564         Use `c-get-syntactic-indentation' to correctly calculate the
3565         syntactic indentation.  Fixes bug with lineup functions that
3566         return vectors.
3568         * cc-engine.el (c-get-syntactic-indentation): Split the
3569         indentation sum calculation from `c-indent-line' to a separate
3570         function.
3572 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3574         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3575         Fixed places where it was assumed that preprocessor directives
3576         have to start in column zero.
3578         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3579         template arguments after a class identifier properly.
3581         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3582         lists for `new Foo[]' constructs in Java as expressions and
3583         not top level definition brace lists on the top level, so that
3584         they'll get indented consistently with the same type of
3585         expression in a normal block.
3587 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3589         * cc-cmds.el (c-fill-paragraph): The kludge that checks
3590         whether the adaptive filling package fails to keep the comment
3591         prefix is now kludged further to check for filladapt-mode
3592         which doesn't have that problem. This is really icky, but it's
3593         the only way that works with the current misfeatures/bugs in
3594         both adaptive-fill-mode and filladapt-mode.
3596         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3597         around point is recognized more robust.
3599 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3601         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3602         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3603         (c-lit-type): Fixed all internal variables used dynamically so
3604         that they are always bound.
3606         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3607         errors:
3609         (c-indent-region): Fixed reporting of syntactic errors so that
3610         the region is fully reindented even when an error occurs.
3611         The last syntactic error is printed afterwards.  Also cleanup up a
3612         whole lot of code that tried to optimize indentation of whole
3613         sexps but in reality accomplishes nothing.
3615         (c-indent-sexp): Use c-indent-region.
3617         (c-parsing-error): Changed this variable to hold the message
3618         for any syntactic error that is discovered.
3620         (c-parse-state): Search backward from point instead of the bod
3621         position when the latter is invalid.  This makes CC Mode
3622         recover faster when there are unbalanced close braces.
3624         (c-backward-to-start-of-if): Use c-parsing-error to report
3625         dangling "else" clauses instead of throwing an error, and fall
3626         back to a reasonable position.
3628         (c-indent-line): Added argument to avoid reporting syntactic errors.
3630         (c-show-syntactic-information): Don't report any syntactic errors.
3632 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3634         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3635         paragraph recognition when moving by sentence in literals.
3637         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3638         start regexp for javadoc to recognize javadoc markup in general instead
3639         of a specific set of keywords, to be more future-safe.
3641         (c-Pike-pikedoc-paragraph-start)
3642         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3643         pikedoc markup.
3645         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3647         (pike-mode): Initialize paragraph settings pikedoc recognition.
3649         * cc-vars.el (c-default-style): Made a nicer Customize widget.
3651         (c-comment-prefix-regexp): Made it possible to use an
3652         association list on this to specify mode specific regexps.
3653         The default value now use a special regexp in Pike mode to
3654         recognize pikedoc markup.
3656         (c-current-comment-prefix): New variable containing the actual
3657         regexp from c-comment-prefix-regexp for the current buffer.
3659 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3661         * cc-cmds.el (c-electric-brace): Fixed check for special brace
3662         lists: We can't look at the syntax, since a brace list can get
3663         recognized as a plain statement-cont.
3665         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3666         special brace list opener broken over two lines got recognized
3667         as a statement on the second line.  Case 9A changed.
3669 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3671         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3672         adjustment after line is reindented.
3674 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3676         * cc-defs.el (c-point): Added optional argument for position
3677         to use instead of the current point.
3679         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3680         the in-expression block symbols when the construct starts at
3681         boi, to avoid the extra level of indentation in that case.
3682         Cases 4, 16A and 17E affected.
3684 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3686         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3687         calls to `c-indent-line', to adhere better to Emacs conventions.
3689         * cc-engine.el (c-indent-line): Use the syntax already bound
3690         to `c-syntactic-context', if there is any.
3692 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3694         * cc-engine.el (c-get-offset): Fixed bug where the indentation
3695         wasn't added up correctly when a lineup function returned nil.
3697 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3699         * cc-engine.el (c-collect-line-comments): Fixed bug where
3700         empty lines were ignored when collecting line comments backwards.
3702 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3704         * cc-align.el (c-lineup-dont-change): Return an absolute
3705         indentation column to work correctly in the case when several
3706         syntactic elements are processed for the same line.
3708         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3709         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3710         (c-set-offset): Added absolute indentation column settings by
3711         using the vector type.
3713 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3715         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3716         Implemented two new cleanups `space-before-funcall' and
3717         `compact-empty-funcall'.
3719 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3721         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3722         helping building regexps.
3724         * cc-engine.el (c-on-identifier): New function for detecting
3725         identifiers.  It takes keywords into account.
3727         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3728         lists.  `c-keywords' is set to a regexp matching all keywords
3729         in the current language.
3731 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3733         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3734         list of characters to skip backwards over at the beginning of
3735         a statement, since it can precede string literals in Pike.
3737 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3739         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3740         recognition when standing on the last line in a C++ comment
3741         with nothing but whitespace after the prefix.
3743         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3744         given no limit argument.
3746 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3748         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3749         recognition for the `[]= operator symbol in Pike.
3751 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3753         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3754         around a bug in `eval-when-compile' in the byte compiler.
3756         * cc-engine.el (c-forward-token-1): Fixed bug with return
3757         value when count is zero and there's no token start within the limit.
3759         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3760         "prefix comments", i.e. comments which are followed by code on
3761         the same line.
3763         * cc-mode-19.el: Fixes so that checks that must be done at
3764         compile time also are done then.
3766 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3768         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3769         time and at runtime, and only when it's needed.
3771 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3773         Major cleanup for less error prone and more warning free
3774         compilation, including some fixes for bugs due to different
3775         compilation orders. Thanks to Martin Buchholz for providing
3776         the basis for all this.
3778         * cc-bytecomp.el: New file that provides some byte compilation
3779         features: It ensures that files always are loaded from the
3780         current source directory during compilation, and it provides a
3781         set of macros to turn off specific compiler warnings for
3782         specific symbols.  (It's not CC Mode specific in any way.)
3784         Fixed a nearly acyclic dependency tree (both runtime and
3785         compile-time) between all files.
3787         * cc-defs.el: Separated all macros before the inline functions,
3788         to ensure correct compilation.
3790         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3791         cc-defs.el to cc-engine.el and made it a function instead.
3793         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3794         about char-after.
3796         * cc-vars.el: Cope even when there isn't a custom package
3797         containing defcustom available.
3799         * cc-make.el: Removed since it's no longer necessary.
3801         README: Updated installation instructions.
3803 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3805         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3806         improve the modularity: Moved all mode init stuff from
3807         cc-langs.el to cc-mode.el, including the keymap
3808         initialization; cc-langs now only contains the various
3809         variables for configuring the language syntax.
3811         * cc-engine.el, cc-styles.el (c-evaluate-offset)
3812         (c-get-offset): Moved from cc-styles to cc-engine since file
3813         dependency analysis suggests they belong there (which also
3814         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
3816 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3818         * cc-cmds.el (c-fn-region-is-active-p): New function that
3819         wraps the corresponding macro, for use in places that aren't
3820         compiled.  Thanks to Martin Buchholz for pointing out this.
3822         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3824         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3825         add things to the bug report.
3827 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3829         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3830         returned prefix could contain a newline when the search for a
3831         good prefix line failed.
3833 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3835         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3836         (c-toggle-auto-hungry-state): Made the argument optional, as
3837         the documentation says it is.
3839 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3841         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3842         multiline string syntax, #"...", as a cpp macro.
3844 2001-03-21  Paul Eggert  <eggert@twinsun.com>
3846         * international/mule-cmds.el (set-locale-environment):
3847         Set system-messages-locale and system-time-locale, but only if the
3848         caller specifies a non-nil locale name.
3850 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3852         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3853         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
3855 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3857         * follow.el (follow-avoid-tail-recenter): Doc fix.
3859         * custom.el (custom-set-variables): Avoid reversing the list
3860         of args needlessly.
3862         * startup.el (fancy-splash-head): Don't change the colors of the
3863         XPM image on a dark background.
3865         * comint.el (comint-exec-1): Set columns of the terminal to
3866         window-width instead of frame-width.
3868         * info.el (Info-scroll-down): Add missing WINDOW arg for
3869         pos-visible-in-window-p.
3871         * ehelp.el (electric-help-mode-hook): Add defcustom.
3873         * mail/sendmail.el (mail-mode): Activate case-folding in
3874         font-lock-defaults.
3876 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
3878         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3879         (completion-ignored-extensions): Remove duplicate ".class".
3881 2001-03-19  Andreas Schwab  <schwab@suse.de>
3883         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3884         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3886 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
3888         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3889         methods since there are not prefix input methods.
3891 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
3893         * international/mule-cmds.el (read-input-method-name):
3894         Locally bind enable-recursive-minibuffers to t.
3896 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3898         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3900 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
3902         * ediff-util.el: Copyright years.
3903         (ediff-choose-syntax-table): New function.
3904         (ediff-setup): Use ediff-choose-syntax-table.
3906         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3907         with-syntax-table.
3909         * ediff.el: Date of last update, copyright years.
3911         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3913         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3914         of Scott Bronson.
3915         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3916         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3917         Deleted functions.
3918         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3919         ex-token-list.
3921         * viper-util.el: Spaces, indentation.
3923         * viper.el: Changed version, modification time.
3925 2001-03-16  John Wiegley  <johnw@gnu.org>
3927         * calendar/timeclock.el (timeclock-workday-remaining):
3928         Check whether `discrep' is non-null before using it.
3930 2001-03-16  John Wiegley  <johnw@gnu.org>
3932         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3933         first-time checkins.
3934         (timeclock-log-data): Fixed problem with reading timelog log file.
3935         Resulting data in the "day list" was incorrect.
3936         (timeclock-find-discrep): Check if `timeclock-file' is readable
3937         before opening it.
3938         (timeclock-time-less-p): New function.
3939         (timeclock-day-base): New function.
3940         (timeclock-geometric-mean): New function.
3941         (timeclock-generate-report): Generate a summary report based on
3942         the contents of the log file.  This uses `timeclock-log-data', and
3943         is an example of writing a timelog manipulation function.
3944         (timeclock-visit-timelog): A quick command for opening the timelog
3945         file.
3946         (timeclock-log-data): Bound the variable event.
3948 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
3950         * international/mule-cmds.el (select-safe-coding-system):
3951         Fix typo: symbol-name -> symbol-value.
3953         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3954         before substitute-in-file-name to handle double slashes in FILE
3955         correctly.
3957 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
3959         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3960         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3962 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
3964         * bindings.el (features): Add `md5' and `overlay' to the list.
3966         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3967         bound before using it.  It's not bound when configured without X,
3968         for instance.
3970 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
3972         * progmodes/hideshow.el: Update copyright.
3973         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3974         (hs-minor-mode-hook): Include `:version' in defcustom form.
3976 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
3978         * help.el (string-key-binding): Don't call event-start on
3979         a non-list.
3981 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
3983         * startup.el (fancy-splash-tail, command-line-1): Fix the
3984         copyright year.
3986 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
3988         * term.el: These changes are based on a patch sent from Yong Lu
3989         <lyongu@yahoo.com>.
3990         (term-set-escape-char): Bind M-x to execute-extended-command in
3991         term-raw-escape-map.
3992         (term-move-columns): Don't try to move to negagive column.
3993         (term-emulate-terminal): Insert a string before deleting a text to
3994         overwrite.
3996 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
3998         * play/life.el (life): Rearrange code so that all calls to
3999         life-display-generation are in a catch-form.
4001         * progmodes/etags.el (tags-loop-continue): Don't change point in a
4002         file that isn't interesting.  In an interesting file, push the old
4003         value of point on the mark ring.
4005         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4006         New function.
4007         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4008         Use it.
4010         * emacs-lisp/autoload.el (generate-file-autoloads):
4011         Remove warning about line lengths.
4013 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
4015         * progmodes/etags.el (tags-compression-info-list): New variable.
4016         (find-tag-in-order): Use it to deal with compressed source files.
4017         (tag-file-name-match-p): New function.
4018         (etags-recognize-tags-table): Use it for better match of file names.
4020 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
4022         * international/mule-cmds.el (register-input-method): Doc fix.
4024         * international/quail.el (quail-translate-key): Fix condition to
4025         check if there's another breaking point in the current key.
4027 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
4029         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4030         Babyl header to the newly-created output file, bind
4031         coding-system-for-write to either rmail-file-coding-system or
4032         emacs-mule-unix.
4034 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
4036         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4037         Fix the name and regexp used for subsubsections.
4039 2001-03-10  Dave Love  <fx@gnu.org>
4041         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4042         and save-buffer if buffer-file-name non-nil.  From rms.
4044 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
4046         * vc.el (vc-do-command): If the destination buffer is already
4047         current, don't set it up and don't erase it.  Updated doc string
4048         to reflect that.
4049         (vc-version-diff): When doing a single file diff, don't switch to the
4050         *vc-diff* buffer before the command.  This is to preserve local
4051         variable bindings that might affect the diff command.
4052         (vc-print-log): Don't switch to the *vc* buffer before the
4053         command, so that local variable bindings are preserved.
4055         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
4056         not the current buffer.
4057         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4059         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
4060         make output go to buffer *vc*, not the current buffer.
4062 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
4064         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4065         so ^, $, *, ? and + are interpreted correctly.
4067 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
4069         * help.el (string-key-binding): Renamed from
4070         mode-line-key-binding.  Handle any event on a string.
4071         Check for `keymap' properties as well as `local-map' properties.
4073         * comint.el (comint-insert-clicked-input): Use the last key
4074         from this-command-keys to lookup the global key definition.
4076 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
4078         * international/characters.el: Add category `j' for
4079         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
4081         * international/mule-conf.el (no-conversion): Fix docstring.
4082         (raw-text): Fix docstring.
4084 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
4086         * simple.el (choose-completion-string): When not leaving the
4087         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4088         is set.
4090         * window.el (shrink-window-if-larger-than-buffer): Handle frame
4091         parameter `(minibuffer . t)'.
4093 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
4095         * progmodes/sh-script.el (sh-st-symbol): New symbol.
4096         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4097         (sh-mode): Remove `make-local-variable' for unused var
4098         `font-lock-unfontify-region-function'.
4100 2001-03-07  Richard M. Stallman  <rms@gnu.org>
4102         * info.el (Info-scroll-down): Fix previous change.
4104         * mail/rmail.el (rmail-toggle-header): Use a window which
4105         is showing the Rmail buffer, rather than the selected window.
4107 2001-03-07  Dave Love  <fx@gnu.org>
4109         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4110         now, to avoid problems with binding imenu directly to a mouse event.
4112 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
4114         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4115         second arg t.
4117 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
4119         * log-edit.el (log-edit-common-indent): New var.
4120         (log-edit-set-common-indentation): Renamed from
4121         log-edit-delete-common-indentation.  Use the new var.
4122         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4124         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4125         (cvs-mode-add-change-log-entry-other-window):
4126         Don't presume change-log-default-name is defined.
4128         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4130         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4131         the "tree" operation as well.
4133         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4135         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4136         to match paragraph-start.
4138         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4139         comment-start-skip and set comment-end-skip as well.
4140         (sgml-comment-indent): Fix for new value of comment-start-skip.
4141         (html-autoview-mode): Don't bother using make-local-hook.
4143 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
4145         * cus-edit.el (custom-save-delete): Move in front of local
4146         variables, otherwise long Custom entries would make them ineffective.
4148         * uniquify.el: Set maintainer to FSF.
4150 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
4152         * dired-aux.el (dired-do-shell-command): Doc fix.
4154 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
4156         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4158         * which-func.el (which-func-modes): Add cperl-mode.
4159         (which-func-mode-global): Use define-minor-mode.
4161         * info-look.el: Docstring fixes and dead code eliminated.
4162         (cperl-mode): Add support.
4163         (emacs-lisp-mode): List all entries from elisp manual, whether
4164         or not they are currently (f)bound or not.  Update regexp.
4166         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4168         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4169         so that C-h m shows the correct information.
4170         Use make-local-variable rather than make-variable-buffer-local.
4171         (cperl-info-buffer, cperl-setup-tmp-buf):
4172         Use make-local-variable rather than make-variable-buffer-local.
4173         (cperl-msb-fix, cperl-get-help-defer):
4174         Check major-mode for `cperl-mode' as well.
4176         * progmodes/cperl-mode.el: Updated to author version 4.23.
4177         (cperl-electric-pod): SYNOPSIS was misspelled.
4178         (cperl-find-pods-heres): @if ? a : b was considered a REx.
4179         (cperl-after-expr-p): Make true after __END__.
4181 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
4183         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
4184         bookmark-completion-ignore-case is t.
4186         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4187         switch, like xterm, and concat resource strings, with a newline
4188         between them.
4190 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
4192         * international/codepage.el (cp770-decode-table)
4193         (cp773-decode-table, cp774-decode-table): New variables.
4195         * man.el (Man-hyphenated-reference-regexp): New variable.
4196         (Man-build-references-alist): Use it to search for referenced
4197         manpages.  If hyphenated is non-nil, record a concatenated word in
4198         Man-refpages-alist only if it matches Man-reference-regexp.
4199         Update word's length when it is concatenated.  Reverse the list,
4200         to get the first manpage at the head.
4201         (Man-possibly-hyphenated-word): New function.
4202         (Man-follow-manual-reference): Use it instead of current-word to
4203         find a manpage at point, in a way that accounts for hyphenated
4204         references.
4206 2001-03-06  Alex Schroeder  <alex@gnu.org>
4208         * sql.el (sql-interbase): New function.
4209         (sql-interbase-program): New option.
4210         (sql-interbase-options): New option.
4211         And some typos fixed: "customise" to "customize".
4213 2001-03-06  Dave Love  <fx@gnu.org>
4215         * textmodes/flyspell.el (flyspell-region):
4216         Set up flyspell-local-mouse-map.
4218 2001-03-05  Richard M. Stallman  <rms@gnu.org>
4220         * mail/rmail.el (rmail-retry-failure):
4221         Don't call rmail-beginning-of-message.
4222         Don't discard From: field.  Do discard Received: field.
4223         Use unwind-protect to re-prune.
4224         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
4226 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
4228         * international/quail.el (quail-title): Add autoload cookie.
4230 2001-03-05  Dave Love  <fx@gnu.org>
4232         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4233         new defs.
4235 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
4237         * language/ethio-util.el (ethio-toggle-space):
4238         Update current-input-method-title if necessary.
4239         (ethio-toggle-punctuation): Likewise.
4241         * international/quail.el (quail-title): Fix for the case that a
4242         title of an input method is specified by a list of the same form
4243         as used in mode-line-format.
4245         * international/mule-cmds.el (activate-input-method):
4246         If current-input-method-title is set by activating INPUT-METHOD,
4247         respect that value.
4249 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
4251         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4253 2001-03-05  Alex Schroeder  <alex@gnu.org>
4255         * sql.el (sql-sybase): Fix typo (was: query user about server two
4256         times instead of server and database).
4258         * sql.el (sql-sybase): Doc change.
4259         (sql-mysql): Doc change.
4260         (sql-postgres): Doc change.
4262 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
4264         * international/mule-conf.el (emacs-mule, raw-text):
4265         Docstring modified.
4267 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
4269         * term/internal.el: Update copyright notice.
4271         * term/pc-win.el: Update copyright notice.
4273 2001-03-02  Dave Love  <fx@gnu.org>
4275         * files.el (insert-file-contents-literally):
4276         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4277         not jka-compr-compression-info-list.
4279 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
4281         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4282         spaces in default comment-start-skip settings rather than \s-.
4284 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
4286         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4287         default-frame-alist as well.
4289 2001-03-01  Dave Love  <fx@gnu.org>
4291         * textmodes/reftex.el (defvar): Wrap some defvars in
4292         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
4294         * subr.el (event-basic-type): Doc fix.
4296         * international/quail.el: Doc fixes.
4298         * international/utf-8.el: Doc fixes.
4300         * international/mule-cmds.el: Doc fixes.
4301         (leim-list-header): Fix header text.
4303         * international/mule.el (coding-system-category): Doc fix.
4305         * international/ccl.el (ccl-compile): Doc fix.
4307 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
4309         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4310         rather than (before|after)-change-functions.
4312 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
4314         * ediff-util.el (ediff-scroll-horizontally): Arrange for
4315         scroll-left and scroll-right being called interactively so that
4316         they set the window's min_hscroll.
4318 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
4320         * info.el (info-insert-file-contents-1): Accept an additional
4321         argument `lfn': if it is non-nil, concatenate `filename' and
4322         `suffix'; otherwise use the complicated MS-DOS code.
4323         All callers changed.
4324         (info-insert-file-contents, Info-find-node): If the MS-DOS port
4325         can access long file names, try the long file-name version of
4326         `info-insert-file-contents-1', then the short file-name version.
4328 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
4330         * language/ethio-util.el (setup-ethiopic-environment-internal):
4331         Change bindings of functions keys to conform to "Emacs Lisp Coding
4332         Convention".
4334         * language/ethiopic.el ("Ethiopic"): Add documentation.
4336 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
4338         * international/utf-8.el (mule-utf-8): Set coding-category
4339         property to coding-category-utf-8.
4341 2001-02-27  Richard M. Stallman  <rms@gnu.org>
4343         * lpr.el (lpr-page-header-switches, print-region-1):
4344         Undo 2000-07-06 change.
4345         (lpr-add-switches): Default to t on gnu/linux.
4347 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
4349         * bs.el (bs-attributes-list): Doc fix.
4351 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
4353         * help.el (describe-project): Display the file THE-GNU-PROJECT.
4355         * help.el (view-order-manuals): Use goto-address.
4357         * startup.el (command-line-1): Add info about ordering manuals
4358         to the not so fancy splash screens.
4360 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
4362         * vc.el (vc-default-workfile-unchanged-p)
4363         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
4365 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
4367         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
4368         fontify in the right buffer.
4370         * allout.el (outline-flag-region): Move macro in front of first
4371         use to avoid a run-time error.
4373 2001-02-24  Andrew Innes  <andrewi@gnu.org>
4375         * makefile.w32-in: Fix copyright notice.
4377 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
4379         * international/utf-8.el (mule-utf-8): Set correct value for
4380         valid-codes property.
4382         * international/fontset.el (x-complement-fontset-spec): In the
4383         case that we use ASCII font for the other charsets, use only
4384         family and registry part of it.
4386 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
4388         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4389         (shrink-window-if-larger-than-buffer): Doc fix.
4391 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
4393         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4394         predicate passed to completing-read.
4396 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
4398         * startup.el (command-line): Fix last change.
4400 2001-02-23  Jason Rumney  <jasonr@gnu.org>
4402         * startup.el (tool-bar-originally-present): New variable.
4403         (command-line): Set it if the tool-bar is switched on at startup.
4405         * frame.el (frame-notice-user-settings): Only adjust frame height
4406         for no tool-bar case if tool-bar was originally switched on.
4407         From E. Jay Berkenbilt.
4409 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
4411         * server.el (server-switch-buffer): Only switch window if the
4412         current one is dedicated.
4414         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4415         rather than using (match-beginning 0) when searching for break point.
4417 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
4419         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4420         @ follows an accent command such as @'.  Support optional braces
4421         in commands that insert accents, like makeinfo does.
4423 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
4425         * startup.el (fancy-splash-text): Add a line for ordering
4426         manuals.  Reverse order of splash screens shown.
4427         (use-fancy-splash-screens-p): Adapt to the text line added.
4429         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4430         manuals from the FSF.
4432         * help.el (view-order-manuals): New function.
4433         (toplevel): Bind C-h C-m to this function.
4435 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
4437         * newcomment.el (comment-forward): Skip the comment-start before
4438         searching for the comment-end.
4440 2001-02-21  Dave Love  <fx@gnu.org>
4442         * custom.el (custom-initialize-changed, defcustom): Doc fix.
4444         * international/mule-cmds.el, international/mule.el: Doc fixes.
4446 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
4448         * startup.el (fancy-splash-screens): Use display-hourglass
4449         instead of display-busy-cursor.
4451         * frame.el (display-hourglass): Renamed from busy-cursor.
4452         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4453         (show-cursor-in-non-selected-windows): Doc fix.
4455 2001-02-20  Dave Love  <fx@gnu.org>
4457         * international/utf-8.el: Doc and commentary fixes.
4459 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
4461         * ehelp.el (with-electric-help): Doc fix.
4463 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
4465         * msb.el (msb-mode): Call the update-buffers function explicitly
4466         with a FORCE argument.
4468         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4469         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
4470         returns nil.
4472 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4474         * ps-print.el: Timestamp package replacement.  Some enhancements.
4475         Some XEmacs compatibility.  Doc fix.
4476         (ps-print-version): New version number (6.4).
4477         (ps-printer-name): Initialization fix.
4478         (ps-zebra-stripe-follow): Funcionality enhancement.
4479         (ps-prologue-file): Code enhancement.
4480         (ps-right-header): Timestamp package replacement.
4481         (ps-setup, ps-face-bold-p, ps-face-italic-p)
4482         (ps-get-page-dimensions)
4483         (ps-generate-header, ps-begin-file, ps-begin-job)
4484         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4485         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4486         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4487         (coding-system-for-write): Var declaration (XEmacs compatibility).
4489 2001-02-20  Miles Bader  <miles@gnu.org>
4491         * image-file.el (image-file-name-extensions): Add "tif".
4493 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
4495         * wid-edit.el (widget-button-click): Save the selected window
4496         around the code handling clicks on buttons.
4498 2001-02-18  Dave Love  <fx@gnu.org>
4500         * imenu.el (imenu--generic-function): Use mapc to iterate over
4501         syntax characters.
4503 2001-02-17  Richard M. Stallman  <rms@gnu.org>
4505         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4507         * uniquify.el (uniquify-buffer-name-style): Doc fix.
4509 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4511         * mouse.el (mouse-save-then-kill): If the distance from the new
4512         point to the mark is equal to the distance of point from the new
4513         point, move point instead of the mark.
4515 2001-02-16  Dave Love  <fx@gnu.org>
4517         * textmodes/flyspell.el (flyspell-get-word): Return string without
4518         properties.
4520 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4522         * generic.el (generic-find-file-regexp): Doc fix.
4523         (generic-ignore-files-regexp): New defcustom.
4524         (generic-mode-find-file-hook): If the file's name matches the
4525         regexp in `generic-ignore-files-regexp', don't enter
4526         default-generic-mode.  Doc fix.
4528 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4530         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4531         Add autoload cookies.
4533         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4534         of cal-tex-24.
4536 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4538         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4540         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4541         the character class after the (optional) drive, to support file
4542         names with embedded blanks.
4544 2001-02-15  Sam Steingold  <sds@gnu.org>
4546         * textmodes/tex-mode.el (tex-shell-running):
4547         Check the process buffer too.
4549 2001-02-15  Dave Love  <fx@gnu.org>
4551         * battery.el (battery-status-function): Fix doc, :type.
4553         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4555 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
4557         * subr.el (read-passwd): Clear Lisp memory holding password.
4559 2001-02-15  Miles Bader  <miles@gnu.org>
4561         * info.el (Info-copy-current-node-name): New function.
4562         (Info-mode-menu): Add it to the menu.
4564 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
4566         * international/mule-cmds.el (toggle-input-method): Doc fix.
4568 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
4570         * replace.el (occur): Stop at end of buffer.
4572 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
4574         * international/mule-cmds.el (set-input-method): Another doc fix.
4576 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
4578         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4580 2001-02-13  Miles Bader  <miles@gnu.org>
4582         * faces.el (set-face-background, set-face-foreground)
4583         (set-face-stipple): Treat a value of nil as being `unspecified'.
4585 2001-02-12  Dave Love  <d.love@dl.ac.uk>
4587         * international/latin1-disp.el:  Doc fixes.
4588         (latin1-display) <defgroup>: Add :link.
4589         (latin1-display) <function>: Set variable latin1-display.
4591 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
4593         * international/mule-cmds.el (set-input-method): Doc fix.
4595 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
4597         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4598         (speedbar-line-file): Return nil if not a file.
4599         (speedbar-buffers-line-path): Return file for tags, and dir for files.
4601 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
4603         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4604         for remote files.
4605         (ediff-coding-system-for-read): Replaced the no-conversion default
4606         with raw-text.
4608         * ediff-init.el: Removed :version from defcustom vars.
4610         * ediff-util.el (ediff-compute-custom-diffs-maybe):
4611         Better handling of the diff mode.
4613         * ediff.texi: Added ediff-coding-system-for-read.
4615         * viper.texi: Fix typos.
4617 2001-02-11  Dave Love  <fx@gnu.org>
4619         * shadowfile.el: Doc fixes.
4620         (shadow) <defgroup>: Add :link.
4621         (shadowfile-unload-hook): New function.
4622         (shadow-initialize): Use defalias, not fset.
4623         (shadow-define-cluster, shadow-define-literal-group)
4624         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4626         * international/mule.el: Doc and message fixes.
4628         * international/ccl.el (define-ccl-program): Doc fix.
4630 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
4632         * faces.el (mode-line): Set :line-width property to -1.
4634 2001-02-10  Richard M. Stallman  <rms@gnu.org>
4636         * complete.el (partial-completion-mode): Doc fix.
4638         * simple.el (delete-key-deletes-forward-mode):
4639         Change `let' to `let*' to fix gross bug in last change.
4641         * repeat.el (repeat): Don't let execute-kbd-macro alter
4642         real-last-command.
4644 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
4646         * simple.el (eval-expression): Doc fix.
4648 2001-02-09  Dave Love  <fx@gnu.org>
4650         * imenu.el (imenu-generic-expression): Doc fix.
4652         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4653         From Juanma Barranquero.
4655         * emacs-lisp/authors.el (authors): Expand `root' before running find.
4657 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
4659         * faces.el (set-face-attribute): Describe the case of a negative
4660         value specified for :line-width.
4662 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
4664         * which-func.el (which-func-mode): Invert which-func-mode-global.
4665         From Juanma Barranquero <lektu@uol.com.br>.
4667 2001-02-08  Dave Love  <fx@gnu.org>
4669         * wid-edit.el (widget-plist-convert-widget): Replace binding of
4670         widget-plist-value-type.
4671         (widget-alist-convert-widget): Replace binding of
4672         widget-alist-value-type.
4674         * textmodes/paragraphs.el (sentence-end): Doc fix.
4676         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4677         Remove `backward-line'.
4679         * play/pong.el (pong-blank-color, pong-bat-color)
4680         (pong-ball-color, pong-border-color, pong-left-key)
4681         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4682         (pong-pause-key, pong-resume-key, pong-timer-delay):
4683         * mail/mh-comp.el (mh-compose-letter-function):
4684         * eshell/esh-mode.el (eshell-skip-prompt-function):
4685         * emulation/viper-ex.el (ex-unix-type-shell-options):
4686         * recentf.el (recentf-menu-filter):
4687         * ps-print.el (ps-print-region-function):
4688         * lpr.el (print-region-function):
4689         * forms.el (forms-mode-hooks):
4690         * dirtrack.el (dirtrack-directory-change-hook):
4691         * cus-start.el (temp-buffer-show-function, display-buffer-function):
4692         * textmodes/spell.el (spell-filter):
4693         * textmodes/fill.el (adaptive-fill-function):
4694         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4695         * progmodes/etags.el (find-tag-default-function):
4696         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4697         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4699 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
4701         * emulation/viper-init.el (viper-fast-keyseq-timeout)
4702         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
4703         Meyering <jim@meyering.net>.
4705         * loadup.el: Revert last change.
4707 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
4709         * international/mule.el (transform-make-coding-system-args):
4710         Make it work also for coding systems not using CCL.
4712 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4714         * simple.el (previous-matching-history-element)
4715         (next-matching-history-element): Doc fix.
4717         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4718         specific part.
4720 2001-02-06  Dave Love  <fx@gnu.org>
4722         * add-log.el (add-log-current-defun-function)
4723         (add-log-buffer-file-name-function, add-log-file-name-function):
4724         Fix :type.
4725         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4727 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4729         * info.el (info-initialize): Remove the test for system-type when
4730         invocation-directory is non-nil.
4732         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4733         of `font-lock-defaults' to `backward-paragraph' rather than nil.
4735 2001-02-06  Andrew Innes  <andrewi@gnu.org>
4737         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4738         absolute.
4740 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
4742         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4743         buffers.  When hi-lock turned on rather than only checking current
4744         buffer for regexps, all buffers are checked. Moved activation of
4745         font-lock to hi-lock-refontify. When font-lock turned off rather
4746         than removing added highlighting just in current buffer, remove it
4747         in all buffers.  Changed edit menu text from "Automatic
4748         Highlighting" to "Regexp Highlighting" Documentation for
4749         highlighting phrases, minor documentation changes.
4750         (hi-lock-set-file-patterns): Execute only if there are new or
4751         existing file patterns.
4752         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4753         unfontify and, if a support mode is active, will not refontify the
4754         whole buffer.  If necessary, turn on font lock. (Removed
4755         font-lock-unfontify and font-lock support-mode-specific calls,
4756         such as lazy-lock-fontify-window.)
4757         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4758         patterns are found. Not useful now since find-file-hook is removed
4759         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4760         (hi-lock-face-phrase-buffer): New function.  Also added related
4761         menu item and keybinding.
4762         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4763         (hi-lock-process-phrase): New function.
4764         (hi-lock-line-face-buffer): Doc fixes.
4765         (hi-lock-face-buffer): Doc fixes.
4766         (hi-lock-unface-buffer): Doc fixes.
4768 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
4770         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4771         dabbrev-ignored-regexps.
4773 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4775         * simple.el (kill-line): Doc fix.
4777 2001-02-05  Dave Love  <fx@gnu.org>
4779         * loadup.el: Revert last two changes -- bootstrapping works with
4780         regenerated loaddefs.
4782 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
4784         * isearch.el (isearch-forward): Doc fix.
4786         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4787         of font-lock-defaults to backward-paragraph.
4789 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4791         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4792         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4794 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4796         * ebnf2ps.el: Eliminate time-stamp functions.
4797         (ebnf-version): New version (3.5).
4798         (ebnf-eps-finish-and-write): Replace time-stamp functions by
4799         format-time-string.
4801 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4803         * simple.el (next-line): Goto end-of-line before inserting a newline.
4805 2001-02-05  Miles Bader  <miles@gnu.org>
4807         * image-file.el (insert-image-file): When visiting an image, also
4808         set `truncate-lines' to t so that any fringe arrow looks correct.
4810 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
4812         * isearch.el (isearch-forward): Add description about input method
4813         in the docsting.
4815 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
4817         * skeleton.el (skeleton-internal-1): Always push the mark for @.
4819 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4821         * info.el (info-initialize): If installation-directory is nil, for
4822         DOS/Windows systems try looking in a sibling of invocation-directory.
4824 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
4826         * wid-edit.el (widget-button-click): Fix last change.
4828         * frame.el (frame-notice-user-settings): When resizing the initial
4829         frame because the tool bar is off, also change the frame's top
4830         position if a negative top position was specified.
4832 2001-02-02  Miles Bader  <miles@gnu.org>
4834         * image-file.el (insert-image-file): When visiting an image,
4835         suppress the cursor in the image buffer.
4837 2001-02-01  Dave Love  <fx@gnu.org>
4839         * progmodes/f90.el (f90-mode): Remove startup message.
4841         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
4843 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4845         * startup.el (command-line): Fix code determining whether or not
4846         to use delete-key-deletes-forward-mode.
4848 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
4850         * vc.el (vc-diff-switches): New user option.
4851         (vc-version-diff): Use it.
4852         (vc-diff-switches-list): New macro.
4854         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4855         New customization options.
4856         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4858         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4860 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4862         * msb.el (toplevel): Quote hook symbols.
4864 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
4866         * international/mule.el (make-coding-system): Add description
4867         about recognized properties in the docstring.
4869         * international/mule-conf.el: Remove unused charsets
4870         mac-roman-lower and mac-roman-upper.
4872 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
4874         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4875         is in front of the left-margin, if any.
4877         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4878         like `delete'.
4880         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4882         * term/w32-win.el (mouse-set-font): Doc fix.
4884 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4886         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4887         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4888         on already.
4890 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
4892         * files.el (save-buffer): Don't give message if (buffer-file-name)
4893         returns nil.
4895 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
4897         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4899         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4900         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
4902         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4903         display problems.
4905 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
4907         * international/mule.el (charset-info): Fix docstring.
4909         * international/mule-diag.el (describe-character-set): Check final
4910         char valid before printing it.
4912 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
4914         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4916         * frame.el (frame-notice-user-settings): Do the tool-bar
4917         stuff only for graphical displays.  Fix a braino.
4919         * frame.el (frame-initialize): Create initial frame visible.
4920         (frame-notice-user-settings): When tool-bar has been switched off,
4921         correct the frame size and sync tool-bar-mode.
4923         * startup.el (command-line): Remove manipulation of frame
4924         height for tool bars.
4926 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4928         * lpr.el: Compatibility with XEmacs and doc fixes.
4929         (lpr-windows-system, lpr-lp-system): New vars.
4930         (lpr-printer-switch): New defcustom.
4931         (printer-name, lpr-command): Customization fix.
4932         (print-region-1): Code fix.
4933         (print-region-new-buffer, printify-region): Indentation fix.
4934         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4935         New functions.
4937 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4939         * msb.el (toplevel): Fix the eval-after-load.
4941 2001-01-29  Dave Love  <fx@gnu.org>
4943         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4945         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4947         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4948         (tcl-using-emacs-19-23): Consider Emacs 21+.
4949         (tcl-help-directory-list, tcl-command-switches): Fix :type.
4950         (tcl-add-emacs-menu): Supply menu name.
4951         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4953 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4955         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4957 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
4959         * pcvs.el (cvs-mark-fis-dead): New function.
4960         (cvs-mode-add): Use it.
4961         (cvs-mode-add-change-log-entry-other-window):
4962         Rebind change-log-default-name to itself rather than to nil.
4964 2001-01-29  Sam Steingold  <sds@gnu.org>
4966         * vc-cvs.el: Replaced (require 'vc) with a bunch of
4967         `autoload' statements.
4969 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
4971         * files.el (confirm-kill-emacs): Doc fix.
4973         * frame.el (frame-initialize): Doc fix.
4975         * time-stamp.el (time-stamp-string): Doc fix.
4977         * woman.el (WoMan-log-1): Make the log buffer writable.
4978         From Markus Rost <rost@math.ohio-state.edu>.
4980 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4982         * imenu.el (imenu-syntax-alist): Add autoload cookie for
4983         the `make-variable-buffer-local'.
4985 2001-01-29  Dave Love  <fx@gnu.org>
4987         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4988         (ansi-color-for-comint-mode-on, ansi-color-process-output):
4989         Add autoload cookie.
4990         (ansi-color-apply-sequence): Fix typo.
4992 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4994         * menu-bar.el (menu-bar-files-menu): Add menu items for
4995         Postscript printing in black and white.
4997         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4998         X-Mailman-Version, Precedence, List-Help, List-Post,
4999         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5000         Content-Type, Content-Length.
5002 2001-01-29  Dave Love  <fx@gnu.org>
5004         * elide-head.el (elide-head): Make overlay evaporate.
5006         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
5008 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
5010         * isearch.el (isearch-highlight): Don't punt if the display
5011         doesn't support colors, since isearch faces are defined for
5012         monochrome displays as well.
5014 2001-01-27  Sam Steingold  <sds@gnu.org>
5016         * shell.el (shell-write-history-on-exit): Make sure that we are in
5017         the shell buffer (M-x tex-file RET inserted the error message into
5018         the TeX buffer).
5020 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
5022         * simple.el (transient-mark-mode): Doc fix.
5024 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
5026         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
5028 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
5030         * shell.el (shell-unquote-argument): If the shell is one of the
5031         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5032         quote character.
5033         (shell-dumb-shell-regexp): Document that the shells which match
5034         this regexp are supposed to not treat a backslash as a quote character.
5036         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
5037         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
5039 2001-01-27  Richard M. Stallman  <rms@gnu.org>
5041         * dabbrev.el (dabbrev--substitute-expansion):
5042         Treat a one-capital-letter abbrev as "not all upper case",
5043         so as to force preservation of the expansion's pattern
5044         if the expansion starts with a capital letter.
5046 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
5048         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5049         Doc fix.
5051         * simple.el (transient-mark-mode): Document the fact that many
5052         commands act on the region when mark is active.
5054 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
5056         * international/quail.el (quail-setup-completion-buf): Make the
5057         multibyteness of current buffer inherited to Quail completion buffer.
5058         (quail-show-guidance-buf): Make the multibyteness of current
5059         buffer inherited to Quail guidance buffer.
5060         (quail-help): Make the multibyteness of current buffer inherited
5061         to Quail help buffer.
5063 2001-01-26  Dave Love  <fx@gnu.org>
5065         * time-stamp.el: Doc fixes.
5067         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
5068         (delphi-keyword-face, delphi-other-face): Fix :type.
5070         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
5072         * mail/feedmail.el (feedmail): Add :link.
5073         (feedmail-send-it): Doc fix.
5075         * mail/sendmail.el: Doc fixes.
5076         (sendmail-send-it): Fix the non-ASCII regexp and use
5077         rfc2047-encode-string.
5079         * dired.el, dired-aux.el: Revert last change.
5081 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
5083         * makefile.w32-in (DONTCOMPILE): Add various term files.
5085 2001-01-26  Dave Love  <fx@gnu.org>
5087         * Makefile.in (DONTCOMPILE): Add various term files.
5089 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
5091         * man.el (Man-default-man-entry, Man-mode): Doc fix.
5093         * startup.el (display-startup-echo-area-message): Make sure
5094         the echo area is resized to fit the size of the startup message.
5096         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5097         part of which is a constant.
5099 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
5101         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
5103 2001-01-26  Richard M. Stallman  <rms@gnu.org>
5105         * simple.el (next-line): Don't let `newline' expand abbrevs.
5106         Simplify slightly.
5107         (open-line): Don't let `newline' expand abbrevs.
5109 2001-01-25  John Wiegley  <johnw@gnu.org>
5111         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5112         to `repeat' in the :type field.
5114         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5115         allow a choice of regexp or nil.
5116         (pcomplete-dir-ignore): Same.
5118         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5119         a command) to always fail.
5121 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
5123         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5124         discard the result.
5125         (iswitchb-to-end): Likewise.
5127 2001-01-25  Sam Steingold  <sds@gnu.org>
5129         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
5130         Require vc.
5132 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
5134         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5136         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5138 2001-01-25  Dave Love  <fx@gnu.org>
5140         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5141         (describe-coding-system): Tweak the English text.
5143         * loadup.el: Preload international/ccl for utf-8.
5145 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
5147         * mail/rmail.el (rmail-redecode-body): Doc fix.
5149 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
5151         * international/mule-cmds.el (reset-language-environment):
5152         Reset coding-category-utf-8 to mule-utf-8.
5154         * international/mule-conf.el (coding-category-utf-8):
5155         Initialize to mule-utf-8.
5157         * loadup.el: Preload international/utf-8.
5159         * international/utf-8.el: New file.
5161 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
5163         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5165 2001-01-24  Sam Steingold  <sds@gnu.org>
5167         * dired.el (dired-replace-in-string): Removed.
5168         (dired-sort-toggle): Use `replace-regexps-in-string'
5169         instead of `dired-replace-in-string'.
5171         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5172         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
5174         * gs.el (gs-replace-in-string): Removed.
5175         (gs-options): Use `replace-regexps-in-string'
5176         instead of `gs-replace-in-string'.
5178 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
5180         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5181         bug report is mailed to an email list and posted to a news group.
5183 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
5185         * comint.el (comint-replace-by-expanded-history-before-point):
5186         Fix change of 2000-08-03 to move point to the start of the line again.
5188         * startup.el (tool-bar-images-pixel-height): New variable.
5189         (command-line): After loading the user's init file, when
5190         tool-bar-mode is on, increase the frame's size by some lines for
5191         the tool-bar.
5193         * frame.el (frame-initialize): Create the initial frame invisible.
5195 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5197         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5198         (chinese-big5): MIME:Big5.
5200 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
5202         * international/mule-cmds.el (universal-coding-system-argument):
5203         Handle commands with prefix args.
5205 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5207         * calendar/diary-lib.el (diary-float): Fix case of MONTH
5208         being a list of numbers.
5209         (diary-mail-entries): Rewritten.
5211 2001-01-23  Dave Love  <fx@gnu.org>
5213         * international/mule.el (make-coding-system): Fix typo.
5215         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5216         Add backward-paragraph as font-lock-beginning-of-syntax-function.
5218 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
5220         * font-lock.el (font-lock-mode): Doc fix.
5222 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
5224         * international/mule.el (make-translation-table): Fix docstring.
5226 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
5228         * mail/rmail.el (rmail-redecode-body): New function.
5230         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5232 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
5234         * isearch.el (isearch-lazy-highlight-case-fold-search)
5235         (isearch-lazy-highlight-regexp): New variables.
5236         (isearch-lazy-highlight-cleanup): Update lazy highlight if
5237         case-fold search or regexp search has been toggled.
5239         * wid-edit.el (widget-button-click): Avoid a save-excursion
5240         around running a global binding.
5242         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5243         to 0.25.
5245 2001-01-20  Miles Bader  <miles@gnu.org>
5247         * cus-edit.el (custom-face-save): Do post-processing on the face's
5248         new value like `custom-face-set' does.
5250 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
5252         * mail/emacsbug.el (report-emacs-bug): Report the value of
5253         LC_CTYPE, not LC_TYPE.
5255         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5256         isearch-toggle-regexp and isearch-edit-string to doc string.
5258 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
5260         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5261         as font-lock-beginning-of-syntax-function in font-lock-defaults.
5263         * jit-lock.el (jit-lock-fontify-now): Don't bind
5264         font-lock-beginning-of-syntax-function to nil.
5266 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
5268         * mail/emacsbug.el (report-emacs-bug): Report values of
5269         locale-coding-system, default-enable-multibyte-characters, and the
5270         environment variables LC_ALL, LC_TYPE, and LANG.
5272 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
5274         * font-lock.el (font-lock-default-fontify-region): Fix last change.
5276         * font-lock.el (font-lock-multiline): Default to nil.
5277         (font-lock-default-fontify-region): If font-lock-multiline is
5278         nil, don't check the property `font-lock-multiline'.
5280         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5281         is nil, don't check the `font-lock-multiline' text property.
5283 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
5285         * viper.el: Call initial-major-mode on startup.
5287         * ediff.el (ediff-patch-file): Use better defaults.
5289         * ediff-vers.el: Fix for 8+3 DOS file systems.
5291 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
5293         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
5294         diff mode, if available.
5296 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
5298         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
5300         * ediff-init.el (subst-char-in-string): Define and use it, unless
5301         it's already defined.
5303 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
5305         * tooltip.el (tooltip-hide-delay): New user-option.
5306         (tooltip-show): Use tooltip-hide-delay instead of the default.
5308 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
5310         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5311         kill-local-variable doesn't work for enable-multibyte-characters.
5313 2001-01-17  Dave Love  <fx@gnu.org>
5315         * ediff-init.el (ediff-before-setup-hook)
5316         (ediff-merge-filename-prefix): Add :version.
5318         * international/latin1-disp.el: Require disp-table.
5319         (latin1-display): Fix :set.
5321         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5323 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
5325         * isearch.el (isearch-lazy-highlight-initial-delay)
5326         (isearch-lazy-highlight-interval): Default to 0.
5328 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
5330         * isearch.el (isearch-highlight): Set isearch-overlay priority to
5331         1 here rather than each time through
5332         isearch-lazy-highlight-new-loop.
5333         (isearch-lazy-highlight-max): Variable deleted.
5334         (isearch-lazy-highlight-max-at-a-time): New user variable, like
5335         isearch-lazy-highlight-max but controls a single invocation of
5336         isearch-lazy-highlight-update.
5337         (isearch-lazy-highlight-wrapped): Variable recreated.
5338         (isearch-lazy-highlight-window-start): New variable.
5339         (isearch-lazy-highlight-cleanup): Restored to behavior of
5340         before 2-Jan.
5341         (isearch-lazy-highlight-remove-overlays): Function deleted;
5342         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
5343         behavior removed.
5344         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5345         isearch-lazy-highlight-update in a loop rather than just once.
5346         Test isearch-invalid-regexp here and decide not to start a new
5347         loop, rather than testing it each time through
5348         isearch-lazy-highlight-update.
5349         (isearch-lazy-highlight-search): Function restored.
5350         (isearch-lazy-highlight-update): Get called in a timer loop again,
5351         but this time highlight more than one match each time through.
5352         Only highlight matches in the visible part of the window.
5353         Start at point, move in the direction of the search, and wrap around at
5354         the edge of the window.  Use sit-for to force redisplay and ensure
5355         window-start is credible.  "Face suppressing" behavior removed;
5356         overlay priorities should make it unnecessary, right?
5357         (isearch-highlight): Face suppressing behavior removed.
5358         (isearch-dehighlight): Face suppressing behavior removed.
5359         (isearch-set-lazy-highlight-faces-at): Removed.
5361 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
5363         * language/european.el ("Latin-1"): Make the format of description
5364         about additional language environments same as that of Latin-2.
5366 2001-01-16  Dave Love  <fx@gnu.org>
5368         * isearch.el (isearch-lazy-highlight): Add :version.
5370         * simple.el (backward-delete-char-untabify-method)
5371         (next-line-add-newlines): Add :version.
5373 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
5375         * bindings.el: Bind <backspace> and <delete> via function-key-map.
5376         Don't bind <delete> otherwise.
5378         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5379         and <delete> via function-key-map.
5381         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5382         Subject line only if point is after the `Subject:'.
5384 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
5386         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5387         japanese-jisx0213-2 in `charset' property of this lang. env.
5389         * language/european.el ("Latin-1"): Add description for Dutch and
5390         Spanish lang. env.
5392         * international/mule.el (decode-char): Fix conditions.
5393         (encode-char): Handle eight-bit-control too.
5394         (transform-make-coding-system-args): New function.
5395         (make-coding-system): Accept XEmacs style arguments for CCL base
5396         coding system.
5398 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
5400         * progmodes/etags.el (find-tag-noselect): Save the value of
5401         tags-file-name before switching buffers, for the case it has a
5402         buffer-local value.
5404 2001-01-15  Alex Schroeder  <alex@gnu.org>
5406         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5407         From Dave Love <fx@gnu.org>.
5408         (ansi-color-for-comint-mode): Fix :version.
5410 2001-01-15  Alex Schroeder  <alex@gnu.org>
5412         * ansi-color.el (ansi-color-unfontify-region): Doc change.
5414 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
5416         * dired.el (dired-insert-directory): If file-system-info fails,
5417         remove the " free " part, but don't signal an error.
5419 2001-01-12  Sam Steingold  <sds@gnu.org>
5421         * bookmark.el (bookmark-maybe-historicize-string):
5422         Use new backquote syntax.
5424 2001-01-12  Richard M. Stallman  <rms@gnu.org>
5426         * subr.el (last): Handle a list that doesn't end in nil.
5428 2001-01-12  Sam Steingold  <sds@gnu.org>
5430         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5431         to `backward-delete-char-untabify'.
5433 2001-01-12  Dave Love  <fx@gnu.org>
5435         * cus-edit.el (customize-menu-create): Fix the :filter following
5436         easymenu change.
5438         * wid-edit.el (function): Add :match-alternatives.
5439         (widget-color-action): Doc fix.
5441 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
5443         * calendar/calendar.el (calendar-basic-setup): Doc fix.
5445 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
5447         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5449         * international/ccl.el (define-ccl-program): Fix docstring.
5451 2001-01-11  Dave Love  <fx@gnu.org>
5453         * international/mule-cmds.el (standard-display-european-internal):
5454         Set display table for 2208 as for 160.
5456         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5458         * progmodes/fortran.el (fortran-mode-map): Modify Customization
5459         entry for custom-menu-create change.
5460         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
5461         don't cons it in the search loop.
5463         * imenu.el (imenu--truncate-items): Revert last change.
5465 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
5467         * info.el (Info-setup-header-line): If the node header includes
5468         either Next: or Prev: links, don't show the File: and Node: parts
5469         in the header line.
5471 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
5473         * comint.el (comint-goto-process-mark): Don't print a message
5474         when running in batch mode.
5476         * isearch.el (isearch-search): In the condition-case handler for
5477         `error', set isearch-invalid-regexp to the whole error message.
5479         * subr.el (eval-after-load): Call load-symbol-file-load-history to
5480         ensure that eval-after-load works for files dumped with Emacs.
5482         * help.el (load-symbol-file-load-history): New function extracted
5483         from function symbol-file.
5484         (symbol-file): Use it.
5486         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5488 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
5490         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5491         behave as if there were no prefix argument.
5492         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5493         argument were nil.
5495 2001-01-11  Richard M. Stallman  <rms@gnu.org>
5497         * isearch.el (isearch-lazy-highlight-update):
5498         Don't look for more potential matches once maximum is exceeded.
5499         Use overlays-in to check correctly for overlap with current match.
5500         Ignore empty matches.
5502 2001-01-11  Miles Bader  <miles@gnu.org>
5504         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5505         (ispell-overlay-window, ispell-help, ispell-show-choices)
5506         (ispell-command-loop): Use it instead of `window-height'.
5508 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5510         * files.el (confirm-kill-emacs): New user-option.
5511         (save-buffers-kill-emacs): Ask for final confirmation before
5512         killing Emacs.
5514         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5515         to nil.
5517 2001-01-10  Dave Love  <fx@gnu.org>
5519         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5521         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5523         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5525         * calculator.el (calculator-number-digits): Fix :type.
5527         * vc-cvs.el (vc-cvs-header): Fix :type.
5528         * vc-rcs.el (vc-rcs-header): Fix :type.
5529         * vc-sccs.el (vc-sccs-header): Fix :type.
5531         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5533         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5535         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5537 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5539         * simple.el (set-variable): Force a thorough redisplay for the
5540         case that the variable has an effect on the display, like
5541         `tab-width' has.
5543 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
5545         * vc.el: Add documentation for backend interface.
5547 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
5549         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5551         * international/mule-conf.el (latin-extra-code-table): Set to t
5552         for \223 and \224.
5554 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5556         * international/mule-cmds.el (locale-language-names): Map "es" to
5557         "Spanish" and "nl" to "Dutch".
5559 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
5561         * bindings.el (global-map): Bind <home> to beginning-of-line,
5562         <end> to end-of-line, C-<home> to beginning-of-buffer, and
5563         C-<end> to end-of-buffer.
5565         * language/european.el: Add Dutch and Spanish language info
5566         to be able to use the appropriate tutorials.
5568 2001-01-09  Alex Schroeder  <alex@gnu.org>
5570         * ansi-color.el (ansi-color-process-output): Use markers instead
5571         of positions for start and end of region.
5572         (ansi-color-apply-on-region): Rewrote code to make it more robust.
5573         Previously, occasional mistakes happend when fontifying many
5574         chunks of output (eg. ls --color=yes /dev).  This happened
5575         whenever an overlay was created up to the end of the region, which
5576         coincided with the process-mark.  New text would then be added
5577         within that overlay instead of after it.
5578         (ansi-color-make-extent): Overlays are created with the property
5579         `modification-hooks' set to '(ansi-color-freeze-overlay).
5580         (ansi-color-freeze-overlay): New function.  When inserting text at
5581         the end of the overlay, the overlay will resize.
5583 2000-01-09  Alex Schroeder  <alex@gnu.org>
5585         * ansi-color.el (ansi-color-process-output): Doc change.
5586         (ansi-color-unfontify-region): Doc change.  No longer installed
5587         automatically in font-lock-unfontify-region-function.
5588         (ansi-color-apply): Doc change.
5589         (ansi-color-apply-on-region): Use extents or overlays instead of
5590         text-properties.
5591         (ansi-color-make-extent): New function.
5592         (ansi-color-set-extent-face): New function.
5594 2000-01-09  Alex Schroeder  <alex@gnu.org>
5596         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5597         both use ansi-color-process-output, now.
5598         (ansi-color-process-output): Doesn't return string anymore.  It is
5599         installed in comint-output-filter-functions for both Emacs and
5600         XEmacs, now.
5601         (ansi-color-unfontify-region): Simplified code removing variables
5602         pos and start-ansi.
5603         (ansi-color-apply): Put text-property ansi-color before putting
5604         text-property face because ansi-color-unfontify-region is called
5605         immediately after the call to put-text-property.
5606         (ansi-color-context-region): Doc change.
5607         (ansi-color-filter-region): Simplified code.
5608         (ansi-color-apply-on-region): Changed start to start-marker, using
5609         a marker explicitly.  Put text-property ansi-color before putting
5610         text-property face because ansi-color-unfontify-region is called
5611         immediately after the call to put-text-property.
5613 2000-01-09  Alex Schroeder  <alex@gnu.org>
5615         * ansi-color.el (ansi-color-faces-vector): Doc change.
5616         (ansi-color-for-comint-mode): Changed :type property to choice.
5617         (ansi-color-last-context): Removed.
5618         (ansi-color-process-output): Don't use ansi-color-last-context, as
5619         the main functions will store their context now.
5620         (ansi-color-context): Doc change.
5621         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5622         Uses ansi-color-context such that repeated calls will strip
5623         partial escape sequences, too.
5624         (ansi-color-apply): Simplified code.  Colorize end of string if
5625         face is not null.  Store context in new (FACE STRING) format, such
5626         that repeated calls will strip partial escape sequences, too.
5627         Append faces to face property using ansi-color-apply-sequence such
5628         that cumulative mode actually works.
5629         (ansi-color-context-region): New variable.
5630         (ansi-color-filter-region): Rewrote it based on
5631         ansi-color-apply-on-region.  Uses ansi-color-context-region such
5632         that repeated calls will strip partial escape sequences, too.
5633         (ansi-color-apply-on-region): Simplified code.  Colorize end of
5634         region if face is not null.  Store context in new (FACE POS)
5635         format, such that repeated calls will strip partial escape
5636         sequences, too.  Append faces to face property using
5637         ansi-color-apply-sequence such that cumulative mode actually works.
5638         (ansi-color-apply-sequence): New function.
5639         (ansi-color-get-face): When the default face is added to the list
5640         of faces, all previous settings are discarded and the list of
5641         faces is set to '(default).
5643 2000-01-09  Alex Schroeder  <alex@gnu.org>
5645         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5646         face, such that ansi-color-apply and ansi-color-apply-on-region
5647         will do the right thing.
5648         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5649         returns nil, set the list of faces back to nil instead of
5650         appending the result of ansi-color-get-face to the front of the list.
5652 2000-01-09  Alex Schroeder  <alex@gnu.org>
5654         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5655         (ansi-color-process): Doc change.
5656         (ansi-color-last-context): New buffer-local variable.
5657         (ansi-color-process-output): New function.  It is automatically
5658         added to comint-output-filter-functions if this is XEmacs.
5659         (ansi-color-unfontify-region): New optional parameter for XEmacs
5660         compatibility.  Check wether font-lock-syntactic-keywords is
5661         boundp before removing the syntax table text property, as XEmacs
5662         doesn't have it.
5663         (ansi-color-filter-region): Doc change.
5664         (ansi-color-apply-on-region): Doc change.
5665         (ansi-color-make-face): New function.  Compatibility layer for
5666         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
5667         (ansi-color-make-color-map): Use ansi-color-make-face.
5668         (ansi-color-get-face): Avoid face text property '(nil) as results
5669         in an errow for XEmacs.
5671 2000-01-09  Alex Schroeder  <alex@gnu.org>
5673         * ansi-color.el (ansi-color-unfontify-region): New function.
5674         Uses text-property ansi-color in order to preserve fontification by
5675         ansi-color.  When the package is loaded, a lambda expression is
5676         put onto font-lock-mode-hook.  This lambda expression will check
5677         font-lock-unfontify-region-function and replace
5678         font-lock-default-unfontify-region with ansi-color-unfontify-region.
5679         (ansi-color-apply): Add text-property ansi-color in addition to
5680         text-property face.
5681         (ansi-color-apply-on-region): Add text-property ansi-color in
5682         addition to text-property face.
5683         (save-buffer-state): Copy of the macro that is also used by
5684         lazy-lock and font-lock.
5686         (ansi-color-for-comint-mode): New option.
5687         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5688         (ansi-color-for-comint-mode-off): Ditto.
5689         (ansi-color-for-comint-mode-filter): Ditto.
5690         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
5691         decide what to do.  This function is added to
5692         comint-preoutput-filter-functions when the package is loaded.
5694         (ansi-color-for-shell-mode-set): Removed.
5695         (ansi-color-for-shell-mode): Removed.
5697 2000-01-09  Alex Schroeder  <alex@gnu.org>
5699         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5700         the lambda expression from the ansi-color-for-shell-mode :set
5701         property.  Additionally, modify shell-mode-hook to enable or
5702         disable font-lock-mode for future shell buffers.
5703         (ansi-color-for-shell-mode): The :set property calls
5704         ansi-color-for-shell-mode-set instead of a lambda expression.
5706 2000-01-09  Alex Schroeder  <alex@gnu.org>
5708         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5709         (ansi-color-context): New variable.
5710         (ansi-color-apply): Save context between calls.
5712 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
5714         * isearch.el (isearch, isearch-lazy-highlight-face):
5715         New definitions for face colors and attributes.
5717         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5718         of display-mouse-p.
5720 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5722         * international/mule.el (make-coding-system): If the coding system
5723         accepts extra latin codes, register such codes as safe for the
5724         coding system.
5726 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5728         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5729         don't mention the file name or the date here, because they are
5730         logged at the start of the file.
5732 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5734         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5735         Change screen-width to frame-width.
5737 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5739         * info.el (Info-search): Print the default as part of the prompt.
5741 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
5743         * vc.el (vc-default-latest-on-branch-p): New function, replaces
5744         constant implementations in backends.
5746         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5747         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5749         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5750         WRITABLE to EDITABLE.
5752         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5753         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5754         to EDITABLE.
5756 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5758         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5759         (copyright, copyright-update): Compute the current year at run time.
5761 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
5763         * isearch.el (isearch-old-signal-hook): Removed.
5764         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5765         instead of setting signal-hook-function.
5766         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5768 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
5770         * emulation/edt.el: Update to version 4.0.  Provide support for
5771         EDT scroll margins at top and bottom of the window.  Provide an
5772         emulation of the EDT SUBS command (bound to GOLD-Enter, by
5773         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
5774         user when file-related buffer modifications exist.
5775         Provide support for running EDT Emulation in XEmacs.
5776         Provide customize access to some user updatable variables.
5777         Add Commentary section to file header.
5778         Fixed a few minor bugs and cleaned up some code.
5780         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
5781         for detecting a keypress that generates an ASCII key sequence.
5782         (Previously, only a keypress that generates a vector was
5783         recognized.)  Embed Window Manager name into name of the generated
5784         EDT Emulation initialization file since the initialization file is
5785         Window Manager specific.  Add Commentary section to file header.
5787 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
5789         * mail/sendmail.el (mail-mode): Doc fix.
5791         * info.el (Info-goto-emacs-command-node): Doc fix.
5792         (Info-goto-emacs-key-command-node): Doc fix.
5794 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5796         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5797         systems without long file-name support.
5799 2001-01-06  Andrew Innes  <andrewi@gnu.org>
5801         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5803 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5805         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5806         (isearch-lazy-highlight-update): Doc fix.
5808         * ffap.el (ffap-bindings): Doc fix.
5810         * dired-x.el (dired-virtual-guess-dir): Doc fix.
5812 2001-01-05  Dave Love  <fx@gnu.org>
5814         * emacs-lisp/cl-seq.el (remove, remq): Remove.
5816 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
5818         * mouse-drag.el (mouse-drag-safe-scroll):
5819         Bind scroll-preserve-screen-position to nil.
5821         * isearch.el (isearch-old-signal-hook): New variable.
5822         (isearch-mode): Set signal-hook-function to isearch-done.
5823         (isearch-done): Restore old signal-hook-function.
5825         * info.el (Info-fontify-node): Mark one more char as intangible.
5827 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
5829         * composite.el (compose-last-chars): New argument COMPONENTS.
5830         If it is non-nil, compose preceding characters by compose-region with
5831         COMPONENTS.
5833         * international/quail.el (quail-input-string-to-events): New function.
5834         (quail-input-method): Convert input string to events here.
5835         (quail-start-translation): Return input string, not event list.
5836         (quail-start-conversion): Likewise.
5838 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
5840         * tooltip.el (tooltip-cancel-delayed-tip)
5841         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5842         and tooltip-add-timeout.
5843         (tooltip-show): Set border color from faces's foreground.
5844         (tooltip-show-help-function): If called with the same help string
5845         as last time, do nothing.
5846         (tooltip-help-tips): Don't set tooltip-help-message to nil.
5848         * startup.el (fancy-splash-screens): Don't bind show-help-function
5849         to nil.
5851         * tooltip.el (tooltip-frame-parameters): Remove colors.
5852         (tooltip): New face
5853         (tooltip-set-param): New function.
5854         (tooltip-show): Set up color frame parameters from face `tooltip'.
5855         Display the tooltip text in face `tooltip'.
5857 2001-01-04  Dave Love  <fx@gnu.org>
5859         * whitespace.el (whitespace-global-mode): Fix typo.
5861         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5863 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
5865         * help.el (help-for-help): Fix a typo in a doc string.
5866         From kwzh@gnu.org (Karl Heuer).
5868 2001-01-03  Dave Love  <fx@gnu.org>
5870         * dired-x.el: Doc fixes.  Maintainer change.
5871         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5872         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5873         (dired-guess-shell-alist-user): Customize.
5874         (dired-x-help-address): Set to bug-gnu-emacs.
5875         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5876         (dired-default-directory): Renamed from default-directory.
5878         * hl-line.el (hl-line): Doc fix.
5880 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
5882         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5884 2001-01-02  Richard M. Stallman  <rms@gnu.org>
5886         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5887         to remove all the current alternative-match highlighting.
5888         If nil, remove only what's outside the current window.
5889         (isearch-lazy-highlight-remove-overlays): Take optional
5890         region within which NOT to remove them.
5891         (isearch-lazy-highlight-new-loop): Greatly simplified.
5892         (isearch-lazy-highlight-update): Find all the other occurrences
5893         visible in the window, in just one call.
5894         (isearch-lazy-highlight-start): Now holds start of region to scan.
5895         (isearch-lazy-highlight-end): Now holds end of region to scan.
5896         (isearch-lazy-highlight-wrapped): Variable deleted.
5897         (isearch-lazy-highlight-search): Function deleted.
5899 2000-01-02  Andrew Innes  <andrewi@gnu.org>
5901         * w32-fns.el (convert-standard-filename): Do length check on name
5902         before aref.
5904 2001-01-02  Dave Love  <fx@gnu.org>
5906         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5907         value.
5908         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5910         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5912         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5913         read syntax.
5915         * calendar/todo-mode.el (todo): Add :link, :version.
5916         (todo-save-top-priorities): Remove autoload cookie.
5917         (todo-add-category, todo-add-item-non-interactively)
5918         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5920 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
5922         * comint.el (comint-input-history-ignore): New variable.
5923         (comint-read-input-ring): Ignore entries matching
5924         comint-input-history-ignore.
5926 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
5928         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5929         (lm-copyright-mark): New function.
5930         (lm-crack-copyright): New function.
5931         (lm-verify): Check that the file has a copyright.
5932         Check that the file is copyright Free Software Foundation.
5934 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
5936         * international/mule-diag.el (print-fontset): Indent font name by
5937         24 columns, not 25.
5939 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
5941         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5942         in Subject line.
5944         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5945         Use mail-mode-hook instead of mail-setup-hook.
5946         Otherwise continuing an interrupted message with C-u C-x m for
5947         instance, winds up in Mail mode without abbrevs.
5949 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5951         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5952         non-nil.  Adding almost all customization variables on ps-setup.
5953         Doc fix.
5954         (ps-print-version): New version number (6.3.3).
5955         (ps-end-with-control-d): Initialization fix.
5956         (ps-lines-printed): New var.
5957         (ps-skip-newline): New fun.
5958         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5959         (ps-next-line, ps-continue-line, ps-plot-region)
5960         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5962 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
5964         * international/fontset.el (x-complement-fontset-spec):
5965         Resolve ASCII font name so that the same family name is used for fonts
5966         registered in x-font-name-charset-alist.
5967         (create-fontset-from-fontset-spec): Adjusted for the above change.
5968         The name of fontset alias should be a unresolved ASCII font name.
5970 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
5972         * simple.el (delete-key-deletes-forward-mode): Bind backspace
5973         and delete in isearch-mode-map.
5975 2000-12-28  Richard M. Stallman  <rms@gnu.org>
5977         * dired-x.el (dired-guess-shell-alist-default):
5978         Use xpdf instead of acroread.
5980 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
5982         * textmodes/artist.el (artist-butlast): Deleted.
5983         (artist-ellipse-mirror-quadrant): Use butlast instead of
5984         artist-butlast.
5986         * subr.el (butlast, nbutlast): Moved from cl.el to here.
5988         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5990 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5992         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5994         * ls-lisp.el: Better support for the Mac and MS-Windows.
5995         (ls-lisp): New defgroup.
5996         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5997         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5998         (ls-lisp-support-shell-wildcards): New defcustoms.
5999         (ls-lisp-parse-symlink): New function.
6000         (insert-directory): Code to convert switches to a list and set up
6001         the wildcard argument copied from ls-lisp-insert-directory.
6002         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
6003         for -C and -R switches.
6004         (ls-lisp-column-format): New function.
6005         (ls-lisp-delete-matching, ls-lisp-handle-switches)
6006         (ls-lisp-format-time): Add doc strings.
6007         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6008         Support ls-lisp-dirs-first.
6009         (ls-lisp-classify, ls-lisp-extension): New functions.
6010         (ls-lisp-format): Optionally support emulation of symlinks.
6011         Support -i, -s, and -G switches.
6013 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
6015         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6017         * version.el (emacs-version): Print X scroll bar information.
6019         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6020         instead of x-toolkit-scroll-bars-p.
6022         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6023         of x-toolkit-scroll-bars-p.
6025 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
6027         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
6028         (ffap-bindings): Doc fix, to reflect the above change.
6030 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
6032         * term.el (term-char-mode): Define all non-ascii self-inserting
6033         characters to 'term-send-raw in term-raw-map.
6035 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
6037         * viper-init (viper-restore-cursor-type): Added condition-case guard.
6039         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6040         Changed initialization; use add-hook.
6041         (ediff-file-remote-p): Use file-local-copy.
6043         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
6045         * ediff.el (ediff-patch-buffer): Bug fix.
6046         (ediff-revision): Allow selection of the file at the prompt.
6048 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
6050         * subr.el (combine-run-hooks): Remove.
6052         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6053         and remove the rogue second spec.
6055 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
6057         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6059 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
6061         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6062         Use minibuffer menu prompt for the `=' prefix.
6063         (smerge-command-prefix): Change default to C-^.
6064         (smerge-mode): Don't assume font-lock doesn't move point.
6066         * skeleton.el (skeleton-internal-1): Make sure the first line of
6067         the region is also re-indented.
6068         (skeleton-end-newline): New var.
6069         (skeleton-end-hook): Use it.
6071 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6073         * comint.el (comint-password-prompt-regexp): Support CVS.
6075 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
6077         * simple.el (delete-key-deletes-forward-mode): Simplify.
6078         Also backspace key combinations, depending on
6079         delete-key-deletes-forward.
6081         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6083         * simple.el (delete-key-deletes-forward): Doc fix.
6085 2000-08-22  Emmanuel Briot  <briot@gnat.com>
6087         * xml.el (top level comment): Updated to reflect the fact that
6088         white spaces are relevant in the XML file.
6089         (xml-parse-file): Do not kill an existing Emacs buffer if the file
6090         to parse was already edited. This allows for on-the-fly analysis
6091         of XML files.
6092         (xml-parse-tag): Check that the casing is the same in the start
6093         tag and end tag, since XML is case-sensitive.  Allows for spaces
6094         in the end tag, after the name of the tag.
6095         (xml-parse-attlist): Allow for the character '-' in the name of
6096         attributes, as in the standard http-equiv attribute Do not save
6097         the properties in the XML tree, since they are not relevant.
6099 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
6101         * generic.el (generic-read-type): Undo last change, inline into
6102         `generic-mode' and then remove.
6103         (generic-mode): Inline generic-read-type.
6104         (define-generic-mode): Push the symbol name rather than the symbol
6105         onto generic-mode-list.
6107 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
6109         * generic.el (generic-read-type): Build an alist for
6110         completing-read as in 20.7.
6112         * play/landmark.el (lm): Use interactive spec `P'.
6113         (toplevel): Don't set debug-on-error.
6115         * server.el (server-switch-buffer): Choose a window on a visible frame.
6117 2000-12-21  Dave Pearson  <davep@davep.org>
6119         * quickurl.el: Commentry change, I've moved my web site.
6121 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6123         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6124         ranges like \177-\237, but accepts the character sequence from \177 to
6125         \237.  Doc fix.
6126         (ebnf-version): New version (3.4).
6127         (ebnf-setup): Code fix.
6128         (ebnf-range-regexp): New fun.
6129         (ebnf-8-bit-chars): Const fix.
6131         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6132         entry.  Doc fix.
6133         (ebnf-bnf-lex): Code fix.
6134         (ebnf-bnf-comment-chars): Const fix.
6136         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6137         entry.  Doc fix.
6138         (ebnf-iso-comment-chars): Const fix.
6140         * ebnf-otz.el: Doc fix.
6142         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6143         entry.  Doc fix.
6144         (ebnf-yac-skip-code): Code fix.
6145         (ebnf-yac-comment-chars): Const fix.
6147 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
6149         * files.el (insert-directory-safely): New function.
6150         (recover-file): Use it instead of insert-directory.
6151         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6153 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
6155         * international/mule-cmds.el (select-safe-coding-system):
6156         Check coding-category-list more rigidly.  Improve help message.
6158         * dired.el (dired-move-to-filename-regexp): Fix previous change.
6160 2000-12-21  Miles Bader  <miles@gnu.org>
6162         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
6164 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
6166         * international/mule-diag.el (describe-char-after): Make *Help*
6167         buffer inherit multibyteness of the current buffer.
6169         * international/mule.el (make-char): Docstring adjusted for the
6170         change of make-char-internal.
6172 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
6174         * international/iso-cvt.el: Docstrings fix.
6176 2000-12-20  Dave Love  <fx@gnu.org>
6178         * subr.el (eval-after-load): Doc fix.
6180 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
6182         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6183         for numbers.
6185 2000-12-20  Miles Bader  <miles@gnu.org>
6187         * international/quail.el (quail-help): Resize the help window
6188         again after it has all its contents.  Remove unneeded progn.
6190 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
6192         * pcmpl-linux.el: Fix copy/paste error.
6194 2000-12-19  Andrew Innes  <andrewi@gnu.org>
6196         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
6198 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6200         * progmodes/idlw-rinfo.el: Fixed copyright notice.
6202         * progmodes/idlw-toolbar.el: Fixed copyright notice.
6204         * progmodes/idlw-shell.el: Fixed copyright notice.
6206         * progmodes/idlwave.el: Fixed copyright notice.
6208         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
6209         TAB as key separators.
6211 2000-12-19  Alex Schroeder  <alex@gnu.org>
6213         * sql.el (sql-sybase-options): New option.
6214         (sql-sybase): Use it.  Add sql-database to the list of parameters
6215         provided for login.  The options -w 2048 -n are not used any more.
6216         (sql-postgres-options): Changed default from "--pset" to "-P".
6217         (sql-mysql-options): Doc change.
6218         (sql-stop): Doc change.
6220 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
6222         * international/quail.el (quail-input-method): Always hide
6223         the guidance buffer on exiting.
6225 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
6227         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6228         isn't fboundp.
6230         * server.el (server-buffer-done): Bury the buffer before
6231         killing it.
6233         * faces.el (face-spec-set): Interpret a nil in specs for
6234         foreground and background colors as `unspecified', for
6235         compatibility with 20.x.
6237 2000-12-18  Dave Love  <fx@gnu.org>
6239         * simple.el (mail-user-agent): Doc fix.
6240         (input-mode-8-bit): Removed.
6242         * international/mule.el (set-keyboard-coding-system): Doc fix.
6243         (keyboard-coding-system): New option.
6245         * mail/sendmail.el (send-mail-function): Customize.
6247 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
6249         * international/codepage.el (cp866-decode-table): New table.
6251 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
6253         * version.el (emacs-version): Remove `%a' from the time format
6254         because the weekday doesn't fit well into each locale.
6256 2000-12-18  Miles Bader  <miles@gnu.org>
6258         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6260         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
6261         Check that emacs-major-version is `=' to 20, not `>='.
6262         (artist-replace-chars): Use `make-string' instead of a loop.
6264 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
6266         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6267         (cvs-execute-single-file): Don't change directory.
6268         Patch from Per Cederqvist.
6270 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
6272         * textmodes/ispell.el (check-ispell-version):
6273         If `ispell-program-name' is "aspell", pass it the -v switch instead
6274         of -vv.
6276 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
6278         * international/mule-diag.el (mule-diag): Insert information about
6279         configure options, multibyte awareness, language env.
6281         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6282         regexp to search for candidates.
6284 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
6286         * info.el (Info-forward-node): If the node has an
6287         Info-header-line, widen the buffer before searching for "next:"
6288         and "up:" pointers, and set the search limit to stay in the
6289         current node.
6291 2000-12-16  Miles Bader  <miles@gnu.org>
6293         * simple.el (delete-trailing-whitespace): Remove extraneous let.
6295 2000-12-15  Miles Bader  <miles@gnu.org>
6297         * comint.el (comint-send-string, comint-send-region): Also accept
6298         a buffer, buffer-name, or nil for PROCESS, for compatibility with
6299         process-send-string/region.
6301 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
6303         * isearch.el (isearch-lazy-highlight-max): New user-option.
6304         (isearch-lazy-highlight-update): Don't highlight more than
6305         isearch-lazy-highlight-max matches.
6307         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6309 2000-12-15  Richard M. Stallman  <rms@gnu.org>
6311         * sort.el (sort-columns): Fix error message.
6313         * dabbrev.el (dabbrev--last-case-pattern): Value is now
6314         `upcase' or `downcase' or nil.
6315         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6316         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6317         (dabbrev--substitute-expansion): New arg record-case-pattern.
6318         If it is non-nil, set dabbrev--last-case-pattern.
6319         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6321         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6323 2000-12-15  Miles Bader  <miles@gnu.org>
6325         * paths.el (Info-default-directory-list): Don't delete
6326         configure-info-directory from the list of standard info
6327         directories when appending it to the end -- their order is important.
6329         * faces.el (read-face-attribute): If there's no entry for the
6330         user's input in VALID, just use it as-is (this will often result
6331         in an error, but it may be OK for e.g. colors using hexadecimal
6332         notation, and at least will yield a better error message).
6334         * window.el (mode-line-window-height-fudge): Function removed.
6335         (height-affecting-face-attributes, mode-line-window-height-fudge):
6336         Variables removed.
6337         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6338         window is really the right size.  Use vertical-motion
6339         rather than forward-line.
6340         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6341         (ispell-command-loop, ispell-show-choices): Use the variable
6342         ispell-choices-win-default-height, rather than the function.
6343         (ispell-choices-win-default-height): Function removed.
6344         (ispell-mode-line-window-height-fudge): Function removed.
6346 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
6348         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6350 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
6352         * paths.el (Info-default-directory-list):
6353         If configure-info-directory is not one of the standard directories,
6354         put it first in the list; otherwise put it last.  Doc string
6355         changed accordingly.
6357         * info.el (Info-directory-list): Change doc string to reflect the
6358         change in Info-default-directory-list.
6360         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6361         windows-nt as windowed environments, even under -nw.
6363         * startup.el (command-line): Don't call x-backspace-delete-keys-p
6364         if not fboundp.  Switch delete-forward mode for the <delete> key
6365         on all PC platforms, even under -nw.
6367         * term/internal.el ([M-delete]): Remap to M-d.
6369 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
6371         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6373 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
6375         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6377 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
6379         * startup.el (command-line): Call delete-key-deletes-forward-mode,
6380         if appropriate.
6382         * simple.el (delete-key-deletes-forward): New user-option.
6383         (delete-key-deletes-forward-mode): New function.
6385         * bindings.el: Bind `delete' to backward-delete-char.
6387         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6388         Test if symbol is bound before getting its value.
6390         * tooltip.el (tooltip-show): If an error is signaled in
6391         x-show-tip, display that error, and display the help in the
6392         echo area.
6394 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
6396         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6397         Show "... entries" messages for every 10000 entries, not 10.
6399 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
6401         * bookmark.el: Provide a generic exit hook, as suggested by
6402         Ovidiu Predescu <ovidiu@cup.hp.com>:
6403         (bookmark-exit-hook): New var.
6404         (bookmark-exit-hook-internal): New func, replaces
6405         old raw lambda form in `kill-emacs-hook', and runs new
6406         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
6407         as logically that feature must have been provided if this function
6408         is running.
6409         Removed ;;;###autoload before the `add-hook' call.
6411 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
6413         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6414         (easy-menu-current-active-maps): New function.
6415         (easy-menu-get-map): Use it.
6416         Make a proper menu entry when creating a new keymap.
6418 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
6420         * international/characters.el: Fix cases and syntaxes for
6421         mule-unicode-0100-24ff.
6423         * dired.el (dired-move-to-filename-regexp): Fixed for the case
6424         that a Japanese character is not appended after day and year.
6426         * info.el (Info-suffix-list): Change format for a command that
6427         requires arguments.
6428         (info-insert-file-contents): Adjusted for the above change.
6430 2000-12-12  Andreas Schwab  <schwab@suse.de>
6432         * tar-mode.el (tar-extract): Base the name of the subfile buffer
6433         on the name of the tar buffer.  Verify that the existing buffer is
6434         visiting the same subfile.
6436 2000-12-12  Dave Love  <fx@gnu.org>
6438         * subdirs.el: Add obsolete.
6440 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
6442         * mail/rmailsum.el (rmail-summary-expunge)
6443         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6444         instead of rmail-confirm-expunge.
6446         * replace.el (perform-replace): Don't use an empty match adjacent
6447         to a non-empty match when computing the next match before the
6448         replacement is performed.
6450 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
6452         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6453         definition (patch by Stefan Monnier).
6454         (glasses-mode): Use jit-lock instead of `after-change-functions'
6455         (patch by Stefan Monnier).
6457 2000-12-12  Miles Bader  <miles@gnu.org>
6459         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6460         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6462 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
6464         * term/mac-win.el: Remove load for ls-lisp.
6466         * loadup.el: Load ls-lisp for system-type `macos'.
6468 2000-12-12  Miles Bader  <miles@gnu.org>
6470         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6471         Respect field end too.
6472         (just-one-space): Respect fields as `delete-horizontal-space'.
6473         (newline-and-indent, reindent-then-newline-and-indent):
6474         Use `delete-horizontal-space'.
6476 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
6478         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6479         (so as to obey the field property in the minibuffer).
6481         * obsolete/c-mode.el: Moved from lisp/progmodes.
6482         * obsolete/auto-show.el: Moved from lisp.
6483         * obsolete/ooutline.el: Moved from lisp/textmodes.
6485 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6487         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
6488         changes to list them here.
6490         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6491         Too many changes to list them here.
6493         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6494         Too many changes to list them here.
6496         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6498 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
6500         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6502         * cus-edit.el (custom-save-variables, custom-save-faces):
6503         Comment fix.
6505         * hscroll.el: Moved to `obsolete' subdir.
6507 2000-12-11  Miles Bader  <miles@gnu.org>
6509         * window.el (window-text-height): Function removed (now in C).
6511 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
6513         * log-edit.el (log-edit-parent-buffer): New var.
6514         (log-edit): Set it.  Add BUFFER argument.
6515         (log-edit-done): Use char-before.
6516         Don't bother checking validity of vc-comment-ring.
6517         Only bury the buffer if log-edit popped it up.
6519         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6520         (cvs-mode-diff-help): Remove.
6521         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6522         (cvs-mode-marked): Set up the default for CMD manually.
6524         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6525         Remove binding for ? now made unnecessary.
6527 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6529         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6530         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6532         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6533         when master file is not open.
6535 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
6537         * progmodes/ada-stmt.el: Update `maintainer'.
6539 2000-12-09  Stephen Gildea  <gildea@stop.mail-abuse.org>
6541         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6542         choices to match documentation string.
6544 2000-12-09  Miles Bader  <miles@gnu.org>
6546         * minibuf-eldef.el: New file.
6548         * window.el (fit-window-to-buffer): Don't pass last argument to
6549         pos-visible-in-window-p, now that its meaning is inverted.
6551 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
6553         * image.el (create-image): Doc fix; spotted by Per Cederqvist
6554         <ceder@lysator.liu.se>.
6556 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
6558         * autoinsert.el (auto-insert-alist): Add missing final \n.
6560         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
6561         (cvs-menu-map): Remove.
6562         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6563         (cvs-mode-quit): Turn it back into a plain function.
6565         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6566         (texinfo-filter): Remove (move to texinfo.el).
6568         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6569         file where it's more visible.
6570         (texinfo-filter, texinfo-chapter-level-regexp): New variables
6571         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6572         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6573         (texinfo-inside-macro-p): Only catch `scan-error's.
6574         (texinfo-inside-env-p): Make better use of the match info.
6575         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6576         (texinfo-insert-@end): Slight re-organization.
6577         Also remove useless `looking-at' call.
6579 2000-12-08  Andrew Innes  <andrewi@gnu.org>
6581         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6582         accessible in -nw mode.
6584         * term/w32-win.el: Remove stuff about selection timeout, which is
6585         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
6586         it is accessible in -nw mode.
6588 2000-12-08  Dave Love  <fx@gnu.org>
6590         * emacs-lisp/lisp-mode.el (lisp-mode):
6591         Set font-lock-keywords-case-fold-search.
6593 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
6595         * textmodes/ispell.el (ispell): Doc fix.
6597 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
6599         * international/quail.el (quail-insert-decode-map): Check the
6600         frame width of a window displaying the current buffer, not that of
6601         the selected frame.
6602         (quail-help): Make sure that the help buffer has window before
6603         inserting text in it.
6605 2000-12-07  Sam Steingold  <sds@gnu.org>
6607         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6608         Backquote is used in isearch.el, so autoloading saves nothing.
6610 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
6612         * startup.el (normal-top-level-add-subdirs-to-load-path):
6613         Ignore the CVS and RCS subdirectories case-insensitively.
6615         * dired.el (dired-insert-directory): If file-system-info is
6616         fboundp, call it instead of invoking dired-free-space-program.
6618 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
6620         * server.el (server-visit-files): Push files on file-name-history.
6622         * progmodes/cc-langs.el: Update copyright.
6624         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6626         * bindings.el (mode-line-mode-menu): Add glasses-mode.
6628         * bindings.el (mode-line-mode-menu): Reverse the order
6629         of define-keys so that the menu appears in alphabetical order.
6631 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
6633         * progmodes/glasses.el (glasses-mode): Update mode line at the end
6634         of the function.
6636 2000-12-07  Dave Love  <fx@gnu.org>
6638         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6640         * facemenu.el (facemenu-unlisted-faces): Fix value.
6642 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
6644         * font-lock.el (font-lock-default-fontify-region):
6645         Include the terminating \n (off-by-one error).
6646         (font-lock-set-defaults): Use dolist.
6648         * derived.el (define-derived-mode): Don't use combine-run-hooks.
6650 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
6652         * international/mule-cmds.el (describe-language-environment):
6653         Fix for the case that an input method title is not string but a list.
6655         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6656         of wrong SIZE record.
6658 2000-12-06  Dave Love  <fx@gnu.org>
6660         * newcomment.el (comment-region, comment-dwim): Doc fix.
6662         * textmodes/texinfo.el: Require tex-mode when compiling.
6663         (texinfo-update-node): Doc fix.
6664         (texinfo-imenu-generic-expression): Add @anchor.
6665         (texinfo-font-lock-keywords): Add @uref.
6666         (texinfo-inside-macro-p): Don't use ignore-errors.
6667         (texinfo-insert-quote): Match more contexts.
6669         * international/mule.el (decode-char, encode-char): Doc fix.
6670         (auto-coding-alist): Customize.
6672         * files.el (load-file): Fix change of 2000-03-12.
6674         * wid-edit.el (widget-text-keymap): Doc fix.
6676 2000-12-06  Andrew Innes  <andrewi@gnu.org>
6678         * makefile.w32-in (lisp): Set to an absolute directory, namely
6679         $(CURDIR).
6681 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
6683         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6684         read generated-autoload-file, and set buffer-file-coding-system to
6685         raw-text-unix after reading the file.
6687         * international/mule-conf.el (file-coding-system-alist):
6688         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6690 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
6692         * replace.el (occur): Make line-number-width 1 smaller for the
6693         colon following the line number.
6695         * startup.el (fancy-splash-text, command-line-1):
6696         Use `File' for the menu name instead of `Files'.
6698         * tmm.el: Update copyright.
6700         * cus-start.el: Add entry for even-window-heights.
6702 2000-12-06  Miles Bader  <miles@gnu.org>
6704         * faces.el (frame-set-background-mode): Avoid stomping on
6705         locally modified faces.
6707 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
6709         * international/fontset.el: Correct the font registries for
6710         japanese-jisx0213-1 and japanese-jisx0213-2.
6712 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
6714         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6716         * iswitchb.el: Update customization commentary.
6718 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
6720         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6721         (tpu-search-highlight): Fixed comparison of overlay end positions.
6722         (tpu-trim-line-ends): Implemented trimming logic locally.
6724         * emulation/tpu-extras.el (tpu-write-file-hook)
6725         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6727 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
6729         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6730         to cn-gb.
6731         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6733 2000-12-04  Dave Love  <fx@gnu.org>
6735         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6737 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6739         * mail/rmailsum.el (rmail-summary-expunge)
6740         (rmail-summary-expunge-and-save): Ask for confirmation with
6741         rmail-expunge-confirmed.
6743         * mail/rmail.el (rmail-expunge-confirmed): New function.
6744         (rmail-expunge): Use it.
6746 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
6748         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6749         (etags-recognize-tags-table, find-tag-in-order):
6750         New functionality: interpret file names as tags.
6752 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
6754         * info.el (Info-scroll-prefer-subnodes): New defcustom.
6755         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6756         the first subnode until the bottom of the current node is visible.
6758 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6760         * format.el (format-decode): Don't change buffer's undo list.
6762 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
6764         * faces.el (face-font-registry-alternatives): Add entries for CJK
6765         fonts.  Doc-string adjusted for the actual usage of this data.
6767         * international/fontset.el: Change the font registries for CJK
6768         fonts in the default fontset.  Don't append '*' to registries.
6770 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
6772         * emacs-lisp/easy-mmode.el (define-derived-mode)
6773         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6775         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6776         (derived-mode-p): New function.
6777         (derived-mode-make-docstring): Add `docstring' argument.
6778         Use it if available and complete it if necessary.
6780 2000-12-03  Andreas Schwab  <schwab@suse.de>
6782         * type-break.el (type-break): Don't make parent of itself.
6784 2000-12-03  Miles Bader  <miles@gnu.org>
6786         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6788 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6790         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6791         (tex-main-file, tex-file): Simplify.
6792         (tex-generate-zap-file-name): Use subst-char-in-string.
6793         (tex-strip-dots): Remove.
6795         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6797         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6798         to check if the match succeeded.
6800 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6802         * startup.el (use-fancy-splash-screens-p): New function.
6803         (command-line-1): Use it to determine whether or not to use
6804         a fancy splash screen.
6806 2000-12-02  Andreas Schwab  <schwab@suse.de>
6808         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6810 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6812         * international/mule.el (make-char): Fix last change.
6814         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6815         New defcustoms.
6816         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6817         autoloading tex-mode; instead, do the same manually.
6818         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
6819         with numeric argument.  Docstring fix.
6820         (toplevel): Require cl when compiling.
6822         * international/mule.el (make-char): Doc fix.
6824 2000-12-02  Jason Rumney  <jasonr@gnu.org>
6826         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6827         the Emacs Lisp manual)
6829 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6831         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6833         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6834         the Emacs Lisp manual).
6836 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6838         * simple.el (next-line-add-newlines): Change default to nil.
6840 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
6842         * files.el (revert-buffer, recover-file):
6843         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6845 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6847         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6849 2000-12-01  Miles Bader  <miles@gnu.org>
6851         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6853 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
6855         * international/mule-diag.el (describe-char-after): Fix typo.
6856         (describe-character-set, non-iso-charset-alist): Fix typo.
6858 2000-12-01  Miles Bader  <miles@gnu.org>
6860         * image-file.el (image-file-name-regexp): Automatically add
6861         upper-case variants of each filename extension in
6862         `image-file-name-extensions', since they seem to be common.
6864         * simple.el (minibuffer-contents)
6865         (minibuffer-contents-no-properties, delete-minibuffer-contents):
6866         New functions.
6867         * filecache.el (file-cache-directory-name)
6868         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6870 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
6872         * filecache.el (file-cache-minibuffer-complete): Don't try to
6873         delete the minibuffer prompt.
6875 2000-11-30  Dave Love  <fx@gnu.org>
6877         * cus-start.el: Fix read-buffer-function type.
6879 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6881         * md5.el: Removed.  There's a built-in function, now.
6883 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
6885         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6886         as dummy 0-th char of rmail-deleted-vector.
6888 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
6890         * ps-print.el (ps-end-job): Bind case-fold-search only after
6891         switching to ps-spool-buffer.
6893 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6895         * ps-print.el: Line number font customization.  PostScript: Lines and
6896         PageCount are initialized on each page.  Doc Fix.
6897         (ps-print-version): New version number (6.3.2).
6898         (ps-lpr-switches, ps-font-info-database, ps-font-size)
6899         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6900         (ps-right-header): Customization fix.
6901         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6902         Fix code.
6903         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6904         New vars.
6906 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6908         * bs.el: Fix typos and spelling errors.
6909         (bs-appearance) <defgroup>: Renamed from bs-appearence.
6910         (bs-configuration): Doc fix.
6912         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
6914 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
6916         * emulation/tpu-edt.el (tpu-version): New version.
6917         (tpu-search-overlay, tpu-replace-overlay): New initial range.
6918         (tpu-original-mode-line): Variable deleted.
6919         (tpu-mark-flag): New initial value.
6920         (tpu-set-mode-line): Don't redefine mode-line-format.
6921         Add tpu-mark-flag to minor-mode-alist.
6922         (tpu-update-mode-line): New mark flag logic.
6923         (tpu-get): Use find-file-wildcards.
6924         (tpu-search-highlight): Move overlay less, reset overlay properly.
6925         (tpu-unselect): Deactivate mark.
6926         (tpu-lm-replace): Reset overlay properly.
6927         (tpu-forward-line): Use forward-visible-line.
6928         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
6930         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6932 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6934         * cus-edit.el (custom-face-value-create): Always emphasize tag.
6936 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6938         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6939         and skip whitespace and newlines.
6941 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
6943         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6945 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
6947         * help.el (describe-function-1): Regexp-quote function name
6948         when used as part of a regexp.
6950         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6951         Use face-attribute instead of face-foreground and face-background.
6952         (tool-bar-add-item): Likewise, and handle unspecified colors.
6954         * enriched.el (enriched-face-ans): Use face-attribute instead
6955         of face-foreground and face-background.
6957         * faces.el (face-foreground, face-background, face-stipple):
6958         Return nil if attribute is unspecified, for backward compatibility.
6960         * files.el (auto-mode-alist): Add an entry for antlr-mode.
6962         * play/5x5.el: Remove version info.
6964         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6966         * frame.el (blink-cursor-mode): Doc fix.
6968 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6970         * antlr-mode.el: New commands to run ANTLR from within Emacs and
6971         to create Makefile rules.
6972         (antlr-tool-command): New user option.
6973         (antlr-ask-about-save): New user option.
6974         (antlr-makefile-specification): New user option.
6975         (antlr-file-formats-alist): New variable.
6976         (antlr-special-file-formats): New variable.
6977         (antlr-unknown-file-formats): New user option.
6978         (antlr-help-unknown-file-text): New variable.
6979         (antlr-help-rules-intro): New variable.
6980         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6981         (antlr-mode-menu): Add entries.
6982         (antlr-file-dependencies): New function.
6983         (antlr-directory-dependencies): New function.
6984         (antlr-superclasses-glibs): New function.
6985         (antlr-run-tool): New command.
6986         (antlr-makefile-insert-variable): New function.
6987         (antlr-insert-makefile-rules): New function.
6988         (antlr-show-makefile-rules): New command.
6990         * antlr-mode.el: More Emacs/XEmacs stuff.
6991         (antlr-no-action-keywords): New constant with value nil.
6992         (antlr-font-lock-keywords-alist): Use it.  Old value would break
6993         syntax highlighting in Emacs-21.0.
6994         (antlr-default-directory): Emacs/XEmacs dependend function.
6995         (antlr-read-shell-command): Ditto.
6996         (antlr-with-displaying-help-buffer): Ditto.
6998 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
7000         * antlr-mode.el: imenu, parsing and highlighting changes.
7001         (antlr-imenu-create-index-function): Don't create extra submenus
7002         for definitions in different grammar classes.  It is not necessary
7003         for the menu and would make command `imenu' awkward to use.
7004         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7005         header actions and more than one.
7006         (antlr-font-lock-tokendef-face): Changed color.
7007         (antlr-font-lock-tokenref-face): Changed color.
7008         (antlr-font-lock-additional-keywords): Also highlight lowercase.
7009         (antlr-mode-syntax-table): New variable.
7010         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7011         (antlr-with-syntax-table): Don't copy syntax table.
7013 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
7015         * antlr-mode.el: Minor changes: language setting.
7016         (antlr-language-alist): The value for file option "language" can
7017         be both an identifier and a string.
7018         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7019         (antlr-language-limit-n-regexp): Change accordingly.
7021 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
7023         * antlr-mode.el: Minor changes: tabs, hiding.
7024         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7025         (antlr-action-visibility): Also allow value nil to also hide the
7026         braces.  Renamed from `antlr-tiny-action-length'.
7027         Suggested by Jay@aol.com.
7028         (antlr-hide-actions): Change accordingly.  Hide line if completely
7029         hidden action is on a line of its own.
7031 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
7033         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7035         * sort.el (sort-columns): Don't concat strings with numbers.
7037 2000-11-29  Dave Love  <fx@gnu.org>
7039         * cus-edit.el (face): Fix :format.
7041         * mail/feedmail.el: Require smtpmail when compiling.
7042         (mail-do-fcc): Autoload.
7043         (feedmail) <defgroup>: Fix :link.
7044         (feedmail-nuke-body-in-fcc): Fix :type.
7045         (feedmail-send-it): Add autoload cookie.
7047 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
7049         * newcomment.el (comment-indent): Save excursion around call to
7050         comment-indent-function.
7052 2000-11-29  Miles Bader  <miles@gnu.org>
7054         * subr.el (member-ignore-case): Return the tail of the list who's
7055         car matches, like `member', not the matching element itself.
7057 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
7059         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
7060         should not contain `\n'.
7062 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
7064         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7066         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7068         * dired-aux.el (dired-do-create-files): Construct default file
7069         name for dired-mark-read-file-name so that when the user enters
7070         just RET, the target file will end up in the target directory.
7072         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7073         local-abbrev-table before changing buffers because it might
7074         have a buffer-local binding.
7076 2000-11-28  Miles Bader  <miles@gnu.org>
7078         * simple.el (delete-horizontal-space): Handle fields more generally.
7080 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
7082         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7084 2000-11-28  Dave Love  <fx@gnu.org>
7086         * progmodes/ps-mode.el (ps-mode): Set comment-start and
7087         comment-start-skip locally.
7089         * progmodes/fortran.el (fortran-mode): Don't set
7090         fortran-comment-line-start-skip.  Set comment-start to
7091         fortran-comment-line-start.
7092         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7093         (fortran-comment-line-start-skip): Simplify slightly.
7095 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
7097         * play/5x5.el: Remove RCS keyword.
7099         * bs.el: Mistaken commit, undone 2000-11-30.
7101 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
7103         * textmodes/tildify.el (tildify-string-alist):
7104         Add `plain-tex-mode' here.
7106 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
7108         * chistory.el (Command-history-setup): Remove extraneous `keymap'
7109         reference.
7111 2000-11-28  Miles Bader  <miles@gnu.org>
7113         * cus-face.el (custom-face-attributes): Add post-filter function
7114         for :box.  Make pre-filter function for :box handle all cases.
7116         * wid-edit.el (widget-choose): Make sure pop-up window is large
7117         enough to display all the choices, as there's no way to scroll it.
7119 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
7121         * international/mule-conf.el: Make the coding system no-conversion
7122         safe for all characters.
7124 2000-11-27  Dave Love  <fx@gnu.org>
7126         * net/ldap.el (ldap) <defgroup>: Add :version.
7128         * tooltip.el (tooltip-use-echo-area): Doc fix.
7130         * cus-start.el <minibuffer-prompt-properties>: Add version.
7131         <read-buffer-function>: Add.
7133         * apropos.el (apropos-print): Add help-echo to active text.
7135         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7137 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
7139         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7140         type, group and version.
7142 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
7144         * select.el (x-get-selection): Docstring fix.
7146 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
7148         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
7150 2000-11-27  Andrew Innes  <andrewi@gnu.org>
7152         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7154         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7156 2000-11-27  Miles Bader  <miles@gnu.org>
7158         * dired.el (dired-get-filename): Return filename verbatim if
7159         LOCALP is `verbatim'.
7160         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7161         `verbatim' so that we don't inadvertently delete a non-existant
7162         directory name.
7164 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
7166         * international/characters.el: Specify cases and syntaxes for
7167         mule-unicode-0100-24ff.
7169 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
7171         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7172         that foreground and/or background colors of the face `tool-bar'
7173         are unspecified.
7175 2000-11-27  Miles Bader  <miles@gnu.org>
7177         * wid-edit.el (widget-field-buffer, widget-field-start)
7178         (widget-field-end): Handle widget field `pseudo-overlays'.
7179         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7180         if it's there instead of in `widget-field-list'.
7182         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
7183         (help-make-xrefs): Delete extraneous newlines at the end of the
7184         docstring.
7186 2000-11-25  Jason Rumney  <jasonr@gnu.org>
7188         * startup.el (command-line): Call set-locale-environment after
7189         Window System init file is read, as it can result in a call to
7190         redraw-frame.
7192 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
7194         * simple.el (shell-command): Mention the effect of the prefix
7195         argument in the doc string.
7197 2000-11-25  Miles Bader  <miles@gnu.org>
7199         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7201         * wid-edit.el (widget-field-value-delete): Don't try to delete
7202         overlay when it's the `pseudo-overlay' that exists at some points.
7204 2000-11-24  Jason Rumney  <jasonr@gnu.org>
7206         * international/mule-cmds.el (locale-language-names): Add "jp" as
7207         a non-standard alternative for Japanese.
7209 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
7211         * vc-hooks.el: Require 'cl during compilation.
7213 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
7215         * faces.el (face-set-after-frame-default): Let face attributes
7216         specified for new frames override frame parameters.
7218         * startup.el (command-line): Fix computation of the source file
7219         for user-init-file when user-init-file is a compiled file.
7221 2000-11-24  Miles Bader  <miles@gnu.org>
7223         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
7224         (custom-post-filter-face-spec): New functions.
7225         (custom-face-set, custom-face-value-create): Filter the face spec
7226         before and after customization.
7227         (custom-face-set): If VALUE specifies a null face, pass a
7228         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7229         * cus-face.el (custom-face-attributes): Remove SET and GET
7230         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
7231         cases they're needed.
7233         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7234         that it's distinguishable from the :off-glyph on dark-background
7235         displays.  Set its background color too.
7237         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7238         so that people can easily turn it off.
7240 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
7242         * ediff-diff.el: Moved variables around to have it compile under NT.
7244         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7246         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7248         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7249         redundant skip-small-frames test.
7251         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7252         (viper-downgrade-to-insert): Protect against errors in hooks.
7254         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7255         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
7256         (viper-restore-cursor-type,viper-set-insert-cursor-type):
7257         New functions.
7259         * viper-util.el (viper-memq-char): Bug fixes.
7261         * viper.el (viper-mode): Fix cursor handling.
7263 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
7265         * international/mule-diag.el (list-iso-charset-chars):
7266         For two-byte charset, fix the `while' condition.
7267         (list-non-iso-charset-chars): Fix the `while' condition.
7269 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
7271         * subr.el (add-hook, remove-hook): Don't call make-local-hook
7272         if the variable is make-variable-buffer-local.
7274         * progmodes/ada-stmt.el (ada-template-map):
7275         Initialize and bind it to C-c t in ada-mode-map.
7276         (ada-stmt-mode-hook): New function extracted from old code.
7277         Only change the buffer-local side of skeleton-*.
7278         (ada-mode-hook): Use it.
7280 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
7282         * iswitchb.el (iswitchb-minibuf-depth): New variable.
7283         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7284         we expect to be returned by minibuffer-depth once we prompt the
7285         user in the minibuffer.
7286         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7287         as recorded in iswitchb-minibuf-depth, return non-nil.
7289 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
7291         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7292         (hscroll-window-maybe): Docstring fix.
7294 2000-11-23  Dave Love  <fx@gnu.org>
7296         * rect.el (string-rectangle): Don't test delete-selection-mode.
7298 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
7300         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7301         is in the tool bar.
7303         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
7304         with `no-dir'; we want the directory part to be able to remove it.
7306 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
7308         * textmodes/outline.el (outline-flag-region):
7309         Don't bind inhibit-read-only since we don't modify the buffer.
7310         (outline-isearch-open-invisible): Don't jump to overlay-start
7311         since we're trying to unhide text around point.
7312         (outline-discard-overlays): Use dolist.
7314         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7316 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7318         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
7320 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
7322         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7323         Fix ARG regexp to skip quoted braces.
7324         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7325         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7326         are (correctly) handled separately).
7327         Remove `caption' and `footnote' from `citations': they contain text.
7328         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7329         (latex-skeleton-end-hook): New function.
7330         (latex-mode): Use it.
7331         (tex-start-tex-marker): Remove.
7332         (tex-send-tex-command): Don't set tex-start-tex-marker.
7333         (tex-error-parse-syntax-table): New var.
7334         (tex-compilation-parse-errors): Use it.
7335         Ignore tex-start-tex-marker.  Don't bother with marker-position.
7336         (tex-validate-buffer): Don't bother with marker-position.
7338         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
7339         (flyspell-generic-progmode-verify): Use it.
7341 2000-11-22  Sam Steingold  <sds@gnu.org>
7343         * simple.el (delete-trailing-whitespace): New interactive function.
7345         * progmodes/ada-mode.el (ada-mode): Use it instead of
7346         `ada-remove-trailing-spaces'.
7347         (ada-remove-trailing-spaces): Removed.
7349         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
7351         * textmodes/picture.el (picture-clean): Removed.
7352         (picture-mode-exit): Call it instead of `picture-clean'.
7354 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7356         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7358         * hi-lock.el (hi-lock-refontify): Don't call non-existent
7359         jit-lock-fontify-buffer; it should anyway be unneccessary to
7360         do anything special when jit-lock is active.
7361         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7363 2000-11-22  Dave Love  <fx@gnu.org>
7365         * calendar/todo-mode.el (todo-top-priorities): Use
7366         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7368         * language/chinese.el, language/cyrillic.el:
7369         * language/devanagari.el, language/ethiopic.el, language/greek.el:
7370         * language/hebrew.el, language/indian.el, language/japanese.el:
7371         * language/korean.el, language/lao.el, language/misc-lang.el:
7372         * language/thai.el, language/tibetan.el, language/vietnamese.el:
7373         Use provide.
7375         * cus-edit.el (custom-buffer-create-internal): Save some consing.
7376         (custom-variable-set): Improve validation error mesage.
7378         * rect.el (string-rectangle): Revert last change.
7379         (string-rectangle-line): New arg DELETE.
7380         (string-rectangle): Check delete-selection-mode.
7382         * emacs-lisp/edebug.el (edebug-version)
7383         (edebug-maintainer-address): Deleted.
7384         (edebug-submit-bug-report): Just alias to report-emacs-bug.
7385         (edebug-read-function): Account for other `'#' read forms.
7386         (edebug-mode-menus): Make some items toggles.
7387         (edebug-outside-unread-command-event, unread-command-event):
7388         Remove these to avoid warnings.
7390 2000-11-22  David Ponce  <david@dponce.com>
7392         * recentf.el (recentf-menu-items-for-commands)
7393         (recentf-make-menu-items, recentf-make-menu-item)
7394         (recentf-filter-changer): Added :help and :active menu-item properties.
7396         (recentf-build-dir-rules, recentf-dump-variable)
7397         (recentf-edit-list, recentf-open-files-item)
7398         (recentf-open-files): Replaced unnecessary `mapcar' with new
7399         built-in `mapc'.
7401 2000-11-23  Miles Bader  <miles@gnu.org>
7403         * faces.el (menu): Make inverse-video on ttys too.
7405 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
7407         * simple.el (comment-line-break-function): Use the new name
7408         indent-new-comment-line -> comment-indent-new-line.
7409         (clone-indirect-buffer): Don't ignore NORECORD.
7410         (next-completion): Properly handle the case where items are adjacent.
7412         * mouse.el (popup-menu): Stupid typo.
7414 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7416         * emacs-lisp/authors.el: Remove autoload cookies, add author,
7417         maintainer, keywords tags.
7419         * rect.el (replace-rectangle): Don't call string-rectangle-line
7420         with too many arguments.
7422 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
7424         * ediff-util.el (ediff-file-checked-out-p)
7425         (ediff-file-checked-in-p): Call vc-state instead of
7426         vc-locking-user, which no longer exists.
7428         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7430 2000-11-22  Dave Love  <fx@gnu.org>
7432         * md5.el (md5): Provide.
7433         (md5): Fix error call.
7435 2000-11-22  Miles Bader  <miles@gnu.org>
7437         * textmodes/refill.el (refill-adjust-ignorable-overlay)
7438         (refill-fill-paragraph-at): Remove debugging code.
7440         * calendar/calendar.el (generate-calendar-window): When we don't
7441         call `fit-window-to-buffer', make sure the top line is fully visible.
7443         * image-file.el (insert-image-file): Don't make `read-only'
7444         property rear-nonsticky.
7446         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7447         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7448         stashing away its original value.
7449         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7450         in the recursive edit.
7451         Bind `isearch-original-minibuffer-message-timeout' to protect it.
7452         (isearch-done): Restore `minibuffer-message-timeout'.
7454         * cus-start.el: Remove entry for `mode-line-inverse-video'.
7456 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
7458         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7460         * find-lisp.el (find-lisp-find-files-internal):
7461         Use dolist, when and file-name-as-directory.
7463         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7464         (define-derived-mode, define-minor-mode): Add specs.
7466         * window.el: General comment and spacing fixes.
7467         (save-selected-window): Use backquotes.
7468         (window-safely-shrinkable-p): New function.
7469         (shrink-window-if-larger-than-buffer): Use it.
7471         * subr.el (make-local-hook): Docstring fix.
7473         * shell.el (shell-mode): Use define-derived-mode.
7475         * newcomment.el (comment-indent): Insert comment before calling
7476         comment-indent-function.  Don't insert in column 0.
7477         (comment-dwim): Indent before inserting comment.
7479         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
7480         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
7481         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7482         Use mapc rather than map.
7484         * files.el (find-buffer-visiting): Compare all attributes before
7485         declaring two files identical (rather than just their inode-no).
7486         (auto-mode-alist): Use \' rather than $.
7488         * which-func.el: Update maintainer line.
7490         * pcvs.el (uniquify-buffer-file-name): Remove advice.
7491         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7492         (uniquify-buffer-file-name): Use it.
7494 2000-11-22  Miles Bader  <miles@gnu.org>
7496         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7497         * simple.el (minibuffer-avoid-prompt): New function.
7499 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
7501         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7503 2000-11-21  Miles Bader  <miles@gnu.org>
7505         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7506         inclusion of `track-mouse'.
7508         * textmodes/refill.el (refill-ignorable-overlay): New variable.
7509         (refill-adjust-ignorable-overlay): New function.
7510         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7511         only the paragraph's tail if possible.
7512         Update `refill-ignorable-overlay'.
7513         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7515         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7516         point inside the fill-prefix.
7518         * textmodes/refill.el (refill-post-command-function): Don't reset
7519         refill-doit in the case where a self-insertion command doesn't
7520         case a refill.  Use `refill-fill-paragraph-at', getting position
7521         from `refill-doit'.
7522         (refill-after-change-function): Set `refill-doit' to END.
7523         (refill-fill-paragraph-at): New function, mostly from old
7524         refill-fill-paragraph.
7525         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7526         (refill-pre-command-function): New function.
7527         (refill-mode): Add it to `pre-command-hook'.
7529 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
7531         * textmodes/artist.el (artist-mode): Fix autoload cookie.
7533         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7534         javadoc tags.
7536 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
7538         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7539         vc.el).
7541         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7542         require vc.
7544         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7545         checkouts.
7547 2000-11-20  Dave Love  <fx@gnu.org>
7549         * Makefile.in (DONTCOMPILE): Omit bindings.el.
7551 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
7553         * calculator.el (calculator-paste): Use `if' instead of `and'
7554         and `or'.
7555         (calculator-help): Don't use electric-describe-mode for XEmacs.
7557 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
7559         * info.el (info-menu-5): Doc fix.
7561         * textmodes/artist.el: New file.
7563 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
7565         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7566         and differentiate according to checkout model.
7567         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7568         since this function is only concerned with master state.
7570         * vc-hooks.el (vc-workfile-unchanged-p)
7571         (vc-default-workfile-unchanged-p): Moved here from vc.el.
7573         * vc.el (vc-workfile-unchanged-p)
7574         (vc-default-workfile-unchanged-p): See above.
7576 2000-11-19  Miles Bader  <miles@gnu.org>
7578         * image-file.el (insert-image-file): Make `intangible' and
7579         `read-only' properties rear-nonsticky too.
7581 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
7583         * ps-print.el: Update copyright notice.
7585         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7586         (tooltip-show): Use the offsets.
7588         * bindings.el (mode-line-modified): Fix a typo.
7589         (mode-line-toggle-modified, mode-line-widen)
7590         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7592 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
7594         * ps-print.el (toplevel): Test for find-coding-system being
7595         fboundp before calling ps-x-find-coding-system.
7597 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
7599         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7600         (vc-version-backup-file): Docstring fix.
7602 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7604         * files.el (basic-save-buffer): Don't add a newline if
7605         find-file-literally is non-nil.
7606         (find-file-literally): Extend doc string.
7608         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7609         sort(1) with the `-f' argument.
7611 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
7613         * vc.el: Updated backend documentation.
7614         (vc-default-check-headers): New function.
7616         * vc-{cvs,rcs,sccs}.el: Functions reordered.
7618         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7619         up-to-date.
7620         (vc-do-command): In the asynchronous case, output messages only if
7621         the minibuffer is not active.
7623         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7624         `vc-cvs-use-edit' is on.
7625         (vc-cvs-checkout): When this is used for reverting the workfile,
7626         make a backup of the original contents and revert to that in case
7627         of error.
7628         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7629         remote repositories.
7631         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7632         for both version and ratio in the minibuffer.
7634         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7635         Use vc-do-command to perform the annotation, not call-process.
7637 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7639         * international/quail.el (quail-start-translation): Don't call
7640         `message' before reading key sequence.
7642 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
7644         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7646 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7648         * window.el (fit-window-to-buffer): Be sure to acquire at least
7649         one text line even if the buffer is empty.
7651 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7653         * net/ange-ftp.el (ange-ftp-file-writable-p)
7654         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7655         Bind ange-ftp-process-verbose to nil.
7657 2000-11-15  Dave Love  <fx@gnu.org>
7659         * wid-edit.el (widget-specify-field, widget-specify-button):
7660         If :help-echo is a function, set help-echo of overlay to
7661         widget-mouse-help.
7662         (widget-mouse-help): New function.
7663         (widget-echo-help): Rewritten for :help-echo functions only taking
7664         a widget arg.
7666         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7667         Use display-graphic-p.
7668         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7669         and that JPEG is available.
7670         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7672         * international/mule-cmds.el (locale-charset-language-names):
7673         Match @euro.
7675 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
7677         * faces.el (face-set-after-frame-default):
7678         If `inhibit-default-face-x-resources' is bound, don't intialize the
7679         default face from X resources.
7681 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7683         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7684         Don't set EMACSLOADPATH.
7686 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7688         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7689         texinfo-insert-@url.
7690         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7691         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7693 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7695         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7696         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7697         (checkdoc-minor-keymap): Backward compatibility.
7698         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7699         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7700         (checkdoc-this-string-valid-engine): Be a bit more strict
7701         to avoid matching substrings of `...' quoted vars/funs.
7702         (checkdoc-defun-info): Only look for `interactive' if alone.
7703         (debug-ignored-errors): Add "arg doesn't appear in docstring".
7705         * progmodes/compile.el (grep): `tag-default' can be nil.
7707         * newcomment.el (comment-indent): Paren typo.
7709 2000-11-14  Dave Love  <fx@gnu.org>
7711         * calculator.el: New maintainer version.
7713         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7715         * cmuscheme.el: Doc fixes.
7716         (cmuscheme) <defgroup>: Use `scheme' as parent.
7717         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
7719         * xscheme.el (scheme-program-name): Don't define here.
7721         * progmodes/scheme.el (scheme-program-name): New variable
7722         (originally in cmuscheme).
7724 2000-11-14  Miles Bader  <miles@gnu.org>
7726         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7727         Handle header-lines.  Don't loop forever if we can't enlarge the
7728         window anymore.  Simplify a bit.
7730 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
7732         * window.el (fit-window-to-buffer): Don't check
7733         window-text-height.  Assure that the last line is fully visible.
7735         * international/quail.el (quail-show-guidance-buf):
7736         Call fit-window-to-buffer to assure the enough height of the guidance
7737         buffer.
7738         (quail-update-guidance): Avoid making the guidance buffer shorter.
7740 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7742         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7743         rather than `prepend' and add an interesting comment.
7744         (tex-math-face, tex-font-lock-syntactic-face-function):
7745         New face and function to use it.
7746         (tex-define-common-keys, tex-mode-map): Use menu-item rather
7747         than `menu-enable' symbol property.
7748         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7749         (tex-mode): Add some latex-mode commands for auto-selection.
7750         Use tex-font-lock-syntactic-face-function.
7751         (tex-insert-quote): Simplify.
7752         (tex-shell): New mode.
7753         (tex-start-shell): Use it.
7754         (tex-shell-proc, tex-shell-buf): New functions.
7755         (tex-send-command): Use it.
7756         (tex-main-file): Fix the meaning of the new arg REALFILE.
7757         (tex-send-tex-command): New function split from `tex-start-tex'.
7758         Set compilation-last-buffer and compilation-parsing-end.
7760         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7761         when it follows non-comment text on the line.
7763         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7764         Set font-lock-defaults.
7765         (lisp-mode-shared-map): Init inside the defvar.
7766         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7767         Use define-derived-mode.
7769 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
7771         * faces.el (header-line): Use `:box nil' for color/gs displays too.
7773 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
7775         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7776         Don't recursively optimize body because that can lead to infinite
7777         recursion; see comment there.
7779 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
7781         * faces.el (face-spec-set-match-display): Revert the change from
7782         2000-10-24.  Add a FIXME for after v21.1.
7784 2000-11-13  Miles Bader  <miles@gnu.org>
7786         * textmodes/fill.el (skip-line-prefix): New function.
7787         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
7788         (fill-paragraph): Don't leave point inside the fill-prefix.
7789         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7790         point inside the fill-prefix.
7792 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
7794         * calendar/calendar.el (generate-calendar-window):
7795         Use `fit-window-to-buffer'.
7797 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7799         * gud.el (gud-minor-mode): New var.
7800         (gud-symbol, gud-val): New functions.
7801         (gud-find-file): Copy gud-minor-mode to the new buffer.
7802         (gud-menu-map): Include entries for commands that are not always
7803         available, using :enable to (de)activate them.
7804         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
7805         (gud-mode-map): New map.
7806         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7807         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7808         Don't set up gud's menu (it's done by the minor-mode).
7809         (gud-minibuffer-local-map): New.
7810         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7811         (gud-query-cmdline): New function.
7812         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
7813         (gud-mode): Use define-derived-mode.
7814         Don't set up gud's menu (it's done by the minor-mode).
7815         (gud-chop-words): Remove.
7816         (gud-common-init): Use split-string instead.
7817         (gud-new-keymap, gud-make-debug-menu): Eradicate.
7819         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7820         Add keyword arg :name.
7822         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7823         (diff-count-matches, diff-split-hunk): New functions.
7824         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7826         * pcvs-info.el (cvs-fi-conflict-face): New var.
7828         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7829         Make it into a simple syntax-table, shared among all submodes.
7830         (sh-heredoc-face): Re-introduce.
7831         (sh-font-lock-syntactic-face-function): New function.
7832         (sh-mode): Use it.  Also use define-derived-mode.
7833         Remove old bogus setting of indent-region-function.
7834         (sh-set-shell): Don't set the syntax-table any more.
7835         (sh-mode-syntax-table) <defun>: Remove.
7837 2000-11-12  Miles Bader  <miles@gnu.org>
7839         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7840         message if interactive.
7842 2000-11-12  Dave Love  <fx@gnu.org>
7844         * mail/feedmail.el: Fix header,
7845         (feedmail) <defgroup>: Add :link.
7847         * view.el: Use local-map property, not keymap on mode-line string.
7849         * scroll-all.el (scroll-all-mode): Customize variable.
7850         Add autoload cookie to function.
7852         * lazy-lock.el: Remove compatibility code.
7854         * finder.el (finder-known-keywords): Add `files', remove `vms'.
7855         (finder-help-echo): New variable.
7856         (finder-mouse-face-on-line): Add help-echo stuff.
7857         (finder-list-keywords, finder-list-matches): Use mapc.
7859         * faces.el (face-font-registry-alternatives): Add :version.
7861         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7862         tags-table-list.
7864         * net/browse-url.el (browse-url-browser-function): Update :version.
7866         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7867         (mail-mode): Use [:alnum:] in some regexps.
7869 2000-11-10  Dave Love  <fx@gnu.org>
7871         * ediff.el (ediff-regions-internal, ediff-documentation):
7872         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7873         fundamental mode.
7875         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7876         buffer into fundamental mode.
7877         (ediff-set-difference): Use copy-sequence if available.
7879         * ediff-ptch.el (ediff-dispatch-file-patching-job):
7880         Check ediff-patch-map non-nil.
7881         (ediff-fixup-patch-map, ediff-fixup-patch-map)
7882         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7883         buffer into fundamental mode.
7885         * ediff-merg.el (state-or-merge): Defvar when compiling.
7887 2000-11-10  Jason Rumney  <jasonr@gnu.org>
7889         * w32-fns.el (w32-add-charset-info): New function.
7890         (w32-charset-info-alist): Use it.
7892 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7894         * faces.el (face-font-registry-alternatives): New user-option.
7896 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
7898         * textmodes/texinfo.el (texinfo-block-default): New var.
7899         (texinfo-insert-block): Use it.  Insert a newline if needed.
7901         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7902         (fill-region-as-paragraph): Use it.
7904         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7905         (latex-mode): Tweak tex-*-(head|trail)er regexps.
7906         Tweak paragraph regexps to allow a leading [ \t]*.
7907         (tex-latex-block): Insert a newline if necessary.
7908         (latex-insert-item): Only insert a newline if necessary.
7909         (tex-guess-main-file): New function.
7910         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
7911         Set tex-main-file if TeX-master is provided.
7912         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7914 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7916         * startup.el (command-line): Set the default tooltip-mode
7917         to t for graphical displays which implement x-show-tip.
7919         * tooltip.el (tooltip-mode): Add a comment about startup.el
7920         setting the default value of this user-option.
7922 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
7924         * font-lock.el (font-lock-*-face) <defvar>: Move.
7925         (font-lock-defaults-alist): Mark obsolete.
7926         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7927         (font-lock-mode): Use define-minor-mode.
7928         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7929         (font-lock-turn-off-thing-lock): Be more explicit.
7930         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7931         (font-lock-syntactic-face-function): New var.
7932         (font-lock-fontify-syntactically-region): Use it.
7933         (font-lock-doc-face): New.
7935         * pcvs.el (cvs-enabledp): Ignore errors.
7936         (cvs-commit-filelist): Never query.
7937         (cvs-mode-insert): Always add a terminating / in the initial prompt.
7938         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7939         (cvs-do-removal): Use cvs-partition rather than delete-if.
7940         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7941         cvs-bury-buffer.
7943         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7944         Allow `next' to jump to after the end of the last match.
7946 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
7948         * simple.el (byte-compiling-files-p): New function.
7950         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7951         if it is there.
7953         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7954         nil again.
7956         * textmodes/ispell.el (ispell-library-path): Don't call
7957         check-ispell-version when byte-compiling because that starts
7958         an ispell process, and ispell might not be installed.
7959         (toplevel): Don't set up a menu when byte-compiling.
7961         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7962         it, so that a boundp test can be used to determine if we're
7963         currently byte-compiling.
7965 2000-11-09  Dave Love  <fx@gnu.org>
7967         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7969 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7971         * ps-print.el: Patch for variable initialization when spooling.
7972         Doc fix.
7973         (ps-output-list): Fun eliminated.
7974         (ps-begin-file, ps-begin-job): Code fix.
7976 2000-11-08  Dave Love  <fx@gnu.org>
7978         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7980 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
7982         * simple.el (shell-command, display-message-or-buffer)
7983         (shell-command-on-region): Mention resize-mini-windows in the doc
7984         string.
7985         (display-message-or-buffer): Take the value of resize-mini-windows
7986         into account.
7988 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
7990         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7992         * dired.el (dired-between-files): Add `^. find' as an alternative
7993         to the regular expression, for find-dired.
7995 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7997         * textmodes/texnfo-upd.el: Require texinfo.
7998         (defmacro, defgroup): Remove.
7999         (texinfo-section-to-generic-alist): Remove.
8000         Use texinfo-section-list instead (i.e. level is changed string->int).
8001         (texinfo-filter): New function.
8002         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8003         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8004         Use it.  And use regexp-opt.
8005         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8006         (texinfo-update-menu-region-beginning)
8007         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8008         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8009         (texinfo-update-menu-same-level-regexps): Update.
8010         (texinfo-update-node, texinfo-every-node-update)
8011         (texinfo-sequential-node-update): Remove autoload cookie.
8013         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8014         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8015         (texinfo-chapter-level-regexp): Remove.
8016         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8018 2000-11-06  Dave Love  <fx@gnu.org>
8020         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
8022         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8023         Match defun*.
8025 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
8027         * composite.el (composition-function-table): Variable declaration
8028         moved to src/composite.c.
8029         (compose-chars-after): New optional arg object.
8031 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
8033         * bindings.el (mode-line-toggle-read-only)
8034         (mode-line-toggle-modified, mode-line-widen)
8035         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8036         (make-mode-line-mouse2-map): Rewritten.
8037         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8038         functions so that C-h k can show something with a doc string.
8040         * startup.el (fancy-splash-delay): Set to 10 seconds.
8041         (fancy-splash-max-time): New user-option.
8042         (fancy-splash-stop-time): New variable.
8043         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
8044         (fancy-splash-screens-1): Throw `stop-splashing' when current
8045         time is greater than fancy-splash-stop-time.
8047 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
8049         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8051         * pcvs.el (cvs-mode-marked): New arg `noquery'.
8052         Prompt user for a file rather than raising an error.
8053         (cvs-enabledp): Fix call to cvs-mode-marked.
8054         (cvs-insert-file): New function (extracted from cvs-mode-insert).
8055         (cvs-mode-insert): Use it.  Change the init prompt' value.
8056         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8058         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8059         Don't pass default arg to ewoc-locate.
8060         (ewoc-collect): Return result in the right order.
8062         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8064         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8065         (cvs-status-get-tags): Fix regexp.
8066         (cvs-status-trees, cvs-status-cvstrees):
8067         Combine after change hooks and don't sit-for.
8068         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8069         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
8070         Use make-char rather than hard-coded cryptic data.
8071         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8073         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8075         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8076         (cvs-insert-strings): New function.
8078 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
8080         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8081         `mwheel-scroll-amount'.
8082         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8083         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8084         string-matching against the version string.
8086 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
8088         * language/thai.el ("Thai"): Set a lisp form that produces
8089         composed string in `sample-text' language info.
8091         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8092         composed string in `sample-text' language info.
8094         * international/mule-cmds.el (describe-language-environment):
8095         Eval `sample-text' data and insert the result.
8097         * international/mule-conf.el (compound-text): Define this coding
8098         system here.  Make x-ctext and ctext aliases of it.
8100         * language/european.el (compound-text, ctext): Moved to
8101         international/mule-conf.el.
8103 2000-11-05  Andrew Innes  <andrewi@gnu.org>
8105         * w32-fns.el (w32-version): New function.
8107 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
8109         * progmodes/awk-mode.el: Update copyright.
8110         (awk-mode-abbrev-table): Remove.
8111         (awk-font-lock-keywords): Use regexp-opt.
8112         (awk-mode): Use define-derived-mode.
8114         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8115         when extracting a suffix.
8117 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
8119         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
8120         auto-save-mode.
8122 2000-11-04  Jason Rumney  <jasonr@gnu.org>
8124         * language/european.el (decode-mac-roman): Test against r1 not r0.
8126 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
8128         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8129         (icon-mode): Define indent-line-function.
8130         (icon-comment-indent): Simplify.
8131         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8133         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8135         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8136         Bind change-log-default-mode to defeat the caching done on it.
8137         Don't bother saving excursion any more.
8139         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8141         * frame.el (after-setting-font-hook): Rename hooks -> hook.
8142         (set-frame-font): Use the new name (and the old for compatibility).
8144         * toolbar/tool-bar.el (tool-bar-mode):
8145         * time.el (display-time-mode):
8146         * recentf.el (recentf-mode):
8147         * paren.el (show-paren-mode):
8148         * mwheel.el (mouse-wheel-mode):
8149         * msb.el (msb-mode):
8150         * jka-compr.el (auto-compression-mode):
8151         * image-file.el (auto-image-file-mode):
8152         * hl-line.el (hl-line-mode):
8153         * delsel.el (delete-selection-mode):
8154         * autoinsert.el (auto-insert-mode):
8155         * complete.el (partial-completion-mode): Drop unneeded positional args.
8157         * info.el (Info-mode):
8158         * comint.el (comint-mode): Don't bother with make-local-hook.
8160         * log-edit.el (log-edit-menu): New menu.
8162 2000-11-03  Miles Bader  <miles@gnu.org>
8164         * wid-edit.el (widget-end-of-line): Reinstate, with a new
8165         definition, so that trailing spaces are handled properly.
8166         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8168 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
8170         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8171         tab character.
8172         (fancy-splash-screens): Set tab-width to 20.
8174 2000-11-03  Dave Love  <fx@gnu.org>
8176         * comint.el (comint-completion-addsuffix): Fix custom type.
8178 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
8180         * font-lock.el (font-lock-buffers): Remove.
8181         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8182         (font-lock-change-major-mode): Remove.
8183         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8184         (font-lock-default-fontify-region): Extend the multiline
8185         fontification to whole lines.
8186         (font-lock-fontify-anchored-keywords)
8187         (font-lock-fontify-keywords-region): If matching just one
8188         line (with \n) only mark the \n as multiline.
8190         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8191         Correctly handle the case where several :group args are supplied.
8192         Allow :extra-args.
8193         (easy-mmode-define-global-mode): Allow :extra-args.
8194         Correctly handle the case where several :group args are supplied.
8196 2000-11-02  Miles Bader  <miles@gnu.org>
8198         * calendar/calendar.el (diary-face, calendar-today-face)
8199         (holiday-face): Remove dependency on `window-system'.
8201 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
8203         * Makefile.in (emacs): Set EMACSLOADPATH always.
8204         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
8205         (compile-files): Bomb out if compilation of a file fails.
8207 2000-11-02  Dave Love  <fx@gnu.org>
8209         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8211 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
8213         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8214         punctuation in the warning inserted into the *mail* buffer.
8216 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
8218         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8219         (authors-public-domain-p): New function.
8220         (authors-print): Use it.
8222         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8224         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8226 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8228         * ps-print.el: Extension for even/odd printing.  Doc fix.
8229         (ps-print-version): New version number (6.3.1).
8230         (ps-even-or-odd-pages): Customization fix.
8231         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8232         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8233         (ps-page-count): Var replaced by `ps-page-column'.
8234         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8235         (ps-print-sheet-p): New fun.
8237 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
8239         * tooltip.el (tooltip-gud-tips-setup): New function.
8240         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8241         (tooltip-mode): Call tooltip-gud-tips-setup.
8242         (tooltip-gud-tips): Use `gud-basic-call' instead of
8243         process-send-string, so the prompt gets frobbed appropriately.
8244         Handle nil return value from `tooltip-gud-print-command'.
8246 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
8248         * comint.el (comint-add-to-input-history): New function.
8249         (comint-send-input): Use `comint-add-to-input-history'.
8251 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
8253         * info.el (info-menu-header): New face.
8254         (Info-fontify-menu-headers): New function.
8255         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8257         * info.el (Info-insert-dir): Don't include blank lines at
8258         beginning of additional dir files (one is added automatically).
8260 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
8262         * emacs-lisp/easy-mmode.el (define-minor-mode):
8263         Revert the latest changes.
8264         Allow the three positional arguments to be skipped and replaced
8265         by keyword arguments.
8266         Add a :toggle argument to determine whether a nil arg means toggle
8267         or means turn-on.  The default is unchanged.
8268         Add a call to force-mode-line-update.
8270 2000-11-01  Dave Love  <fx@gnu.org>
8272         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
8274 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
8276         * calendar/calendar.el (diary-face, holiday-face):
8277         Add dark-background variants.
8279 2000-10-31  Sam Steingold  <sds@gnu.org>
8281         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8282         `tex-main-file' does not have directory in it.
8284 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
8286         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8288 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
8290         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8291         functional change.
8293 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
8295         * files.el (find-file-noselect): When we expand a wildcard, return
8296         a list of buffers, as we should do according to the doc string.
8298 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
8300         * loadup.el (top level): Adjust load path if program name is
8301         "../src/bootstrap-emacs", in case it's not dumped and thus the
8302         load path adjustment hasn't already been done.
8304 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8306         * ps-print.el: Fix bug on selected pages for printing.
8307         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
8308         is on.  Try to avoid warning messages when compiling.  Doc Fix.
8309         (ps-print-version): New version number (6.3).
8310         (ps-color-device): Use `color-values' to determine if device
8311         supports color.
8312         (ps-color-values): Try to use `x-color-values' when using XEmacs.
8313         (ps-print-page-p): Changed from defsubst to defun.
8314         (ps-page-number): Changed from defmacro to defun.
8315         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8316         printing.
8317         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
8318         (ps-end-file, ps-dummy-page): Funs eliminated.
8319         (ps-print-color-scale): Changed default value.
8320         (ps-page-n-up, ps-print-page-p): New internal vars.
8321         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8322         (ps-plot-region, ps-generate, ps-end-job): Code fix.
8324         * delim-col.el: Little programming improvement.
8325         (delimit-columns-str): New macro.
8326         (delimit-columns-region, delimit-columns-rectangle): Code fix.
8328 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
8330         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8331         Moved to european.el.
8332         (ccl-encode-mac-roman-font, fontset-mac): Modified for
8333         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8334         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8335         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
8337 2000-10-30  Dave Love  <fx@gnu.org>
8339         * progmodes/cc-menus.el (imenu-generic-expression)
8340         (imenu-progress-message): Only defvar when compiling.
8342         * emacs-lisp/elp.el (elp-unload-hook): New function.
8344         * loadhist.el (unload-feature): Call elp-restore-function,
8345         checking for symbols; don't use elp-restore-all.
8346         (loadhist-hook-functions): Doc fix.
8348 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
8350         * log-edit.el (log-edit-confirm): Fix the default.
8352 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8354         * delim-col.el: Little fix: replace delimit-columns-align-columns by
8355         delimit-columns-format.
8356         (delimit-columns-region, delimit-columns-rectangle): Code fix.
8358 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
8360         * comint.el (comint-replace-by-expanded-history): Don't use
8361         comint-get-old-input (we're not looking at *old* input).
8362         (comint-get-old-input-default): If using fields, signal an error
8363         when the point is not in an input field.
8365 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
8367         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8368         and mule-unicode-e000-ffff.
8370         * international/mule.el (decode-char, encode-char): New functions.
8371         (make-coding-system): Accept a symbol of translation table as a
8372         value of property `safe-chars'.
8374         * international/mule-cmds.el (encode-coding-char): Check property
8375         safe-chars instead of safe-charsets.
8377         * international/fontset.el (fontset-default): Modified for
8378         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8379         (x-font-name-charset-alist): Likewise.
8380         (ccl-encode-unicode-font): New CCL program.  Record it in
8381         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8383         * language/european.el (mac-roman-decoder, mac-roman-encoder):
8384         New translation tables.
8385         (decode-mac-roman, encode-mac-roman): Definition of these CCL
8386         programs are modified and moved from mac-win.el.
8387         (mac-roman): Definition of this coding system is modified and
8388         moved from mac-win.el.
8390 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
8392         * ediff-wind.el (ediff-setup-control-frame): Enclose
8393         face-attribute in condition-case to avoid errors in older emacsen.
8395 2000-10-29  Miles Bader  <miles@gnu.org>
8397         * custom.el (custom-add-to-group): Allow multiple entries for a
8398         given value OPTION, as long as their widget types are different.
8399         * cus-edit.el (custom-face-value-create): If face name doesn't end
8400         with "face", add such here (similar to custom group widgets).
8402         * comint.el (comint-highlight-prompt): Add :type.
8404 2000-10-28  John Wiegley  <johnw@gnu.org>
8406         * calendar/timeclock.el (timeclock-log): Doc fix.
8407         (timeclock-last-event): Doc fix.
8408         (timeclock-log): Kill the timelog buffer after appending a new event.
8409         (timeclock-find-discrep): Use a temp buffer to read in the
8410         timelog, instead of visiting the file.
8411         (timeclock-log-data): A new function, along with a host of helper
8412         functions, for the purpose of making timelog data accessible to
8413         programmers.
8415         * eshell/esh-mode.el (window-height test): Make certain that
8416         `eshell-stringify-t' is non-nil.
8417         (eshell-password-prompt-regexp): Changed to a much simpler
8418         password regexp.
8419         (eshell-send-input): If `eshell-invoke-directly' returns t,
8420         directly invoke the parsed command using `eval'.  This improves
8421         turn-around time on simple commands by a factor of three or
8422         greater, such as cd, ls, pwd, etc. -- which get used very often.
8423         It also conserves thousands of cons cells per call (since
8424         `eshell-do-eval' consumes memory like a Cookie Monster set loose
8425         in the Pacific Cookie Company).
8427         * eshell/esh-test.el (eshell-test): Whitespace fix.
8429         * eshell/em-ls.el (eshell-ls-insert-directory):
8430         Make `eshell-ls-initial-args' nil when inserting directory contents.
8432         * eshell/em-script.el (eshell-script-initialize): Add names to
8433         `eshell-complex-commands, since `source' and `.' are complex.
8435         * eshell/esh-cmd.el (eshell-rewrite-for-command)
8436         (eshell-rewrite-while-command): Use `eshell-protect' instead of
8437         `eshell-copy-handles'.
8438         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8439         bodies.
8440         (eshell-separate-commands): Whitespace fix.
8441         (eshell-complex-commands): Added a new list of names, for
8442         determining whether a given command is as simple as it looks.
8443         (eshell-invoke-directly): New function.  Returns t if a command
8444         should be invoked directly (using `eval'), rather than indirectly
8445         using `eshell-do-eval'.
8446         (eshell-do-eval): Whitespace fix.
8448         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8449         which provides an emulation of the DOS shell behavior of assuming
8450         that cp/mv/ln should copy/move/link to the current directory.
8451         (eshell-remove-entries): Added a doc string.
8452         (eshell-shuffle-files): Removed the check for `target' being null.
8453         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8454         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8455         it to do a smarter check of whether a destination was provided.
8456         (eshell/mv, eshell/cp): Enable `:preserve-args'.
8457         (eshell/ln): Enable `:preserve-args', and use
8458         `eshell-mvcpln-template' to implement the body of the function.
8459         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8460         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8461         list after flattening it.  This makes it possible to cat files
8462         with numerical names.
8463         (eshell-unix-initialize): Added several names to
8464         `eshell-complex-commands.
8465         (eshell-unix-command-complex-p): Return t if a given command name
8466         may result in external processes being invoked.
8468         * eshell/em-glob.el (eshell-glob-show-progress): Make this
8469         variable nil by default, since it slows down glob processing by a
8470         factor of two or more, and increases memory consumption.
8472         * eshell/em-smart.el: Added a note about how memory consumptive
8473         smart display mode can be (at least this is true in Emacs 21).
8474         (eshell-smart-initialize): Whitespace fix.
8475         (eshell-refresh-windows): Use `if' instead of `when'.
8476         (eshell-smart-scroll-window): Calling `save-current-buffer' was
8477         not necessary.
8478         (eshell-currently-handling-window): Added a missing global variable.
8480         * eshell/em-ls.el (eshell-do-ls): Code simplification.
8481         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8482         Whitespace fix.
8483         (eshell-ls-exclude-hidden): Added this variable in addition to
8484         `eshell-ls-exclude-regexp'.  This one prevents files beginning
8485         with . from even being read, which can improve memory consumption
8486         quite a bit.
8487         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8488         read file entries beginning with a dot.  In home directories with
8489         lots of hidden files, fully two-thirds of the time spent in ls is
8490         used to read directory entries that are immediately thrown away.
8491         (eshell-ls-initial-args): Added back this configuration variable,
8492         for specifying default initial arguments to every call to ls.
8493         Much faster than using an alias to do the same thing.
8494         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8495         (eshell-ls-dir): Whitespace change.
8497         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8499         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8500         (eshell-stringify-t): Added a customization variable, to indicate
8501         whether `t' should be rendered as a string at all.  If not, one
8502         can still determine if the result of an expression is true using
8503         "file-exists-p FILE && echo true".
8504         (eshell-stringify): If `eshell-stringify-t' is nil, don't
8505         stringify t!
8507         * eshell/esh-module.el: Whitespace fix.
8509         * eshell/em-alias.el (eshell-alias-initialize):
8510         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8511         (eshell-command-aliased-p): New function that returns t if a
8512         command name names an aliased.
8514 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
8516         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8517         redrawing the screen when changing cursor color.
8518         (viper-insert-state-pre-command-sentinel)
8519         (viper-replace-state-pre-command-sentinel)
8520         (viper-replace-state-post-command-sentinel):
8521         Use viper-preserve-cursor-color.
8522         Many functions changed to use viper= instead of = when comparing
8523         characters.
8524         * viper-util.el (viper-memq-char,viper=): New functions for
8525         working with characters.
8526         (viper-change-cursor-color): Fixed buglet.
8527         Many functions changed to use viper= instead of = when comparing
8528         characters.
8529         * viper.el (viper-insert-state-mode-list): Added eshell.
8531         * ediff-init.el (ediff-before-setup-hook): New hook.
8532         Several typos fixed in various docstrings.
8533         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8534         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8535         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8536         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8537         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8538         (ediff-get-selected-buffers): New function.
8539         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8540         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8541         Use save-window-excursion.
8542         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8543         termination check in while loop.
8544         * ediff.el (ediff-get-default-file-name): Better defaults when in
8545         dired buffer.
8546         (ediff-files,ediff-merge-files,ediff-files3)
8547         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8549 2000-10-28  Dave Love  <fx@gnu.org>
8551         * info.el (Info-fontify-node): Add help-echo for menu items.
8553 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
8555         * startup.el (normal-top-level): If the value of $TERM indicates
8556         we are running from xterm or one of its work-alikes, default to a
8557         light background mode.
8559         Support for -fg, -bg, and -rv command-line arguments for TTYs:
8560         * faces.el (tty-handle-reverse-video): New function.
8561         (tty-create-frame-with-faces): Call it.
8563         * frame.el (frame-notice-user-settings): Don't apply
8564         default-frame-alist and initial-frame-alist to MS-DOS frames.
8565         Call tty-handle-reverse-video, frame-set-background-mode, and
8566         face-set-after-frame-default for non-MS-DOS frames.
8568         * startup.el (tty-long-option-alist): New variable.
8569         (tty-handle-args): New function.
8570         (command-line): Call tty-handle-args.
8572         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8573         startup.el now does that for all character-terminal frames.
8575 2000-10-28  Miles Bader  <miles@gnu.org>
8577         * emacs-lisp/easy-mmode.el (define-minor-mode):
8578         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8579         is global.  If :global is followed by a non-nil but non-t value,
8580         make the mode buffer-local, but also generate a `global-MODE'
8581         version using `easy-mmode-define-global-mode'.
8582         Add :conditional-turn-on keyword argument.
8584 2000-10-28  Dave Love  <fx@gnu.org>
8586         * international/latin1-disp.el (latin1-char-displayable-p):
8587         Don't use window-system.
8589 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
8591         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8592         Don't call find-buffer-file-type-coding-system.  Instead, just
8593         set eol-type to -unix if inhibit-eol-conversion is in effect, or
8594         if the file is on an untranslated filesystem.
8595         (add-untranslated-filesystem): Use "D" instead of "f" inside
8596         interactive.
8598 2000-10-27  Dave Love  <fx@gnu.org>
8600         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8601         (refill-mode): Use it.
8603 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
8605         * international/quail.el (quail-activate): Don't make-local-hook.
8607 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
8609         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8610         manual backups and file.~<rev>.~ for automatic ones.
8611         (vc-make-version-backup): Don't do it on MS-DOS without long file
8612         names.
8614         * vc.el (vc-version-other-window): If an automatic backup of the
8615         desired version exists, rename it instead of copying it.
8617         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8618         after command.  If there's an unexpected error, signal it instead
8619         of being silent.
8620         (vc-cvs-merge-news): Be prepared for no news at all.
8622 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
8624         * shell.el (shell): Add BUFFER argument.
8625         * comint.el (make-comint-in-buffer): New function.
8626         (make-comint): Use it.
8628         * faces.el (face-spec-choose): Change syntax so that the list of
8629         attribute-value pairs is now the cdr of each clause, not the cadr.
8630         Detect old-style entries, and handle them.  Use pop.
8632 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
8634         * cus-edit.el (custom-mode-map): Use a sparse map.
8635         (custom-mode): Don't bother with make-local-hook.
8637         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8639         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8641 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8643         * ps-print.el: Avoid compilation gripes.
8644         (ps-print-version): New version number (6.2.1).
8646 2000-10-26  Dave Love  <fx@gnu.org>
8648         * menu-bar.el: Modify some menu item help strings.
8649         (menu-bar-help-menu): Add link to MORE.STUFF.
8651         * cus-edit.el (custom-mode): Add `special' mode-class property.
8653         * wid-browse.el (widget-browse-mode): Likewise.
8655         * wid-edit.el (widget-specify-field): Revert to using local-map
8656         property, not keymap.
8658 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
8660         * wid-edit.el (widget-field-end): When checking for a `boundary'
8661         field, do so in the correct buffer.
8663         * simple.el (undo): Correctly distinguish between numeric and
8664         non-numeric prefix args in non-transient-mark-mode, as per the doc
8665         string.  When in transient-mark-mode, treat all prefix-args as
8666         numeric.
8668         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8669         Position point on match.  Handle N == 0 correctly.
8671         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8672         (comint-mode-map): Reverse order of `comint-write-output' and
8673         `comint-append-output-to-file'.
8674         (comint-append-output-to-file): Reinstate this function, for the
8675         benefit of the menu.
8677 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
8679         * vc.el (vc-version-other-window): Bind `file'.
8681 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8683         * Makefile.in (update-authors): New target for maintenance purposes.
8685         * emacs-lisp/authors.el (batch-update-authors): New function.
8686         (authors-fixed-entries): New defconst.
8687         (authors-add-fixed-entries): New function.
8688         (authors): Call it.: Don't process lispref/.
8690 2000-10-25  Jason Rumney  <jasonr@gnu.org>
8692         * cus-edit.el (custom-button-face, custom-button-pressed-face):
8693         Merge x w32 and mac definitions.
8695 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8697         * menu-bar.el (menu-bar-options-menu): Add a help string for
8698         `uniquify'.
8700 2000-10-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
8702         * time-stamp.el (time-stamp-string-preprocess):
8703         Fix a wrong type argument error.
8705 2000-10-25  Miles Bader  <miles@gnu.org>
8707         * recentf.el (recentf-mode): Variable removed.
8708         (recentf-mode): Use `define-minor-mode'.
8710         * mwheel.el (mouse-wheel-mode): New global minor mode.
8711         (mwheel-install): Use `mouse-wheel-mode'.
8713 2000-10-25  Dave Love  <fx@gnu.org>
8715         * progmodes/cperl-mode.el (cperl-mode):
8716         Set normal-auto-fill-function correctly.
8718         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8719         Don't inherit from global-map and don't nullify menu-bar and tool-bar
8720         bindings.
8722 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
8724         * wid-edit.el (widget-field-at): New function.
8725         (widget-at, widget-field-activate): Use it.
8726         (widget-tabable-at): Use `widget-at'.
8727         (widget-specify-field): If the terminating character of the widget
8728         field (which is read-only) is a newline, put it into a special
8729         `boundary' field so that C-n/C-p act more naturally.
8730         (widget-field-end): Also don't subtract one if a special
8731         `boundary' field has been added after the widget field.
8733         * comint.el (comint-output-filter, comint-send-input):
8734         Don't bother adding stickiness fields to overlays to fool the field
8735         code, since it should notice the overlay insertion-types now.
8737         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8738         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8739         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8741 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8743         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8744         (authors): Set file coding system to iso-2022-7bit.
8745         Add file-local variables to output buffer.
8747         * files.el (after-find-file): Don't print any warnings if
8748         WARN is nil.
8750 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8752         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8754         * delim-col.el: Now there is a column formatting mechanism.
8755         Modified to customization mechanisms convention.  Doc fix.
8756         (columns): New group for delim-col.
8757         (delimit-columns-before, delimit-columns-after)
8758         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8759         (delimit-columns-end): New vars.
8760         (delimit-columns-customize, delimit-columns-format): New funs.
8761         (delimit-columns-region, delimit-columns-rectangle)
8762         (delimit-columns-rectangle-line): Modified to support column
8763         formatting.
8765 2000-10-24  Dave Love  <fx@gnu.org>
8767         * log-edit.el (log-edit): Add :version and a :group for vc.
8769 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8771         * files.el (after-find-file): Don't print a message ``New file''
8772         if WARN is nil.
8774         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8775         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
8776         get duplicate tool-bar entries because we'll see the global ones
8777         on more than one path through keymaps.
8779         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8781         * progmodes/cmacexp.el: Change Francesco's email address.
8783 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8785         * window.el (fit-window-to-buffer): Adjust point of the window
8786         buffer, not that of the current buffer.
8788 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
8790         * progmodes/cmacexp.el: Update the euthor's email address.
8792 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8794         * faces.el (face-spec-set-match-display): Add `graphic' display
8795         type (the inverse of `tty').  Use `display-graphic-p' instead of
8796         the window-system variable.
8798 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8800         * international/isearch-x.el (isearch-with-input-method):
8801         Call input-method-function with the first event in
8802         unread-command-events.
8804 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8806         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8808 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
8810         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8811         New charsets.
8813         * term/mac-win.el: Remove definitions of mac-roman-lower and
8814         mac-roman-upper, require dired, and define instead of set
8815         mac-ready-for-drag-n-drop to avoid compilation error.
8817 2000-10-23  Andrew Innes  <andrewi@gnu.org>
8819         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8820         Remove superfluous calls to subst-char-in-string; instead apply
8821         expand-file-name after convert-standard-filename to ensure
8822         expected directory separators are used.
8824 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
8826         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8828 2000-10-23  Dave Love  <fx@gnu.org>
8830         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8831         (tool-bar-add-item): Set foreground and background for XBM icons.
8833         * international/latin1-disp.el (latin1-char-displayable-p):
8834         New function (from Handa).
8835         (latin1-display-check-font): Use it.
8837         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8838         using :key-sequence, making it much more usable.
8839         Use nconc, not append.
8840         (imenu--create-keymap-1): Avoid append.
8842         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8844 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8846         [the following changes fix a bug where `define-minor-mode' didn't
8847         correctly generate :require clauses for defcustoms in compiled files]
8848         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8849         (byte-compile-log-file, byte-compile-log-1): Don't set
8850         `byte-compile-current-file' to nil.  Instead set
8851         `byte-compile-last-logged-file' to it.  Test whether
8852         byte-compile-current-file equals byte-compile-last-logged-file
8853         instead of whether its nil.
8854         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8856 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
8858         * textmodes/refill.el: Fix var names in doc.
8859         (refill-mode): Don't bother with make-local-hook anymore.
8861 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8863         * faces.el (face-user-default-spec, face-default-spec): New functions.
8864         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8865         (frame-set-background-mode, face-set-after-frame-default):
8866         Use `face-user-default-spec'.  Simplify code slightly.
8868         * woman.el (woman-italic-face, woman-bold-face)
8869         (woman-unknown-face): Add dark-background variants.
8870         (woman-default-faces): Renamed from `woman-colour-faces'.
8871         Set using the stored defaults, rather than using hard-wired colors.
8872         (woman-monochrome-faces): Renamed from `woman-black-faces'.
8873         Just make the foreground `unspecified' rather than "black".
8874         (woman-menu): Rename menu entries accordingly.
8876         * faces.el (header-line): Make more reasonable on mono/grayscale
8877         displays.
8879 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
8881         * cus-edit.el (custom-button-face): Use 3D look for mac.
8882         (custom-button-pressed-face): Likewise.
8884         * faces.el (set-face-attributes-from-resources): Handle mac frames
8885         in the same way as x and w32 frames.
8886         (face-valid-attribute-values): Likewise.
8887         (read-face-attribute): Likewise.
8888         (defined-colors): Likewise.
8889         (color-defined-p): Likewise.
8890         (color-values): Likewise.
8891         (display-grayscale-p): Likewise.
8892         (face-set-after-frame-default): Likewise.
8893         (mode-line): Same default face as for x and w32.
8894         (tool-bar): Likewise.
8896         * frame.el: Remove call to frame-notice-user-settings at end of
8897         the file.
8899         * info.el (Info-fontify-node): Make underlines invisible for mac
8900         as for x, pc, and w32 frame types.
8902         * term/mac-win.el: New file.
8904 2000-10-22  Dave Love  <fx@gnu.org>
8906         * textmodes/refill.el: New file.
8908 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
8910         * vc-hooks.el (vc-version-backup-file-name): New optional args
8911         MANUAL and REGEXP.
8912         (vc-delete-automatic-version-backups, vc-make-version-backup):
8913         New functions.
8914         (vc-before-save): Use the latter.
8915         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8916         confusion.
8918         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8919         expected by vc[-hooks].el.
8921         * vc.el (vc-checkout): Added `-p' suffix in call to
8922         vc-make-version-backups-p; use vc-make-version-backup to actually
8923         make the backup.
8924         (vc-version-other-window, vc-version-backup-file): Handle both
8925         automatic and manual backups.
8926         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8927         of all of them.
8929 2000-10-22  Miles Bader  <miles@gnu.org>
8931         * comint.el (comint-highlight-input, comint-highlight-prompt):
8932         Renamed, `-face' at end removed.
8933         (comint-send-input, comint-output-filter): Use renamed faces.
8935         * window.el (fit-window-to-buffer): Change defaulting of
8936         MAX-HEIGHT slightly.
8938         * faces.el (color-values, color-defined-p): Use `member', not
8939         `memq', because it works correctly for strings.
8940         (frame-set-background-mode): Actually, "unspecified-fg" and
8941         "unspecified-bg" *are* strings.  Use `member', not `memq', and
8942         `equal', not `eq', when a string value is possible.
8944 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
8946         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8948 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
8950         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8951         sh-electric-rparen, sh-electric-less and sh-electric-hash.
8952         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8953         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8954         (sh-font-lock-syntactic-keywords): Use them.
8955         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8956         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8957         (sh-mode): Don't override font-lock-unfontify-region-function.
8958         Use a copy of sh-font-lock-syntactic-keywords.
8959         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8960         Don't call sh-scan-buffer since font-lock does it on the fly.
8961         (sh-get-indent-info): Use `face' rather than `syntax-table'
8962         text-property to detect here-documents.
8963         Replace sh-special-syntax with sh-st-punc.
8964         (sh-prev-line): Use `face' rather than `syntax-table'
8965         text-property to skip over here-documents.
8966         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8967         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8968         (sh-electric-less, sh-set-here-doc-region)
8969         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8970         (sh-scan-buffer, sh-rescan-buffer): Remove.
8972 2000-10-21  Andrew Innes  <andrewi@gnu.org>
8974         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8975         remote (ange-ftp) file names.
8977 2000-10-21  Miles Bader  <miles@gnu.org>
8979         * window.el (fit-window-to-buffer): New function.
8980         (shrink-window-if-larger-than-buffer): Use it.
8981         (window-text-height): Don't expect minibuffers to have mode-lines.
8983         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8984         * international/quail.el (quail-update-guidance):
8985         Use `fit-window-to-buffer' instead of `set-window-text-height'.
8987         * international/quail.el (quail-show-guidance-buf): Make sure
8988         guidance window really has enough room.
8989         (quail-update-guidance): If quail-guidance-win is already shown,
8990         make sure its height is OK.
8992         * window.el (window-text-height, set-window-text-height):
8993         New functions.
8994         (shrink-window-if-larger-than-buffer): Use `window-text-height'
8995         instead of `window-height' & `mode-line-window-height-fudge'.
8996         (mode-line-window-height-fudge): Add FACE parameter.
8997         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8998         instead of `enlarge-window' & `mode-line-window-height-fudge'.
9000 2000-10-20  Miles Bader  <miles@gnu.org>
9002         * window.el (height-affecting-face-attributes): Use `defconst'.
9004         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9005         New function, conditionally aliased to `mode-line-window-height-fudge'.
9006         (ispell-help): Use it.
9007         (ispell-choices-win-default-height): Don't include mode-line fudge.
9008         (ispell-choices-win-default-height): New function.
9009         (ispell-show-choices, ispell-command-loop): Use function
9010         `ispell-choices-win-default-height' instead of variable.
9012 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
9014         * window.el (mode-line-window-height-fudge): New variable.
9015         (height-affecting-face-attributes): New variable.
9016         (mode-line-window-height-fudge): New function.
9017         (shrink-window-if-larger-than-buffer): Use it.
9018         * help.el (resize-temp-buffer-window): Likewise.
9020         * info.el (Info-fontify-node): Add support for @subsubsection
9021         titles, which use `Info-title-4-face'.
9022         (Info-title-4-face): New face.
9023         (Info-title-3-face): Inherit from Info-title-4-face instead of
9024         variable-pitch.
9026 2000-10-19  Jason Rumney  <jasonr@gnu.org>
9028         * dired.el (dired-insert-directory): Do not let errors signalled by
9029         attempt to run dired-free-space-program prevent dired from working.
9031 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
9033         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9035 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
9037         * dirtrack.el (dirtrack): Fix call to run-hooks.
9039         * cmuscheme.el (cmuscheme-program-name): Renamed from
9040         scheme-program-name because xscheme.el contains a defcustom with
9041         the same name.  As a consequence, customizing group `cmuscheme'
9042         loaded `xscheme' which redefined run-scheme.
9043         (run-scheme): Use cmuscheme-program-name.
9045         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
9047         * play/doctor.el (doctor-death): Update the Samaritans'
9048         anonymous address, and add a website for Befrienders International.
9050 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9052         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
9053         Avoid compilation gripes.  Doc fix.
9054         (ps-print-version): New version number (6.2).
9055         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9056         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9057         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9058         (ps-x-extent-priority, ps-x-extent-start-position)
9059         (ps-x-face-font-instance, ps-x-find-coding-system)
9060         (ps-x-font-instance-properties, ps-x-make-color-instance)
9061         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9062         avoid compilation gripes without defining functions.
9063         (ps-e-find-composition): Alias for function find-composition, to have a
9064         suitable function depending on Emacs version.
9065         (ps-color-device, ps-color-values, ps-face-foreground-name)
9066         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9067         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9068         (ps-print-ensure-fontified): Function definitions surrounded by
9069         `eval-and-compile' to avoid compilation gripes.
9070         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9071         by symbol-value to avoid compilation gripes.
9072         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9073         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9075 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
9077         * startup.el (normal-top-level): Call `frame-set-background-mode'
9078         after `frame-notice-user-settings' because the latter doesn't call
9079         the former on a tty.
9081         * faces.el (frame-set-background-mode): `unspecified' &c are
9082         symbols, not strings.
9084 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
9086         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9087         why some "light*" colors are deliberately absent from the alist.
9089         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9090         Change colors for tty's, as suggested by Miles Bader.
9092 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
9094         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
9095         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
9096         for ISO10646-1 fonts.
9097         (x-font-name-charset-alist): Add an entry for "iso10646-1".
9099 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
9101         * faces.el (frame-set-background-mode): If a tty frame defines a
9102         background color, use that to compute the background mode, instead
9103         of always defaulting to "dark".
9105 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
9107         * comint.el (comint-write-output): New function.
9108         (comint-mode-map): Add it to the menu.
9109         Bind `C-c C-s' to comint-write-output.
9111 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
9113         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9114         Use fancy-splash-delay.
9116 2000-10-18  Alex Schroeder  <alex@gnu.org>
9118         * progmodes/sql.el (sql-sybase-options): New option.
9119         (sql-sybase): Use it.  Add sql-database to the list of parameters
9120         provided for login.  The options -w 2048 -n are not used any more.
9122         * comint.el (comint-read-input-ring): Bugfix such that the first
9123         and the last entry of the input ring file are not lost.
9125 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9127         * ps-print.el: Internal variable changes to defcustom,
9128         make-local-hook changes to defvar.  Doc fix.
9129         (ps-print-version): New version number (6.1).
9130         (ps-setup, ps-do-despool): Code fix.
9131         (ps-printer-name): Customization fix.
9132         (ps-printer-name-option): Now is a defcustom instead of an
9133         internal variable.
9134         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9135         (ps-print-begin-column-hook): Now are defvar instead of
9136         make-local-hook.
9138 2000-10-18  Miles Bader  <miles@gnu.org>
9140         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9141         (comint-kill-output): Changed into an alias for `comint-delete-output',
9142         and made obsolete.
9143         (comint-mode-map): Rename references to comint-kill-output.
9145 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
9147         * diff-mode.el (diff-header-face, diff-file-header-face)
9148         (diff-changed-face): Add bold and italic attributes to tty faces.
9149         (diff-function-face): New face.
9150         (diff-font-lock-keywords): Use it.
9152 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
9154         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9155         Remove commented-out call to force-mode-line-update.
9156         (comint-kill-output): Use `forward-line 0' instead of
9157         beginning-of-line to make sure we get past the prompt.
9159 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
9161         * diff-mode.el (diff-header-face, diff-file-header-face):
9162         Add specific setting for dark background.
9163         (diff-context-face): Renamed from diff-comment-face.
9164         Set explicitly rather than inheriting from font-lock-comment-face.
9166 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
9168         * startup.el (command-line): Move the code which sets the default
9169         TTY colors to before before-init-hook.
9171 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
9173         * jit-lock.el (jit-lock-stealth-time): Doc fix.
9175 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
9177         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9178         extensions, for MS-DOS.
9180         * diff-mode.el (diff-header-face, diff-file-header-face)
9181         (diff-changed-face): Define tty-specific colors.
9183 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
9185         * startup.el (fancy-splash-text): Realign the text.
9187 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
9189         * font-lock.el (font-lock-comment-face): Define a separate default
9190         for dark-background tty's.
9192 2000-10-17  Miles Bader  <miles@gnu.org>
9194         * help.el (resize-temp-buffer-window): Add hack to avoid last line
9195         being obscured by whizzy mode-lines on graphics displays.
9197 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
9199         * info.el (Info-title-1-face, Info-title-2-face)
9200         (Info-title-3-face): Define colors for tty's.
9201         (info-header-node): Remove unneeded tty-specific definition.
9203 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
9205         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9206         reverse from the frame parameters, and don't invert foreground and
9207         background colors.
9209 2000-10-16  Miles Bader  <miles@gnu.org>
9211         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9212         string "*Info*".  Call propertized-buffer-identification to spruce
9213         up the result.
9215 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
9217         * help.el: Provide `help' for the sake of define-minor-mode
9218         which generates defcustoms with requires.
9220         * jit-lock.el (jit-lock-after-change): If we're in text that
9221         matches a multi-line font-lock pattern, make sure the whole text
9222         will be redisplayed.
9224         * emacs-lisp/authors.el (authors-add): Don't add an entry if
9225         author's name is unknown.
9227         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9228         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9229         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9230         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9231         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9232         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9233         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9234         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9235         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9236         Add author information.
9238 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
9240         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9241         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9242         full-color version (using the Gimp) to eliminate dithering artifacts.
9244 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
9246         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9248         * simple.el (syntax-flag-table, string-to-syntax): Remove.
9250 2000-10-15  Dave Love  <fx@gnu.org>
9252         * progmodes/sh-script.el: Require skeleton and comint when compiling.
9254         * pcomplete.el (pcomplete) <defgroup>: Add :version.
9256         * whitespace.el: Doc fixes.
9257         (top-level): Don't add hooks here.
9258         (whitespace-running-emacs): Deleted.
9259         (timer): Don't require.
9260         (whitespace): Add back :version conditional on xemacs test.
9261         (whitespace-spacetab-regexp, whitespace-indent-regexp)
9262         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9263         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9264         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9265         Avoid specific xemacs test.
9266         (whitespace-global-mode): New option.
9267         (whitespace-global-mode): New command.
9268         (whitespace-unload-hook): New function.
9270         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
9271         (Info-fontify-node, Info-goto-node, Info-mode-menu)
9272         (Info-fontify-node): `Goto' goes to `Go to'.
9273         (Info-fontify-node): Add help-echo to xref links.
9275 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
9277         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9279 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
9281         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9282         Use plist-get and allow :inherit.
9284         * emacs-lisp/cl-macs.el (cl-do-arglist):
9285         Use plist-get and plist-member instead of memq.
9287         * emacs-lisp/ewoc.el (ewoc-location): New function.
9288         (ewoc-enter-after, ewoc-enter-before): Document return value.
9289         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9290         Don't need make-local-hook any more.
9291         (cvs-addto-collection): Return the new tin.
9292         (cvs-mode-insert): Jump to the new line.
9294         * jit-lock.el (jit-lock-fontify-buffer): Remove.
9296         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9298         * font-lock.el (font-lock-syntactically-fontified): New var.
9299         (font-lock-fontify-syntactic-keywords-region): Use it.
9300         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
9302         * diff-mode.el (diff-find-file-name): Fix regexp.
9304         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9305         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9307         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9308         (sh-mode-syntax-table): Add punctuation syntax for < and >.
9309         (sh-mode): Don't make all vars local here.
9310         (sh-kw): Reformat.
9311         (sh-set-shell): Use dolist.  Don't set indent-region-function.
9312         (sh-mode-syntax-table): Use pop.
9313         (sh-remember-variable): Use push.
9314         (sh-help-string-for-variable): Use memq.
9315         (sh-safe-backward-sexp): Remove.
9316         (sh-safe-forward-sexp): Add ARG.
9317         (sh-get-indent-info, sh-prev-stmt): Use it.
9318         (sh-prev-line): Simplify by using forward-comment.
9319         (sh-this-is-a-continuation): Simplify.
9320         (sh-learn-buffer-indent): Use dolist.
9321         (sh-do-nothing): Remove.
9322         (sh-set-char-syntax, sh-set-here-doc-region):
9323         Use inhibit-modification-hooks.
9324         (sh-name-style): Use mapcar and push.
9325         (sh-load-style): Use dolist.
9326         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9327         (sh-case, sh-while-getopts): Use propertize directly rather
9328         than sh-electric-rparen.
9330 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
9332         * textmodes/tex-mode.el: Require CL when compiling.
9333         (tex-mode-syntax-table): Init immediately.
9334         (tex-mode-map): Bind M-RET to latex-insert-item.
9335         (latex-mode): Set indent-line-function to latex-indent.
9336         (tex-common-initialization): Don't setup the syntax-table any more.
9337         (latex-insert-item): New skeleton.
9338         (tex-next-unmatched-end): Fix copy/paste braino.
9339         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
9340         (latex-indent, latex-find-indent): New functions.
9341         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
9342         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9343         (tex-compilation-parse-errors): Use with-syntax-table.
9345 2000-10-15  Miles Bader  <miles@gnu.org>
9347         * font-lock.el (font-lock-comment-face): Change dark-background,
9348         color, non-tty, default to `chocolate1'.
9350 2000-10-13  John Wiegley  <johnw@gnu.org>
9352         * eshell/esh-util.el (require): Added a missing `require' form,
9353         needed when compiling (for an ange-ftp macro definition).
9355 2000-10-13  Dave Love  <fx@gnu.org>
9357         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9359 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
9361         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
9363         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
9364         transparent -colors 8).
9366 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
9368         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9369         that breaks with old list format timestamps.
9370         (time-stamp-warn-inactive, time-stamp-old-format-warn)
9371         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
9373 2000-10-13  John Wiegley  <johnw@gnu.org>
9375         * align.el, pcomplete.el, calendar/timeclock.el,
9376         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9378         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
9379         faulty math, where holiday hours were being computing as seconds.
9381 2000-10-13  John Wiegley  <johnw@gnu.org>
9383         * desktop.el (desktop-buffer-modes-to-save): Added a global for
9384         specifying what "other" kinds of buffers should be saved.
9385         This used to be hard-coded.
9386         (desktop-buffer-misc-functions): A global for specifying how
9387         auxiliary data should be determined for special buffer types.
9388         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9389         instead of hard-coding the special buffer types.
9390         (desktop-save): Run `desktop-buffer-misc-functions' to gather
9391         auxiliary data, instead of hard-coding for Info buffers and dired.
9392         (desktop-buffer-info-misc-data): Aux function for determining Info
9393         buffer auxiliary info.
9394         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9395         (desktop-buffer-info): Changed this function to use the info
9396         gathered above.
9397         (desktop-create-buffer): Be a little more careful about what
9398         `minor-mode' means before calling it.  This is important for some
9399         buffer types.
9401 2000-10-13  John Wiegley  <johnw@gnu.org>
9403         * eshell/esh-util.el: Added a global form which declares an
9404         autoload for `parse-time-string', if that function is not already
9405         defined, and if parse-time.el is available on the user's system.
9407         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9408         to be aware of ange-ftp user info.
9409         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
9410         (eshell-ls-annotate): Use `eshell-file-attributes'.
9411         (eshell-ls-file): Made the user-id printing code a bit smarter.
9413         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9414         allow identification of alias user ids in remote directories.
9415         It's manual, but there's no other way to know when the current user
9416         on the local machine, is also the owning user on the remote machine.
9417         (fboundp): Bind `ange-cache'.
9418         (eshell-directory-files-and-attributes): Re-organized the logic a
9419         bit to use `eshell-file-attributes' instead of `file-attributes'.
9420         The former is more sensitive to directories that are read via FTP,
9421         and knows how to use ange-ftp to determine full attribute
9422         information, instead of just the name and last modtime.
9423         (eshell-current-ange-uids): Return the current user id when in a
9424         remote directory.
9425         (eshell-parse-ange-ls): Parse a full directory listing that has
9426         been returned by ange-ftp.
9427         (eshell-file-attributes): This beefed up version of
9428         `file-attributes' is only special if the user is currently in a
9429         remote directory, in which case it does a lot of work to find out
9430         what the real attributes of a file are, as they appear on the
9431         remote machine.  This makes usage of remote directories (i.e.,
9432         ange-ftp pathnames) much more useful.  You can now use Eshell as a
9433         full-fledged FTP client, with much more manipulation ability than
9434         most other clients.
9436         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9437         variable, which means that Eshell's du should always be preferred
9438         in remote directories.
9439         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9440         just `file-attributes'.
9441         (eshell-mvcp-template): Bind `ange-cache', to improve performance
9442         when reading remote directories.  This is an Eshell-specific
9443         variable (not part of ange-ftp).
9444         (eshell/ln): Bind `ange-cache'.
9445         (eshell/du): Added some extra logic for determining when to use
9446         Eshell's du (which is slow), and when to use the external version
9447         (which may or may not exist).
9449         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9450         Call `eshell-interactive-process', rather than using
9451         `get-buffer-process', since backgrounded processes don't count in
9452         the context of this function's logic.
9454         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9455         `forward-char', so that null strings are parsed correctly.
9457 2000-09-13  John Wiegley  <johnw@gnu.org>
9459         * eshell/em-pred.el (eshell-pred-file-type)
9460         (eshell-pred-file-links, eshell-pred-file-size):
9461         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
9463         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9464         that remote file globbing is more efficient.
9466         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9467         gathering the files and attributes within a directory.
9469         * eshell/em-unix.el (eshell/cat): If any of the files passed on
9470         the command line is a special file (not a regular file, directory
9471         or symlink), always attempt to call the external version of cat.
9473 2000-09-13  John Wiegley  <johnw@gnu.org>
9475         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9476         Eshell-friendly version of find-tag.
9478 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
9480         * image-file.el (image-file-name-extensions)
9481         (image-file-name-regexps): Add autoload cookies.
9483 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
9485         * international/mule-cmds.el (select-safe-coding-system): If FROM
9486         is string, show it in *Warning* buffer.
9488 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9490         * startup.el (normal-top-level): Use display-popup-menus-p instead
9491         of window-system.
9492         (command-line): Use display-graphic-p instead of window-system.
9493         (command-line-1): Use display-popup-menus-p and display-mouse-p
9494         instead of window-system.
9496 2000-10-12  Sam Steingold  <sds@gnu.org>
9498         * tooltip.el (tooltip-use-echo-area): New user variable.
9499         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9501 2000-10-12  Dave Love  <fx@gnu.org>
9503         * recentf.el: Maintainer's checkdoc fixes.
9505         * startup.el (normal-top-level-add-subdirs-to-load-path):
9506         Use character class, not ASCII when matching file names.
9507         (fancy-splash-head): Add trailing slash to URL.
9508         (command-line): Don't require XPM support for toolbar.
9510         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9511         (cperl-invalid-face): Revert last change.
9512         (cperl-init-faces): Quote cperl-invalid-face.
9514 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9516         * startup.el (fancy-splash-text): Remove superfluous quote.
9518 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
9520         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9521         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9522         (command-line-1): Don't use fancy-splash-pending-command.
9523         (fancy-splash-screens-1): Goto point-min after inserting text.
9525         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9527         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9528         instead of shared-lisp-mode-map.
9530 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
9532         * faces.el (header-line): Change tty-variant to use underlining.
9534         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9535         (isearch-highlight): Restore lazy-isearch face properties at old
9536         position, and suppress them at new position.
9537         (isearch-dehighlight): Restore lazy-isearch face properties.
9538         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9539         over the real isearch overlay, but in that case, don't give it a
9540         face property.  Use `push'.
9542 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9544         * man.el (Man-getpage-in-background): Fix previous change.
9545         Decode the process output only when we are in multibyte mode.
9547 2000-10-11  Dave Love  <fx@gnu.org>
9549         * info.el (Info-mode-menu): Fix some help.
9550         (info-tool-bar-map): Add entry for Info-last.
9552         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9553         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9554         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9555         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9556         * toolbar/search-replace.xpm, toolbar/exit.xpm:
9557         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9558         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9559         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9560         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9561         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9562         Reduce colour requirements to 25 overall.  (Probably wants
9563         revisiting from the originals to reduce further.)
9565 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
9567         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9568         buffer-file-coding-system, instead of raw-text.
9569         (dehexlify-buffer): Bind coding-system-for-read to
9570         buffer-file-coding-system, instead of raw-text.
9572 2000-10-11  Sam Steingold  <sds@gnu.org>
9574         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9575         `underline' - fixes the bug introduced on 2000-09-21.
9577 2000-10-11  Dave Love  <fx@gnu.org>
9579         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9580         Avoid compiler warnings.
9581         (scheme-mode): Doc fix.
9582         (scheme-font-lock-keywords-1): Match `define-syntax'.
9584 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
9586         * faces.el (frame-set-background-mode): Pay attention to saved
9587         face specs as well as default ones.  Only do anything if the
9588         bg-mode or display-type has actually changed.  Use `dolist'.
9589         (region): Make dark-background `region' face less in-your-face.
9591 2000-10-10  Sam Steingold  <sds@gnu.org>
9593         * chistory.el, ielm.el, ledit.el:
9594         * progmodes/inf-lisp.el, progmodes/scheme.el:
9595         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9597 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
9599         * textmodes/texinfo.el: Update copyright and fix typo.
9601         * desktop.el (desktop-modes-not-to-save): New var.
9602         (desktop-save-buffer-p): Use it.
9603         Also, obey desktop-buffers-not-to-save even for non-file buffers.
9604         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9606 2000-10-10  Dave Love  <fx@gnu.org>
9608         * toolbar/tool-bar.el (tool-bar-add-item)
9609         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9611         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9612         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9613         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9614         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9615         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9616         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9617         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9618         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9619         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9620         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9621         the .xpms; probably need retouching.
9623 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
9625         * subr.el (add-to-list): Add optional argument APPEND.
9626         * battery.el (display-battery): Use `add-to-list'.
9628 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
9630         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9631         properties.
9632         (zone, zone-when-idle, zone-leave-me-alone)
9633         (zone-pgm-whack-chars): Use new symbol properties.
9635         * battery.el (display-battery): Doc spelling fix.
9637         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9638         property.
9640 2000-10-09  Dave Love  <fx@gnu.org>
9642         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9643         has been initialized before calling tool-bar-setup.
9644         (tool-bar-add-item-from-menu): Add autoload cookie.
9646 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
9648         * menu-bar.el (send-mail-item-name): New function.
9649         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9650         of mail-user-agent in the menu.  Don't display the "Send Mail"
9651         item if mail-user-agent is nil or its value is ignore.
9652         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9653         if read-mail-command is nil or its value is ignore.
9655         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9657 2000-10-09  Miles Bader  <miles@gnu.org>
9659         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9660         Correct image size.
9661         * toolbar/left_arrow.xpm: Correct image size.
9663         * jka-compr.el: Don't call `jka-compr-install' when loading (it
9664         will be done by the definition of `auto-compression-mode' if
9665         necessary.  Move code to uninstall existing file-name handler
9666         before definition of `auto-compression-mode'.
9668         * image-file.el (auto-image-file-mode): Move to the end of the
9669         file, because `define-minor-mode' actually calls the mode-function
9670         if the associated variable is non-nil, which requires that all
9671         needed functions be already defined.
9673         * mouse.el (popup-menu): Balance parens.
9675 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
9677         * mouse.el (popup-menu): Move the command call outside the loop
9678         so that popup-menu returns whatever the command returns.
9680         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
9681         (initialize-new-tags-table): Use run-hook-with-args-until-success.
9682         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9683         (tags-table-format-functions): Renamed from tags-table-format-hooks.
9685         * vc.el (vc-version-diff): diff-switches can be a list.
9686         Use relative filenames for prettier output.
9688         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9689         (vc-post-command-functions): Remove old-VC compatibility code.
9691         * newcomment.el (comment-indent-default): Autoload.
9693         * font-lock.el (font-lock-defaults): Make buffer-local.
9694         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9695         (font-lock-choose-keywords):
9696         Ignore LEVEL unless KEYWORDS is a list of syms.
9697         (c-keywords, c++-keywords, objc-keywords, java-keywords):
9698         Don't wrap regexp-opt things in \(...\) unnecessarily.
9700         * jit-lock.el: Don't require font-lock any more.
9701         (jit-lock-functions): Make buffer-local.
9702         (jit-lock-saved-fontify-buffer-function): Remove.
9703         (jit-lock-mode): Remove autoload cookie.
9704         Remove font-lock specific code.
9705         (jit-lock-unregister): Don't bother handling complex hooks any more.
9706         (jit-lock-refontify): New function.
9707         (jit-lock-fontify-buffer): Use it.
9708         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9709         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9710         Add optional args START and END.
9711         Never call font-lock-fontify-region directly.
9712         (jit-lock-function, jit-lock-stealth-fontify): Use it.
9714         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9716 2000-10-08  Dave Love  <fx@gnu.org>
9718         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9720         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9722         * play/studly.el (studlify-region, studlify-word): Add autoload
9723         cookie.
9725         * play/morse.el (morse-region, unmorse-region): Add autoload
9726         cookie.
9728         * play/spook.el (spook-phrases-file): Use expand-file-name, not
9729         concat.
9731         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9732         insist on symbols starting with word syntax.
9733         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9734         (eval-defun-1): Doc fix.
9735         (indent-sexp): Use nconc to build up indent-stack.
9737         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9738         Gnus with little use.
9739         (mail-setup-hook): Add mail-abbrevs-setup to options.
9741         * recentf.el: Doc fixes.
9743         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9744         Clean up remainder.
9746         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
9747         without timezone and (8) with timezone to enforce some whitespace.
9748         Simplify code somewhat.
9750         * options.el (list-options): Doc that you should use customize.
9752         * iswitchb.el (iswitchb-mode): Add :require.
9754         * info.el (Info-goto-node, Info-menu): Doc fix.
9755         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9756         (info-tool-bar-map): New variable.
9757         (Info-mode): Use it.
9758         (Info-edit-map): Define all in defvar.
9759         (speedbar-attached-frame): Avoid compiler warning.
9761         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9762         (global-map): Bind [tool-bar] to a filtered map.
9763         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
9764         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9765         Allow PBM icons.
9766         (tool-bar-setup): Adjust calls of tool-bar-add-item.
9768         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9769         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9770         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
9771         icons, except up_arrow, which is left-arrow rotated.
9773         * imenu.el (imenu-add-to-menubar): Fix last change.
9775 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
9777         * generic-x.el (rul-generic-mode): Remove eval-when-compile
9778         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
9780 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9782         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9783         typos in doc strings.
9785         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9786         the doc strings how to customize Font Lock faces.
9788         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9789         computing growth when dragging the header line.
9791 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9793         * simple.el (kill-line): Doc fix.
9795 2000-10-08  Miles Bader  <miles@gnu.org>
9797         * faces.el (secondary-selection): Make foreground visible on tty.
9799         * jka-compr.el (auto-compression-mode): Move to the end of the
9800         file, because `define-minor-mode' actually calls the mode-function
9801         if the associated variable is non-nil, which requires that all
9802         needed functions be already defined.
9803         (with-auto-compression-mode): Add autoload cookie.
9805 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
9807         * files.el (find-backup-file-name) [ms-dos]: If support for long
9808         file names is not available, behave as if version-control were set
9809         to never.
9811 2000-10-07  Dave Love  <fx@gnu.org>
9813         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9814         (browse-url-gnome-moz): New function.
9815         (browse-url-browser-function): Use it.
9816         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9818 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
9820         * indent.el (tab-always-indent): New var.
9821         (indent-for-tab-command): Use it.
9823         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9824         raise an error.  This way it can still default to a sane value.
9826 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9828         * startup.el (fancy-splash-screens): Use local rather than global map.
9829         Don't use `update-menu-bindings' any more.
9830         Get rid of assumptions about keymap representation.
9832 2000-10-06  Dave Love  <fx@gnu.org>
9834         * textmodes/fill.el (sentence-end-double-space)
9835         (sentence-end-without-period):  Doc fix.
9836         (adaptive-fill-regexp): Purecopy.
9837         (unjustify-current-line): Use line-end-position.
9838         (fill-individual-paragraphs-prefix): Use line-beginning-position.
9840         * net/eudc-vars.el (eudc): Add :version, :link.
9842         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9844         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9845         Fix for define-minor-mode.
9846         (function-at-point): Alias to function-called-at-point.
9848         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9850         * simple.el (backward-word): Doc fix.
9852         * image-file.el (image-file-name-regexp): image-file-regexps ->
9853         image-file-name-regexps.
9854         (image-file-name-extensions): Add pbm.
9856 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9858         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9859         and add filename to the names so that diff-mode can jump to source.
9861         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9862         (tex-font-lock-keywords, tex-font-lock-keywords-2)
9863         (tex-font-lock-keywords-1): Remove.
9864         (font-lock-turn-on-thing-lock): Use jit-lock-register.
9865         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9866         (font-lock-default-fontify-region):
9867         Expand beg..end correctly when just following a multiline region.
9868         (font-lock-fontify-anchored-keywords):
9869         Include the anchor text as part of the multiline.
9871 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
9873         * loadup.el (toplevel): Load `loaddefs' before `help' because the
9874         latter needs the autoloaded define-minor-mode macro during the
9875         bootstrap.
9877         * startup.el (command-line): For now, activate tool-bar-mode only
9878         if XPM images are supported.
9880         * mouse.el (mouse-drag-header-line): Don't allow resizing a
9881         window by dragging a header-line at the top of the frame; that's
9882         confusing because the header-line doesn't move.
9883         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9884         of treating the event as a list.  Some cleanup.
9886 2000-10-06  Miles Bader  <miles@gnu.org>
9888         * simple.el (display-message-or-buffer): New function.
9889         (shell-command-on-region): Use `display-message-or-buffer'.
9891         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9892         docstring parts.
9894         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9895         (smbclient-prompt-regexp): Add usage note to doc string.
9896         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9897         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9898         Use add-hook for adding the comint filter function, and only do so
9899         if it's not already in the global hook list.
9900         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9901         to `make-local-variable'.
9902         (nslookup-font-lock-keywords): Remove prompt entry.
9903         (nslookup): Don't set the process-filter.
9904         (finger): Exit the loop correctly when the regexps list runs out.
9905         (ftp, smbclient, smbclient-list-shares):
9906         Set the real major mode immediately, not after execing.
9907         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9909         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9911 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
9913         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9915         * which-func.el (which-func-format): Remove spurious space.
9916         (which-func-mode): Don't make it permanent-local.
9917         (which-func-ff-hook): Allow which-func-maxout to be nil.
9918         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
9919         (which-func-mode): Simplify.
9920         Use post-command-idle-hook rather than post-command-hook.
9921         Go through all buffers and update their state.
9922         (which-function): Also try add-log-current-defun-function.
9924         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9925         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9926         Update call to with-vc-properties accordingly.
9927         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9928         (vc-revert-buffer): More careful about window selection and deletion.
9929         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9931         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9932         (cvs-retrieve-revision): Reuse a pre-existing buffer.
9933         (cvs-dired-action): Change the default to quickdir.
9935         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9936         if comment-indent-function returns nil.
9937         (comment-indent-default): New function.
9938         (comment-indent-function): Use it and document the new semantics.
9940         * image-file.el: Docstring fixes.
9942         * help.el (help-xref-on-pp): Use match-string.
9943         (describe-variable): New arg BUFFER.
9944         Store the current buffer in the help-xref-stack.
9945         (temp-buffer-resize-mode): Use define-minor-mode.
9947         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9948         consistently with its docstring.
9949         Set jit-lock-first-unfontify-pos in an idempotent way.
9950         (jit-lock-register): Autoload and add arg CONTEXTUAL.
9952 2000-10-05  Alex Schroeder  <alex@gnu.org>
9954         * sql.el (sql-mysql-options): New variable.
9955         (sql-mysql): Use it.
9957 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
9959         * image.el (image): New group.
9961         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9962         (smerge-base-face, smerge-markers-face): Add dark-background variants.
9964 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9966         * net/net-utils.el (nslookup-font-lock-keywords)
9967         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9968         Ignore the value of wqindow-system; always define keywords
9970 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
9972         * startup.el (fancy-splash-screens): Remove the code for
9973         debugging; `(trace-to-stderr "EXITTT\n")'.
9975 2000-10-05  Miles Bader  <miles@gnu.org>
9977         * diff-mode.el (diff-goto-source): Update call to
9978         `diff-hunk-status-msg' to reflect new REV variable.
9980 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
9982         * progmodes/icon.el (icon-mode):
9983         Don't gratuitously override the default for comment-column.
9985         * vc-hooks.el (vc-mode-line): Fix interactive spec.
9987         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9988         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9989         (jit-lock-functions): New var.
9990         (jit-lock-function-1): Use it if non-nil.
9991         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
9992         Set the `fontified' property before doing the fontification to avoid
9993         repeatedly going through the same error.
9994         Don't turn errors into messages.
9995         (jit-lock-register, jit-lock-unregister): New functions.
9997         * dired.el (dired-mark-pop-up): Turn comment into docstring.
9998         Use with-current-buffer.
10000         * dired-aux.el (dired-do-create-files, dired-kill-tree):
10001         Turn comment into docstring.
10003         * apropos.el (apropos-mode): Use define-derived-mode.
10005 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
10007         * startup.el (fancy-splash-pending-command): New variable.
10008         (fancy-splash-pre-command): New function.
10009         (fancy-splash-screens): Rewritten.
10010         (command-line-1): If fancy-splash-pending-command is set, call it
10011         interactively.
10013 2000-10-04  Dave Love  <fx@gnu.org>
10015         * toolbar/tool-bar.el (tool-bar-setup): New function.
10016         (tool-bar-mode): Use it.
10018         * subr.el (substitute-key-definition): Doc fix.
10019         (play-sound-file): New command.
10021 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
10023         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10024         vc-version-backup-file-name): New functions.
10026         * files.el (basic-save-buffer): Call vc-before-save before saving.
10028         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10029         vc-cvs-stay-local-p.
10031         * vc.el (vc-revert-buffer): Handle empty diff properly.
10032         (vc-version-backup-file): New function.
10033         (vc-checkout): Create a version backup if necessary.
10034         (vc-checkin): If a version backup file exists, delete it.
10035         (vc-version-diff): Diff locally using version backups, if available.
10036         (vc-revert-file): If there's a version backup, revert locally.
10037         (vc-transfer-file): Use version backup for base version, if
10038         available.  If not, ask for confirmation whether to get it from the
10039         server.  Update mode line before check-in.
10041 2000-10-04  Dave Love  <fx@gnu.org>
10043         * toolbar/tool-bar.el (tool-bar-setup): New function.
10044         (tool-bar-mode): Use it.
10046 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
10048         * net/net-utils.el (nslookup-font-lock-keywords)
10049         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10050         Only set if window-system is non-nil
10051         (net-utils-run-program): Returns buffer.
10052         (network-connection-reconnect): Added this function.
10054         * generic.el:
10055         Incorporates extensive cleanup and docfixes by
10056         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10057         Uses cl compile-time macros.
10058         (generic-mode-name, generic-comment-list)
10059         (generic-keywords-list, generic-font-lock-expressions)
10060         (generic-mode-function-list, generic-mode-syntax-table):
10061         Removed variables.
10062         (generic-mode-alist): Renamed to generic-mode-list.
10063         (generic-find-file-regexp): Default changed to "^#".
10064         (generic-read-type): Uses completing read on generic-mode-list.
10065         (generic-mode-sanity-check): removed this function.
10066         (generic-add-to-auto-mode): Removed this function
10067         (generic-mode-internal): Bind mode-specific definitions
10068         into function instead of putting them in alist.
10069         (generic-mode-set-comments): Reworked extensively.
10070         (generic-mode-find-file-hook): Simplified regexp searching
10071         (generic-make-keywords-list): Omit extra pair of parens
10073         * find-lisp.el (find-lisp-find-files-internal):
10074         Make sure directory name ends with "/".
10076         * generic-x.el (apache-conf-generic-mode):
10077         Regexp now allows leading whitespace.
10078         (rc-generic-mode): Added eval-when-compile
10079         around generic-make-keywords-list.
10080         Deleted duplicate regexp
10081         (rul-generic-mode): Added eval-when-compile
10082         around generic-make-keywords-list.
10083         (etc-fstab-generic-mode): New generic mode.
10084         (rul-generic-mode): Removed one eval-when-compile
10085         which caused a max-specpdl-size exceeded error.
10087 2000-10-04  Miles Bader  <miles@gnu.org>
10089         * simple.el (minibuffer-temporary-goal-position): New variable.
10090         (next-history-element): Try to keep the position of point in the
10091         input string constant.
10093         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10094         (dired-do-create-files): If there's only one file, pass it in as
10095         the DEFAULT arg to dired-mark-read-file-name.
10097 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
10099         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10100         (diff-goto-source): Be smarter when choosing REVERSE or not.
10102         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10103         (texinfo-mode-menu): Add an explicit shortcut for update all.
10105 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
10107         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10108         factorize backend-specific code cleanly (this was essentially
10109         conceived by Stefan Monnier).
10110         (vc-unregister): Function removed.
10111         (vc-revert-file): New function.
10112         (vc-revert-buffer): Delegate some of the work to it.
10114         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10115         default branch unconditionally.
10116         (vc-rcs-set-default-branch): New function.
10117         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10118         (vc-rcs-checkin): If an appropriate default branch has been set,
10119         force creation of that branch.
10120         (vc-rcs-receive-file): Rewritten to contain only backend-specific
10121         code (as suggested by Stefan Monnier).
10123 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
10125         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10126         highlighting overlay with a different face over the overlay
10127         isearch uses to highlight the current match because that can lead
10128         to bad face combinations.
10130         * loadup.el (toplevel): Load faces before isearch.
10132         * isearch.el (isearch-faces): New custom group.
10133         (isearch): New defface; was already tested for in the code.
10134         (isearch-lazy-highlight-face): Changed to defface from defcustom.
10135         (isearch-highlight): Always use face `isearch'.
10137 2000-10-02  Dave Love  <fx@gnu.org>
10139         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10140         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
10141         comparison of opcode with operand.
10143 2000-10-03  Miles Bader  <miles@gnu.org>
10145         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10146         buffer, since the echo area will now grow to accommodate them.
10148 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
10150         * vc-hooks.el (vc-registered): If FILE used to be registered under
10151         a certain backend, try that one first.
10153         * vc.el (vc-responsible-backend): Undo the previous change in the
10154         argument list.  Handle multiple backends correctly.
10155         (vc-find-new-backend): Function removed.
10156         (vc-register): Use vc-responsible-backend, as before.
10157         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10159 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
10161         * startup.el (fancy-splash-head): Change message below the
10162         logo.
10164 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
10166         * diff-mode.el (diff-goto-source): Emit a status message.
10167         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10168         (diff-test-hunk): Fix doc string.
10169         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10170         (diff-advance-after-apply-hunk): New variable.
10171         (diff-apply-hunk): Don't return a value.
10173 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
10175         * vc.el (vc-editable-p): Minor optimization.
10176         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10177         (vc-find-new-backend): New function split from vc-responsible-backend.
10178         (vc-register): Use it.
10179         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10180         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10181         (vc-default-unregister, vc-revert-buffer): Docstring fix.
10182         (vc-clear-headers): Don't use find-file.
10183         (vc-revert-buffer): Use `and' again (must have been a braino).
10184         (vc-switch-backend): Only prompt if requested.
10185         Short circuit if nothing is to be done.
10186         Don't use vc-resynch-buffer which could lose unsaved editing.
10187         (vc-default-receive-file): Update call to vc-unregister.
10188         (with-vc-file, vc-next-action-on-file):
10189         Use vc-backend rather than vc-registered.
10190         (vc-next-action-on-file): Use intern-soft.
10191         Deal with read-only *vc-diff* buffer.
10192         (vc-transfer-file): Docstring fix.
10194         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10195         (vc-rcs-receive-file): Avoid with-vc-properties.
10196         Update call to vc-unregister.
10197         Use constant `RCS' rather than (dynamically bound) var `backend'.
10199 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
10201         * vc.el (vc-next-action-on-file): Update mode line only if file
10202         is visited.
10203         (vc-start-entry): New argument initial-contents.  Don't visit the file
10204         if it isn't already visited.  Brought documentation up-to-date.
10205         (vc-next-action, vc-register): Updated calls to vc-start-entry.
10206         (vc-checkin): New optional arg initial-contents, which is passed to
10207         vc-start-entry.
10208         (vc-finish-logentry): Make sure to bury log buffer only if there
10209         really is one.  Call `vc-resynch-buffer' on log-file, not
10210         buffer-file-name.
10211         (vc-default-comment-history, vc-default-wash-log): New functions.
10212         (vc-index-of): Removed.
10213         (vc-transfer-file): Make do without the above.
10214         (vc-default-receive-file): Call comment-history unconditionally.  Pass
10215         the resulting string to vc-checkin, instead of inserting it into the
10216         comment ring.
10218         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10219         unconditionally.  Use the comments as initial contents of the log
10220         entry buffer.  Document the trick to force branch creation with no
10221         changes.
10223 2000-10-01  Miles Bader  <miles@gnu.org>
10225         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10226         `recenter' with an arg to prevent redrawing the display.
10228 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
10230         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10232         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10234         * progmodes/c-mode.el (c-mode):
10235         Don't gratuitously override the default for comment-column.
10237         * textmodes/tex-mode.el (latex-metasection-list): New var.
10238         (latex-imenu-create-index): Use it.
10239         Move the regexp construction outside loops (and use push).
10240         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10241         (tex-font-lock-keywords): Moved from font-lock.el.
10242         (tex-comment-indent): Remove.
10243         (tex-common-initialization): Don't set comment-indent-function.
10244         (latex-block-default): New var.
10245         (tex-latex-block): Use it to provide a default choice.
10246         Add any unknown choice to latex-block-names.
10247         Insert [...] after {...}.
10248         (tex-last-unended-begin): Simplify regexp.
10249         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10250         (latex-forward-sexp-1, latex-forward-sexp): New functions.
10251         (latex-mode): Set forward-sexp-function.
10253         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10254         Add regexp for @ignore ... @end ignore.
10255         (texinfo-heading-face): New face.
10256         (texinfo-font-lock-keywords): Use it.
10257         (texinfo-mode-menu): New menu.
10258         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10259         New functions.
10260         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10261         (texinfo-section-types-regexp, texinfo-section-level-regexp)
10262         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10263         Remove declaration.
10264         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10266         * delsel.el (delete-selection-mode): Use define-minor-mode.
10268         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10270 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
10272         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10274 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
10276         * replace.el (keep-lines-read-args): New function.
10277         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10278         read arguments interactively.  Add parameters RSTART and REND.
10279         Operate on the active region in Transient Mark mode.
10281         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10283         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10284         (authors-obsolete-files-regexps): New variable.
10285         (authors-add): Don't record changes in obsolete files.
10287 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
10289         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10291         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10292         (comment-indent): Make sure there's a space between code and comment.
10293         Shift comments left to avoid going past fill-column.
10295 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10297         * startup.el (startup-echo-area-message): New function.
10298         (display-startup-echo-area-message): Use it.
10299         (fancy-splash-screens): Rewritten to use keymaps and a timer.
10300         (fancy-splash-default-action): New function.
10301         (fancy-splash-screens-1): New function.
10302         (fancy-splash-head): Put a help-echo and a keymap under the image.
10304 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
10306         * diff-mode.el (diff-add-log-file-name): Remove.
10307         (diff-mode): Use add-log-buffer-file-name-function.
10309         * add-log.el (find-change-log): New arg BUFFER-FILE.
10310         (add-log-file-name): Obey add-log-file-name-function.
10311         (add-log-buffer-file-name-function): New var.
10312         (add-change-log-entry): Use it.
10314 2000-09-29  Miles Bader  <miles@gnu.org>
10316         * image-file.el (image-file-name-extensions): New variable.
10317         (image-file-name-regexps): Renamed from `image-file-regexps'.
10318         New default value is nil.  Call `auto-image-file-mode'.
10319         (image-file-name-regexp): New function.
10320         (auto-image-file-mode): New minor mode.
10321         (insert-image-file): Don't make conditional on the image-file
10322         handler being enabled.
10323         (image-file-handler): Make the call here conditional instead.
10324         (set-image-file-handler-enabled, enable-image-file-handler)
10325         (disable-image-file-handler): Functions removed.
10327         * emacs-lisp/authors.el (authors-print): Rephrase many-files
10328         string.
10330 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10332         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10333         it's a function from CL.
10334         (latex-imenu-create-index): Replace eval-when-compile with progn
10335         because latex-section-alist is not bound while compiling.
10337 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
10339         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10340         (outline-mode): Use define-derived-mode.
10342         * progmodes/perl-mode.el (perl-mode):
10343         * progmodes/awk-mode.el (awk-mode):
10344         * progmodes/asm-mode.el (asm-mode):
10345         Don't gratuitously override the default for comment-column.
10347         * emacs-lisp/lisp.el (lisp-complete-symbol):
10348         Distinguish the let-binding case from the funcall case.
10349         (forward-sexp-function): New variable.
10350         (forward-sexp): Use it.
10352         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10353         (easy-mmode-defmap): Remove the now useless autoload.
10355         * time.el (display-time-mode): Use define-minor-mode.
10357         * subr.el (add-minor-mode): Don't eval NAME.
10358         Don't depend on the presence of TOGGLE-FUN for any special behavior.
10359         Use if rather than cond.
10361         * simple.el (read-expression-map): Define more properly.
10362         (comment-indent-hook): Remove.
10363         (string-to-syntax): Bug fix.
10365         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10366         (cvs-ediff-diff): Fix typo.
10367         (cvs-revert-if-needed): Don't bother preserving read-only.
10369         * paren.el (show-paren-mode): Use define-minor-mode.
10371         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10372         (toggle-auto-compression): Remove.
10373         (jka-compr-build-file-regexp): Remove useless grouping.
10375         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10376         Avoid user-reserved bindings.
10377         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10378         (diff-header-face): Revert to grey85.
10380         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10382         * complete.el (partial-completion-mode) <defcustom>: Remove.
10383         (partial-completion-mode): Use define-minor-mode.
10384         (PC-do-completion): Understand `completion-auto-help = delay'
10385         to mean to popup the completion buffer only the second time.
10386         (PC-include-file-all-completions, PC-include-file-all-completions)
10387         (PC-include-file-all-completions): Don't quote lambda.
10389         * comint.el (comint-mode-hook): Docstring fix.
10390         (comint-mode): Use define-derived-mode.
10391         (comint-mode-map): Remove obsolete comment.
10392         (make-comint): Minor stylistic change.
10393         (comint-insert-clicked-input): Be more careful to find the overlay.
10394         Use this-command-keys rather than hardcoding mouse-2.
10396         * font-lock.el: Replace confusing (,@ with ,
10397         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10398         Don't use regexp-opt-depth.  Spice up the regexp for args.
10399         Don't distinguish between cmds that can take an opt arg or not.
10400         Use `append' and `prepend' rather than `keep'.
10402         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10403         (latex-outline-regexp): New var.
10404         (latex-outline-level): New fun.
10405         (latex-section-alist): New var.
10406         (latex-imenu-create-index): Use it.  Use `push' as well.
10407         (tex-shell-map): Initialize it properly.
10408         (tex-mode): Minor stylistic change.
10409         (plain-tex-mode): Use define-derived-mode.
10410         (latex-mode): Use define-derived-mode.
10411         Construct the paragraph regexps in a more readable way.
10412         Set the buffer-local outline-{level,regexp} vars.
10413         (slitex-mode): Derive from latex-mode.
10414         (tex-common-initialization): Don't kill-all-vars anymore.
10415         Add setting for comment-add and font-lock-defaults.
10416         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10417         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
10418         (tex-start-tex): New arg DIR (and send a chdir command for it).
10419         Also display the shell buffer and save it in tex-last-buffer-texed.
10420         (tex-region): Use expand-file-name rather than concat.
10421         Remove code made useless by changes in tex-start-tex.
10422         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10424         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10426 2000-09-28  Dave Love  <fx@gnu.org>
10428         * eshell/eshell.el (eshell) <defgroup>: Add :version.
10430 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
10432         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10433         `append'.
10435 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
10437         * info.el (Info-extract-pointer): Undo last change.
10438         Instead, fix the position of the `bound' arg to re-search-backward.
10440 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
10442         * info.el (Info-extract-pointer):
10443         Widen more carefully, to avoid finding pointers in other nodes.
10444         (Info-index): Use push.
10446 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
10448         * frame.el (set-frame-font): Remove call to obsolete function
10449         frame-update-faces.
10450         (set-foreground-color, set-background-color): Likewise for
10451         frame-update-face-colors.
10453 2000-09-27  Miles Bader  <miles@gnu.org>
10455         * image-file.el: New file.
10457 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
10459         * frame.el (frame-notice-user-settings): Don't call
10460         frame-update-faces, which is a no-op now.
10462         * ediff-wind.el (ediff-control-frame-parameters): Add zero
10463         tool-bar-lines.
10465 2000-09-27  Dave Love  <fx@gnu.org>
10467         * mouse.el: Fix last change.
10469 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
10471         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10473 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
10475         * international/quail.el (quail-help): The output message is
10476         improved.
10478 2000-09-26  Dave Love  <fx@gnu.org>
10480         * mouse.el (popup-menu): If POSITION is nil, set it using
10481         mouse-position.
10483 2000-09-25  Sam Steingold  <sds@gnu.org>
10485         * net/browse-url.el (browse-url-file-url): Check for null maps.
10487 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
10489         * frame.el (frame-notice-user-settings): Don't add a
10490         tool-bar-lines frame parameter to default-frame-alist in batch mode.
10492         * frame.el (frame-notice-user-settings):
10493         Make tool-bar-mode and default-frame-alist consistent.
10495         * toolbar/tool-bar.el (tool-bar-help): New function.
10497 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10499         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10500         current-load-list in top-level forms.  Else this leaks a cons cell
10501         every time a defun is called.
10503         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10505 2000-09-25  Dave Love  <fx@gnu.org>
10507         * startup.el (fancy-splash-head): Check XPM is available.
10509         * autoinsert.el (auto-insert): Doc fix.
10510         (auto-insert-alist): Following GNU notices, don't say `copyright
10511         _by_'.  Use line-beginning-position.
10512         (auto-insert): Check buffer-file-name is non-nil before use.
10514 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10516         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10517         starting with `@def' or `@multitable', in addition to ones
10518         specified by the user in auto-fill-inhibit-regexp.
10520 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
10522         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10523         rmail-dont-reply-to-names matches the empty string.
10525 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10527         * startup.el (command-line-1, fancy-splash-text): Change the
10528         text to sound more friendly.
10530 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
10532         * progmodes/hideshow.el: Update author email address.
10533         Generally, sync w/ maintainer version 5.22.
10534         (hs-hide-all-non-comment-function): New var.
10535         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10536         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10537         (hs-show-region): Delete this command.
10538         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10540 2000-09-22  Dave Love  <fx@gnu.org>
10542         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10543         (hl-line-highlight): Specify buffer when moving overlay.
10545         * progmodes/fortran.el (fortran-mode): Locally set
10546         normal-auto-fill-function.
10547         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10548         (fortran-mode-map): Adjust auto-fill menu entry.
10550 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
10552         * vc-rcs.el (toplevel): Require `vc' when compiling.
10554         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10556 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
10558         * vc.el (vc-switch-backend): Signal an error if the file is not
10559         registered under the new backend.
10561         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10562         without explicit revision number.
10564 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
10566         * diff-mode.el (diff-file-header-face): Reset to its previous value.
10567         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10568         (diff-xor): New function.
10569         (diff-find-source-location): Use it.  Fix a stupid name clash.
10570         (diff-hunk-status-msg): New function.
10571         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10572         (diff-test-hunk): Use diff-find-source-location.
10573         (diff-goto-source): Favor the `reverse'.
10574         (diff-hunk-text): Properly handle one-sided context diffs.
10575         (diff-apply-hunk): When done, advance to the next hunk.
10577 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10579         * startup.el (command-line): If frame was created with a non-zero
10580         tool-bar-lines parameter, switch tool-bar-mode on.
10582         * add-log.el (change-log-date-face, change-log-name-face)
10583         (change-log-email-face, change-log-file-face)
10584         (change-log-list-face, change-log-conditionals-face)
10585         (change-log-function-face, change-log-acknowledgement-face):
10586         New faces, inheriting from font-lock faces.
10587         (change-log-font-lock-keywords): Use them.
10589 2000-09-21  Dave Love  <fx@gnu.org>
10591         * progmodes/cperl-mode.el (top-level): Clean up
10592         `eval-when-compile's and assorted defvars.
10593         (cperl-invalid-face): Don't double-quote value.  Change custom
10594         type.
10595         (cperl-mode): Set normal-auto-fill-function and don't zap
10596         auto-fill-function.
10597         (cperl-imenu--function-name-regexp-perl): Renamed from
10598         imenu-example--function-name-regexp-perl.
10599         (cperl-imenu--create-perl-index): Renamed from
10600         imenu-example--create-perl-index.
10601         (cperl-xsub-scan): Don't require cl.
10603         * msb.el (msb-mode-map): Use substitute-key-definition.
10604         (msb-mode): Use msb-mode-map.
10606 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
10608         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10609         New functions.
10610         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10611         (vc-switch-backend): New function.
10612         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10613         (vc-register): Fix prompt.
10614         (vc-unregister, vc-default-unregister): New functions.
10615         (vc-version-diff): Handle empty buffer in sentinel.
10617         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10618         (vc-rcs-state-heuristic): Use it to guess the state of files with
10619         non-strict locking.
10620         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10621         been set with -b, but not created yet.
10622         (vc-rcs-fetch-master-state): With non-strict locking, compare file
10623         contents in order to find the state.
10624         (vc-rcs-checkin): Allow creation of branches with no changes.
10625         (vc-rcs-unregister, vc-rcs-receive-file)
10626         (vc-rcs-set-non-strict-locking): New functions.
10628         * vc-hooks.el (vc-name): Force correct computation of the value
10629         in case it is missing.
10631 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10633         * startup.el (fancy-splash-tail): Use a different foreground
10634         color on a dark frame background.
10636 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
10638         * info.el: Use the correct capitalization when making Info-mode
10639         and Info-edit-mode `special' modes.
10641 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
10643         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10644         (diff-mode): Add support for add-log.el.
10645         (diff-hunk-text): Use char offsets rather than line offsets.
10646         (diff-find-source-location): Replace LINE with line-offset (nil
10647         if not found) and always set POS to a meaningful position.
10648         Adapt to the new char-offsets.
10649         (diff-apply-hunk): Drop support for the unused `select' POPUP.
10650         Adapt to the new diff-find-source-location.
10651         (diff-goto-source): Adapt to the new diff-find-source-location.
10653         * add-log.el (add-log-file-name): New function (split out of
10654         add-change-log-entry).
10655         (add-change-log-entry): Use it.
10656         Call add-log-file-name-function with the changelog file name if
10657         the current buffer is not associated with any file.
10658         Avoid find-file if the selected window is dedicated.
10660         * diff-mode.el (diff-find-source-location):
10661         Move code from diff-apply-hunk.  Return buffer rather than file.
10662         (diff-apply-hunk): Use the new result from  diff-find-source-location.
10663         (diff-goto-source): Use the new diff-find-source-location.
10665 2000-09-20  Dave Love  <fx@gnu.org>
10667         * iswitchb.el: Some doc fixes.
10668         (iswitchb-mode-map): Define completely initially.  Inherit
10669         minibuffer-local-map.
10670         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10671         fundamental-mode.
10672         (iswitchb-global-map): New variable.
10673         (iswitchb-summaries-to-end): Amalgamate regexps.
10674         (iswitchb-mode): New.
10675         (iswitchb-mode-hook): New variable.
10676         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
10677         `extensions'.
10679 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10681         * ehelp.el (electric-help): New defgroup.
10682         (electric-help-shrink-window): New user-option.
10683         (with-electric-help): Use it.
10685         * window.el (shrink-window-if-larger-than-buffer): If face
10686         `mode-line' has a :box, and we're on a graphical frame, add 1
10687         to the needed window height.
10689         * frame.el (frame-notice-user-settings): Add a last parameter nil
10690         to a call to `append', because the last list passed to `append' is
10691         not copied, and so subsequent calls to assq-delete-all will modify
10692         default-frame-alist.
10694         * startup.el (fancy-splash-image): Change :type.
10695         (fancy-splash-head): Use an XBM image if appropriate.
10696         (command-line-1): Show splash screens in more cases.
10698         * startup.el (fancy-splash-text): Don't quote faces.
10700         * dired.el (dired-font-lock-keywords): Undo last change.
10701         (dired-readin): Bind indent-tabs-mode to nil.
10703         * startup.el (fancy-splash-head): If frame's background mode
10704         is `dark', change the black background of the image to gray.
10705         (fancy-splash-screens): Display startup echo area message.
10706         (display-startup-echo-area-message): New function.
10708 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
10710         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10712         * info.el (info-header-node): Tweak for color ttys.
10714         * faces.el (face-valid-attribute-values): Make sure directories we
10715         search for stipples both exist and are readable before trying to
10716         search them.
10718         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10719         in the dry-run case.
10721         * jka-compr.el (with-auto-compression-mode): New macro.
10723         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10724         (custom-group-tag-face, custom-variable-tag-face): Use relative
10725         :height and inherit from `variable-pitch' face instead of
10726         hardwiring :family.
10727         * hi-lock.el (hi-black-hb): Likewise.
10729         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10730         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10731         toolbar-add-item, if image doesn't have a mask add a `:mask
10732         heuristic'.
10734 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
10736         * diff-mode.el: Docstring fixes.
10737         (diff-header-face, diff-comment-face): New faces.
10738         (diff-font-lock-keywords): Highlight a bit differently.
10739         (diff-find-source-location): Don't return SPAN any more.
10740         (diff-hunk-text): Don't bother erasing the temp buffer.
10741         (diff-find-text): Drop argument LINE.
10742         (diff-apply-hunk): Update calls to diff-find-text.
10743         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10745         * calendar/calendar.el: Docstring fixes.
10746         (calendar-make-alist): Don't quote lambda.
10747         (calendar-star-date): Use make-local-variable.
10749 2000-09-19  Dave Love  <fx@gnu.org>
10751         * toolbar/tool-bar.el: Renamed from toolbar.el.
10752         Change `toolbar' to `tool-bar' generally in symbols.
10753         Make some items invisible in `special' major modes.
10754         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10755         Add arg PROPS.
10757         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10758         Add :version here.
10759         (fancy-splash-delay, fancy-splash-image): Remove :version here.
10761 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10763         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10765         * files.el (find-file-suppress-same-file-warnings): New user-option.
10766         (find-file-noselect): Use it.
10768         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10769         (fancy-splash-screen): Defgroup.
10771         * add-log.el (change-log-font-lock-keywords): Match names
10772         more exactly for the case that font-lock-constant-face is
10773         underlined.
10775 2000-09-19  Richard M. Stallman  <rms@gnu.org>
10777         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10779 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
10781         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10783 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10785         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10786         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10787         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10788         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10789         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10790         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10791         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10792         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10793         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10794         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10795         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10796         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10798         * startup.el (fancy-splash-text): New variable.
10799         (fancy-splash-delay, fancy-splash-image): New user-options.
10800         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10801         (fancy-splash-screens): New functions.
10802         (command-line-1): If display has a `display' frame parameter, has
10803         colors, and we have XPM support, show more fancy splash screens.
10805 2000-09-19  Dave Love  <fx@gnu.org>
10807         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
10808         with null `help'.  Use modern backquote syntax.
10810 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10812         * font-lock.el (font-lock-mode): Change message telling the user
10813         that ``the buffer is too big''.
10815         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10816         for instance for the case that tab-width is 2.
10818 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
10820         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10821         toolbar-add-item, if image doesn't have a mask add a `:mask
10822         heuristic'.
10824 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
10826         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10827         and return a cons if it's non-nil.
10828         (diff-apply-hunk): Try to jump to the line in the source text
10829         corresponding to the position of point in the in the hunk.
10831         * info.el (Info-title-3-face, Info-title-2-face)
10832         (Info-title-1-face): Use face inheritance and relative sizes
10833         instead of hard-wiring things.
10835         * faces.el (secondary-selection): Make dark-background variant sane.
10837 2000-09-16  Andrew Innes  <andrewi@gnu.org>
10839         * makefile.w32-in (compile-files-CMD): No need to make .elc files
10840         read-only, since they aren't under VC now.
10842 2000-09-17  Dave Love  <fx@gnu.org>
10844         * tmm.el: Replace mapcar with mapc in several places.
10846         * loadhist.el (unload-feature): Maybe call elp-restore-list and
10847         ad-unadvise.
10849         * international/latin1-disp.el: New file.
10851         * calendar/cal-move.el (scroll-calendar-left)
10852         (scroll-calendar-right): Make arg optional (for active mode line).
10854         * calendar/calendar.el (calendar-mode-line-format): Make fields
10855         mouse-sensitive.
10856         (calendar-read-date, calendar-read-date, calendar-window-list):
10857         Unquote lambda.
10858         (calendar-month-name): Use aref, not sref.
10860         * view.el (minor-mode-alist): Propertize the string.
10862         * international/characters.el (standard-case-table): Add entries
10863         for Greek.
10865 2000-09-18  Miles Bader  <miles@gnu.org>
10867         * info.el (info-node, info-xref): Add dark-background variants.
10869         * faces.el (header-line): Change defaults to be less confusing
10870         when mixed with mode-lines.
10872         * info.el (Info-fontify-node): Make a few cleanups.
10873         Add extra `help-echo' and `local-map' props to node xrefs.
10874         Use header-specific faces for node-names & xrefs.
10875         (Info-use-header-line): New variable.
10876         (info-header-xref, info-header-node): New faces.
10877         (Info-setup-header-line): New function.
10878         (Info-select-node): Call Info-setup-header-line when enabled.
10879         (Info-extract-pointer): Work even if the header line is hidden.
10880         (Info-header-line): New variable.
10882 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
10884         * vms-patch.el (print-region-function): Don't quote lambda.
10886         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10888         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10889         (lm-get-header-re): Allow spaces between the header and the colon.
10890         (lm-header): Allow $ in non-RCS headers.
10891         (lm-header-multiline): Put the strings back into order.
10892         Stop at an empty line.  Don't require two space chars if the
10893         line is clearly not another header line.
10895         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10896         (popup-menu-popup): Remove.
10898 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10900         * toolbar/toolbar.el (toolbar-add-item): Use the same image
10901         specification if or if not tool-bar item contains an `:enabled'
10902         property.
10904         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10905         current buffer has no file name.
10907 2000-09-15  Dave Love  <fx@gnu.org>
10909         * strokes.el: Sync with maintainer's current version with changes
10910         for Emacs, but avoid runtime cl and levents.
10911         (toplevel):  Change autoloads and compilation requires.
10912         (strokes-version, strokes-bug-address, strokes-lift): Values
10913         changed.
10914         (strokes-xpm-header, strokes-insinuated): New variable.
10915         (strokes): Add :link.
10916         (strokes-mode): Customized.
10917         (strokes-while-inhibiting-garbage-collector): New macro.
10918         (strokes-remassoc): Avoid remove-if.
10919         (strokes-fix-button2-command): Don't use ad-do-it.
10920         (strokes-insinuate): New function.
10921         (strokes-button-press-event-p, strokes-button-release-event-p):
10922         New functions, used instead of non-`strokes-' versions..
10923         (strokes-mouse-event-p): Rewritten.
10924         (strokes-event-closest-point): Avoid event-point.
10925         (strokes-get-grid-position): Avoid cdadr, caadr
10926         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10927         functions.
10928         (strokes-help): Use with-output-to-temp-buffer.
10929         (strokes-window-configuration-changed-p): New function.
10930         (strokes-update-window-configuration): Use buffer-live-p,
10931         strokes-window-configuration-changed-p.
10932         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
10933         (strokes-char-face): New face.
10934         (strokes-char-table, strokes-base64-chars): New variable.
10935         (strokes-xpm-for-stroke, strokes-list-strokes)
10936         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10937         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10938         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10939         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10940         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10941         functions.
10943 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10945         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10947         * image.el (create-image): Doc fix.
10949         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10950         instead of `:heuristic-mask t'.
10952 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10954         * makefile.w32-in: Revert to Unix line endings.
10956 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10958         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
10959         when installing.
10961         * makefile.nt (DONTCOMPILE): Fix typo.
10963         * shell.el (shell-write-history-on-exit): New function.
10964         (shell-dumb-shell-regexp): New custom variable.
10965         (shell-mode): Make shell-write-history-on-exit the process
10966         sentinel if shell name matches shell-dumb-shell-regexp.
10968         * w32-fns.el: Comment out before-init-hook function which resets
10969         source-directory based; this breaks bootstrap.
10971 2000-09-14  Dave Love  <fx@gnu.org>
10973         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10974         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10975         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10976         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10977         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10978         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10979         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
10980         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
10981         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10983         * toolbar/toolbar.el: New.
10985         * subdirs.el: Add toolbar.
10987 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
10989         * indent.el (indent-for-tab-command): Doc fix.
10991 2000-09-14  Alex Schroeder  <alex@gnu.org>
10993         * ansi-color.el (ansi-colors): Doc change.
10994         (ansi-color-get-face): Simplified regexp.
10995         (ansi-color-faces-vector): Added more faces, doc change.
10996         (ansi-color-names-vector): Doc change.
10997         (ansi-color-regexp): Simplified regexp.
10998         (ansi-color-parameter-regexp): New regexp.
10999         (ansi-color-filter-apply): Doc change.
11000         (ansi-color-filter-region): Doc change.
11001         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11002         deal with zero length parameters.
11003         (ansi-color-apply-on-region): Doc change.
11004         (ansi-color-map): Doc change.
11005         (ansi-color-map-update): Removed debugging message.
11006         (ansi-color-get-face-1): Added condition-case to trap
11007         args-out-of-range errors.
11008         (ansi-color-get-face): Doc change.
11009         (ansi-color-make-face): Removed.
11010         (ansi-color-for-shell-mode): New option.
11012 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
11014         * international/quail.el (quail-start-translation): Translate KEY
11015         if necessary even if it doesn't have any mapping in the current
11016         input method.
11017         (quail-start-conversion): Likewise.
11018         (quail-help): The output message is improved.
11020 2000-09-13  Miles Bader  <miles@gnu.org>
11022         * comint.el (comint-output-filter): Revert to using
11023         `insert-before-markers'.  Add bletcherous hack to undo damage
11024         caused by `insert-before-markers'.  Put `front-sticky' property on
11025         overlays created here so that the field code understands how the
11026         overlay works.  Use a let when making comint-last-prompt-overlay,
11027         so that the code is easier to read.
11029 2000-09-13  Dave Love  <fx@gnu.org>
11031         * wid-edit.el (widget-default-format-handler): DTRT when
11032         doc-property is a function.
11034 2000-09-12  Francesco Potorti`  <pot@gnu.org>
11036         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11037         filed name if it's not there.
11039 2000-09-12  Dave Love  <fx@gnu.org>
11041         * simple.el (read-mail-command): Doc fix.
11042         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11044         * vc.el (vc-dired-listing-switches): Fix :version.
11046         * vc-hooks.el: Doc fixes.
11048         * subr.el (add-minor-mode): Use toggle-fun arg.
11050         * speedbar.el: Add :version to several defcustoms.
11052         * imenu.el (imenu--truncate-items, imenu--cleanup)
11053         (imenu--generic-function): Avoid mapcar.
11054         (imenu--replace-spaces): Function removed.
11055         (imenu--completion-buffer): Use subst-char-in-string.
11056         (imenu-add-to-menubar): Use keymap inheritance.
11058 2000-09-12  Miles Bader  <miles@gnu.org>
11060         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11061         (diff-mode-map): Bind `diff-test-hunk'.
11062         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11064 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
11066         * bytecomp.el (byte-compile-defvar): Undo last change
11067         because it breaks '(make-variable-buffer-local (defvar ...)'
11068         which is used at least in dired.
11070 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
11072         * international/quail.el (quail-define-package): Docstring
11073         modified.
11075 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
11077         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11078         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11079         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
11080         docstring of "chinese-py".
11082         * international/quail.el (quail-translation-docstring): New
11083         variable.
11084         (quail-show-keyboard-layout): Docstring modified.
11085         (quail-select-current): Likewise.
11086         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11087         infinite recursive call.
11088         (quail-help): Check quail-translation-docstring.  Format of the
11089         output changed.
11090         (quail-help-insert-keymap-description): Adjusted for the above
11091         change.
11093 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
11095         * bytecomp.el (byte-compile-defvar): Only cons onto
11096         current-load-list in top-level forms.  Else this leaks a cons cell
11097         every time a defun is called.
11099 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
11101         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11102         Now understands non-unified diffs.  Some functionality moved into
11103         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
11104         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
11105         modify anything.  Only reposition point in the patched file if the
11106         patch succeeds.  Only pop up another window if POPUP is true.
11107         Emit a message describing what happened if successful, and at what
11108         line-offset.  Automatically detect reversed hunks and do something
11109         appropriate.
11110         (diff-hunk-text, diff-find-text): New functions.
11111         (diff-filter-lines): Function removed.
11112         (diff-test-hunk): New function.
11113         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11115 2000-09-10  Dave Love  <fx@gnu.org>
11117         * textmodes/tildify.el: Minor doc/commentary fixes.
11118         (tildify) <defgroup>: Add :version.
11120         * faces.el (face-x-resources): Make custom type more specific.
11121         (frame-background-mode): Use mapc.
11122         (region) <defcustom>: Add :version.
11124 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
11126         * vc-sccs.el (vc-sccs-register):
11127         * vc-rcs.el (vc-rcs-register):
11128         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11129         * vc.el (vc-register): Clear file's properties.
11131 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
11133         * faces.el (face-spec-set): Only face-spec-reset-face when
11134         ATTRS is non-nil.
11136 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
11138         * help.el (help-insert-xref-button): Fix a typo in doc string.
11140 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
11142         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11143         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11144         methods.
11146         * menu-bar.el (read-mail-item-name): New function.
11147         (menu-bar-tools-menu): Use it to compute and display the package
11148         used to read email.
11149         (menu-bar-tools-menu): Fix typo in GUD's help string.
11151 2000-09-07  Dave Love  <fx@gnu.org>
11153         * diff-mode.el (diff-mouse-goto-source): New function.
11155         * vc-sccs.el: Doc fixes.
11156         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11158         * vc-rcs.el: Doc fixes.
11159         (vc-rcs-register-switches, vc-rcs-checkin-switches)
11160         (vc-rcs-checkout-switches, vc-rcs-header)
11161         (vc-rcs-master-templates): Add or change :version.
11163         * vc-cvs.el: Doc fixes.
11164         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11165         (vc-cvs-stay-local): Add :version.
11167         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11169 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
11171         * international/quail.el (quail-help): Fix previous change.
11173 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
11175         * faces.el (color-values): Doc fix.
11177         * faces.el (frame-set-background-mode): Use frame-parameter
11178         instead of frame-parameters.
11180         * frame.el (filtered-frame-list): Reduce consing.
11181         (frames-on-display-list): Call frame-parameter instead of
11182         frame-parameters.
11184 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
11186         * language/devan-util.el (devanagari-to-indian-region): In the
11187         loop, change the following char, not preceding char.
11189 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
11191         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11192         instead of frame-parameters.
11194         * faces.el (set-face-attribute): Simplify by calling
11195         internal-set-lisp-face-attribute with FRAME being 0.
11197         * vc.el: Remove `Id' version control keyword.
11199 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
11201         * help.el (help-make-xrefs): Adjusted for the change of
11202         help-xref-mule-regexp.
11203         (help-insert-xref-button): New function.
11205         * international/mule-cmds.el (help-xref-mule-regexp-template):
11206         Include the pattern for character set.
11207         (leim): New group.
11209         * international/quail.el: Don't require face.
11210         (quail): New group.
11211         (quail-other-command): Dummy command to make quail-help work better.
11212         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11213         (quail-keyboard-layout-substitution): New variable.
11214         (quail-update-keyboard-layout): New function.
11215         (quail-keyboard-layout-type): New customizable variable.
11216         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11217         (quail-keyboard-translate): Pay attention to
11218         quail-keyboard-layout-substitution.
11219         (quail-insert-kbd-layout): New function.
11220         (quail-show-keyboard-layout): New function.
11221         (quail-get-translation): If the definition is a vector of length
11222         1, and the element is a string of length 1, return the character
11223         in that string.
11224         (quail-update-current-translations): Fix the case of
11225         relative-index out of range.
11226         (quail-build-decode-map, quail-insert-decode-map): New Functions.
11227         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11228         Show key sequences for all available characters.
11229         (quail-help-insert-keymap-description): Don't show such verbose
11230         key bindings as quail-self-insert-command.
11232         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11233         Format changed, and each element now have extra documentations.
11234         (tit-process-header): Delete invalid characters from TIT-PROMPT.
11235         Adjusted for the change of quail-cxterm-package-ext-info.
11237 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
11239         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11240         requiring it leads to a recursive loading of vc.el and vc-hooks.el
11241         during bootstrap.
11243 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
11245         * vc.el: (toplevel): Don't require `dired' at run-time.
11246         (vc-dired-resynch-file): Remove autoload cookie.
11248 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
11250         * vc.el: Made several backend functions optional.
11251         (vc-default-responsible-p): New function.
11252         (vc-merge): Use RET for first version to trigger merge-news, not
11253         prefix arg.
11254         (vc-annotate): Handle backends that do not support annotation.
11255         (vc-default-merge-news): Removed.  The existence of a merge-news
11256         implementation is now checked on caller sites.
11258         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11259         case.
11261         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11262         special case that has been removed from the default in vc-hooks.el.
11264 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
11266         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11268 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
11270         * vc-hooks.el: Require vc during compilation.
11271         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11272         macro `with-vc-properties' in vc.el.
11273         (vc-file-getprop): Doc fix.
11274         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11276         * vc.el: Require dired-aux during compilation.
11277         (vc-name-assoc-file): Moved to vc-sccs.el.
11278         (with-vc-properties): New macro.
11279         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11280         vc-finish-steal): Use it.
11281         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
11282         to the backend-specific function is now supposed to do the checkout,
11283         too.
11284         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11286         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11287         set file properties; that gets done in the generic code now.
11289         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11290         Changed parameter list, added code from vc.el that does the
11291         checkout, possibly with a double-take.
11293         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11294         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11295         the above under the new name.
11296         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
11297         parameter list, added checkout command.
11298         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11299         properties; that gets done in the generic code now.
11301 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
11303         * vc.el: Docstring fixes (courtesy of checkdoc).
11305 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
11307         * vc.el (vc-checkout-writable-buffer-hook)
11308         (vc-checkout-writable-buffer): Remove.
11309         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11310         (vc-log-mode): Make it into a clean derived major mode.
11311         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11312         vc-log-mode if log-edit is not available.
11313         (vc-dired-mode-map): Don't set-keymap-parent yet.
11314         (vc-dired-mode): Do set-keymap-parent here.
11315         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11317 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
11319         * faces.el (set-face-attribute, face-spec-reset-face)
11320         (face-spec-set): Avoid consing by removing calls to `apply'.
11322         * frame.el (frame-parameter): Move to C code.
11324 2000-09-05  Dave Love  <fx@gnu.org>
11326         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11327         insert-before-markers-and-inherit.  Now checked systematically!
11329 2000-09-05  Alex Schroeder  <alex@gnu.org>
11331         * sql.el (sql-postgres): Use sql-postgres-options.
11332         (sql-postgres-options): New variable.
11334 2000-09-05  Alex Schroeder  <alex@gnu.org>
11336         * sql.el (sql-mode-menu): Work around missing variable mark-active
11337         in XEmacs.
11338         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11339         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11340         compatibility.
11342 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
11344         * vc.el (vc-dired-resynch-file): Add autoload cookie.
11346         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11348         * Makefile.in (DONTCOMPILE): Fix typo in file name.
11350 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11352         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11353         don't support anything else under SCCS yet.
11355         * vc-hooks.el: Minor doc fixes.
11357 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11359         * vc.el (vc-next-action-on-file): Do not visit the file if it's
11360         not necessary.  If verbose in state `needs-patch', do the same as
11361         under `up-to-date'.  When NOT verbose and `needs-patch', check out
11362         latest version instead of `merge-news'.
11363         (vc-next-action-dired): Don't mess with default-directory here; it
11364         breaks other parts of dired.  It is the job of the
11365         backend-specific functions to adjust it temporarily if they need it.
11366         (vc-next-action): Remove a special CVS case.
11367         (vc-clear-headers): New optional arg FILE.
11368         (vc-checkin, vc-checkout): Set properties vc-state and
11369         vc-checkout-time properly.
11370         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11371         (vc-print-log): Use new backend function `show-log-entry'.
11372         (vc-cancel-version): Do the checks in a different order.  Added a
11373         FIXME concerning RCS-only code.
11375         * vc-rcs.el (vc-rcs-show-log-entry): New function.
11376         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11378         * vc-cvs.el (vc-cvs-show-log-entry): New function.
11380         * vc-hooks.el (vc-default-mode-line-string): Show state
11381         `needs-patch' as a `-' too.
11383 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11385         * vc.el (vc-responsible-backend): New optional arg REGISTER.
11386         (vc-default-could-register): New function.
11387         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11388         (vc-resynch-buffer): Call vc-dired-resynch-file.
11389         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11390         vc-resynch-buffer instead of vc-resynch-window.
11391         (vc-next-action-dired): Don't redisplay here, that gets done as a
11392         result of the individual file operations.
11393         (vc-retrieve-snapshot): Corrected prompt order.
11395         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11397         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11398         as well.
11399         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
11400         hostname regexps.  Updated all callers.
11401         (vc-cvs-responsible-p): Handle directories as well.
11402         (vc-cvs-could-register): New function.
11403         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11404         properties up-to-date.
11406         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11407         user whether to create one.
11409 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11411         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11412         check out a non-existing file.
11414         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11415         workfile does not exist.
11417         * vc.el (vc-version-diff): Use `require' to check for existence of
11418         diff-mode.
11420 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11422         * vc-cvs.el (vc-cvs-registered): Use new function
11423         vc-cvs-parse-entry to do the actual work.
11425 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11427         * vc-hooks.el (vc-find-backend-function): If function doesn't
11428         exist, return nil instead of error.
11429         (vc-call-backend): Doc fix.
11431         * vc.el (vc-do-command): Doc fix.
11432         (vc-finish-logentry): When checking in from vc-dired, choose the
11433         right backend for logentry check.
11434         (vc-dired-mode-map): Inherit from dired-mode-map.
11435         (vc-dired-mode): Local value of dired-move-to-filename-regexp
11436         simplified.
11437         (vc-dired-state-info): Removed, updated caller.
11438         (vc-default-dired-state-info): Use parentheses instead of hyphens.
11439         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11440         (vc-dired-listing-switches): New variable.
11441         (vc-directory): Use it, instead of dired-listing-switches.
11443         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11444         (vc-cvs-dir-state): New function.
11445         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11446         (vc-cvs-parse-entry): New function, also to be used in
11447         vc-cvs-registered.
11449 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11451         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11452         *or* single-window-frames.
11454 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11456         * vc.el (vc-update-changelog): Split into generic part and default
11457         implementation.  Doc string adapted.
11458         (vc-default-update-changelog): New function.  Call the `rcs2log'
11459         script in exec-directory, to fix a long-standing nuisance.
11461         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11462         simply signals an error.
11464 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11466         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11467         control-flow more clear and to avoid running `cvs' twice.
11469         * vc.el (vc-next-action-on-file): Doc fix.
11470         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11471         (vc-print-log): Eval `file' before constructing the continuation.
11473 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11475         * vc.el (vc-next-action-on-file): Corrected several messages.
11476         (vc-merge): Add prefix arg `merge-news'; handle it.
11478         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11479         is not reached.  It is.
11480         (vc-cvs-merge): Set state to 'edited after merge.
11481         (vc-cvs-merge-news): Set workfile version to nil if not known.
11482         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
11484         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11485         via stdout. (Merge from main line.)
11487 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11489         * vc.el (vc-finish-logentry): Thinko in the "same comment"
11490         detection.
11492 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11494         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11495         against kill-all-local-variables.
11496         (vc-log-edit): Don't save vc-parent-buffer any more.
11497         (vc-last-comment-match): Initialize to an empty string.
11498         (vc-post-command-functions): New hook.
11499         (vc-do-command): Run it.
11500         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11501         (vc-finish-logentry): Only add the comment to the ring if it's
11502         different from the last comment entered.
11503         (vc-new-comment-index): New function.
11504         (vc-previous-comment): Use it.  Make the minibuffer message
11505         slightly less terse.
11506         (vc-comment-search-reverse): Make it work forward as well.  Don't
11507         set vc-comment-ring-index if no match is found.  Use
11508         vc-new-comment-index.
11509         (vc-comment-search-forward): Use vc-comment-search-reverse.
11510         (vc-dired-mode-map): Don't inherit from dired-mode-map since
11511         define-derived-mode will do it for us.  Bind `v' to a keymap that
11512         inherits from vc-prefix-map so that we can bind `vt' without
11513         binding C-x v t.
11514         (vc-retrieve-snapshot): Parenthesis typo.
11516         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11517         to 1.  Make sure to switch to *vc* before looking for an error
11518         message.  Use vc-parse-buffer.
11520 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11522         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11523         and NAME.
11524         (vc-retrieve-snapshot): Split into two parts.
11525         (vc-default-retrieve-snapshot): New function.
11527         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11528         (vc-cvs-retrieve-snapshot): New function (untested).
11529         (vc-cvs-stay-local): Default to t.
11530         (vc-cvs-remote-p): New function and property.
11531         (vc-cvs-state): Stay local only if the above is t.
11532         (vc-handle-cvs): Removed.
11533         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11534         done via vc-handled-backends now.
11535         (vc-cvs-header): Escape Id.
11537 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11539         * vc.el (vc-do-command): Remove unused commands.
11540         (vc-version-diff): Make sure default-directory ends with a slash.
11541         Move the window commands into a vc-exec-after.
11542         (vc-print-log): Move more of the code into the `vc-exec-after'.
11544 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11546         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11547         (vc-print-log): Search current revision from beginning of buffer.
11548         (vc-revert-buffer): Clear echo area after the diff is finished.
11549         (vc-prefix-map): Removed definition of "t" for terse display in vc
11550         dired.
11551         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
11552         definition of "vt" for terse display.
11553         (vc-dired-mode): Fix dired-move-to-filename-regexp.
11555 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11557         * vc.el (vc-exec-after): Avoid caddr.
11559 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11561         * vc.el (vc-exec-after): New function.
11562         (vc-do-command): Use it to add a termination message for async
11563         procs.
11564         (vc-checkout): Try to handle a missing-backend situation.
11565         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11566         of a directory with a backend using async diffs.
11567         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11568         present.
11570         * vc-sccs.el (vc-sccs-state-heuristic): Use
11571         file-ownership-preserved-p.
11573         * vc-rcs.el (vc-rcs-state-heuristic): Use
11574         file-ownership-preserved-p.
11575         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11577 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11579         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11580         vc-do-command.
11582         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11583         when there are no changes.
11585 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11587         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11589         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11591 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11593         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11595         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11596         the `fset' outside of the defvar so that it works even if
11597         vc-prefix-map was already defined.
11598         (vc-setup-buffer): New function, split out of vc-do-command.
11599         (vc-do-command): Allow BUFFER to be t to mean `just use the
11600         current buffer without any fuss'.
11601         (vc-version-diff): Change the `diff' backend operation to just put
11602         the diff in the current buffer without erasing it.  Always use
11603         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
11604         shrink-window-if-larger-than-buffer.
11605         (vc-print-log): Change the `print-log' backend operation to just
11606         put the log in the current buffer without erasing it.  Protect
11607         shrink-window-if-larger-than-buffer.
11608         (vc-update-change-log): Fix setd typo.
11610         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11611         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11613         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11614         (vc-rcs-diff): Insert in the current buffer and remove unused arg
11615         CMP.
11617         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11618         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
11619         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11621 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11623         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11624         not possible, use vc-BACKEND-workfile-unchanged-p.
11625         (vc-default-workfile-unchanged-p): New function.  Delegates to a
11626         full vc-BACKEND-diff.
11628         * vc-hooks.el (vc-simple-command): Removed.
11630         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11631         instead of vc-simple-command.
11632         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11633         avoid doing a diff when opening a file.
11634         (vc-rcs-state): Added check for unlocked-changes.
11635         (vc-rcs-header): Escape Id.
11636         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11637         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11638         version.
11640         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11641         (vc-sccs-diff): Remove optional arg CMP.
11642         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11643         SCCS-specific function.
11645         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11646         vc-simple-command.
11648 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11650         * vc.el (vc-editable-p): Renamed from vc-writable-p.
11651         (with-vc-file, vc-merge): Use vc-editable-p.
11652         (vc-do-command): Remove unused var vc-file and fix the
11653         doubly-defined `status' var.  Add a user message when starting an
11654         async command.
11655         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11656         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11657         Use with-current-buffer.
11658         (vc-buffer-sync): Use unless.
11659         (vc-next-action-on-file): If the file is 'edited by read-only,
11660         make it read-write instead of trying to commit.
11661         (vc-version-diff, vc-update-change-log): Use `setq
11662         default-directory' rather than `cd'.
11663         (vc-log-edit): Don't forget to set default-directory in the
11664         buffer.
11666         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11667         (vc-sccs-state-heuristic): Use file-writable-p instead of
11668         comparing userids.
11669         (vc-sccs-checkout): Use `unless'.
11671         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11672         of comparing userids.
11673         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11674         Simplify the logic by eliminating unreachable code.
11675         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11676         just do a recursive call if we need to retry.
11677         (vc-rcs-checkout): Handle the case where rcs is missing by making
11678         the buffer read-write if requested and re-signalling the error.
11680         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11682 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11684         * vc-hooks.el (vc-handled-backends): Docstring change.
11685         (vc-ignore-vc-files): Mark obsolete.
11686         (vc-registered): Check vc-ignore-vc-files.
11687         (vc-find-file-hook, vc-file-not-found-hook): Don't check
11688         vc-ignore-vc-files.
11690         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11692 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11694         * vc.el (vc-checkout): Don't do anything special for ange-ftp
11695         files since ange-ftp already has vc-registered return nil.
11697         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11698         (vc-sccs-workfile-version): Use with-temp-buffer and new
11699         vc-parse-buffer and don't bother setting the property.
11700         (vc-sccs-add-triple): Use with-current-buffer and
11701         find-file-noselect.
11702         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11704         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
11705         derives from the old vc-parse-buffer but uses the revision number
11706         rather than the date (much easier to compare robustly).
11707         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
11708         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
11709         locking-user more directly.  Check strict locking and set
11710         checkout-model appropriately.
11711         (vc-rcs-parse-locks): Remove.
11712         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11713         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11714         (vc-rcs-system-release): Use with-current-buffer and
11715         vc-parse-buffer.
11716         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11718         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11719         (vc-simple-command): Docstring fix.
11720         (vc-registered): Align the way the file-handler is called with the
11721         way the function itself works.
11722         (vc-file-owner): Remove.
11724         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
11725         extraction of fields and call to file-attributes because of a
11726         temporary bug in rcp.el.
11727         (vc-cvs-fetch-status): Use with-current-buffer.
11729 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11731         * vc.el (vc-do-command): Use file-relative-name.
11732         (vc-responsible-backend): Use vc-backend if possible.
11733         (vc-create-snapshot): Improve the `interactive' spec. Add support
11734         for branches and dispatch to backend-specific `create-snapshot'.
11735         (vc-default-create-snapshot): New function, containing the bulk of
11736         the old vc-create-snapshot.
11737         (vc-retrieve-snapshot): Improve the interactive spec.
11739         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11740         (vc-backend-hook-functions): Remove.
11741         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11742         (vc-backend): Reintroduce the test for `file = nil' now that I
11743         know why it was there (and added a comment to better remember).
11745         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11746         code from vc-sccs-hooks.el.
11747         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
11748         'vc anymore.
11749         (vc-sccs-responsible-p): Use expand-file-name instead of concat
11750         and file-directory-p instead of file-exists-p.
11751         (vc-sccs-check-headers): Simplify the regexp.
11753         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11754         from vc-rcs-hooks.el.  Don't require 'vc anymore.
11755         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11756         file-directory-p instead of file-exists-p.
11758         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11759         from vc-cvs-hooks.el.
11760         (proto vc-cvs-registered): Require 'vc-cvs instead of
11761         'vc-cvs-hooks.  Don't require 'vc anymore.
11762         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11763         file-directory-p instead of file-exists-p.
11764         (vc-cvs-create-snapshot): New function, replacing
11765         vc-cvs-assign-name.
11766         (vc-cvs-assign-name): Remove.
11768 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11770         * vc-cvs.el (vc-cvs-header): New var.
11772         * vc-rcs.el (vc-rcs-exists): Remove.
11773         (vc-rcs-header): New var.
11775         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11776         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11777         (vc-sccs-header): New var.
11779         * vc.el (vc-do-command): Get rid of the `last' argument.
11780         (vc-header-alist): Remove, replaced by vc-X-header.
11781         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11782         (vc-dired-hook): Use expand-file-name instead of concat.
11783         (vc-directory): Use file-name-as-directory.
11784         (vc-snapshot-precondition, vc-create-snapshot)
11785         (vc-retrieve-snapshot): Allow the command to operate on any
11786         directory.
11788         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11789         just removing the 'WORKFILE argument or by removing the 'MASTER
11790         argument and replacing `file' with (vc-name file).
11792 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11794         * vc.el: Update Copyright and add a crude list of backend funs.
11795         (vc-writable-p): New function.
11796         (with-vc-file): Use vc-writable-p.
11797         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11798         (vc-register): Avoid vc-name.
11799         (vc-locking-user): Remove.
11800         (vc-steal-lock): Make the `owner' arg non-optional.
11801         (vc-merge): Use vc-writable-p instead of vc-locking-user and
11802         vc-checkout-model.
11803         (vc-default-dired-state-info): Use vc-state instead of
11804         vc-locking-user and return special strings for special states.
11805         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11806         and get rid of one of the special CVS cases.
11807         (vc-cancel-version): prettify error message with \\[...].
11808         (vc-rename-master): New function.
11809         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11810         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
11811         the CVS special case generic.
11812         (vc-default-record-rename): Remove.
11813         (vc-file-tree-walk-internal): Only call FUNC for files that are
11814         under control of some VC backend and replace `concat' with
11815         expand-file-name.
11816         (vc-file-tree-walk): Update docstring.
11817         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11818         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11820         * vc-sccs.el (vc-sccs-rename-file): Renamed from
11821         vc-sccs-record-rename.  Use `find-file-noselect' rather than
11822         `find-file' and call `vc-rename-master' to do the actual move.
11823         (vc-sccs-diff): Remove unused `backend' variable.
11825         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11826         to delay loading of vc-sccs until it is really used.
11827         (vc-sccs-master-templates): Preload.
11828         (vc-sccs-state): Update call to vc-sccs-parse-locks.
11829         (vc-sccs-project-dir): Remove (merged into
11830         vc-sccs-search-project-dir).
11831         (vc-sccs-search-project-dir): Rewrite using file name handling ops
11832         rather than `concat', make sure it is preloaded and don't bother
11833         to check that the file actually exists.
11834         (vc-sccs-parse-locks): Remove unused `file' argument, remove
11835         `locks' argument (use buffer's content instead) and eliminate n^2
11836         behavior.
11838         * vc-rcs.el: Update Copyright.
11839         (vc-rcs-rename-file): New function.
11840         (vc-rcs-diff): Remove unused `backend' variable.
11842         * vc-hooks.el: Update Copyright.
11843         (vc-backend): Don't accept a nil argument any more.
11844         (vc-up-to-date-p): Turn into a defsubst.
11845         (vc-possible-master): New function.
11846         (vc-check-master-templates): Use `vc-possible-master' and allow
11847         funs in vc-X-master-templates to return a non-existent file.
11849         * vc-cvs.el: Update Copyright.
11850         (vc-cvs-diff): Remove unused `backend' variable.
11851         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11853         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11855 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11857         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11858         since it can be called from vc-rcs.el.
11859         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11861 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11863         * vc.el (vc-version-diff): Expand file name read from the
11864         minibuffer.  Handle the case when a previous version number can't
11865         be guessed.  Give suitable messages when there were no differences
11866         found.
11867         (vc-clear-headers): Call backend-specific implementation, if one
11868         exists.
11869         (vc-cancel-version): Made error checks generic.  When done, clear
11870         headers generically, too.
11872         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11873         from vc-clear-headers in vc.el.
11875         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11876         correctly.
11877         (vc-rcs-latest-on-branch-p): Made second argument VERSION
11878         optional.  Handle the case when it's not there.
11880 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11882         * vc.el (vc-locking-user): Moved from vc-hooks.el.
11884 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11886         * vc-hooks.el (vc-loadup): Remove.
11887         (vc-find-backend-function): Use `require'.  Also, handle the case
11888         where vc-BACKEND-hooks.el doesn't exist.
11889         (vc-call-backend): Cleanup.
11891 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11893         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11894         vc-rcs-grab-templates)
11895         (vc-rcs-registered): Remove.  The default function works as well.
11896         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11897         vc-sccs-grab-templates)
11898         (vc-sccs-registered): Remove.  The default function works as well.
11900         * vc.el (vc-version-diff): Left out a vc- in call to
11901         vc-call-backend.
11902         (vc-default-dired-state-info, vc-default-record-rename)
11903         (vc-default-merge-news): Update for the new backend argument.
11905         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11906         using the default function.
11907         (vc-call-backend): If calling the default function, pass it the
11908         backend as first argument.  Update the docstring accordingly.
11909         (vc-default-state-heuristic, vc-default-mode-line-string): Update
11910         for the new backend argument.
11911         (vc-make-backend-sym): Renamed from vc-make-backend-function.
11912         (vc-find-backend-function): Use the new name.
11913         (vc-default-registered): New function.
11915 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11917         * vc.el (vc-merge): Use vc-find-backend-function.
11919         * vc-hooks.el (vc-backend-functions): Remove.
11920         (vc-loadup): Don't setup 'vc-functions.
11921         (vc-find-backend-function): New function.
11922         (vc-call-backend): Use above fun and populate 'vc-functions
11923         lazily.
11924         (vc-backend-defines): Remove.
11926 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11928         * vc.el (vc-register): Put a FIXME note for a newly found bug.
11929         Call vc-call-backend without the leading vc-.
11930         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11931         (vc-check-headers): Call vc-call-backend without the leading vc-.
11932         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11933         (vc-annotate-display): Replace confusing use of `cond' with `or'.
11934         Call vc-call-backend without the leading vc-.
11936         * vc-cvs.el (tail): Provide vc-cvs.
11937         * vc-sccs.el (tail): Provide vc-sccs.
11938         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11940         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11941         (vc-make-backend-function, vc-call): Pass names without leading
11942         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11943         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11944         (vc-call-backend): Always try to load vc-X-hooks.
11945         (vc-registered): Remove vc- in call to vc-call-backend.
11947 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11949         * vc.el (vc-process-filter): New function.
11950         (vc-do-command): Setup `vc-process-filter' for the async process.
11951         (vc-maybe-resolve-conflicts): New function to reduce
11952         code-duplication.  Additionally, it puts the buffer in
11953         `smerge-mode' if applicable.
11954         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11955         calling `merge-news'.
11956         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11957         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
11958         interfacing to log-edit.el.
11959         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11960         log-edit is available.
11961         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11963 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11965         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11966         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11967         defvar and the initialization.
11968         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11970         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11971         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11973         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11975 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11977         * vc.el (vc-file-clear-masterprops): Removed.
11978         (vc-checkin, vc-revert-buffer): Removed calls to the above.
11979         (vc-version-diff): Use buffer-size without argument.
11980         (vc-register): Heed vc-initial-comment.
11982         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11983         default branch.
11985         * vc-rcs.el (vc-rcs-register): Parse command output to find master
11986         file name and workfile version.
11987         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11989         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11990         vc-file-clear-masterprops.
11992         * vc-sccs.el (vc-sccs-checkout): Removed call to
11993         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
11994         rather than user login name.
11997 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11999         * vc.el (vc-workfile-unchanged-p): Remove unused argument
12000         `want-differences-if-changed' and simplify.
12001         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12002         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12003         output (which is invalid for async vc-diff) to decide whether to
12004         do the revert silently or not.
12006 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12008         * vc-hooks.el (vc-loadup): Load files quietly.
12009         (vc-call-backend): Oops, brain fart.
12011 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12013         * vc-cvs.el (vc-cvs-state): Typo.
12014         (vc-cvs-merge-news): Return the status code rather than the error msg.
12016 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12018         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12019         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12020         vc-state or vc-up-to-date-p.
12021         (vc-merge): Use vc-backend-defines to check whether merging is
12022         possible.  Set state to 'edited after successful merge.
12024         * vc-hooks.el (vc-locking-user): If locked by the calling user,
12025         return that name.  Redocumented.
12027 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12029         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12030         new `vc-state' semantics.
12031         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12032         'vc-locking-user to the current user.
12033         (vc-merge): Inline vc-backend-merge.  Comment out code that I
12034         don't understand and hence can't adapt to the new `vc-state' and
12035         `vc-locking-user' semantics.
12036         (vc-backend-merge): Remove.
12038         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12039         rather than 'vc-locking-user.
12041         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12043         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12044         (vc-state): Don't use 'reserved any more.  Just use the same
12045         convention as the one used for vc-<backend>-state where the
12046         locking user (as a string) is returned.
12047         (vc-locking-user): Update, based on the above convention. The
12048         'vc-locking-user property has disappeared.
12049         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12051         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12052         with a heuristic one.
12053         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12054         (vc-cvs-checkin): Do a trivial parse to set the state in case of
12055         error.  That allows us to get to 'needs-merge even in the
12056         stay-local case.  There's still no way to detect 'needs-patch in
12057         such a setup (or to force an update for that matter).
12058         (vc-cvs-logentry-check): Remove, the default works as well.
12060 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12062         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12064         * vc.el (vc-do-command): kill-all-local-variables, to reset any
12065         major-mode in which the buffer might have been put earlier.  Use
12066         `remove' and `when'.  Allow `okstatus' to be `async' and use
12067         `start-process' in this case.
12068         (vc-version-diff): Handle the case where the diff looks empty
12069         because of the use of an async process.
12071 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
12073         * vc.el (vc-next-action-on-file): Removed optional parameter
12074         `simple'.  Recompute state unconditionally.
12075         (vc-default-toggle-read-only): Removed.
12077         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12078         (vc-toggle-read-only): Undid prev change.
12080         * vc-cvs.el (vc-cvs-stay-local): Renamed from
12081         vc-cvs-simple-toggle.  Redocumented.
12082         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12083         (vc-cvs-toggle-read-only): Removed.
12085 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12087         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12088         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12089         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12090         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
12091         still is. So maybe it should be removed.
12092         (vc-head-version, vc-find-binary): Remove.
12093         (vc-recompute-state): Move from vc-hooks.el.
12094         (vc-next-action-on-file): Add a `simple' argument to allow
12095         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12096         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12097         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12098         (vc-dired-mode-map): Properly defvar it.
12099         (vc-print-log): Call log-view-mode if available.
12100         (small-temporary-file-directory): defvar instead of use boundp.
12101         (vc-merge-news): Moved to vc-cvs.el.
12102         (vc-default-merge-news): New function.
12104         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12105         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12106         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12107         unknown `vc-latest-version' function.  It should probably refer to
12108         vc-workfile-version or somesuch, but it's very unclear to me and I
12109         don't have SCCS to test things.
12111         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12112         (vc-sccs-state-heuristic): Fix typo.
12113         (vc-sccs-workfile-unchanged-p): Add missing argument.
12115         * vc-rcs.el: Require vc and vc-rcs-hooks.
12116         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12117         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12118         (vc-release-greater-or-equal-p): Move from vc.
12119         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12120         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12121         (vc-rcs-checkout): Add a missing `new-version' argument in the
12122         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
12124         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12125         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12126         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12127         than the apparently unbound `workfile-version'.
12129         * vc-hooks.el (vc-master-templates): Def the obsolete var.
12130         (vc-file-prop-obarray): Use `make-vector'.
12131         (vc-backend-functions): Add new hookable functions
12132         vc-toggle-read-only, vc-record-rename and vc-merge-news.
12133         (vc-loadup): If neither backend nor default functions exist, use
12134         the backend function rather than nil.
12135         (vc-call-backend): If the function if not bound yet, try to load
12136         the non-hook file to see if it provides it.
12137         (vc-call): New macro plus use it wherever possible.
12138         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12139         nor `vc-find-binary' since it's only called from
12140         vc-mistrust-permission which is only used once the backend is known.
12141         (vc-checkout-model): Fix parenthesis.
12142         (vc-recompute-state, vc-prefix-map): Move to vc.el.
12144         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12145         (vc-cvs-release, vc-cvs-system-release): Remove.
12146         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12147         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12148         status symbols.
12149         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12150         (vc-cvs-toggle-read-only): First cut at a function to allow a
12151         cvs-status-free vc-toggle-read-only.
12152         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12153         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12154         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
12155         (vc-cvs-checkout): Modify access rights directly if the user
12156         requested not to use `cvs edit'.  And refresh the mode line.
12158         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12159         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12161 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
12163         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
12164         workfile' that got lost when the code was extracted from vc.el.
12165         And merged the tail with the rest of the code (not possible in the
12166         old vc.el where the tail was shared among all backends).  And
12167         explicitly set the state to 'edited if `writable' is set.
12169         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12170         (vc-cvs-state): Be careful to return the value from
12171         vc-cvs-parse-state.
12172         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
12173         property but return it instead.  Also be careful to handle a nil
12174         or "" `rev' when workfile is non-nil (it was handled properly when
12175         workfile was nil).
12177         * vc.el: Removed those pesky unnecessary `(function' quotes.
12178         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12179         directly in the defvar.
12180         (vc-do-command): Bind inhibit-read-only so as to properly handle
12181         the case where the destination buffer has been made read-only.
12182         (vc-diff): Delegate to vc-version-diff in all cases.
12183         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12184         (vc-annotate-mode-variables): Removed (code moved partly to
12185         defvars and partly to vc-annotate-add-menu).
12186         (vc-annotate-mode): Turned into a derived-mode.
12187         (vc-annotate-add-menu): Moved in code in
12188         vc-annotate-mode-variables.
12189         (vc-update-change-log): Use make-temp-file if available.
12191 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
12193         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12194         `vc-checkout-model' updated to `vc-cvs-update-model'.
12196 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12198         * vc.el (vc-next-action-on-file): Added handling of state
12199         `unlocked-changes'.
12200         (vc-checkout-carefully): Is now practically obsolete, unless the
12201         above is too slow to be enabled unconditionally.
12202         (vc-update-change-log): Fixed typo.
12204         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12206         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12207         Now handles state `unlocked-changes'.
12208         (vc-sccs-workfile-unchanged-p): New function, to support the above.
12210         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12212         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12213         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
12214         `unlocked-changes'.
12215         (vc-rcs-workfile-unchanged-p): Renamed from
12216         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
12217         function yet, but supposed to become one soon.
12219         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12220         `vc-steal-lock'.
12221         (vc-call-backend): Changed error message.
12222         (vc-state): Added description of state `unlocked-changes'.
12224 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12226         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12227         always return t in CVS-controlled directories.
12229         * vc.el (vc-responsible-backend): New function.
12230         (vc-register): Largely rewritten.
12231         (vc-admin): Removed (implementation moved into vc-register).
12232         (vc-checkin): Redocumented.
12233         (vc-finish-logentry): If no backend defined yet (because we are in
12234         the process of registering), use the responsible backend.
12236         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12237         Updated function lists.
12238         (vc-call-backend): Fixed typo.
12240         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12241         New functions.
12242         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12243         Removed query option.  Redocumented.
12245 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12247         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12249         * vc.el: Updated callers of `vc-checkout-required' to use
12250         `vc-checkout-model'.
12252 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12254         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
12255         stuff updated to reference this function instead of the old
12256         `vc-backend-release-p'.
12258 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12260         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12261         vc-checkout-model.  Return appropriate values.  Updated callers.
12263 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12265         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12266         (vc-backend-revert): Function moved into `vc-revert';
12267         `vc-next-action' must be updated to accomodate this change.
12268         (vc-backend-steal): Function moved into `vc-finish-steal'.
12269         (vc-backend-logentry-check): Function moved into
12270         `vc-finish-logentry'.
12271         (vc-backend-printlog): Function moved into `vc-print-log'.
12272         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12273         (vc-backend-assign-name): Function moved into
12274         `vc-create-snapshot'.
12276 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12278         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12279         Rename to vc-checkout-model.  Return appropriate values.
12280         Update callers.
12282         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12283         to vc-checkout-model.
12284         (vc-checkout-required): Rename to vc-checkout-model.
12285         Re-implement and re-comment.
12286         (vc-after-save): Use vc-checkout-model.
12288 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12290         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12291         Update to use the vc-BACKEND-diff functions instead.
12292         `vc-diff' is now working.
12294         * vc-rcs.el (vc-rcs-logentry-check): New function.
12296         * vc-cvs.el (vc-cvs-logentry-check): New function.
12298         * vc-sccs.el (vc-sccs-diff): Function changed name from
12299         `vc-backend-diff'.  This makes `vc-diff' work.
12301         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12302         of functions possibly implemented in a vc-BACKEND library.
12303         (vc-checkout-required): Fix bug that caused an error to be
12304         signaled during `vc-after-save'.
12306         * vc.el: Fix typo.
12307         This checkin is made with our new VC code base for the very first time.
12308         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12310         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12311         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12313         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12314         updated to `vc-uses-locking'.
12315         (vc-checkout-required): Call to backend function.
12316         `vc-checkout-required' updated to `vc-uses-locking' instead.
12318         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12319         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12321         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12322         to match the split into various backends.
12323         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
12324         (vc-retrieve-snapshot): Bug fix.
12326 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12328         * vc-sccs.el (vc-sccs-release): Doc fix.
12330 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12332         * vc.el (vc-next-action-on-file): Bug found and fixed.
12333         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12334         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12336         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12337         (vc-rcs-checkout): Name space cleaned up.  No more revision number
12338         crunching function names that are not prefixed with vc-rcs.
12339         (vc-rcs-checkout-model): Function added.  References to
12340         `vc-checkout-model' replaced.
12342 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12344         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12345         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
12346         still need to be split, and implemented for RCS).
12348 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12350         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12352         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12353         required by the vc.el file.
12355         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12356         required by the vc.el file.
12357         (vc-rcs-exists): Function added.
12359         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12360         required by the vc.el file.
12362         * vc.el (vc-admin): Updated to handle selection of appropriate
12363         backend.  Current implementation is crufty and need re-thinking.
12365         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12367 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12369         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12370         beginning of annotate buffers correctly.
12372         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12373         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12374         functionality updated quite a lot to support multiple backends.
12375         Variables `vc-annotate-mode', `vc-annotate-buffers',
12376         `vc-annotate-backend' added.
12378         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12379         `vc-annotate-difference' added to supported backend functions.
12381 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12383         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12384         Use with-temp-file instead of /bin/sh.  Merged from mainline
12386 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12388         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12390         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12392         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12394 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12396         * vc-hooks.el: vc-state-heuristic added to
12397         vc-backend-hook-functions.
12399         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12401         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12403         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12404         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
12405         state to `reserved'.
12407         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12408         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
12410 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12412         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
12413         untouched.
12415         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12417         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12418         if defined.  (Merged from main line, slightly adapted.)
12420         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12421         millenium problem (merged from mainline).
12423 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12425         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12426         part and moved the non-BACKEND stuff to vc.el.
12428         * vc.el: Split the annotate feature into a BACKEND specific part
12429         and moved it from the vc-cvs.el file to this one.
12431 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12433         * vc-hooks.el: Implement new state model.
12434         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12435         (vc-locking-user): Simplify.  Now only needed if the file is
12436         locked by somebody else.
12437         (vc-lock-from-permissions): Remove.  Functionality is in
12438         vc-sccs-hooks.el and vc-rcs-hooks.el now.
12439         (vc-mode-line-string): New name for former vc-status.  Adapted.
12440         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
12442         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12443         Various simplifications and adaptations all over the place.
12445         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12446         Simplify and adapt the rest.
12448         * vc.el (vc-resynch-window): Add TODO comment: check for
12449         interaction with view mode according to recent RCS change.
12450         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12452 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12454         * vc.el: Convert the remaining function comments to docstrings.
12456 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12458         * vc.el (vc-backend-release, vc-release-greater-or-equal)
12459         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12460         (vc-minor-part, vc-previous-version): Functions that operate and
12461         compare revision numbers got proper documentation.  Comments added
12462         about their possible removal.
12464 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12466         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12467         the vc-backend.el files.
12469         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12471         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12472         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12473         (vc-rcs-previous-version): Functions added.
12475         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12477         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12479 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12481         * vc-hooks.el (vc-master-templates): Is really obsolete.
12482         Comment out the definition for now.  What is the right procedure
12483         to get rid of it?
12484         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12485         rewritten.
12486         (vc-default-registered): Remove.
12487         (vc-check-master-templates): New function; does mostly what the
12488         above did before.
12489         (vc-locking-user): Don't rely on the backend to set the property.
12491         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12492         Rewrite documentation.
12493         (vc-rcs-templates-grabbed): New variable.
12494         (vc-rcs-grab-templates): New function.
12495         (vc-rcs-registered): Rewrite to use above mechanism.
12497         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12498         Rewrite documentation.
12499         (vc-sccs-templates-grabbed): New variable.
12500         (vc-sccs-grab-templates): New function.
12501         (vc-sccs-registered): Rewrite to use above mechanism.
12502         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12503         Don't throw the result, simply return it.
12505         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12506         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
12507         (vc-cvs-registered): Does the check itself now.  Simplify.
12509         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12510         from main line.
12512 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12514         * vc-cvs.el (vc-cvs-diff): New function.
12516         * vc-sccs.el (vc-sccs-diff): New function.
12518         * vc-rcs.el (vc-rcs-diff): New function.
12519         (vc-rcs-checkout): Bug (typo) found and fixed.
12520         (vc-rcs-register-switches): New variable.
12522         * vc.el (vc-backend-diff): Function removed and placed in the
12523         backend files.
12525 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12527         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12529         * vc.el (vc-backend-checkout): Function removed and replaced in
12530         the vc-backend.el files.
12532         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12534         * vc.el (vc-backend-admin): Removed and replaced in the
12535         vc-backend.el files.
12537         * vc.el (Martin): Removed all the annotate functionality since it
12538         is CVS backend specific.
12540 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12542         * spec.txt: Added specification of vc-state.
12544         * vc-sccs-hooks.el (vc-sccs-master-properties):
12545         Remove handling of vc-latest-version and
12546         vc-your-latest-version.  What used to be vc-latest-version, is now
12547         returned as vc-workfile-version.
12548         (vc-sccs-workfile-version): Adapt.
12550 2000-09-04  Dave Love  <fx@gnu.org>
12552         * vc.el: [Merged from mainline.]
12553         (vc-dired-mode): Make the dired-move-to-filename-regexp
12554         regexp match the date, to avoid treating date as file size.
12555         Add YYYY S option to WESTERN/
12557 2000-09-04  Dave Love  <fx@gnu.org>
12559         * vc.el: Require `compile' when compiling.
12560         (vc-logentry-check-hook): New option.
12561         (vc-steal-lock): Use compose-mail.
12562         (vc-dired-mode-map): Defvar when compiling.
12563         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12564         vc-sccs.el and renamed.  Callers changed.
12565         (vc-backend-checkout, vc-backend-logentry-check)
12566         (vc-backend-merge-news): Doc fix.
12567         (vc-default-logentry-check): New function.
12568         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12569         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12570         (vc-backend-merge): Doc fix.  Use backend functions.
12571         (vc-check-headers): Use backend functions.
12573         * vc-cvs.el: Require vc when compiling.
12574         (vc-cvs-register-switches): Doc fix.
12575         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12576         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12577         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12578         New functions (code from vc.el).
12579         (vc-annotate-display-default): Fix interactive spec.
12580         (vc-annotate-time-span): Doc fix.
12582         * vc-rcs.el: Require vc when compiling.
12583         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12584         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12585         (vc-rcs-checkin): New functions (code from vc.el).
12586         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12587         Doc fix.
12588         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
12590         * vc-sccs.el: Require vc when compiling.
12591         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12592         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12593         (vc-sccs-revert)
12594         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12595         from vc.el).
12596         (vc-sccs-add-triple, vc-sccs-record-rename)
12597         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12598         (vc-sccs-admin): Doc fix.
12600 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12602         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12603         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12604         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12605         from vc.el.
12607         * vc-sccs.el (vc-admin-sccs): Added from vc.el
12609         * vc-cvs.el: Moved the annotate functionality from vc.el.
12610         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12612 2000-09-04  Dave Love  <fx@gnu.org>
12614         * vc.el (vc-backend-release): Call vc-system-release.
12616         * vc-sccs.el (vc-sccs-system-release):
12617         Renamed from vc-sccs-backend-release.
12619         * vc-rcs.el (vc-rcs-system-release):
12620         Renamed from vc-rcs-backend-release.
12622         * vc-cvs.el (vc-cvs-system-release):
12623         Renamed from vc-cvs-backend-release.
12625 2000-09-04  Dave Love  <fx@gnu.org>
12627         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12628         backend files.
12629         (vc-backend-release): Dispatch to backend functions.
12630         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
12631         probably needs attention.]
12633         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12634         (vc-sccs-backend-release): New function.
12636         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12637         (vc-cvs-backend-release): New function.
12639         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12640         Doc fix.
12641         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12642         (vc-default-dired-state-info): New function.
12643         (vc-dired-state-info): Dispatch to backends.
12644         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
12646         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12647         from vc.el and renamed.
12649 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12651         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12652         (vc-version-other-window, vc-backend-assign-name): Removed
12653         references to vc-latest-version; sometimes changed into
12654         vc-workfile-version.
12656         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12657         vc-rcs-master-workfile-version.
12658         (vc-rcs-workfile-version): Use the above.  Don't call
12659         vc-latest-version (that was unreachable code, anyway).
12660         (vc-rcs-fetch-master-properties): Doc fix.
12662         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12663         (vc-backend-hook-functions): Removed them from this list, too.
12664         (vc-fetch-properties): Removed.
12665         (vc-workfile-version): Doc fix.
12667         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12668         (vc-rcs-workfile-version, vc-rcs-locking-user)
12669         (vc-rcs-uses-locking): Use it.
12671         * vc-hooks.el (vc-consult-rcs-headers):
12672         Moved into vc-rcs-hooks.el, under the name
12673         vc-rcs-consult-headers.
12675         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12676         headers.
12677         (vc-cvs-find-master): Use this name only; correct different
12678         versions of the name.
12680         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12681         New functions.
12682         (vc-sccs-locking-user): Use the latter.
12684         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12685         New functions.
12687         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12688         Moved into both
12689         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
12690         functions are implementation details of those two backends.
12692 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12694         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12695         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12697         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12698         (vc-sccs-parse-locks): SCCS-specific code moved here from
12699         vc-hooks.
12701         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12702         code moved here from vc-hooks.
12704         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12705         into back-end specific parts and removed.  Callers not updated
12706         yet; because I guess these callers will disappear into back-end
12707         specific files anyway.
12709 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12711         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12712         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12713         `vc-uses-locking'.
12715         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12716         Store yes/no in the property, and return t/nil.  Updated all
12717         callers.
12719         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12720         vc-sccs-uses-locking.  Don't set property.
12721         (vc-sccs-locking-user): Don't set property.
12723         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12724         vc-cvs-uses-locking.  Don't set property here; leave that to
12725         vc-hooks.
12726         (vc-cvs-locking-user): Reflect above change.  Streamlined.
12728         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12729         vc-rcs-uses-locking.
12730         (vc-rcs-locking-user): Reflect above change.
12732 2000-09-04  Dave Love  <fx@gnu.org>
12734         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12736         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12738         * vc-hooks.el (vc-checkout-model): Punt to backends.
12740         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12742         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12744         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12745         New functions.
12747         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12748         New functions.
12750         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12751         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12753         * vc-hooks.el (vc-default-locking-user): New function.
12754         (vc-locking-user, vc-workfile-version): Punt to backends.
12756 2000-09-04  Dave Love  <fx@gnu.org>
12758         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12759         (vc-master-workfile-version): Moved from vc-hooks.
12761         * vc-rcs-hooks.el: Fix duplicate code in last change.
12763         * vc-rcs-hooks.el: Require vc-hooks when compiling.
12764         (vc-rcs-master-templates): Improve :type.
12765         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12766         vc-master-workfile-version): Moved from vc-hooks.
12768         * vc-sccs-hooks.el: Require vc-hooks when compiling.
12769         (vc-sccs-master-templates): Improve :type.
12770         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12772         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12774         * vc-cvs-hooks.el: Require vc-hooks when compiling.
12775         (vc-cvs-master-templates): Improve :type.  Use
12776         vc-cvs-find-cvs-master.
12777         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12778         from vc-hooks.
12779         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12781         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12782         Moved to vc-cvs-hooks.
12784         * vc-hooks.el: Add doc strings in various places.  Simplify the
12785         minor mode setup.
12786         (vc-handled-backends): New user variable.
12787         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12788         simplification.
12790 2000-09-04  Dave Love  <fx@gnu.org>
12792         * vc.el: Some doc fixes for autoloaded and interactive functions.
12793         Fix compilation warnings from ediff stuff.
12794         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12796         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12798         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12800         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12802 2000-09-04  Dave Love  <fx@gnu.org>
12804         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12805         New variable.
12806         (vc-make-backend-function, vc-loadup, vc-call-backend)
12807         (vc-backend-defines): New functions.
12809         * vc-hooks.el: Various doc fixes.
12810         (vc-default-back-end, vc-follow-symlinks): Custom fix.
12811         (vc-match-substring): Function removed.  Callers changed to use
12812         match-string.
12813         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12814         Simplify.
12816 2000-09-04  Dave Love  <fx@gnu.org>
12818         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12819         type.
12820         (vc-sccs-project-dir, vc-search-sccs-project-dir)
12821         (vc-sccs-registered): Doc fix.
12823         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12824         (vc-cvs-registered): Doc fix.
12826         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12827         (vc-rcs-registered): Doc fix.
12829 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12831         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12833         * vc-hooks.el: vc-registered has been renamed
12834         vc-default-registered.  Some functions have been moved to the
12835         backend specific files.  they all support the
12836         vc-BACKEND-registered functions.
12838 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12840         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12842         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12844 2000-09-04  Dave Love  <fx@gnu.org>
12846         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12847         menu-bar-update-hook.
12849         * help.el (help-manyarg-func-alist): Add
12850         find-operation-coding-system.
12852         * wid-edit.el (widget-sexp-validate): Fix garbled code.
12854         * custom.el (custom-set-variables): Print message about errors in
12855         setting.
12857 2000-09-03  Andrew Innes  <andrewi@gnu.org>
12859         * makefile.w32-in: Change to DOS line endings.
12861 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12863         * mouse.el (mouse-popup-menubar): Supply the prompt string for
12864         minor-mode keymaps, if they don't have one.
12866 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12868         * eshell/esh-module.el (eval-when-compile): Don't lose if
12869         esh-module.el's file name is truncated to DOS 8+3 limits.
12871 2000-09-01  John Wiegley  <johnw@gnu.org>
12873         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12874         predicate, which caused entries in the completion list to be
12875         doubled.
12877 2000-08-30  John Wiegley  <johnw@gnu.org>
12879         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12880         sending to subprocesses.  Also, hook pre-command-hook if
12881         `eshell-send-direct-to-subprocesses' is non-nil.
12882         (eshell-send-direct-to-subprocesses): New config variable.  If t,
12883         subprocess input is send immediately.
12884         (eshell-toggle-direct-send): New function.
12885         (eshell-self-insert-command): New function.
12886         (eshell-intercept-commands): New function.
12887         (eshell-send-input): If direct subprocess sending is enabled,
12888         don't echo any input to the Eshell buffer.  Let the subprocess
12889         handle that.  This requires "stty echo" in bash, for example.
12891 2000-08-28  John Wiegley  <johnw@gnu.org>
12893         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12894         completion function for Eshell's implementation of `unset'.
12896 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12898         * info.el (Info-directory-list): Doc fix.
12900 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
12902         * filecache.el (file-cache-add-directory-using-find): Don't quote
12903         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12905 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
12907         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12908         coding systems.
12910 2000-08-30  Andrew Innes  <andrewi@gnu.org>
12912         * timer.el (run-with-idle-timer): Undo last change, so that timer
12913         is not activated immediately if Emacs is already idle.  Some
12914         existing code relies on this behaviour.
12916 2000-08-30  Miles Bader  <miles@gnu.org>
12918         * frame.el (set-frame-font): Do completion of font-name for
12919         interactive use.
12921 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
12923         * international/quail.el (quail-start-translation): Bind locally
12924         last-command-event, last-command, and this-command.
12925         (quail-start-conversion): Likewise.
12926         (quail-self-insert-command): Fix docstring.
12928 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
12930         * progmodes/executable.el
12931         (executable-make-buffer-file-executable-if-script-p): Check that
12932         buffer contains at least 2 characters.
12934 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
12936         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12938 2000-08-29  Dave Love  <fx@gnu.org>
12940         * diff-mode.el (diff-mode) <defgroup>: Add :version.
12941         (diff-mode-shared-map): Bind mouse-2.
12942         (diff-imenu-generic-expression): New variable.
12943         (diff-mode): Use it.
12945         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12946         (mouse-popup-menubar): Add minor mode menus.
12947         (popup-menu): Check for lookup-key returning number.
12949 2000-08-29  Miles Bader  <miles@gnu.org>
12951         * comint.el (comint-send-input): Create overlays using the proper
12952         front/read-advance arguments.
12954 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12956         * ps-print.el: Even/odd pages printing.  Doc fix.
12957         (ps-print-version): New version number (6.0).
12958         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12959         (ps-background, ps-begin-file, ps-begin-job): Code fix.
12960         (ps-print-duplex-feature): Variable eliminated.
12961         (ps-even-or-odd-pages): New variable.
12963         * progmodes/ebnf2ps.el: Doc fix.
12964         (ebnf-version): New version (3.3).
12965         (ebnf-user-arrow): Change variable customization to sexp.
12966         (ebnf-user-arrow): Function eliminated.
12967         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12969 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
12971         * help.el (help-xref-mule-regexp): New variable.
12972         (help-make-xrefs): Handle help-xref-mule-regexp.
12974         * international/mule-cmds.el (help-xref-mule-regexp-template): New
12975         variable.
12976         (describe-input-method): Temporarily activate the specfied input
12977         method to display the information.
12978         (describe-language-environment): Hyperlinks to mule related items.
12980         * international/mule-diag.el (charset-multibyte-form-string): New
12981         function.
12982         (list-character-sets-1): Use charset-multibyte-form-string.
12983         (describe-character-set): New function.
12984         (describe-coding-system): Hyperlinks to safe character sets.
12986         * international/quail.el (quail-help): New arg PACKAGE.
12987         Hyperlinks to mule related items.
12988         (quail-help-insert-keymap-description): Use
12989         substitute-command-keys instead of describe-bindings.
12990         (quail-translation-help): Hyperlinks to mule related items.
12992 2000-08-28  John Wiegley  <johnw@gnu.org>
12994         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12995         have a defsubst call itself.  Made `eshell-flatten-list' back into
12996         a function again.
12998         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12999         catch, in case re-centering point at bottom messes up the display.
13000         This happens frequently in Emacs 21, due I believe to variable
13001         line heights.
13003         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13004         to call `find-tag-interactive'.
13006         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13007         the list of remember directories.
13009 2000-08-28  John Wiegley  <johnw@gnu.org>
13011         * align.el: Test align-region-separate to see if it's a symbol.
13013 2000-08-28  John Wiegley  <johnw@gnu.org>
13015         * eshell/esh-util.el (eshell-flatten-list): Made this function
13016         into a defsubst form.  It gets used very frequently, although
13017         calls don't occur all that often.
13019         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13020         examining it.
13022         * eshell/esh-cmd.el (eshell-rewrite-while-command):
13023         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13024         `eshell-protect'.
13025         (eshell-copy-handles): Created a new macro for duplicating the
13026         current set of open handles.  This is needed by the looping
13027         functions.
13028         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13029         is not incorrectly stomped on.
13031         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13032         declaration for pcomplete-use-paring.
13033         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13034         value of eshell-cmpl-use-paring.
13035         * pcomplete.el (pcomplete-use-paring): New config variable, to
13036         indicate whether paring should be used.
13037         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13038         completion alternatives that have already been used.
13040         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13041         bound to C-c C-y, which will repeat the previous N arguments
13042         (based on prefix argument).
13043         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13045         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13046         if there is no *Help* buffer.  This is for XEmacs, which renames
13047         its help buffers uniquely.  TODO: Find out what the current buffer
13048         name to delete is.
13050         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13051         first entry that correlates to a passwd/group number.  Later
13052         entries (used for group/user name aliasing to multiple IDs) are
13053         ignored.
13055         * eshell/em-xtra.el (eshell/expr):
13056         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13057         (eshell-grep, eshell/diff, eshell/locate):
13058         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13059         argument list, before passing it to the system command.
13061         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13062         `find-tag' for use at final position in Eshell buffers (which
13063         otherwise triggers an error on Emacs 21).
13064         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13065         buffer, if it is currently bound to `find-tag'.
13067         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13068         in the list of matched Makefile names.
13069         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13070         directory, prefer its contents to Makefile.
13072         * eshell/em-dirs.el (eshell/cd): cd commands that look up
13073         directory parts (like "cd old new", or "cd =regexp"), are now case
13074         sensitive on non-Windows/DOS platforms.
13076         * eshell/esh-mode.el (eshell-parse-command-input): When a user
13077         types RET after an open delimiter (like "), display a message
13078         indicating that Eshell is waiting for the closing delimiter.
13080         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13081         environment variables.
13083         * eshell/em-unix.el (eshell/diff): Added logic to fail more
13084         gracefully if the user enters incorrect arguments.
13086         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13087         Eshell buffers.
13089         * eshell/esh-var.el (eshell-interpolate-variable):
13090         * eshell/esh-mode.el (eshell-move-argument):
13091         * eshell/em-unix.el (eshell-du-sum-directory):
13092         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13093         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13094         (not (= ...)).
13096         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13097         to ensure the `preserve' flag gets propagated when doing recursive
13098         directory copies.
13100 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
13102         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13103         Don't convert \n into \0177 in memory.
13104         (eshell-read-history, eshell-write-history): Convert \n to \0177,
13105         and back again, when reading and writing.
13107 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
13109         * eshell/esh-util.el (eshell-processp): Added to relieve constant
13110         testing of `fboundp' on `processp'.
13112         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13113         (eshell/jobs): Don't call process-list if it is not bound.
13114         (eshell-gather-process-output): Support systems where async
13115         subprocesses aren't supported.
13116         (eshell-scratch-buffer, eshell-last-sync-output-start): New
13117         variables.
13119         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13120         eshell-do-eval returns t.
13121         (eshell-do-pipelines-synchronously): New defmacro.
13122         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13123         when async subprocesses aren't supported.
13124         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
13125         if async subprocesses aren't supported.
13126         (eshell-resume-command): Don't assume STATUS is a string.
13128         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13130         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13131         (eshell-close-target, eshell-get-target): Use eshell-processp.
13132         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13133         fix.
13134         (eshell-get-target, eshell-create-handles): Doc fix.
13136 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
13138         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13139         criterion to include commands that output something, as long as it
13140         leaves both the command and the end-of-buffer visible when the
13141         command has exited.
13142         (eshell-review-quick-commands): Adjust the help doc string
13143         accordingly.
13145 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
13147         * locate.el (locate): Cleaned up locate command's interactive prompting
13148         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13150         * filecache.el (file-cache-case-fold-search): New variable
13151         (file-cache-assoc-function): New variable
13152         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13153         Use file-cache-case-fold-search variable
13154         (file-cache-add-file): Use file-cache-assoc-function
13155         (file-cache-delete-file): likewise
13156         (file-cache-directory-name): likewise
13157         (file-cache-debug-read-from-minibuffer): likewise
13159 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
13161         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13162         (abbrev-table-name): New function.
13163         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13164         If non-nil list local abbrev, only.
13166 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
13168         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13169         from Gnus support code, and use special article copy buffer
13170         `(gnus-original-article-buffer)' instead.  This allows to get rid
13171         of article-hide-headers usage (which breaks in the latest Gnus
13172         version).  Thanks to Detlev Zundel.
13174 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
13176         * international/quail.el (quail-use-package): Hide "... loaded"
13177         message.
13178         (quail-start-translation, quail-start-conversion): Likewise.
13180         * international/kkc.el (kkc-region): Hide "... loaded" message.
13182 2000-08-27  Dave Love  <fx@gnu.org>
13184         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13186 2000-08-27  Miles Bader  <miles@gnu.org>
13188         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13190 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
13192         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13193         'ja-dic-cnv), not (require 'skkdic-cnv).
13195 2000-08-26  Miles Bader  <miles@gnu.org>
13197         * faces.el (face-x-resources): Add entry for :inherit.
13198         * cus-face.el (custom-face-attributes): Add support for :inherit
13199         attribute.  Add support for relative face heights.
13200         (custom-face-attributes-get): Treat `nil' as being a default value
13201         for :inherit (as well as `unspecified').
13203         * faces.el (set-face-attribute): Update doc string.
13204         (face-attribute-name-alist): Add :inherit.
13205         (face-valid-attribute-values): Handle :inherit.
13206         (face-read-string): Rephrase prompt to be less confusing.
13207         Assume that DEFAULT is a string, since we must return a string.
13208         (face-read-integer): Use `format' to turn DEFAULT into an
13209         acceptable default for face-read-string.  Match NEW-VALUE against
13210         the string "unspecified", not the symbol `unspecified', since
13211         that's what face-read-string returns.
13212         (read-face-attribute): Lookup a name for old-value in valid, and
13213         use it as a default if we find one.  Treat all values from
13214         face-read-string as strings.  If the default is used, don't do any
13215         more processing on the value, just use the old value directly.
13216         (read-face-and-attribute, modify-face): Tweak prompt.
13217         (read-face-name): Don't assume prompt ends with a space.
13219         * faces.el (describe-face): Add support for :inherit attribute.
13221 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
13223         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
13224         concat doesn't accept interger.
13226         * international/kkc.el: Remove SKK from Keywords.  Require
13227         ja-dic-utl instead of skkdic-utl.
13229         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13230         Provide ja-dic-cnv instead of skkdic-cnv.
13231         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
13232         (iso-2022-7bit-short): Add safe-charsets property.
13233         (skkdic-convert-postfix): Search Japanese chou-on character in
13234         addition to Hiragana character.
13235         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13236         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13237         (batch-skkdic-convert): Likewise.
13239         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13240         Provide ja-dic-utl instead of skkdic-utl.
13241         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13243 2000-08-24  Dave Love  <fx@gnu.org>
13245         * disp-table.el (standard-display-default): Make the test of `l'
13246         useful.
13248         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13249         mod sample text.
13251         * international/iso-ascii.el: Make pilcrow convenient string
13252         consistent with section.
13253         (iso-ascii-display): Set up multibyte characters as well as
13254         unibyte.
13256 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
13258         * international/mule-cmds.el (reset-language-environment): Set
13259         default-process-coding-system to '(undecided . iso-latin-1), which
13260         makes process I/O almost consistent with file I/O.   Call this
13261         function when mule-cmds.el[c] is loaded.
13263 2000-08-22  Andrew Innes  <andrewi@gnu.org>
13265         * makefile.w32-in: New file.
13267 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
13269         * comint.el (comint-output-filter): Compare end of
13270         comint-last-output-overlay with the start of the newly inserted
13271         text, not the end, when deciding whether to extend it.
13272         Set saved-point's insertion type to advance after insertion.
13274         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13275         since this is now done independently of font-lock mode.
13277 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
13279         * server.el (server-kill-new-buffers): New user option.
13280         (server-existing-buffer): New buffer-local variable.
13281         (server-visit-files): When using an existing buffer, set
13282         server-existing-buffer to t.
13283         (server-buffer-done): If server-kill-new-buffers is t, kill the
13284         buffer, unless it was already present before visiting it with
13285         Emacs server.
13287 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
13289         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13290         even if the display doesn't support colors: some displays will
13291         support bold/underline faces.
13293 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
13295         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13297         * startup.el (command-line): If user's init file had an error,
13298         add explanatory text to *Messages*.
13300 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
13302         * man.el (Man-getpage-in-background): Decode the process output by
13303         the system locale coding system.
13305 2000-08-20  Dave Love  <fx@gnu.org>
13307         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13308         Don't test x-popup-menu.
13309         (function) <complete-function>: Complete only fbound symbols.
13310         <validate, value>: New.
13311         (variable) <complete-function>: Complete only bound symbols.
13312         (coding-system): Add :base-only, :complete-function, :validate,
13313         :value, :prompt-match.
13314         (widget-coding-system-prompt-value): Use read-coding-system and
13315         act on :base-only.
13316         (editable-field): Add :help-echo.
13317         (widget-push-button-gui, widget-push-button-cache)
13318         (widget-gui-action, widget-editable-list-gui): COmment out, along
13319         with uses.
13320         (widget-at): Make arg optional.
13321         (widget-echo-help): Adjust for current help-echo calling sequence.
13322         (widget-specify-field, widget-specify-button)
13323         (widget-specify-insert, widget-get-sibling, widget-image-find)
13324         (widget-convert, widget-insert, widget-leave-text)
13325         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13326         (widget-setup, widget-field-find, widget-before-change)
13327         (widget-after-change, widget-default-complete)
13328         (widget-default-create, widget-default-delete)
13329         (widget-push-button-value-create, editable-field)
13330         (widget-field-prompt-value, widget-field-validate)
13331         (widget-choice-value-create, widget-choice-action)
13332         (widget-choice-validate, widget-checklist-add-item)
13333         (widget-radio-add-item, widget-radio-chosen)
13334         (widget-radio-value-inline, widget-editable-list-value-create)
13335         (widget-editable-list-entry-create)
13336         (widget-documentation-link-add)
13337         (widget-documentation-string-value-create)
13338         (widget-regexp-validate, widget-file-complete)
13339         (widget-sexp-validate, widget-plist-convert-widget)
13340         (widget-plist-convert-widget, widget-alist-convert-widget)
13341         (widget-alist-convert-widget, widget-color-complete): Simplify,
13342         particularly to avoid bindings which aren't optimized out.
13344         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13345         Doc fix.
13346         (down-list, backward-up-list, up-list, kill-sexp)
13347         (backward-kill-sexp, mark-sexp): Make arg optional.
13348         (lisp-complete-symbol): Add optional arg PREDICATE.
13350         * cus-start.el: Add display-buffer-reuse-frames,
13351         file-coding-system-alist.
13353 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
13355         * startup.el (command-line): Clear realized faces after
13356         modifying TTY color mappings.
13358 2000-08-20  Miles Bader  <miles@gnu.org>
13360         * faces.el (face-attr-match-p): Don't return true if ATTRS are
13361         merely a subset of FACE's attributes.
13363 2000-08-19  Miles Bader  <miles@gnu.org>
13365         * comint.el (comint-output-filter): Save the point with a marker,
13366         not just a buffer position.
13368         * international/mule.el (set-buffer-process-coding-system): Make
13369         interactive prompt less confusing.
13371 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
13373         * hilit-chg.el: General cleanup of doc strings, comments and
13374         code formatting.
13376 2000-08-19  Miles Bader  <miles@gnu.org>
13378         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13379         Compiler macro removed; beginning-of-line is no longer always
13380         equivalent to forward-line, in the presence of fields.
13382         * comint.el (comint-output-filter): Remove ad-hoc saving of
13383         restriction, and just use save-restriction, now that it works
13384         correctly.  Don't adjust comint-last-input-start to account for
13385         our insertion; it shouldn't have moved because we don't use
13386         insert-before-markers anymore.  Comment out call to
13387         `force-mode-line-update'; why is it here?
13389         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13390         while checking for prompt to delete.  Use `forward-line 0'
13391         instead of beginning-of-line.
13392         (gud-filter): Temporarily widen gud comint buffer while
13393         examining output.
13395 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
13397         * progmodes/sh-script.el: Big bag of typos.
13399         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13400         check since ispell-process is not bound when ispell is not yet loaded.
13402 2000-08-18  Dave Love  <fx@gnu.org>
13404         * image.el (find-image): Copy `spec' before using plist-put.
13406 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
13408         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13409         `portugues'.
13411         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13412         backward-kill-sexp, analogous to kill-sexp.
13414         * progmodes/icon.el (icon-indent-line)
13415         (icon-is-continuation-line): Handle comments specially.
13417 2000-08-17  Ken Stevens <k.stevens@ieee.org>
13419         * ispell.el: Set to standard author/maintainer/keyword fields.
13420         Fine tuning to menu map appearance and operation, and added help.
13421         Remove `start' and `end' error messages when compiling.
13422         (ispell-choices-win-default-height): Fixed comment string.
13423         (ispell-dictionary-alist-1): Fixed regexp in castellano and
13424         castellano8 dictionaries.
13425         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13426         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13427         dictionary, added italiano dictionary.
13428         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13429         word character
13430         (ispell-tex-skip-alists): Added psfig support.
13431         (ispell-skip-html): Renamed from ispell-skip-sgml.
13432         (ispell-begin-skip-region-regexp, ispell-skip-region)
13433         (ispell-minor-check): Improved html skipping support to skip across
13434         code, and recognize `&' commands without propper `;' syntax;
13435         (ispell-process-line): Fix alignment error when manually
13436         correcting spelling.
13437         (ispell): Fix comment string.
13438         (ispell-add-per-file-word-list): Always put word list on new line.
13440 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
13442         * format.el (format-encode-run-method): Fix error message to say
13443         `encode' instead of `decode'.  Use save-window-excursion around
13444         shell-command-on-region as in format-decode-run-method because
13445         shell-command-on-region can display a buffer with error output.
13446         (format-decode): Don't record undo information for the decoding.
13447         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
13448         that number part of the temporary buffer name so that more than
13449         one decoding using a temporary buffer can happen safely.
13451         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13452         of `A-z' in the regexp.
13454         * hilit-chg.el: Fix typos in commentary.
13456         * help.el (view-emacs-news): Rewritten for new naming scheme
13457         for old NEWS files.
13459         * startup.el (command-line): Pop to *Messages* in case an error
13460         is signaled while loading user-init-file.
13462 2000-08-17  Andreas Schwab  <schwab@suse.de>
13464         * files.el (insert-directory): Don't lose original file name,
13465         undoing an undocumented change.
13467 2000-08-17  Alex Schroeder  <alex@gnu.org>
13469         * sql.el (sql-magic-go): Use comint-bol.
13470         (sql-copy-column): Use comint-line-beginning-position.
13471         (comint-line-beginning-position): Define a replacement for
13472         comint-line-beginning-position if it is not fboundp.
13474 2000-08-17  Alex Schroeder  <alex@gnu.org>
13476         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13477         it didn't have any effect anyway.
13479 2000-08-17  Alex Schroeder  <alex@gnu.org>
13481         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13482         --pset and pager=off instead of sending \\o|cat at the beginning
13483         of the session.
13485 2000-08-17  Miles Bader  <miles@gnu.org>
13487         * progmodes/octave-inf.el: Add compatibility definition of
13488         comint-line-beginning-position.
13490 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
13492         * startup.el (normal-top-level): Look in each dir in load-path for
13493         a leim-list.el file too.  This assures of loading leim-list.el
13494         that is created at Emacs installation time even if a user have his
13495         own leim-list.el.
13497 2000-08-17  Miles Bader  <miles@gnu.org>
13499         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13500         foreground color to black if the background is dark.
13502 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
13504         * loadhist.el (unload-feature): Typo.
13506         * finder.el (finder-compile-keywords):
13507         * cus-dep.el (custom-make-dependencies): Add local-variable settings
13508         to the generated file.
13510         * mail/mh-e.el (mh-make-local-vars):
13511         Replace make-variable-buffer-local with make-local-variable.
13513         * play/landmark.el:
13514         * options.el (Edit-options-{set,toggle,t,nil}):
13515         * mail/mailabbrev.el (mail-abbrevs-mode):
13516         * textmodes/tex-mode.el (tex-expand-files):
13517         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13519         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13521         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13522         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13523         Allow going past the last element.
13524         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13525         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13526         (cvs-mouse-toggle-mark): Don't move point.
13527         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13529         * progmodes/compile.el (grep): Provide a default set of files.
13530         (next-error): Docstring fix.
13531         (compilation-find-file): Avoid find-file (fails in a dedicated window).
13533         * emacs-lisp/easy-mmode.el (define-minor-mode):
13534         Use `symbol-value' to keep the byte-compiler quiet.
13536         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13537         (diff-find-source-location): New fun, extracted from diff-goto-source.
13538         (diff-goto-source): Use it.
13539         (diff-next-complex-hunk, diff-filter-lines): New function.
13540         (diff-apply-hunk): New command.
13542         * smerge-mode.el (smerge-mode-menu): Doc fix.
13544         * msb.el (msb-mode): Define it in terms of define-minor-mode.
13546 2000-08-16  Dave Love  <fx@gnu.org>
13548         * windmove.el (windmove) <defgroup>: Add :version.
13550         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
13551         (goto-address-fontify-p, goto-address-highlight-p)
13552         (goto-address-url-face, goto-address-url-mouse-face)
13553         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13554         (goto-address-url-regexp): Use thing-at-point-url-regexp.
13555         (goto-address-fontify, goto-address-at-mouse): Simplify,
13556         (goto-address-at-point): browse-url-url-at-point,
13557         goto-address-find-address-at-point can return nil.
13558         (goto-address-find-address-at-point): Return nil on failure.
13560         * align.el (align) <defgroup>: Add :version.
13562         * calculator.el (calculator): Add :version.
13563         (calculator): Use two lines for calculator window if `modeline'
13564         face is boxed.
13566         * play/5x5.el: Doc fixes.
13567         (5x5) <defgroup>: Add :version.
13569         * play/fortune.el (fortune) <defgroup>: Add :version.
13570         (fortune-append): Fix error message.
13571         (fortune-from-region): Doc fix.
13573         * play/pong.el (pong): Doc fix.
13575         * play/morse.el: Keywords, commentary, autoloads.
13577 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
13579         * desktop.el (desktop-save): Don't look at symbol-value of a
13580         member of minor-mode-alist, unless it is boundp.
13582 2000-08-16  Sam Steingold  <sds@gnu.org>
13584         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13585         `while'; use `with-current-buffer' instead of `save-excursion'.
13586         Removed unnecessary kludges now that "*Buffer List*" is excluded.
13588 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
13590         * international/ccl.el (declare-ccl-program): Docstring modified.
13591         (ccl-execute-with-args): Likewise.
13593 2000-08-16  Miles Bader  <miles@gnu.org>
13595         * progmodes/sql.el: Add compatibility definition of
13596         comint-line-beginning-position.
13598 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
13600         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13601         'buffer-menu' property.
13602         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13603         fails.
13604         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13605         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13606         wasn't killed.
13608         * buff-menu.el (list-buffers-noselect): Don't display the
13609         *Buffer List* buffer.
13611         * font-lock.el: Require jit-lock to prevent a very late
13612         `Loading jit-lock' message.
13614         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13615         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13616         mail address.
13618 2000-08-15  Miles Bader  <miles@gnu.org>
13620         * textmodes/ispell.el (ispell-graphic-p): New constant.
13621         (ispell-choices-win-default-height, ispell-help): Use
13622         `ispell-graphic-p' instead of `xemacsp'.
13624 2000-08-15  Dave Love  <fx@gnu.org>
13626         * simple.el: Autoload widget-convert when compiling.
13627         (mail-user-agent): Doc fix.
13629         * help.el (function-called-at-point, variable-at-point): Use
13630         with-syntax-table.
13631         (help-manyarg-func-alist): Add insert-and-inherit.
13633         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13635         * delsel.el (delsel-unload-hook): New function.
13637         * find-file.el: Doc fixes.  Move provide to end.
13638         (ff) <defgroup>: Add :link.
13639         (ff-goto-click): Deleted.
13640         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13641         Use mouse-set-point.
13643         * textmodes/tildify.el: Doc fixes.
13644         (tildify) <defgroup>: Add:version.
13646         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13647         (glasses-custom-set): Use set-default, not set.
13648         (minor-mode-alist): Propertize the lighter.
13649         (glasses-mode): Provide optional arg.
13651         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13652         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
13653         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13654         option.  Provide :type.
13655         (cwarn-configuration): Provide :type.
13656         (cwarn-mode): Doc fix.
13658         * add-log.el (change-log-merge): Doc fix.
13659         (change-log-redate): New command.
13661         * net/browse-url.el (browse-url-filename-alist): Add a clause for
13662         Doze and Dog.
13663         (browse-url): Use dolist, not mapcar.
13664         (browse-url-at-point): Check for null url.
13665         (browse-url-event-buffer, browse-url-event-point): Functions
13666         deleted.
13667         (browse-url-at-mouse, browse-url-netscape): Simplify.
13669         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13670         modes.
13671         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13672         Fix previous change to mapcan.
13673         (msb--init-file-alist, msb--add-separators)
13674         (msb--make-keymap-menu): Simplify.
13675         (msb--choose-file-menu): Use copy-sequence.
13676         (msb-mode-map): Add title to keymap.
13677         (msb-unload-hook): New function.
13679         * bs.el: Fix indentation.
13680         (bs) <defgroup>: Add :links.
13681         (bs-show): Doc fix.
13682         (bs-apply-sort-faces): Don't use window-system.
13683         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13685 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
13687         * calendar/timeclock.el (timeclock-file): Run .timelog through
13688         convert-standard-filename.
13690 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13692         * emacs-lisp/authors.el: New file.
13694         * paren.el (show-paren-priority): New user option.
13695         (show-paren-function): Set overlay priorities to
13696         show-paren-priority.
13698 2000-08-14  Miles Bader  <miles@gnu.org>
13700         * comint.el (comint-bol): Use `forward-line 0' instead of calling
13701         beginning-of-line with inhibit-field-text-motion bound.
13703 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13705         * calendar/timeclock.el: New file.
13707 2000-08-14  David Ponce  <david@dponce.com>
13709         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13710         `widget-button-click'. so that one can use left mouse button to
13711         click on dialog buttons.
13713 2000-08-14  Emmanuel Briot  <briot@gnat.com>
13715         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13716         identifiers, since XML is case sensitive
13718 2000-08-12  Miles Bader  <miles@gnu.org>
13720         * comint.el (comint-output-filter): Don't bother frobbing
13721         window-start, it doesn't seem to be necessary.
13723         * comint.el (comint-send-string, comint-send-region): Make into
13724         real functions.  Snapshot the prompt before sending.
13726 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13728         * info.el (Info-find-emacs-command-nodes): Rewrite to use
13729         technique similar to Info-index, instead of relying on specific
13730         names of relevant Index nodes.
13731         (Info-goto-emacs-command-node): Bind Info-history to nil when
13732         going to the first node found by Info-find-emacs-command-nodes.
13734 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13736         * menu-bar.el (menu-bar-help-menu): Add a :help string.
13738 2000-08-10  Miles Bader  <miles@gnu.org>
13740         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13742 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13744         * info.el (Info-file-list-for-emacs): More elements for the
13745         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13746         and woman manuals.
13748 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
13750         * comint.el (comint-send-input): Make the newline boundary overlay
13751         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
13752         (comint-output-filter): Use `insert' instead of
13753         `insert-before-markers'.  Extend comint-last-output-overlay when
13754         necessary since we can't rely on insert-before-markers to do it.
13755         * gud.el (gud-filter): Use `with-current-buffer' instead of
13756         save-excursion when inserting the output, so that point gets
13757         updated correctly; the old method relied on a rather dodgy
13758         side-effect of comint-output-filter to avoid the effect of
13759         save-excursion.
13761 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13763         * files.el (recover-file): Call insert-directory instead of
13764         invoking `ls' directly.
13766 2000-08-10  Miles Bader  <miles@gnu.org>
13768         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13769         (comint-last-prompt-overlay): New variables.
13770         (comint-output-filter): Implement prompt highlighting.
13771         (comint-snapshot-last-prompt): New function.
13772         (comint-send-input): Snapshot the last prompt.
13773         Use comint-highlight-input-face.
13774         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13775         Use defface instead of defcustom.
13776         (send-invisible, comint-send-eof): Snapshot the last prompt.
13777         (comint-delchar-or-maybe-eof): Use comint-send-eof.
13778         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13780 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
13782         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13783         (regexp-opt-group): Use a list of chars for `letters'.
13784         (regexp-opt-charset): `chars' is now a list of chars.
13785         Use a char-table rather than a vector so it works for multibyte chars.
13787         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
13788         Set cvs-minor-current-files to the selected fileinfo.
13789         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13790         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13792 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
13794         * files.el (insert-directory): Don't call access-file on
13795         directories on DOS and Windows.
13797 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
13799         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13800         longer if necessary.
13801         (ccl-embed-code): Call ccl-embed-data to store CODE in
13802         ccl-program-vector.
13804 2000-08-09  Miles Bader  <miles@gnu.org>
13806         * comint.el (comint-output-filter): Properly handle the case where
13807         the text surrounded by comint-last-output-overlay was deleted.
13809 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
13811         * info.el (Info-insert-dir): Use Info-additional-directory-list if
13812         non-nil.
13813         (Info-file-list-for-emacs): Remove "info" from the list because
13814         that leads to trying to use the documentation from file `info'
13815         in various situations where it isn't appropriate, for instance
13816         C-h C-k C-h i.
13818         * ffap.el (ffap-read-file-or-url-internal): Handle case that
13819         DIR and/or STRING are nil.
13821         * progmodes/compile.el (compilation-setup): Make variable
13822         compilation-error-screen-columns buffer-local, as some comment
13823         in the code suggests it should be.
13825         * files.el (auto-mode-interpreter-regexp): New variable.
13826         (set-auto-mode): Use it.
13828         * indent.el (indent-for-tab-command): Doc fix.
13830         * mouse-sel.el (mouse-sel-mode): Doc fix.
13832         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13833         labels.
13835         * help.el (print-help-return-message): When
13836         display-buffer-reuse-frames is set, let the help window been quit,
13837         instead of deleting it, which might delete a reused frame.
13839 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
13841         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13842         rename a directory to a name that differs only by its letter case.
13844 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
13846         * international/quail.el (quail-define-rules): Handle Quail decode
13847         map correctly.  Add code for supporting annotations.
13848         (quail-install-decode-map): New function.
13849         (quail-defrule-internal): New optional arguments decode-map and
13850         props.
13851         (quail-advice): New function.
13853 2000-08-07  Sam Steingold  <sds@gnu.org>
13855         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13856         `defconst', `define-condition', `with-slots'.
13857         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13859 2000-08-03  Miles Bader  <miles@gnu.org>
13861         * comint.el (comint-use-prompt-regexp-instead-of-fields):
13862         New variable.
13863         (comint-prompt-regexp, comint-get-old-input): Document dependence on
13864         comint-use-prompt-regexp-instead-of-fields.
13865         (comint-send-input): Add `input' field property to stuff we send to
13866         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13867         (comint-output-filter): Add `output' field property to process
13868         output, if comint-use-prompt-regexp-instead-of-fields is nil.
13869         (comint-replace-by-expanded-history)
13870         (comint-get-old-input-default, comint-show-output)
13871         (comint-backward-matching-input, comint-forward-matching-input)
13872         (comint-next-prompt, comint-previous-prompt):  Use field
13873         properties if comint-use-prompt-regexp-instead-of-fields is nil.
13874         (comint-line-beginning-position): New function.
13875         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
13876         (comint-replace-by-expanded-history-before-point): Use
13877         comint-line-beginning-position and line-end-position.
13878         (comint-last-output-overlay): New variable.
13879         (comint-mode): Make `comint-last-output-overlay' buffer-local.
13881         * shell.el (shell-prompt-pattern): Doc change.
13882         (shell-backward-command): Use line-beginning-position.
13884         * gud.el (gud-gdb-complete-command): Use
13885         comint-line-beginning-position.
13887         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13888         comint-bol doesn't actually go to the beginning of the line.
13890         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13891         if comint-use-prompt-regexp-instead-of-fields is non-nil.
13892         (try-expand-line-all-buffers): Likewise.
13894         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13895         explicitly matching comint-prompt-regexp.
13896         (sql-copy-column): Use comint-line-beginning-position instead of
13897         explicitly matching comint-prompt-regexp.
13899         * progmodes/octave-inf.el (inferior-octave-complete): Use
13900         comint-line-beginning-position.
13902         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13904         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13905         looking for a prompt, use `forward-line 0' instead of
13906         `beginning-of-line', to avoid getting caught by an input field.
13908 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
13910         * files.el (shell-quote-wildcard-pattern): Make sure to return
13911         PATTERN, in the Unix case.
13913 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
13915         * play/zone.el (zone): Discard any pending input before running
13916         the randomly-chosen pgm.
13918 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
13920         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13921         checking the existence of any multibyte characters.
13923 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
13925         * help.el (describe-mode): Test minor-mode symbol for being
13926         bound before testing its value for being nil.
13928         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13929         `first', `second', and `third'.
13931         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13932         (second): Make it an alias for `cadr'.
13934 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
13936         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13937         types of display support faces now.
13939 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
13941         * pcvs.el (require): Require `cl' during compilation, only.
13943         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13944         (toplevel): Remove `remq' and `remove' from autoloads.
13945         (cl-fake-autoloads): New variable.  If set, arrange for an error
13946         when CL functions etc. are autoloaded.
13948 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
13950         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13952         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13953         popped up, but the user clicks outside the menu, return an empty
13954         regexp (that causes unhighlight-regexp to have no effect).
13956         * menu-bar.el (menu-bar-games-menu): Add Zone.
13958         * hi-lock.el (toplevel): Require font-lock.
13960 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13962         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13963         (ebnf-8-bit-chars): New var for bug fix.
13964         (ebnf-string): Bug fix.
13966 2000-08-03  Sam Steingold  <sds@gnu.org>
13968         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13969         instead of `buffer-string'.
13970         (require 'cl): Always, not just when compiling.
13971         `ignore-errors' in `interactive', `list*', `defun*' &c make this
13972         necessary.
13974 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
13976         * international/mule-cmds.el (select-safe-coding-system): Make
13977         the message text about selecting a safe coding system more clear.
13979 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
13981         * hi-lock.el: New file.
13983         * play/zone.el: New file.
13985         * replace.el (occur): Set tab-width in the *Occur* buffer to the
13986         value of tab-width in the original buffer.  Choose a line number
13987         format that's a multiple of the original buffer's tab width, so
13988         that lines appear right.
13990         * textmodes/ispell.el (ispell): New function, replacing an alias.
13991         Spell-check active region if in transient-mark-mode and mark
13992         is active; otherwise spell-check buffer.
13994 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13996         * ps-mule.el: Fix a customization problem on
13997         ps-mule-font-info-database-default.
13999 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
14001         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14002         display-mouse-p instead of window-system.
14003         (ebrowse-member-mode-map): Ditto.
14005 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14007         * progmodes/ebnf2ps.el: Update ps-print functions call.
14008         Indentation fix.  Doc fix.
14009         (ebnf-version): New version number (3.2).
14010         (ebnf-format-color, ebnf-begin-job): Code fix.
14012 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
14014         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14015         font lock support on window-system.
14016         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14018         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14019         display-color-p, if fboundp, instead of window-system.
14021 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
14023         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14024         instead of window-system.
14026         * wid-edit.el (widget-choose): Use display-mouse-p instead of
14027         window-system.
14028         (widget-choice-mouse-down-action): Use display-popup-menus-p
14029         instead of window-system.
14031         * strokes.el (strokes-file): Run the file name through
14032         convert-standard-filename.
14033         (strokes-mode): Call display-mouse-p instead of looking at
14034         window-system.  Change the error message accordingly.
14036         * progmodes/cpp.el (toplevel): Support faces on tty's.
14038         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14039         (lm-plot-square, lm-init-display): Don't use window-system.
14041         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14042         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14044         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14045         instead of looking at window-system.
14047 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
14049         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14050         of testing if iswitchb-prepost-hooks is bound, because the
14051         latter will always be true when invoking a recursive minibuffer
14052         from an active Iswitchb buffer.
14054 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
14056         * files.el (shell-quote-wildcard-pattern): New function.
14057         (insert-directory): Call it.  Only prepend "\" to command on Unix
14058         and GNU/Linux systems.
14060 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
14062         * eshell/esh-groups.el: Change custom :link file names
14063         from `eshell.info' to `eshell'.
14065 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
14067         * dired.el (dired-build-subdir-alist): Expand subdirectory names
14068         correctly in recursive ange-ftp listings.
14070 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14072         * ps-print.el: Fix bug 1: if ps-font-size-internal,
14073         ps-header-font-size-internal and
14074         ps-header-title-font-size-internal variables are not set,
14075         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
14076         face text property is (foreground-color . COLOR) or
14077         `(background-color . COLOR)', ps-print crashes.  Doc fix.
14078         (ps-print-version): New version number (5.2.4).
14079         (ps-plot-region): Code fix.
14080         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14081         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14082         Bug fix 2.
14084 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
14086         * glasses.el (glasses-make-readable): Fix uncapitalization of
14087         identifiers like `myXMLDocument'.
14089 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
14091         * mail/mail-hist.el (mail-hist-previous-input)
14092         (mail-hist-next-input): Do the obvious code factorization.
14093         (mail-hist-retrieve-and-insert): New func, contains common
14094         code of above two.
14095         If inserting a message body, leave point at top.
14097 2000-07-28  Sam Steingold  <sds@gnu.org>
14099         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14100         Use `<=', not `<' to compare times!
14101         (ange-ftp-ls): Remove.
14103 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
14105         * play/cookie1.el: Add explanation of how to make cookie.el
14106         compatible with strfile(1) to comment.
14108         * subr.el (remove, remq): New functions.
14110         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14111         escape `*' in regexps.
14112         (midnight-find): Reverse order of arguments in the funcall of
14113         TEST.
14115         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14116         and `.class'.
14118         * play/meese.el: Add Commentary section.
14120 2000-07-27  Alex Schroeder  <alex@gnu.org>
14122         * sql.el (sql-ms): Added autoload cookie.
14123         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14124         (sql-oracle): Ditto.
14125         (sql-help): Doc change.
14127         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14128         types and exceptions.
14130 2000-07-27  Alex Schroeder  <alex@gnu.org>
14132         * sql.el (sql-placeholder-history): New variable.
14133         (sql-query-placeholders-and-send): New function that will query
14134         the user and replace placeholders with user input.
14135         (sql-oracle): If running on NT, set comint-input-sender to
14136         sql-query-placeholders-and-send.
14138         (sql-stop): If in the SQLi buffer, insert stop notification, else
14139         present it as a message.
14141 2000-07-27  Alex Schroeder  <alex@gnu.org>
14143         * sql.el (sql-input-ring-separator): Doc change.
14144         (sql-input-ring-file-name): Doc change.
14145         (sql-interactive-mode): Use `sql-input-ring-separator' and
14146         `sql-input-ring-file-name' to set the comint-mode equivalents
14147         without making them local variables.
14148         (sql-stop): Don't bind `sql-input-ring-separator' and
14149         `sql-input-ring-file-name' dynamically to their comint-mode
14150         equivalents.
14152 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
14154         * international/mule.el (register-char-codings): New function.
14155         (make-coding-system): Handle `safe-chars' specification in the arg
14156         PROPERTY.
14158         * international/mule-cmds.el
14159         (find-coding-systems-region-subset-p): This function deleted.
14160         (sort-coding-systems-predicate): New variable.
14161         (sort-coding-systems): New function.
14162         (find-coding-systems-region): Use
14163         find-coding-systems-region-internal.
14164         (find-coding-systems-string): Use find-coding-systems-region.
14165         (find-coding-systems-for-charsets): Check
14166         char-coding-system-table.
14167         (select-safe-coding-system-accept-default-p): New variable.
14168         (select-safe-coding-system): Mostly rewritten.  New argument
14169         ACCEPT-DEFAULT-P.
14170         (select-message-coding-system): Call select-safe-coding-system
14171         with ACCEPT-DEFAULT-P arg.
14172         (reset-language-environment): Reset default-sendmail-coding-system
14173         to the default value iso-latin-1.
14174         (set-language-environment): Don't set the obsolete variable
14175         charset-origin-alist.
14177         * international/codepage.el (cp-coding-system-for-codepage-1):
14178         Give `safe-chars' property to make-coding-system.
14180         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14181         calling select-message-coding-system twice.
14183         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14184         instead of `safe-charsets'.
14185         (cyrillic-alternativnyj): Likewise.
14186         (ccl-encode-alternativnyj): Don't check the charset
14187         cyrillic-iso8859-5.
14189 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
14191         * composite.el (compose-chars-after): Preserve match data.
14193 2000-07-26  Sam Steingold  <sds@gnu.org>
14195         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14196         (ange-ftp-real-file-newer-than-file-p): New function.
14197         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14198         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14200         * tooltip.el (tooltip-float-time): Removed (use `float-time').
14201         * midnight.el (midnight-float-time): Ditto.
14203 2000-07-26  Andreas Schwab  <schwab@suse.de>
14205         * files.el (normal-backup-enable-predicate): Correct
14206         interpretation of the return value of compare-strings.
14208 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
14210         * isearch.el (isearch-resume): New function.
14211         (isearch-done): Add something to command-history to resume
14212         the search.
14213         (isearch-yank-line, isearch-yank-word): Use
14214         buffer-substring-no-properties instead of buffer-substring.
14216         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14217         of flyspell-mouse-map.
14219         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14220         duplicate definition.
14221         (makefile-mode): Remove duplicate setting of local-abbrev-table.
14223         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14224         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14226 2000-07-25  Sam Steingold  <sds@gnu.org>
14228         * net/ange-ftp.el: Get modtime over the net.
14229         (ange-ftp-file-modtime): New function.
14230         (ange-ftp-write-region, ange-ftp-insert-file-contents)
14231         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14232         Use it.
14233         (ange-ftp-dot-to-slash): New function.
14234         (ange-ftp-fix-name-for-vms): Use it.
14236         * midnight.el (midnight-buffer-display-time): Use
14237         `with-current-buffer'.
14239 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
14241         * find-dired.el: Update copyright notice.
14242         (find-dired): Offer to kill a running `find'.
14244         * enriched.el (enriched-face-ans): For a `foreground-color'
14245         property, return '(("x-color" COLOR))' so that COLOR will be
14246         output as a parameter of the x-color annotation.  Likewise for the
14247         `background-color' property.  In the case of normal face
14248         properties, don't return annotations for unspecified foreground
14249         and background face attributes.
14251 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
14253         * language/japan-util.el (japanese-katakana-region): Fix handling
14254         HANKAKU argument.
14256 2000-07-25  Miles Bader  <miles@gnu.org>
14258         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14259         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
14260         constrain-to-field.
14262 2000-07-24  Andrew Innes  <andrewi@gnu.org>
14264         * timer.el (timer-activate-when-idle): Add optional parameter
14265         DONT-WAIT.  Update docstring.
14266         (run-with-idle-timer): Specify extra parameter to
14267         timer-activate-when-idle, so that timer will be activated
14268         immediately if Emacs is already idle.
14270         * w32-fns.el (w32-using-nt): Fix docstring.
14272 2000-07-24  Dave Love  <fx@gnu.org>
14274         * mouse.el (popup-menu): Set last-command-event.
14275         (mouse-major-mode-menu-prefix): Declare.
14277 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
14279         * textmodes/flyspell.el: Update to author's version 1.5d.
14281         * progmodes/hideshow.el: Update copyright notice.
14283         * vcursor.el: Set maintainer to FSF, since author cannot
14284         be reached.
14286 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
14288         * info.el (Info-goto-emacs-key-command-node): Leave a space after
14289         the prompt.
14291         * mouse.el (popup-menu): Run the keymap through indirect-function,
14292         in case it was defined with define-prefix-key.  If the menu is a
14293         list of keymaps, look up the binding of user's choice in each one
14294         of the keymaps.
14295         (mouse-popup-menubar): If the global and local menu-bar keymaps
14296         don't have a prompt string, create one and insert it into the
14297         keymap.  Don't barf if current-local-map returns nil.
14299 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
14301         * dired.el (dired-sort-R-check): Added to allow recursive listing
14302         to be undone.
14303         (dired-sort-other): Use it.
14305 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14307         * Release of cc-mode 5.27
14309 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14311         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14312         c-beginning-of-statement-1 that caused a bad case of recursion
14313         which could consume a lot of CPU in large classes in languages
14314         that have in-expression classes (i.e. Java and Pike).
14316         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14317         statements before top level constructs (i.e. case 6 is moved
14318         before case 5 and is now case 4) to catch in-expression
14319         classes in top level expressions correctly.
14321 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14323         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14324         objc-method-intro. Case 4 removed and case 5I added.
14326         * cc-langs.el (c-append-paragraph-start): New variable used by
14327         c-common-init to get paragraph-start correct.
14328         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14329         initialize paragraph-start to make it correct both with and
14330         without the javadoc special case.
14332         * cc-mode.el (java-mode): Use c-append-paragraph-start to
14333         initialize paragraph-start for javadoc markup.
14335         * cc-vars.el (c-style-variables-are-local-p): Incompatible
14336         change by defaulting this to t.  It's motivated by the
14337         confusing behavior that otherwise arise from the style system
14338         when editing both java and non-java files at the same time
14339         (see the comments about style setting in c-common-init).
14341 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14343         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14344         similar to the one in c-fill-paragraph to check the fill
14345         prefix from the adaptive fill function for sanity.
14347 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14349         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14350         defun block.
14352 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14354         * cc-align.el (c-lineup-multi-inher): Handle lines with
14355         leading comma nicely. Extended to handle member initializers
14356         too.
14358         * cc-engine.el: (c-beginning-of-inheritance-list,
14359         c-guess-basic-syntax): Fixed recognition of inheritance lists
14360         when the lines begins with a comma.
14362         * cc-vars.el (c-offsets-alist): Changed default for
14363         member-init-cont to c-lineup-multi-inher since it now handles
14364         member initializers and indents better for leading commas.
14366 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14368         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14369         handling that caused class open lines to be recognized as
14370         statement-conts in some cases.
14372         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14373         guessed by the adaptive fill function unless point is on the
14374         first line of a block comment.
14376         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14377         when the buffer ends with a macro continuation char.
14379         * cc-engine.el (c-guess-basic-syntax): Added support for
14380         function definitions as statements in Pike.  The first
14381         statement in a lambda block is now labeled defun-block-intro
14382         instead of statement-block-intro.
14384         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14385         so that the class surrounding point is selected, not the one
14386         innermost in the state.
14388         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14389         recognition of switch labels having hanging multiline
14390         statements.
14392         * cc-engine.el (c-beginning-of-member-init-list): Broke out
14393         some code in c-guess-basic-syntax to a separate function.
14394         * cc-engine.el (c-just-after-func-arglist-p): Fixed
14395         recognition of member inits with multiple line arglists.
14396         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14397         member-init-cont when the commas are in funny places.
14399 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14401         * cc-defs.el (c-auto-newline): Removed this macro since it's
14402         not used anymore.
14404         * cc-engine.el (c-looking-at-bos): New helper function.
14405         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14406         inexpr and toplevel classes apart in Pike.
14408         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14409         of case 9A.
14411         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14412         constant, since "class" can introduce an in-expression class
14413         in Pike nowadays.
14415 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14417         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14418         indentation on cpp-macro lines.
14420         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14421         a syntax modifier like comment-intro, to make it possible to
14422         get syntactic indentation for preprocessor directives.  It's
14423         incompatible wrt to lineup functions on cpp-macro, but it has
14424         no observable effect in the 99.9% common case where cpp-macro
14425         is set to -1000.
14427 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14429         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14430         member-init-cont when the preceding arglist is several lines.
14432 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14434         * cc-styles.el (c-style-alist): The basic offset for the BSD
14435         style corrected to 8.
14437 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14439         * cc-styles.el (c-style-alist): Adjusted the indentation of
14440         brace list openers in the gnu style.
14442 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14444         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14446         * cc-cmds.el (c-electric-brace, c-electric-slash,
14447         c-electric-star, c-electric-semi&comma, c-electric-colon,
14448         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14449         when c-syntactic-indentation is nil.
14451         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14452         we were left at comments preceding the first statement when
14453         reaching the beginning of the buffer.
14455         * cc-vars.el (c-syntactic-indentation): New variable to turn
14456         off all syntactic indentation.
14458 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14460         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14461         between the text and the block comment ender when it hangs,
14462         depending on how many there are before the fill.
14464 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14466         * cc-engine.el (c-beginning-of-closest-statement): New helper
14467         function to go back to the closest preceding statement start,
14468         which could be inside a conditional statement.
14469         * cc-engine.el (c-guess-basic-syntax): Use
14470         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14472         * cc-engine.el (c-guess-basic-syntax): Better handling of
14473         arglist-intro, arglist-cont-nonempty and arglist-close when
14474         the arglist is nested inside parens.  Cases 7A, 7C and 7F
14475         changed.
14477         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14478         up-to-date with javadoc 1.2.
14480 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14482         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14483         multiline Pike type decls.
14485 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14487         * cc-cmds.el (c-indent-new-comment-line): Always break
14488         multiline comments in multiline mode, regardless of
14489         comment-multi-line.
14491 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14493         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14494         fully::qualified::names in C++ member init lists.  Preamble in
14495         case 5D changed.
14497 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14499         * cc-langs.el (c-common-init): Handling of obsolete variables
14500         moved to c-initialize-cc-mode.  More compatible style override
14501         when using global style variables.
14502         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14503         variables moved here.
14505         * cc-styles.el (c-make-styles-buffer-local): Flag style
14506         variable localness in c-style-variables-are-local-p to make
14507         the compatibility measure in c-common-init work well.
14509         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14510         longer contain set-from-style.
14511         * cc-styles.el (c-initialize-builtin-style): Don't check for
14512         set-from-style on c-special-indent-hook.
14513         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
14514         copy-alist is sufficient now.
14516         * cc-styles.el (c-set-style, c-set-style-1,
14517         c-get-style-variables): Fixes to variable initialization so
14518         that duplicate entries in styles have the same effect
14519         regardless of DONT-OVERRIDE.
14521         * cc-styles.el (c-set-style-2): Fixed bug where the
14522         initialization of inheriting styles failed when the
14523         dont-override flag is set.
14525         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14526         on this.
14528 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14530         * cc-defs.el (c-forward-comment): Removed the workaround
14531         introduced in 5.38 since it had worse side-effects.  If a line
14532         contains the string "//\"", it regarded the // as a comment
14533         start since the \ temporarily doesn't have escape syntax.
14535 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
14537         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14538         ada-xref.el before ada-prj.el, so that the Project menu is created
14539         when ada-prj tries to add to it.
14540         (ada-activate-keys-for-case): Suppress the characters that are not
14541         part of the Ada syntax. Better compatibility with else-mode
14542         (ada-adjust-case-interactive): When auto-casing is not active,
14543         correctly insert newlines (used to insert only ^M).  Prevent the
14544         syntax table from being changed in case of an error
14545         (or '_' becomes part of a word and some commands are confused).
14546         Do nothing if ada-auto-case is nil.
14547         (ada-after-keyword-p): Ignore keywords that are also attributes
14548         (ada-batch-reformat): Update usage comment
14549         (ada-call-from-contextual-menu): New function
14550         (ada-case-read-exceptions): Reinitialize the casing exception list
14551         first to nil first, so that the casing exception file can be
14552         shared.
14553         (ada-check-defun-name): Handles "configure" keyword for gnatdist
14554         files.
14555         (ada-compile-goto-error): Fix regexp used to detect a file:line
14556         anywhere in the error message
14557         (ada-contextual-menu-last-point): New variable
14558         (ada-create-keymap): If the variable delete-key-deletes-forward is
14559         t on XEmacs, it means that DEL should delete one character
14560         forward.
14561         (ada-create-menu): Use :included instead of :visible for XEmacs.
14562         New submenu "Options".
14563         (ada-end-stmt-re): Correctly indent "select ... then abort"
14564         statements.
14565         (ada-fill-comment-paragraph): Correctly delete all leading '--'
14566         even if they don't match ada-fill-comment-prefix Fix handling of
14567         paragraphs on the first or last line of a file.
14568         (ada-format-paramlist): Fix handling of default parameter values.
14569         (ada-get-body-name): New function.
14570         (ada-get-current-indent): Optimized by searchling directly for an
14571         existing generic part or a statement outside of it.  Handle
14572         ada-indent-align-comments when indenting comments Replaced some
14573         regexps by testing directly the next character. This results in a
14574         huge speedup on some files.  New indentation scheme for renames
14575         statements.  Stop looking for the 'while' or 'for' associated with
14576         a 'loop' at the first semicolon encountered.  A "return" can also
14577         match an anonymous access subprogram declaration.
14578         (ada-get-indent-noindent): Ignore strings and comments when
14579         looking for the keywords "record" and "private".
14580         (ada-goto-matching-decl-start): When matching "if", make sure we
14581         are not in fact seeing "end if".  Ignore "when" statements except
14582         when initial keyword was "begin".  Fix handling of nested
14583         procedures.  Add a recursive call to this function to skip over
14584         other 'end' statmts.  Fix indentation for "when .. => begin"
14585         (ada-in-open-paren-p): Fix indentation for complex boolean
14586         expressions, where 'and then', 'or else' and parenthesis
14587         statements are mixed up.
14588         (ada-in-paramlist-p): Skip comments while searching for the
14589         beginning Fix handling of operator declarations.
14590         (ada-indent-align-comments): New variable
14591         (ada-indent-current): Change the syntax table only in the
14592         protected section, so that we are sure it is restored correctly.
14593         (ada-indent-on-previous-lines): Use ada-use-indent and
14594         ada-with-indent Correctly indent "select ... then"
14595         (ada-indent-region): Slight speedup.
14596         (ada-indent-renames): New variable.
14597         (ada-last-which-function-subprog, ada-last-which-function-line):
14598         New variables
14599         (ada-looking-at-semi-private): Correctly indent the 'private'
14600         keyword when it is the first word in a package declaration.
14601         (ada-loose-case-word): Stop searching if at the end of the buffer.
14602         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14603         even if point is not initially at the end of the word.
14604         (ada-matching-decl-start-re): Add "when".
14605         (ada-mode): Add support for abbrev-mode, outline-mode and
14606         which-func-mode Override the old find-file.el entry in
14607         ff-special-constructs since it is using the obsolete
14608         ada-spec-suffix variable
14609         (ada-no-auto-case): New function
14610         (ada-scan-paramlist): When parsing the argument type, accept
14611         spaces (as in "X 'Class", generated by Rational Rose).
14612         (ada-other-file-name): No longer loads the other file.
14613         (ada-popup-menu): Save and restore the current buffer and cursor
14614         position before and after displaying the menu.
14615         (ada-search-ignore-complex-boolean): New function.
14616         (ada-uncomment-region): Emacs21 already knows how to delete
14617         comments not starting in the first column.
14618         (ada-use-indent): New variable
14619         (ada-which-function): New function.
14620         (ada-with-indent): New variable
14621         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14622         can be batch-compiled from the command line.
14624         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14625         Add to the menu when the file is loaded, not in ada-mode-hook.
14626         Add -toolbar to the default ddd command Switches moved from
14627         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14628         ada-prj-default-comp-opt
14629         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14630         Reference Manual to the menu
14631         (ada-check-current): rewritten as a call to ada-compile-current
14632         (ada-compile): Removed.
14633         (ada-compile-application, ada-compile-current, ada-check-current):
14634         Set the compilation-search-path so that compile.el automatically
14635         finds the sources in src_dir.  Automatic scrollong of the
14636         compilation buffer.  C-uC-cC-c asks for confirmation before
14637         compiling
14638         (ada-compile-current): New parameter, prj-field
14639         (ada-complete-identifier): Load the .ali file before doing
14640         processing
14641         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14642         conform to gnatmake's behavior.
14643         (ada-find-file-in-dir): New function
14644         (ada-find-references): Set the environment variables for gnatfind
14645         (ada-find-src-file-in-dir): New function.
14646         (ada-first-non-nil): Removed
14647         (ada-gdb-application): Add support for jdb, the java debugger.
14648         (ada-get-ada-file-name): Load the original-file first if not done
14649         yet.
14650         (ada-get-all-references): Handles the new ali syntax (parent types
14651         are found between <>).
14652         (ada-initialize-runtime-library): New function
14653         (ada-mode-hook): Always load a project file when a file is opened,
14654         so that the casing exceptions are correctly read.
14655         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14656         (ada-parse-prj-file): Use find-file-noselect instead of find-file
14657         to open the project file, since the latter does not work with
14658         speedbar Get default values before loading the prj file, or the
14659         default executable file name is wrong.  Use the absolute value of
14660         src_dir to initialize ada-search-directories and
14661         compilation-search-path,...  Add the standard runtime library to
14662         the search path for find-file.
14663         (ada-prj-default-debugger): Was missing an opening '{'
14664         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14665         variables.
14666         (ada-prj-default-gnatmake-opt): New variable
14667         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14668         buffers, the project file is the default one Save the windows
14669         configuration before displaying the menu.
14670         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14671         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14672         ...)  regexp-quote identifiers names to support operators +,
14673         -,... in regexps.
14674         (ada-remote): New function.
14675         (ada-run-application): Erase the output buffer before starting the
14676         run Support remote execution of the application.  Use
14677         call-process, or the arguments are incorrectly parsed
14678         (ada-set-default-project-file): Reread the content of the active
14679         project file, not the one from the current buffer When a project
14680         file is set as the default project, all directories are
14681         automatically associated with it.
14682         (ada-set-environment): New function
14683         (ada-treat-cmd-string): New special variable ${current}
14684         (ada-treat-cmd-string): Revised.  The substitution is now done for
14685         any ${...} substring
14686         (ada-xref-current): If no body was found, compiles the spec
14687         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14688         compiler to get rid of command line length limitations.
14689         (ada-xref-get-project-field): New function
14690         (ada-xref-project-files): New variable
14691         (ada-xref-runtime-library-specs-path)
14692         (ada-xref-runtime-library-ali-path): New variables
14693         (ada-xref-set-default-prj-values): Default run command now does a
14694         cd to the build directory.  New field: main_unit Provide a default
14695         file name even if the current buffer has no prj file.
14697         * ada-prj.el:
14698         Rewritten to show a tabbed-dialog.
14699         (ada-prj-add-ada-menu): Remove the map and name parameters.
14700         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14701         New function
14702         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14703         (ada-prj-load-from-file): New function
14704         (ada-prj-save): Always save fields that depend on the current buffer
14705         (ada-prj-show-value): New function
14707         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14708         Ada mode. This will allow us to display the Ada menu in any buffer
14709         we want (for project items).
14710         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14711         number of spaces in the header.
14713 2000-07-24  Dave Love  <fx@gnu.org>
14715         * ediff-init.el (ediff-region-help-echo): Bind face-help.
14717 2000-07-23  Noah Friedman  <friedman@splode.com>
14719         * type-break.el (type-break): perform autosave.
14720         Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
14721         (type-break-do-query): Cancel query schedule while performing
14722         actual query, to avoid possibility of a second query being made
14723         while first one is already in progress.
14724         (type-break-time-stamp-format): New variable.
14725         (type-break-time-stamp): New function.
14726         (type-break-time-warning): Use it.
14727         (type-break-keystroke-warning): Use it.
14728         (type-break-noninteractive-query): Use it.
14730         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14731         cookie.
14732         Use add-minor-mode to set minor-mode-alist, if available.
14733         (eldoc-echo-area-use-multiline-p): New user option.
14734         (eldoc-echo-area-multiline-supported-p): New variable.
14735         (eldoc-docstring-format-sym-doc): Use them.
14736         (eldoc-mode): If not using idle timers, append to local post and
14737         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
14738         (eldoc-display-message-no-interference-p): Don't interfere with
14739         edebug.
14740         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14741         (eldoc-function-arglist): New function.
14742         (eldoc-function-argstring): Use it.
14744         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14745         auto save directory exists before calling directory-files.
14747 2000-07-23  Dave Love  <fx@gnu.org>
14749         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14750         ^o, ^u.
14752 2000-07-21  Dave Love  <fx@gnu.org>
14754         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14755         now passed to the function.  It now works properly.
14757         * smerge-mode.el (smerge-mode-menu): Fill it out.
14759 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
14761         * info-look.el (info-lookup): If *info* is shown in another frame
14762         on the same display, select that frame, instead of switching to
14763         the Info buffer in another window of the selected frame.
14765         * simple.el (universal-argument-map): Bind numeric keypad keys
14766         kp-0 to kp-9 and kp-subtract.
14767         (digit-argument): Handle these keys.
14769 2000-07-20  Dave Love  <fx@gnu.org>
14771         * net/goto-addr.el (goto-address-fontify): Don't bother with
14772         buffer-modified and read-only stuff -- irrelevant with overlays.
14773         Put an extra property on the overlays and use it to clean up in
14774         case goto-address is re-run.
14776 2000-07-19  Richard M. Stallman  <rms@gnu.org>
14778         * timer.el (run-with-idle-timer): Doc fix.
14780         * mail/mail-utils.el (mail-strip-quoted-names):
14781         Handle case where <...> appears inside "...".
14782         Use replace-match to edit the string more simply.
14783         (rmail-dont-reply-to): Cope with an unmatched ".
14785 2000-07-19  Dave Love  <fx@gnu.org>
14787         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14788         implementation.
14790         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14791         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14792         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14794 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
14796         * textmodes/refer.el: Correct maintainer's email address.
14798         * progmodes/hideif.el: Correct author's email address.
14799         Fix typo in comment.
14801         * xml.el: New file.
14803         * mail/mailheader.el: Correct author's mail address.
14805         * gnus/parse-time.el: Correct author's mail address.
14807 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
14809         * comint.el (comint-highlight-input, comint-highlight-face):
14810         New user options.
14811         (comint-input-ring-file-name): Change custom type.
14812         (comint-mode-map): Bind mouse-2.
14813         (comint-insert-clicked-input): New function.
14814         (comint-send-input): Handle input highlighting.
14816 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
14818         * mouse.el (popup-menu): New function.
14819         (mouse-major-mode-menu): Use it.
14821 2000-07-18  Dave Love  <fx@gnu.org>
14823         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14824         improvements.
14826 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14828         * faces.el (face-font-selection-order)
14829         (face-font-family-alternatives): Add custom type.
14831 2000-07-18  Dave Love  <fx@gnu.org>
14833         * cus-edit.el (custom-variable-reset-saved)
14834         (custom-variable-reset-standard): Remove unused bindings.
14836         * rect.el (open-rectangle-line): Remove unused let.
14838         * hl-line.el (hl-line-highlight): Check hl-line-mode.
14840 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14842         * cdl.el: Fix `Maintainer' keyword.
14844         * play/pong.el: Add author's email address.
14846 2000-07-17  Sam Steingold  <sds@gnu.org>
14848         * files.el (insert-directory): Call `split-string' instead of
14849         re-implementing it.
14851 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14853         * mail/vms-pmail.el: Change maintainer to FSF.
14855         * net/goto-addr.el: Change maintainer to FSF.
14857         * info.el (Info-title-face-alist): Removed.
14859 2000-07-18  David Ponce  <david@dponce.com>
14861         * recentf.el (recentf-open-files): New command that works like
14862         `recentf-open-more-files', but shows the whole list of files (not just
14863         those omitted from the menu). Useful if you don't use a menu-bar!
14864         (recentf-open-more-files) Modified to use `recentf-open-files'.
14866         (recentf-open-files, recentf-open-more-files)
14867         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14869         (recentf-dialog-mode): New mode for dialogs. You can now just type
14870         "q" to cancel the dialogs.
14872 2000-07-18  David Ponce  <david@dponce.com>
14874         * recentf.el: This is a major update of recentf.el. It adds new
14875         features to better organize the recentf menu and "More..." buffer.
14877         Using new provided menu filtering functions you can now organize the
14878         recent files list:
14880         - by major modes
14881         - by directories
14882         - by user defined rules
14884         Finally, with the new `recentf-filter-changer' customizable filter you
14885         can define a ring of filters and dynamically (via the menu) cycle on
14886         each menu organization in the ring (a la msb).
14888 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
14890         * eshell/eshell.el (eshell): Replace links to eshell.info with
14891         links to eshell, to avoid problems on systems where the manual is
14892         installed as `eshell'.
14893         * eshell/esh-cmd.el (eshell-cmd): Ditto.
14894         * eshell/em-smart.el (eshell-smart): Ditto.
14895         * eshell/em-banner.el (eshell-banner): Ditto.
14896         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14898         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14899         same-file check in the MS-DOS version (it does support inodes).
14901         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14903         * eshell/eshell.el (eshell-directory-name):
14904         Run default directory name through convert-standard-filename.
14906 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
14908         * international/mule-cmds.el (select-safe-coding-system):
14909         Fix typo in the comment.
14911         * language/european.el (compound-text):
14912         Force katakana-jisx0201 to be designated to G1.
14914         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14915         Don't translate some national variant characters of latin-jisx0201.
14916         (x-ctext): Force katakana-jisx0201 to be designated to G1.
14918         * international/kkc.el (kkc-after-update-conversion-functions):
14919         New variable.
14920         (kkc-update-conversion): Run functions in it at the tail.
14922 2000-07-16  John Wiegley  <johnw@gnu.org>
14924         * lisp/align.el (align-newline-and-indent):
14925         Adding new function.  for auto-aligning blocks of code on RET.
14926         (align-region): Fixed badly formatted minibuffer message.
14928 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
14930         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14931         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
14932         the conversion list at first if appropriate.
14933         (kkc-next): Don't update kkc-next-count here.
14934         (kkc-prev): Don't update kkc-prev-count here.
14935         (kkc-show-conversion-list-update): Fix setting up of conversion
14936         list message.
14938 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14940         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14942 2000-07-16  Dave Love  <fx@gnu.org>
14944         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14945         function to be more specific.
14947         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14948         non-string help-echo.
14949         (widget-types-convert-widget): Defsubst it.
14950         (widget-echo-help): Try to cope with a help-echo function of two
14951         possible sorts.
14953 2000-07-15  Jason Rumney  <jasonr@gnu.org>
14955         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14956         Declare as obsolete.
14958         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14960 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
14962         * hilit-chg.el: Fix typo.
14964 2000-07-14  Dave Love  <fx@gnu.org>
14966         * info.el (Info-mode-menu): Fix use of :help, :enable.
14968 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
14970         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14972 2000-07-13  Dave Love  <fx@gnu.org>
14974         * emacs-lisp/easymenu.el: Doc fixes.
14975         (easy-menu-remove): Defalias to ignore.
14977         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14978         Call throw correctly.
14980 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
14982         * faces.el (frame-background-mode): Doc fix.
14984         * simple.el (eval-expression-print-length): Change custom type to
14985         allow entering nil as value.
14987 2000-07-13  Dave Love  <fx@gnu.org>
14989         * progmodes/fortran.el (fortran-imenu-generic-expression):
14990         Change definition layout.
14991         (fortran-mode-menu): Reinstate customize entries.
14993         * cus-edit.el (custom-group-menu-create, customize-menu-create):
14994         Use :filter, per old XEmacs code.
14996 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
14998         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14999         event when deciding what to send to the terminal.
15001 2000-07-12  Dave Love  <fx@gnu.org>
15003         * cus-start.el: Add optional version as 4th element of specs and
15004         use it for several things new in v21.  Remove load-path.  Fix type
15005         of line-number-display-limit.
15007 2000-07-11  Dave Love  <fx@gnu.org>
15009         * progmodes/fortran.el: Don't require easymenu.
15010         Use repeat counts in various regexps.
15011         (fortran-mode-syntax-table): Defvar directly.
15012         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15013         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15014         Use defvar, not defconst.
15015         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
15016         (fortran-mode): Set fortran-comment-line-start-skip,
15017         fortran-comment-line-start-skip, dabbrev-case-fold-search.
15018         (fortran-comment-indent): Use defsubst.
15019         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15020         Use fortran-comment-indent, not fortran-comment-indent-function.
15021         (fortran-comment-region, fortran-electric-line-number): Simplify.
15022         (fortran-auto-fill): New function.
15023         (fortran-do-auto-fill): Deleted.
15024         (fortran-find-comment-start-skip):
15025         Check for non-null comment-start-skip.
15026         (fortran-auto-fill-mode, fortran-fill-statement):
15027         Use fortran-auto-fill.
15028         (fortran-fill): Use fortran-auto-fill.  Check for null
15029         comment-start-skip.  Simplify final clause and use end-of-line finally.
15031         * widget.el (widget-plist-member): New alias.
15033 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
15035         * eshell/esh-module.el (toplevel): Reference
15036         byte-compile-current-file only if it is bound.
15038 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
15040         * dired.el: Don't require `dired-aux'.
15042 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
15044         * dired-aux.el (dired-show-file-type): New function.
15045         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15046         (dired-show-file-type): Add autoload.
15048 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
15050         * international/mule-diag.el (describe-font): Adjusted for the
15051         change of fontset-info.
15052         (print-fontset): Likewise.
15054 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
15056         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15058 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
15060         * bindings.el: Bind `[delete]' to delete-char.
15062         * dired.el (dired-find-alternate-file): New function.
15063         (dired-mode-map): Bind `a' to dired-find-alternate-file.
15064         (toplevel): Require dired-aux when compiling.
15065         (dired-buffers): Move defvar within file to avoid compiler warning.
15067         * info.el (Info-last-search): Variable removed.
15068         (Info-search-history): New variable.
15069         (Info-search): New Info-search-history.
15071         * battery.el, info-look.el: Change author's mail address.
15073 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
15075         * mail/rmail.el (rmail-clear-headers): Don't throw an error
15076         if rmail-ignored-headers is nil.
15077         (rmail-retry-failure): Bind rmail-ignored-headers and
15078         rmail-displayed-headers to nil.
15080 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
15082         * lpr.el (lpr-page-header-switches): Add `-h' switch.
15083         (print-region-1): Don't hard code `-h' here.
15085         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15087 2000-07-01  Francesco Potorti`  <pot@gnu.org>
15089         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15090         exim can use "your message" instead of "the message".
15092 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
15094         * facemenu.el: Docstrings fixes.
15095         (facemenu-get-face): Don't use internal-find-face.
15096         (facemenu-iterate): Rename arg to match the docstring.
15098         * newcomment.el (uncomment-region): Be more careful when skipping
15099         backwards over `=' not to bump into BOBP.
15101 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
15103         * ediff-diff.el (ediff-wordify): Use syntax table.
15104         * ediff-init.el (ediff-has-face-support-p): Use
15105         ediff-color-display-p.
15106         (ediff-color-display-p): Use display-color-p, changed to defun
15107         from defsubst.
15108         Got rid of special cases for NeXT and OS/2.
15109         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15110         face.
15112 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
15114         * emacs-lisp/lucid.el: Require CL.
15115         (copy-tree, remprop): Remove, it's provided by CL.
15116         (map-keymap): Define in terms of cl-map-keymap.
15117         (extent-property, set-extent-end-glyph): New functions.
15119         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15121 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
15123         * Makefile.in (DONTCOMPILE): Add comment that the name may
15124         not be changed without changing the make-dist script.
15126         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15127         (cl-mapc): Use mapc instead of cl-old-mapc.
15129 2000-07-05  Andrew Innes  <andrewi@gnu.org>
15131         * makefile.nt: Add support for `bootstrap' and related targets.
15133 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
15135         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15136         (easy-menu-do-define): Use `menu-item' format.
15137         Handle case where easy-menu-create-menu returns a symbol.
15138         Manually call the potential top-level filter in the function binding.
15139         (easy-menu-filter-return): New arg NAME.
15140         Convert to a keymap if MENU is an XEmacs menu.
15141         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
15142         (easy-menu-converted-items-table, easy-menu-convert-item):
15143         New var and fun to memoize easy-menu-convert-item-1.
15144         (easy-menu-do-add-item): Use it.
15145         (easy-menu-create-menu): Use easy-menu-convert-item.
15146         Wrap easy-menu-filter-return around any :filter specification.
15147         Don't convert the menu if a filter was specified.
15148         Tell easy-menu-make-symbol not to check for MENU being an expression.
15149         (easy-menu-make-symbol): New arg NOEXP.
15151 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
15153         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15154         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15155         (eval-defun): If called with prefix arg, instrument code for
15156         Edebug.
15158         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15159         similar to that of eval-defun.
15161 2000-07-04  Dave Love  <fx@gnu.org>
15163         * hl-line.el (hl-line-overlay): Make it permanent-local.
15165         * calendar/todo-mode.el: Replaced with a working version, based on
15166         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15168 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
15170         * paths.el (prune-directory-list): New function.
15171         (Info-default-directory-list): Rewritten to more methodically
15172         enumerate a big list of possible info directories (based on the
15173         list used by the standalone info reader).
15175         * info.el (info-initialize): Use prune-directory-list to remove
15176         non-existent directories from Info-directory-list.
15178         * paths.el (Info-default-directory-list): Try a list of possible
15179         info-directories instead of a single one.  Add the possible
15180         info directory "/usr/share/info".
15182         * woman.el (woman-man.conf-path): Explicitly include the debian
15183         man-db config file "/etc/manpath.config".
15184         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15185         are present in `manpath.config'.
15186         (woman-manpath): Include "/usr/share/man".
15188 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
15190         * frame.el (blink-cursor-mode): Don't hide cursor initially.
15192         * startup.el (command-line): Initialize blink-cursor based
15193         on window-system.
15195         * frame.el (blink-cursor): Default to nil if not running under
15196         a window-system.
15198         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15199         (face-x-resources): Remove duplicate entry for :font.
15201         * textmodes/refer.el (refer-find-entry-internal): Use some-window
15202         instead of cycling through windows with next-window.
15204         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15205         of cycling through windows with next-window.
15207         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15208         of cycling through windows with next-window.
15210         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15211         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15212         instead of cycling through windows with next-window.
15214         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15215         instead of cycling through windows with next-window.
15217         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15218         of cycling through windows with next-window.
15220         * terminal.el (te-process-output): Use walk-windows instead of
15221         cycling through windows with next-window.
15223         * server.el (server-switch-buffer): Use some-window instead of
15224         cycling through windows with next-window.
15226         * window.el (some-window): New function.
15227         (walk-windows): Remove reference to walk-windows-start.
15229         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15231 2000-07-03  Richard Stallman  <rms@gnu.org>
15233         * window.el (walk-windows): Guarantee termination by keeping a list
15234         of all the windows already handled.
15236 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
15238         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15239         window-system.
15241         * man.el (Man-notify-when-ready): Don't use window-system.  If
15242         Man-notify-method is newframe, and the display is not
15243         multi-frame, select the frame created for the man page.
15244         (Man-init-defvars): Doc fix.
15246 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
15248         * faces.el (region): Change background color for light background.
15250         * ediff-wind.el (ediff-setup-control-frame): Remove :box
15251         attribute from mode-line face of Ediff control frame.
15253         * replace.el (query-replace-map): Bind `e' like `E'.
15255 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
15257         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15258         Change name to "Select All".
15260         * dos-fns.el (convert-standard-filename): Fix last change.
15262 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
15264         * help.el (describe-variable): Don't insert a second `'s' in front
15265         of the string `value is shown below'.  Since the syntax-table is
15266         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15267         an existing `'s', so that this won't be deleted.
15269         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15270         * pcmpl-unix.el: New files.
15272 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
15274         * wid-edit.el (widget-member): Use the new plist-member.
15276 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
15278         * replace.el (perform-replace): Undo change of 2000-04-04.
15279         Instead, move backward 1 character at the end of the loop when
15280         necessary.
15282         * faces.el (fringe): Change face for different backgrounds.
15284         * eshell/esh-module.el (toplevel): Load defgroup's differently;
15285         patch from John.
15287         * eshell/*.el: Change spelling of the Free Software Foundation.
15289         * eshell/esh-toggle.el: Removed.
15291         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15293         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15294         interactively.
15296 2000-06-26  Alex Schroeder  <alex@gnu.org>
15298         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15299         `define-key'; instead of checking `(emacs-version)' check for
15300         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
15301         for `;' and `o' which might be electric.
15303         (sql-electric-stuff): New user option.
15304         (sql-magic-go): New function which uses `sql-electric-stuff'.
15305         (sql-magic-semicolon): New function which uses
15306         `sql-electric-stuff'.
15308         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15309         is not fboundp.
15311         (sql-oracle-options): New variable.
15312         (sql-oracle): Use it.
15314         (sql-imenu-generic-expression): Doc change.
15315         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15316         is used.
15318         (sql-informix): Added command line parameter "-" to force
15319         sql-informix-program to use stdout.
15321 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
15323         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15324         (cp864-decode-table): Doc fix.
15325         (cp720-decode-table): New variable, supports the Arabic OEM
15326         codepage used by Windows.
15327         (cp737-decode-table): New, Greek OEM codepage used by Windows.
15329 2000-06-23  Dave Love  <fx@gnu.org>
15331         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15332         (font-lock-fontify-anchored-keywords): Use
15333         line-beginning-position.
15334         (global-font-lock-mode): Use mapc.
15336 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
15338         * eshell/esh-module.el: Require CL when compiling.
15340 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
15342         * comint.el (comint-substitute-in-file-name): Call replace-match
15343         with second and third arg t.
15345         * cus-edit.el (custom-button-face, custom-button-pressed-face):
15346         Specify foreground color.
15348         * faces.el (tool-bar, mode-line, header-line): Specify foreground
15349         color.
15351         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15353         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15354         cddr instead of cdddr.
15356         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15357         instead of copy-list.
15359         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15360         of copy-list.
15362         * subdirs.el: Add eshell subdirectory.
15364         * eshell: New subdirectory containing the Eshell package.
15366         * pcomplete.el: New file.
15368 2000-06-23  Paul Eggert  <eggert@twinsun.com>
15370         * mail/mailpost.el (post-mail-send-it): Make sure file has
15371         proper permissions from birth.
15373         * files.el (basic-save-buffer-2): When temporarily setting
15374         file modes, set them to current modes plus 0200, not to 0777.
15376         * emerge.el (emerge-make-temp-file): Make sure file has proper
15377         permissions from birth.
15379 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
15381         * files.el (make-backup-file-name-1): On DOS/Windows, run the
15382         backup file name through convert-standard-filename.
15384         * dos-fns.el (convert-standard-filename): Convert leading
15385         directories as well.  When long file names are supported, convert
15386         characters that are invalid in Windows file names.
15388 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15390         * ps-print.el: Fix bug: if ^L is the very first buffer character,
15391         ps-print crashes.  New feature: page selection for printing.  Create
15392         raw-text-unix coding system for XEmacs.  Doc fix.
15393         (ps-print-version): New version number (5.2.3).
15394         (ps-plot-region): Bug fix.
15395         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15396         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15397         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15398         funs.
15399         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15400         (ps-last-page): New vars.
15402 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
15404         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15405         empty option string.
15407 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
15409         * man.el (man): Doc fix.
15411 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
15413         * international/mule-cmds.el (set-language-info-alist): Docstring
15414         fixed.
15416 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
15418         * version.el (emacs-version): Use ISO date format.
15420         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15421         instead of `M-backspace'.
15423         * simple.el (turn-off-auto-fill): New function.
15425 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
15427         * jit-lock.el (with-buffer-prepared-for-jit-lock):
15428         Renamed from with-buffer-prepared-for-font-lock and use
15429         inhibit-modification-hooks rather than setting *-change-functions.
15430         Update all functions to use the new name.
15431         (jit-lock-first-unfontify-pos): New semantics (and doc).
15432         (jit-lock-mode): Make non-interactive.
15433         Don't automatically turn on font-lock.
15434         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15435         Always use jit-lock-after-change.
15436         Remove and restore font-lock-after-change-function.
15437         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15438         (jit-lock-after-unfontify-buffer): Remove.
15439         (jit-lock-stealth-fontify):
15440         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15441         (jit-lock-after-change): Set the `fontified' text-prop to nil.
15443 2000-06-20  Sam Steingold  <sds@gnu.org>
15445         * emacs-lisp/cl-indent.el (toplevel): Indent
15446         `print-unreadable-object' properly.  Untabify.
15448 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
15450         * textmodes/reftex.el (reftex-find-citation-regexp-format):
15451         Support for bibentry.
15452         (reftex-compile-variables): Fixed problem with end of section-re.
15454         * texmodes/reftex-dcr.el (reftex-view-crossref,
15455         reftex-view-crossref-from-bibtex):
15456         Deal with changed `reftex-find-citation-regexp-format'.
15457         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15458         Replaced `remprop' with `put'.
15459         (reftex-view-crossref, reftex-view-crossref-when-idle):
15460         Support for bibentry.
15462         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15463         New entry for bibentry package.
15465         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15466         Regexp also matches "\nobibliography".
15468         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15469         Call `reftex-ensure-write-access' before doing anything.
15470         (reftex-ensure-write-access): New function.
15472 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
15474         * progmodes/idlwave.el: File re-installed (update to version 4.2)
15476         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15478         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15480         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15483 2000-06-20  Dave Love  <fx@gnu.org>
15485         * faces.el (frame-background-mode): Use set-default, not set, in
15486         setter.
15487         (frame-update-faces, frame-update-face-colors): Define with
15488         defalias.
15490         * enriched.el (enriched-decode-foreground)
15491         (enriched-decode-background): Don't use internal-find-face.
15493         * apropos.el: Doc fixes.
15495         * cus-edit.el (customize-changed-options): Check arg.
15496         (customize-version-lessp): Don't require decimal point.
15498         * custom.el (defcustom, defgroup): Doc fix.
15500         * newcomment.el (comment) <defgroup>: Add :version.
15501         (comment-multi-line): Doc fix.
15503         * emulation/mlsupport.el (define-hooked-local-abbrev,
15504         define-hooked-global-abbrev): Fix, using define-abbrev.
15506 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
15508         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15509         the whole buffer.
15511 2000-06-19  Dave Love  <fx@gnu.org>
15513         * menu-bar.el (menu-bar-options-save): New function.
15514         (menu-bar-options-menu): Use it.
15515         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15516         Simplify.
15518 2000-06-19  Andreas Schwab  <schwab@suse.de>
15520         * progmodes/etags.el (tags-query-replace): Put new parameters
15521         START and END at the end, for backward compatibility.
15523 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15525         * international/codepage.el:
15526         (cp-coding-system-for-codepage-1): Delete special codes for
15527         generating xxx-dos coding system because now a CCL based coding
15528         system can handle EOL conversion by default.
15530         * international/mule.el (make-coding-system): Generate subsidiary
15531         coding systems for EOL handling variants even for a CCL based
15532         coding system.
15534 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15536         * international/isearch-x.el (isearch-minibuffer-input-method)
15537         (isearch-minibuffer-input-method-function): These variables
15538         deleted.
15539         (isearch-with-input-method): Don't use the above variables.
15540         (isearch-process-search-multibyte-characters): Likewise.  Call
15541         read-string with the arg INHERIT-INPUT-METHOD t.
15543 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
15545         * font-lock.el (font-lock-after-fontify-buffer)
15546         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15548         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15549         Use consistent make-local-variable style for font-lock-fontified.
15550         (jit-lock-fontify-buffer):
15551         Don't bother checking for font-lock-mode and jit-lock-mode.
15553         * time.el: Remove trailing ^M that prevent CVS-merging.
15555 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15557         * Makefile.in (distclean): New target.
15559 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
15561         * Makefile.in (srcdir): Define for update-subdirs.
15563 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15565         * find-lisp.el: New file.
15567 2000-06-16  Andrew Innes  <andrewi@gnu.org>
15569         * time.el (display-time-mail-function): New variable, to allow
15570         external packages to indicate when new mail is available.
15571         (display-time-update): Use it.
15573 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
15575         * international/mule.el (mule-version): Change version name to
15576         SAKAKI.  AOI has already been used by Meadow.
15578         * international/quail.el (quail-show-guidance-buf): To find the
15579         bottom window (but minibuffer), pay attention to the height of
15580         minibuffer.
15582 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
15584         * arc-mode.el (archive-mode-map): Use the new menu-item format for
15585         menu-bar menus.  Add help strings.  Don't remove the Edit menu
15586         from the menu bar, as the menu bar has enough space now.
15588         * Makefile.in (SHELL): Make sure /bin/sh is used.
15590         * woman.el (woman-man-buffer): Fix bold and underlined CJK
15591         characters, which use series of two ^H characters instead of one.
15593 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
15595         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15596         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15597         functions.
15598         (Info-find-node-2): Try a case-sensitive search first, then
15599         do a case-insensitive search.
15601         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15602         tutorials.
15604         * complete.el (PC-env-vars-alist): New variable.
15605         (PC-complete-as-file-name): New function.
15606         (partial-completion-mode): Initialize PC-env-vars-alist from
15607         process-environment.
15608         (PC-do-completion): Handle completion of env vars.
15610         * info.el (Info-set-mode-line): Show file name in mode line,
15611         use `*Info*' instead of `Info:'.
15613         * startup.el (command-line-1): Change copyright messages to year
15614         2000.
15616 2000-06-15  Dave Love  <fx@gnu.org>
15618         * net/goto-addr.el (goto-address-fontify): Use keymap property,
15619         not local-map.
15621 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
15623         * international/mule.el (set-buffer-file-coding-system): Almost
15624         rewritten to handle `undecided' as no-op.
15626 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
15628         * Makefile.in: New file.
15630         * Makefile: Removed.
15632         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15633         (goto-address-highlight-keymap): Bind C-c RET.
15635 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
15637         * mail/sendmail.el (sendmail-send-it): The temporary buffer
15638         inherits buffer-file-coding-system of the current buffer.
15640         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15641         0.  Give correct argument to set-auto-coding-function.
15642         (tar-expunge): For goto-char, use (point-min), not 0.
15643         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15644         (tar-subfile-save-buffer): Likewize.
15646         * international/mule.el
15647         (after-insert-file-set-buffer-file-coding-system): Call
15648         set-buffer-file-coding-system with the arg FORCE t.
15650 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
15652         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15653         nil.  Contemporary sendmails issue an X-Authentication-Warning if
15654         the sender is set with `-f'.
15656 2000-06-13  Dave Love  <fx@gnu.org>
15658         * help.el (describe-function-1): Kluge around cases of functions
15659         fset to subrs whose doc doesn't match their symbol-name.
15661         * image.el (insert-image): Default STRING to a space.
15663         * info.el Doc fixes.
15664         (Info-build-node-completions): Match Ref tags.
15666 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
15668         * frame.el (display-multi-frame-p, display-multi-font-p): New
15669         defaliases for display-graphic-p.
15671         * hl-line.el: Fixed a typo in commentary.
15673 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
15675         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15676         fixed.
15678 2000-06-12  Dave Love  <fx@gnu.org>
15680         * image.el (insert-image): Save a little consing.
15682 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15684         * language/tibet-util.el: Convert all tibetan-1-column characters
15685         to the corresponding tibetan characters.
15686         (tibetan-add-components): Delete code for the special treatment of
15687         'a chung.
15689         * language/tibetan.el (tibetan-composable-pattern): Fix previous
15690         change.
15691         (tibetan-vowel-transcription-alist): More rules added.
15692         (tibetan-composite-vowel-alist): New variable.
15693         (tibetan-precomposition-rule-alist): More rules added.
15695 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
15697         * startup.el (command-line): Only call menu-bar-mode if interactive.
15699         * thingatpt.el (toplevel symbol-properties):
15700         * textmodes/makeinfo.el (makeinfo-compile):
15701         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15702         * progmodes/hideif.el (hif-compress-define-list)
15703         (hide-ifdef-use-define-alist):
15704         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15705         (ange-ftp-vms-add-file-entry):
15706         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15707         * man.el (Man-build-man-command):
15708         * mail/rnewspost.el (news-reply-header-hook):
15709         * info.el (Info-insert-dir):
15710         * emulation/mlconvert.el (backward-word, forward-word, setq):
15711         * emacs-lisp/gulp.el (gulp-send-requests):
15712         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15713         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15714         (byte-optimize-apply, end of file):
15715         * emacs-lisp/advice.el (ad-advice-class-completion-table)
15716         (ad-make-freeze-definition):
15717         * startup.el (command-line, command-line-1): Don't quote lambdas.
15719         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15720         (cvs-cleanup-removed): New function.
15721         (cvs-cleanup-functions): New var.
15722         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15723         some flexibility in specifying additional entries to auto-cleanup.
15724         (cvs-quickdir): New function.
15725         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15726         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15727         (cvs-mode-find-file): Check that we are on a filename or dirname
15728         when invoked through a mouse-click.
15729         (cvs-full-path): Remove.
15730         (cvs-dired-action): Re-introduced.
15731         (cvs-dired-noselect): Use it.
15732         (vc-post-command-functions): use this new hook if available.
15734         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15735         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15736         (cvs-filename-map, cvs-dirname-map): Remove.
15737         (cvs-default-action): Remove.
15738         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15739         if the arg is really a keymap.
15740         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15741         Don't hardcode the mapping from state (aka type) to face, but check
15742         the var cvs-fi-<type>-face instead.
15743         (cvs-fileinfo-from-entries): New function.
15745         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15746         Docstring fix.
15747         (cvs-find-file-and-jump): Change default to be safer.
15748         (cvs-mode-diff-map): Define it as a function as well.
15749         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15750         Bind mouse-2 in this global map rather than with text-properties.
15752         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15753         file to resolve the ambiguity between C(conflict) and C(need-merge).
15755 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15757         * international/mule.el (set-buffer-file-coding-system): If
15758         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15759         unconditionally.
15761 2000-06-12  Dave Love  <fx@gnu.org>
15763         * wid-edit.el (widget-specify-button): Really suppress the face if
15764         required.
15766 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
15768         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15770 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
15772         * imenu.el (imenu-generic-expression): Docstring fix.
15774         * composite.el (composition-function-table): Move the `put'
15775         below the autoload cookie so we can load the file before loaddefs.
15777         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15779         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15780         Handle easy-mmode-define-global-mode.
15781         For complex macros like define-minor-mode that can generate
15782         several autoload entries, try to autoload entries in the
15783         macroexpanded code.
15785         * emacs-lisp/easy-mmode.el (define-minor-mode):
15786         If KEYMAP is a symbol, just use it.
15787         Use byte-compile-current-file and load-file-name to infer the
15788         proper :require to pass to defcustom.
15789         Wrap the hook var into `progn' so as not to autoload it.
15790         Add a :autoload-end cookie.
15791         Be more careful about the evaluation of KEYMAP.
15792         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15793         (define-derived-mode): Move define-abbrev-table outside of defvar.
15795 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
15797         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15798         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15799         (backup-compiled-files): Ignore errors during `tar'.
15800         (bootstrap): Make autoloads before elc files.
15802 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
15804         * international/mule.el (set-buffer-file-coding-system): If one of
15805         undecided-XXX is specified, change only EOL conversion.
15807         * international/mule-conf.el (unix): New alias for the coding
15808         system undecided-unix.
15810 2000-06-09  Dave Love  <fx@gnu.org>
15812         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15814         * progmodes/executable.el: Byte compile dynamic.
15815         (executable-insert): Change custom type.
15816         (executable-find): Add autoload cookie.
15817         (executable-make-buffer-file-executable-if-script-p): New
15818         function.  After Noah Friedman.
15820         * files.el (after-save-hook): Customize, with
15821         executable-make-buffer-file-executable-if-script-p as an option.
15823 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
15825         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15826         "tib24p-mule.bdf" for Tibetan.
15828         * composite.el (decompose-composite-char): Declare it as obsolete.
15830         * man.el (Man-fontify-manpage): Pay attention to underline and
15831         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15833 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
15835         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15836         Set maintainer to FSF since author isn't reachable.
15838 2000-06-08  Dave Love  <fx@gnu.org>
15840         * international/mule-cmds.el (select-safe-coding-system): If
15841         DEFAULT-CODING-SYSTEM is not specified, also check the most
15842         preferred coding-system if buffer-file-coding-system is
15843         `undecided'.  From Handa.
15845 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
15847         * international/mule.el
15848         (after-insert-file-set-buffer-file-coding-system): If the buffer
15849         size is greater than INSERTED, judget that we are not visiting.
15851 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
15853         * whitespace.el (defgroup whitespace): Comment out `:version'.
15854         XEmacs 20.4 has problems defining the group with this present.
15855         We'll have this commented out till get resolve the problem.
15857 2000-06-07  John Wiegley  <johnw@gnu.org>
15859         * align.el (align-dq-string-modes, align-sq-string-modes)
15860         (align-open-comment-modes): Add pyhton-mode.
15861         (align-rules-list): Use get-text-property instead of
15862         text-properties-at.
15863         (align-rules-list): Add python-assignment.
15864         (align-rules-list): Change perl-comma-delimiter to
15865         basic-comma-delimiter.  Use if for Perl modes and python-mode.
15866         (align-rules-list): Add python-chain-logic and
15867         basic-line-continuation.
15869 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
15871         * apropos.el (apropos-mode-hook): New user variable.
15872         (apropos-mode): Run apropos-mode-hook.
15874 2000-06-07  David Ponce  <david@dponce.com>
15876         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15877         commands.  Require `wid-edit' at run-time.
15879 2000-06-07  David Ponce  <david@dponce.com>
15881         * recentf.el: Added some "Commentary".
15882         (recentf-open-more-files, recentf-edit-list): Minor changes to
15883         move the point at the top of the file list.  This behaviour is
15884         consistent with the menu one when the list contains a lot of
15885         files.
15886         (recentf-cleanup): Now displays the number of items removed from
15887         the list.
15888         (recentf-relative-filter) New menu filter to show filenames
15889         relative to `default-directory'.
15891 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15893         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
15894         with/without giving an error if PostScript printer doesn't have this
15895         kind of page size.  Zebra Stripe continues or restarts on next page.
15896         Manual/automatic paper feeding.  Switch or not the header.
15897         (ps-print-version): New version number (5.2.2).
15898         (ps-windows-system): Include emx as a Windows system.
15899         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15900         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15901         (ps-background-text): Code fix.
15902         (ps-error-handler-message, ps-user-defined-prologue)
15903         (ps-print-prologue-header, ps-printer-name)
15904         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15905         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15906         (ps-use-face-background): Customization fix.
15907         (ps-n-up-database): Data fix.
15908         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15909         (ps-switch-header): New vars.
15910         (ps-xemacs-color-name, ps-face-foreground-name)
15911         (ps-face-background-name, ps-boolean-constant): New funs.
15913 2000-06-07  Dave Love  <fx@gnu.org>
15915         * allout.el: New version from Manheimer.
15917 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
15919         * textmodes/fill.el (fill-find-break-point): Check the validity of
15920         charset.
15922 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15924         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15925         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15926         Call display-color-p and display-mouse-p instead of looking at
15927         window-system.
15929 2000-06-06  Dave Love  <fx@gnu.org>
15931         * image.el (find-image): Doc fix.  Return nil if image not found.
15932         (put-image, insert-image): Make STRING arg optional.
15934 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
15936         * language/vietnamese.el: Remove eval-when-compile.
15937         (viet-viscii-nonascii-translation-table): Define it as a
15938         translation table made from viet-viscii-decode-table.
15939         (viet-viscii-encode-table): Define it as a translation table made
15940         from the reverse map of above.
15941         (viet-vscii-nonascii-translation-table): Define it as a
15942         translation table made from viet-vscii-decode-table.
15943         (viet-vscii-encode-table): Define it as a translation table made
15944         from the reverse map of above.
15945         (ccl-decode-viscii): Use translate-character.
15946         (ccl-encode-viscii, ccl-encode-viscii-font)
15947         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15948         Likewize.
15950         * language/cyrillic.el: Remove eval-when-compile.
15951         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15952         translation table made from cyrillic-koi8-r-decode-table.
15953         (cyrillic-koi8-r-encode-table): Define it as a translation table
15954         made from the reverse map of above.
15955         (ccl-decode-koi8): Use translate-character.
15956         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15957         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15958         a translation table made from cyrillic-alternativnyj-decode-table.
15959         (cyrillic-alternativnyj-encode-table): Define it as a translation
15960         table made from the reverse map of above.
15961         (ccl-decode-alternativnyj): Use translate-character.
15962         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15963         Likewize
15965         * international/mule-diag.el (non-iso-charset-alist): Specify
15966         translation table symbol instead of translation table itself.
15967         (list-block-of-chars): CHARSET may be a translation table symbol.
15969         * international/mule.el (make-coding-system): If CODING-SYSTEM
15970         already exists, override it.
15972         * international/fontset.el: Use family `proportional' for Tibetan
15973         fonts.
15975         * international/ccl.el (ccl-compile-translate-character): Don't
15976         check if Rrr has property translation-table.
15977         (ccl-compile-map-multiple): Modified to avoid compiler warning.
15979 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
15981         * info.el: Bind case-fold-search to t when searching in case
15982         a user sets it to nil in a hook.
15984 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
15986         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15987         * hl-line.el (hl-line-mode): Use the new :global key argument.
15989         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15990         (tar-clip-time-string): Prepend a space.
15991         (tar-grind-file-mode): Construct a string rather than modifying one.
15992         (tar-header-block-summarize): Fix docstring.
15993         Use `format' rather than an error-prone set of copy-loops.
15995         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15996         (diff-goto-source, diff-unified->context, diff-context->unified)
15997         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15998         understand the format output by the `-p' argument to diff.
16000         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16001         (sh-re-done): Use defconst.
16002         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16003         (sh-help-string-for-variable, sh-guess-basic-offset):
16004         Don't quote lambdas.
16005         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16006         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16008         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16009         (mh-letter-mode): Derive from text-mode.
16010         This implicitly means that it now calls kill-all-local-variables.
16011         Also remove the Emacs-18 compatibility code.
16013         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16014         Make use of symbol-property doc-string-elt.
16015         Use memq rather than a sequence of eq.
16016         (doc-string-elt): Fix the wrong or missing previously unused values.
16017         (autoload-print-form): New function extracted from
16018         generate-file-autoloads to allow recursion when handling progn
16019         so that defvar's and defun's docstrings are properly printed.
16020         (generate-file-autoloads): Use it.
16022         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16023         Use find-file-hooks in the minor-mode function.
16024         Be careful not to loop indefinitely in the post-command-hook function.
16026 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
16028         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16029         tty's.
16030         * ediff-diff.el (ediff-exec-process): Use --binary for fine
16031         differences whenever appropriate.
16032         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16033         * viper.el (find-file, find-file-other-window): Get viper to do
16034         wildcards.
16036 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
16038         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16039         (jit-lock-fontify-buffer): New function for JIT refontification.
16040         (jit-lock-mode): Fix docstring.
16041         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16042         Remove jit-lock-after-change from the _local_ hook.
16043         (jit-lock-function-1): Fix docstring.
16045         * info.el (Info-on-current-buffer): Initialize info.
16047         * newcomment.el (comment-indent): Ignore comment-indent-hook.
16049         * progmodes/tcl.el (tcl-indent-for-comment):
16050         Ignore comment-indent-hook.
16052         * emacs-lisp/easy-mmode.el: Require CL during compilation.
16053         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16054         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16055         and improve to use the lighter to guess the capitalization.
16056         (define-minor-mode): Inline code from easy-mmode-define-toggle.
16057         Add keyword arguments to specify global-ness or the custom group.
16058         Add local-map and help-echo properties to the lighter.
16059         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16060         (easy-mmode-define-global-mode): New macro.
16062 2000-06-02  Dave Love  <fx@gnu.org>
16064         * wid-edit.el: byte-compile-dynamic since we typically don't use
16065         all the widgets.  Don't require cl or widget.  Remove
16066         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
16067         (widget-read-event): Removed.  Callers changed to use read-event.
16068         (widget-button-release-event-p): Renamed from
16069         button-release-event-p.
16070         (widget-field-add-space, widget-field-use-before-change):
16071         Uncustomize.
16072         (widget-specify-field): Use keymap property, not local-map.
16073         (widget-specify-button): Obey :suppress-face.
16074         (widget-specify-insert): Use modern backquote syntax.
16075         (widget-image-directory): Renamed from widget-glyph-directory.
16076         (widget-image-enable): Renamed from widget-glyph-enable.
16077         (widget-image-find): Replaces widget-glyph-find.
16078         (widget-button-pressed-face): Move defvar.
16079         (widget-image-insert): Replaces widget-glyph-insert.
16080         (widget-convert): Use keywordp.
16081         (widget-leave-text, widget-children-value-delete): Use mapc.
16082         (widget-keymap): Remove XEmacs stuff.
16083         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16084         (widget-button-click): Don't set point at the click, but re-centre
16085         if we scroll out of window.  Rewritten for images v. glyphs &c.
16086         (widget-tabable-at): Use POS arg, not point.
16087         (widget-beginning-of-line, widget-end-of-line)
16088         (widget-item-value-create, widget-sublist, widget-princ-to-string)
16089         (widget-sexp-prompt-value, widget-echo-help): Simplify.
16090         (widget-default-create): Use widget-image-insert; some rewriting.
16091         (widget-visibility-value-create)
16092         (widget-push-button-value-create, widget-toggle-value-create): Use
16093         widget-image-insert.
16094         (checkbox): Create on and off images dynamically.
16095         (documentation-link): Change :help-echo.
16096         (widget-documentation-link-echo-help): Remove.
16098 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
16100         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16102         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16103         (easy-mmode-define-toggle, define-minor-mode): Use it.
16104         (easy-mmode-define-keymap): Docstring fix.
16105         (define-derived-mode): Default PARENT to fundamental-mode.
16106         Add the derived-mode-parent symbol-property.
16107         (easy-mmode-derived-mode-p): New function.
16109 2000-06-02  Dave Love  <fx@gnu.org>
16111         * files.el (convert-standard-filename): Doc fix.
16112         (normal-backup-enable-predicate): New function.
16113         (backup-enable-predicate): Use it to replace the lambda form.
16115         * calendar/todo-mode.el: [This needs more work on the outline
16116         stuff.]  Doc fixes.
16117         (todo) <defgroup>: Add :version.
16118         (todo-add-category): Don't use pushnew.
16119         (todo-cmd-raise): Fix typo.
16120         (todo-top-priorities): Change temp buffer name.
16121         (todo-category-alist): Avoid redundant lambda.
16122         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16123         Use outline-next-heading.
16125         * autoarg.el: Rewritten to use define-minor-mode.
16126         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16127         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16129 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
16131         * isearch.el (isearch-other-meta-char): Fix previous change.
16133 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
16135         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16136         (log-edit-done): Only add the comment to the ring if it's different
16137         from the last comment entered.
16139         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16141 2000-06-01  Dave Love  <fx@gnu.org>
16143         * hl-line.el: Rewritten using define-minor-mode.
16145         * help.el (describe-function-1): Distinguish special form from
16146         builtin function.  Sanity-check presence of arglist for builtins.
16148 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
16150         * international/characters.el: Fix syntax/category setting of
16151         Tibetan characters.
16153         * language/tibet-util.el (tibetan-add-components): Fixes for new
16154         encoding of Tibetan characters.
16155         (tibetan-decompose-precomposition-alist): New variable.
16156         (tibetan-decompose-region): Convert precomposed characters to
16157         non-precomposed characters.
16158         (tibetan-decompose-string): Likewise.
16159         (tibetan-composition-function): Fix args to
16160         thibetan-compose-string.
16162         * language/tibetan.el (tibetan-composable-pattern): More
16163         characters included.
16164         (tibetan-consonant-transcription-alist): Rule for "R" added.
16165         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16166         "+R" added.
16167         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16169         * language/lao-util.el (lao-composition-function): Fix args to
16170         compose-string.
16172         * language/thai-util.el (thai-composition-function): Fix args to
16173         compose-string.
16175         * isearch.el (isearch-update): Set disable-point-adjustment to t
16176         to prevent the point moving to the end of a composition when a
16177         part of a composition is searched.
16178         (isearch-other-meta-char): If the key invoking this command can be
16179         mapped by function-key-map to a printing char, call
16180         isearch-process-search-char directly.
16182 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
16184         * emacs-lisp/bytecomp.el:
16185         * frame.el:
16186         * international/mule-cmds.el:
16187         * international/mule-util.el:
16188         * international/mule.el:
16189         * mouse.el:
16190         * subr.el:
16191         * faces.el: Update calls to make-obsolete with a WHEN argument.
16193         * byte-run.el (make-obsolete, make-obsolete-variable):
16194         Add an optional WHEN argument and change the format of the
16195         symbol-property information.
16196         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16197         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16198         new obsolete-symbol-property format and print WHEN if it is provided.
16200 2000-05-31  Dave Love  <fx@gnu.org>
16202         * loadhist.el (loadhist-hook-functions): Remove
16203         before-change-function, after-change-function.
16204         (unload-feature): Deal with symbols which are both bound and
16205         fbound.
16207         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16208         before-change-function, after-change-function.
16210         * simple.el (newline): Don't bind before-change-function,
16211         after-change-function.
16213 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
16215         * whitespace.el (whitespace-rescan-timer-time): Update interval
16216         set to 600 seconds (10 minutes) instead of 60 seconds since
16217         a large number of whitespace buffers causes emacs to `freeze'
16218         for a considerable amount of time.
16220         * whitespace.el: Updated email address
16222 2000-05-31  Dave Love  <fx@gnu.org>
16224         * add-log.el (change-log-font-lock-keywords) <function>: Add
16225         pattern for function of change.
16226         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16227         acknowledgements patterns.
16229 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
16231         * isearch.el (isearch-printing-char): If keyboard coding system is
16232         being used, call isearch-process-search-multibyte-characters.
16234         * international/isearch-x.el: Mostly rewritten.
16236         * international/quail.el (quail-start-conversion): Don't include
16237         unhandled events in the returned events, but set them in
16238         unread-command-events.  Exit if all inputs are deleted.
16240 2000-05-30  Jason Rumney  <jasonr@gnu.org>
16242         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16244         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16245         Reenable code to create initial fontsets.
16246         Use set-fontset-font in place of put-charset-property.
16248 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
16250         * progmodes/perl-mode.el (perl-indent-line): When looking for a
16251         label, ensure that the first colon isn't followed by another.
16253         * paths.el (Info-default-directory-list): Doc fix.
16255         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16256         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16257         send a query containing USER only, not USER@HOST.
16259         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16260         and rmail-msgend to compute the restriction at the end, instead of
16261         computing it.
16263 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
16265         * dabbrev.el (dabbrev-expand): Don't display messages in the
16266         echo area if the minibuffer window is active.
16268         * jit-lock.el (jit-lock-mode): Add after change function to
16269         local hook.
16271 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
16273         * antlr-mode.el: New commands: hide/unhide actions,
16274         upcase/downcase literals.
16275         (antlr-tiny-action-length): New user option.
16276         (antlr-hide-actions): New command.  Suggested by
16277         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16278         (antlr-mode-map): New binding [C-c C-v].
16279         (antlr-mode-menu): New entries.
16280         (antlr-downcase-literals): New command.
16281         (antlr-upcase-literals): Ditto.
16283         * antlr-mode.el: Minor changes: indendation, mode-name.
16284         (antlr-indent-line): Indent cpp directive at column 0.
16285         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16287         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16288         (antlr-font-lock-additional-keywords): Workaround for intentional
16289         bug in XEmacs version of font-lock.
16290         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
16291         be used by a smarter version of `buffers-menu-grouping-function'.
16293 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
16295         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16296         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16298 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
16300         * international/encoded-kb.el
16301         (encoded-kbd-iso2022-designation-map): Pay attention to that
16302         charset-iso-final-char return -1 for eight-bit-control and
16303         eight-bit-graphic.
16305 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
16307         * speedbar.el (speedbar-use-images, speedbar-update-flag)
16308         (speedbar-easymenu-definition-base): Use display-graphic-p where
16309         available, instead of window-system.
16311 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
16313         * international/codepage.el (cp-coding-system-for-codepage-1): Add
16314         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16315         coding systems.
16317 2000-05-26  Dave Love  <fx@gnu.org>
16319         * disp-table.el (standard-display-underline): Don't use
16320         internal-find-face.
16322         * mail/reporter.el: Maintainer change.  Doc fixes.
16323         (reporter-version): Deleted.
16325         * emacs-lisp/elp.el: Maintainer change.
16326         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16328 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
16330         * add-log.el (add-change-log-entry): Merge the current entry with the
16331         previous one if the previous one is empty.
16333 2000-05-26  Dave Love  <fx@gnu.org>
16335         * loadhist.el (unload-feature): Fix interactive spec [from
16336         lijnzaad@ebi.ac.uk].
16338         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16339         subr-arity to check primitives.
16340         (byte-compile-flush-pending, byte-compile-file-form-progn)
16341         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16342         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16343         mapcar.
16345 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
16347         * international/fontset.el: Set family names of non-latin charsets
16348         in default fontset to "*".
16350         * international/mule-diag.el (print-fontset): Combine family part
16351         and registry part of the fontname by "-*-" instead of "-".
16353         * international/mule-cmds.el (encode-coding-char): Make strings
16354         multibyte before calling encode-coding-string.
16356 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
16358         * derived.el: Fix keywords.
16359         (define-derived-mode): Only define if needed.
16361         * simple.el (fill-comment, comment-column, comment-start)
16362         (comment-start-skip, comment-end, comment-indent-function)
16363         (block-comment-start, block-comment-end, indent-for-comment)
16364         (set-comment-column, kill-comment, comment-padding, comment-region)
16365         (comment-multi-line, indent-new-comment-line): Remove.
16367         * bindings.el (esc-map): Change ; to comment-dwim and use the new
16368         function names for comment operations.
16370         * newcomment.el: Add abundant autoload cookies.
16371         (comment-style): Don't depend on runtime data at compile-time.
16372         (comment-indent-hook): Remove.
16373         (comment-indent): Check if comment-indent-hook is bound.
16374         (comment-region): Docstring fix.
16376 2000-05-25  Dave Love  <fx@gnu.org>
16378         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16379         byte-code-function-p.
16381         * mail/rmailsum.el: Add provide.
16383         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16385         * smerge-mode.el (smerge-diff-switches): Don't use list* in
16386         defcustom.
16388 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
16390         * ediff-diff.el (ediff-exec-process): delete --binary option from
16391         non-buffer ediff jobs.
16393 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16395         * hilit-chg.el (highlight-changes-mode): Ask about color or
16396         grayscale support, not about window-system.
16398         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16399         window-system.
16400         (ffap-highlight): Always default to t.
16402         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16403         display-popup-menus-p instead of looking at window-system.
16405         * disp-table.el (standard-display-g1, standard-display-graphic):
16406         Only refuse to use string glyphs on X and MS-Windows.
16408         * avoid.el: Remove window-system from commentary, suggest to use
16409         display-*-p instead.
16411         * apropos.el (apropos-print): Use display-mouse-p instead of
16412         window-system.
16414 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16416         * international/codepage.el (cp-decoding-vector-for-codepage):
16417         Fill up unsupported characters with their own codes.  From Kenichi
16418         Handa.
16420 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16422         * international/mule-diag.el (describe-char-after): Use
16423         display-graphic-p instead of window-system, so that this function
16424         works on MS-DOS.
16426 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16428         * international/codepage.el (cp-make-coding-systems-for-codepage):
16429         Remove the eight-bit-graphic and eight-bit-control charsets from
16430         the list of charsets which we convert into `?'.
16432 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
16434         * international/mule-conf.el: Specify CHARSET-ID explicitely for
16435         private charsets.
16436         (mule-unicode-0100-24ff, japanese-jisx0213-1,
16437         japanese-jisx0213-2): New charsets.
16439         * international/fontset.el: Setup default fontset for new charsets.
16441 2000-05-24  Dave Love  <fx@gnu.org>
16443         * info.el (Info-find-node-2): Restructure [following "Vadim
16444         S. Solomin" <sovs@uic.nnov.ru>].
16446         * icomplete.el: Fix header for Finder.
16448 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
16450         * rmailout.el (rmail-output-to-rmail-file): Added optional param
16451         STAY.
16453         * rmail.el (rmail-automatic-folder-directives): New user variable.
16454         (rmail-show-message): Add call to `rmail-auto-file' during
16455         display.
16456         (rmail-auto-file): New function.
16458 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
16460         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16461         account.
16462         (ediff-test-utility,ediff-diff-mandatory-option)
16463         (ediff-reset-diff-options): Utilities for proper initialization of
16464         ediff-diff-options and ediff-diff3-options on Windows.
16466         * ediff-init.el (ediff-merge-filename-prefix): New customizable
16467         variable.
16469         * ediff-mult.el (ediff-filegroup-action): Use
16470         ediff-merge-filename-prefix.
16472 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
16474         * viper-ex.el (ex-write): Set selective display to nil.
16476 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
16478         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16479         aliases for hebrew-iso-8bit.
16481 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
16483         * woman.el: New version from Francis J. Wright
16484         <F.J.Wright@Maths.QMW.ac.uk>.
16485         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16486         names in environment variables regardless of the path separator.
16487         (woman-topic-all-completions-1): Don't call file-name-directory-p
16488         on all files, since woman-file-regexp already filters out any
16489         directories.
16491 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
16493         * international/quail.el (quail-start-translation): Don't change
16494         modified-p of the current buffer.
16495         (quail-start-conversion): Likewise.
16497         * international/kkc.el (kkc-region): Don't change modified-p of
16498         the current buffer.
16500         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16501         conform to RFC1468.
16502         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16504 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
16506         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16507         (speedbar-insert-button): Invisible text property fix.
16508         (speedbar-directory-plus): Renamed from speedbar-directory-+
16509         (speedbar-directory-minus): Renamed from speedbar-directory--
16510         (speedbar-page-plus): Renamed from speedbar-file-+
16511         (speedbar-page-minus): Renamed from speedbar-file--
16512         (speedbar-page): Renamed from speedbar-file-
16513         (speedbar-tag): Renamed from speedbar-tag-
16514         (speedbar-tag-plus): Renamed from speedbar-tag-+
16515         (speedbar-tag-minus): Renamed from speedbar-tag--
16516         (speedbar-expand-image-button-alist): Use above renames.
16518         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16519         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16520         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16521         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16522         * sb-pg.xpm: Renamed from sb-file.xpm
16523         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16524         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16526 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
16528         * international/quail.el (quail-show-guidance-buf): Set
16529         current-input-method of the guidance buffer to the name of the
16530         curren input method.
16532 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
16534         * progmodes/compile.el (compile-internal): Style typo.
16536         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16537         quote vars and functions in the docstring.
16539         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16541         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16542         Don't quote lambdas.
16544         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16546 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16548         * startup.el (command-line): Determine source file of compiled
16549         user init file differently.  Warn if compiled user init file
16550         is older than its source file.
16552         * ffap.el (ffap-url-regexp): Add `https'.
16554 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
16556         * files.el (make-backup-file-name-1): Replace slashes with `!'
16557         rather than `|' (which is not allowed on Windows).  Replace the
16558         drive letters with a string "drive_X".
16560 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16562         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16564         * files.el (interpreter-mode-alist): Add `bash2'.
16566 2000-05-22  Dave Love  <fx@gnu.org>
16568         * loadhist.el (feature-symbols, file-provides, file-requires): Use
16569         mapc.
16570         (feature-file): Avoid calling symbol-name.  Doc fix.
16571         (file-set-intersect, file-dependents): Use dolist, not mapcar.
16572         (loadhist-hook-functions): Add mouse-position-function.
16573         (unload-feature): Change uses of mapcar.
16575         * files.el (parse-colon-path): Doc fix.
16576         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16577         (set-auto-mode): Use mapc.
16579         * complete.el (PC-look-for-include-file): Use :alnum: character
16580         class.
16581         (partial-completion-mode): Add autoload cookie.
16583 2000-05-22  Sam Steingold  <sds@gnu.org>
16585         * info.el (Info-fontify-node): Fixed the call to
16586         `add-text-properties' (bug introduced on 2000-05-18).
16588 2000-05-22  Dave Love  <fx@gnu.org>
16590         * bindings.el: Remove debug-ignored-errors set in other files.
16592         * progmodes/etags.el: Add to debug-ignored-errors.
16593         (visit-tags-table-buffer): Clear out buffers holding old tables
16594         when making a new list.
16595         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16596         mapc.
16598         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
16599         quote keywords.
16600         (cmpl-string-case-type): Use character classes.
16602         * comint.el:
16603         * textmodes/ispell.el:
16604         * imenu.el:
16605         * mail/mh-e.el:
16606         * progmodes/compile.el: Add to debug-ignored-errors.
16608         * dabbrev.el: Add to debug-ignored-errors.
16609         (dabbrev-completion): Use mapc.
16611 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
16613         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16614         (woman-mapcan, woman-parse-man.conf)
16615         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16616         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16617         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
16618         path syntax better.
16619         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16620         (woman-manpath): Call woman-parse-man.conf.
16621         (woman-emulation): New defcustom, defaults to nroff.
16622         (woman-font-support): New defconst.
16623         (woman-use-symbol-font): New defcustom.
16624         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16625         "Emulation".
16626         Many functions: Doc fix.
16628 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
16630         * international/quail.el (quail-simple-translation-keymap): Map
16631         128..255 to quail-self-insert-command.
16632         (quail-keyboard-layout-alist): Add definition for "pc102-de".
16634 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
16636         * help.el (help-manyarg-func-alist): Typo.
16638         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16639         intervals which makes it heaps simpler.
16641         * newcomment.el (comment-region-internal): Go back to BEG after quoting
16642         the nested comment markers.
16644         * subr.el (remove-hook): Don't turn the hook's value into a list.
16646 2000-05-21  Dave Love  <fx@gnu.org>
16648         * edmacro.el (edmacro-parse-keys): Return vector if any elements
16649         are invalid characters.
16651         * international/mule-util.el (detect-coding-with-priority): Use
16652         mapc.  Remove redundant lambda.
16654         * international/mule-diag.el (list-non-iso-charset-chars)
16655         (describe-fontset): Remove redundant lambda.
16657         * emulation/crisp.el (brief-mode): New alias.
16659         * emacs-lisp/ring.el (ring-elements): New function.
16661         * emacs-lisp/easymenu.el (easy-menu-create-menu)
16662         (easy-menu-do-add-item): Use keywordp.
16664         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16666         * replace.el: Doc and error message fixes.
16667         (replace-highlight): Use facep, not internal-find-face.
16669 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
16671         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16673         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16674         (log-edit-insert-changelog): Drop `:' as well.
16676         * log-view.el: Fix file description.
16677         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16678         available.
16679         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16680         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16682         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16683         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16684         Print a status message if the toggle is called interactively.
16685         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16686         for global minor modes and use `defcustom' for them.
16687         Use add-minor-mode.
16688         (easy-mmode-define-derived-mode): Remove.
16689         (define-derived-mode): Fancier default docstring.
16690         (easy-mmode-define-navigation): Signal an error rather than (ding).
16692         * newcomment.el (comment-styles): New `box-multi'.
16693         (comment-normalize-vars): Better default for comment-continue to
16694         avoid whitespace-only continuations.
16695         (comment-search-forward): Always move even in the no-syntax case.
16696         (comment-padright): Only obey N if it's only obeyed for padleft.
16697         (comment-make-extra-lines): Better handling of empty continuations.
16698         Use `=' for the filler if comment-start has only one character.
16699         (uncomment-region): Try handling the special `=' filler.
16700         (comment-region): Allow LINES even if MULTI is nil.
16701         (comment-box): Choose box style based on comment-style.
16703 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
16705         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16706         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16708 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
16710         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16711         and insert, not subst-char-in-region.
16713         * international/mule-diag.el (list-character-sets-1): Handle
16714         charsets eight-bit-control and eight-bit-graphic.
16715         (list-iso-charset-chars): Likewise.
16716         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16717         charactes as is.  Use indent-to to align characters.
16719         * international/mule-cmds.el (find-multibyte-characters): Never
16720         exclude charsets eight-bit-control and eight-bit-graphic.
16722 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16724         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16725         Don't quote lambdas.
16727         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16729 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16731         * gud.el (gud-jdb-directories): Doc fix.
16733 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16735         * newcomment.el: New file.
16737 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16739         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16741 2000-05-18  Andreas Schwab  <schwab@suse.de>
16743         * dired.el (dired-between-files): Also skip lines beginning with
16744         `used'.
16746 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
16748         * msb.el (msb-menu-cond): Add choice `user'.
16750 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16752         * ps-print.el: Compatibility, customization and doc fix.
16753         (ps-printer-name-option): Replace defconst by defvar.
16754         (ps-postscript-code-directory): XEmacs compatibility.
16755         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16756         fix.
16757         (ps-user-defined-prologue, ps-print-prologue-header)
16758         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16759         compatibility and code fix.
16760         (ps-print-background-image, ps-print-background-text):
16761         Customization fix.
16762         (ps-line-number-start, ps-n-up-on): New vars.
16764 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
16766         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16767         the indent-comment function to just return the appropriate indent.
16769 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
16771         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16772         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16773         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16775 2000-05-18  Dave Love  <fx@gnu.org>
16777         * info.el (Info-fontify-node): Add intangible property as well as
16778         invisible.
16780         * calendar/appt.el (appt-make-list): Match all lines of entry.
16781         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16783 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
16785         * international/mule-diag.el (describe-char-after): Call
16786         internal-char-font, not char-font.  If internal-char-font returns
16787         nil, display "-- none --".
16789 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16791         * image.el (image-type-available-p): Don't reference image-types
16792         if it isn't bound.
16794 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
16796         * autoarg.el (autoarg-mode): Typo in the :set argument.
16798 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16800         * startup.el (command-line-1): Don't signal an error if the
16801         directory for auto-save-list files does not yet exist.
16803 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
16805         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16807 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
16809         * subr.el (remove-hook): `setq' hook-value, not `set'.
16811 2000-05-16  Sam Steingold  <sds@gnu.org>
16813         * info.el (debug-ignored-errors): More errors to ignore.
16815 2000-05-16  Dave Love  <fx@gnu.org>
16817         * cus-edit.el: Don't require cl or easymenu.
16818         (custom-variable-prompt): Test standard-value property, not
16819         user-variable-p.
16821 2000-05-16  Sam Steingold  <sds@gnu.org>
16823         * subr.el (add-hook): `setq' hook-value, not `set'.
16825 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
16827         * startup.el (command-line-1): Mention the FAQ in the startup
16828         message.
16830         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16832         * progmodes/compile.el (compilation-parse-errors): Collect
16833         `nomessage' regexps last.
16835         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16837         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16838         to the function name.
16840 2000-05-15  Dave Love  <fx@gnu.org>
16842         * speedbar.el (speedbar-recenter): Typo.
16843         (speedbar-expand-line): Make arg optional.
16844         (speedbar-mode): Avoid a compiler warning.
16846 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16848         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16849         user-specified option string is empty.
16851         * mouse.el (mouse-yank-at-click): Doc fix.
16853 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
16855         * term/internal.el (IT-character-translations): More updates of
16856         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16857         documents.
16859 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16861         * env.el (getenv): New function, interactively callable.
16862         (setenv, getenv): Remove autoload cookies.
16864         * loadup.el: Load `env'.
16866         * progmodes/f90.el: Change author's mail address.
16868 2000-05-14  Dave Love  <fx@gnu.org>
16870         * mail/rmail.el (rmail-show-message-hook): Customize and offer
16871         goto-addr as an option.
16873         * help.el (help-xref-stack): Doc fix.
16874         (help-xref-following): New variable.
16875         (help-make-xrefs): Use it.
16876         (help-xref-go-back): Use position information from stack element.
16877         (help-follow): Make position in stack element a pair.  Use
16878         help-xref-following.
16880         * autoarg.el: New file.
16882         * faces.el: Declare more functions obsolete.
16884         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16885         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16886         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16887         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16888         Remove all the setup-...-environment functions.
16890 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
16892         * speedbar.el: Updated the commentary section.  xemacs20p now uses
16893         >= when detecting.  Require `defimage' safely.
16894         (speedbar-easymenu-definition-base): Add toggle for images.
16895         (speedbar-easymenu-definition-special): Add flush cache & expand.
16896         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
16897         (speedbar-reconfigure-keymaps-hook): New variable.
16898         (speedbar-frame-parameters): Updated documentation.
16899         (speedbar-use-imenu-flag): Updated custom tag
16900         (speedbar-dynamic-tags-function-list): New variable.
16901         (speedbar-tag-hierarchy-method): Updated doc & custom.
16902         (speedbar-indentation-width, speedbar-indentation-width) New
16903         variables.
16904         (speedbar-hide-button-brackets-flag): Customizable.
16905         (speedbar-vc-indicator): Doc update.
16906         (speedbar-ignored-path-expressions): Updated default value.
16907         (speedbar-supported-extension-expressions): Updated default value.
16908         (speedbar-syntax-table): Remove {} paren status.
16909         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16910         as "+".  Added overlay aliases.
16911         (speedbar-mode): Use `speedbar-mode-line-update' instead of
16912         `force-mode-line-update'.
16913         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16914         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16915         `mouse-set-point'
16916         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16917         (speedbar-item-info-tag-helper): Revamped to handle a wider range
16918         of arbitrary text, and new helper functions.
16919         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16920         filename finder.
16921         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16922         (speedbar-directory-buttons): Update path search/expansion.
16923         (speedbar-make-tag-line): Pay attention to
16924         `speedbar-indentation-width'.  Use more care w/ invisible
16925         properties.
16926         (speedbar-change-expand-button-char): Call
16927         `speedbar-insert-image-button-maybe'.
16928         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16929         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16930         (speedbar-trim-words-tag-hierarchy)
16931         (speedbar-simple-group-tag-hierarchy): New functions
16932         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16933         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16934         functions.
16935         (speedbar-mouse-set-point): New function
16936         (speedbar-power-click): Updated documentation.
16937         (speedbar-line-token, speedbar-goto-this-file): Handle more types
16938         of tag prefix text.
16939         (speedbar-expand-line, speedbar-contract-line): Make more robust
16940         to strange text.
16941         (speedbar-expand-line): Takes universal argument to flush the
16942         cache.
16943         (speedbar-flush-expand-line): New function.
16944         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16945         Use new generator insertion method.
16946         (speedbar-fetch-dynamic-tags): New function.
16947         (speedbar-fetch-dynamic-imenu): Removed code now handled in
16948         `speedbar-fetch-dynamic-imenu'.
16949         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16950         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16951         "Revert Buffer" menu items.
16952         (speedbar-buffer-buttons-engine): Be smarter when creating a
16953         filename tag (for expansion purposes.).
16954         (speedbar-highlight-one-tag-line,
16955         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16956         (speedbar-recenter): New functions.
16957         (defimage-speedbar): Image loading abstraction.
16958         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16959         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16960         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16961         (speedbar-tag-type, speedbar-tag-mail): New images.
16962         (speedbar-expand-image-button-alist): New variable.
16963         (speedbar-insert-image-button-maybe): Insert an image over some
16964         buttons.
16966 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
16968         * international/mule-cmds.el (encode-coding-char): An ASCII
16969         character is always encodable.
16971         * international/mule-conf.el: Add more information in descriptions
16972         of character sets.
16974         * international/mule-diag.el (describe-char-after): New function.
16975         (describe-font-internal): Adjusted for the change of font-info.
16976         (describe-font): Likewise.
16977         (print-fontset): Rewritten for the new fontset implementation.
16978         (describe-fontset): Include fontset alias names in completion.
16979         (list-fontsets): Adjusted for the change of print-fontset.
16981         * simple.el (what-cursor-position): If DETAIL is non-nil, call
16982         describe-char-after instead of displaying the detail in the echo
16983         area.
16984         (syntax-code-table): Format changed.
16985         (string-to-syntax): Adjusted for the above change.
16987 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
16989         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16991 2000-05-12  Dave Love  <fx@gnu.org>
16993         * calendar/todo-mode.el: Remove some compatibility stuff and CL
16994         dependence.  Use line-{beginning,end}-position, not
16995         point-at{b,e}ol.  Some doc fixes.
16996         (todo-position): New function.  Fix callers of position to use it.
16997         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16999 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
17001         * time.el (display-time-mail-icon): Use `:ascent center'.
17003         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17004         handling FTP security extensions.
17006 2000-05-11  Dave Love  <fx@gnu.org>
17008         * calendar/todo-mode.el: New file.
17010 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
17012         * comint.el (comint-read-input-ring): Move reference to
17013         comint-input-ring-size outside of the save-excursion.  It was
17014         causing the default value to be the only one ever seen.
17016         * font-lock.el: Update copyright.  Remove Simon Marshall's email
17017         address on request from him.
17019         * subr.el (substitute-key-definition): Add comment describing
17020         the meaning of PREFIX.
17022 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
17024         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17026         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17027         (add-minor-mode): Don't make the variable buffer-local and add a
17028         reference to define-minor-mode in the docstring.
17030         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17031         HEADER/FOOTER and fix bug with trailing empty directory.
17032         (cvs-append-to-ignore): Use vc-editable-p if available.
17033         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17034         (vc-do-command): Tweak advice to handle the new VC.
17036         * log-view.el (log-view-goto-rev): New function for the new VC.
17037         (log-view-minor-wrap): Use mark-active.
17039         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17040         (log-edit-changelog-full-paragraphs): New var.
17041         (log-edit-insert-changelog): Remove a lonely leading `* file'.
17042         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17043         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17044         (log-edit-changelog-ours-p, log-edit-changelog-entries)
17045         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17046         Replace the `cvs' prefix with `log-edit'.
17048         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17050         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17051         (diff-font-lock-defaults): Explicitly turn off multiline.
17052         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17053         (diff-ediff-patch): Fix call to ediff-patch-file.
17054         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17055         Handle comments.
17057         * frame.el (automatic-hscrolling): Typo.
17059         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17061 2000-05-09  Sam Steingold  <sds@goems.com>
17063         * apropos.el (apropos-print): use `describe-face' instead of
17064         `customize-face-other-window'.
17066 2000-05-09  Dave Love  <fx@gnu.org>
17068         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17070         * help.el (describe-variable): Have customize button pop the
17071         help-xref stack when invoked.
17072         (help-xref-symbol-regexp): Add `face'.
17073         (help-make-xrefs): Check for quoted face names and adapt regexp
17074         submatch numbers to cope.
17075         (help-xref-interned): Maybe insert face doc too.  Separate
17076         sections with a line of hyphens.
17078         * faces.el:  Some doc fixes.  Declare some functions obsolete.
17079         (describe-face): Add customize button.  Return the help
17080         text.  Fix prompt.
17082 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
17084         * term/internal.el (IT-character-translations): Fix last change.
17086 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
17088         * woman.el: New file
17089         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17091 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
17093         * term/internal.el (IT-character-translations): Update ASCII
17094         simulations for greek-iso8859-7, add latin-iso8859-14 and
17095         latin-iso8859-15.
17097         * international/mule-cmds.el (set-language-info-alist): Call
17098         define-prefix-command with 3 arguments, to make the map suitable
17099         for a menu.
17101 2000-05-07  Dave Love  <fx@gnu.org>
17103         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17105 2000-05-05  Dave Love  <fx@gnu.org>
17107         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17108         list in doc string.  Don't quote keyword symbols.
17109         * emacs-lisp/cl.el: Likewise
17110         * emacs-lisp/cl-seq.el: Likewise
17112 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
17114         * abbrev.el (abbrev-mode): Make ARG optional.
17116 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
17118         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17120         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17122         * subr.el (substitute-key-definition): Clarify documentation.
17124 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
17126         * glasses.el (glasses-convert-to-unreadable): Use
17127         `glasses-separator' instead of the hard-wired "_".
17128         (glasses-mode): Call `glasses-make-unreadable' only in a single
17129         place.
17131 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
17133         * term/internal.el (cjk-codepages-alist): Add associations for
17134         Chinese and Korean codepages.  Remove FIXME comment.
17136 2000-05-03  Dave Love  <fx@gnu.org>
17138         * time.el (display-time-mail-face, display-time-use-mail-icon):
17139         New option.
17140         (display-time-mail-icon): New variable.
17141         (display-time-string-forms): Use the above.  Fix the local-map.
17143 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
17145         * replace.el (query-replace-map): Add binding for `E'.
17146         (query-replace-help): Extend help text.
17147         (perform-replace): Allow editing the replacement string.
17149         * make-mode.el (makefile-mode-abbrev-table): New variable.
17150         (makefile-mode): Set local abbrev table to
17151         makefile-mode-abbrev-table.
17152         (makefile-font-lock-keywords): Fontify includes and conditionals.
17154         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17155         set TOGGLE's value.
17157         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17158         mail-interactive-insert-alias.
17159         (mail-abbrev-complete-alias): New command.
17160         (mail-mode-map): Bind it to `M-TAB'.
17162 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
17164         * language/lao-util.el (lao-compose-region): New function.
17166 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
17168         * files.el (recover-session): Make directories as necessary
17169         if they don't exist yet.
17171         * calendar/cal-french.el
17172         (french-calendar-multibyte-special-days-array)
17173         (french-calendar-special-days-array): Change French text.
17174         (calendar-french-date-string): Change output.
17175         (calendar-goto-french-date): Likewise.
17177 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
17179         * wid-edit.el (widget-default-active): Obey `:always-active'.
17180         (widget-documentation-string-value-create): Set `:always-active'.
17182 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
17184         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17185         default prefix to `~/_emacs.d/auto-save.list/_s'.
17186         (normal-top-level): Create the directory for auto-save files, if
17187         it doesn't already exist (in the ms-dos case only).
17189 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
17191         * international/mule-cmds.el (set-language-environment): Don't
17192         concat an integer (dos-codepage), use format instead.
17194 2000-05-02  Dave Love  <fx@gnu.org>
17196         * help.el (help-xref-on-pp): Check for constant symbols.
17198 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
17200         * startup.el (normal-top-level): Put a condition-case around
17201         the code loading subdirs.el.
17203 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17205         * ps-print.el: Upside-down and face background color printing,
17206         line number step, doc fix.
17207         (ps-print-version): New version number (5.2).
17208         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17209         (ps-face-attribute-list, ps-plot-with-face): Code fix.
17210         (ps-spool-config): Var fix.
17211         (ps-printer-name-option): Const fix.
17212         (ps-print-upside-down, ps-use-face-background)
17213         (ps-line-number-step): New vars.
17214         (ps-window-system, ps-lp-system): New consts.
17215         (ps-face-background): New fun.
17217 2000-04-28  Richard Stallman  <rms@gnu.org>
17219         * files.el (make-auto-save-file-name):
17220         Apply auto-save-file-name-transforms to visited file name
17221         before generating auto save file name.
17222         (auto-save-file-name-transforms): New variable.
17224         * files.el (backup-enable-predicate):
17225         Correctly test for a file under a temporary directory.
17227 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
17229         * subr.el (add-minor-mode): Rewritten.
17231 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
17233         * mail/sendmail.el (sendmail-send-it): Set
17234         buffer-file-coding-system to the selected coding system for MIME
17235         header.
17237 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
17239         * dired.el (dired-move-to-filename-regexp): Allow format where
17240         YYYY is followed by two spaces.
17242         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17243         in the second character class of the regexp.
17245         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17246         mh-etc, too.
17248         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17249         nil.
17251         * subr.el (add-minor-mode): Use `set' instead of `setq'.
17253         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17254         argument.
17256 2000-04-27  Sen Nagata <sen@eccosys.com>
17258         * emacs-lisp/crm.el (crm-completion-table): New variable.
17259         (crm-collection-fn, crm-test-completion)
17260         (completing-read-multiple): Use it.
17262 2000-04-27  Dave Love  <fx@gnu.org>
17264         * help.el (locate-library): Use mapc.
17265         (help-manyarg-func-alist): Add call-process-region.
17267 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
17269         * subr.el (add-minor-mode): Make argument MAP optional.
17271         * desktop.el (desktop-save): Save list of minor modes.
17272         (desktop-create-buffer): Restore minor modes.
17273         (desktop-minor-mode-table): New user-option.
17275         * subr.el (add-minor-mode): New function.
17277         * image.el (find-image): New function.
17278         (defimage): Rewritten to find image at load time.
17280         * startup.el (normal-top-level-add-to-load-path): Handle
17281         case that the default directory is not in load-path.
17283         * help.el: Old patch from Stefan Monnier.
17284         (help-xref-on-pp): New function.
17285         (describe-variable): Use it to display xrefs in a symbol's value.
17287 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
17289         * cus-edit.el (custom-face): Fix parenthesis.
17291 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
17293         * mail/rmail.el (rmail-expunge): When there are no deleted
17294         messages, do nothing.
17296 2000-04-26  Dave Love  <fx@gnu.org>
17298         * international/mule-cmds.el (locale-translation-file-name):
17299         Defvar to nil.
17300         (set-locale-environment): Set it here (at runtime).
17302 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
17304         * replace.el (perform-replace): Add parameters START and END.  Use
17305         them instead of the check for a region in Transient Mark mode.
17306         (query-replace-read-args): Return two more list elements for the
17307         start and end of the region in Transient Mark mode.
17308         (query-replace, query-replace-regexp, query-replace-regexp-eval)
17309         (map-query-replace-regexp, replace-string, replace-regexp): Add
17310         optional last arguments START and END and pass them to
17311         perform-replace.
17313         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17314         form with additional arguments for perform-replace.
17316         * progmodes/etags.el (tags-query-replace): Add parameters START
17317         and END.  Construct a form with additional arguments for
17318         perform-replace.
17320         * simple.el (shell-command): Set default directory for "*Shell
17321         Command Output" buffer.
17323         * language/european.el (iso-latin-4): Fix typo.
17325         * emacs-lisp/crm.el: New file.
17327 2000-04-24  Dave Love  <fx@gnu.org>
17329         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17330         (Custom-reset-saved, Custom-reset-standard)
17331         (custom-group-value-create, custom-group-set, custom-group-save)
17332         (custom-group-reset-current, custom-group-reset-saved)
17333         (custom-group-reset-standard): Use mapc.
17334         (custom-buffer-create-internal): Disable undo when creating items.
17335         Use mapc.
17336         (custom-face): Avoid redundant lambda.
17338 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
17340         * startup.el (auto-save-list-file-prefix): Set default to
17341         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17343 2000-04-24  Sam Steingold  <sds@gnu.org>
17345         * time-stamp.el (time-stamp-string-preprocess): Always convert
17346         `field-result' to a string.
17348 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
17350         * frame.el (scrolling): New group.
17351         (automatic-hscrolling): New user-option.
17353         * startup.el (command-line-x-option-alist): Add `-lsp' and
17354         `--line-spacing'.
17356 2000-04-19  Dave Love  <fx@gnu.org>
17358         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17359         (cl-mapc): Rename from mapc.  Fix the funcall.
17361 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
17363         * simple.el (clone-indirect-buffer-other-window): New command.
17364         (clone-indirect-buffer): Add optional arg NORECROD.
17365         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17367         * help.el (resize-temp-buffer-window): Use count-screen-lines.
17369         * window.el (count-screen-lines): New function.
17370         (shrink-window-if-larger-than-buffer): Use count-screen-lines
17371         instead of window-buffer-height.
17373         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17374         non-existing variable comint-input-sentinel.
17375         (inferior-lisp-args-to-list): Removed.
17376         (inferior-lisp): Use split-string instead of
17377         inferior-lisp-args-to-list.
17379         * hexl.el (hexl-insert-hex-string): New command.
17381         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17382         instead of concat.
17384 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
17386         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17387         at the start of an existing but empty folder.
17389 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17391         * ps-mule.el: Customization fix, doc fix.
17392         (ps-multibyte-buffer): Customization fix.
17394 2000-04-17  Richard M. Stallman  <rms@gnu.org>
17396         * subr.el (read-passwd): Use read-char-exclusive.
17398 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
17400         * textmodes/texinfo.el (texinfo-insert-@email)
17401         (texinfo-insert-@emph, texinfo-insert-@quotation)
17402         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17403         (texinfo-mode-map): Add key bindings for them.
17405         * files.el (basic-save-buffer-2): Use a template with `$'
17406         instead of `#' for VMS.
17408         * simple.el (clone-indirect-buffer): New function.
17410 2000-04-16  Stephen Eglen  <stephen@gnu.org>
17412         * iswitchb.el (iswitchb-case): New function.  If the user input
17413         contains any upper-case characters, the search is made
17414         case-sensitive.
17416 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
17418         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17419         comment-end.
17420         (texinfo-font-lock-syntactic-keywords): New var.
17421         (texinfo-font-lock-keywords): Remove comment regexp.
17422         (texinfo-insert-block): New function.
17423         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17424         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
17425         and font-lock-defaults.  Use regexp-opt for outline-regexp.
17426         (texinfo-environments): New var.
17427         (texinfo-environment-regexp): Use regexp-opt and
17428         texinfo-environments.
17430         * textmodes/ispell.el (ispell-menu-map-needed): Check that
17431         ispell-process is bound since this might be eval'd before ispell
17432         is loaded.
17433         (ispell-message): Use a tiny bit less magic and a bit more hard
17434         data to figure out what kind of sc-cite-regexp to use.
17436         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17438         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17439         (insert-cyclic-diary-entry): Unquote the lambda.
17441         * gud.el (gud-jdb-build-source-files-list): Fix typo.
17443         * files.el (backup-enable-predicate): Unquote the lambda.
17445         * cus-edit.el (custom-face, face): Unquote the lambda.
17447 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17449         * ps-print.el: Check for line-beginning-position definition.
17451         * ps-print.el: Fix counting lines in a region.
17452         (ps-print-version): New version number (5.1.5).
17453         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17454         (ps-printing-region): Fun code fix.
17456 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
17458         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17459         to file-directory-p.
17461 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
17463         * gud.el (gud-jdb-build-source-files-list): Check that directory
17464         exists before calling directory-files.
17466 2000-04-13  Dave Love  <fx@gnu.org>
17468         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
17469         syntax.
17471         * emacs-lisp/cl-specs.el: Remove when, unless.
17473         * emacs-lisp/cl-extra.el: Don't quote keywords.
17474         (cl-old-mapc): New variable.
17475         (mapc): Use it.
17476         (cl-map-intervals): Use with-current-buffer.  Don't check for
17477         next-property-change.
17478         (cl-map-overlays): Use with-current-buffer.
17479         (cl-expt): Remove.
17480         (copy-tree, remprop): Define unconditionally.
17482         * emacs-lisp/cl-compat.el (keywordp): Remove.
17484         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
17485         to use keywordp.
17486         (edebug-spec): Enable keywordp.
17488         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17489         string-lessp.
17491         * cus-start.el: Use keywordp.
17493 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17495         * diary-lib.el (include-other-diary-files): Fix the fix of
17496         2000-02-18 by doing a save-excursion.
17498 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17500         * ps-print.el: Customization fix, doc fix.
17501         (ps-print-version): New version number (5.1.4).
17502         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17503         (ps-print-preprint): Adjust code.
17504         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17505         (ps-print-prologue-header, ps-print-control-characters)
17506         (ps-spool-config): Customization fix.
17508 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
17510         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17511         converted to the new menu-item format, names silightly changed,
17512         help strings added.
17514         Support for spelling without async subprocesses:
17516         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17517         (ispell-session-buffer): New variables.
17518         (ispell-start-process, ispell-process-status,
17519         ispell-accept-output, ispell-send-string): New functions, for
17520         Ispell invocation when async subprocesses aren't supported.
17521         (ispell-word, ispell-pdict-save, ispell-command-loop,
17522         ispell-process-line, ispell-buffer-local-parsing): Replace calls
17523         to process-send-string with calls to ispell-send-string, and
17524         accept-process-output with ispell-accept-output.
17525         (ispell-init-process): Call ispell-process-status instead of
17526         process-status with.
17527         (ispell-init-process): Call ispell-start-process.  Call
17528         ispell-accept-output and ispell-send-string.  Don't call
17529         process-kill-without-query and kill-process if they are unbound.
17530         (ispell-async-processp): New function.
17532 2000-04-12  Dave Love  <fx@gnu.org>
17534         * info.el: Add debug-ignored-errors.
17535         (Info-mode-menu): Add some items.
17536         (Info-directory): Add autoload cookie.
17538         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17539         Modify `truncate-lines'.  Make `describe-language-environment'
17540         always visible and add help.  Modify `describe-key' help.  Invoke
17541         Info-directory from `info'.  New entry `emacs-manual'.
17543 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17545         * progmodes/ebrowse.el (ebrowse-tree-mode):
17546         Use propertized-buffer-identification.
17547         (ebrowse-update-member-buffer-mode-line): Likewise.
17548         (ebrowse--mode-strings): Removed.
17549         (ebrowse--mode-line-props): Removed.
17551         * files.el (auto-mode-alist): Add `EBROWSE'.
17553         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17554         space before testing for end of buffer.
17555         (ebrowse-load): Removed.
17556         (ebrowse-revert-tree-buffer-from-file): Rewritten.
17557         (ebrowse-create-tree-buffer): Rewritten.
17558         (ebrowse-tree-mode): Read tree from buffer.
17560         * progmodes/ebrowse-ffh.el: Removed.
17562 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
17564         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17566 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17568         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17569         at the wrong place.
17571 2000-04-09  Dave Love  <fx@gnu.org>
17573         * files.el (backup-enable-predicate):
17574         Use temporary-file-directory, small-temporary-file-directory.
17575         (make-backup-file-name-function, backup-directory-alist): New vars.
17576         (make-backup-file-name-1): New function.
17577         (make-backup-file-name): Use it.
17578         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
17579         (file-newest-backup): Use make-backup-file-name.
17581 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
17583         * progmodes/ebrowse-ffh.el: New file.
17585         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17586         Moved to ebrowse-ffh.el.
17587         (ebrowse-load): Add autoload.
17589         * finder.el (finder-commentary): Add autoload cookie.
17591         * mail/rfc2368.el: Correct author's email address.
17593         * progmodes/ebrowse.el: New file.
17595         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17596         item help string.
17597         (easy-menu-do-add-item): Ditto.
17598         (easy-menu-define): Extend doc string.
17600         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17601         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17602         (jit-lock-function, jit-lock-stealth-fontify): Don't use
17603         with-buffer-unmodified.
17605 2000-04-08  Dave Love  <fx@gnu.org>
17607         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17608         unless, when.
17610 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
17612         * viper-util.el (viper-put-on-search-overlay): New subroutine.
17613         (viper-flash-search-pattern): No operation when using Emacs
17614         doesn't support face.
17615         Use `viper-put-on-search-overlay'.
17617 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
17619         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17620         like C-r.
17622         * progmodes/make-mode.el: Some doc fixes.
17623         (makefile-mode-abbrev-table): New variable.
17624         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17625         (makefile-font-lock-keywords): Fontify includes and conditionals.
17626         (toplevel): Require `dabbrev' and `add-log' when compiling.
17628         * replace.el (perform-replace): Don't move forward one char
17629         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
17630         to do that because it leaves point 1 position after the last
17631         replacement, after everything has been replaced.
17633         * jit-lock.el (with-buffer-unmodified): New macro.
17634         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17635         modified state.
17636         (jit-lock-function-1): Extracted from jit-lock-function; not
17637         preserving buffer's modified state.
17638         (jit-lock-function, jit-lock-stealth-fontify):
17639         Call jit-lock-function-1.
17641         * mail/rfc2368.el: Remove supernumerary copyright line.
17643 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
17645         * glasses.el: Provide facilities for inserting space before left
17646         parentheses and uncapitalization of identifiers.
17647         (glasses-mode): Try to remove old overlays in all cases.
17649 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
17651         * progmodes/compile.el (compile-internal): Display the compilation
17652         buffer in a different frame, if it's already displayed there.
17654         * mail/rfc2368.el: New file.
17656         * simple.el (sendmail-user-agent-compose): Recognize a `body'
17657         header and insert its value as mail body.
17659         * subr.el (member-ignore-case): New function.
17661         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17662         (dabbrev--find-expansion): Ignore buffers matching a regexp
17663         from dabbrev-ignored-regexps.
17665         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17666         to extensions handled by gzip.
17668 2000-04-03  Richard M. Stallman  <rms@gnu.org>
17670         * files.el (insert-directory): List the total free space
17671         along with the used space.
17673         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17674         line is followed by one that matches CITATION-REGEXP, end the
17675         paragraph.
17677 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
17679         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17680         (rmail-make-basic-summary-line): Use that option.
17682 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
17684         * international/mule-cmds.el (encoded-string-description):
17685         Rewritten.   Try pretty description for ISO 2022 escape sequences
17686         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
17687         for hexadecimal format.
17689 2000-04-01  Dave Love  <fx@gnu.org>
17691         * cpp.el: Change customization group to `c' from `C'.
17693         * vcursor.el (vcursor-move): Use display-color-p.
17695         * international/mule-util.el: Provide mule-utils.
17696         (string-to-sequence): Simplify and speed up.
17698         * international/mule.el (make-coding-system): Purecopy doc-string.
17700         * international/mule-cmds.el: Various menu changes.
17701         (describe-specified-language-support): Handle `Default'.
17702         (set-language-info): Purecopy `info'.
17704 2000-03-31  Andrew Innes  <andrewi@gnu.org>
17706         * vc.el (vc-backend-diff): Return the correct status if we had to
17707         retry the rcsdiff command without the --brief option.
17709 2000-03-31  Dave Love  <fx@gnu.org>
17711         * help.el (help-manyarg-func-alist): Correct several omissions.
17713         * add-log.el: Don't require cl, fortran.
17714         (add-log-current-defun-function): Doc fix.
17715         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
17716         (change-log-version-rcs): Function deleted.
17717         (change-log-version-number-search): Doc fix.
17718         Use vc-workfile-version. Avoid CL dolist.
17719         (add-change-log-entry): Just call add-log-current-defun to get
17720         defun.  Simplify somewhat.
17721         (change-log-get-method-definition-1): Likewise.
17722         (add-log-current-defun): Return nil if calling
17723         add-log-current-defun-function does so.  Move Fortran stuff to
17724         fortran.el.  Return string without properties.
17726         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17727         and :alpha: char classes.
17729         * mail/supercite.el: Defvar curline when compiling.
17730         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17731         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17732         rather than a-zA-Z0-9 to allow non-ASCII characters.
17734 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
17736         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17738         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17739         Re-enable new code.
17741         * lpr.el (print-region-1): Use -d to specify printer name for
17742         systems `usg-unix-v*, `dgux', `hpux', `irix'.
17744 2000-03-31  Dave Love  <fx@gnu.org>
17746         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17747         Look for function definition in symbol's function value slot first
17748         instead of first consulting byte-compile-function-environment.
17750 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
17752         * language/european.el ("Polish"): New language environment.
17753         (setup-polish-environment): New function.
17755 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
17757         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17758         Disable new code.
17760         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17761         trying to `load' the symbol of an autoload instead of the file
17762         recorded in the autoload.  Fix error messages.
17764 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17766         * ps-print.el: PostScript programming fix for ghostview, doc fix.
17767         (ps-print-version): New version number (5.1.3).
17768         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17769         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17770         (ps-generate-postscript-with-faces): Code fix.
17771         (ps-color-values): XEmacs compatibility.
17772         (ps-print-background-image, ps-print-background-text, ps-printer-name)
17773         (ps-default-fg, ps-default-bg): Adjust customization.
17774         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17775         (ps-color-scale): Renaming old ps-color-value fun.
17776         (ps-print-headers): Replace ps-print-header group to avoid conflict
17777         with ps-print-header variable.
17778         (ps-print-miscellany): New group.
17779         (ps-format-color, ps-rgb-color): New funs.
17780         (ps-default-foreground): New var.
17781         (ps-printer-name-option): New const.
17783 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
17785         * net/net-utils.el:
17786         (network-connection-host, network-connection-service): New variables
17787         (network-connection-mode): New mode, derived from comint-mode
17788         (network-connection-mode-setup): New function, saves host and
17789         service information in local variables.
17791         * lisp/locate.el:
17792         (locate-word-at-point): Added this function
17793         (locate): Default to using locate-word-at-point as input
17794         Run dired-mode-hook
17796 2000-03-29  Dave Love  <fx@gnu.org>
17798         * calendar/appt.el: Doc fixes.
17799         (appt-check): Convert min-to-app to a string before passing to
17800         appt-disp-window-function or concat.
17801         (appt-delete-window): Remove test for frame-root-window.
17802         (appt-select-lowest-window, appt-convert-time): Simplify.
17804         * emacs-lisp/bytecomp.el: Doc fixes.
17805         (byte-compile-file-form-autoload):
17806         Update byte-compile-function-environment.
17808 2000-03-29  Andreas Schwab  <schwab@suse.de>
17810         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17812         * dired.el (dired-insert-directory): If dired-free-space-program
17813         failed just delete its output.
17815 2000-03-29  Dave Love  <fx@gnu.org>
17817         * international/iso-cvt.el: Move provide to end.  Doc fixes.
17818         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17819         (iso-iso2sgml, iso-sgml2iso): New functions.
17820         (iso-cvt-define-menu): Fix some entries and use backquote for
17821         clarity.
17823         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17825 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
17827         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17828         ISO-DATE.  If non-nil, return date in ISO 8601 format.
17830 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
17832         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17833         if it ever becomes used.
17834         (log-edit-mode-hook): Default to vc-log-mode-hook.
17835         (log-edit-mode): Fix the docstring.
17837         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17838         the code.
17840 2000-03-26  Dave Love  <fx@gnu.org>
17842         * net/browse-url.el (browse-url): Re-fix case of
17843         browse-url-browser-function being an alist.
17844         (browse-url): Add :link to defgroup.
17846         * files.el: Doc fixes.
17847         (file-truename): Include `[' in wildcard characters.
17848         (automount-dir-prefix): Customize.
17849         (find-file-wildcards): Add :version.
17850         (find-file-noselect): Simplify a mapcar call.
17852         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17853         compatible with inf-lisp version.
17854         (eval-defun-1): Fix custom-declare-variable case.
17856 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
17858         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17860 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17862         * Makefile (COMPILE_FIRST): New macro.
17863         (compile-files): Compile files from COMPILE_FIRST first.
17865         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17867         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17868         matching open parenthesis in column 0 to defun-prompt-regexp
17869         only if open-paren-in-column-0-is-defun-start is set.
17871         * sun-curs.el: Require CL at compile-time only.
17873         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17874         instead of copy-list which is a function from CL.
17875         (msb--choose-menu, msb--mode-menu-cond)
17876         (msb--create-buffer-menu-2): Use dolist instead of mapc.
17877         (msb--init-file-alist): Use mapcar instead of mapcan.
17878         (msb--aggregate-alist): Use mapcar instead of mapcan.
17879         Fix `(' in column 0 in doc string.
17880         (msb--add-separators): Use mapcar instead of mapcan.
17882         * cus-dep.el: Require CL at compile-time only.
17884 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
17886         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17887         (byte-compile-warnings): New warning `noruntime'.
17888         (byte-compile-constants, byte-compile-variables): Fix docstring.
17889         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17890         execute `eval-whenc-compile's body.
17891         (byte-compile-unresolved-functions): Fix docstring.
17892         (byte-compile-eval): New function.
17893         (byte-compile-callargs-warn): Check if the function will be available
17894         at runtime (via property `byte-compile-noruntime').
17895         (byte-compile-print-syms): New function.
17896         (byte-compile-warn-about-unresolved-functions): Also warn about
17897         `noruntime' functions (and use `byte-compile-print-syms').
17898         (byte-compile-file): Capitalize the message.
17900 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17902         * mail/rmail.el (rmail-confirm-expunge): New user-option.
17903         (rmail-expunge): Ask for confirmation depending on the setting
17904         of rmail-confirm-expunge.
17906 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
17908         * Makefile (bootstrap-clean): If $(emacs) exists, build
17909         loaddefs.el first.  A loaddefs.el that's not up-to-date might
17910         cause a bootstrap failure because things don't autoload as expected.
17912 2000-03-23  Dave Love  <fx@gnu.org>
17914         * net/browse-url.el: Restore previous use of
17915         browse-url-maybe-new-window.
17917 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17919         * ps-print.el: Skip banner page fix.
17920         (ps-print-version): New version number (5.1.2).
17921         (ps-begin-file, ps-end-file, ps-generate): Code fix.
17923 2000-03-23  Dave Pearson  <davep@davep.org>
17925         * net/quickurl.el Changed the type of parameter passed to the
17926         function defined by `quickurl-format-function'. Before only the
17927         text of the URL was passed. Now the whole URL structure is passed
17928         and the function is responsible for extracting the parts it requires.
17929         Changed the default of `quickurl-format-function' accordingly.
17930         (quickurl-insert): Changed the `funcall' of
17931         `quickurl-format-function' to match the above change.
17932         (quickurl-list-insert): Changed the `url' case so that it makes
17933         use of `quickurl-format-function', previous to this the format was
17934         hard wired.
17936 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
17938         * startup.el: Change some spellings for the X Window System.
17940 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
17942         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17943         Clean up the code and the regexp and make sure the cursor is
17944         temporarily moved to the suspicious line while querying the user.
17946 2000-03-22  Jason Rumney  <jasonr@gnu.org>
17948         * w32-fns.el (w32-charset-info-alist): Initialize.
17950 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17952         * ps-print.el: N-up last page fix.
17953         (ps-print-version): New version number (5.1.1).
17954         (ps-end-file, ps-end-job, ps-generate): Code fix.
17956 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17958         * files.el (find-file-run-dired): Update docstring.
17959         (find-directory-functions): New hook.
17960         (find-file-noselect): Run find-directory-functions rather than
17961         calling dired directly.
17963         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17965         * pcvs.el: Add a minimal leading commentary.
17966         (cvs-make-cvs-buffer): Change the header part by removing the startup
17967         message and adding a `Module' entry.  Also replace the FOOTER and
17968         HEADER special fileinfos with the new support in ewoc for updating
17969         its own footer and header.
17970         (cvs-update-header): Update to use the header/footer of the ewoc.
17971         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17972         (cvs-is-within-p): New function.
17973         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17974         to only examine some subset of the buffers.
17976         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17977         `format' instead of our own ad-hoc functions.
17978         Remove HEADER and FOOTER cases, now handled in the EWOC.
17979         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17981         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17982         output to avoid scaring the user.
17983         (cvs-parse-table): Catch message for non-up-to-date commits.
17985         * pcvs-defs.el (cvs-startup-message): Remove.
17986         (cvs-global-menu): New autoloaded menu.
17988         * pcvs-util.el (cvs-string-fill): Remove.
17990         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17991         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17992         PP part of it and also make it work for footers and headers.
17993         (ewoc-create): Drop POS and BUFFER arguments.
17994         Use the DLL's dummy node to store the end-of-footer position.
17995         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17996         (ewoc-refresh): Remove unused `header' variable.
17997         (ewoc-(get|set)-hf): New functions.
17999         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18000         log-view-*-(message|file) and use easy-mmode-define-navigation.
18001         (log-view-message-re): Match SCCS format as well.
18002         And match the revision line rather than the dashed separator line.
18003         (log-view-mode): Use the new define-derived-mode.
18004         (log-view-current-tag): Fill in with an actual implementation.
18006         * cvs-status.el (cvs-status-(prev|next)): Rename from
18007         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18008         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18009         to let the output "breathe" a little more (more readable).
18010         (cvs-status-mode): Use the new define-derived-mode.
18012         * smerge-mode.el (smerge-auto-leave): New function and variable.
18013         (smerge-basic-map): Rename from smerge-basic-keymap.
18014         Change the bindings for smerge-diff-*.
18015         (smerge-*-map): Use easy-mmode-defmap.
18016         (smerge-(next|prev)): Use easy-mmode-define-navigation.
18017         (smerge-keep-*): Use smerge-auto-leave.
18019 2000-03-21  Jason Rumney  <jasonr@gnu.org>
18021         * cus-edit.el (custom-button-face): Use 3D look for w32.
18022         (custom-button-pressed-face): Likewise.
18024 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
18026         * progmodes/etags.el (tags-case-fold-search): New user-option.
18027         (tags-loop-eval): New function.  Bind case-fold-search around eval
18028         depending on the value of tags-case-fold-search.
18029         (tags-loop-continue): Use tags-loop-eval.
18030         (find-tag-in-order): Bind case-fold-search depending on the value
18031         of tags-case-fold-search.
18033 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
18035         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
18036         (diff-end-of-hunk): Return the end position for use in
18037         `easy-mmode-define-navigation'.
18038         (diff-recenter): Remove.
18039         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18040         of `easy-mmode-define-navigation'.
18041         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18042         previous renaming) and fix to use new names.
18043         (diff-merge-strings): Use \n as separator: simpler, faster.
18044         (diff-mode): Use `define-derived-mode'.
18046         * derived.el (define-derived-mode): Don't autoload anymore.
18047         Prefer the macro-only version provided by easy-mmode.el.
18049         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
18050         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
18051         (easy-mmode-define-navigation): New macro.
18053         * subr.el (combine-run-hooks): New function.
18055 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
18057         * term/x-win.el: Fontsets related initialization is simplified.
18059         * international/mule-diag.el (describe-font): Don't refer to
18060         global-fontset-alist, instead call font-list.
18061         (describe-fontset, list-fontsets, mule-diag): Likewise.
18062         (print-fontset): Adjusted for the change of fontset implementation.
18064         * international/fontset.el (x-charset-registries): Variable removed,
18065         instead the corresponding data is stored in the default fontset.
18066         (register-alternate-fontnames): Function removed.
18067         (resolved-ascii-font): Variable removed.
18068         (x-compose-font-name): Ignore the second argument REDOCE.
18069         (x-complement-fontset-spec): Complement only an ASCII font and
18070         element for those charsets than can use that ASCII font.
18071         (generate-fontset-menu): Don't refer to global-fontset-alist,
18072         instead call fontset-list.
18073         (uninstantiated-fontset-alist): Variable removed.
18074         (x-style-funcs-alist): Likewise.
18075         (fontset-default-styles): Likewise.
18076         (x-modify-font-name): Function removed.
18077         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
18078         (create-fontset-from-ascii-font): Docsting adjusted for the above
18079         change.
18080         (instantiate-fontset, resolve-fontset-name): Functions removed.
18081         (fontset-list): Now implemented by C code.
18083         * faces.el (read-face-font): Fix TABLE arg to completing-read.
18084         (describe-face): Include `font' attribute in the description.
18086 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
18088         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18090 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
18092         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18093         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18094         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18096         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18097         about behavior of set-buffer-modified-p wrt redisplay.
18099 2000-03-19  Richard M. Stallman  <rms@gnu.org>
18101         * view.el (view-mode-disable): Kill local binding of view-read-only.
18103 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
18105         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
18106         is a string, convert it to a syntax cell using string-to-syntax.
18108         * simple.el (syntax-code-table, syntax-flag-table): New variables.
18109         (string-to-syntax): New function.
18111         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18112         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18113         try to use passive ftp mode.
18115 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
18117         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18119         * simple.el (append-to-buffer): Update point of windows after
18120         insertion.
18122         * abbrev.el (inverse-add-abbrev): Identify word by first moving
18123         forward then moving backward.  Reindent.
18125         * frame.el (other-frame): Call x-focus-frame only if
18126         focus-follows-mouse is off.
18128 2000-03-17  Dave Love  <fx@gnu.org>
18130         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
18132 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
18134         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18135         regexp for labels cannot span several lines.
18137         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18138         `(setq :<key> ':<key>)' to the macro expansion.
18140 2000-03-16  Dave Love  <fx@gnu.org>
18142         * progmodes/f90.el (f90): Put custom group under `languages', not
18143         `fortran'.
18144         (f90-mode-hook): Customize.
18145         (f90-mode): Set add-log-current-defun-function.
18146         (f90-current-defun): New function.
18148 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
18150         * cus-edit.el (custom-variable-tag-face): Handle case that
18151         default face's height is not a number.
18152         (custom-face-tag-face, custom-group-tag-face-1)
18153         (custom-group-tag-face): Ditto.
18154         (custom-group-tag-face-1): Add :group.
18156         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18158 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
18160         * pcvs-defs.el (toplevel): Remove autoload cookie for form
18161         requiring easymenu.
18163 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18165         * ps-print.el: PostScript user-defined prologue, PostScript error
18166         handler, doc fix.
18167         (ps-print-version): New version number (5.1).
18168         (ps-user-defined-prologue, ps-error-handler-message)
18169         (ps-print-prologue-0, ps-error-handler-alist): New vars.
18170         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18171         (ps-insert-string): New function.
18173 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
18175         * international/ccl.el (ccl-compile-expression): Don't generate
18176         invalid self-assignment code.
18178 2000-03-14  Dave Love  <fx@gnu.org>
18180         * subr.el (replace-regexp-in-string): Renamed from
18181         replace-regexps-in-string.  Doc fix.
18183 2000-03-12  Dave Love  <fx@gnu.org>
18185         * cus-edit.el: Doc fixes.
18186         (customize-set-variable, customize-save-variable): Rename args for doc.
18187         (custom-variable-tag-face, custom-face-tag-face)
18188         (custom-group-tag-face-1, custom-group-tag-face): Modify from
18189         style which user identify as hyperlink.
18190         (hook): Don't add undefined functions to the hook.
18191         (debug-ignored-errors): Transfer message from bindings.el.
18193 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
18195         * recentf.el (recentf-keep-non-readable-files-p):
18196         Remove double/nested definition.
18198 2000-03-12  Dave Love  <fx@gnu.org>
18200         * facemenu.el (facemenu-get-face): Use display-color-p.
18201         * enriched.el (enriched-decode-foreground): Likewise.
18202         (enriched-decode-background): Likewise.
18203         * isearch.el (isearch-highlight): Likewise.
18204         * info-look.el (info-lookup): Likewise.
18205         * simple.el (completion-setup-function): Likewise.
18207         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18208         :options.
18210         * bindings.el (mode-line-format): Fix line-number and
18211         column-number items.  Add help-echo for the background.
18212         (mode-line-mule-info): Modify help-echo.
18214         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18216         * files.el (load-file): Allow completion to .elc.
18218         * man.el: Doc fixes.
18219         (Man-init-defvars): Use display-color-p to set fontification.
18221         * play/hanoi.el (hanoi-internal): Don't use oddp.
18223 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
18225         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18227         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18229 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18231         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18232         Fix comment.
18234 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
18236         * font-lock.el (font-lock-keywords): Fix the doc now that
18237         regexp-opt-depth is unnecessary.
18238         (save-buffer-state): Set an edebug spec.
18239         (font-lock-fontify-anchored-keywords): Properly handle the case when
18240         the matcher goes past the limit.
18242         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18243         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18245         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
18246         dll.el and cookie.el (from Elib) with heavy renaming and other
18247         massaging.
18249         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18250         Autoload the functions used.
18251         (easy-mmode-define-syntax): Fix CL typo.
18252         (easy-mmode-define-derived-mode): Improve the docstring generation.
18254 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
18256         * textmodes/texinfo.el (texinfo-version): Variable and function
18257         removed.
18259 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
18261         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18262         allow more flexibility.
18263         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
18264         (easy-mmode-defmap, easy-mmode-defsyntax)
18265         (easy-mmode-define-derived-mode): New macros.
18267 2000-03-09  Didier Verna  <didier@xemacs.org>
18269         * rect.el (replace-rectangle): New function.
18271 2000-03-09  Dave Love  <fx@gnu.org>
18273         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
18274         (fortran-comment-line-start-skip): Don't match cpp stuff.
18275         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
18276         (fortran-mode-map): Remove over-eager custom-menu-create for now.
18277         (fortran-mode): Don't set fortran-comment-line-start-skip,
18278         fortran-comment-line-start here.  Set comment-start,
18279         add-log-current-defun.
18280         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18281         (fortran-current-defun): New function.
18283 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
18285         * emacs-lisp/re-builder.el: New file.
18287         * mouse.el (mouse-drag-region): Don't run up-event handler
18288         if hscroll has changed.
18290         * octave-mod.el (octave-font-lock-keywords): To font-lock the
18291         builtin operators, use `font-lock-builtin-face' for Emacs and
18292         `font-lock-preprocessor-face' otherwise.
18294         * font-lock.el (lisp-font-lock-keywords-1): Highlight
18295         `(defun (setf foo)' differently.
18297 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
18299         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18300         (regexp-opt): Update comment and adapt the code the new meaning of
18301         the `paren' argument of regex-opt-group for shy-groups.
18302         (regexp-opt-depth): Handle shy groups as well as backslashed
18303         backslashes.
18304         (regexp-opt-group): Turn the leading comment into a docstring.
18305         Allow `paren' to be a string (the string to use to open a group).
18306         Remove open-presuf and close-presuf.  Instead of checking for `all
18307         one-char' and then later on check for `several one-char', handle
18308         both cases close together.  Also apply a more generic algorithm
18309         for suffixes (the mirror image of the algorithm used for
18310         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
18311         (regexp-opt-try-suffix): Removed.
18313         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18314         from comint-mode-map, so we can just inherit from it.  Also, move
18315         the initialization into the `defvar' since there's no docstring
18316         anyway and it's fairly short.
18317         (inferior-scheme-mode): Define it as derived-mode: the code is
18318         shorter and this way we inherit from comint-mode-map rather than
18319         copying it.
18321         * subr.el (replace-regexps-in-string): Properly handle the case
18322         where we match an empty string.
18324         * comint.el (comint-exec-1): Add the current-dir to the exec-path
18325         when the command has a directory component (such as "./testml").
18326         Also fix a typo in the comment.
18328 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
18330         * Makefile (compile-files): Compile files one by one because
18331         that's the only way to ensure a clean compilation environment for
18332         each individual file.
18334         * frame.el (other-frame): Call x-focus-frame.
18336 2000-03-07  Dave Love  <fx@gnu.org>
18338         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18339         :require to defcustom.
18341         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
18343         * files.el (auto-mode-alist): Add configure.in.
18345         * progmodes/autoconf.el: New file.
18347 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
18349         * mail/mh-e.el: Change maintainer to `none'.
18351         * recentf.el (recentf-keep-non-readable-files-p): Quote args
18352         to remove-hook and add-hook.
18354 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18356         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18357         it as the default.
18358         (mail-send): Test mail-send-nonascii also for the new `mime' value.
18359         (sendmail-send-it): Conditionally add MIME headers specifying the
18360         used character set.
18362 2000-03-07  Dave Love  <fx@gnu.org>
18364         * winner.el: Fix keywords, autoload cookies.
18365         Split eval-when-compile form to avoid compilation failure.
18367 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
18369         * international/mule.el: Modify comment about coding system
18370         property `coding-category'.
18371         (make-coding-system): New argument EOL-TYPE.  Pay attention to
18372         coding-category property of PROPERTIES.
18374         * international/mule-conf.el (coding-category-utf-8)
18375         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
18376         categories.  Include them in the argument for set-coding-priority.
18378         * international/mule-cmds.el (reset-language-environment):
18379         Include coding-category-utf-8, coding-category-utf-16-be, and
18380         coding-category-utf-16-le in the argument for set-coding-priority.
18381         (reset-language-environment): Initialize coding-category-utf-8,
18382         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18384 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
18386         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18387         code abstracted out of `bookmark-jump-noselect'.  Now tries info
18388         extensions as well as compression extensions.
18389         (bookmark-jump-noselect): Use above new func.
18391 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
18393         * strokes.el: Change maintainer's mail address.
18395 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
18397         * international/mule-diag.el (list-character-sets): Make help-echo
18398         string by substitute-command-keys.
18399         (list-character-sets): Likewise.
18400         (sort-listed-character-sets): Call help-setup-xref.
18402 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
18404         * time.el (display-time-mail-file): Add `none' to the list of choices.
18406 2000-03-01  Dave Love  <fx@gnu.org>
18408         * help.el (help-xref-go-back): Don't try to set position.
18410         * international/mule-diag.el (list-character-sets):
18411         Call help-setup-xref.  Add help-echo to xrefs.
18412         (list-character-sets-1): Add help-echo to xrefs.
18414 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
18416         * frame.el (blink-cursor-mode): Switch cursor on when turning
18417         the mode off.
18419         * add-log.el (add-log-current-defun): Add support for
18420         Autoconf mode.
18422         * mail/rmail.el (rmail-quit-hook): New variable.
18424 2000-03-01  Dave Love  <fx@gnu.org>
18426         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18428         * help.el (help-xref-button): Add help-echo arg.
18429         (describe-function-1, describe-variable, help-make-xrefs): Use it.
18431         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18433         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18435 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
18437         * image.el (defimage): Look for image files in load-path.
18439         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18441 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18443         * recentf.el (recentf): Added version tag to the defgroup of recentf.
18445 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18447         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18448         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18449         action to select/unselect a file.
18450         (recentf-edit-list): Code cleanup and improvement.
18451         (recentf-open-more-files-action): `recentf-open-more-files' button
18452         widget action to open a file.
18453         (recentf-open-more-files): No more use standard completion but widgets.
18454         (recentf-more-collection): Deleted.
18455         (recentf-more-history): Deleted.
18456         (recentf-setup-more-completion): Deleted.
18458 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18460         * recentf.el (recentf-mode): No more needs that Emacs is running
18461         under a window-system.
18463 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18465         * recentf.el (recentf-edit-list): New command to edit the recent
18466         list which allow the user to remove files.
18467         (recentf-edit-selected-items): New global variable, used by
18468         `recentf-edit-list' to hold the list of files to be removed from
18469         the recent list.
18470         (recentf-make-menu-items): Updated to display a "Edit list..."
18471         menu item.  Minor code cleanup.
18473 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18475         * recentf.el (recentf-open-more-files): New command to open files
18476         that are not displayed in the menu.
18477         (recentf-more-collection): New global variable holding the set of
18478         permissible completions used by `recentf-open-more-files'.
18479         (recentf-more-history): New global variable holding the history list
18480         used by `recentf-open-more-files' completion.
18481         (recentf-setup-more-completion): New function to setup completion for
18482         `recentf-open-more-files'.
18483         (recentf-make-menu-items): Updated to display a "More..." menu item.
18485 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18487         * recentf.el (recentf-menu-action): Doc fixed.
18489 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18491         * recentf.el (recentf-menu-filter): Doc updated.
18492         (recentf-update-menu-hook): Allow menu filters to force menu update.
18493         (recentf-make-menu-items): New menu filter handling.
18494         (recentf-make-menu-item): New helper function.
18495         (recentf-menu-elements): New menu handling function.
18496         (recentf-sort-ascending): Updated to new menu filter handling.
18497         (recentf-sort-descending): Updated to new menu filter handling.
18498         (recentf-sort-basenames-ascending): New menu filter function.
18499         (recentf-sort-basenames-descending): New menu filter function.
18500         (recentf-show-basenames): New menu filter function.
18501         (recentf-show-basenames-ascending): New menu filter function.
18502         (recentf-show-basenames-descending): New menu filter function.
18504 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18506         * diary-lib.el (list-diary-entries): Don't try to go forward at
18507         the end of the buffer.
18509 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
18511         * international/mule-diag.el (list-character-sets):
18512         Completely rewritten.
18513         (sort-listed-character-sets): New function.
18514         (list-character-sets-1): Completely rewritten.
18515         (list-character-sets-2): New function.
18516         (non-iso-charset-alist): New variable.
18517         (decode-codepage-char): New function.
18518         (charset-history): New variable.
18519         (read-charset) (list-block-of-chars)
18520         (list-iso-charset-chars)
18521         (list-non-iso-charset-chars)
18522         (list-charset-chars): New functions.
18523         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18524         (dump-charsets): Likewise.
18526 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
18528         * dired-x.el (dired-filename-at-point): Add `@' to valid
18529         file name characters.
18530         (dired-filename-at-point): Handle ange-ftp file names.
18532         * frame.el (frame-notice-user-settings): Use assq-delete-all
18533         instead of assoc-delete-all.
18534         (frame-notice-user-settings): Ditto.
18536         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18537         Don't copy alist.
18539 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
18541         * calculator.el (calculator-use-menu): New option.
18542         (calculator-initial-bindings): Changed some bindings to work as macros.
18543         (calculator-forced-input): Removed.
18544         (calculator-restart-other-mode): New variable.
18545         (calculator-mode-map): Set up menu.
18547 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
18549         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18551 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
18553         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18554         translate all ESC key sequences.
18555         (viper-goto-mark-subr): Restore markers for files for which
18556         they were saved.
18557         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18558         * viper-util.el (viper-set-replace-overlay-glyphs)
18559         (viper-set-replace-overlay): Always check if the replacement
18560         overlay is live.
18561         * viper.el (viper-vi-state-mode-list): Add major modes.
18562         * ediff-wind.el: Minor comment changes.
18563         * ediff.el: Copyright notice date fix.
18565 2000-02-27  Jason Rumney  <jasonr@gnu.org>
18567         * faces.el (face-font-family-alternatives): Add arial to helv.
18568         (mode-line, header-line, tool-bar): Same default as x for w32.
18569         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18570         face-font-family-alternatives from working.
18571         * term/w32-win.el (mouse-set-font): Do not build fontset from
18572         chosen font.
18574 2000-02-25  Sam Steingold  <sds@goems.com>
18576         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18577         properly.
18579 2000-02-25  Richard M. Stallman  <rms@gnu.org>
18581         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18583 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
18585         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18587         * frame.el (busy-cursor-delay-seconds): New option.
18589 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
18591         * frame.el (show-cursor-in-non-selected-windows): New option.
18593 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18595         * diary-lib.el (include-other-diary-files): Undo the selective
18596         display in any included file and don't kill it.
18598 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
18600         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18601         Menu items converted to (menu-item format, help strings added.
18602         [downcase, upcase]: Don't enable on MS-DOS.
18603         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18604         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18606 2000-02-23  Dave Love  <fx@gnu.org>
18608         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18609         (backward-kill-word): Revert addition of * to interactive spec --
18610         it's a feature.
18612         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18613         (backward-kill-sentence, kill-sentence): Likewise.
18615         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18616         scratch buffer name.
18617         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
18619         * term/w32-win.el (internal-face-interactive): Update prompt for
18620         new read-face-name.
18622         * mail/footnote.el (footnote): Add :version to defgroup.
18623         (footnote-section-tag-regexp): Customize.
18624         (footnote-start-tag, footnote-end-tag): New option.
18625         (footnote-latin-regexp): New variable.
18626         (Footnote-latin): New function.
18627         (footnote-style-alist): Add element for latin style.
18628         (footnote-style): Moved.
18629         (Footnote-goto-footnote): Use eq to test arg.
18631         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18633         * emacs-lisp/byte-opt.el: Change old backquote syntax.
18634         (byte-compile-trueconstp): Include keywords.
18635         (byte-optimize-quote, byte-optimize-lapcode):
18636         Use byte-compile-const-symbol-p.
18637         (byte-optimize-char-before): New optimization.
18639         * emacs-lisp/bytecomp.el: Change old backquote syntax.
18640         (byte-compile-const-symbol-p): New function.
18641         (byte-compile-constp, byte-compile-out-toplevel)
18642         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18643         Use it.
18645         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
18647 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
18649         * international/encoded-kb.el: Be sure to update minor-mode-alist
18650         and minor-mode-map-alist.
18651         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18652         codes SS2 and SS3 correctly.
18653         (encoded-kbd-self-insert-ccl): New function.
18654         (encoded-kbd-setup-keymap): New function.
18655         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
18656         by calling encoded-kbd-setup-keymap.
18658         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18659         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18661 2000-02-22  Dave Love  <fx@gnu.org>
18663         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18664         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18665         (lisp-mode-syntax-table): Set up for #|...|# comments.
18666         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
18667         classes.  Match `defface'.
18668         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18669         (eval-defun-1): Fix for defcustom.
18670         (lisp-indent-region): Doc fix.
18672         * subr.el (when, unless, split-string): Doc fix.
18673         (read-passwd): Move call of clear-this-command-keys to the right place.
18674         (replace-regexps-in-string): New function.
18676 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
18678         * help.el (describe-variable): Set syntax table to
18679         emacs-lisp-mode-syntax-table when moving forward over the
18680         symbol's name.
18682 2000-02-22  Dave Love  <fx@gnu.org>
18684         * xt-mouse.el: Doc fixes.
18685         (xterm-mouse-position-function): New function, replacing advice of
18686         mouse-position.
18687         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
18689         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18691 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
18693         * format.el (format-annotate-single-property-change):
18694         Handle properties.with dotted-list values.
18695         (format-proper-list-p): New function.
18697         * enriched.el (enriched-face-ans): Handle '(foreground-color
18698         . COLOR) and (background-color . COLOR).
18700 2000-02-20  Dave Love  <fx@gnu.org>
18702         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18703         and assignments to it.
18704         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18705         current local map.
18706         (make-flyspell-overlay): Use it.
18707         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18709         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18710         (lm-get-header-re): Defun, not defsubst.
18711         (lm-get-package-name): Defun, not defsubst.  Simplify.
18712         (lm-version): Doc fix.  Simplify.
18713         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18714         (lm-crack-address, lm-last-modified-date, lm-commentary)
18715         (lm-verify, lm-synopsis): Simplify.
18716         (lm-report-bug): Require emacsbug.  Use compose-mail.
18718 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
18720         * dired.el (dired-mode): Call propertized-buffer-identification
18721         to set mode-line-buffer-identification to something having
18722         the right text properties.
18724         * bindings.el (propertized-buffer-identification): New function.
18726 2000-02-20  Dave Love  <fx@gnu.org>
18728         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18729         check for t-mouse too.
18731         * cus-start.el: Make echo-keystrokes `number'.
18733 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
18735         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18736         Don't call ring-empty-p unless tags-location-ring is bound.
18737         From Noah Friedman <friedman@splode.com>.
18739 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
18741         * progmodes/hideshow.el (hs-flag-region): No longer use
18742         `intangible' overlay property.
18744         (hs-toggle-hiding): New command.
18745         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18747         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18748         Fix omission bug: Run `hs-minor-mode-hook' for both activation
18749         and deactivation.
18751 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
18753         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18755 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18757         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18759         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18760         of `*' to handle `(* ... *)' comments.
18762 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
18764         * faces.el (list-faces-display): Use display-mouse-p instead of
18765         window-system.
18767         * menu-bar.el (global-map): Menu-bar items converted to the new
18768         format (menu-item..., rearranged for better CUA compliance, and
18769         their names changed for better clarity.  Help strings added.
18771         * international/mule-cmds.el (mule-menu-keymap)
18772         (describe-language-environment-map, set-coding-system-map)
18773         (setup-language-environment-map): Convert to new (menu-item...
18774         form, add help strings.  Change names of menu items for better clarity.
18775         "Mule" menu-bar item removed (it's now in the "Options" submenu).
18777 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18779         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18780         within the code.
18782 2000-02-16  Dave Love  <fx@gnu.org>
18784         * faces.el: Don't require custom.  Add more specific :groups to
18785         various deffaces.
18786         (set-face-attribute): Purecopy args.
18787         (read-face-name): Default to name at point and use it in prompt.
18788         Remove colon from arg in all callers.
18789         (list-faces-display): Hyperlink to face descriptions and customize
18790         buffers.
18792 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
18794         * wid-edit.el (widget-match-inline): An atom never matches a list.
18796 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18798         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18799         at ':' characters by call to split-string.
18801 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18803         * textmodes/bibtex.el: Added RCS version identification.
18805 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18807         * textmodes/bibtex.el: Some temporary comments removed.
18808         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18809         (bibtex-field-const): Allow capital letters.
18810         (bibtex-start-of-string): Deleted because unused.
18812         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
18813         use the term 'reference' to describe a bibtex entry as a whole.
18814         Further, reference keys are no longer called 'labels'.
18815         (bibtex-keys): Renamed to bibtex-reference-keys.
18816         (bibtex-reformat-previous-labels): Renamed to
18817         bibtex-reformat-previous-reference-keys.
18818         (bibtex-reference-type): Renamed to bibtex-entry-type.
18819         (bibtex-reference-head): Renamed to bibtex-entry-head.
18820         (bibtex-reference-maybe-empty-head): Renamed to
18821         bibtex-entry-maybe-empty-head.
18822         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18823         (bibtex-search-reference): Renamed to bibtex-search-entry.
18824         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18825         bibtex-enclosing-entry-maybe-empty-head.
18826         (bibtex-entry-field-alist, bibtex-entry-head)
18827         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18828         (bibtex-map-entries, bibtex-search-entry)
18829         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18830         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18831         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18832         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18833         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18834         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18835         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18837 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18839         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18840         comment.
18841         (bibtex-format-field-delimiters): New function, functionality
18842         extracted from bibtex-format-entry.
18843         (bibtex-autokey-get-yearfield-digits): New function, functionality
18844         extracted from bibtex-autokey-get-yearfield.
18846         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18847         entries in order to avoid stack overflow in the regexp matcher if
18848         field contents become large.
18849         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18850         (bibtex-field-string-part-not-braced)
18851         (bibtex-field-string-part-no-inner-braces)
18852         (bibtex-field-string-part-1-inner-brace)
18853         (bibtex-field-string-part-2-inner-braces)
18854         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18855         (bibtex-field-string-quoted, bibtex-field-string)
18856         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18857         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18858         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18859         Deleted as parsing is now performed by the following functions.
18860         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18861         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18862         (bibtex-parse-field-string, bibtex-search-forward-field-string)
18863         (bibtex-parse-association, bibtex-field-name-for-parsing)
18864         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18865         (bibtex-search-forward-field, bibtex-search-backward-field)
18866         (bibtex-start-of-field, bibtex-end-of-field)
18867         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18868         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18869         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18870         (bibtex-parse-string, bibtex-search-forward-string)
18871         (bibtex-search-backward-string, bibtex-start-of-string)
18872         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18873         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18874         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18875         entries.  Instead of reporting the results of the parsing by
18876         match-beginning or match-end, these functions return data structures
18877         that hold the corresponding positions.
18878         (bibtex-enclosing-field): Changed to also report field boundaries by
18879         return values rather than by match-beginning or match-end.
18880         The following functions have been adapted to use the new
18881         parsing functions.
18882         (bibtex-skip-to-valid-entry, bibtex-search-reference)
18883         (bibtex-enclosing-field, bibtex-format-entry)
18884         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18885         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18886         (bibtex-print-help-message, bibtex-end-of-entry)
18887         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18888         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18889         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18890         Use the new method for parsing.
18891         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18892         (bibtex-map-entries, bibtex-flash-head)
18893         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18894         (bibtex-autokey-change, bibtex-autokey-get-namefield)
18895         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18896         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18897         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18898         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18899         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18900         order to make the new binding of case-fold-search immediately visible.
18902 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18904         * textmodes/bibtex.el: Copyright notice is up to date.
18905         Added constant 'bibtex-maintainer-salutation.
18907         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18908         than make-temp-name, use match-string-no-properties and eliminate
18909         a quadratic behavior when building bibtex-strings.
18911         * bibtex.el (bibtex-reference-key): Accept string entries whose
18912         reference key contains upper case letters.
18914 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18916         * bibtex.el (bibtex-reference-head): Allow entries to start with
18917         a new line.
18919 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18921         * bibtex.el: Hiding of entry bodies is not longer provided by
18922         bibtex.el directly.  Instead the hideshow package can be used.
18923         Added a special bibtex entry to hs-special-modes-alist.
18924         (bibtex-hs-forward-sexp): Added for hideshow.el.
18926 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18928         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18929         proceedings entry type (for cross referencing). Thanks to Wagner
18930         Toledo Correa for the suggestion.
18932         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18934 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
18936         * international/characters.el: Setup case table for Vietnamese.
18938 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
18940         * uniquify.el (toplevel): Require CL at compile time.
18941         (uniquify-push): Removed.
18943         * shadowfile.el (shadow-when): Removed.
18945         * tempo.el (tempo-dolist, tempo-mapc): Removed.
18946         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18948         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18949         regexp for paragraph-start.
18951         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18952         commas as well.
18954 2000-02-10  Dave Love  <fx@gnu.org>
18956         * wid-edit.el: (widgets) [defgroup]: Remove url link.
18957         (widget-color-choice-list, widget-color-history, widget-mouse-help):
18958         Deleted.
18959         (widget-specify-field, widget-specify-button): Don't use
18960         widget-mouse-help as help-echo property.
18961         (default): Use #'ignore for :validate and :mouse-down-action.
18962         (checkbox): Add help-echo.
18963         (widget-sexp-validate): Rewritten to clarify error messages.
18964         (character): Use char-valid-p in :match function.
18965         (widget-color-complete): Use facemenu-color-alist.
18966         (widget-color-action): Use facemenu-read-color.
18968         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
18969         set up `caar' &c that we now have.
18971 2000-02-09  Ray Blaak  <blaak@gnu.org>
18973         * delphi.el: Make resourcestring a declaration region, like const
18974         and var.
18976 2000-02-09  Dave Love  <fx@gnu.org>
18978         * bindings.el (mode-line-input-method-map): New variable.
18979         (mode-line-mule-info): Use it; fix last change.
18980         (mode-line-mode-menu): Move definition.
18981         (mode-line-mouse-sensitive-p): Deleted.
18982         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18983         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
18985         * startup.el (command-line-1): Don't call
18986         make-mode-line-mouse-sensitive.
18988 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18990         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18991         before rmail-toggle-header, because the former toggles headers.
18993 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
18995         * diff-mode.el (diff-kill-junk): New interactive function.
18996         (diff-reverse-direction): Use delete-and-extract-region.
18997         (diff-post-command-hook): Restrict the area so that the hook also works
18998         outside of any diff hunk.  This is necessary for the minor-mode.
18999         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19000         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19002         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19003         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19004         so that it can be used more easily in <foo>-mode-hook.  Also make sure
19005         to avoid duplicate entries.
19006         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19007         (font-lock-remove-keywords): Just as was done for `add', allow it to
19008         work even if font-lock-mode is nil.  Also make sure we don't modify
19009         any pre-existing list by forcing a copy-sequence.  Finally rename
19010         `major-mode' to `mode'.
19011         (font-lock-fontify-syntactic-anchored-keywords)
19012         (font-lock-fontify-anchored-keywords)
19013         (font-lock-fontify-keywords-region): Use line-end-position.
19014         Don't make `font-lock-multiline' local (it's now done in
19015         font-lock-set-defaults).
19016         (font-lock-set-defaults): Make `font-lock-multiline' local.
19017         Move the `font-lock-fontified' creation to inside the `unless'.
19019 2000-02-06  Andrew Innes  <andrewi@gnu.org>
19021         * term/w32-win.el (x-handle-args): Comment out call to message,
19022         which occurs before window system is initialized.
19024         * makefile.nt: Add support for recompiling lisp code.
19026 2000-02-04  Dave Love  <fx@gnu.org>
19028         * bindings.el (mode-line-mule-info): Fix/extend last change.
19030         * completion.el: Replace completion-dolist with dolist.
19032         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
19034 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
19036         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
19037         environment names before they go into the section regexp.
19039         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
19040         char class in regexp.
19042         * textmodes/reftex-parse.el (reftex-with-special-syntax):
19043         Bind `case-fold-search' to nil.
19045         * progmodes/idlwave.el (idlwave-template):
19046         Respect `idlwave-abbrev-change-case'.
19047         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19048         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19049         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
19050         (idlwave-rw-case): New function.
19051         (idlwave-statement-match): Fixed problem with assignment regexp.
19052         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
19053         (idlwave-surround): New argument LENGTH to support padding of
19054         operators longer than 1 char.
19056         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19057         idlwave-shell-expression-overlay.  Implemented printing of
19058         expressions on higher levels of the calling stack.
19059         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
19060         (idlwave-retrieve-expression-from-level): New function.
19061         (idlwave-shell-last-calling-stack): Variable removed.
19062         (idlwave-shell-reset): Argument action reversed (`visible' to
19063         `hidden').  Also remove stop-line overlay.
19064         (idlwave-shell-calling-stack-routine): New variable.
19065         (idlwave-shell-parse-stack-and-display): Messages now display
19066         negative level numbers.
19067         (idlwave-shell-mode): Set `modeline-format'.
19068         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
19069         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
19070         (idlwave-shell-print-expression-function): New option.
19072         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19073         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
19074         `tool-bar' instead of `toolbar'.
19076 2000-02-02  Dave Love  <fx@gnu.org>
19078         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19079         emacs-lisp-mode-hook.  Don't check for defalias being defined.
19081         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
19082         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19083         Use the new builtins directly.
19085         * whitespace.el (whitespace): Add :version to defgroup.
19087         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19088         Doc fix.
19090         * thingatpt.el (sexp-at-point, symbol-at-point)
19091         (number-at-point, list-at-point): Add autoload cookie.
19093         * recentf.el (recentf): Add :version to defgroup.
19095         * quickurl.el (quickurl): Add :version to defgroup.
19097         * elide-head.el (elide-head): Use point-marker more.
19099         * bs.el (bs): Add :version to defgroup.
19101         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19103         * progmodes/delphi.el (delphi): Add :version to defgroup.
19105 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
19107         * ange-ftp.el (ange-ftp-write-region): Handle case that
19108         succeeding process operation sets a different coding system.
19110         * calculator.el: New file.
19112 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
19114         * frame.el (frames-on-display-list, framep-on-display): New functions.
19115         (display-mouse-p, display-popup-menus-p, display-graphic-p)
19116         (display-selections-p, display-screens, display-pixel-width)
19117         (display-pixel-height, display-mm-width, display-mm-height)
19118         (display-backing-store, display-save-under, display-planes)
19119         (display-color-cells, display-visual-class): New functions.
19121         * term/tty-colors.el (tty-color-gray-shades): New function.
19123         * faces.el (display-color-p): Use framep-on-display.
19124         (display-grayscale-p): New function.
19126 2000-01-31  Dave Love  <fx@gnu.org>
19128         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19129         (create-fontset-from-x-resource): Don't concat integers.
19131 2000-01-31  Inge Frick  <inge@nada.kth.se>
19133         * view.el: Some changes in documentation.  Removed some trailing
19134         whitespace. Changed some parameter names to agree with documentation.
19135         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19136         window is not deleted.  Modifies change 1998-04-26.
19138 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
19140         * windmove.el: New file.
19142         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19143         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19144         progmodes/ebnf-yac.el: Update copyright and license info.
19146         * jit-lock.el (jit-lock-function): Widen before calculating
19147         end position.
19148         (jit-lock-stealth-chunk-start): Rewritten.
19150         * info.el (Info-title-face-alist): Removed.
19151         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
19152         (Info-fontify-node): Use these faces.
19154 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
19156         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19157         (cl-macro-list1): Recognize `&allow-other-keys' instead of
19158         `&allow-other-keywords'.
19160         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19161         the list of directories scanned heuristically.
19163         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
19165 2000-01-30  Jason Rumney  <jasonr@gnu.org>
19167         * w32-fns.el: Define w32-tty-standard-colors.
19169         * startup.el (command-line): Use w32-tty-standard-colors when in
19170         w32 console mode.
19172 2000-01-30  Dave Love  <fx@gnu.org>
19174         * jka-compr.el (jka-compr-load): Fix up load-history.
19176         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19178         * emacs-lisp/cl-macs.el: Revert previous change.
19180 2000-01-29  Dave Love  <fx@gnu.org>
19182         * facemenu.el: Purecopy various strings.
19184         * timezone.el (timezone-fix-time): Window against 69 for two-digit
19185         years.  Deal with three-digit years.
19187         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19188         Use defconst, purecopy.
19189         (help-back-label): Purecopy it.
19191 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
19193         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19194         variable. If non-nil, order the buffer list according to the
19195         currently selected frame.
19196         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19197         non-nil, pass the selected frame to function buffer-list.
19199 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19201         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19203 2000-01-28  Dave Love  <fx@gnu.org>
19205         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19207         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19208         Don't use lisp-indent-hook property.
19209         (cl-abs): Remove.
19211         * subr.el: Move out indent and edebug specs for when and unless.
19213         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19214         when, unless.
19216         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19217         unless, when.
19219 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
19221         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19222         `collecting' as synonym for `collect'.
19224         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19225         for the case it contains spaces.
19227         * simple.el (what-cursor-position): Change formatting of messages.
19229         * frame.el (delete-other-frames): New function.
19230         (toplevel): Bind it to C-x 5 1.
19232         * sort.el (sort-numeric-base): New option.
19233         (sort-numeric-fields): If number starts with `0' or `0[xX[',
19234         interpret it as octal or hexadecimal.  Use sort-numeric-base
19235         as default base.
19237         * progmodes/glasses.el: New file.
19239 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
19241         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19242         userids differently.
19244         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19245         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19246         progmodes/ebnf-yac.el: New files.
19248 2000-01-26  Dave Love  <fx@gnu.org>
19250         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19251         on a function with an empty body.  [From Eric Ludlam.]
19253 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
19255         * vc.el (vc-version-diff): Make sure file name is expanded.
19257 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
19259         * scroll-bar.el (scroll-bar-timer): Variable removed.
19260         (scroll-bar-toolkit-scroll): Don't use a timer.
19262 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
19264         * language/thai-util.el (thai-composition-function):
19265         Delete superfluous `a'.
19267 2000-01-24  Dave Love  <fx@gnu.org>
19269         * fortran.el (fortran-mode): Use beginning-of-defun-function,
19270         end-of-defun-function.
19272         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
19274 2000-01-22  Jason Rumney  <jasonr@gnu.org>
19276         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19277         conflicts with new face support.
19279 2000-01-22  Richard M. Stallman  <rms@gnu.org>
19281         * replace.el (query-replace): Rename last arg to DELIMITED.
19282         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19283         (query-replace-regexp): Likewise.
19285 2000-01-20  Richard M. Stallman  <rms@gnu.org>
19287         * subr.el (with-syntax-table): Use make-symbol, not gensym.
19289         * emacs-lisp/lisp.el (beginning-of-defun-function):
19290         Variable renamed from beginning-of-defun.
19291         Do not call make-variable-buffer-local.
19292         (beginning-of-defun-raw): Use new variable name; doc fix.
19293         (beginning-of-defun): Doc fix.
19294         (end-of-defun-function): Variable renamed from end-of-defun.
19295         Do not call make-variable-buffer-local.
19296         (end-of-defun): Use new variable name; doc fix.
19298         * subr.el (dolist, dotimes): Copied from cl-macs.el
19299         and made to work.
19301         * mail/undigest.el (rmail-digest-end-regexps):
19302         Variable replaces rmail-digest-end-regexp.
19303         Allows multiple regexps for detecting the end line.
19304         (undigestify-rmail-message): Corresponding changes.
19306 2000-01-19  Dave Love  <fx@gnu.org>
19308         * files.el (user-init-file): Don't declare here -- is primitive.
19310         * startup.el (command-line): Check for compiled user-init-file and
19311         set to uncompiled version if necessary.
19313 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
19315         * mail/undigest.el (rmail-digest-end-regexp): New user option.
19316         (undigestify-rmail-message): Use it.
19318         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19320 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
19322         * tmm.el (tmm-goto-completions): Adapt to prompt being part
19323         of mini-buffer.
19325 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
19327         * emacs-lisp/copyright.el (copyright-update): Removed the
19328         requirement for a trailing space from `copyright-regexp', to
19329         support copyrights with owner specified on a separate line..
19331         * align.el: New file.
19333         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19335         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19337 2000-01-13  Dave Love  <fx@gnu.org>
19339         * ph.el: Removed.  (Obsoleted by EUDC.)
19341 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
19343         * net/eudc.el (toplevel): Remove autoloaded code installing
19344         menu with easymenu, because that causes build problems.
19346         * frame.el (frame-notice-user-settings): New variable.
19347         (frame-notice-user-settings): Don't modify frame parameters
19348         if called a second time.
19350 2000-01-13  Richard M. Stallman  <rms@gnu.org>
19352         * frame.el (frame-notice-user-settings):
19353         Notice default-frame-parameters even for non-window frames.
19355 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
19357         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19358         for Emacs.
19359         (eudc-bob-can-display-inline-images): Extend for Emacs.
19360         (eudc-bob-toggle-inline-display): Ditto.
19361         (eudc-bob-display-jpeg): Ditto.
19363 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
19365         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19366         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19367         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19369         * add-log.el (add-change-log-entry): Fix error trying an
19370         `(insert nil)'.
19372         * subdirs.el: Add `net' directory.
19374         * net: New directory.
19376         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19377         eval-last-sexp.  Don't bind debug-on-error here.
19378         (eval-last-sexp): New function.  Bind debug-on-error if
19379         eval-expression-debug-on-error is non-nil.
19380         (eval-defun-2, eval-defun): Likewise.
19382         * simple.el (eval-expression): Don't bind debug-on-error if
19383         eval-expression-debug-on-error is nil.  Detect changed
19384         debug-on-error, and propagate new value to global binding, if
19385         eval-expression-debug-on-error is non-nil,
19386         (eval-expression-debug-on-error): Change doc string.
19388 2000-01-11  Richard M. Stallman  <rms@gnu.org>
19390         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19392         * emacs-lisp/lisp-mode.el (with-syntax-table):
19393         Set up lisp-indent-function property.
19395         * subr.el (with-syntax-table): Moved from simple.el.
19397         * simple.el (with-syntax-table): Moved to subr.el.
19399 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
19401         * tmm.el (tmm-shortcut): Delete region after prompt instead
19402         of erasing buffer.
19404         * textmodes/fill.el (fill-common-string-prefix): New function.
19405         (fill-context-prefix): Use the longest common prefix of first
19406         and second line fill prefix, if there is one.
19408 2000-01-11  Richard M. Stallman  <rms@gnu.org>
19410         * array.el (array-mode): Don't use make-variable-buffer-local.
19411         Use make-local-variable for `truncate-lines'.
19413 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
19415         * add-log.el (add-log-current-defun): Handle user-defined
19416         add-log-current-function returning nil,
19418         * add-log.el (add-change-log-entry): Insert version number
19419         if having found a current function
19421         * add-log.el (add-log-current-defun):
19422         Call `add-log-current-defun-function'.  Try matches at level 0 and
19423         level 1.  Strip whitespace from defun found.
19425 2000-01-10  John Wiegley  <johnw@gnu.org>
19427         * allout.el (isearch-done/outline-provisions): Added `edit'
19428         argument to correspond with the current definition of `isearch-done'.
19430 2000-01-10  Dave Love  <fx@gnu.org>
19432         * elide-head.el (elide-head): Use point-marker, not point.
19434 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
19436         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19437         before and after the year 2000.
19439         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19440         Add ispell- prefix.
19442 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
19444         * ispell.el:  Only define dictionaries in menus when they exist.
19445         (version18p): New variable.
19446         (version20p): New variable.
19447         (xemacsp): New variable.
19448         (ispell-choices-win-default-height): Fix for XEmacs visibility.
19449         (ispell-dictionary-alist1): Added Brasileiro dictionary.
19450         (ispell-dictionary-alist6): Russian command lines no longer accept
19451         run-together words.
19452         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19453         (ispell-dictionary-alist): Add koi8-r to customize definition.
19454         (check-ispell-version): Added documentation string.  Return library
19455         path when called non-interactively.
19456         (ispell-menu-map-needed): Uses new variables.
19457         (ispell-library-path): New variable.
19458         (ispell-decode-string): XEmacs fix for bogus variable bindings.
19459         (ispell-word): Improved documentation string.  Test for valid
19460         character mappings.  Correctly check typed in word changes that can
19461         result in single words split into multiple words.
19462         Return replacement word.
19463         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
19464         replace in recursive query replace mode.  Help message for
19465         recursive edit mode.
19466         (ispell-show-choices): Protect against bad framepop bindings.
19467         (ispell-help): Fix to work with XEmacs.
19468         (ispell-highlight-spelling-error): Use new variables.
19469         (ispell-overlay-window): Fix to work with XEmacs.
19470         (ispell-parse-output): Passed and returns location information
19471         tracking spelling corrections.  Doesn't recheck same word on
19472         current line.
19473         (ispell-init-process): Protect against bogus XEmacs variable binding.
19474         Fix call to single argument in sleep-for.  Use new variables.
19475         (ispell-region): Passed and returns location information tracking
19476         spelling corrections.  Doesn't check same word on current line.
19477         Improved documentation string.  Doesn't resend a line already
19478         checked to the ispell process - fixes bug in LaTeX parsing.
19479         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19480         (ispell-skip-region): No longer skips <TT> in SGML.
19481         (ispell-process-line): Tracks location information with spelling
19482         corrections.  Added documentation string.  Accounts for words
19483         already accepted on this line.  Don't allow query-replace on line
19484         starting with math characters.  Doesn't resend a line already sent
19485         to ispell process.  Fixes alignment error bug.
19487 2000-01-10  Richard M. Stallman  <rms@gnu.org>
19489         * dired-x.el (dired-guess-shell-alist-default):
19490         Suggest xloadimage, which is free, not xv, which isn't.
19492         * ange-ftp.el (ange-ftp-file-name-nondirectory):
19493         Don't ever include the host name or user name in the value.
19495 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19497         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19498         of a real newline.
19500 2000-01-09  Stephen Eglen  <stephen@gnu.org>
19502         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19503         for .png files.
19505 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
19507         * cus-edit.el (custom-hook-convert-widget): Fix comment.
19509 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19511         * progmodes/cperl-mode.el: Replace ^F with ^L.
19513         * sendmail.el (toplevel): Provide `sendmail' when compiling before
19514         `require'ing rmail and mailalias to prevent infinite recursion.
19516 2000-01-08  Dave Love  <fx@gnu.org>
19518         * emacs-lisp/backquote.el: Remove inappropriate customization
19519         (allowing custom.el to use backquote).
19521 2000-01-07  Dave Love  <fx@gnu.org>
19523         * add-log.el (add-log-debugging): Deleted.
19524         (add-change-log-entry): Treat a backup FILE-NAME as its parent
19525         file.  Remove debugging code.
19526         (change-log-get-method-definition, change-log-name): Add doc.
19527         (change-log-sortable-date-at): New function.
19528         (change-log-merge): New command.
19530         * time.el (display-time-string-forms): Make the Mail string active.
19531         (display-time-update): Provide help-echo for load average.
19533         * bindings.el (make-mode-line-mouse2-map): New function.
19534         (mode-line-modified): Use it and simplify.
19535         (mode-line-mule-info): Provide help-echo info.
19536         (minor-mode-alist): Activate the strings.
19537         (make-mode-line-mouse-sensitive): Simplify for
19538         mode-line-buffer-identification.
19540 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
19542         * play/pong.el: New file.
19544 2000-01-06  Dave Love  <fx@gnu.org>
19546         * array.el: Assorted cleanups for compiler warnings, doc strings,
19547         `array-' prefix for symbols.
19549 2000-01-05  Dave Love  <fx@gnu.org>
19551         * textmodes/outline.el (outline-mode-menu-bar-map):
19552         Add outline-headers-as-kill.
19553         (outline-mode): Define imenu-generic-expression.
19554         (outline-headers-as-kill): New command.
19556         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19557         from paragraph-start.
19558         (paragraph-indent-minor-mode): New command.
19560         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19561         M-C-e, M-C-h, C-j, C-xnd, TAB.
19562         (fortran-mode): Set beginning-of-defun, end-of-defun.
19563         (fortran-column-ruler): Simplify.
19564         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19565         (fortran-with-subprogram-narrowing): Likewise.
19566         (fortran-indent-subprogram): Call mark-defun.
19567         (fortran-check-for-matching-do): Change narrowing.
19569         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19570         (cl-lucid-hash-tag): Delete.
19571         (cl-hash-table-p): Correct test for native table.
19572         (cl-hash-table-count): Use hash-table-count.
19574         * browse-url.el (browse-url): Fix case of
19575         browse-url-browser-function being an alist.
19577 2000-01-05  Carsten Dominik  <cd@gnu.org>
19579         * textmodes/reftex-vars.el (reftex-parse-file-extension)
19580         (reftex-index-phrase-file-extension): New options.
19582         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19583         Use new option `reftex-index-phrase-file-extension'.
19585         * textmodes/reftex.el (reftex-access-parse-file): Use new option
19586         `reftex-parse-file-extension'.
19588 2000-01-05  Dave Love  <fx@gnu.org>
19590         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19591         (beginning-of-defun-raw): Use it.
19592         (end-of-defun): New variable.
19593         (end-of-defun): Use it.
19594         (check-parens): New command.
19596 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
19598         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19599         (hs-show-block): Don't use `mapcar' when not accumulating.
19601         Fix buglet in local variables initialization.
19603 2000-01-05  Andreas Schwab  <schwab@suse.de>
19605         * hscroll.el (hscroll): Doc fix.
19607 2000-01-05  Carsten Dominik  <cd@gnu.org>
19609         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19610         Require idlw-toolbar.
19612         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19613         file idlw-rinfo.el.
19614         (idlwave-customize): Load must read file idlw-shell.el.
19615         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19617 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
19619         * progmodes/idlw-shell.el: Also provide idlwave-shell
19620         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19621         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19623         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19624         both reftex-dcr and reftex-vcr.
19626         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19628 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19630         * ps-print.el: PostScript code now is in separate files, doc fix.
19631         (ps-print-version): New version number (5.0.3).
19632         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19633         local.
19634         (ps-spool-config): Initialization fix.
19635         (ps-print-prologue-1, ps-print-prologue-2)
19636         (ps-print-duplex-feature): PostScript code moved to separated file.
19637         (ps-background-image): Little code reformating.
19638         (ps-begin-file, ps-begin-job): Fix code.
19639         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19640         (ps-prologue-file): New fun.
19642 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19644         * ps-vars.el: Eliminated.
19646         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19647         `;;;###autoload'.
19649         * ps-print.el: ps-vars eliminated, doc fix.
19650         (ps-print-version): New version number (5.0.2).
19651         (ps-spool-config): Initialization fix.
19652         (ps-print-customize): New fun.
19654 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
19656         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19658 2000-01-04  Dave Love  <fx@gnu.org>
19660         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19661         menu items.
19663 2000-01-03  Dave Love  <fx@gnu.org>
19665         * elide-head.el (elide-head) [defgroup]: Add :version.
19667         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19668         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19669         Use `cl-hash-table-p', not `hash-table-p'.
19670         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19672 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19674         * faces.el (face-read-integer, read-face-attribute)
19675         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19677 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19679         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19680         at comment end, and re-insert them after filling.
19682 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19684         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19685         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19686         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19688 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19690         * term/x-win.el (xw-defined-colors): Call color-supported-p,
19691         the new name of face-color-supported-p.
19693         * term/w32-win.el (xw-defined-colors): Likewise.
19695 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19697         * simple.el (completion-setup-function): Count completion-size
19698         from minibuffer-prompt-end, not from point-min.
19700 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
19702         * faces.el (read-face-attribute, defined-colors, color-defined-p):
19703         Pass the frame to tty-color-* functions.
19704         (display-color-p, frame-set-background-mode): Pass the frame to
19705         tty-display-color-p.
19707         * term/tty-colors.el (tty-defined-color-alist): Renamed from
19708         tty-color-alist.
19709         (tty-color-alist, tty-modify-color-alist): New functions.
19710         (tty-color-define,  tty-color-clear, tty-color-approximate)
19711         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19712         optional parameter FRAME.
19714 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
19716         * image.el (create-image, defimage): Don't assume image data is
19717         a string.
19719         * image.el (defimage): Handle specifications containing :data
19720         instead of :file.
19721         (image-type-from-data): New function.
19722         (image-type-from-file-header): Use it.
19723         (create-image): Add parameter DATA-P.
19725 See ChangeLog.8 for earlier changes.
19727 ;; Local Variables:
19728 ;; coding: iso-2022-7bit
19729 ;; End: