(quail-completion-1): Reverse
[emacs.git] / lisp / ChangeLog
blobb743f662517c66f13a27f1596280f5b4cfe91038
1 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
3         * international/quail.el (quail-completion-1): Reverse
4         the ((CHAR . DEFN) ...) list before processing it.
5         From Kenichi Handa <handa@etl.go.jp>.
7         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
8         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
10 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
12         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
13         aren't supported.  This avoids the annoying gray strip drawn by
14         the Windows version instead of the missing tool bar.
16 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
18         * menu-bar.el (menu-bar-options-menu): Make option text, messages
19         and tooltips more consistent.  From "Marshall, Simon"
20         <Simon.Marshall@midas-kapiti.com>.
22         * startup.el (fancy-splash-screens): Temporarily set
23         minor-mode-map-alist to nil while displaying splash screens.
25 2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
27         * buff-menu.el: Add Keywords header.
28         Doc fix (C-x C-b is bound to list-buffers).
30         * dired-x.el: Add keyword files to get listed in finder.
31         Remove confusing notes about GNU Emacs 19.
33         * dired.el, dired-aux.el: Add Keywords header.
35 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
37         * vc.el (vc-revert-file): Call the backend even if the FILE's
38         contents can be reverted locally; pass new arg CONTENTS-DONE
39         down to the backend.
41         * vc-{cvs,rcs,sccs}.el (vc-*-revert-file): Handle new
42         optional arg CONTENTS-DONE.
44 2001-08-28  Andrew Innes  <andrewi@gnu.org>
46         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
48 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
50         * makefile.nt (install): Copy more *.el files.
52 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
54         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
55         instead of `w' which is already in use.
57         * gs.el (gs-load-image): Use sleep-for.
58         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
60 2001-08-28  Miles Bader  <miles@gnu.org>
62         * replace.el (query-replace-regexp-eval): Return args from
63         `interactive' form in correct order.
65 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
67         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
68         major modes, don't create panes for modes for which
69         mouse-buffer-menu-alist returns an empty alist.
71 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
73         * progmodes/hideshow.el: Update first-line description.
74         Sync comments w/ maintainer version 5.31.
76         (hs-isearch-open): Default value now `code'.
77         Fix docstring to use "code blocks" vs "comment blocks",
78         as opposed to "block" vs "comment".
79         (hs-flag-region): Accept `hs-isearch-open' value
80         of `block' as synonymous w/ `code'.
81         (hs-hide-block-at-point): For code blocks, pass `code'
82         to `hs-flag-region' instead of `block'.
84 2001-08-28  Miles Bader  <miles@gnu.org>
86         * comint.el (comint-next-prompt): Don't loop infinitely if
87         {next,previous}-single-char-property-change returns its input
88         position when the search fails.
90 2001-08-27  Miles Bader  <miles@gnu.org>
92         * comint.el (comint-get-old-input-default): Don't signal an error
93         if point is not on an input field; instead, return the current
94         line (using `comint-bol' to skip any prompt, in case we're not
95         using fields at all).
97         * man.el (Man-mode-line-format): Variable removed.
98         (Man-mode): Change `mode-line-buffer-identification' instead of
99         `mode-line-format'.
101 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
103         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
104         From Simon Josefsson <jas@extundo.com>.
106 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
108         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
109         messages.  From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
111         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
112         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
114         * emacs-lisp/lselect.el: Ditto.
116         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
117         Remove periods from the end of error message strings.
118         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
120         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
121         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
123         * net/telnet.el: Ditto.
125 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
127         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
128         KEYMAP to the call to define-minor-mode.
130 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
132         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
133         Replace some of the undefined characters with emulations of bidi
134         formatting characters and Niqud as per SI 1311-1.
135         (IT-unicode-translations): Ditto.
136         (IT-display-table-setup, IT-setup-unicode-display):
137         Fill characters without translations with dos-unsupported-char-glyph.
139 2001-08-24  Simon Josefsson  <jas@extundo.com>
141         * hl-line.el (hl-line-mode): Don't be a global mode.
142         (global-hl-line-mode): New function.
144 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
146         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
147         being reset by Ghostscript.  Don't kill the gs process.
148         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
150 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
152         * term/mac-win.el: Require scroll-bar.
154 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
156         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
158 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
160         * hexl.el (hexl-insert-multibyte-char) New function.
161         (hexl-quoted-insert, hexl-self-insert-command)
162         (hexl-insert-hex-char, hexl-insert-decimal-char)
163         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
164         Fix the doc strings accordingly.
165         (hexl-insert-char): Reject characters whose code is above 255.
166         Doc fix.
167         (hexl-mode-map): Copy the global keymap instead of creating a
168         sparse keymap, and bind all self-inserting characters to
169         hexl-self-insert-command.
171 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
173         * wid-edit.el (text): Re-order docstring correctly.
175         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
177         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
179 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
181         * simple.el (line-number-mode): Mention the variable
182         line-number-display-limit-width in the doc string.
184 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
186         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
187         Temporarily select EVENT's window for switching buffers.
188         (mode-line-bury-buffer): New function.
189         (mode-line-buffer-identification-keymap): Use it instead of
190         bury-buffer.  Bind down-mouse events to prevent global down-mouse
191         events from shining through.
193 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
195         * newcomment.el (comment-beginning): Make sure the comment-start
196         we found isn't a comment-end (in cases where confusion is possible).
198 2001-08-22  Miles Bader  <miles@gnu.org>
200         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
201         before writing it, so that hard-links don't see new version.
203 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
205         * gs.el (gs-set-ghostview-colors-window-prop):
206         Call x-change-window-property with 3rd arg FRAME.
207         (gs-load-image): Wait for a previous Ghostscript process
208         to complete before starting a new one.
210         * image.el (image-type-regexps): Make sure that the TIFF
211         pattern is only matched at the beginning of a string.
212         From Markus Rost <rost@math.ohio-state.edu>.
214         * international/swedish.el: Pre-Mule file removed.  From Jonas
215         Oberg <jonas@gnu.org>.
217 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
219         * whitespace.el (whitespace-abort-on-error): Add custom variable
220         to whitespace to abort a write-file if whitespace is detected in file.
222         * whitespace.el (whitespace-write-file-hook): Hook to be called
223         when writing a file. If `whitespace-abort-on-error' is set, the
224         write will abort on detecting whitespaces.
225         If `whitespace-auto-cleanup' is set, the file will be cleaned
226         automatically prior to writing.
228         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
229         whitespaces in the error output!
231         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
232         `indent-tabs-mode', since the latter notes user preferences on
233         TABs anyway.
235         * whitespace.el (whitespace-version): 3.1. All of the above issues
236         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
238 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
240         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
241         some spaces from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.
243         * whitespace.el (whitespace-global-mode): Add autoload cookie.
245 2001-08-20  Alex Schroeder  <alex@gnu.org>
247         * sql.el (sql-db2): Doc change.
249 2001-08-20  Alex Schroeder  <alex@gnu.org>
251         * sql.el (sql-postgres): Add the database at the end of the
252         parameters instead of at the beginning.
253         (sql-postgres-options): Doc change.
255 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
257         * custom.el (defcustom): Doc fix.
259 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
261         * ps-mule.el (find-composition): Check if (char-after POS)
262         returns a valid character.
264 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
266         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
267         original-point for extra CR characters that are added/removed when
268         the buffer is written/read whose EOL type is -dos.
270 2001-08-16  Miles Bader  <miles@gnu.org>
272         * simple.el (line-move): Undo previous change.
274         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
275         property to input-terminating `boundary' overlays to avoid
276         line-move wierdness.
278 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
280         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
281         buffer in a save-restriction.  Under one test case with Ediff,
282         window-scroll-functions are run with a window start that's
283         temporarily outside of the restriction.
285 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
287         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
288         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
289         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
290         (texinfo-update-menu-region-beginning)
291         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
292         command, @ifnottex, to regexps, so it is found.
294 2001-08-16  Andrew Innes  <andrewi@gnu.org>
296         * makefile.nt (DONTCOMPILE): Omit bindings.el.
297         (DONTCOMPILE): Omit sc.el.
299         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
300         (DONTCOMPILE): Omit sc.el.
302 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
304         * replace.el (occur): Bind inhibit-read-only to t.
306 2001-08-16  Miles Bader  <miles@gnu.org>
308         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
309         calling `constrain-to-field', to avoid problems with comint prompts.
311 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
313         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
314         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
316         * ediff-mult.el (ediff-get-meta-info): Fix the condition
317         of a while-loop.
319         * Makefile.in (DONTCOMPILE): Remove sc.el.
321         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
322         Don't include term/.
324         * mail/sc.el:  Moved to obsolete/.
326 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
328         * ps-print.el: Change error function arguments to follow Emacs
329         message convention.  Doc fix.
330         (ps-print-version): New version number (6.5.4).
331         (coding-system-for-write): Change declaration position to avoid
332         XEmacs compilation gripes.
333         (coding-system-for-read, buffer-file-coding-system):
334         Declarations to avoid XEmacs compilation gripes.
336         * ps-mule.el: Doc fix.
337         (ps-mule-encode-header-string): If STRING is not a string, replace
338         STRING by empty string.
340 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
342         * frame.el (show-trailing-whitespace): Doc fix.
344 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
346         * desktop.el (desktop-save): Insert the coding: tag before
347         desktop-header.
349 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
351         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
352         its path from $els.
354         * image.el (image-jpeg-p): Fix call of substring.
356 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
358         * play/animate.el (animate-string): Doc fix.  Use a buffer
359         name with stars in it.
360         (animate-sequence): New function.
361         From Richard Stallman <rms@gnu.org>.
363         * frame.el (select-frame-set-input-focus): New function
364         extracted from other-frame.
365         (other-frame): Use it.
366         (next-multiframe-window, previous-multiframe-window): Use it.
368         * isearch.el (isearch-other-meta-char): Don't switch to the
369         buffer of a window clicked on, when the current buffer is
370         in Isearch mode.
372         * image.el (image-jpeg-p): Test for APPn markers in the range
373         #xe0..#xef.
375 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
377         * desktop.el (desktop-save): Don't use concat to form a file
378         name, use expand-file-name.
380         * mouse.el (mouse-delete-window): Do nothing if frame has just
381         one window.
383         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
384         for the minor mode name.
386         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
387         minor mode name.
389         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
390         instead of make-mode-line-mouse2-map.
392         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
393         the minor mode name.
395         * emacs-lisp/easy-mmode.el (define-minor-mode):
396         Use  mode-line-minor-mode-keymap for the minor mode name.
398         * calendar/calendar.el (calendar-mode-line-format):
399         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
401         * bindings.el (make-mode-line-mouse-map): Renamed from
402         make-mode-line-mouse2-map.  Take additional arg MOUSE.
403         (mode-line-modified): Use mouse-3 instead of mouse-2.
404         (mode-line-buffer-identification-keymap): Bind keys differently.
405         (propertized-buffer-identification): Adapt help-echo to new bindings.
407         * bindings.el (mode-line-format): Specify help-echo for line
408         number, column number and buffer-percent part of the mode-line.
410         * image.el (image-type-regexps): Allow whitespace at the start
411         of the image data for XPM, XBM and Postscript, which are
412         text files.
413         (image-jpeg-p): Correct calculation of next field offset.
415 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
417         * battery.el: Fix typo.
419 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
421         * image.el (image-type-regexps): Allow predicates.  Change the way
422         JPEG images are recognized.
423         (image-jpeg-p): New function.
424         (image-type-from-data): Handle predicates in image-type-regexps.
426         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
427         #:, #x, #o, and similar constructs.
429 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
431         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
433         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
434         instead of `progn'.
436         * tar-mode.el (tar-extract): Avoid generating a new buffer
437         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
439         * textmodes/paragraphs.el (forward-sentence): Avoid building
440         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
442         * progmodes/executable.el (executable-set-magic):
443         If executable-find returns a quoted file name, unquote it before
444         inserting it.
446         * image.el (image-type-regexps): For JPEG files, use a regexp
447         derived from the JFIF spec.
449         * image.el (image-type-regexps): Use `\`' instead of `^' in
450         most regular expressions.
452 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
454         * play/animate.el: Re-insert a reference to re-inserted function.
456 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
458         * help.el (describe-function-1): Use find-function-search-for-symbol
459         instead of find-function-noselect because the latter follows aliases.
461         * play/animate.el (animate-birthday-present): Re-insert.
463         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
464         Handle old-style menu definitions.
466 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
468         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
469         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
471         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
472         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
473         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
475 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
477         * textmodes/tildify.el: Milan Zamazal has new address.
479 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
481         * custom.el (custom-set-variables): Don't test `custom-requests'
482         properties, check the third element of the options passed to
483         custom-set-variables instead.
485         * info.el (info-insert-file-contents): Use info-file-exists-p
486         instead of file-exists-p.
488         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
489         the mode-line face is restored.  Fix several bugs.
491         * replace.el (perform-replace): Doc fix.
493 2001-08-02  Francesco Potorti`  <pot@gnu.org>
495         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
496         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
497         (uniquify-fix-item-base, uniquify-fix-item-filename)
498         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
499         Callers changed.
500         (uniquify-set-proposed): Changed to work with a vector item.
501         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
502         the fix list, and a list of strings for the non-file buffer
503         names.  Both changes reduce consing.
504         (uniquify-rationalize-a-list): Local variable renaming.
505         (uniquify-rationalize-conflicting-sublist): Use member instead of
506         assoc.
507         (uniquify-rename-buffer): Use unless instead of if not.
509 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
511         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
513         * custom.el (custom-set-variables): Set options with :require
514         clauses last.
516         * custom.el (defcustom): Doc fix.
518         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
520 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
522         * man.el (man): Mention Man-switches in the doc string.
523         (Man-switches): Mention -a in the doc string.
525         * textmodes/ispell.el (ispell-alternate-dictionary):
526         Add /usr/share/lib/dict/words, for Irix.
528         * bindings.el: Bind shifted and control-shifted kp-* keys to the
529         corresponding non-kp keys.  Suggested by Stephen Gildea
530         <gildea@alum.mit.edu>.
532 2001-08-01  Francesco Potorti`  <pot@gnu.org>
534         * uniquify.el: These changes correct a corner case that the old
535         code managed correctly.
536         (uniquify-fix-item-proposed): Renamed from
537         uniquify-fix-item-min-proposed.
538         (uniquify-set-proposed): New function.
539         (uniquify-rationalize-file-buffer-names): Code reshuffled for
540         clarity and speed.
541         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
542         This is equivalent to what the old code did.
543         (uniquify-rationalize-a-list): Never recompute the proposed
544         name.  Sort the conflicting sublist before rationalising it: this
545         is equivalent to what the old code did, but one directory element
546         at a time, and only when necessary.
547         (uniquify-rationalize-conflicting-sublist): Recompute here the
548         proposed name.
550 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
552         * play/animate.el: Add Keywords and Maintainer.  Remove a
553         reference to a removed function.
555         * play/animate.el (animate-string): Handle case that the string is
556         longer than the window is wide.
558 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
560         * desktop.el (desktop-save): Bind coding-system-for-write to
561         `emacs-mule' for write-region.
563         * delsel.el (delete-selection-pre-hook): Don't set this-command
564         to `ignore' if the region is empty.
566         * international/mule.el (set-keyboard-coding-system):
567         Set keyboard-coding-system.
569         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
570         before accessing it.
572 2001-07-30  Andreas Schwab  <schwab@suse.de>
574         * menu-bar.el (toggle-highlight-paren-mode):
575         Use `(show-paren-mode)' as body.
577 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
579         * vc.el (vc-checkout-hook): New hook.
580         (vc-checkout): Run it.
582 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
584         * progmodes/make-mode.el (makefile-macroassign-regex):
585         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
587 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
589         * vc.el (vc-switch-backend): Fix autoload cookie.
591         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
592         the desktop file.
594 2001-07-30  Simon Josefsson  <jas@extundo.com>
596         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
597         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
599 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
601         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
602         (last-sexp-toggle-display): Renamed from last-sexp-print.
603         (last-sexp-toggle-display, eval-last-sexp-1):
604         Use last-sexp-setup-props.
606         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
607         New user-options.
608         (mouse-wheel-change-button): New function.
609         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
610         (mwheel-scroll): Ditto.
612 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
614         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
615         `...', compare with unabbreviated printed representation instead.
616         (last-sexp-print): Bind print-length and print-level to nil.
618         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
619         before assigning text properties.  Make properties rear-nonsticky.
621         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
622         (eval-last-sexp-1): Give printed text a `keymap' property and bind
623         <mouse-2> and <RET> in that map to a function printing the
624         unabbreviated value.
626         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
627         is a buffer, put a text property `printed-value' on the printed
628         representation, with the Lisp object printed as value.
630 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
632         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
633         Mention the effect of eval-expression-print-length and
634         eval-expression-print-level in the doc strings.  Suggested by
635         Kevin Gallagher <kevingal@onramp.net>.
637 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
639         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
640         for buttons > 3.
641         (xterm-mouse-translate): Handle the case that we don't get a
642         down-event.
644         * emacs-lisp/find-func.el (find-function-regexp):
645         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
646         in front of the function name.
648         * isearch.el (isearch-other-meta-char): Fix last change.
650         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
651         similar events for which fake prefix keys are generated.  It's no
652         longer necessary since read_key_sequence doesn't modify these
653         events for internal purposes anymore.
655         * files.el (auto-mode-alist): Use nroff-mode for files ending
656         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
658 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
660         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
661         tool-bar-lines parameter, behave as if its value were zero.
662         (mouse-avoidance-set-pointer-shape): Don't do anything if
663         x-pointer-shape is not boundp.
665 2001-07-23  Francesco Potorti`  <pot@gnu.org>
667         * uniquify.el: Overall speedup changes when using many buffers.
668         (uniquify-fix-item-base, uniquify-fix-item-filename)
669         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
670         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
671         place in the item, but was never used.
672         (uniquify-fix-item-min-proposed): New defalias: the fourth place
673         in the item is now used as cache for the proposed name.
674         (uniquify-rationalize-file-buffer-names): Move computation made on
675         newbuffile out of the loop, in the newbuffile-nd local var.
676         Use dolist (cosmetic change).  Compute the proposed name for the most
677         common case and cache it in the fourth place in the item.
678         (uniquify-rationalize-file-buffer-names): Used to return a a list
679         of buffer whose name was changed, but that return value was never used.
680         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
681         the cached proposed name, does much less consing and is quicker.
682         (uniquify-filename-lessp): Deleted.
683         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
684         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
685         cached proposed name is possible.
686         (uniquify-get-proposed-name): Arguments changed, callers changed.
687         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
688         uniquify-possibly-resolvable flag, which is no more bound locally.
689         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
690         flag, which does not exist any more.
692 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
694         * term/internal.el (IT-unicode-translations): Fix the appearance of
695         "6`".
697         * progmodes/compile.el (compile-internal): If EMACS is already
698         defined in the environment, don't override its value.
700 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
702         * play/fortune.el: Undo change of 2001-07-13.
703         Fix autoload cookies.  Add types to defcustoms.
704         (fortune) <defgroup>: Add :link.
705         (fortune-from-region): Use eq, not eql.
706         From Dave Love <fx@gnu.org>.
708         * play/animate.el (animate-birthday-present): Function removed.
710         * play/animate.el: New file.
712 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
714         * startup.el (normal-top-level-add-subdirs-to-load-path):
715         On Windows, put into normal-top-level-add-subdirs-inode-list the
716         canonicalized names of the directories instead of inode numbers.
718 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
720         * ediff-util.el: Copyright years.
721         (ediff-choose-syntax-table): New function.
722         (ediff-setup): Use ediff-choose-syntax-table.
723         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
724         vc-state is available.
725         (ediff-make-temp-file): Use ediff-coding-system-for-write.
727         * ediff-init.el (ediff-with-syntax-table): New macro, uses
728         with-syntax-table.
729         (ediff-coding-system-for-read): From ediff-diff.el
730         (ediff-coding-system-for-write): New variable.
731         (ediff-highest-priority): Fixed the bug having to do with disappearing
732         overlays.
733         (ediff-file-remote-p): Use file-remote-p, if available.
734         (ediff-listable-file): New function.
735         (ediff-file-attributes): Use ediff-listable-file.
737         * ediff-mult.el (ediff-meta-insert-file-info1):
738         Use ediff-listable-file.
740         * ediff-ptch.el (ediff-prompt-for-patch-file):
741         Use ediff-coding-system-for-read.
742         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
744         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
745         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
747         * ediff.el: Date of last update, copyright years.
749         * ediff-wind (ediff-setup-control-frame): Nill->nil.
751         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
752         of Scott Bronson.
753         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
754         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
755         Deleted functions.
756         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
757         ex-token-list.
758         (viper-get-ex-address-subr): Convert registers to char data type.
760         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
761         (viper-memq-char): Use viper-int-to-char.
762         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
763         vc-locking-state.
764         (viper-read-key): Use viper-read-key-sequence.
766         * viper.el (viper-major-mode-modifier-list):
767         Added inferior-emacs-lisp-mode.
768         (this-major-mode-requires-vi-state): New function that uses simple
769         heuristics to decide if vi state is appropriate.
770         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
771         (viper-non-hook-settings): Don't advise read-key-sequence.
772         (viper-read-key-sequence): New function that replaces the
773         previously used advice to read-key-sequence.
775         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
776         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
777         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
778         (viper-open-line-at-point,viper-substitute,viper-overwrite)
779         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
780         Got rid of the negative character hack.
781         (viper-escape-to-state,viper-replace-state-exit-cmd):
782         Use viper-read-key-sequence.
783         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
784         (viper-minibuffer-standard-hook,viper-read-string-with-history):
785         Don't override existing minibuffer-setup-hook.
786         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
787         Convert registers to char data type.
788         (viper-autoindent): Use viper-indent-line.
790         * viper-keym.el: Use viper-exec-key-in-emacs.
792 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
794         * server.el (server-visit-files): Fix variable name typo.
796 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
798         * simple.el (delete-trailing-whitespace): Save match data
799         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
801 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
803         * progmodes/compile.el (compilation-parse-errors): `linenum' might
804         return a this-error using the alternative format (a pair of markers).
806 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
808         * font-lock.el (c++-keywords): Add Standard C++ operator names.
810         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
811         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
813 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
815         * international/iso-transl.el: Fix typo in the header of the file.
817         * textmodes/picture.el (picture): Doc fix.
819         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
820         follow coding conventions in generated files.
822 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
824         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
825         (tool-bar-add-item): Don't call image-related primitives if the
826         display doesn't support images.
828         * frame.el (display-images-p): New function.
830 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
832         * server.el (server-visit-files): Handle the case the specified
833         column number is <= 0.
835 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
837         * startup.el (command-line-1): Add support for +LINE:COLUMN
838         command line argument.
840 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
842         * server.el (server-process-filter, server-visit-files):
843         Add support for +LINE:COLUMN style emacsclient calls.
845 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
847         * emacs-lisp/easy-mmode.el: Add Keywords header.
849         * play/pong.el: Author has new address.
851         * play/landmark.el: Author is no more reachable.
853         * play/handwrite.el: Author is no more reachable.
855 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
857         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
858         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
859         Complete bindings for F<1..12> keys.
860         (global-map): Remove `undo' binding (already in the default).
861         Replace `t<n>' bindings with `f<n>' bindings.
863 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
865         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
866         (tcl-mode): Use tcl-add-log-defun.
867         (tcl-indent-line): Use tcl-calculate-indent.
868         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
869         (tcl-indent-exp): Renamed from indent-tcl-exp.
870         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
871         (tcl-indent-for-comment): Call comment-indent-function properly
872         and handle the case where it returns nil.
874 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
876         * calendar/cal-islam.el (calendar-goto-islamic-date):
877         Remove autoload cookie.
879         * calendar/calendar.el (calendar-goto-islamic-date):
880         Add call to autoload.
882 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
884         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
885         Don't change compile-auto-highlight globally.
886         Don't bother with `font-lock-defaults' property since XEmacs
887         also understands the `font-lock-defaults' variable.
888         Use make-local-variable rather than make-variable-buffer-local.
889         Don't `defconst' comment-indent-function: keep the default.
890         Call easy-menu-add unconditionally.
891         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
892         (ada-create-menu): Use :included for Emacs as well.
894         * vc.el (vc-do-command): Autoload.
896         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
898 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
900         * ps-print.el: Fix Author: header.
902 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
904         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
905         mouse-1 etc., bind them to `ignore'.
907         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
908         send-invisible, which is already defined in Comint.
909         (eshell-watch-for-password-prompt): Use it.
911 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
913         * which-func.el (which-func-mode): Doc fix.
915         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
916         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
917         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
918         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
919         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
920         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
921         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
922         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
923         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
924         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
925         * emulation/edt-mapper.el, emulation/edt-pc.el,
926         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
927         * emulation/tpu-edt.el, emulation/tpu-extras.el,
928         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
929         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
930         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
931         * international/isearch-x.el, international/iso-cvt.el,
932         * international/ogonek.el, international/quail.el,
933         * international/utf-8.el, jit-lock.el, language/devan-util.el,
934         * language/devanagari.el, language/ethio-util.el,
935         * language/ethiopic.el, language/european.el, language/indian.el,
936         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
937         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
938         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
939         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
940         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
941         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
942         * progmodes/autoconf.el, progmodes/cmacexp.el,
943         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
944         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
945         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
946         * progmodes/ebnf2ps.el, progmodes/executable.el,
947         * progmodes/fortran.el, progmodes/idlw-shell.el,
948         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
949         * progmodes/m4-mode.el, progmodes/mantemp.el,
950         * progmodes/meta-mode.el, progmodes/octave-inf.el,
951         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
952         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
953         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
954         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
955         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
956         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
957         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
958         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
959         * textmodes/two-column.el, time-stamp.el, timezone.el,
960         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
961         * which-func.el, whitespace.el, wid-browse.el, widget.el,
962         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
963         conventions.
965 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
967         * simple.el (set-variable): Require 'cus-edit' instead of
968         `wid-edit', so that the Custom widgets get defined.
970 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
972         * allout.el: A fix to follow coding conventions.
974         * find-lisp.el: A fix to follow coding conventions.
976         * term/w32-win.el: A fix to follow coding conventions.
978         * textmodes/sgml-mode.el: A fix to follow coding conventions.
980         * term/xterm.el: A fix to follow coding conventions.
982         * term/news.el: A fix to follow coding conventions.
984         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
985         header line fixed.
987         * sun-curs.el: Fix Maintainer: header line.
989         * emacs-lisp/easymenu.el: Address of the author added.
991 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
993         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
994         property.
996 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
998         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
999         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
1000         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1001         Some fixes to follow coding conventions.
1003 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
1005         * which-func.el (which-func-mode): Doc fix.
1007 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
1009         * net/rcompile.el (remote-compile): Use make-local-variable.
1011         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1013         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1015         * mail/reporter.el (reporter-submit-bug-report):
1016         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
1018 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1020         * calendar/cal-china.el, calendar/cal-coptic.el,
1021         * calendar/cal-dst.el, calendar/cal-french.el,
1022         * calendar/cal-hebrew.el, calendar/cal-islam.el,
1023         * calendar/cal-iso.el, calendar/cal-julian.el,
1024         * calendar/cal-mayan.el, calendar/cal-persia.el,
1025         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1026         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1027         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1028         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1029         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1030         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1031         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1032         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1033         * progmodes/ada-xref.el, progmodes/cc-align.el,
1034         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1035         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1036         * progmodes/cc-langs.el, progmodes/cc-menus.el,
1037         * progmodes/cc-styles.el, progmodes/cc-vars.el,
1038         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1039         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1040         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1041         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1042         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1043         * textmodes/reftex.el: Some fixes to follow coding
1044         conventions in Eshell files with known maintainers.
1046         * emulation/viper.el: A fix to follow coding conventions.
1048         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1049         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1050         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1051         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1052         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1053         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1054         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1055         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1056         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1057         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1058         conventions in Eshell files.
1060         * composite.el, diff.el, emacs-lisp/levents.el,
1061         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1062         * emulation/pc-mode.el, emulation/viper-cmd.el,
1063         * emulation/viper-ex.el, emulation/viper-init.el,
1064         * emulation/viper-keym.el, emulation/viper-macs.el,
1065         * emulation/viper-mous.el, emulation/viper-util.el,
1066         * emulation/viper.el, forms-pass.el, international/ccl.el,
1067         * international/characters.el, international/encoded-kb.el,
1068         * international/fontset.el, international/ja-dic-cnv.el,
1069         * international/ja-dic-utl.el, international/kinsoku.el,
1070         * international/kkc.el, international/mule-cmds.el,
1071         * international/mule-diag.el, international/mule-util.el,
1072         * international/mule.el, international/titdic-cnv.el,
1073         * language/china-util.el, language/chinese.el,
1074         * language/cyril-util.el, language/cyrillic.el, language/english.el,
1075         * language/greek.el, language/hebrew.el, language/japan-util.el,
1076         * language/japanese.el, language/korea-util.el, language/korean.el,
1077         * language/lao-util.el, language/lao.el, language/misc-lang.el,
1078         * language/slovak.el, language/thai-util.el, language/thai.el,
1079         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1080         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1081         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1082         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1083         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1084         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1085         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1086         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1087         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1088         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1089         to follow coding conventions in files without maintainer or in files
1090         with clear maintainer (but without Maintainer header stating so).
1092         * emacs-lisp/elp.el: A fix to follow coding conventions.
1094         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1095         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1096         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1097         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1098         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1099         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1100         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1101         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1102         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1103         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1104         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1105         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1106         conventions in files from Gnus.
1108         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1109         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1110         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1111         * echistory.el, electric.el, emacs-lisp/authors.el,
1112         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1113         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1114         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1115         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1116         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1117         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1118         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1119         * international/codepage.el, international/iso-ascii.el,
1120         * international/iso-insert.el, international/iso-transl.el,
1121         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1122         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1123         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1124         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1125         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1126         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1127         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1128         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1129         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1130         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1131         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1132         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1133         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1134         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1135         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1136         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1137         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1138         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1139         * textmodes/tex-mode.el, textmodes/text-mode.el,
1140         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1141         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1142         * vt100-led.el, window.el: Some fixes to follow coding conventions in
1143         files maintained by FSF.
1145 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1147         * arc-mode.el: A fix to follow coding conventions.
1149         * bindings.el: Ditto.
1151         * cdl.el: Ditto.
1153         * comint.el: Ditto.
1155         * cus-start.el: Ditto.
1157         * shell.el: Ditto.
1159         * skeleton.el: Ditto.
1161 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
1163         * info.el (Info-build-node-completions):
1164         Make Info-current-file-completions buffer local.
1166 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
1168         * which-func.el (which-func-mode, which-func-ff-hook)
1169         (which-function-mode): Remove references to which-func-mode-global.
1171         * calendar/cal-islam.el (calendar-goto-islamic-date):
1172         Add  autoload cookie.
1174         * play/fortune.el: Add types to defcustoms.
1176 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1178         * language/czech.el: A fix to follow coding conventions.
1180 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1182         * speedbar.el (speedbar-supported-extension-expressions): Add .g
1183         to the extension list, for antlr-mode.  From Christoph Wedler
1184         <Christoph.Wedler@sap.com>.
1186 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
1188         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1189         (vc-dired-mode-map): Fix the madness.
1191         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1192         (vc-prefix-map): Moved back from vc.el.
1194 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
1196         * mail/mail-extr.el (mail-extr-all-top-level-domains):
1197         Increase the size of the obarray.
1198         (mail-extr-all-top-level-domains): Add more toplevel domains,
1199         add more long names.
1200         From: Per Starback <starback@ling.uu.se>.
1202 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1204         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1205         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1207         * progmodes/ada-mode.el: Ditto.
1209         * progmodes/ada-xref.el: Ditto.
1211 2001-07-11  Miles Bader  <miles@gnu.org>
1213         * finder.el (finder-insert-at-column): Also move to the next line
1214         if exactly at COLUMN.
1216 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
1218         * help.el (describe-function-1): When printing FUNCTION's
1219         documentation, don't assume FUNCTION is a symbol.
1221         * startup.el (normal-top-level): Don't operate on the initial
1222         frame if we failed to create one.
1224 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
1226         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1227         itself, i.e. only indent the contents in it.
1229 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
1231         * mail/rmail.el (rmail-show-message): Show beginning of message in
1232         all windows containing it.
1234 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
1236         * term/tty-colors.el: Fix the header line and copyright years.
1238 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
1240         * emacs-lisp/advice.el (ad-make-advised-definition): If the
1241         original definition has an interactive form, but is Elp
1242         instrumented, use the interactive form of the function called by
1243         elp-wrapper.
1245         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
1246         configurations with compare-window-configuration; they aren't
1247         window configurations.
1249         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1250         from the server for the format we expect.  Don't use it if it
1251         doesn't look like what the Internet draft for FTP extensions specifies.
1253         * toolbar/*.pbm: Cleaned up.
1254         From Luis Fernandes <elf@ee.ryerson.ca>.
1256 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
1258         * cc-cmds.el: Extended the kludge to interoperate with the
1259         delsel and pending-del packages wrt to the new function
1260         `c-electric-delete-forward'.
1262 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
1264         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1265         to delay the call to <mode> for global minor modes.
1266         (easy-mmode-define-navigation): Only recenter if interactive.
1268 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
1270         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1271         to lisp-indent-line.
1273         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1274         from the server.  Call encode-time only when we are sure that we
1275         got a 213 response.
1277 2001-07-06  Simon Josefsson  <jas@extundo.com>
1279         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1280         (mail-envelope-from): New user option.
1281         (sendmail-send-it): Use it.
1283 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1285         * ps-print.el: Use locale dependant date to print date in header.
1286         Doc fix.
1287         (ps-print-version): New version number (6.5.3).
1288         (ps-right-header, ps-right-footer): Initialization and doc fix.
1289         (ps-time-stamp-locale-default): New fun.
1291 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1293         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1294         field problem with MIME-mode.
1296         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1298 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1300         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1301         MIME-mode.
1303 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
1305         * bindings.el (mode-line-mule-info): Don't show the tip with
1306         buffer-file-coding-system if that is nil.
1308 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
1310         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1311         instead of kill-line.
1313         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
1314         <Pavel@Janik.cz>.
1316         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
1317         <Pavel@Janik.cz>.
1319 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
1321         * font-lock.el (c-font-lock-keywords-3): When matching something
1322         like `struct X Y', finish with point after Y.
1324 2001-07-04  Simon Josefsson  <jas@extundo.com>
1326         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1327         in caller buffer.
1329 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
1331         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1332         instead of string-match to find the basename of the file.
1333         From Pascal Obry <p.obry@wanadoo.fr>.
1335         * net/browse-url.el (browse-url-default-windows-browser):
1336         Support the MS-DOS port when it runs on Windows.
1337         (browse-url-browser-function) [ms-dos]: Default to
1338         browse-url-default-windows-browser.
1340         * help.el (locate-library): Enable code that looks for compressed
1341         libraries if auto-compression-mode is on.
1343 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
1345         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1347 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
1349         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1351 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
1353         * allout.el: Fix the header line, so that finder.el recognizes it.
1354         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1356         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1357         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1359 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1361         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1363         * ps-bdf.el (bdf-directory-list): Use the value relative to
1364         installation-directory for MS-Windows as well.
1366 2001-06-29  Richard M. Stallman  <rms@gnu.org>
1368         * wid-edit.el (widget-color-sample-face-get):
1369         Return ((foreground-color . COLOR)) instead of constructing a face.
1371 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1373         * faces.el (region): Change the background color for the
1374         light-background color display to lightgoldenrod2, to make it
1375         visible on some laptops.
1377 2001-06-28  Richard M. Stallman  <rms@gnu.org>
1379         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1380         (rmail-msg-restore-non-pruned-header): Likewise.
1381         If point was in the old pruned header, put it at the top.
1382         (rmail-msg-prune-header): If point was at the top, keep it there.
1384         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1385         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1387 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
1389         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1391 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
1393         * saveplace.el: Update maintainer email address.
1395 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1397         * uniquify.el: (uniquify-rationalize-file-buffer-names):
1398           Undo previous change.
1400 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1402         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1403         preliminary quick reordering.  Can speed things up dramatically.
1405 2001-06-26  Richard M. Stallman  <rms@gnu.org>
1407         * dired.el (dired-get-filename): A file name starting with ~
1408         is not absolute in this context.
1410         * which-func.el (which-func-maxout): Increase default to 500000.
1411         (which-function-mode): This is now the "real" name of the function.
1412         (which-func-mode): Now an alias.
1413         (which-func-mode-global): Name deleted.
1415         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1416         button-2, when binding hs-mouse-toggle-hiding.
1418 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1420         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1421         (rmail-msg-prune-header): Likewise.
1422         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1423         and `rmail-msg-prune-header'.
1425 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
1427         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1428         back than LINEBEG.
1430 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
1432         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1433         window where they clicked the mouse has a header line, adjust
1434         vertical movement by one.
1436 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
1438         * progmodes/glasses.el (glasses-make-readable): Consider underscores
1439         too when separating a parenthesis.
1441 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
1443         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1444         (bookmark-bmenu-hide-filenames): Add help-echo to
1445         mouse-highlighted text.
1446         (bookmark-bmenu-show-filenames): Remove help-echo property from
1447         the whitespace.
1449 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
1451         * files.el (auto-mode-alist): Add configure.ac (autoconf).
1452         From Karl Eichwalder <ke@suse.de>.
1454 2001-06-23  Richard M. Stallman  <rms@gnu.org>
1456         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1458         * progmodes/cc-styles.el (c-set-style): Don't specify initial
1459         contents for completing-read.
1461 2001-06-22  Richard M. Stallman  <rms@gnu.org>
1463         * menu-bar.el (menu-bar-make-toggle): Construct the
1464         function's doc string from HELP, not DOC, and make it accurate by
1465         adding "Toggle whether to " at the front and downcasing the initial.
1466         Change the HELP arg in some calls to make it fit this usage.
1468         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1469         Undo previous change.
1471 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
1473         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1475         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1477 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
1479         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1481         * dabbrev.el (dabbrev--select-buffers): Fix last change.
1483 2001-06-20  Richard M. Stallman  <rms@gnu.org>
1485         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1486         broken out from dabbrev--find-expansion.  Handle minibuffer
1487         specially here.
1488         (dabbrev--find-expansion): Simplify code in various ways.
1489         Don't treat minibuffers specially.
1490         Call dabbrev--make-friend-buffer-list.
1491         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
1492         (dabbrev--scanning-message): Do nothing when minibuffer is current.
1494 2001-06-19  John Wiegley  <johnw@gnu.org>
1496         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1497         Also, added a comment describing how to greatly speedup Eshell
1498         loadup time, by concatenating together all of Eshell's .elc files.
1500 2001-06-19  John Wiegley  <johnw@gnu.org>
1502         * eshell/esh-mode.el: Disabled a test that often yields false failures.
1504 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
1506         * woman.el (WoMan-highlight-references): Add help-echo to
1507         mouse-highlighted text.
1509 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
1511         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1513 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
1515         * international/quail.el (quail-start-conversion):
1516         Reset quail-translating to nil.
1518         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1519         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1521 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
1523         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1524         mouse-highlighted text.
1526         * dired.el (dired-mark-pop-up): Fix last change.
1528 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
1530         * calendar/calendar.el (generate-calendar-month): Add help-echo to
1531         mouse-highlighted text.
1533         * net/quickurl.el (quickurl-url-file): Run through
1534         convert-standard-filename.
1535         (quickurl-list-populate-buffer): Add help-echo to
1536         mouse-highlighted text.
1537         (top-level): Update Dave's URL.
1539         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1540         mouse-highlighted text.
1542         * textmodes/page-ext.el (pages-copy-header-and-position):
1543         Add help-echo to mouse-highlighted text.
1545         * tar-mode.el (tar-header-block-summarize): Add help-echo to
1546         mouse-highlighted text.
1548         * replace.el (occur): Add help-echo to mouse-highlighted text.
1550         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1551         mouse-highlighted text.
1553         * progmodes/cpp.el (cpp-make-button): Add help-echo to
1554         mouse-highlighted text.
1556         * progmodes/compile.el (compile-reinitialize-errors):
1557         Add help-echo to mouse-highlighted messages.
1558         (compilation-forget-errors): Remove help-echo property as well.
1560         * play/landmark.el (lm-plot-square, lm-init-display):
1561         Add help-echo to mouse-highlighted text.
1563         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1564         Add help-echo to mouse-highlighted text.
1566         * dired.el (dired-insert-set-properties): Add help-echo to
1567         mouse-highlighted text.
1568         (dired-mark-pop-up): Remove help-echo property from the file name.
1570         * comint.el (comint-send-input): Add help-echo to
1571         mouse-highlighted text.
1573         * buff-menu.el (list-buffers-noselect): Add help-echo to
1574         mouse-highlighted text.
1576         * arc-mode.el (archive-summarize-files): Add help-echo to
1577         mouse-highlighted text.
1579         * ffap.el (ffap-machine-p): Always return nil if
1580         open-network-stream is not fboundp.
1582 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
1584         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
1585         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1586         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1587         incorrectly binding chars between 128 and 256 to it.
1588         (sgml-maybe-name-self): Handle latin-1 chars properly.
1589         (sgml-tags-invisible): Bind buffer-file-name to nil.
1590         Use unwind-protect and restore-buffer-modified-p.
1591         (sgml-point-entered): Use buffer-substring-no-properties.
1592         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1593         (html-mode): Don't force `imenu-sort-function'.
1595 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
1597         * tar-mode.el: Fix the copyright notice.
1599         * font-lock.el (font-lock-comment-face): For tty's with dark
1600         background, use "red1", since "lightred" is not one of the colors
1601         recognized by tty-colors.el.
1603         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1604         create a buffer for extracted file, in case there's more than one
1605         file by that name in an archive, possibly in different
1606         directories.  From Kevin Rodgers <kevinr@ihs.com>.
1608         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
1609         <alex@gnu.org>.
1611 2001-06-15  Miles Bader  <miles@gnu.org>
1613         * textmodes/texinfmt.el (texinfo-format-syntax-table):
1614         Revert previous change.
1616 2001-06-14  Richard M. Stallman  <rms@gnu.org>
1618         * replace.el (keep-lines-read-args): Return just a regexp.
1619         Provide nil for the region args.
1620         (keep-lines, flush-lines, how-many):
1621         Calculate the defaults for the region here, when args are nil.
1623 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1625         * rot13.el (rot13-other-window): Some more doc fix.
1627 2001-06-14  Per Starback  <starback@ling.uu.se>
1629         * replace.el (case-replace, query-replace-from-history-variable)
1630         (query-replace-to-history-variable, keep-lines-read-args)
1631         (occur-revert-function, query-replace-help): Dox fix.
1633 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1635         * rot13.el (rot13-other-window): Doc fix.
1637 2001-06-14  Miles Bader  <miles@gnu.org>
1639         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1640         of " and \ to "." (punctuation).
1641         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1643 2001-06-13  Richard M. Stallman  <rms@gnu.org>
1645         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1647         * simple.el (shell-command-on-region): Never kill the
1648         *Shell Command Output* buffer.
1650 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
1652         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1654 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
1656         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1657         New var, to recognize ${ $' and PODs.
1658         (perl-font-lock-syntactic-face-function): New function.
1659         (perl-mode): Use them.
1660         (perl-continuation-line-p): New function, from perl-calculate-indent.
1661         (perl-calculate-indent): Use it, to properly handle continuation
1662         lines of continuation lines.
1664 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
1666         * server.el (server-process, server-buffer-clients): Doc fix.
1667         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1669 2001-06-09  John Wiegley  <johnw@gnu.org>
1671         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1672         test if the last command was Lisp or not.
1673         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1674         B x C".
1676 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
1678         * dos-w32.el (grep-regexp-alist): Remove definition, since the
1679         general one on compile.el supports drive letters.
1681 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1683         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1684         key description.
1686         * textmodes/reftex-sel.el (reftex-select-jump): New command.
1688         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1689         (reftex-toc-jump): New command.
1691         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1692         to parse international characters as well.
1694         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1695         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1697         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1699         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1700         TAB to the key separators.
1702 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
1704         * international/mule.el (auto-coding-alist): Remove redundant
1705         up-cased versions of the extensions (auto-coding-alist-lookup is
1706         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
1707         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
1709 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
1711         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1713 2001-06-01  Richard M. Stallman  <rms@gnu.org>
1715         * help.el (describe-variable): Put value on same line
1716         with preceding text, if it is short enough to look good that way.
1718 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
1720         * term/internal.el (IT-unicode-translations): New variable.
1721         (IT-setup-unicode-display): New function.
1723 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1725         * ps-print.el: Handle before-string and after-string overlay properties
1726         in ps-print-*-with-faces commands.  Doc fix.
1727         (ps-print-version): New version number (6.5.2).
1728         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1729         for XEmacs.
1730         (ps-prefix-quote): Doc fix.
1731         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1732         (ps-basic-plot-str, ps-plot-string): New funs.
1734 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
1736         * progmodes/etags.el (tags-compression-info-list): Fix docstring
1737         and :type spec.
1739 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
1741         * international/mule-cmds.el (inactivate-input-method):
1742         Set input-method-function to nil.
1744         * xml.el (xml-parse-tag): The document may contain invalid characters.
1745         From ShengHuo ZHU  <zsh@cs.rochester.edu>
1747 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1749         * mail/rmailsum.el (rmail-message-subject-p): Don't call
1750         `rmail-summary-line-decoder' if the message does not have
1751         a Subject: field.
1753         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1755         * mail/rmail.el (rmail-insert-mime-resent-message-function):
1756         New variable.
1757         (rmail-resend): Modify to work in `rmail-view-buffer'; call
1758         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1759         is non-nil.
1761 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
1763         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1765 2001-05-29  Sam Steingold  <sds@gnu.org>
1767         * faces.el (face-valid-attribute-values): Bind `valid' directly
1768         instead of using `setq'.
1770         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1771         Use `tex-shell-buf'.
1772         (tex-shell-proc): Use `tex-shell-running'.
1773         (tex-shell-buf-no-error): New function.
1774         (tex-send-tex-command): Use it.
1775         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1776         (tex-kill-job): Check the process before calling `quit-process'.
1778 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
1780         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1781         UTF-8 sequences.
1783 2001-05-28  Miles Bader  <miles@gnu.org>
1785         * comint.el (comint-carriage-motion): Renamed from
1786         `comint-cr-magic'.  Operate on the buffer instead of the string
1787         (for use as a comint post-output filter, instead of as a
1788         pre-output filter).  Handle backspaces too.  Add to the
1789         `comint-output-filter-functions' hook instead of
1790         `comint-preoutput-filter-functions'.
1792 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
1794         * language/japan-util.el (japanese-hankaku): Prefer the charset
1795         `jisx0201' when the optional argument `ascii-only' is not specified.
1796         (japanese-hankaku-region): Ditto.
1797         From Katsumi Yamaoka <yamaoka@jpl.org>
1799 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
1801         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1802         (outline-invisible-p): New function.
1803         (hide-leaves): Save excursion.
1804         (hide-other): Stop looping when reaching bobp.
1806 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1808         * cus-edit.el (custom-file): Fix last change.
1810 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
1812         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1813         same definition in byte-compile-function-environment as `autoload'
1814         would put in `symbol-function'.
1816         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1817         patch to correct the error message as well.
1819 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
1821         * cus-edit.el (custom-file): Don't assume we were invoked with -q
1822         unless ~/.emacs exists.
1824         * novice.el (enable-command): If user-init-file is nil or does not
1825         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1827 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1829         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1830         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1831         Allow spaces around macro arguments.
1832         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1833         indent-for-tab-command.
1834         (latex-mode-map, plain-tex-mode-map): New keymaps.
1835         Inherit from tex-mode-map.
1836         (tex-common-initialization): Don't setup the keymap any more
1837         since it's now done right by define-derived-mode.
1838         (latex-mode): Set skeleton-end-hook to nil.
1839         (latex-skeleton-end-hook): Remove.
1840         (tex-latex-block, latex-insert-item): Simplify.
1841         (latex-syntax-after): Use following-char rather than char-after.
1842         (tex-discount-args-cmds, tex-count-words): New functions.
1844         * textmodes/tildify.el (tildify-ignored-environments-alist):
1845         Recognize \verb* as well.
1847         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1848         (perl-comment-indent): Simplify to let newcomment.el do its job.
1849         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1850         (perl-mark-function): Cleanup the namespace.
1851         (perl-calculate-indent): Don't be fooled by nested functions.
1853         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1855         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1856         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
1858 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
1860         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1861         actually be `\\'.
1862         (ctlau-b5-converter): Likewise.
1864 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1866         * international/titdic-cnv.el (quail-misc-package-ext-info):
1867         Change CTLauB.el to CTLau-b5.el.
1869 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1871         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1872         rather than beginning-of-line to avoid problems with fields.
1873         (gud-perldb-massage-args): Use unless and push.
1874         (gud-chdir-before-run): New var.
1875         (gud-common-init): Use it.
1877 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1879         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1880         delete entries for chinese-ctlau and chinese-ctlaub.
1881         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1882         chinese-ctlaub.
1883         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1884         New functions.
1886 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
1888         * cus-edit.el (custom-comment-show): Remove debug code.
1890         * language/japan-util.el (japanese-symbol-table): Fix handling of
1891         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
1893 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
1895         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1896         Renamed by removing the silly `-flag' suffix.
1897         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1899 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1901         * replace.el (keep-lines-read-args): Use `copy-marker'.
1902         (how-many): Save excursion properly.
1903         (occur-mode): Use define-derived-mode.
1904         (perform-replace): Use with-current-buffer.
1906 2001-05-20  Richard M. Stallman  <rms@gnu.org>
1908         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1910         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1912         * info.el (Info-read-subfile): Widen before finding the
1913         desired node in the subfile.
1915         * startup.el (command-line-1): When >2 files visited,
1916         leave the last one visible, and make that the selected window.
1918 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
1920         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1922 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
1924         * international/ccl.el (define-ccl-program): Fix a typo.
1925         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1927         * international/mule.el (decode-char): Fix a typo.  From Pavel
1928         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1930         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
1931         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1933         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
1934         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1936 2001-05-18  Sam Steingold  <sds@gnu.org>
1938         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1939         and [RET] to `cvs-mode-find-file'.
1941 2001-05-18  John Wiegley  <johnw@gnu.org>
1943         * eshell/esh-ext.el (eshell-explicit-command-char): A new
1944         configuration variable, which determines the initial character
1945         that forces use of an external version of a command.  The default
1946         is *, but may be set to \, for example.
1948         * eshell/esh-ext.el (eshell-explicit-command):
1949         Use `eshell-explicit-command-char' instead of ?*.
1951         * eshell/esh-cmd.el (eshell/which):
1952         Use `eshell-explicit-command-char' instead of ?*.
1954         * eshell/em-cmpl.el (eshell-completion-command-name)
1955         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1956         instead of ?*.
1958 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
1960         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1961         subst-char-in-string.
1962         (ange-ftp-after-parse-ls-hook): New variable.
1963         (ange-ftp-ls): Run that hook.
1964         From Peter Milliken <Peter.Milliken@GTECH.COM>.
1966         * tmm.el (tmm-get-keymap): Fix handling of :filter.
1967         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1968         text into *Completions*.
1970         * net/goto-addr.el (goto-address-at-point): Deal with URLs
1971         part of which look like email addresses.
1973 2001-05-18  Andrew Innes  <andrewi@gnu.org>
1975         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1976         Use . instead of absolute path for lisp dir, to avoid bug in W2K
1977         cmd.exe's handling of FOR loops.
1978         (autoloads): Set find-file-suppress-same-file-warnings to t to
1979         avoid slew of spurious messages.
1981 2001-05-18  Simon Josefsson  <simon@josefsson.org>
1983         * mail/smtpmail.el (maybe-append-domain): Renamed to
1984         `smtpmail-maybe-append-domain'.
1985         (smtpmail-via-smtp): Use the new name.
1987         * net/browse-url.el (browse-url-browser-function): Add kde.
1988         (browse-url-kde-program, browse-url-kde-args): New variables.
1989         (browse-url-kde): New function.
1991 2001-05-18  Miles Bader  <miles@gnu.org>
1993         * simple.el (delete-horizontal-space, just-one-space):
1994         Use `constrain-to-field' instead of `field-end'/`field-beginning',
1995         because it's more efficient for large files.
1997 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1999         * mail/rmail.el (rmail-require-mime-maybe): New function.
2000         (rmail): Use it.
2001         (rmail-mode): Handle the case of finding Rmail files.
2003         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2004         functions.
2006 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
2008         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2009         text-property after moving to the beginning of line and regardless
2010         of the value of font-lock-multiline.
2012 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
2014         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2016         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2017         last coding system used before calling set-buffer-modified-p
2018         because that function changes last-coding-system.
2020 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
2022         * files.el (switch-to-buffer-other-window)
2023         (switch-to-buffer-other-frame): Add an xref to display-buffer in
2024         the doc string.
2026 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
2028         * language/slovak.el, language/czech.el: New maintainer.
2030 2001-05-16  Sam Steingold  <sds@gnu.org>
2032         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2033         sub-form of `defgeneric' correctly.
2035 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
2037         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2038         of `c'.
2040         * textmodes/outline.el (outline-font-lock-level): Remove the
2041         condition-case, test what outline-level returns instead, to
2042         ease debugging.
2044         * international/mule.el (auto-coding-regexp-alist): New user-option.
2045         (auto-coding-from-file-contents): New function.
2046         (set-auto-coding): Use it to determine a coding system.
2048 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
2050         * mouse.el (mouse-delete-other-windows): Doc fix.
2052         * emacs-lisp/lisp-mode.el (lisp-mode):
2053         Make font-lock-keywords-case-fold-search a buffer-local variable with
2054         make-local-variable before setting it.
2056 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
2058         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2059         prefixes.
2061 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
2063         * hexl.el (hexl-current-address): Print a message when called
2064         interactively.
2066 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
2068         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2070         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2072         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2074 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
2076         * startup.el (command-line): If parameters have been changed in
2077         the init files which influence font selection, clear the face
2078         cache so that faces get realized with the new parameters.
2080         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2082 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
2084         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2086 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
2088         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2089         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
2091 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
2093         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2094         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
2096 2001-05-09  John Wiegley  <johnw@gnu.org>
2098         * eshell/esh-util.el (eshell-convert-numeric-arguments):
2099         Annotated the documentation string to tell users about
2100         `eshell-no-numeric-conversions'.
2102         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2103         conversions if a Lisp function has the property
2104         `eshell-no-numeric-conversions' set to a non-nil value.
2106         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2107         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2108         property `eshell-no-numeric-conversions' on the following
2109         functions (which all deal with filesystem entities, and never Lisp
2110         numerical values): eshell/cd, eshell/pushd, eshell/popd,
2111         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2112         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2113         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2114         eshell/which, eshell/addpath.
2116 2001-05-09  John Wiegley  <johnw@gnu.org>
2118         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2119         encountered as an argument, don't convert it right away, but tag
2120         the first character of the string with the text properties
2121         `number', which signifies to `eshell-lisp-command' that the
2122         argument should be passed through `string-to-number' if it is
2123         actually used in the call to a Lisp function.
2125         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2126         function, convert any string arguments that have been tagged as
2127         "numbers", by calling string-to-number.
2129         * eshell/esh-util.el (eshell-number-regexp): Now that number
2130         conversions only happen for Lisp function calls, the number regexp
2131         should now match all integer and floating point forms.
2133         * eshell/esh-proc.el: Disable `eshell-stop-process' and
2134         `eshell-continue-process', since they are both nonfunctional at
2135         the moment.
2136         (eshell-proc-initialize): Don't bind keys for
2137         `eshell-stop-process' or `eshell-continue-process'.
2139         * eshell/em-unix.el (eshell-shuffle-files):
2140         Apply `directory-file-name' before calling `file-name-directory'.
2142         * eshell/em-hist.el (eshell-add-to-history): Reference to
2143         `eshell-history-ring' needed to be `eshell-history-index'.
2145         * calendar/timeclock.el (timeclock-find-discrep):
2146         Initialize `elapsed' to 0.
2147         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2148         it's still nil.
2150 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
2152         * arc-mode.el (archive-int-to-mode): Construct the string directly.
2153         (archive-mode): Use capitalize.
2154         (archive-unique-fname): Use make-temp-file.
2156 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
2158         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2160 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
2162         * tar-mode.el (tar-extract): Pay attention to the value of
2163         coding-system-for-read, if it is non-nil.
2165         * calendar/holidays.el (holidays): Add an autoload cookie.
2166         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2168 2001-05-08  John Wiegley  <johnw@gnu.org>
2170         * calendar/timeclock.el (timeclock-workday-remaining):
2171         Changed logic for determining how much time is remaining.
2172         (timeclock-workday-elapsed): Don't accept a "relative" argument
2173         for the current day's elapsed time.  What could that have meant?
2174         (timeclock-workday-elapsed-string): No "relative" argument anymore.
2175         (timeclock-when-to-leave): Changed logic, similarly to what was
2176         done for `timeclock-workday-remaining'.
2177         (timeclock-find-discrep): Removed "today-only" argument, which had
2178         no meaning.  Fixed some more math problems.  The function now
2179         returns a three member list: (TOTAL-TIME-DISCREPANCY
2180         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2182 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
2184         * w32-fns.el (convert-standard-filename): Start replacing slashes
2185         from the beginning of the file name, not from where the last
2186         invalid character was.  From "Andrew Maguire (SWW)"
2187         <Andrew.Maguire@Smallworld.co.uk>
2189 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
2191         The following changes are to provide infrastructure for handling
2192         MIME messages to rmail.  They don't affect the original behaviour
2193         if rmail-enable-mime is nil.
2195         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2196         (rmail-search-mime-message-function)
2197         (rmail-search-mime-header-function): New variables.
2198         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2199         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2200         `rmail-view-buffer' is hidden.
2201         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
2202         call rmai-show-mime-function.
2203         (rmail-display-labels): If rmail-enable-mime is non-nil, update
2204         mode-line-process of rmail-view-buffer.
2205         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2206         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2207         buffer.
2208         (rmail-next-message, rmail-next-undeleted-message): Be sure to
2209         set-buffer to the Rmail buffer.
2210         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2211         rmail-search-mime-header-function.
2212         (rmail-search-message): New function.
2213         (rmail-search): Call rmail-search-message to check if a message
2214         matches REGEXP, lastly update point after calling
2215         rmail-show-message.
2216         (rmail-undelete-previous-message, rmail-expunge-confirmed)
2217         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2218         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2219         header region, refer to rmail-msgref-vector while setting the
2220         current buffer to rmail-buffer temporarily.
2221         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2222         If rmail-enable-mime is non-nil, call
2223         rmail-insert-mime-forwarded-message-function instead of inserting
2224         forwarded message by itself.
2226         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2227         Rmail buffer.
2228         (rmail-set-label, rmail-next-labeled-message): Likewise.
2230         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2231         set-buffer to the Rmail buffer.
2232         (rmail-output-to-rmail-file): Likewise.
2233         (rmail-output): Likewise.
2235         * mail/rmailsum.el (rmail-message-subject-p): Process the result
2236         of mail-fetch-field by rmail-summary-line-decoder.
2237         (rmail-new-summary): Be sure to go to the Rmail buffer.
2238         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2239         rmail-view-buffer to nil.
2240         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2241         rmail-view-buffer.
2242         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2243         rmail-buffer.
2244         (rmail-summary-scroll-msg-down): Likewise.
2245         (rmail-summary-beginning-of-message): Likewise.
2246         (rmail-summary-wipe): Likewise.
2247         (rmail-summary-toggle-header): Use save-window-excursion, not
2248         save-excursion.  Update point in rmail-view-buffer, not in
2249         rmail-buffer.
2250         (rmail-summary-reply): Before calling rmail-reply, set buffer to
2251         rmail-view-buffer, not rmail-buffer.
2253 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
2255         * cus-edit.el (custom-file): Signal an error if user-init-file is
2256         nil (running -q).
2258         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2260         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2261         Add :version.
2263         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2264         New option.
2265         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2266         only if smtpmail-warn-about-unknown-extensions is set.
2268         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2269         instead of rmail-sort-by-keywords.
2271         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2272         rmail-sort-by-keywords.
2274         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2275         rmail-summary-sort-by-keywords.  Doc fix.
2276         (rmail-summary-mode): Doc fix.
2278         * mail/rmail.el (rmail-edit): New Custom group.
2280         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2281         (rmail-edit-mode-hook): New user-option.
2283 2001-05-05  Richard M. Stallman  <rms@gnu.org>
2285         * help.el (help-xref-symbol-regexp): Recognize "source of"
2286         and friends, meaning make a link to the source file.
2287         (help-make-xrefs): Handle "source of" and friends
2288         by constructing a link that visits the source file.
2290         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2292 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
2294         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2295         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2296         Renamed from perl-font-lock-keywords to avoid clashes.
2297         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2298         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2299         Updated correspondingly.
2301         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2302         Typo `nonexistant' -> `nonexistent'.
2304 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
2306         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2307         Split `c-electric-delete' into two functions where
2308         `c-electric-delete-forward' always deletes forward and
2309         `c-electric-delete' only contains the code necessary for XEmacs to
2310         choose between backward and forward deletion.
2312         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2313         get the electric behavior on that key too.
2314         (c-fill-paragraph): Fixed bogus direct use of
2315         c-comment-prefix-regexp, which caused an error when it's a list.
2317 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2319         * dired-aux.el (dired-diff): Doc fix.
2321         * dired.el (dired-diff): Likewise.
2323 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2325         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2327 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
2329         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2330         if both the buffer and the file are read-only.
2332         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2333         rather than font-lock-string-face.
2334         (sh-get-indent-info): Treat heredocs like strings.
2336 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
2338         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2339         a newline following `}'.
2340         (texinfo-format-email): New function.
2341         (toplevel): Use texinfo-format-email for @email.
2342         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2343         Add `display'.
2344         (texinfo-sort-region): Goto point-min before sorting.
2345         (texinfo-set): Remove leading white space from value.
2346         From yagi@is.titech.ac.jp.
2348         * replace.el (query-replace-regexp-eval): Doc fix.
2350 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
2352         * diff-mode.el (diff-nonexistant-face): New face.
2353         (diff-font-lock-keywords): Use it.
2355 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
2357         * font-lock.el (font-lock-mode): Doc fix.
2359         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2360         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2362 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
2364         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2365         backslash at the start of the here-document delimiter.
2366         (sh-font-lock-syntactic-keywords): Likewise.
2368         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2370 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
2372         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2373         (tty-color-translate, tty-color-by-index, tty-color-values)
2374         (tty-color-desc): Doc fix.
2376 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
2378         * dired-aux.el (dired-do-create-files, dired-do-copy)
2379         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2380         Mention dired-dwim-target in the doc string.
2382 2001-04-28  Miles Bader  <miles@gnu.org>
2384         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2385         (dabbrev--find-expansion): Use it.
2386         (dabbrev--select-buffers): Don't select ignored buffers.
2388 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
2390         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2392 2001-04-26  Richard M. Stallman  <rms@gnu.org>
2394         * dabbrev.el: Add doc strings for some functions.
2395         (dabbrev--eliminate-newlines): New variable.
2396         (dabbrev--substitute-expansion): Convert newlines to spaces
2397         if dabbrev--eliminate-newlines is set.
2398         If abbrev and expansion are both all-lower-case,
2399         leave dabbrev--last-case-pattern nil.
2401 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
2403         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2404         if necessary, like in rmail-show-message.
2406 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2408         * ps-print.el: Color specified by number is forced to be float number.
2409         (ps-print-version): New version number (6.5.1.1).
2410         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2411         initialization.
2412         (ps-prefix-quote): New internal var.
2413         (ps-print-quote): New fun.
2414         (ps-setup, ps-output-frame-properties, ps-float-format)
2415         (ps-format-color): Code fix.
2416         (ps-plot-region): Eliminate redundant foreground color text setting.
2418 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
2420         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2422 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
2424         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2426 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
2428         * info.el (Info-additional-directory-list): Doc fix.
2430         * find-lisp.el (find-lisp-find-dired-filter)
2431         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2432         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
2434 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
2436         * progmodes/make-mode.el (makefile-font-lock-keywords):
2437         Rationalize the rules for includes and conditionals and use the
2438         keyword face for them.
2440         * faces.el (modify-face): Add compatibility for non-interactive use.
2442 2001-04-24  John Wiegley  <johnw@gnu.org>
2444         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2445         fix from last night, since it wasn't finding eshell/cd.
2447 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
2449         * rect.el (string-rectangle): Revert to 20.x behaviour.
2450         (replace-rectangle): Make it an alias for string-rectangle.
2451         (string-insert-rectangle): New function.
2453 2001-04-23  John Wiegley  <johnw@gnu.org>
2455         * eshell/em-unix.el (eshell/diff): Fixed problems that were
2456         occurring with Emacs 21's diff.el/compile.el interaction layer.
2458 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
2460         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2461         case where the function was defined in a file, but not part of an
2462         eshell module.
2464 2001-04-23  John Wiegley  <johnw@gnu.org>
2466         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2467         code to work around a redisplay problem I've been having.
2469 2001-04-23  John Wiegley  <johnw@gnu.org>
2471         * calendar/timeclock.el (timeclock-day-required): If the time
2472         required for a particular day is not set, use `timeclock-workday'.
2473         (timeclock-find-discrep): Added some sample code in a comment.
2475         * eshell/eshell.el (eshell-command): Made a few changes so that
2476         `eshell-command' could be called programmatically.
2478         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2480         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2482 2001-04-23  John Wiegley  <johnw@gnu.org>
2484         * calendar/timeclock.el: Updated copyright.
2485         (timeclock-generate-report): Don't report the daily or two-week
2486         total, if no time has been worked in that period.
2487         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2488         final computational form, which was unnecessary; corrected a
2489         parsing problem when timeclock-relative was nil.
2491 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
2493         * calendar/timeclock.el (timeclock-modeline-display): Check if
2494         `list-entry' is null.
2495         (timeclock-use-display-time): The first argument to `set-variable'
2496         must be a symbol.
2498 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
2500         * calendar/calendar.el (diary-entry-marker)
2501         (calendar-today-marker, calendar-holiday-marker):
2502         Use display-color-p instead of window-system.
2503         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2504         instead of window-system.
2505         (calendar-hide-window): Use display-multi-frame-p instead of
2506         window-system.
2508         * calendar/cal-x.el (calendar-two-frame-setup)
2509         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2510         Use display-multi-frame-p instead of window-system.
2512 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
2514         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2516         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2517         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2519 2001-04-23  Alex Schroeder  <alex@gnu.org>
2521         * goto-addr.el: Instead of defining line-beginning-position and
2522         line-end-position a defalias is used for point-at-bol and point-at-eol.
2524 2001-04-23  Alex Schroeder  <alex@gnu.org>
2526         * goto-addr.el: Added XEmacs compatibility code.
2527         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2529 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
2531         * textmodes/paragraphs.el (sentence-end): Doc fix.
2533 2001-04-20  Alex Schroeder  <alex@gnu.org>
2535         * sql.el (sql-escape-newlines-and-send): New function.
2536         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2538 2001-04-20  Alex Schroeder  <alex@gnu.org>
2540         * sql.el (sql-db2-program): New option.
2541         (sql-db2-options): New option.
2542         (sql-db2): New function.
2544 2001-04-20  Alex Schroeder  <alex@gnu.org>
2546         * sql.el (sql-mode-menu): Added highlighting entries.
2547         (sql-highlight-oracle-keywords): New function.
2548         (sql-highlight-postgres-keywords): New function.
2549         (sql-highlight-ansi-keywords): New function.
2551 2001-04-20  Alex Schroeder  <alex@gnu.org>
2553         * sql.el (sql-help): Doc change.
2555 2001-04-19  Karl Fogel  <kfogel@collab.net>
2557         * saveplace.el (save-place-alist-to-file): Removed no-effect code
2558         that inserted file content only to delete it immediately.
2559         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
2560         <lektu@uol.com.br> for the patch.
2562 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2564         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2566 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2568         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2569         for defmethod.
2571         * comint.el (comint-cr-magic): New function.
2572         (toplevel): Add it to comint-preoutput-filter-functions.
2574 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2576         * makefile.w32-in (EMACSLOADPATH): Define.
2577         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2578         (recompile): Remove stuff to set EMACSLOADPATH.
2580 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2582         * language/slovak.el ("Slovak"): Add tutorial entry.
2584         * net/browse-url.el (browse-url-new-window-flag): Renamed from
2585         browse-url-new-window-p.
2587 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2589         * info.el (Info-menu-update): When there are no menus and/or no
2590         cross references in the node, make the respective items of the
2591         Info menu-bar menu inactive.
2593 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
2595         * indent.el (indent-for-tab-command): Call indent-line-function
2596         with no argument if PREFIX-ARG is non-nil.
2598         * frame.el (delete-other-frames): Handle minibuffer-only frames.
2600 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2602         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2603         an async subprocess if start-process is unavailable.  Suggested by
2604         Tim Van Holder <tim.van.holder@pandora.be>.
2606 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
2608         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
2609         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2611 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
2613         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2614         manual.
2616 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
2618         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2619         (cvs-menu): Add a few entries.
2621         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2622         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2623         lock file appears to be reachable from Emacs.
2624         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2625         (cvs-mode-find-file): Look for cvs-header-face rather than
2626         cvs-dirname-face (which doesn't exist).
2627         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2629         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2631 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2633         * emulation/pc-select.el (pc-selection-mode): Don't turn on
2634         normal-erase-is-backspace on a tty.  Instead, bind some keys such
2635         as [delete] directly, like pc-select.el did before
2636         normal-erase-is-backspace was invented.
2638 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
2640         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2642 2001-04-11  John Wiegley  <johnw@gnu.org>
2644         * eshell/em-ls.el (eshell-ls-insert-directory):
2645         Set font-lock-defaults to nil, to prevent fontification in dired
2646         buffers, if Eshell's ls is being used.
2648 2001-04-11  John Wiegley  <johnw@gnu.org>
2650         * calendar/timeclock.el (timeclock-completing-read): New function.
2651         (timeclock-ask-for-project, timeclock-ask-for-reason):
2652         Call `timeclock-completing-read'.
2654         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2655         required where `member' was being used.
2657 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
2659         * eshell/em-hist.el (eshell-previous-matching-input):
2660         Don't display "History item" if the the minibuffer is active.
2662 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
2664         * startup.el (command-line): Output a newline after printing
2665         an error from loading the window system's init file.
2667 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
2669         * textmodes/texinfo.el (texinfo-font-lock-keywords):
2670         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2671         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
2672         keywords whose arguments routinely include @@.
2674 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
2676         * emacs-lisp/advice.el (ad-make-advised-definition):
2677         Construct advice for subrs differently.
2679         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2680         regexp in parentheses when building the regexp for searching backwards.
2682         * simple.el (completion-list-mode-finish): New function.
2683         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2685         * language/european.el ("Polish"): Change sample text.
2686         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2688         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2689         parameter.
2691         * faces.el (menu): Doc fix.
2693 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2695         * ps-print.el: Footer implementation.  Doc fix.
2696         (ps-print-version): New version number (6.5.1).
2697         (ps-header-frame-alist): New customization var for header frame
2698         properties.
2699         (ps-line-number-color): New customization var for line number color.
2700         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2701         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2702         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2703         (ps-right-footer): New customization vars for footers.
2704         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2705         footers.
2706         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2707         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2708         Code fix.
2709         (ps-prologue-file): Indentation fix.
2710         (ps-print-quote): Fun eliminated.
2711         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2712         (ps-output-frame-properties): New fun.
2713         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2714         (ps-skip-newline): Replace defun by defsubst.
2716 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
2718         * eshell/eshell.el (eshell-command): Needed a "%s" format
2719         specifier, in case the buffer contains percent characters.
2721 2001-04-10  John Wiegley  <johnw@gnu.org>
2723         * calendar/timeclock.el (timeclock-generate-report): Added a
2724         missing insert of the project name.
2726 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
2728         * obsolete/profile.el: Moved from emacs-lisp/.
2730         * Makefile.in (nonobsolete_setwins): New macro.
2731         (finder-data): Use it instead of `setwins'.
2732         From: Dave Love <fx@gnu.org>.
2734         * server.el (server-visit-files): Set server-existing-buffer correctly.
2735         (server-visit-files): Run server-visit-hook after going to
2736         line 1 so that the hook can set point as it sees fit.
2738         * bindings.el (mode-line-modified): Unify help messages.
2740 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
2742         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2743         All callers changed.
2745 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
2747         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2748         long file names aren't supported, truncate the file names in
2749         quail-misc-package-ext-info to 8+3 before matching them against
2750         FILENAME.
2752         * dos-fns.el (dos-truncate-to-8+3): New function.
2754         * progmodes/compile.el (grep-compute-defaults): Use null-device
2755         instead of literal /dev/null. Reported by Jens Schmidt
2756         <schmidt@mathematik.uni-kl.de>.
2758         * simple.el (normal-erase-is-backspace-mode): Doc fix.
2760 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
2762         * textmodes/sgml-mode.el: Add unknown maintainer.
2763         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2764         (html-mode-map): Use set-keymap-parent.
2766 2001-04-06  Dave Love  <fx@gnu.org>
2768         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2769         Remove redundant string-to-list.
2771 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
2773         * composite.el (reference-point-alist): Doc fix.
2775 2001-04-05  Sam Steingold  <sds@gnu.org>
2777         * font-lock.el (font-lock-keywords-case-fold-search):
2778         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
2779         file made font-lock case-insensitive.
2781 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
2783         * faces.el (defface menu): Doc fix.
2785         * wid-edit.el (widget-color-sample-face-get): Don't make
2786         faces for undefined colors.
2788         * version.el (emacs-version): Include LessTif/Motif version info.
2790 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2792         * ps-mule.el: Eliminate cl package dependence.
2793         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2794         if they aren't defined yet.
2795         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2796         Eliminate cl package dependence.
2798 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
2800         * progmodes/cc-cmds.el (c-outline-level):
2801         Bind buffer-invisibility-spec.  Originally from Dave Love, but
2802         got lost when incorporating version 5.26.
2804 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
2806         * emulation/pc-select.el (pc-selection-mode):
2807         Call normal-erase-is-backspace-mode instead of binding
2808         keys individually.
2810         * cus-load.el (normal-erase-is-backspace): Use it instead of
2811         delete-key-deletes-forward.
2813         * startup.el (command-line): Use normal-erase-is-backspace and
2814         normal-erase-is-backspace-mode.
2816         * simple.el (normal-erase-is-backspace): Rename from
2817         delete-key-deletes-forward.  Doc fix.
2818         (normal-erase-is-backspace-mode): Rename from
2819         delete-key-deletes-forward-mode.  Doc fix.
2820         Run normal-erase-is-backspace-hook.
2822         * dired.el (dired-move-to-filename-regexp): Support file sizes in
2823         ``human-readable'' format produced by GNU `ls'.
2824         (dired-move-to-filename-regexp): Recognize ISO format dates.
2825         From Paul Eggert <eggert@twinsun.com>.
2827 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
2829         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2830         New functions.
2831         (lm-verify): Check keywords.
2832         From Eric M. Ludlam <eric@siege-engine.com>.
2834 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
2836         * speedbar.el (speedbar-insert-image-button-maybe): Check for
2837         `xemacs' feature instead of for the function `set-extent-property'.
2839 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
2841         * mail/mh-utils.el (mh-folder-hist): New var.
2842         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2844 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
2846         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2847         region, position point on the first or last 16-byte group.
2848         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2849         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
2850         hexl-beginning-of-line.
2852 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
2854         * icomplete.el (icomplete-mode): Treat an argument like other
2855         modes do.
2857         * startup.el (fancy-splash-head): Use splash8.xpm for color
2858         depth 8.
2860         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2861         Add an antry for ``converts''.
2863         * language/slovak.el ("Slovak"): Add documentation string.
2864         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2866         * language/czech.el ("Czech"): Add documentation string.
2867         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2869         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2870         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
2872 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2874         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2875         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2876         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2877         Use `defsubst' rather than a macro to ease debugging.
2878         (mail-extr-last): Remove (use `last' instead).
2879         (mail-extract-address-components): Properly reset the syntax-table
2880         after parsing an address.  Use `last' rather than mail-extr-last.
2881         Make sure the end marker stays at the very end.
2883 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
2885         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2886         last change.
2888 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2890         * ps-print.el: Line and paragraph spacing feature.  Region to cut
2891         out when printing.  Doc fix.
2892         (ps-print-version): New version number (6.5).
2893         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2894         New vars.  Line and paragraph spacing feature.
2895         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
2896         out when printing.
2897         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2898         (ps-get-font-size, ps-begin-job, ps-continue-line)
2899         (ps-plot-region): Code fix.
2900         (ps-print-prologue-2): Var eliminated.
2901         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2902         New internal vars.
2903         (ps-get-size): New fun.
2904         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2905         (ps-next-line): Replace defun by defsubst.
2906         (ps-mule-plot-string): Autoload doc fix.
2908         * ps-bdf.el: XEmacs compatibility.  Doc fix.
2909         (installation-directory, coding-system-for-read): Declare vars if
2910         it's not declared yet.
2911         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2913         * ps-mule.el: XEmacs compatibility.  Doc fix.
2914         (leading-code-private-22): Declare var if it's not declared yet.
2915         (charset-bytes, charset-dimension, charset-id, charset-width)
2916         (find-charset-region, split-char, char-width, chars-in-region)
2917         (forward-point, decompose-composite-char, encode-coding-string)
2918         (coding-system-p, ccl-execute-on-string, define-ccl-program):
2919         Define funs if not defined yet.
2920         (encode-composition-rule, find-composition): Define funs if not
2921         loaded yet.
2922         (ps-mule-prologue): PostScript code fix.
2924 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
2926         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
2927         non-nil, generate font for the header strings.
2928         (ps-mule-prepare-font): Likewise.
2929         (ps-mule-generate-glyphs): Likewise.
2930         (ps-mule-string-encoding): Likewise.
2931         (ps-mule-header-charsets): New variable.
2932         (ps-mule-encode-header-string): New function.
2933         (ps-mule-header-string-charsets): New function.
2934         (ps-mule-begin-job): Check charsets in the header strings.  If there
2935         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2937         * ps-print.el (ps-generate-header-line): Encode the header string by
2938         ps-mule-encode-header-string.
2939         (ps-mule-encode-header-string): Declare autoload.
2941 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
2943         * frame.el (cursor-in-non-selected-windows):
2944         Replaces show-cursor-in-non-selected-windows.
2946 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
2948         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2949         Delete entries for "chinese-py" and "chinese-ziranma".
2950         (quail-misc-package-ext-info): New variable.
2951         (tsang-quick-converter): New function.
2952         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2953         (quick-cns-converter, py-converter, ziranma-converter)
2954         (miscdic-convert, batch-miscdic-convert): New functions.
2956 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
2958         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2959         eight-bit-control chars.
2961         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2962         Reduce making temporary vector (suggested by Dave Love).
2964 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2966         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2967         string as well.
2969 2001-03-30  Andreas Schwab  <schwab@suse.de>
2971         * files.el (backup-directory-alist): Fix typo.
2973 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2975         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
2976         <eggert@twinsun.com>.
2978 2001-03-30  Dave Love  <fx@gnu.org>
2980         * progmodes/fortran.el (fortran-comment-region): Fix typo.
2982 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2984         * simple.el (transient-mark-mode): Mention C-g in the doc string.
2986 2001-03-30  Miles Bader  <miles@gnu.org>
2988         * subr.el (interactive-form): Fix paren typo.
2990 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
2992         * emacs-lisp/profile.el: Say that it's obsolete in the header
2993         line, so that finder.el puts that into its data-base.
2994         Suggested by Alex Schroeder <alex@gnu.org>.
2996 2001-03-29  Paul Eggert  <eggert@twinsun.com>
2998         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2999         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3001 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
3003         * generic.el (generic-mode-set-comments): Use "" rather than nil
3004         for comment-end.
3006 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
3008         * emacs-lisp/advice.el (ad-make-advised-definition):
3009         Call interactive-form to obtain the interactive spec of subrs.
3011         * subr.el (interactive-form): New function.
3013 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
3015         * vc-sccs.el (vc-sccs-register): Use relative file names.
3017 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
3019         * bookmark.el (bookmark-get-bookmark): Handle case that
3020         BOOKMARK is not a string.
3022         * image.el (image-type-regexps): Change type for PS files
3023         to `postscript'.
3025         * subr.el (read-passwd): Clear command history after each
3026         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
3028 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
3030         * international/kkc.el (kkc-save-init-file): Locally bind
3031         print-length to nil.
3033 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
3035         * textmodes/flyspell.el: Some doc fixes.
3036         (flyspell-maybe-correct-transposition)
3037         (flyspell-maybe-correct-doubling): Use a temporary buffer
3039         * textmodes/ispell.el (ispell-parse-output): Doc fix.
3041         * emacs-lisp/byte-opt.el (byte-optimize-while)
3042         (byte-optimize-form-code-walker): Diagnose too few arguments
3043         for `if' and `while'.
3045 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
3047         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3048         Prepend `\' to "\<quail-translation-docstring>".
3050 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
3052         * autorevert.el (global-auto-revert-non-file-buffers):
3053         Remove duplicate defcustom.
3055 2001-03-26  Miles Bader  <miles@gnu.org>
3057         * international/latin1-disp.el (latin1-char-displayable-p):
3058         Add leading "-" for X font pattern.
3060 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
3062         * international/mule-diag.el (describe-coding-system):
3063         For raw-text and emacs-mule, don't add anymore text about what
3064         charsets they can encode.
3066 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
3068         * help.el (view-lossage): Mention open-dribble-file in the doc
3069         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3071 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
3073         * skeleton.el (skeleton-internal-list): Fix bogus logic.
3074         (skeleton-pair-insert-maybe): Don't pair after a backslash.
3076 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
3078         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3079         Call ccl-execute-on-string directly so that CCL program handling
3080         multibyte sequence can work correctly.
3081         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3082         property of the coding system.
3084 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
3086         * textmodes/fill.el (fill-individual-paragraphs-prefix):
3087         Fix transcription typo.
3089 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
3091         * whitespace.el: Add buffer local variables to toggle testing of
3092         whitespaces in buffers without affecting the default values.
3093         Bump version to 3.0 to account for a few other changes.
3094         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3095         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3096         (whitespace-toggle-spacetab-check): New functions.
3098 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
3100         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3102 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
3104         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3105         bs-cycle-configuration-name.  From Juanma Barranquero
3106         <lektu@uol.com.br>.
3108         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3109         and cc-vars.el.
3111         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3112         headers.  Always invoke sendmail with option -t.
3114 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3116         * Release of cc-mode 5.28.
3118 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3120         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3121         Removed the hardcoded switch to "java" style in Java mode.
3122         It's instead taken care of by the default value for c-default-style.
3124 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3126         * cc-align.el (c-lineup-math): Fix bug where lineup was
3127         triggered by equal signs in string literals.
3129 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3131         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3132         limit detection when at the ends of the buffer.
3134         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3135         "for" statement clause in case 7F; a better one is done
3136         earlier in case 7D anyway.
3138 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3140         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3141         somewhat more and did a small optimization.
3143 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3145         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3146         Use the limit argument only to limit the syntactic context
3147         search, not to limit the actual movement.
3149         * cc-cmds.el (c-beginning-of-statement): Move by sentence
3150         inside multiline strings, just like in comments.  Also various
3151         fixes to the paragraph and comment prefix recognition, block
3152         comment ender handling etc.
3154 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3156         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3157         the relative position of the point.
3159         * cc-cmds.el (c-electric-continued-statement): New function to
3160         use as abbrev hook to reindent for keywords such as "else"
3161         that continues an earlier statement.
3163         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3164         like classes.
3166         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3167         (pike-mode): Populate the default abbrev tables to reindent for
3168         keywords such as "else" that can continue earlier statements.
3169         Abbrev mode is therefore turned on by default now.  (Note that
3170         this doesn't apply to idl-mode, since IDL afaik doesn't have
3171         statements at all.)
3173 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3175         * cc-engine.el (c-inside-bracelist-p): Fix for handling
3176         bracelists where the declaration contains template arguments.
3178 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3180         * cc-cmds.el (c-comment-indent):
3181         Use `c-get-syntactic-indentation' to correctly calculate the
3182         syntactic indentation.  Fixes bug with lineup functions that
3183         return vectors.
3185         * cc-engine.el (c-get-syntactic-indentation): Split the
3186         indentation sum calculation from `c-indent-line' to a separate
3187         function.
3189 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3191         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3192         Fixed places where it was assumed that preprocessor directives
3193         have to start in column zero.
3195         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3196         template arguments after a class identifier properly.
3198         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3199         lists for `new Foo[]' constructs in Java as expressions and
3200         not top level definition brace lists on the top level, so that
3201         they'll get indented consistently with the same type of
3202         expression in a normal block.
3204 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3206         * cc-cmds.el (c-fill-paragraph): The kludge that checks
3207         whether the adaptive filling package fails to keep the comment
3208         prefix is now kludged further to check for filladapt-mode
3209         which doesn't have that problem. This is really icky, but it's
3210         the only way that works with the current misfeatures/bugs in
3211         both adaptive-fill-mode and filladapt-mode.
3213         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3214         around point is recognized more robust.
3216 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3218         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3219         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3220         (c-lit-type): Fixed all internal variables used dynamically so
3221         that they are always bound.
3223         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3224         errors:
3226         (c-indent-region): Fixed reporting of syntactic errors so that
3227         the region is fully reindented even when an error occurs.
3228         The last syntactic error is printed afterwards.  Also cleanup up a
3229         whole lot of code that tried to optimize indentation of whole
3230         sexps but in reality accomplishes nothing.
3232         (c-indent-sexp): Use c-indent-region.
3234         (c-parsing-error): Changed this variable to hold the message
3235         for any syntactic error that is discovered.
3237         (c-parse-state): Search backward from point instead of the bod
3238         position when the latter is invalid.  This makes CC Mode
3239         recover faster when there are unbalanced close braces.
3241         (c-backward-to-start-of-if): Use c-parsing-error to report
3242         dangling "else" clauses instead of throwing an error, and fall
3243         back to a reasonable position.
3245         (c-indent-line): Added argument to avoid reporting syntactic errors.
3247         (c-show-syntactic-information): Don't report any syntactic errors.
3249 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3251         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3252         paragraph recognition when moving by sentence in literals.
3254         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3255         start regexp for javadoc to recognize javadoc markup in general instead
3256         of a specific set of keywords, to be more future-safe.
3258         (c-Pike-pikedoc-paragraph-start)
3259         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3260         pikedoc markup.
3262         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3264         (pike-mode): Initialize paragraph settings pikedoc recognition.
3266         * cc-vars.el (c-default-style): Made a nicer Customize widget.
3268         (c-comment-prefix-regexp): Made it possible to use an
3269         association list on this to specify mode specific regexps.
3270         The default value now use a special regexp in Pike mode to
3271         recognize pikedoc markup.
3273         (c-current-comment-prefix): New variable containing the actual
3274         regexp from c-comment-prefix-regexp for the current buffer.
3276 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3278         * cc-cmds.el (c-electric-brace): Fixed check for special brace
3279         lists: We can't look at the syntax, since a brace list can get
3280         recognized as a plain statement-cont.
3282         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3283         special brace list opener broken over two lines got recognized
3284         as a statement on the second line.  Case 9A changed.
3286 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3288         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3289         adjustment after line is reindented.
3291 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3293         * cc-defs.el (c-point): Added optional argument for position
3294         to use instead of the current point.
3296         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3297         the in-expression block symbols when the construct starts at
3298         boi, to avoid the extra level of indentation in that case.
3299         Cases 4, 16A and 17E affected.
3301 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3303         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3304         calls to `c-indent-line', to adhere better to Emacs conventions.
3306         * cc-engine.el (c-indent-line): Use the syntax already bound
3307         to `c-syntactic-context', if there is any.
3309 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3311         * cc-engine.el (c-get-offset): Fixed bug where the indentation
3312         wasn't added up correctly when a lineup function returned nil.
3314 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3316         * cc-engine.el (c-collect-line-comments): Fixed bug where
3317         empty lines were ignored when collecting line comments backwards.
3319 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3321         * cc-align.el (c-lineup-dont-change): Return an absolute
3322         indentation column to work correctly in the case when several
3323         syntactic elements are processed for the same line.
3325         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3326         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3327         (c-set-offset): Added absolute indentation column settings by
3328         using the vector type.
3330 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3332         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3333         Implemented two new cleanups `space-before-funcall' and
3334         `compact-empty-funcall'.
3336 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3338         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3339         helping building regexps.
3341         * cc-engine.el (c-on-identifier): New function for detecting
3342         identifiers.  It takes keywords into account.
3344         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3345         lists.  `c-keywords' is set to a regexp matching all keywords
3346         in the current language.
3348 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3350         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3351         list of characters to skip backwards over at the beginning of
3352         a statement, since it can precede string literals in Pike.
3354 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3356         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3357         recognition when standing on the last line in a C++ comment
3358         with nothing but whitespace after the prefix.
3360         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3361         given no limit argument.
3363 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3365         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3366         recognition for the `[]= operator symbol in Pike.
3368 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3370         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3371         around a bug in `eval-when-compile' in the byte compiler.
3373         * cc-engine.el (c-forward-token-1): Fixed bug with return
3374         value when count is zero and there's no token start within the limit.
3376         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3377         "prefix comments", i.e. comments which are followed by code on
3378         the same line.
3380         * cc-mode-19.el: Fixes so that checks that must be done at
3381         compile time also are done then.
3383 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3385         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3386         time and at runtime, and only when it's needed.
3388 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3390         Major cleanup for less error prone and more warning free
3391         compilation, including some fixes for bugs due to different
3392         compilation orders. Thanks to Martin Buchholz for providing
3393         the basis for all this.
3395         * cc-bytecomp.el: New file that provides some byte compilation
3396         features: It ensures that files always are loaded from the
3397         current source directory during compilation, and it provides a
3398         set of macros to turn off specific compiler warnings for
3399         specific symbols.  (It's not CC Mode specific in any way.)
3401         Fixed a nearly acyclic dependency tree (both runtime and
3402         compile-time) between all files.
3404         * cc-defs.el: Separated all macros before the inline functions,
3405         to ensure correct compilation.
3407         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3408         cc-defs.el to cc-engine.el and made it a function instead.
3410         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3411         about char-after.
3413         * cc-vars.el: Cope even when there isn't a custom package
3414         containing defcustom available.
3416         * cc-make.el: Removed since it's no longer necessary.
3418         README: Updated installation instructions.
3420 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3422         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3423         improve the modularity: Moved all mode init stuff from
3424         cc-langs.el to cc-mode.el, including the keymap
3425         initialization; cc-langs now only contains the various
3426         variables for configuring the language syntax.
3428         * cc-engine.el, cc-styles.el (c-evaluate-offset)
3429         (c-get-offset): Moved from cc-styles to cc-engine since file
3430         dependency analysis suggests they belong there (which also
3431         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
3433 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3435         * cc-cmds.el (c-fn-region-is-active-p): New function that
3436         wraps the corresponding macro, for use in places that aren't
3437         compiled.  Thanks to Martin Buchholz for pointing out this.
3439         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3441         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3442         add things to the bug report.
3444 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3446         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3447         returned prefix could contain a newline when the search for a
3448         good prefix line failed.
3450 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3452         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3453         (c-toggle-auto-hungry-state): Made the argument optional, as
3454         the documentation says it is.
3456 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3458         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3459         multiline string syntax, #"...", as a cpp macro.
3461 2001-03-21  Paul Eggert  <eggert@twinsun.com>
3463         * international/mule-cmds.el (set-locale-environment):
3464         Set system-messages-locale and system-time-locale, but only if the
3465         caller specifies a non-nil locale name.
3467 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3469         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3470         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
3472 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3474         * follow.el (follow-avoid-tail-recenter): Doc fix.
3476         * custom.el (custom-set-variables): Avoid reversing the list
3477         of args needlessly.
3479         * startup.el (fancy-splash-head): Don't change the colors of the
3480         XPM image on a dark background.
3482         * comint.el (comint-exec-1): Set columns of the terminal to
3483         window-width instead of frame-width.
3485         * info.el (Info-scroll-down): Add missing WINDOW arg for
3486         pos-visible-in-window-p.
3488         * ehelp.el (electric-help-mode-hook): Add defcustom.
3490         * mail/sendmail.el (mail-mode): Activate case-folding in
3491         font-lock-defaults.
3493 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
3495         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3496         (completion-ignored-extensions): Remove duplicate ".class".
3498 2001-03-19  Andreas Schwab  <schwab@suse.de>
3500         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3501         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3503 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
3505         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3506         methods since there are not prefix input methods.
3508 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
3510         * international/mule-cmds.el (read-input-method-name):
3511         Locally bind enable-recursive-minibuffers to t.
3513 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3515         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3517 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
3519         * ediff-util.el: Copyright years.
3520         (ediff-choose-syntax-table): New function.
3521         (ediff-setup): Use ediff-choose-syntax-table.
3523         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3524         with-syntax-table.
3526         * ediff.el: Date of last update, copyright years.
3528         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3530         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3531         of Scott Bronson.
3532         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3533         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3534         Deleted functions.
3535         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3536         ex-token-list.
3538         * viper-util.el: Spaces, indentation.
3540         * viper.el: Changed version, modification time.
3542 2001-03-16  John Wiegley  <johnw@gnu.org>
3544         * calendar/timeclock.el (timeclock-workday-remaining):
3545         Check whether `discrep' is non-null before using it.
3547 2001-03-16  John Wiegley  <johnw@gnu.org>
3549         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3550         first-time checkins.
3551         (timeclock-log-data): Fixed problem with reading timelog log file.
3552         Resulting data in the "day list" was incorrect.
3553         (timeclock-find-discrep): Check if `timeclock-file' is readable
3554         before opening it.
3555         (timeclock-time-less-p): New function.
3556         (timeclock-day-base): New function.
3557         (timeclock-geometric-mean): New function.
3558         (timeclock-generate-report): Generate a summary report based on
3559         the contents of the log file.  This uses `timeclock-log-data', and
3560         is an example of writing a timelog manipulation function.
3561         (timeclock-visit-timelog): A quick command for opening the timelog
3562         file.
3563         (timeclock-log-data): Bound the variable event.
3565 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
3567         * international/mule-cmds.el (select-safe-coding-system):
3568         Fix typo: symbol-name -> symbol-value.
3570         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3571         before substitute-in-file-name to handle double slashes in FILE
3572         correctly.
3574 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
3576         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3577         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3579 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
3581         * bindings.el (features): Add `md5' and `overlay' to the list.
3583         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3584         bound before using it.  It's not bound when configured without X,
3585         for instance.
3587 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
3589         * progmodes/hideshow.el: Update copyright.
3590         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3591         (hs-minor-mode-hook): Include `:version' in defcustom form.
3593 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
3595         * help.el (string-key-binding): Don't call event-start on
3596         a non-list.
3598 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
3600         * startup.el (fancy-splash-tail, command-line-1): Fix the
3601         copyright year.
3603 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
3605         * term.el: These changes are based on a patch sent from Yong Lu
3606         <lyongu@yahoo.com>.
3607         (term-set-escape-char): Bind M-x to execute-extended-command in
3608         term-raw-escape-map.
3609         (term-move-columns): Don't try to move to negagive column.
3610         (term-emulate-terminal): Insert a string before deleting a text to
3611         overwrite.
3613 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
3615         * play/life.el (life): Rearrange code so that all calls to
3616         life-display-generation are in a catch-form.
3618         * progmodes/etags.el (tags-loop-continue): Don't change point in a
3619         file that isn't interesting.  In an interesting file, push the old
3620         value of point on the mark ring.
3622         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3623         New function.
3624         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3625         Use it.
3627         * emacs-lisp/autoload.el (generate-file-autoloads):
3628         Remove warning about line lengths.
3630 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3632         * progmodes/etags.el (tags-compression-info-list): New variable.
3633         (find-tag-in-order): Use it to deal with compressed source files.
3634         (tag-file-name-match-p): New function.
3635         (etags-recognize-tags-table): Use it for better match of file names.
3637 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
3639         * international/mule-cmds.el (register-input-method): Doc fix.
3641         * international/quail.el (quail-translate-key): Fix condition to
3642         check if there's another breaking point in the current key.
3644 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
3646         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3647         Babyl header to the newly-created output file, bind
3648         coding-system-for-write to either rmail-file-coding-system or
3649         emacs-mule-unix.
3651 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
3653         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3654         Fix the name and regexp used for subsubsections.
3656 2001-03-10  Dave Love  <fx@gnu.org>
3658         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3659         and save-buffer if buffer-file-name non-nil.  From rms.
3661 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
3663         * vc.el (vc-do-command): If the destination buffer is already
3664         current, don't set it up and don't erase it.  Updated doc string
3665         to reflect that.
3666         (vc-version-diff): When doing a single file diff, don't switch to the
3667         *vc-diff* buffer before the command.  This is to preserve local
3668         variable bindings that might affect the diff command.
3669         (vc-print-log): Don't switch to the *vc* buffer before the
3670         command, so that local variable bindings are preserved.
3672         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3673         not the current buffer.
3674         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3676         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3677         make output go to buffer *vc*, not the current buffer.
3679 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3681         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3682         so ^, $, *, ? and + are interpreted correctly.
3684 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
3686         * help.el (string-key-binding): Renamed from
3687         mode-line-key-binding.  Handle any event on a string.
3688         Check for `keymap' properties as well as `local-map' properties.
3690         * comint.el (comint-insert-clicked-input): Use the last key
3691         from this-command-keys to lookup the global key definition.
3693 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
3695         * international/characters.el: Add category `j' for
3696         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
3698         * international/mule-conf.el (no-conversion): Fix docstring.
3699         (raw-text): Fix docstring.
3701 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
3703         * simple.el (choose-completion-string): When not leaving the
3704         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3705         is set.
3707         * window.el (shrink-window-if-larger-than-buffer): Handle frame
3708         parameter `(minibuffer . t)'.
3710 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3712         * progmodes/sh-script.el (sh-st-symbol): New symbol.
3713         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3714         (sh-mode): Remove `make-local-variable' for unused var
3715         `font-lock-unfontify-region-function'.
3717 2001-03-07  Richard M. Stallman  <rms@gnu.org>
3719         * info.el (Info-scroll-down): Fix previous change.
3721         * mail/rmail.el (rmail-toggle-header): Use a window which
3722         is showing the Rmail buffer, rather than the selected window.
3724 2001-03-07  Dave Love  <fx@gnu.org>
3726         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3727         now, to avoid problems with binding imenu directly to a mouse event.
3729 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3731         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3732         second arg t.
3734 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3736         * log-edit.el (log-edit-common-indent): New var.
3737         (log-edit-set-common-indentation): Renamed from
3738         log-edit-delete-common-indentation.  Use the new var.
3739         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3741         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3742         (cvs-mode-add-change-log-entry-other-window):
3743         Don't presume change-log-default-name is defined.
3745         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3747         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3748         the "tree" operation as well.
3750         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3752         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3753         to match paragraph-start.
3755         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3756         comment-start-skip and set comment-end-skip as well.
3757         (sgml-comment-indent): Fix for new value of comment-start-skip.
3758         (html-autoview-mode): Don't bother using make-local-hook.
3760 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3762         * cus-edit.el (custom-save-delete): Move in front of local
3763         variables, otherwise long Custom entries would make them ineffective.
3765         * uniquify.el: Set maintainer to FSF.
3767 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
3769         * dired-aux.el (dired-do-shell-command): Doc fix.
3771 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
3773         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3775         * which-func.el (which-func-modes): Add cperl-mode.
3776         (which-func-mode-global): Use define-minor-mode.
3778         * info-look.el: Docstring fixes and dead code eliminated.
3779         (cperl-mode): Add support.
3780         (emacs-lisp-mode): List all entries from elisp manual, whether
3781         or not they are currently (f)bound or not.  Update regexp.
3783         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3785         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3786         so that C-h m shows the correct information.
3787         Use make-local-variable rather than make-variable-buffer-local.
3788         (cperl-info-buffer, cperl-setup-tmp-buf):
3789         Use make-local-variable rather than make-variable-buffer-local.
3790         (cperl-msb-fix, cperl-get-help-defer):
3791         Check major-mode for `cperl-mode' as well.
3793         * progmodes/cperl-mode.el: Updated to author version 4.23.
3794         (cperl-electric-pod): SYNOPSIS was misspelled.
3795         (cperl-find-pods-heres): @if ? a : b was considered a REx.
3796         (cperl-after-expr-p): Make true after __END__.
3798 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
3800         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3801         bookmark-completion-ignore-case is t.
3803         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3804         switch, like xterm, and concat resource strings, with a newline
3805         between them.
3807 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
3809         * international/codepage.el (cp770-decode-table)
3810         (cp773-decode-table, cp774-decode-table): New variables.
3812         * man.el (Man-hyphenated-reference-regexp): New variable.
3813         (Man-build-references-alist): Use it to search for referenced
3814         manpages.  If hyphenated is non-nil, record a concatenated word in
3815         Man-refpages-alist only if it matches Man-reference-regexp.
3816         Update word's length when it is concatenated.  Reverse the list,
3817         to get the first manpage at the head.
3818         (Man-possibly-hyphenated-word): New function.
3819         (Man-follow-manual-reference): Use it instead of current-word to
3820         find a manpage at point, in a way that accounts for hyphenated
3821         references.
3823 2001-03-06  Alex Schroeder  <alex@gnu.org>
3825         * sql.el (sql-interbase): New function.
3826         (sql-interbase-program): New option.
3827         (sql-interbase-options): New option.
3828         And some typos fixed: "customise" to "customize".
3830 2001-03-06  Dave Love  <fx@gnu.org>
3832         * textmodes/flyspell.el (flyspell-region):
3833         Set up flyspell-local-mouse-map.
3835 2001-03-05  Richard M. Stallman  <rms@gnu.org>
3837         * mail/rmail.el (rmail-retry-failure):
3838         Don't call rmail-beginning-of-message.
3839         Don't discard From: field.  Do discard Received: field.
3840         Use unwind-protect to re-prune.
3841         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3843 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
3845         * international/quail.el (quail-title): Add autoload cookie.
3847 2001-03-05  Dave Love  <fx@gnu.org>
3849         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3850         new defs.
3852 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3854         * language/ethio-util.el (ethio-toggle-space):
3855         Update current-input-method-title if necessary.
3856         (ethio-toggle-punctuation): Likewise.
3858         * international/quail.el (quail-title): Fix for the case that a
3859         title of an input method is specified by a list of the same form
3860         as used in mode-line-format.
3862         * international/mule-cmds.el (activate-input-method):
3863         If current-input-method-title is set by activating INPUT-METHOD,
3864         respect that value.
3866 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
3868         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3870 2001-03-05  Alex Schroeder  <alex@gnu.org>
3872         * sql.el (sql-sybase): Fix typo (was: query user about server two
3873         times instead of server and database).
3875         * sql.el (sql-sybase): Doc change.
3876         (sql-mysql): Doc change.
3877         (sql-postgres): Doc change.
3879 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3881         * international/mule-conf.el (emacs-mule, raw-text):
3882         Docstring modified.
3884 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
3886         * term/internal.el: Update copyright notice.
3888         * term/pc-win.el: Update copyright notice.
3890 2001-03-02  Dave Love  <fx@gnu.org>
3892         * files.el (insert-file-contents-literally):
3893         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3894         not jka-compr-compression-info-list.
3896 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
3898         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3899         spaces in default comment-start-skip settings rather than \s-.
3901 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
3903         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3904         default-frame-alist as well.
3906 2001-03-01  Dave Love  <fx@gnu.org>
3908         * textmodes/reftex.el (defvar): Wrap some defvars in
3909         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
3911         * subr.el (event-basic-type): Doc fix.
3913         * international/quail.el: Doc fixes.
3915         * international/utf-8.el: Doc fixes.
3917         * international/mule-cmds.el: Doc fixes.
3918         (leim-list-header): Fix header text.
3920         * international/mule.el (coding-system-category): Doc fix.
3922         * international/ccl.el (ccl-compile): Doc fix.
3924 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
3926         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3927         rather than (before|after)-change-functions.
3929 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
3931         * ediff-util.el (ediff-scroll-horizontally): Arrange for
3932         scroll-left and scroll-right being called interactively so that
3933         they set the window's min_hscroll.
3935 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
3937         * info.el (info-insert-file-contents-1): Accept an additional
3938         argument `lfn': if it is non-nil, concatenate `filename' and
3939         `suffix'; otherwise use the complicated MS-DOS code.
3940         All callers changed.
3941         (info-insert-file-contents, Info-find-node): If the MS-DOS port
3942         can access long file names, try the long file-name version of
3943         `info-insert-file-contents-1', then the short file-name version.
3945 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
3947         * language/ethio-util.el (setup-ethiopic-environment-internal):
3948         Change bindings of functions keys to conform to "Emacs Lisp Coding
3949         Convention".
3951         * language/ethiopic.el ("Ethiopic"): Add documentation.
3953 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
3955         * international/utf-8.el (mule-utf-8): Set coding-category
3956         property to coding-category-utf-8.
3958 2001-02-27  Richard M. Stallman  <rms@gnu.org>
3960         * lpr.el (lpr-page-header-switches, print-region-1):
3961         Undo 2000-07-06 change.
3962         (lpr-add-switches): Default to t on gnu/linux.
3964 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
3966         * bs.el (bs-attributes-list): Doc fix.
3968 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3970         * help.el (describe-project): Display the file THE-GNU-PROJECT.
3972         * help.el (view-order-manuals): Use goto-address.
3974         * startup.el (command-line-1): Add info about ordering manuals
3975         to the not so fancy splash screens.
3977 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
3979         * vc.el (vc-default-workfile-unchanged-p)
3980         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3982 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3984         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3985         fontify in the right buffer.
3987         * allout.el (outline-flag-region): Move macro in front of first
3988         use to avoid a run-time error.
3990 2001-02-24  Andrew Innes  <andrewi@gnu.org>
3992         * makefile.w32-in: Fix copyright notice.
3994 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
3996         * international/utf-8.el (mule-utf-8): Set correct value for
3997         valid-codes property.
3999         * international/fontset.el (x-complement-fontset-spec): In the
4000         case that we use ASCII font for the other charsets, use only
4001         family and registry part of it.
4003 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
4005         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4006         (shrink-window-if-larger-than-buffer): Doc fix.
4008 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
4010         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4011         predicate passed to completing-read.
4013 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
4015         * startup.el (command-line): Fix last change.
4017 2001-02-23  Jason Rumney  <jasonr@gnu.org>
4019         * startup.el (tool-bar-originally-present): New variable.
4020         (command-line): Set it if the tool-bar is switched on at startup.
4022         * frame.el (frame-notice-user-settings): Only adjust frame height
4023         for no tool-bar case if tool-bar was originally switched on.
4024         From E. Jay Berkenbilt.
4026 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
4028         * server.el (server-switch-buffer): Only switch window if the
4029         current one is dedicated.
4031         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4032         rather than using (match-beginning 0) when searching for break point.
4034 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
4036         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4037         @ follows an accent command such as @'.  Support optional braces
4038         in commands that insert accents, like makeinfo does.
4040 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
4042         * startup.el (fancy-splash-text): Add a line for ordering
4043         manuals.  Reverse order of splash screens shown.
4044         (use-fancy-splash-screens-p): Adapt to the text line added.
4046         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4047         manuals from the FSF.
4049         * help.el (view-order-manuals): New function.
4050         (toplevel): Bind C-h C-m to this function.
4052 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
4054         * newcomment.el (comment-forward): Skip the comment-start before
4055         searching for the comment-end.
4057 2001-02-21  Dave Love  <fx@gnu.org>
4059         * custom.el (custom-initialize-changed, defcustom): Doc fix.
4061         * international/mule-cmds.el, international/mule.el: Doc fixes.
4063 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
4065         * startup.el (fancy-splash-screens): Use display-hourglass
4066         instead of display-busy-cursor.
4068         * frame.el (display-hourglass): Renamed from busy-cursor.
4069         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4070         (show-cursor-in-non-selected-windows): Doc fix.
4072 2001-02-20  Dave Love  <fx@gnu.org>
4074         * international/utf-8.el: Doc and commentary fixes.
4076 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
4078         * ehelp.el (with-electric-help): Doc fix.
4080 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
4082         * msb.el (msb-mode): Call the update-buffers function explicitly
4083         with a FORCE argument.
4085         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4086         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
4087         returns nil.
4089 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4091         * ps-print.el: Timestamp package replacement.  Some enhancements.
4092         Some XEmacs compatibility.  Doc fix.
4093         (ps-print-version): New version number (6.4).
4094         (ps-printer-name): Initialization fix.
4095         (ps-zebra-stripe-follow): Funcionality enhancement.
4096         (ps-prologue-file): Code enhancement.
4097         (ps-right-header): Timestamp package replacement.
4098         (ps-setup, ps-face-bold-p, ps-face-italic-p)
4099         (ps-get-page-dimensions)
4100         (ps-generate-header, ps-begin-file, ps-begin-job)
4101         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4102         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4103         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4104         (coding-system-for-write): Var declaration (XEmacs compatibility).
4106 2001-02-20  Miles Bader  <miles@gnu.org>
4108         * image-file.el (image-file-name-extensions): Add "tif".
4110 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
4112         * wid-edit.el (widget-button-click): Save the selected window
4113         around the code handling clicks on buttons.
4115 2001-02-18  Dave Love  <fx@gnu.org>
4117         * imenu.el (imenu--generic-function): Use mapc to iterate over
4118         syntax characters.
4120 2001-02-17  Richard M. Stallman  <rms@gnu.org>
4122         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4124         * uniquify.el (uniquify-buffer-name-style): Doc fix.
4126 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4128         * mouse.el (mouse-save-then-kill): If the distance from the new
4129         point to the mark is equal to the distance of point from the new
4130         point, move point instead of the mark.
4132 2001-02-16  Dave Love  <fx@gnu.org>
4134         * textmodes/flyspell.el (flyspell-get-word): Return string without
4135         properties.
4137 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4139         * generic.el (generic-find-file-regexp): Doc fix.
4140         (generic-ignore-files-regexp): New defcustom.
4141         (generic-mode-find-file-hook): If the file's name matches the
4142         regexp in `generic-ignore-files-regexp', don't enter
4143         default-generic-mode.  Doc fix.
4145 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
4147         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4148         Add autoload cookies.
4150         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4151         of cal-tex-24.
4153 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
4155         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4157         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4158         the character class after the (optional) drive, to support file
4159         names with embedded blanks.
4161 2001-02-15  Sam Steingold  <sds@gnu.org>
4163         * textmodes/tex-mode.el (tex-shell-running):
4164         Check the process buffer too.
4166 2001-02-15  Dave Love  <fx@gnu.org>
4168         * battery.el (battery-status-function): Fix doc, :type.
4170         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4172 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
4174         * subr.el (read-passwd): Clear Lisp memory holding password.
4176 2001-02-15  Miles Bader  <miles@gnu.org>
4178         * info.el (Info-copy-current-node-name): New function.
4179         (Info-mode-menu): Add it to the menu.
4181 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
4183         * international/mule-cmds.el (toggle-input-method): Doc fix.
4185 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
4187         * replace.el (occur): Stop at end of buffer.
4189 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
4191         * international/mule-cmds.el (set-input-method): Another doc fix.
4193 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
4195         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4197 2001-02-13  Miles Bader  <miles@gnu.org>
4199         * faces.el (set-face-background, set-face-foreground)
4200         (set-face-stipple): Treat a value of nil as being `unspecified'.
4202 2001-02-12  Dave Love  <d.love@dl.ac.uk>
4204         * international/latin1-disp.el:  Doc fixes.
4205         (latin1-display) <defgroup>: Add :link.
4206         (latin1-display) <function>: Set variable latin1-display.
4208 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
4210         * international/mule-cmds.el (set-input-method): Doc fix.
4212 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
4214         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4215         (speedbar-line-file): Return nil if not a file.
4216         (speedbar-buffers-line-path): Return file for tags, and dir for files.
4218 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
4220         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4221         for remote files.
4222         (ediff-coding-system-for-read): Replaced the no-conversion default
4223         with raw-text.
4225         * ediff-init.el: Removed :version from defcustom vars.
4227         * ediff-util.el (ediff-compute-custom-diffs-maybe):
4228         Better handling of the diff mode.
4230         * ediff.texi: Added ediff-coding-system-for-read.
4232         * viper.texi: Fix typos.
4234 2001-02-11  Dave Love  <fx@gnu.org>
4236         * shadowfile.el: Doc fixes.
4237         (shadow) <defgroup>: Add :link.
4238         (shadowfile-unload-hook): New function.
4239         (shadow-initialize): Use defalias, not fset.
4240         (shadow-define-cluster, shadow-define-literal-group)
4241         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4243         * international/mule.el: Doc and message fixes.
4245         * international/ccl.el (define-ccl-program): Doc fix.
4247 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
4249         * faces.el (mode-line): Set :line-width property to -1.
4251 2001-02-10  Richard M. Stallman  <rms@gnu.org>
4253         * complete.el (partial-completion-mode): Doc fix.
4255         * simple.el (delete-key-deletes-forward-mode):
4256         Change `let' to `let*' to fix gross bug in last change.
4258         * repeat.el (repeat): Don't let execute-kbd-macro alter
4259         real-last-command.
4261 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
4263         * simple.el (eval-expression): Doc fix.
4265 2001-02-09  Dave Love  <fx@gnu.org>
4267         * imenu.el (imenu-generic-expression): Doc fix.
4269         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4270         From Juanma Barranquero.
4272         * emacs-lisp/authors.el (authors): Expand `root' before running find.
4274 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
4276         * faces.el (set-face-attribute): Describe the case of a negative
4277         value specified for :line-width.
4279 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
4281         * which-func.el (which-func-mode): Invert which-func-mode-global.
4282         From Juanma Barranquero <lektu@uol.com.br>.
4284 2001-02-08  Dave Love  <fx@gnu.org>
4286         * wid-edit.el (widget-plist-convert-widget): Replace binding of
4287         widget-plist-value-type.
4288         (widget-alist-convert-widget): Replace binding of
4289         widget-alist-value-type.
4291         * textmodes/paragraphs.el (sentence-end): Doc fix.
4293         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4294         Remove `backward-line'.
4296         * play/pong.el (pong-blank-color, pong-bat-color)
4297         (pong-ball-color, pong-border-color, pong-left-key)
4298         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4299         (pong-pause-key, pong-resume-key, pong-timer-delay):
4300         * mail/mh-comp.el (mh-compose-letter-function):
4301         * eshell/esh-mode.el (eshell-skip-prompt-function):
4302         * emulation/viper-ex.el (ex-unix-type-shell-options):
4303         * recentf.el (recentf-menu-filter):
4304         * ps-print.el (ps-print-region-function):
4305         * lpr.el (print-region-function):
4306         * forms.el (forms-mode-hooks):
4307         * dirtrack.el (dirtrack-directory-change-hook):
4308         * cus-start.el (temp-buffer-show-function, display-buffer-function):
4309         * textmodes/spell.el (spell-filter):
4310         * textmodes/fill.el (adaptive-fill-function):
4311         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4312         * progmodes/etags.el (find-tag-default-function):
4313         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4314         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4316 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
4318         * emulation/viper-init.el (viper-fast-keyseq-timeout)
4319         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
4320         Meyering <jim@meyering.net>.
4322         * loadup.el: Revert last change.
4324 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
4326         * international/mule.el (transform-make-coding-system-args):
4327         Make it work also for coding systems not using CCL.
4329 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4331         * simple.el (previous-matching-history-element)
4332         (next-matching-history-element): Doc fix.
4334         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4335         specific part.
4337 2001-02-06  Dave Love  <fx@gnu.org>
4339         * add-log.el (add-log-current-defun-function)
4340         (add-log-buffer-file-name-function, add-log-file-name-function):
4341         Fix :type.
4342         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4344 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4346         * info.el (info-initialize): Remove the test for system-type when
4347         invocation-directory is non-nil.
4349         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4350         of `font-lock-defaults' to `backward-paragraph' rather than nil.
4352 2001-02-06  Andrew Innes  <andrewi@gnu.org>
4354         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4355         absolute.
4357 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
4359         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4360         buffers.  When hi-lock turned on rather than only checking current
4361         buffer for regexps, all buffers are checked. Moved activation of
4362         font-lock to hi-lock-refontify. When font-lock turned off rather
4363         than removing added highlighting just in current buffer, remove it
4364         in all buffers.  Changed edit menu text from "Automatic
4365         Highlighting" to "Regexp Highlighting" Documentation for
4366         highlighting phrases, minor documentation changes.
4367         (hi-lock-set-file-patterns): Execute only if there are new or
4368         existing file patterns.
4369         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4370         unfontify and, if a support mode is active, will not refontify the
4371         whole buffer.  If necessary, turn on font lock. (Removed
4372         font-lock-unfontify and font-lock support-mode-specific calls,
4373         such as lazy-lock-fontify-window.)
4374         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4375         patterns are found. Not useful now since find-file-hook is removed
4376         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4377         (hi-lock-face-phrase-buffer): New function.  Also added related
4378         menu item and keybinding.
4379         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4380         (hi-lock-process-phrase): New function.
4381         (hi-lock-line-face-buffer): Doc fixes.
4382         (hi-lock-face-buffer): Doc fixes.
4383         (hi-lock-unface-buffer): Doc fixes.
4385 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
4387         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4388         dabbrev-ignored-regexps.
4390 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4392         * simple.el (kill-line): Doc fix.
4394 2001-02-05  Dave Love  <fx@gnu.org>
4396         * loadup.el: Revert last two changes -- bootstrapping works with
4397         regenerated loaddefs.
4399 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
4401         * isearch.el (isearch-forward): Doc fix.
4403         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4404         of font-lock-defaults to backward-paragraph.
4406 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4408         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4409         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4411 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4413         * ebnf2ps.el: Eliminate time-stamp functions.
4414         (ebnf-version): New version (3.5).
4415         (ebnf-eps-finish-and-write): Replace time-stamp functions by
4416         format-time-string.
4418 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4420         * simple.el (next-line): Goto end-of-line before inserting a newline.
4422 2001-02-05  Miles Bader  <miles@gnu.org>
4424         * image-file.el (insert-image-file): When visiting an image, also
4425         set `truncate-lines' to t so that any fringe arrow looks correct.
4427 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
4429         * isearch.el (isearch-forward): Add description about input method
4430         in the docsting.
4432 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
4434         * skeleton.el (skeleton-internal-1): Always push the mark for @.
4436 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4438         * info.el (info-initialize): If installation-directory is nil, for
4439         DOS/Windows systems try looking in a sibling of invocation-directory.
4441 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
4443         * wid-edit.el (widget-button-click): Fix last change.
4445         * frame.el (frame-notice-user-settings): When resizing the initial
4446         frame because the tool bar is off, also change the frame's top
4447         position if a negative top position was specified.
4449 2001-02-02  Miles Bader  <miles@gnu.org>
4451         * image-file.el (insert-image-file): When visiting an image,
4452         suppress the cursor in the image buffer.
4454 2001-02-01  Dave Love  <fx@gnu.org>
4456         * progmodes/f90.el (f90-mode): Remove startup message.
4458         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
4460 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4462         * startup.el (command-line): Fix code determining whether or not
4463         to use delete-key-deletes-forward-mode.
4465 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
4467         * vc.el (vc-diff-switches): New user option.
4468         (vc-version-diff): Use it.
4469         (vc-diff-switches-list): New macro.
4471         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4472         New customization options.
4473         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4475         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4477 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4479         * msb.el (toplevel): Quote hook symbols.
4481 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
4483         * international/mule.el (make-coding-system): Add description
4484         about recognized properties in the docstring.
4486         * international/mule-conf.el: Remove unused charsets
4487         mac-roman-lower and mac-roman-upper.
4489 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
4491         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4492         is in front of the left-margin, if any.
4494         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4495         like `delete'.
4497         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4499         * term/w32-win.el (mouse-set-font): Doc fix.
4501 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4503         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4504         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4505         on already.
4507 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
4509         * files.el (save-buffer): Don't give message if (buffer-file-name)
4510         returns nil.
4512 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
4514         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4516         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4517         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
4519         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4520         display problems.
4522 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
4524         * international/mule.el (charset-info): Fix docstring.
4526         * international/mule-diag.el (describe-character-set): Check final
4527         char valid before printing it.
4529 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
4531         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4533         * frame.el (frame-notice-user-settings): Do the tool-bar
4534         stuff only for graphical displays.  Fix a braino.
4536         * frame.el (frame-initialize): Create initial frame visible.
4537         (frame-notice-user-settings): When tool-bar has been switched off,
4538         correct the frame size and sync tool-bar-mode.
4540         * startup.el (command-line): Remove manipulation of frame
4541         height for tool bars.
4543 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4545         * lpr.el: Compatibility with XEmacs and doc fixes.
4546         (lpr-windows-system, lpr-lp-system): New vars.
4547         (lpr-printer-switch): New defcustom.
4548         (printer-name, lpr-command): Customization fix.
4549         (print-region-1): Code fix.
4550         (print-region-new-buffer, printify-region): Indentation fix.
4551         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4552         New functions.
4554 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4556         * msb.el (toplevel): Fix the eval-after-load.
4558 2001-01-29  Dave Love  <fx@gnu.org>
4560         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4562         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4564         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4565         (tcl-using-emacs-19-23): Consider Emacs 21+.
4566         (tcl-help-directory-list, tcl-command-switches): Fix :type.
4567         (tcl-add-emacs-menu): Supply menu name.
4568         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4570 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4572         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4574 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
4576         * pcvs.el (cvs-mark-fis-dead): New function.
4577         (cvs-mode-add): Use it.
4578         (cvs-mode-add-change-log-entry-other-window):
4579         Rebind change-log-default-name to itself rather than to nil.
4581 2001-01-29  Sam Steingold  <sds@gnu.org>
4583         * vc-cvs.el: Replaced (require 'vc) with a bunch of
4584         `autoload' statements.
4586 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
4588         * files.el (confirm-kill-emacs): Doc fix.
4590         * frame.el (frame-initialize): Doc fix.
4592         * time-stamp.el (time-stamp-string): Doc fix.
4594         * woman.el (WoMan-log-1): Make the log buffer writable.
4595         From Markus Rost <rost@math.ohio-state.edu>.
4597 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4599         * imenu.el (imenu-syntax-alist): Add autoload cookie for
4600         the `make-variable-buffer-local'.
4602 2001-01-29  Dave Love  <fx@gnu.org>
4604         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4605         (ansi-color-for-comint-mode-on, ansi-color-process-output):
4606         Add autoload cookie.
4607         (ansi-color-apply-sequence): Fix typo.
4609 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4611         * menu-bar.el (menu-bar-files-menu): Add menu items for
4612         Postscript printing in black and white.
4614         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4615         X-Mailman-Version, Precedence, List-Help, List-Post,
4616         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4617         Content-Type, Content-Length.
4619 2001-01-29  Dave Love  <fx@gnu.org>
4621         * elide-head.el (elide-head): Make overlay evaporate.
4623         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4625 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
4627         * isearch.el (isearch-highlight): Don't punt if the display
4628         doesn't support colors, since isearch faces are defined for
4629         monochrome displays as well.
4631 2001-01-27  Sam Steingold  <sds@gnu.org>
4633         * shell.el (shell-write-history-on-exit): Make sure that we are in
4634         the shell buffer (M-x tex-file RET inserted the error message into
4635         the TeX buffer).
4637 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4639         * simple.el (transient-mark-mode): Doc fix.
4641 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
4643         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4645 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4647         * shell.el (shell-unquote-argument): If the shell is one of the
4648         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4649         quote character.
4650         (shell-dumb-shell-regexp): Document that the shells which match
4651         this regexp are supposed to not treat a backslash as a quote character.
4653         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4654         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
4656 2001-01-27  Richard M. Stallman  <rms@gnu.org>
4658         * dabbrev.el (dabbrev--substitute-expansion):
4659         Treat a one-capital-letter abbrev as "not all upper case",
4660         so as to force preservation of the expansion's pattern
4661         if the expansion starts with a capital letter.
4663 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4665         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4666         Doc fix.
4668         * simple.el (transient-mark-mode): Document the fact that many
4669         commands act on the region when mark is active.
4671 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
4673         * international/quail.el (quail-setup-completion-buf): Make the
4674         multibyteness of current buffer inherited to Quail completion buffer.
4675         (quail-show-guidance-buf): Make the multibyteness of current
4676         buffer inherited to Quail guidance buffer.
4677         (quail-help): Make the multibyteness of current buffer inherited
4678         to Quail help buffer.
4680 2001-01-26  Dave Love  <fx@gnu.org>
4682         * time-stamp.el: Doc fixes.
4684         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4685         (delphi-keyword-face, delphi-other-face): Fix :type.
4687         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
4689         * mail/feedmail.el (feedmail): Add :link.
4690         (feedmail-send-it): Doc fix.
4692         * mail/sendmail.el: Doc fixes.
4693         (sendmail-send-it): Fix the non-ASCII regexp and use
4694         rfc2047-encode-string.
4696         * dired.el, dired-aux.el: Revert last change.
4698 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4700         * makefile.w32-in (DONTCOMPILE): Add various term files.
4702 2001-01-26  Dave Love  <fx@gnu.org>
4704         * Makefile.in (DONTCOMPILE): Add various term files.
4706 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4708         * man.el (Man-default-man-entry, Man-mode): Doc fix.
4710         * startup.el (display-startup-echo-area-message): Make sure
4711         the echo area is resized to fit the size of the startup message.
4713         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4714         part of which is a constant.
4716 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
4718         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4720 2001-01-26  Richard M. Stallman  <rms@gnu.org>
4722         * simple.el (next-line): Don't let `newline' expand abbrevs.
4723         Simplify slightly.
4724         (open-line): Don't let `newline' expand abbrevs.
4726 2001-01-25  John Wiegley  <johnw@gnu.org>
4728         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4729         to `repeat' in the :type field.
4731         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4732         allow a choice of regexp or nil.
4733         (pcomplete-dir-ignore): Same.
4735         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4736         a command) to always fail.
4738 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
4740         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4741         discard the result.
4742         (iswitchb-to-end): Likewise.
4744 2001-01-25  Sam Steingold  <sds@gnu.org>
4746         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4747         Require vc.
4749 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
4751         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4753         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4755 2001-01-25  Dave Love  <fx@gnu.org>
4757         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4758         (describe-coding-system): Tweak the English text.
4760         * loadup.el: Preload international/ccl for utf-8.
4762 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
4764         * mail/rmail.el (rmail-redecode-body): Doc fix.
4766 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
4768         * international/mule-cmds.el (reset-language-environment):
4769         Reset coding-category-utf-8 to mule-utf-8.
4771         * international/mule-conf.el (coding-category-utf-8):
4772         Initialize to mule-utf-8.
4774         * loadup.el: Preload international/utf-8.
4776         * international/utf-8.el: New file.
4778 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
4780         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4782 2001-01-24  Sam Steingold  <sds@gnu.org>
4784         * dired.el (dired-replace-in-string): Removed.
4785         (dired-sort-toggle): Use `replace-regexps-in-string'
4786         instead of `dired-replace-in-string'.
4788         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4789         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4791         * gs.el (gs-replace-in-string): Removed.
4792         (gs-options): Use `replace-regexps-in-string'
4793         instead of `gs-replace-in-string'.
4795 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
4797         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4798         bug report is mailed to an email list and posted to a news group.
4800 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4802         * comint.el (comint-replace-by-expanded-history-before-point):
4803         Fix change of 2000-08-03 to move point to the start of the line again.
4805         * startup.el (tool-bar-images-pixel-height): New variable.
4806         (command-line): After loading the user's init file, when
4807         tool-bar-mode is on, increase the frame's size by some lines for
4808         the tool-bar.
4810         * frame.el (frame-initialize): Create the initial frame invisible.
4812 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4814         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4815         (chinese-big5): MIME:Big5.
4817 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4819         * international/mule-cmds.el (universal-coding-system-argument):
4820         Handle commands with prefix args.
4822 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4824         * calendar/diary-lib.el (diary-float): Fix case of MONTH
4825         being a list of numbers.
4826         (diary-mail-entries): Rewritten.
4828 2001-01-23  Dave Love  <fx@gnu.org>
4830         * international/mule.el (make-coding-system): Fix typo.
4832         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4833         Add backward-paragraph as font-lock-beginning-of-syntax-function.
4835 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
4837         * font-lock.el (font-lock-mode): Doc fix.
4839 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
4841         * international/mule.el (make-translation-table): Fix docstring.
4843 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
4845         * mail/rmail.el (rmail-redecode-body): New function.
4847         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4849 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
4851         * isearch.el (isearch-lazy-highlight-case-fold-search)
4852         (isearch-lazy-highlight-regexp): New variables.
4853         (isearch-lazy-highlight-cleanup): Update lazy highlight if
4854         case-fold search or regexp search has been toggled.
4856         * wid-edit.el (widget-button-click): Avoid a save-excursion
4857         around running a global binding.
4859         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4860         to 0.25.
4862 2001-01-20  Miles Bader  <miles@gnu.org>
4864         * cus-edit.el (custom-face-save): Do post-processing on the face's
4865         new value like `custom-face-set' does.
4867 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4869         * mail/emacsbug.el (report-emacs-bug): Report the value of
4870         LC_CTYPE, not LC_TYPE.
4872         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4873         isearch-toggle-regexp and isearch-edit-string to doc string.
4875 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4877         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4878         as font-lock-beginning-of-syntax-function in font-lock-defaults.
4880         * jit-lock.el (jit-lock-fontify-now): Don't bind
4881         font-lock-beginning-of-syntax-function to nil.
4883 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4885         * mail/emacsbug.el (report-emacs-bug): Report values of
4886         locale-coding-system, default-enable-multibyte-characters, and the
4887         environment variables LC_ALL, LC_TYPE, and LANG.
4889 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4891         * font-lock.el (font-lock-default-fontify-region): Fix last change.
4893         * font-lock.el (font-lock-multiline): Default to nil.
4894         (font-lock-default-fontify-region): If font-lock-multiline is
4895         nil, don't check the property `font-lock-multiline'.
4897         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4898         is nil, don't check the `font-lock-multiline' text property.
4900 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4902         * viper.el: Call initial-major-mode on startup.
4904         * ediff.el (ediff-patch-file): Use better defaults.
4906         * ediff-vers.el: Fix for 8+3 DOS file systems.
4908 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
4910         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4911         diff mode, if available.
4913 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4915         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4917         * ediff-init.el (subst-char-in-string): Define and use it, unless
4918         it's already defined.
4920 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
4922         * tooltip.el (tooltip-hide-delay): New user-option.
4923         (tooltip-show): Use tooltip-hide-delay instead of the default.
4925 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
4927         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4928         kill-local-variable doesn't work for enable-multibyte-characters.
4930 2001-01-17  Dave Love  <fx@gnu.org>
4932         * ediff-init.el (ediff-before-setup-hook)
4933         (ediff-merge-filename-prefix): Add :version.
4935         * international/latin1-disp.el: Require disp-table.
4936         (latin1-display): Fix :set.
4938         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4940 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
4942         * isearch.el (isearch-lazy-highlight-initial-delay)
4943         (isearch-lazy-highlight-interval): Default to 0.
4945 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
4947         * isearch.el (isearch-highlight): Set isearch-overlay priority to
4948         1 here rather than each time through
4949         isearch-lazy-highlight-new-loop.
4950         (isearch-lazy-highlight-max): Variable deleted.
4951         (isearch-lazy-highlight-max-at-a-time): New user variable, like
4952         isearch-lazy-highlight-max but controls a single invocation of
4953         isearch-lazy-highlight-update.
4954         (isearch-lazy-highlight-wrapped): Variable recreated.
4955         (isearch-lazy-highlight-window-start): New variable.
4956         (isearch-lazy-highlight-cleanup): Restored to behavior of
4957         before 2-Jan.
4958         (isearch-lazy-highlight-remove-overlays): Function deleted;
4959         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
4960         behavior removed.
4961         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4962         isearch-lazy-highlight-update in a loop rather than just once.
4963         Test isearch-invalid-regexp here and decide not to start a new
4964         loop, rather than testing it each time through
4965         isearch-lazy-highlight-update.
4966         (isearch-lazy-highlight-search): Function restored.
4967         (isearch-lazy-highlight-update): Get called in a timer loop again,
4968         but this time highlight more than one match each time through.
4969         Only highlight matches in the visible part of the window.
4970         Start at point, move in the direction of the search, and wrap around at
4971         the edge of the window.  Use sit-for to force redisplay and ensure
4972         window-start is credible.  "Face suppressing" behavior removed;
4973         overlay priorities should make it unnecessary, right?
4974         (isearch-highlight): Face suppressing behavior removed.
4975         (isearch-dehighlight): Face suppressing behavior removed.
4976         (isearch-set-lazy-highlight-faces-at): Removed.
4978 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
4980         * language/european.el ("Latin-1"): Make the format of description
4981         about additional language environments same as that of Latin-2.
4983 2001-01-16  Dave Love  <fx@gnu.org>
4985         * isearch.el (isearch-lazy-highlight): Add :version.
4987         * simple.el (backward-delete-char-untabify-method)
4988         (next-line-add-newlines): Add :version.
4990 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
4992         * bindings.el: Bind <backspace> and <delete> via function-key-map.
4993         Don't bind <delete> otherwise.
4995         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4996         and <delete> via function-key-map.
4998         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4999         Subject line only if point is after the `Subject:'.
5001 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
5003         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5004         japanese-jisx0213-2 in `charset' property of this lang. env.
5006         * language/european.el ("Latin-1"): Add description for Dutch and
5007         Spanish lang. env.
5009         * international/mule.el (decode-char): Fix conditions.
5010         (encode-char): Handle eight-bit-control too.
5011         (transform-make-coding-system-args): New function.
5012         (make-coding-system): Accept XEmacs style arguments for CCL base
5013         coding system.
5015 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
5017         * progmodes/etags.el (find-tag-noselect): Save the value of
5018         tags-file-name before switching buffers, for the case it has a
5019         buffer-local value.
5021 2001-01-15  Alex Schroeder  <alex@gnu.org>
5023         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5024         From Dave Love <fx@gnu.org>.
5025         (ansi-color-for-comint-mode): Fix :version.
5027 2001-01-15  Alex Schroeder  <alex@gnu.org>
5029         * ansi-color.el (ansi-color-unfontify-region): Doc change.
5031 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
5033         * dired.el (dired-insert-directory): If file-system-info fails,
5034         remove the " free " part, but don't signal an error.
5036 2001-01-12  Sam Steingold  <sds@gnu.org>
5038         * bookmark.el (bookmark-maybe-historicize-string):
5039         Use new backquote syntax.
5041 2001-01-12  Richard M. Stallman  <rms@gnu.org>
5043         * subr.el (last): Handle a list that doesn't end in nil.
5045 2001-01-12  Sam Steingold  <sds@gnu.org>
5047         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5048         to `backward-delete-char-untabify'.
5050 2001-01-12  Dave Love  <fx@gnu.org>
5052         * cus-edit.el (customize-menu-create): Fix the :filter following
5053         easymenu change.
5055         * wid-edit.el (function): Add :match-alternatives.
5056         (widget-color-action): Doc fix.
5058 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
5060         * calendar/calendar.el (calendar-basic-setup): Doc fix.
5062 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
5064         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5066         * international/ccl.el (define-ccl-program): Fix docstring.
5068 2001-01-11  Dave Love  <fx@gnu.org>
5070         * international/mule-cmds.el (standard-display-european-internal):
5071         Set display table for 2208 as for 160.
5073         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5075         * progmodes/fortran.el (fortran-mode-map): Modify Customization
5076         entry for custom-menu-create change.
5077         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
5078         don't cons it in the search loop.
5080         * imenu.el (imenu--truncate-items): Revert last change.
5082 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
5084         * info.el (Info-setup-header-line): If the node header includes
5085         either Next: or Prev: links, don't show the File: and Node: parts
5086         in the header line.
5088 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
5090         * comint.el (comint-goto-process-mark): Don't print a message
5091         when running in batch mode.
5093         * isearch.el (isearch-search): In the condition-case handler for
5094         `error', set isearch-invalid-regexp to the whole error message.
5096         * subr.el (eval-after-load): Call load-symbol-file-load-history to
5097         ensure that eval-after-load works for files dumped with Emacs.
5099         * help.el (load-symbol-file-load-history): New function extracted
5100         from function symbol-file.
5101         (symbol-file): Use it.
5103         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5105 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
5107         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5108         behave as if there were no prefix argument.
5109         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5110         argument were nil.
5112 2001-01-11  Richard M. Stallman  <rms@gnu.org>
5114         * isearch.el (isearch-lazy-highlight-update):
5115         Don't look for more potential matches once maximum is exceeded.
5116         Use overlays-in to check correctly for overlap with current match.
5117         Ignore empty matches.
5119 2001-01-11  Miles Bader  <miles@gnu.org>
5121         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5122         (ispell-overlay-window, ispell-help, ispell-show-choices)
5123         (ispell-command-loop): Use it instead of `window-height'.
5125 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5127         * files.el (confirm-kill-emacs): New user-option.
5128         (save-buffers-kill-emacs): Ask for final confirmation before
5129         killing Emacs.
5131         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5132         to nil.
5134 2001-01-10  Dave Love  <fx@gnu.org>
5136         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5138         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5140         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5142         * calculator.el (calculator-number-digits): Fix :type.
5144         * vc-cvs.el (vc-cvs-header): Fix :type.
5145         * vc-rcs.el (vc-rcs-header): Fix :type.
5146         * vc-sccs.el (vc-sccs-header): Fix :type.
5148         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5150         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5152         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5154 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
5156         * simple.el (set-variable): Force a thorough redisplay for the
5157         case that the variable has an effect on the display, like
5158         `tab-width' has.
5160 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
5162         * vc.el: Add documentation for backend interface.
5164 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
5166         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5168         * international/mule-conf.el (latin-extra-code-table): Set to t
5169         for \223 and \224.
5171 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5173         * international/mule-cmds.el (locale-language-names): Map "es" to
5174         "Spanish" and "nl" to "Dutch".
5176 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
5178         * bindings.el (global-map): Bind <home> to beginning-of-line,
5179         <end> to end-of-line, C-<home> to beginning-of-buffer, and
5180         C-<end> to end-of-buffer.
5182         * language/european.el: Add Dutch and Spanish language info
5183         to be able to use the appropriate tutorials.
5185 2001-01-09  Alex Schroeder  <alex@gnu.org>
5187         * ansi-color.el (ansi-color-process-output): Use markers instead
5188         of positions for start and end of region.
5189         (ansi-color-apply-on-region): Rewrote code to make it more robust.
5190         Previously, occasional mistakes happend when fontifying many
5191         chunks of output (eg. ls --color=yes /dev).  This happened
5192         whenever an overlay was created up to the end of the region, which
5193         coincided with the process-mark.  New text would then be added
5194         within that overlay instead of after it.
5195         (ansi-color-make-extent): Overlays are created with the property
5196         `modification-hooks' set to '(ansi-color-freeze-overlay).
5197         (ansi-color-freeze-overlay): New function.  When inserting text at
5198         the end of the overlay, the overlay will resize.
5200 2000-01-09  Alex Schroeder  <alex@gnu.org>
5202         * ansi-color.el (ansi-color-process-output): Doc change.
5203         (ansi-color-unfontify-region): Doc change.  No longer installed
5204         automatically in font-lock-unfontify-region-function.
5205         (ansi-color-apply): Doc change.
5206         (ansi-color-apply-on-region): Use extents or overlays instead of
5207         text-properties.
5208         (ansi-color-make-extent): New function.
5209         (ansi-color-set-extent-face): New function.
5211 2000-01-09  Alex Schroeder  <alex@gnu.org>
5213         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5214         both use ansi-color-process-output, now.
5215         (ansi-color-process-output): Doesn't return string anymore.  It is
5216         installed in comint-output-filter-functions for both Emacs and
5217         XEmacs, now.
5218         (ansi-color-unfontify-region): Simplified code removing variables
5219         pos and start-ansi.
5220         (ansi-color-apply): Put text-property ansi-color before putting
5221         text-property face because ansi-color-unfontify-region is called
5222         immediately after the call to put-text-property.
5223         (ansi-color-context-region): Doc change.
5224         (ansi-color-filter-region): Simplified code.
5225         (ansi-color-apply-on-region): Changed start to start-marker, using
5226         a marker explicitly.  Put text-property ansi-color before putting
5227         text-property face because ansi-color-unfontify-region is called
5228         immediately after the call to put-text-property.
5230 2000-01-09  Alex Schroeder  <alex@gnu.org>
5232         * ansi-color.el (ansi-color-faces-vector): Doc change.
5233         (ansi-color-for-comint-mode): Changed :type property to choice.
5234         (ansi-color-last-context): Removed.
5235         (ansi-color-process-output): Don't use ansi-color-last-context, as
5236         the main functions will store their context now.
5237         (ansi-color-context): Doc change.
5238         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5239         Uses ansi-color-context such that repeated calls will strip
5240         partial escape sequences, too.
5241         (ansi-color-apply): Simplified code.  Colorize end of string if
5242         face is not null.  Store context in new (FACE STRING) format, such
5243         that repeated calls will strip partial escape sequences, too.
5244         Append faces to face property using ansi-color-apply-sequence such
5245         that cumulative mode actually works.
5246         (ansi-color-context-region): New variable.
5247         (ansi-color-filter-region): Rewrote it based on
5248         ansi-color-apply-on-region.  Uses ansi-color-context-region such
5249         that repeated calls will strip partial escape sequences, too.
5250         (ansi-color-apply-on-region): Simplified code.  Colorize end of
5251         region if face is not null.  Store context in new (FACE POS)
5252         format, such that repeated calls will strip partial escape
5253         sequences, too.  Append faces to face property using
5254         ansi-color-apply-sequence such that cumulative mode actually works.
5255         (ansi-color-apply-sequence): New function.
5256         (ansi-color-get-face): When the default face is added to the list
5257         of faces, all previous settings are discarded and the list of
5258         faces is set to '(default).
5260 2000-01-09  Alex Schroeder  <alex@gnu.org>
5262         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5263         face, such that ansi-color-apply and ansi-color-apply-on-region
5264         will do the right thing.
5265         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5266         returns nil, set the list of faces back to nil instead of
5267         appending the result of ansi-color-get-face to the front of the list.
5269 2000-01-09  Alex Schroeder  <alex@gnu.org>
5271         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5272         (ansi-color-process): Doc change.
5273         (ansi-color-last-context): New buffer-local variable.
5274         (ansi-color-process-output): New function.  It is automatically
5275         added to comint-output-filter-functions if this is XEmacs.
5276         (ansi-color-unfontify-region): New optional parameter for XEmacs
5277         compatibility.  Check wether font-lock-syntactic-keywords is
5278         boundp before removing the syntax table text property, as XEmacs
5279         doesn't have it.
5280         (ansi-color-filter-region): Doc change.
5281         (ansi-color-apply-on-region): Doc change.
5282         (ansi-color-make-face): New function.  Compatibility layer for
5283         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
5284         (ansi-color-make-color-map): Use ansi-color-make-face.
5285         (ansi-color-get-face): Avoid face text property '(nil) as results
5286         in an errow for XEmacs.
5288 2000-01-09  Alex Schroeder  <alex@gnu.org>
5290         * ansi-color.el (ansi-color-unfontify-region): New function.
5291         Uses text-property ansi-color in order to preserve fontification by
5292         ansi-color.  When the package is loaded, a lambda expression is
5293         put onto font-lock-mode-hook.  This lambda expression will check
5294         font-lock-unfontify-region-function and replace
5295         font-lock-default-unfontify-region with ansi-color-unfontify-region.
5296         (ansi-color-apply): Add text-property ansi-color in addition to
5297         text-property face.
5298         (ansi-color-apply-on-region): Add text-property ansi-color in
5299         addition to text-property face.
5300         (save-buffer-state): Copy of the macro that is also used by
5301         lazy-lock and font-lock.
5303         (ansi-color-for-comint-mode): New option.
5304         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5305         (ansi-color-for-comint-mode-off): Ditto.
5306         (ansi-color-for-comint-mode-filter): Ditto.
5307         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
5308         decide what to do.  This function is added to
5309         comint-preoutput-filter-functions when the package is loaded.
5311         (ansi-color-for-shell-mode-set): Removed.
5312         (ansi-color-for-shell-mode): Removed.
5314 2000-01-09  Alex Schroeder  <alex@gnu.org>
5316         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5317         the lambda expression from the ansi-color-for-shell-mode :set
5318         property.  Additionally, modify shell-mode-hook to enable or
5319         disable font-lock-mode for future shell buffers.
5320         (ansi-color-for-shell-mode): The :set property calls
5321         ansi-color-for-shell-mode-set instead of a lambda expression.
5323 2000-01-09  Alex Schroeder  <alex@gnu.org>
5325         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5326         (ansi-color-context): New variable.
5327         (ansi-color-apply): Save context between calls.
5329 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
5331         * isearch.el (isearch, isearch-lazy-highlight-face):
5332         New definitions for face colors and attributes.
5334         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5335         of display-mouse-p.
5337 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5339         * international/mule.el (make-coding-system): If the coding system
5340         accepts extra latin codes, register such codes as safe for the
5341         coding system.
5343 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5345         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5346         don't mention the file name or the date here, because they are
5347         logged at the start of the file.
5349 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5351         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5352         Change screen-width to frame-width.
5354 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5356         * info.el (Info-search): Print the default as part of the prompt.
5358 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
5360         * vc.el (vc-default-latest-on-branch-p): New function, replaces
5361         constant implementations in backends.
5363         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5364         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5366         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5367         WRITABLE to EDITABLE.
5369         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5370         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5371         to EDITABLE.
5373 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5375         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5376         (copyright, copyright-update): Compute the current year at run time.
5378 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
5380         * isearch.el (isearch-old-signal-hook): Removed.
5381         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5382         instead of setting signal-hook-function.
5383         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5385 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
5387         * emulation/edt.el: Update to version 4.0.  Provide support for
5388         EDT scroll margins at top and bottom of the window.  Provide an
5389         emulation of the EDT SUBS command (bound to GOLD-Enter, by
5390         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
5391         user when file-related buffer modifications exist.
5392         Provide support for running EDT Emulation in XEmacs.
5393         Provide customize access to some user updatable variables.
5394         Add Commentary section to file header.
5395         Fixed a few minor bugs and cleaned up some code.
5397         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
5398         for detecting a keypress that generates an ASCII key sequence.
5399         (Previously, only a keypress that generates a vector was
5400         recognized.)  Embed Window Manager name into name of the generated
5401         EDT Emulation initialization file since the initialization file is
5402         Window Manager specific.  Add Commentary section to file header.
5404 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
5406         * mail/sendmail.el (mail-mode): Doc fix.
5408         * info.el (Info-goto-emacs-command-node): Doc fix.
5409         (Info-goto-emacs-key-command-node): Doc fix.
5411 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5413         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5414         systems without long file-name support.
5416 2001-01-06  Andrew Innes  <andrewi@gnu.org>
5418         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5420 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5422         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5423         (isearch-lazy-highlight-update): Doc fix.
5425         * ffap.el (ffap-bindings): Doc fix.
5427         * dired-x.el (dired-virtual-guess-dir): Doc fix.
5429 2001-01-05  Dave Love  <fx@gnu.org>
5431         * emacs-lisp/cl-seq.el (remove, remq): Remove.
5433 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
5435         * mouse-drag.el (mouse-drag-safe-scroll):
5436         Bind scroll-preserve-screen-position to nil.
5438         * isearch.el (isearch-old-signal-hook): New variable.
5439         (isearch-mode): Set signal-hook-function to isearch-done.
5440         (isearch-done): Restore old signal-hook-function.
5442         * info.el (Info-fontify-node): Mark one more char as intangible.
5444 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
5446         * composite.el (compose-last-chars): New argument COMPONENTS.
5447         If it is non-nil, compose preceding characters by compose-region with
5448         COMPONENTS.
5450         * international/quail.el (quail-input-string-to-events): New function.
5451         (quail-input-method): Convert input string to events here.
5452         (quail-start-translation): Return input string, not event list.
5453         (quail-start-conversion): Likewise.
5455 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
5457         * tooltip.el (tooltip-cancel-delayed-tip)
5458         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5459         and tooltip-add-timeout.
5460         (tooltip-show): Set border color from faces's foreground.
5461         (tooltip-show-help-function): If called with the same help string
5462         as last time, do nothing.
5463         (tooltip-help-tips): Don't set tooltip-help-message to nil.
5465         * startup.el (fancy-splash-screens): Don't bind show-help-function
5466         to nil.
5468         * tooltip.el (tooltip-frame-parameters): Remove colors.
5469         (tooltip): New face
5470         (tooltip-set-param): New function.
5471         (tooltip-show): Set up color frame parameters from face `tooltip'.
5472         Display the tooltip text in face `tooltip'.
5474 2001-01-04  Dave Love  <fx@gnu.org>
5476         * whitespace.el (whitespace-global-mode): Fix typo.
5478         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5480 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
5482         * help.el (help-for-help): Fix a typo in a doc string.
5483         From kwzh@gnu.org (Karl Heuer).
5485 2001-01-03  Dave Love  <fx@gnu.org>
5487         * dired-x.el: Doc fixes.  Maintainer change.
5488         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5489         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5490         (dired-guess-shell-alist-user): Customize.
5491         (dired-x-help-address): Set to bug-gnu-emacs.
5492         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5493         (dired-default-directory): Renamed from default-directory.
5495         * hl-line.el (hl-line): Doc fix.
5497 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
5499         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5501 2001-01-02  Richard M. Stallman  <rms@gnu.org>
5503         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5504         to remove all the current alternative-match highlighting.
5505         If nil, remove only what's outside the current window.
5506         (isearch-lazy-highlight-remove-overlays): Take optional
5507         region within which NOT to remove them.
5508         (isearch-lazy-highlight-new-loop): Greatly simplified.
5509         (isearch-lazy-highlight-update): Find all the other occurrences
5510         visible in the window, in just one call.
5511         (isearch-lazy-highlight-start): Now holds start of region to scan.
5512         (isearch-lazy-highlight-end): Now holds end of region to scan.
5513         (isearch-lazy-highlight-wrapped): Variable deleted.
5514         (isearch-lazy-highlight-search): Function deleted.
5516 2000-01-02  Andrew Innes  <andrewi@gnu.org>
5518         * w32-fns.el (convert-standard-filename): Do length check on name
5519         before aref.
5521 2001-01-02  Dave Love  <fx@gnu.org>
5523         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5524         value.
5525         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5527         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5529         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5530         read syntax.
5532         * calendar/todo-mode.el (todo): Add :link, :version.
5533         (todo-save-top-priorities): Remove autoload cookie.
5534         (todo-add-category, todo-add-item-non-interactively)
5535         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5537 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
5539         * comint.el (comint-input-history-ignore): New variable.
5540         (comint-read-input-ring): Ignore entries matching
5541         comint-input-history-ignore.
5543 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
5545         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5546         (lm-copyright-mark): New function.
5547         (lm-crack-copyright): New function.
5548         (lm-verify): Check that the file has a copyright.
5549         Check that the file is copyright Free Software Foundation.
5551 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
5553         * international/mule-diag.el (print-fontset): Indent font name by
5554         24 columns, not 25.
5556 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
5558         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5559         in Subject line.
5561         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5562         Use mail-mode-hook instead of mail-setup-hook.
5563         Otherwise continuing an interrupted message with C-u C-x m for
5564         instance, winds up in Mail mode without abbrevs.
5566 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5568         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5569         non-nil.  Adding almost all customization variables on ps-setup.
5570         Doc fix.
5571         (ps-print-version): New version number (6.3.3).
5572         (ps-end-with-control-d): Initialization fix.
5573         (ps-lines-printed): New var.
5574         (ps-skip-newline): New fun.
5575         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5576         (ps-next-line, ps-continue-line, ps-plot-region)
5577         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5579 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
5581         * international/fontset.el (x-complement-fontset-spec):
5582         Resolve ASCII font name so that the same family name is used for fonts
5583         registered in x-font-name-charset-alist.
5584         (create-fontset-from-fontset-spec): Adjusted for the above change.
5585         The name of fontset alias should be a unresolved ASCII font name.
5587 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
5589         * simple.el (delete-key-deletes-forward-mode): Bind backspace
5590         and delete in isearch-mode-map.
5592 2000-12-28  Richard M. Stallman  <rms@gnu.org>
5594         * dired-x.el (dired-guess-shell-alist-default):
5595         Use xpdf instead of acroread.
5597 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
5599         * textmodes/artist.el (artist-butlast): Deleted.
5600         (artist-ellipse-mirror-quadrant): Use butlast instead of
5601         artist-butlast.
5603         * subr.el (butlast, nbutlast): Moved from cl.el to here.
5605         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5607 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5609         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5611         * ls-lisp.el: Better support for the Mac and MS-Windows.
5612         (ls-lisp): New defgroup.
5613         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5614         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5615         (ls-lisp-support-shell-wildcards): New defcustoms.
5616         (ls-lisp-parse-symlink): New function.
5617         (insert-directory): Code to convert switches to a list and set up
5618         the wildcard argument copied from ls-lisp-insert-directory.
5619         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
5620         for -C and -R switches.
5621         (ls-lisp-column-format): New function.
5622         (ls-lisp-delete-matching, ls-lisp-handle-switches)
5623         (ls-lisp-format-time): Add doc strings.
5624         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5625         Support ls-lisp-dirs-first.
5626         (ls-lisp-classify, ls-lisp-extension): New functions.
5627         (ls-lisp-format): Optionally support emulation of symlinks.
5628         Support -i, -s, and -G switches.
5630 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
5632         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5634         * version.el (emacs-version): Print X scroll bar information.
5636         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5637         instead of x-toolkit-scroll-bars-p.
5639         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5640         of x-toolkit-scroll-bars-p.
5642 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5644         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5645         (ffap-bindings): Doc fix, to reflect the above change.
5647 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
5649         * term.el (term-char-mode): Define all non-ascii self-inserting
5650         characters to 'term-send-raw in term-raw-map.
5652 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
5654         * viper-init (viper-restore-cursor-type): Added condition-case guard.
5656         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5657         Changed initialization; use add-hook.
5658         (ediff-file-remote-p): Use file-local-copy.
5660         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5662         * ediff.el (ediff-patch-buffer): Bug fix.
5663         (ediff-revision): Allow selection of the file at the prompt.
5665 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
5667         * subr.el (combine-run-hooks): Remove.
5669         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5670         and remove the rogue second spec.
5672 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
5674         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5676 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
5678         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5679         Use minibuffer menu prompt for the `=' prefix.
5680         (smerge-command-prefix): Change default to C-^.
5681         (smerge-mode): Don't assume font-lock doesn't move point.
5683         * skeleton.el (skeleton-internal-1): Make sure the first line of
5684         the region is also re-indented.
5685         (skeleton-end-newline): New var.
5686         (skeleton-end-hook): Use it.
5688 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5690         * comint.el (comint-password-prompt-regexp): Support CVS.
5692 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
5694         * simple.el (delete-key-deletes-forward-mode): Simplify.
5695         Also backspace key combinations, depending on
5696         delete-key-deletes-forward.
5698         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5700         * simple.el (delete-key-deletes-forward): Doc fix.
5702 2000-08-22  Emmanuel Briot  <briot@gnat.com>
5704         * xml.el (top level comment): Updated to reflect the fact that
5705         white spaces are relevant in the XML file.
5706         (xml-parse-file): Do not kill an existing Emacs buffer if the file
5707         to parse was already edited. This allows for on-the-fly analysis
5708         of XML files.
5709         (xml-parse-tag): Check that the casing is the same in the start
5710         tag and end tag, since XML is case-sensitive.  Allows for spaces
5711         in the end tag, after the name of the tag.
5712         (xml-parse-attlist): Allow for the character '-' in the name of
5713         attributes, as in the standard http-equiv attribute Do not save
5714         the properties in the XML tree, since they are not relevant.
5716 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
5718         * generic.el (generic-read-type): Undo last change, inline into
5719         `generic-mode' and then remove.
5720         (generic-mode): Inline generic-read-type.
5721         (define-generic-mode): Push the symbol name rather than the symbol
5722         onto generic-mode-list.
5724 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
5726         * generic.el (generic-read-type): Build an alist for
5727         completing-read as in 20.7.
5729         * play/landmark.el (lm): Use interactive spec `P'.
5730         (toplevel): Don't set debug-on-error.
5732         * server.el (server-switch-buffer): Choose a window on a visible frame.
5734 2000-12-21  Dave Pearson  <davep@davep.org>
5736         * quickurl.el: Commentry change, I've moved my web site.
5738 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5740         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5741         ranges like \177-\237, but accepts the character sequence from \177 to
5742         \237.  Doc fix.
5743         (ebnf-version): New version (3.4).
5744         (ebnf-setup): Code fix.
5745         (ebnf-range-regexp): New fun.
5746         (ebnf-8-bit-chars): Const fix.
5748         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5749         entry.  Doc fix.
5750         (ebnf-bnf-lex): Code fix.
5751         (ebnf-bnf-comment-chars): Const fix.
5753         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5754         entry.  Doc fix.
5755         (ebnf-iso-comment-chars): Const fix.
5757         * ebnf-otz.el: Doc fix.
5759         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5760         entry.  Doc fix.
5761         (ebnf-yac-skip-code): Code fix.
5762         (ebnf-yac-comment-chars): Const fix.
5764 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
5766         * files.el (insert-directory-safely): New function.
5767         (recover-file): Use it instead of insert-directory.
5768         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5770 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5772         * international/mule-cmds.el (select-safe-coding-system):
5773         Check coding-category-list more rigidly.  Improve help message.
5775         * dired.el (dired-move-to-filename-regexp): Fix previous change.
5777 2000-12-21  Miles Bader  <miles@gnu.org>
5779         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5781 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5783         * international/mule-diag.el (describe-char-after): Make *Help*
5784         buffer inherit multibyteness of the current buffer.
5786         * international/mule.el (make-char): Docstring adjusted for the
5787         change of make-char-internal.
5789 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
5791         * international/iso-cvt.el: Docstrings fix.
5793 2000-12-20  Dave Love  <fx@gnu.org>
5795         * subr.el (eval-after-load): Doc fix.
5797 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
5799         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5800         for numbers.
5802 2000-12-20  Miles Bader  <miles@gnu.org>
5804         * international/quail.el (quail-help): Resize the help window
5805         again after it has all its contents.  Remove unneeded progn.
5807 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
5809         * pcmpl-linux.el: Fix copy/paste error.
5811 2000-12-19  Andrew Innes  <andrewi@gnu.org>
5813         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5815 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5817         * progmodes/idlw-rinfo.el: Fixed copyright notice.
5819         * progmodes/idlw-toolbar.el: Fixed copyright notice.
5821         * progmodes/idlw-shell.el: Fixed copyright notice.
5823         * progmodes/idlwave.el: Fixed copyright notice.
5825         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5826         TAB as key separators.
5828 2000-12-19  Alex Schroeder  <alex@gnu.org>
5830         * sql.el (sql-sybase-options): New option.
5831         (sql-sybase): Use it.  Add sql-database to the list of parameters
5832         provided for login.  The options -w 2048 -n are not used any more.
5833         (sql-postgres-options): Changed default from "--pset" to "-P".
5834         (sql-mysql-options): Doc change.
5835         (sql-stop): Doc change.
5837 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
5839         * international/quail.el (quail-input-method): Always hide
5840         the guidance buffer on exiting.
5842 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5844         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5845         isn't fboundp.
5847         * server.el (server-buffer-done): Bury the buffer before
5848         killing it.
5850         * faces.el (face-spec-set): Interpret a nil in specs for
5851         foreground and background colors as `unspecified', for
5852         compatibility with 20.x.
5854 2000-12-18  Dave Love  <fx@gnu.org>
5856         * simple.el (mail-user-agent): Doc fix.
5857         (input-mode-8-bit): Removed.
5859         * international/mule.el (set-keyboard-coding-system): Doc fix.
5860         (keyboard-coding-system): New option.
5862         * mail/sendmail.el (send-mail-function): Customize.
5864 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
5866         * international/codepage.el (cp866-decode-table): New table.
5868 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5870         * version.el (emacs-version): Remove `%a' from the time format
5871         because the weekday doesn't fit well into each locale.
5873 2000-12-18  Miles Bader  <miles@gnu.org>
5875         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5877         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5878         Check that emacs-major-version is `=' to 20, not `>='.
5879         (artist-replace-chars): Use `make-string' instead of a loop.
5881 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
5883         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5884         (cvs-execute-single-file): Don't change directory.
5885         Patch from Per Cederqvist.
5887 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5889         * textmodes/ispell.el (check-ispell-version):
5890         If `ispell-program-name' is "aspell", pass it the -v switch instead
5891         of -vv.
5893 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
5895         * international/mule-diag.el (mule-diag): Insert information about
5896         configure options, multibyte awareness, language env.
5898         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5899         regexp to search for candidates.
5901 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5903         * info.el (Info-forward-node): If the node has an
5904         Info-header-line, widen the buffer before searching for "next:"
5905         and "up:" pointers, and set the search limit to stay in the
5906         current node.
5908 2000-12-16  Miles Bader  <miles@gnu.org>
5910         * simple.el (delete-trailing-whitespace): Remove extraneous let.
5912 2000-12-15  Miles Bader  <miles@gnu.org>
5914         * comint.el (comint-send-string, comint-send-region): Also accept
5915         a buffer, buffer-name, or nil for PROCESS, for compatibility with
5916         process-send-string/region.
5918 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
5920         * isearch.el (isearch-lazy-highlight-max): New user-option.
5921         (isearch-lazy-highlight-update): Don't highlight more than
5922         isearch-lazy-highlight-max matches.
5924         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5926 2000-12-15  Richard M. Stallman  <rms@gnu.org>
5928         * sort.el (sort-columns): Fix error message.
5930         * dabbrev.el (dabbrev--last-case-pattern): Value is now
5931         `upcase' or `downcase' or nil.
5932         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5933         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5934         (dabbrev--substitute-expansion): New arg record-case-pattern.
5935         If it is non-nil, set dabbrev--last-case-pattern.
5936         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5938         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5940 2000-12-15  Miles Bader  <miles@gnu.org>
5942         * paths.el (Info-default-directory-list): Don't delete
5943         configure-info-directory from the list of standard info
5944         directories when appending it to the end -- their order is important.
5946         * faces.el (read-face-attribute): If there's no entry for the
5947         user's input in VALID, just use it as-is (this will often result
5948         in an error, but it may be OK for e.g. colors using hexadecimal
5949         notation, and at least will yield a better error message).
5951         * window.el (mode-line-window-height-fudge): Function removed.
5952         (height-affecting-face-attributes, mode-line-window-height-fudge):
5953         Variables removed.
5954         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5955         window is really the right size.  Use vertical-motion
5956         rather than forward-line.
5957         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5958         (ispell-command-loop, ispell-show-choices): Use the variable
5959         ispell-choices-win-default-height, rather than the function.
5960         (ispell-choices-win-default-height): Function removed.
5961         (ispell-mode-line-window-height-fudge): Function removed.
5963 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
5965         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5967 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5969         * paths.el (Info-default-directory-list):
5970         If configure-info-directory is not one of the standard directories,
5971         put it first in the list; otherwise put it last.  Doc string
5972         changed accordingly.
5974         * info.el (Info-directory-list): Change doc string to reflect the
5975         change in Info-default-directory-list.
5977         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5978         windows-nt as windowed environments, even under -nw.
5980         * startup.el (command-line): Don't call x-backspace-delete-keys-p
5981         if not fboundp.  Switch delete-forward mode for the <delete> key
5982         on all PC platforms, even under -nw.
5984         * term/internal.el ([M-delete]): Remap to M-d.
5986 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5988         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5990 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5992         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5994 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5996         * startup.el (command-line): Call delete-key-deletes-forward-mode,
5997         if appropriate.
5999         * simple.el (delete-key-deletes-forward): New user-option.
6000         (delete-key-deletes-forward-mode): New function.
6002         * bindings.el: Bind `delete' to backward-delete-char.
6004         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6005         Test if symbol is bound before getting its value.
6007         * tooltip.el (tooltip-show): If an error is signaled in
6008         x-show-tip, display that error, and display the help in the
6009         echo area.
6011 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
6013         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6014         Show "... entries" messages for every 10000 entries, not 10.
6016 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
6018         * bookmark.el: Provide a generic exit hook, as suggested by
6019         Ovidiu Predescu <ovidiu@cup.hp.com>:
6020         (bookmark-exit-hook): New var.
6021         (bookmark-exit-hook-internal): New func, replaces
6022         old raw lambda form in `kill-emacs-hook', and runs new
6023         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
6024         as logically that feature must have been provided if this function
6025         is running.
6026         Removed ;;;###autoload before the `add-hook' call.
6028 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
6030         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6031         (easy-menu-current-active-maps): New function.
6032         (easy-menu-get-map): Use it.
6033         Make a proper menu entry when creating a new keymap.
6035 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
6037         * international/characters.el: Fix cases and syntaxes for
6038         mule-unicode-0100-24ff.
6040         * dired.el (dired-move-to-filename-regexp): Fixed for the case
6041         that a Japanese character is not appended after day and year.
6043         * info.el (Info-suffix-list): Change format for a command that
6044         requires arguments.
6045         (info-insert-file-contents): Adjusted for the above change.
6047 2000-12-12  Andreas Schwab  <schwab@suse.de>
6049         * tar-mode.el (tar-extract): Base the name of the subfile buffer
6050         on the name of the tar buffer.  Verify that the existing buffer is
6051         visiting the same subfile.
6053 2000-12-12  Dave Love  <fx@gnu.org>
6055         * subdirs.el: Add obsolete.
6057 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
6059         * mail/rmailsum.el (rmail-summary-expunge)
6060         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6061         instead of rmail-confirm-expunge.
6063         * replace.el (perform-replace): Don't use an empty match adjacent
6064         to a non-empty match when computing the next match before the
6065         replacement is performed.
6067 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
6069         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6070         definition (patch by Stefan Monnier).
6071         (glasses-mode): Use jit-lock instead of `after-change-functions'
6072         (patch by Stefan Monnier).
6074 2000-12-12  Miles Bader  <miles@gnu.org>
6076         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6077         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6079 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
6081         * term/mac-win.el: Remove load for ls-lisp.
6083         * loadup.el: Load ls-lisp for system-type `macos'.
6085 2000-12-12  Miles Bader  <miles@gnu.org>
6087         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6088         Respect field end too.
6089         (just-one-space): Respect fields as `delete-horizontal-space'.
6090         (newline-and-indent, reindent-then-newline-and-indent):
6091         Use `delete-horizontal-space'.
6093 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
6095         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6096         (so as to obey the field property in the minibuffer).
6098         * obsolete/c-mode.el: Moved from lisp/progmodes.
6099         * obsolete/auto-show.el: Moved from lisp.
6100         * obsolete/ooutline.el: Moved from lisp/textmodes.
6102 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6104         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
6105         changes to list them here.
6107         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6108         Too many changes to list them here.
6110         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6111         Too many changes to list them here.
6113         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6115 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
6117         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6119         * cus-edit.el (custom-save-variables, custom-save-faces):
6120         Comment fix.
6122         * hscroll.el: Moved to `obsolete' subdir.
6124 2000-12-11  Miles Bader  <miles@gnu.org>
6126         * window.el (window-text-height): Function removed (now in C).
6128 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
6130         * log-edit.el (log-edit-parent-buffer): New var.
6131         (log-edit): Set it.  Add BUFFER argument.
6132         (log-edit-done): Use char-before.
6133         Don't bother checking validity of vc-comment-ring.
6134         Only bury the buffer if log-edit popped it up.
6136         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6137         (cvs-mode-diff-help): Remove.
6138         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6139         (cvs-mode-marked): Set up the default for CMD manually.
6141         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6142         Remove binding for ? now made unnecessary.
6144 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6146         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6147         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6149         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6150         when master file is not open.
6152 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
6154         * progmodes/ada-stmt.el: Update `maintainer'.
6156 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
6158         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6159         choices to match documentation string.
6161 2000-12-09  Miles Bader  <miles@gnu.org>
6163         * minibuf-eldef.el: New file.
6165         * window.el (fit-window-to-buffer): Don't pass last argument to
6166         pos-visible-in-window-p, now that its meaning is inverted.
6168 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
6170         * image.el (create-image): Doc fix; spotted by Per Cederqvist
6171         <ceder@lysator.liu.se>.
6173 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
6175         * autoinsert.el (auto-insert-alist): Add missing final \n.
6177         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
6178         (cvs-menu-map): Remove.
6179         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6180         (cvs-mode-quit): Turn it back into a plain function.
6182         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6183         (texinfo-filter): Remove (move to texinfo.el).
6185         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6186         file where it's more visible.
6187         (texinfo-filter, texinfo-chapter-level-regexp): New variables
6188         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6189         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6190         (texinfo-inside-macro-p): Only catch `scan-error's.
6191         (texinfo-inside-env-p): Make better use of the match info.
6192         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6193         (texinfo-insert-@end): Slight re-organization.
6194         Also remove useless `looking-at' call.
6196 2000-12-08  Andrew Innes  <andrewi@gnu.org>
6198         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6199         accessible in -nw mode.
6201         * term/w32-win.el: Remove stuff about selection timeout, which is
6202         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
6203         it is accessible in -nw mode.
6205 2000-12-08  Dave Love  <fx@gnu.org>
6207         * emacs-lisp/lisp-mode.el (lisp-mode):
6208         Set font-lock-keywords-case-fold-search.
6210 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
6212         * textmodes/ispell.el (ispell): Doc fix.
6214 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
6216         * international/quail.el (quail-insert-decode-map): Check the
6217         frame width of a window displaying the current buffer, not that of
6218         the selected frame.
6219         (quail-help): Make sure that the help buffer has window before
6220         inserting text in it.
6222 2000-12-07  Sam Steingold  <sds@gnu.org>
6224         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6225         Backquote is used in isearch.el, so autoloading saves nothing.
6227 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
6229         * startup.el (normal-top-level-add-subdirs-to-load-path):
6230         Ignore the CVS and RCS subdirectories case-insensitively.
6232         * dired.el (dired-insert-directory): If file-system-info is
6233         fboundp, call it instead of invoking dired-free-space-program.
6235 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
6237         * server.el (server-visit-files): Push files on file-name-history.
6239         * progmodes/cc-langs.el: Update copyright.
6241         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6243         * bindings.el (mode-line-mode-menu): Add glasses-mode.
6245         * bindings.el (mode-line-mode-menu): Reverse the order
6246         of define-keys so that the menu appears in alphabetical order.
6248 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
6250         * progmodes/glasses.el (glasses-mode): Update mode line at the end
6251         of the function.
6253 2000-12-07  Dave Love  <fx@gnu.org>
6255         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6257         * facemenu.el (facemenu-unlisted-faces): Fix value.
6259 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
6261         * font-lock.el (font-lock-default-fontify-region):
6262         Include the terminating \n (off-by-one error).
6263         (font-lock-set-defaults): Use dolist.
6265         * derived.el (define-derived-mode): Don't use combine-run-hooks.
6267 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
6269         * international/mule-cmds.el (describe-language-environment):
6270         Fix for the case that an input method title is not string but a list.
6272         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6273         of wrong SIZE record.
6275 2000-12-06  Dave Love  <fx@gnu.org>
6277         * newcomment.el (comment-region, comment-dwim): Doc fix.
6279         * textmodes/texinfo.el: Require tex-mode when compiling.
6280         (texinfo-update-node): Doc fix.
6281         (texinfo-imenu-generic-expression): Add @anchor.
6282         (texinfo-font-lock-keywords): Add @uref.
6283         (texinfo-inside-macro-p): Don't use ignore-errors.
6284         (texinfo-insert-quote): Match more contexts.
6286         * international/mule.el (decode-char, encode-char): Doc fix.
6287         (auto-coding-alist): Customize.
6289         * files.el (load-file): Fix change of 2000-03-12.
6291         * wid-edit.el (widget-text-keymap): Doc fix.
6293 2000-12-06  Andrew Innes  <andrewi@gnu.org>
6295         * makefile.w32-in (lisp): Set to an absolute directory, namely
6296         $(CURDIR).
6298 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
6300         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6301         read generated-autoload-file, and set buffer-file-coding-system to
6302         raw-text-unix after reading the file.
6304         * international/mule-conf.el (file-coding-system-alist):
6305         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6307 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
6309         * replace.el (occur): Make line-number-width 1 smaller for the
6310         colon following the line number.
6312         * startup.el (fancy-splash-text, command-line-1):
6313         Use `File' for the menu name instead of `Files'.
6315         * tmm.el: Update copyright.
6317         * cus-start.el: Add entry for even-window-heights.
6319 2000-12-06  Miles Bader  <miles@gnu.org>
6321         * faces.el (frame-set-background-mode): Avoid stomping on
6322         locally modified faces.
6324 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
6326         * international/fontset.el: Correct the font registries for
6327         japanese-jisx0213-1 and japanese-jisx0213-2.
6329 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
6331         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6333         * iswitchb.el: Update customization commentary.
6335 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
6337         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6338         (tpu-search-highlight): Fixed comparison of overlay end positions.
6339         (tpu-trim-line-ends): Implemented trimming logic locally.
6341         * emulation/tpu-extras.el (tpu-write-file-hook)
6342         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6344 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
6346         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6347         to cn-gb.
6348         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6350 2000-12-04  Dave Love  <fx@gnu.org>
6352         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6354 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6356         * mail/rmailsum.el (rmail-summary-expunge)
6357         (rmail-summary-expunge-and-save): Ask for confirmation with
6358         rmail-expunge-confirmed.
6360         * mail/rmail.el (rmail-expunge-confirmed): New function.
6361         (rmail-expunge): Use it.
6363 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
6365         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6366         (etags-recognize-tags-table, find-tag-in-order):
6367         New functionality: interpret file names as tags.
6369 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
6371         * info.el (Info-scroll-prefer-subnodes): New defcustom.
6372         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6373         the first subnode until the bottom of the current node is visible.
6375 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6377         * format.el (format-decode): Don't change buffer's undo list.
6379 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
6381         * faces.el (face-font-registry-alternatives): Add entries for CJK
6382         fonts.  Doc-string adjusted for the actual usage of this data.
6384         * international/fontset.el: Change the font registries for CJK
6385         fonts in the default fontset.  Don't append '*' to registries.
6387 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
6389         * emacs-lisp/easy-mmode.el (define-derived-mode)
6390         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6392         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6393         (derived-mode-p): New function.
6394         (derived-mode-make-docstring): Add `docstring' argument.
6395         Use it if available and complete it if necessary.
6397 2000-12-03  Andreas Schwab  <schwab@suse.de>
6399         * type-break.el (type-break): Don't make parent of itself.
6401 2000-12-03  Miles Bader  <miles@gnu.org>
6403         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6405 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6407         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6408         (tex-main-file, tex-file): Simplify.
6409         (tex-generate-zap-file-name): Use subst-char-in-string.
6410         (tex-strip-dots): Remove.
6412         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6414         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6415         to check if the match succeeded.
6417 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6419         * startup.el (use-fancy-splash-screens-p): New function.
6420         (command-line-1): Use it to determine whether or not to use
6421         a fancy splash screen.
6423 2000-12-02  Andreas Schwab  <schwab@suse.de>
6425         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6427 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6429         * international/mule.el (make-char): Fix last change.
6431         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6432         New defcustoms.
6433         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6434         autoloading tex-mode; instead, do the same manually.
6435         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
6436         with numeric argument.  Docstring fix.
6437         (toplevel): Require cl when compiling.
6439         * international/mule.el (make-char): Doc fix.
6441 2000-12-02  Jason Rumney  <jasonr@gnu.org>
6443         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6444         the Emacs Lisp manual)
6446 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6448         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6450         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6451         the Emacs Lisp manual).
6453 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6455         * simple.el (next-line-add-newlines): Change default to nil.
6457 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
6459         * files.el (revert-buffer, recover-file):
6460         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6462 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6464         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6466 2000-12-01  Miles Bader  <miles@gnu.org>
6468         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6470 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
6472         * international/mule-diag.el (describe-char-after): Fix typo.
6473         (describe-character-set, non-iso-charset-alist): Fix typo.
6475 2000-12-01  Miles Bader  <miles@gnu.org>
6477         * image-file.el (image-file-name-regexp): Automatically add
6478         upper-case variants of each filename extension in
6479         `image-file-name-extensions', since they seem to be common.
6481         * simple.el (minibuffer-contents)
6482         (minibuffer-contents-no-properties, delete-minibuffer-contents):
6483         New functions.
6484         * filecache.el (file-cache-directory-name)
6485         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6487 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
6489         * filecache.el (file-cache-minibuffer-complete): Don't try to
6490         delete the minibuffer prompt.
6492 2000-11-30  Dave Love  <fx@gnu.org>
6494         * cus-start.el: Fix read-buffer-function type.
6496 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6498         * md5.el: Removed.  There's a built-in function, now.
6500 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
6502         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6503         as dummy 0-th char of rmail-deleted-vector.
6505 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
6507         * ps-print.el (ps-end-job): Bind case-fold-search only after
6508         switching to ps-spool-buffer.
6510 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6512         * ps-print.el: Line number font customization.  PostScript: Lines and
6513         PageCount are initialized on each page.  Doc Fix.
6514         (ps-print-version): New version number (6.3.2).
6515         (ps-lpr-switches, ps-font-info-database, ps-font-size)
6516         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6517         (ps-right-header): Customization fix.
6518         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6519         Fix code.
6520         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6521         New vars.
6523 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6525         * bs.el: Fix typos and spelling errors.
6526         (bs-appearance) <defgroup>: Renamed from bs-appearence.
6527         (bs-configuration): Doc fix.
6529         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
6531 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
6533         * emulation/tpu-edt.el (tpu-version): New version.
6534         (tpu-search-overlay, tpu-replace-overlay): New initial range.
6535         (tpu-original-mode-line): Variable deleted.
6536         (tpu-mark-flag): New initial value.
6537         (tpu-set-mode-line): Don't redefine mode-line-format.
6538         Add tpu-mark-flag to minor-mode-alist.
6539         (tpu-update-mode-line): New mark flag logic.
6540         (tpu-get): Use find-file-wildcards.
6541         (tpu-search-highlight): Move overlay less, reset overlay properly.
6542         (tpu-unselect): Deactivate mark.
6543         (tpu-lm-replace): Reset overlay properly.
6544         (tpu-forward-line): Use forward-visible-line.
6545         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
6547         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6549 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6551         * cus-edit.el (custom-face-value-create): Always emphasize tag.
6553 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6555         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6556         and skip whitespace and newlines.
6558 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
6560         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6562 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
6564         * help.el (describe-function-1): Regexp-quote function name
6565         when used as part of a regexp.
6567         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6568         Use face-attribute instead of face-foreground and face-background.
6569         (tool-bar-add-item): Likewise, and handle unspecified colors.
6571         * enriched.el (enriched-face-ans): Use face-attribute instead
6572         of face-foreground and face-background.
6574         * faces.el (face-foreground, face-background, face-stipple):
6575         Return nil if attribute is unspecified, for backward compatibility.
6577         * files.el (auto-mode-alist): Add an entry for antlr-mode.
6579         * play/5x5.el: Remove version info.
6581         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6583         * frame.el (blink-cursor-mode): Doc fix.
6585 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6587         * antlr-mode.el: New commands to run ANTLR from within Emacs and
6588         to create Makefile rules.
6589         (antlr-tool-command): New user option.
6590         (antlr-ask-about-save): New user option.
6591         (antlr-makefile-specification): New user option.
6592         (antlr-file-formats-alist): New variable.
6593         (antlr-special-file-formats): New variable.
6594         (antlr-unknown-file-formats): New user option.
6595         (antlr-help-unknown-file-text): New variable.
6596         (antlr-help-rules-intro): New variable.
6597         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6598         (antlr-mode-menu): Add entries.
6599         (antlr-file-dependencies): New function.
6600         (antlr-directory-dependencies): New function.
6601         (antlr-superclasses-glibs): New function.
6602         (antlr-run-tool): New command.
6603         (antlr-makefile-insert-variable): New function.
6604         (antlr-insert-makefile-rules): New function.
6605         (antlr-show-makefile-rules): New command.
6607         * antlr-mode.el: More Emacs/XEmacs stuff.
6608         (antlr-no-action-keywords): New constant with value nil.
6609         (antlr-font-lock-keywords-alist): Use it.  Old value would break
6610         syntax highlighting in Emacs-21.0.
6611         (antlr-default-directory): Emacs/XEmacs dependend function.
6612         (antlr-read-shell-command): Ditto.
6613         (antlr-with-displaying-help-buffer): Ditto.
6615 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6617         * antlr-mode.el: imenu, parsing and highlighting changes.
6618         (antlr-imenu-create-index-function): Don't create extra submenus
6619         for definitions in different grammar classes.  It is not necessary
6620         for the menu and would make command `imenu' awkward to use.
6621         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6622         header actions and more than one.
6623         (antlr-font-lock-tokendef-face): Changed color.
6624         (antlr-font-lock-tokenref-face): Changed color.
6625         (antlr-font-lock-additional-keywords): Also highlight lowercase.
6626         (antlr-mode-syntax-table): New variable.
6627         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6628         (antlr-with-syntax-table): Don't copy syntax table.
6630 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6632         * antlr-mode.el: Minor changes: language setting.
6633         (antlr-language-alist): The value for file option "language" can
6634         be both an identifier and a string.
6635         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6636         (antlr-language-limit-n-regexp): Change accordingly.
6638 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6640         * antlr-mode.el: Minor changes: tabs, hiding.
6641         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6642         (antlr-action-visibility): Also allow value nil to also hide the
6643         braces.  Renamed from `antlr-tiny-action-length'.
6644         Suggested by Jay@aol.com.
6645         (antlr-hide-actions): Change accordingly.  Hide line if completely
6646         hidden action is on a line of its own.
6648 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6650         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6652         * sort.el (sort-columns): Don't concat strings with numbers.
6654 2000-11-29  Dave Love  <fx@gnu.org>
6656         * cus-edit.el (face): Fix :format.
6658         * mail/feedmail.el: Require smtpmail when compiling.
6659         (mail-do-fcc): Autoload.
6660         (feedmail) <defgroup>: Fix :link.
6661         (feedmail-nuke-body-in-fcc): Fix :type.
6662         (feedmail-send-it): Add autoload cookie.
6664 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6666         * newcomment.el (comment-indent): Save excursion around call to
6667         comment-indent-function.
6669 2000-11-29  Miles Bader  <miles@gnu.org>
6671         * subr.el (member-ignore-case): Return the tail of the list who's
6672         car matches, like `member', not the matching element itself.
6674 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
6676         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
6677         should not contain `\n'.
6679 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6681         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6683         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6685         * dired-aux.el (dired-do-create-files): Construct default file
6686         name for dired-mark-read-file-name so that when the user enters
6687         just RET, the target file will end up in the target directory.
6689         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6690         local-abbrev-table before changing buffers because it might
6691         have a buffer-local binding.
6693 2000-11-28  Miles Bader  <miles@gnu.org>
6695         * simple.el (delete-horizontal-space): Handle fields more generally.
6697 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6699         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6701 2000-11-28  Dave Love  <fx@gnu.org>
6703         * progmodes/ps-mode.el (ps-mode): Set comment-start and
6704         comment-start-skip locally.
6706         * progmodes/fortran.el (fortran-mode): Don't set
6707         fortran-comment-line-start-skip.  Set comment-start to
6708         fortran-comment-line-start.
6709         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6710         (fortran-comment-line-start-skip): Simplify slightly.
6712 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6714         * play/5x5.el: Remove RCS keyword.
6716         * bs.el: Mistaken commit, undone 2000-11-30.
6718 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
6720         * textmodes/tildify.el (tildify-string-alist):
6721         Add `plain-tex-mode' here.
6723 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
6725         * chistory.el (Command-history-setup): Remove extraneous `keymap'
6726         reference.
6728 2000-11-28  Miles Bader  <miles@gnu.org>
6730         * cus-face.el (custom-face-attributes): Add post-filter function
6731         for :box.  Make pre-filter function for :box handle all cases.
6733         * wid-edit.el (widget-choose): Make sure pop-up window is large
6734         enough to display all the choices, as there's no way to scroll it.
6736 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
6738         * international/mule-conf.el: Make the coding system no-conversion
6739         safe for all characters.
6741 2000-11-27  Dave Love  <fx@gnu.org>
6743         * net/ldap.el (ldap) <defgroup>: Add :version.
6745         * tooltip.el (tooltip-use-echo-area): Doc fix.
6747         * cus-start.el <minibuffer-prompt-properties>: Add version.
6748         <read-buffer-function>: Add.
6750         * apropos.el (apropos-print): Add help-echo to active text.
6752         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6754 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6756         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6757         type, group and version.
6759 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
6761         * select.el (x-get-selection): Docstring fix.
6763 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
6765         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6767 2000-11-27  Andrew Innes  <andrewi@gnu.org>
6769         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6771         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6773 2000-11-27  Miles Bader  <miles@gnu.org>
6775         * dired.el (dired-get-filename): Return filename verbatim if
6776         LOCALP is `verbatim'.
6777         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6778         `verbatim' so that we don't inadvertently delete a non-existant
6779         directory name.
6781 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
6783         * international/characters.el: Specify cases and syntaxes for
6784         mule-unicode-0100-24ff.
6786 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6788         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6789         that foreground and/or background colors of the face `tool-bar'
6790         are unspecified.
6792 2000-11-27  Miles Bader  <miles@gnu.org>
6794         * wid-edit.el (widget-field-buffer, widget-field-start)
6795         (widget-field-end): Handle widget field `pseudo-overlays'.
6796         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6797         if it's there instead of in `widget-field-list'.
6799         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6800         (help-make-xrefs): Delete extraneous newlines at the end of the
6801         docstring.
6803 2000-11-25  Jason Rumney  <jasonr@gnu.org>
6805         * startup.el (command-line): Call set-locale-environment after
6806         Window System init file is read, as it can result in a call to
6807         redraw-frame.
6809 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
6811         * simple.el (shell-command): Mention the effect of the prefix
6812         argument in the doc string.
6814 2000-11-25  Miles Bader  <miles@gnu.org>
6816         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6818         * wid-edit.el (widget-field-value-delete): Don't try to delete
6819         overlay when it's the `pseudo-overlay' that exists at some points.
6821 2000-11-24  Jason Rumney  <jasonr@gnu.org>
6823         * international/mule-cmds.el (locale-language-names): Add "jp" as
6824         a non-standard alternative for Japanese.
6826 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
6828         * vc-hooks.el: Require 'cl during compilation.
6830 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
6832         * faces.el (face-set-after-frame-default): Let face attributes
6833         specified for new frames override frame parameters.
6835         * startup.el (command-line): Fix computation of the source file
6836         for user-init-file when user-init-file is a compiled file.
6838 2000-11-24  Miles Bader  <miles@gnu.org>
6840         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6841         (custom-post-filter-face-spec): New functions.
6842         (custom-face-set, custom-face-value-create): Filter the face spec
6843         before and after customization.
6844         (custom-face-set): If VALUE specifies a null face, pass a
6845         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6846         * cus-face.el (custom-face-attributes): Remove SET and GET
6847         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
6848         cases they're needed.
6850         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6851         that it's distinguishable from the :off-glyph on dark-background
6852         displays.  Set its background color too.
6854         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6855         so that people can easily turn it off.
6857 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6859         * ediff-diff.el: Moved variables around to have it compile under NT.
6861         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6863         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6865         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6866         redundant skip-small-frames test.
6868         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6869         (viper-downgrade-to-insert): Protect against errors in hooks.
6871         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6872         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6873         (viper-restore-cursor-type,viper-set-insert-cursor-type):
6874         New functions.
6876         * viper-util.el (viper-memq-char): Bug fixes.
6878         * viper.el (viper-mode): Fix cursor handling.
6880 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
6882         * international/mule-diag.el (list-iso-charset-chars):
6883         For two-byte charset, fix the `while' condition.
6884         (list-non-iso-charset-chars): Fix the `while' condition.
6886 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6888         * subr.el (add-hook, remove-hook): Don't call make-local-hook
6889         if the variable is make-variable-buffer-local.
6891         * progmodes/ada-stmt.el (ada-template-map):
6892         Initialize and bind it to C-c t in ada-mode-map.
6893         (ada-stmt-mode-hook): New function extracted from old code.
6894         Only change the buffer-local side of skeleton-*.
6895         (ada-mode-hook): Use it.
6897 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6899         * iswitchb.el (iswitchb-minibuf-depth): New variable.
6900         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6901         we expect to be returned by minibuffer-depth once we prompt the
6902         user in the minibuffer.
6903         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6904         as recorded in iswitchb-minibuf-depth, return non-nil.
6906 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
6908         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6909         (hscroll-window-maybe): Docstring fix.
6911 2000-11-23  Dave Love  <fx@gnu.org>
6913         * rect.el (string-rectangle): Don't test delete-selection-mode.
6915 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6917         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6918         is in the tool bar.
6920         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6921         with `no-dir'; we want the directory part to be able to remove it.
6923 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6925         * textmodes/outline.el (outline-flag-region):
6926         Don't bind inhibit-read-only since we don't modify the buffer.
6927         (outline-isearch-open-invisible): Don't jump to overlay-start
6928         since we're trying to unhide text around point.
6929         (outline-discard-overlays): Use dolist.
6931         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6933 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6935         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6937 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6939         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6940         Fix ARG regexp to skip quoted braces.
6941         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6942         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6943         are (correctly) handled separately).
6944         Remove `caption' and `footnote' from `citations': they contain text.
6945         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6946         (latex-skeleton-end-hook): New function.
6947         (latex-mode): Use it.
6948         (tex-start-tex-marker): Remove.
6949         (tex-send-tex-command): Don't set tex-start-tex-marker.
6950         (tex-error-parse-syntax-table): New var.
6951         (tex-compilation-parse-errors): Use it.
6952         Ignore tex-start-tex-marker.  Don't bother with marker-position.
6953         (tex-validate-buffer): Don't bother with marker-position.
6955         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6956         (flyspell-generic-progmode-verify): Use it.
6958 2000-11-22  Sam Steingold  <sds@gnu.org>
6960         * simple.el (delete-trailing-whitespace): New interactive function.
6962         * progmodes/ada-mode.el (ada-mode): Use it instead of
6963         `ada-remove-trailing-spaces'.
6964         (ada-remove-trailing-spaces): Removed.
6966         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6968         * textmodes/picture.el (picture-clean): Removed.
6969         (picture-mode-exit): Call it instead of `picture-clean'.
6971 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6973         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6975         * hi-lock.el (hi-lock-refontify): Don't call non-existent
6976         jit-lock-fontify-buffer; it should anyway be unneccessary to
6977         do anything special when jit-lock is active.
6978         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6980 2000-11-22  Dave Love  <fx@gnu.org>
6982         * calendar/todo-mode.el (todo-top-priorities): Use
6983         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6985         * language/chinese.el, language/cyrillic.el:
6986         * language/devanagari.el, language/ethiopic.el, language/greek.el:
6987         * language/hebrew.el, language/indian.el, language/japanese.el:
6988         * language/korean.el, language/lao.el, language/misc-lang.el:
6989         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6990         Use provide.
6992         * cus-edit.el (custom-buffer-create-internal): Save some consing.
6993         (custom-variable-set): Improve validation error mesage.
6995         * rect.el (string-rectangle): Revert last change.
6996         (string-rectangle-line): New arg DELETE.
6997         (string-rectangle): Check delete-selection-mode.
6999         * emacs-lisp/edebug.el (edebug-version)
7000         (edebug-maintainer-address): Deleted.
7001         (edebug-submit-bug-report): Just alias to report-emacs-bug.
7002         (edebug-read-function): Account for other `'#' read forms.
7003         (edebug-mode-menus): Make some items toggles.
7004         (edebug-outside-unread-command-event, unread-command-event):
7005         Remove these to avoid warnings.
7007 2000-11-22  David Ponce  <david@dponce.com>
7009         * recentf.el (recentf-menu-items-for-commands)
7010         (recentf-make-menu-items, recentf-make-menu-item)
7011         (recentf-filter-changer): Added :help and :active menu-item properties.
7013         (recentf-build-dir-rules, recentf-dump-variable)
7014         (recentf-edit-list, recentf-open-files-item)
7015         (recentf-open-files): Replaced unnecessary `mapcar' with new
7016         built-in `mapc'.
7018 2000-11-23  Miles Bader  <miles@gnu.org>
7020         * faces.el (menu): Make inverse-video on ttys too.
7022 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
7024         * simple.el (comment-line-break-function): Use the new name
7025         indent-new-comment-line -> comment-indent-new-line.
7026         (clone-indirect-buffer): Don't ignore NORECORD.
7027         (next-completion): Properly handle the case where items are adjacent.
7029         * mouse.el (popup-menu): Stupid typo.
7031 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7033         * emacs-lisp/authors.el: Remove autoload cookies, add author,
7034         maintainer, keywords tags.
7036         * rect.el (replace-rectangle): Don't call string-rectangle-line
7037         with too many arguments.
7039 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
7041         * ediff-util.el (ediff-file-checked-out-p)
7042         (ediff-file-checked-in-p): Call vc-state instead of
7043         vc-locking-user, which no longer exists.
7045         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7047 2000-11-22  Dave Love  <fx@gnu.org>
7049         * md5.el (md5): Provide.
7050         (md5): Fix error call.
7052 2000-11-22  Miles Bader  <miles@gnu.org>
7054         * textmodes/refill.el (refill-adjust-ignorable-overlay)
7055         (refill-fill-paragraph-at): Remove debugging code.
7057         * calendar/calendar.el (generate-calendar-window): When we don't
7058         call `fit-window-to-buffer', make sure the top line is fully visible.
7060         * image-file.el (insert-image-file): Don't make `read-only'
7061         property rear-nonsticky.
7063         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7064         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7065         stashing away its original value.
7066         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7067         in the recursive edit.
7068         Bind `isearch-original-minibuffer-message-timeout' to protect it.
7069         (isearch-done): Restore `minibuffer-message-timeout'.
7071         * cus-start.el: Remove entry for `mode-line-inverse-video'.
7073 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
7075         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7077         * find-lisp.el (find-lisp-find-files-internal):
7078         Use dolist, when and file-name-as-directory.
7080         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7081         (define-derived-mode, define-minor-mode): Add specs.
7083         * window.el: General comment and spacing fixes.
7084         (save-selected-window): Use backquotes.
7085         (window-safely-shrinkable-p): New function.
7086         (shrink-window-if-larger-than-buffer): Use it.
7088         * subr.el (make-local-hook): Docstring fix.
7090         * shell.el (shell-mode): Use define-derived-mode.
7092         * newcomment.el (comment-indent): Insert comment before calling
7093         comment-indent-function.  Don't insert in column 0.
7094         (comment-dwim): Indent before inserting comment.
7096         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
7097         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
7098         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7099         Use mapc rather than map.
7101         * files.el (find-buffer-visiting): Compare all attributes before
7102         declaring two files identical (rather than just their inode-no).
7103         (auto-mode-alist): Use \' rather than $.
7105         * which-func.el: Update maintainer line.
7107         * pcvs.el (uniquify-buffer-file-name): Remove advice.
7108         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7109         (uniquify-buffer-file-name): Use it.
7111 2000-11-22  Miles Bader  <miles@gnu.org>
7113         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7114         * simple.el (minibuffer-avoid-prompt): New function.
7116 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
7118         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7120 2000-11-21  Miles Bader  <miles@gnu.org>
7122         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7123         inclusion of `track-mouse'.
7125         * textmodes/refill.el (refill-ignorable-overlay): New variable.
7126         (refill-adjust-ignorable-overlay): New function.
7127         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7128         only the paragraph's tail if possible.
7129         Update `refill-ignorable-overlay'.
7130         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7132         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7133         point inside the fill-prefix.
7135         * textmodes/refill.el (refill-post-command-function): Don't reset
7136         refill-doit in the case where a self-insertion command doesn't
7137         case a refill.  Use `refill-fill-paragraph-at', getting position
7138         from `refill-doit'.
7139         (refill-after-change-function): Set `refill-doit' to END.
7140         (refill-fill-paragraph-at): New function, mostly from old
7141         refill-fill-paragraph.
7142         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7143         (refill-pre-command-function): New function.
7144         (refill-mode): Add it to `pre-command-hook'.
7146 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
7148         * textmodes/artist.el (artist-mode): Fix autoload cookie.
7150         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7151         javadoc tags.
7153 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
7155         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7156         vc.el).
7158         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7159         require vc.
7161         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7162         checkouts.
7164 2000-11-20  Dave Love  <fx@gnu.org>
7166         * Makefile.in (DONTCOMPILE): Omit bindings.el.
7168 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
7170         * calculator.el (calculator-paste): Use `if' instead of `and'
7171         and `or'.
7172         (calculator-help): Don't use electric-describe-mode for XEmacs.
7174 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
7176         * info.el (info-menu-5): Doc fix.
7178         * textmodes/artist.el: New file.
7180 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
7182         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7183         and differentiate according to checkout model.
7184         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7185         since this function is only concerned with master state.
7187         * vc-hooks.el (vc-workfile-unchanged-p)
7188         (vc-default-workfile-unchanged-p): Moved here from vc.el.
7190         * vc.el (vc-workfile-unchanged-p)
7191         (vc-default-workfile-unchanged-p): See above.
7193 2000-11-19  Miles Bader  <miles@gnu.org>
7195         * image-file.el (insert-image-file): Make `intangible' and
7196         `read-only' properties rear-nonsticky too.
7198 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
7200         * ps-print.el: Update copyright notice.
7202         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7203         (tooltip-show): Use the offsets.
7205         * bindings.el (mode-line-modified): Fix a typo.
7206         (mode-line-toggle-modified, mode-line-widen)
7207         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7209 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
7211         * ps-print.el (toplevel): Test for find-coding-system being
7212         fboundp before calling ps-x-find-coding-system.
7214 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
7216         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7217         (vc-version-backup-file): Docstring fix.
7219 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7221         * files.el (basic-save-buffer): Don't add a newline if
7222         find-file-literally is non-nil.
7223         (find-file-literally): Extend doc string.
7225         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7226         sort(1) with the `-f' argument.
7228 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
7230         * vc.el: Updated backend documentation.
7231         (vc-default-check-headers): New function.
7233         * vc-{cvs,rcs,sccs}.el: Functions reordered.
7235         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7236         up-to-date.
7237         (vc-do-command): In the asynchronous case, output messages only if
7238         the minibuffer is not active.
7240         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7241         `vc-cvs-use-edit' is on.
7242         (vc-cvs-checkout): When this is used for reverting the workfile,
7243         make a backup of the original contents and revert to that in case
7244         of error.
7245         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7246         remote repositories.
7248         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7249         for both version and ratio in the minibuffer.
7251         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7252         Use vc-do-command to perform the annotation, not call-process.
7254 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7256         * international/quail.el (quail-start-translation): Don't call
7257         `message' before reading key sequence.
7259 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
7261         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7263 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
7265         * window.el (fit-window-to-buffer): Be sure to acquire at least
7266         one text line even if the buffer is empty.
7268 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
7270         * net/ange-ftp.el (ange-ftp-file-writable-p)
7271         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7272         Bind ange-ftp-process-verbose to nil.
7274 2000-11-15  Dave Love  <fx@gnu.org>
7276         * wid-edit.el (widget-specify-field, widget-specify-button):
7277         If :help-echo is a function, set help-echo of overlay to
7278         widget-mouse-help.
7279         (widget-mouse-help): New function.
7280         (widget-echo-help): Rewritten for :help-echo functions only taking
7281         a widget arg.
7283         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7284         Use display-graphic-p.
7285         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7286         and that JPEG is available.
7287         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7289         * international/mule-cmds.el (locale-charset-language-names):
7290         Match @euro.
7292 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
7294         * faces.el (face-set-after-frame-default):
7295         If `inhibit-default-face-x-resources' is bound, don't intialize the
7296         default face from X resources.
7298 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7300         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7301         Don't set EMACSLOADPATH.
7303 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7305         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7306         texinfo-insert-@url.
7307         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7308         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7310 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7312         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7313         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7314         (checkdoc-minor-keymap): Backward compatibility.
7315         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7316         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7317         (checkdoc-this-string-valid-engine): Be a bit more strict
7318         to avoid matching substrings of `...' quoted vars/funs.
7319         (checkdoc-defun-info): Only look for `interactive' if alone.
7320         (debug-ignored-errors): Add "arg doesn't appear in docstring".
7322         * progmodes/compile.el (grep): `tag-default' can be nil.
7324         * newcomment.el (comment-indent): Paren typo.
7326 2000-11-14  Dave Love  <fx@gnu.org>
7328         * calculator.el: New maintainer version.
7330         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7332         * cmuscheme.el: Doc fixes.
7333         (cmuscheme) <defgroup>: Use `scheme' as parent.
7334         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
7336         * xscheme.el (scheme-program-name): Don't define here.
7338         * progmodes/scheme.el (scheme-program-name): New variable
7339         (originally in cmuscheme).
7341 2000-11-14  Miles Bader  <miles@gnu.org>
7343         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7344         Handle header-lines.  Don't loop forever if we can't enlarge the
7345         window anymore.  Simplify a bit.
7347 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
7349         * window.el (fit-window-to-buffer): Don't check
7350         window-text-height.  Assure that the last line is fully visible.
7352         * international/quail.el (quail-show-guidance-buf):
7353         Call fit-window-to-buffer to assure the enough height of the guidance
7354         buffer.
7355         (quail-update-guidance): Avoid making the guidance buffer shorter.
7357 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7359         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7360         rather than `prepend' and add an interesting comment.
7361         (tex-math-face, tex-font-lock-syntactic-face-function):
7362         New face and function to use it.
7363         (tex-define-common-keys, tex-mode-map): Use menu-item rather
7364         than `menu-enable' symbol property.
7365         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7366         (tex-mode): Add some latex-mode commands for auto-selection.
7367         Use tex-font-lock-syntactic-face-function.
7368         (tex-insert-quote): Simplify.
7369         (tex-shell): New mode.
7370         (tex-start-shell): Use it.
7371         (tex-shell-proc, tex-shell-buf): New functions.
7372         (tex-send-command): Use it.
7373         (tex-main-file): Fix the meaning of the new arg REALFILE.
7374         (tex-send-tex-command): New function split from `tex-start-tex'.
7375         Set compilation-last-buffer and compilation-parsing-end.
7377         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7378         when it follows non-comment text on the line.
7380         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7381         Set font-lock-defaults.
7382         (lisp-mode-shared-map): Init inside the defvar.
7383         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7384         Use define-derived-mode.
7386 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
7388         * faces.el (header-line): Use `:box nil' for color/gs displays too.
7390 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
7392         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7393         Don't recursively optimize body because that can lead to infinite
7394         recursion; see comment there.
7396 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
7398         * faces.el (face-spec-set-match-display): Revert the change from
7399         2000-10-24.  Add a FIXME for after v21.1.
7401 2000-11-13  Miles Bader  <miles@gnu.org>
7403         * textmodes/fill.el (skip-line-prefix): New function.
7404         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
7405         (fill-paragraph): Don't leave point inside the fill-prefix.
7406         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7407         point inside the fill-prefix.
7409 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
7411         * calendar/calendar.el (generate-calendar-window):
7412         Use `fit-window-to-buffer'.
7414 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7416         * gud.el (gud-minor-mode): New var.
7417         (gud-symbol, gud-val): New functions.
7418         (gud-find-file): Copy gud-minor-mode to the new buffer.
7419         (gud-menu-map): Include entries for commands that are not always
7420         available, using :enable to (de)activate them.
7421         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
7422         (gud-mode-map): New map.
7423         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7424         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7425         Don't set up gud's menu (it's done by the minor-mode).
7426         (gud-minibuffer-local-map): New.
7427         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7428         (gud-query-cmdline): New function.
7429         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
7430         (gud-mode): Use define-derived-mode.
7431         Don't set up gud's menu (it's done by the minor-mode).
7432         (gud-chop-words): Remove.
7433         (gud-common-init): Use split-string instead.
7434         (gud-new-keymap, gud-make-debug-menu): Eradicate.
7436         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7437         Add keyword arg :name.
7439         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7440         (diff-count-matches, diff-split-hunk): New functions.
7441         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7443         * pcvs-info.el (cvs-fi-conflict-face): New var.
7445         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7446         Make it into a simple syntax-table, shared among all submodes.
7447         (sh-heredoc-face): Re-introduce.
7448         (sh-font-lock-syntactic-face-function): New function.
7449         (sh-mode): Use it.  Also use define-derived-mode.
7450         Remove old bogus setting of indent-region-function.
7451         (sh-set-shell): Don't set the syntax-table any more.
7452         (sh-mode-syntax-table) <defun>: Remove.
7454 2000-11-12  Miles Bader  <miles@gnu.org>
7456         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7457         message if interactive.
7459 2000-11-12  Dave Love  <fx@gnu.org>
7461         * mail/feedmail.el: Fix header,
7462         (feedmail) <defgroup>: Add :link.
7464         * view.el: Use local-map property, not keymap on mode-line string.
7466         * scroll-all.el (scroll-all-mode): Customize variable.
7467         Add autoload cookie to function.
7469         * lazy-lock.el: Remove compatibility code.
7471         * finder.el (finder-known-keywords): Add `files', remove `vms'.
7472         (finder-help-echo): New variable.
7473         (finder-mouse-face-on-line): Add help-echo stuff.
7474         (finder-list-keywords, finder-list-matches): Use mapc.
7476         * faces.el (face-font-registry-alternatives): Add :version.
7478         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7479         tags-table-list.
7481         * net/browse-url.el (browse-url-browser-function): Update :version.
7483         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7484         (mail-mode): Use [:alnum:] in some regexps.
7486 2000-11-10  Dave Love  <fx@gnu.org>
7488         * ediff.el (ediff-regions-internal, ediff-documentation):
7489         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7490         fundamental mode.
7492         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7493         buffer into fundamental mode.
7494         (ediff-set-difference): Use copy-sequence if available.
7496         * ediff-ptch.el (ediff-dispatch-file-patching-job):
7497         Check ediff-patch-map non-nil.
7498         (ediff-fixup-patch-map, ediff-fixup-patch-map)
7499         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7500         buffer into fundamental mode.
7502         * ediff-merg.el (state-or-merge): Defvar when compiling.
7504 2000-11-10  Jason Rumney  <jasonr@gnu.org>
7506         * w32-fns.el (w32-add-charset-info): New function.
7507         (w32-charset-info-alist): Use it.
7509 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7511         * faces.el (face-font-registry-alternatives): New user-option.
7513 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
7515         * textmodes/texinfo.el (texinfo-block-default): New var.
7516         (texinfo-insert-block): Use it.  Insert a newline if needed.
7518         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7519         (fill-region-as-paragraph): Use it.
7521         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7522         (latex-mode): Tweak tex-*-(head|trail)er regexps.
7523         Tweak paragraph regexps to allow a leading [ \t]*.
7524         (tex-latex-block): Insert a newline if necessary.
7525         (latex-insert-item): Only insert a newline if necessary.
7526         (tex-guess-main-file): New function.
7527         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
7528         Set tex-main-file if TeX-master is provided.
7529         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7531 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7533         * startup.el (command-line): Set the default tooltip-mode
7534         to t for graphical displays which implement x-show-tip.
7536         * tooltip.el (tooltip-mode): Add a comment about startup.el
7537         setting the default value of this user-option.
7539 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
7541         * font-lock.el (font-lock-*-face) <defvar>: Move.
7542         (font-lock-defaults-alist): Mark obsolete.
7543         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7544         (font-lock-mode): Use define-minor-mode.
7545         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7546         (font-lock-turn-off-thing-lock): Be more explicit.
7547         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7548         (font-lock-syntactic-face-function): New var.
7549         (font-lock-fontify-syntactically-region): Use it.
7550         (font-lock-doc-face): New.
7552         * pcvs.el (cvs-enabledp): Ignore errors.
7553         (cvs-commit-filelist): Never query.
7554         (cvs-mode-insert): Always add a terminating / in the initial prompt.
7555         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7556         (cvs-do-removal): Use cvs-partition rather than delete-if.
7557         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7558         cvs-bury-buffer.
7560         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7561         Allow `next' to jump to after the end of the last match.
7563 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
7565         * simple.el (byte-compiling-files-p): New function.
7567         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7568         if it is there.
7570         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7571         nil again.
7573         * textmodes/ispell.el (ispell-library-path): Don't call
7574         check-ispell-version when byte-compiling because that starts
7575         an ispell process, and ispell might not be installed.
7576         (toplevel): Don't set up a menu when byte-compiling.
7578         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7579         it, so that a boundp test can be used to determine if we're
7580         currently byte-compiling.
7582 2000-11-09  Dave Love  <fx@gnu.org>
7584         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7586 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7588         * ps-print.el: Patch for variable initialization when spooling.
7589         Doc fix.
7590         (ps-output-list): Fun eliminated.
7591         (ps-begin-file, ps-begin-job): Code fix.
7593 2000-11-08  Dave Love  <fx@gnu.org>
7595         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7597 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
7599         * simple.el (shell-command, display-message-or-buffer)
7600         (shell-command-on-region): Mention resize-mini-windows in the doc
7601         string.
7602         (display-message-or-buffer): Take the value of resize-mini-windows
7603         into account.
7605 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
7607         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7609         * dired.el (dired-between-files): Add `^. find' as an alternative
7610         to the regular expression, for find-dired.
7612 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7614         * textmodes/texnfo-upd.el: Require texinfo.
7615         (defmacro, defgroup): Remove.
7616         (texinfo-section-to-generic-alist): Remove.
7617         Use texinfo-section-list instead (i.e. level is changed string->int).
7618         (texinfo-filter): New function.
7619         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7620         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7621         Use it.  And use regexp-opt.
7622         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7623         (texinfo-update-menu-region-beginning)
7624         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7625         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7626         (texinfo-update-menu-same-level-regexps): Update.
7627         (texinfo-update-node, texinfo-every-node-update)
7628         (texinfo-sequential-node-update): Remove autoload cookie.
7630         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7631         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7632         (texinfo-chapter-level-regexp): Remove.
7633         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7635 2000-11-06  Dave Love  <fx@gnu.org>
7637         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7639         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7640         Match defun*.
7642 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7644         * composite.el (composition-function-table): Variable declaration
7645         moved to src/composite.c.
7646         (compose-chars-after): New optional arg object.
7648 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
7650         * bindings.el (mode-line-toggle-read-only)
7651         (mode-line-toggle-modified, mode-line-widen)
7652         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7653         (make-mode-line-mouse2-map): Rewritten.
7654         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7655         functions so that C-h k can show something with a doc string.
7657         * startup.el (fancy-splash-delay): Set to 10 seconds.
7658         (fancy-splash-max-time): New user-option.
7659         (fancy-splash-stop-time): New variable.
7660         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
7661         (fancy-splash-screens-1): Throw `stop-splashing' when current
7662         time is greater than fancy-splash-stop-time.
7664 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7666         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7668         * pcvs.el (cvs-mode-marked): New arg `noquery'.
7669         Prompt user for a file rather than raising an error.
7670         (cvs-enabledp): Fix call to cvs-mode-marked.
7671         (cvs-insert-file): New function (extracted from cvs-mode-insert).
7672         (cvs-mode-insert): Use it.  Change the init prompt' value.
7673         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7675         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7676         Don't pass default arg to ewoc-locate.
7677         (ewoc-collect): Return result in the right order.
7679         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7681         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7682         (cvs-status-get-tags): Fix regexp.
7683         (cvs-status-trees, cvs-status-cvstrees):
7684         Combine after change hooks and don't sit-for.
7685         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7686         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7687         Use make-char rather than hard-coded cryptic data.
7688         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7690         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7692         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7693         (cvs-insert-strings): New function.
7695 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
7697         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7698         `mwheel-scroll-amount'.
7699         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7700         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7701         string-matching against the version string.
7703 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7705         * language/thai.el ("Thai"): Set a lisp form that produces
7706         composed string in `sample-text' language info.
7708         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7709         composed string in `sample-text' language info.
7711         * international/mule-cmds.el (describe-language-environment):
7712         Eval `sample-text' data and insert the result.
7714         * international/mule-conf.el (compound-text): Define this coding
7715         system here.  Make x-ctext and ctext aliases of it.
7717         * language/european.el (compound-text, ctext): Moved to
7718         international/mule-conf.el.
7720 2000-11-05  Andrew Innes  <andrewi@gnu.org>
7722         * w32-fns.el (w32-version): New function.
7724 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
7726         * progmodes/awk-mode.el: Update copyright.
7727         (awk-mode-abbrev-table): Remove.
7728         (awk-font-lock-keywords): Use regexp-opt.
7729         (awk-mode): Use define-derived-mode.
7731         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7732         when extracting a suffix.
7734 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
7736         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
7737         auto-save-mode.
7739 2000-11-04  Jason Rumney  <jasonr@gnu.org>
7741         * language/european.el (decode-mac-roman): Test against r1 not r0.
7743 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7745         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7746         (icon-mode): Define indent-line-function.
7747         (icon-comment-indent): Simplify.
7748         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7750         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7752         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7753         Bind change-log-default-mode to defeat the caching done on it.
7754         Don't bother saving excursion any more.
7756         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7758         * frame.el (after-setting-font-hook): Rename hooks -> hook.
7759         (set-frame-font): Use the new name (and the old for compatibility).
7761         * toolbar/tool-bar.el (tool-bar-mode):
7762         * time.el (display-time-mode):
7763         * recentf.el (recentf-mode):
7764         * paren.el (show-paren-mode):
7765         * mwheel.el (mouse-wheel-mode):
7766         * msb.el (msb-mode):
7767         * jka-compr.el (auto-compression-mode):
7768         * image-file.el (auto-image-file-mode):
7769         * hl-line.el (hl-line-mode):
7770         * delsel.el (delete-selection-mode):
7771         * autoinsert.el (auto-insert-mode):
7772         * complete.el (partial-completion-mode): Drop unneeded positional args.
7774         * info.el (Info-mode):
7775         * comint.el (comint-mode): Don't bother with make-local-hook.
7777         * log-edit.el (log-edit-menu): New menu.
7779 2000-11-03  Miles Bader  <miles@gnu.org>
7781         * wid-edit.el (widget-end-of-line): Reinstate, with a new
7782         definition, so that trailing spaces are handled properly.
7783         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7785 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
7787         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7788         tab character.
7789         (fancy-splash-screens): Set tab-width to 20.
7791 2000-11-03  Dave Love  <fx@gnu.org>
7793         * comint.el (comint-completion-addsuffix): Fix custom type.
7795 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7797         * font-lock.el (font-lock-buffers): Remove.
7798         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7799         (font-lock-change-major-mode): Remove.
7800         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7801         (font-lock-default-fontify-region): Extend the multiline
7802         fontification to whole lines.
7803         (font-lock-fontify-anchored-keywords)
7804         (font-lock-fontify-keywords-region): If matching just one
7805         line (with \n) only mark the \n as multiline.
7807         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7808         Correctly handle the case where several :group args are supplied.
7809         Allow :extra-args.
7810         (easy-mmode-define-global-mode): Allow :extra-args.
7811         Correctly handle the case where several :group args are supplied.
7813 2000-11-02  Miles Bader  <miles@gnu.org>
7815         * calendar/calendar.el (diary-face, calendar-today-face)
7816         (holiday-face): Remove dependency on `window-system'.
7818 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
7820         * Makefile.in (emacs): Set EMACSLOADPATH always.
7821         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7822         (compile-files): Bomb out if compilation of a file fails.
7824 2000-11-02  Dave Love  <fx@gnu.org>
7826         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7828 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
7830         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7831         punctuation in the warning inserted into the *mail* buffer.
7833 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
7835         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7836         (authors-public-domain-p): New function.
7837         (authors-print): Use it.
7839         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7841         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7843 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7845         * ps-print.el: Extension for even/odd printing.  Doc fix.
7846         (ps-print-version): New version number (6.3.1).
7847         (ps-even-or-odd-pages): Customization fix.
7848         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7849         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7850         (ps-page-count): Var replaced by `ps-page-column'.
7851         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7852         (ps-print-sheet-p): New fun.
7854 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7856         * tooltip.el (tooltip-gud-tips-setup): New function.
7857         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7858         (tooltip-mode): Call tooltip-gud-tips-setup.
7859         (tooltip-gud-tips): Use `gud-basic-call' instead of
7860         process-send-string, so the prompt gets frobbed appropriately.
7861         Handle nil return value from `tooltip-gud-print-command'.
7863 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
7865         * comint.el (comint-add-to-input-history): New function.
7866         (comint-send-input): Use `comint-add-to-input-history'.
7868 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7870         * info.el (info-menu-header): New face.
7871         (Info-fontify-menu-headers): New function.
7872         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7874         * info.el (Info-insert-dir): Don't include blank lines at
7875         beginning of additional dir files (one is added automatically).
7877 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7879         * emacs-lisp/easy-mmode.el (define-minor-mode):
7880         Revert the latest changes.
7881         Allow the three positional arguments to be skipped and replaced
7882         by keyword arguments.
7883         Add a :toggle argument to determine whether a nil arg means toggle
7884         or means turn-on.  The default is unchanged.
7885         Add a call to force-mode-line-update.
7887 2000-11-01  Dave Love  <fx@gnu.org>
7889         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7891 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
7893         * calendar/calendar.el (diary-face, holiday-face):
7894         Add dark-background variants.
7896 2000-10-31  Sam Steingold  <sds@gnu.org>
7898         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7899         `tex-main-file' does not have directory in it.
7901 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
7903         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7905 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
7907         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7908         functional change.
7910 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
7912         * files.el (find-file-noselect): When we expand a wildcard, return
7913         a list of buffers, as we should do according to the doc string.
7915 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
7917         * loadup.el (top level): Adjust load path if program name is
7918         "../src/bootstrap-emacs", in case it's not dumped and thus the
7919         load path adjustment hasn't already been done.
7921 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7923         * ps-print.el: Fix bug on selected pages for printing.
7924         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
7925         is on.  Try to avoid warning messages when compiling.  Doc Fix.
7926         (ps-print-version): New version number (6.3).
7927         (ps-color-device): Use `color-values' to determine if device
7928         supports color.
7929         (ps-color-values): Try to use `x-color-values' when using XEmacs.
7930         (ps-print-page-p): Changed from defsubst to defun.
7931         (ps-page-number): Changed from defmacro to defun.
7932         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7933         printing.
7934         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7935         (ps-end-file, ps-dummy-page): Funs eliminated.
7936         (ps-print-color-scale): Changed default value.
7937         (ps-page-n-up, ps-print-page-p): New internal vars.
7938         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7939         (ps-plot-region, ps-generate, ps-end-job): Code fix.
7941         * delim-col.el: Little programming improvement.
7942         (delimit-columns-str): New macro.
7943         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7945 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
7947         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7948         Moved to european.el.
7949         (ccl-encode-mac-roman-font, fontset-mac): Modified for
7950         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7951         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7952         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7954 2000-10-30  Dave Love  <fx@gnu.org>
7956         * progmodes/cc-menus.el (imenu-generic-expression)
7957         (imenu-progress-message): Only defvar when compiling.
7959         * emacs-lisp/elp.el (elp-unload-hook): New function.
7961         * loadhist.el (unload-feature): Call elp-restore-function,
7962         checking for symbols; don't use elp-restore-all.
7963         (loadhist-hook-functions): Doc fix.
7965 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7967         * log-edit.el (log-edit-confirm): Fix the default.
7969 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7971         * delim-col.el: Little fix: replace delimit-columns-align-columns by
7972         delimit-columns-format.
7973         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7975 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
7977         * comint.el (comint-replace-by-expanded-history): Don't use
7978         comint-get-old-input (we're not looking at *old* input).
7979         (comint-get-old-input-default): If using fields, signal an error
7980         when the point is not in an input field.
7982 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
7984         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7985         and mule-unicode-e000-ffff.
7987         * international/mule.el (decode-char, encode-char): New functions.
7988         (make-coding-system): Accept a symbol of translation table as a
7989         value of property `safe-chars'.
7991         * international/mule-cmds.el (encode-coding-char): Check property
7992         safe-chars instead of safe-charsets.
7994         * international/fontset.el (fontset-default): Modified for
7995         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7996         (x-font-name-charset-alist): Likewise.
7997         (ccl-encode-unicode-font): New CCL program.  Record it in
7998         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8000         * language/european.el (mac-roman-decoder, mac-roman-encoder):
8001         New translation tables.
8002         (decode-mac-roman, encode-mac-roman): Definition of these CCL
8003         programs are modified and moved from mac-win.el.
8004         (mac-roman): Definition of this coding system is modified and
8005         moved from mac-win.el.
8007 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
8009         * ediff-wind.el (ediff-setup-control-frame): Enclose
8010         face-attribute in condition-case to avoid errors in older emacsen.
8012 2000-10-29  Miles Bader  <miles@gnu.org>
8014         * custom.el (custom-add-to-group): Allow multiple entries for a
8015         given value OPTION, as long as their widget types are different.
8016         * cus-edit.el (custom-face-value-create): If face name doesn't end
8017         with "face", add such here (similar to custom group widgets).
8019         * comint.el (comint-highlight-prompt): Add :type.
8021 2000-10-28  John Wiegley  <johnw@gnu.org>
8023         * calendar/timeclock.el (timeclock-log): Doc fix.
8024         (timeclock-last-event): Doc fix.
8025         (timeclock-log): Kill the timelog buffer after appending a new event.
8026         (timeclock-find-discrep): Use a temp buffer to read in the
8027         timelog, instead of visiting the file.
8028         (timeclock-log-data): A new function, along with a host of helper
8029         functions, for the purpose of making timelog data accessible to
8030         programmers.
8032         * eshell/esh-mode.el (window-height test): Make certain that
8033         `eshell-stringify-t' is non-nil.
8034         (eshell-password-prompt-regexp): Changed to a much simpler
8035         password regexp.
8036         (eshell-send-input): If `eshell-invoke-directly' returns t,
8037         directly invoke the parsed command using `eval'.  This improves
8038         turn-around time on simple commands by a factor of three or
8039         greater, such as cd, ls, pwd, etc. -- which get used very often.
8040         It also conserves thousands of cons cells per call (since
8041         `eshell-do-eval' consumes memory like a Cookie Monster set loose
8042         in the Pacific Cookie Company).
8044         * eshell/esh-test.el (eshell-test): Whitespace fix.
8046         * eshell/em-ls.el (eshell-ls-insert-directory):
8047         Make `eshell-ls-initial-args' nil when inserting directory contents.
8049         * eshell/em-script.el (eshell-script-initialize): Add names to
8050         `eshell-complex-commands, since `source' and `.' are complex.
8052         * eshell/esh-cmd.el (eshell-rewrite-for-command)
8053         (eshell-rewrite-while-command): Use `eshell-protect' instead of
8054         `eshell-copy-handles'.
8055         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8056         bodies.
8057         (eshell-separate-commands): Whitespace fix.
8058         (eshell-complex-commands): Added a new list of names, for
8059         determining whether a given command is as simple as it looks.
8060         (eshell-invoke-directly): New function.  Returns t if a command
8061         should be invoked directly (using `eval'), rather than indirectly
8062         using `eshell-do-eval'.
8063         (eshell-do-eval): Whitespace fix.
8065         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8066         which provides an emulation of the DOS shell behavior of assuming
8067         that cp/mv/ln should copy/move/link to the current directory.
8068         (eshell-remove-entries): Added a doc string.
8069         (eshell-shuffle-files): Removed the check for `target' being null.
8070         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8071         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8072         it to do a smarter check of whether a destination was provided.
8073         (eshell/mv, eshell/cp): Enable `:preserve-args'.
8074         (eshell/ln): Enable `:preserve-args', and use
8075         `eshell-mvcpln-template' to implement the body of the function.
8076         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8077         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8078         list after flattening it.  This makes it possible to cat files
8079         with numerical names.
8080         (eshell-unix-initialize): Added several names to
8081         `eshell-complex-commands.
8082         (eshell-unix-command-complex-p): Return t if a given command name
8083         may result in external processes being invoked.
8085         * eshell/em-glob.el (eshell-glob-show-progress): Make this
8086         variable nil by default, since it slows down glob processing by a
8087         factor of two or more, and increases memory consumption.
8089         * eshell/em-smart.el: Added a note about how memory consumptive
8090         smart display mode can be (at least this is true in Emacs 21).
8091         (eshell-smart-initialize): Whitespace fix.
8092         (eshell-refresh-windows): Use `if' instead of `when'.
8093         (eshell-smart-scroll-window): Calling `save-current-buffer' was
8094         not necessary.
8095         (eshell-currently-handling-window): Added a missing global variable.
8097         * eshell/em-ls.el (eshell-do-ls): Code simplification.
8098         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8099         Whitespace fix.
8100         (eshell-ls-exclude-hidden): Added this variable in addition to
8101         `eshell-ls-exclude-regexp'.  This one prevents files beginning
8102         with . from even being read, which can improve memory consumption
8103         quite a bit.
8104         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8105         read file entries beginning with a dot.  In home directories with
8106         lots of hidden files, fully two-thirds of the time spent in ls is
8107         used to read directory entries that are immediately thrown away.
8108         (eshell-ls-initial-args): Added back this configuration variable,
8109         for specifying default initial arguments to every call to ls.
8110         Much faster than using an alias to do the same thing.
8111         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8112         (eshell-ls-dir): Whitespace change.
8114         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8116         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8117         (eshell-stringify-t): Added a customization variable, to indicate
8118         whether `t' should be rendered as a string at all.  If not, one
8119         can still determine if the result of an expression is true using
8120         "file-exists-p FILE && echo true".
8121         (eshell-stringify): If `eshell-stringify-t' is nil, don't
8122         stringify t!
8124         * eshell/esh-module.el: Whitespace fix.
8126         * eshell/em-alias.el (eshell-alias-initialize):
8127         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8128         (eshell-command-aliased-p): New function that returns t if a
8129         command name names an aliased.
8131 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
8133         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8134         redrawing the screen when changing cursor color.
8135         (viper-insert-state-pre-command-sentinel)
8136         (viper-replace-state-pre-command-sentinel)
8137         (viper-replace-state-post-command-sentinel):
8138         Use viper-preserve-cursor-color.
8139         Many functions changed to use viper= instead of = when comparing
8140         characters.
8141         * viper-util.el (viper-memq-char,viper=): New functions for
8142         working with characters.
8143         (viper-change-cursor-color): Fixed buglet.
8144         Many functions changed to use viper= instead of = when comparing
8145         characters.
8146         * viper.el (viper-insert-state-mode-list): Added eshell.
8148         * ediff-init.el (ediff-before-setup-hook): New hook.
8149         Several typos fixed in various docstrings.
8150         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8151         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8152         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8153         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8154         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8155         (ediff-get-selected-buffers): New function.
8156         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8157         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8158         Use save-window-excursion.
8159         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8160         termination check in while loop.
8161         * ediff.el (ediff-get-default-file-name): Better defaults when in
8162         dired buffer.
8163         (ediff-files,ediff-merge-files,ediff-files3)
8164         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8166 2000-10-28  Dave Love  <fx@gnu.org>
8168         * info.el (Info-fontify-node): Add help-echo for menu items.
8170 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
8172         * startup.el (normal-top-level): If the value of $TERM indicates
8173         we are running from xterm or one of its work-alikes, default to a
8174         light background mode.
8176         Support for -fg, -bg, and -rv command-line arguments for TTYs:
8177         * faces.el (tty-handle-reverse-video): New function.
8178         (tty-create-frame-with-faces): Call it.
8180         * frame.el (frame-notice-user-settings): Don't apply
8181         default-frame-alist and initial-frame-alist to MS-DOS frames.
8182         Call tty-handle-reverse-video, frame-set-background-mode, and
8183         face-set-after-frame-default for non-MS-DOS frames.
8185         * startup.el (tty-long-option-alist): New variable.
8186         (tty-handle-args): New function.
8187         (command-line): Call tty-handle-args.
8189         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8190         startup.el now does that for all character-terminal frames.
8192 2000-10-28  Miles Bader  <miles@gnu.org>
8194         * emacs-lisp/easy-mmode.el (define-minor-mode):
8195         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8196         is global.  If :global is followed by a non-nil but non-t value,
8197         make the mode buffer-local, but also generate a `global-MODE'
8198         version using `easy-mmode-define-global-mode'.
8199         Add :conditional-turn-on keyword argument.
8201 2000-10-28  Dave Love  <fx@gnu.org>
8203         * international/latin1-disp.el (latin1-char-displayable-p):
8204         Don't use window-system.
8206 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
8208         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8209         Don't call find-buffer-file-type-coding-system.  Instead, just
8210         set eol-type to -unix if inhibit-eol-conversion is in effect, or
8211         if the file is on an untranslated filesystem.
8212         (add-untranslated-filesystem): Use "D" instead of "f" inside
8213         interactive.
8215 2000-10-27  Dave Love  <fx@gnu.org>
8217         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8218         (refill-mode): Use it.
8220 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
8222         * international/quail.el (quail-activate): Don't make-local-hook.
8224 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
8226         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8227         manual backups and file.~<rev>.~ for automatic ones.
8228         (vc-make-version-backup): Don't do it on MS-DOS without long file
8229         names.
8231         * vc.el (vc-version-other-window): If an automatic backup of the
8232         desired version exists, rename it instead of copying it.
8234         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8235         after command.  If there's an unexpected error, signal it instead
8236         of being silent.
8237         (vc-cvs-merge-news): Be prepared for no news at all.
8239 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
8241         * shell.el (shell): Add BUFFER argument.
8242         * comint.el (make-comint-in-buffer): New function.
8243         (make-comint): Use it.
8245         * faces.el (face-spec-choose): Change syntax so that the list of
8246         attribute-value pairs is now the cdr of each clause, not the cadr.
8247         Detect old-style entries, and handle them.  Use pop.
8249 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
8251         * cus-edit.el (custom-mode-map): Use a sparse map.
8252         (custom-mode): Don't bother with make-local-hook.
8254         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8256         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8258 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8260         * ps-print.el: Avoid compilation gripes.
8261         (ps-print-version): New version number (6.2.1).
8263 2000-10-26  Dave Love  <fx@gnu.org>
8265         * menu-bar.el: Modify some menu item help strings.
8266         (menu-bar-help-menu): Add link to MORE.STUFF.
8268         * cus-edit.el (custom-mode): Add `special' mode-class property.
8270         * wid-browse.el (widget-browse-mode): Likewise.
8272         * wid-edit.el (widget-specify-field): Revert to using local-map
8273         property, not keymap.
8275 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
8277         * wid-edit.el (widget-field-end): When checking for a `boundary'
8278         field, do so in the correct buffer.
8280         * simple.el (undo): Correctly distinguish between numeric and
8281         non-numeric prefix args in non-transient-mark-mode, as per the doc
8282         string.  When in transient-mark-mode, treat all prefix-args as
8283         numeric.
8285         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8286         Position point on match.  Handle N == 0 correctly.
8288         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8289         (comint-mode-map): Reverse order of `comint-write-output' and
8290         `comint-append-output-to-file'.
8291         (comint-append-output-to-file): Reinstate this function, for the
8292         benefit of the menu.
8294 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
8296         * vc.el (vc-version-other-window): Bind `file'.
8298 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8300         * Makefile.in (update-authors): New target for maintenance purposes.
8302         * emacs-lisp/authors.el (batch-update-authors): New function.
8303         (authors-fixed-entries): New defconst.
8304         (authors-add-fixed-entries): New function.
8305         (authors): Call it.: Don't process lispref/.
8307 2000-10-25  Jason Rumney  <jasonr@gnu.org>
8309         * cus-edit.el (custom-button-face, custom-button-pressed-face):
8310         Merge x w32 and mac definitions.
8312 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8314         * menu-bar.el (menu-bar-options-menu): Add a help string for
8315         `uniquify'.
8317 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
8319         * time-stamp.el (time-stamp-string-preprocess):
8320         Fix a wrong type argument error.
8322 2000-10-25  Miles Bader  <miles@gnu.org>
8324         * recentf.el (recentf-mode): Variable removed.
8325         (recentf-mode): Use `define-minor-mode'.
8327         * mwheel.el (mouse-wheel-mode): New global minor mode.
8328         (mwheel-install): Use `mouse-wheel-mode'.
8330 2000-10-25  Dave Love  <fx@gnu.org>
8332         * progmodes/cperl-mode.el (cperl-mode):
8333         Set normal-auto-fill-function correctly.
8335         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8336         Don't inherit from global-map and don't nullify menu-bar and tool-bar
8337         bindings.
8339 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
8341         * wid-edit.el (widget-field-at): New function.
8342         (widget-at, widget-field-activate): Use it.
8343         (widget-tabable-at): Use `widget-at'.
8344         (widget-specify-field): If the terminating character of the widget
8345         field (which is read-only) is a newline, put it into a special
8346         `boundary' field so that C-n/C-p act more naturally.
8347         (widget-field-end): Also don't subtract one if a special
8348         `boundary' field has been added after the widget field.
8350         * comint.el (comint-output-filter, comint-send-input):
8351         Don't bother adding stickiness fields to overlays to fool the field
8352         code, since it should notice the overlay insertion-types now.
8354         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8355         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8356         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8358 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8360         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8361         (authors): Set file coding system to iso-2022-7bit.
8362         Add file-local variables to output buffer.
8364         * files.el (after-find-file): Don't print any warnings if
8365         WARN is nil.
8367 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8369         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8371         * delim-col.el: Now there is a column formatting mechanism.
8372         Modified to customization mechanisms convention.  Doc fix.
8373         (columns): New group for delim-col.
8374         (delimit-columns-before, delimit-columns-after)
8375         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8376         (delimit-columns-end): New vars.
8377         (delimit-columns-customize, delimit-columns-format): New funs.
8378         (delimit-columns-region, delimit-columns-rectangle)
8379         (delimit-columns-rectangle-line): Modified to support column
8380         formatting.
8382 2000-10-24  Dave Love  <fx@gnu.org>
8384         * log-edit.el (log-edit): Add :version and a :group for vc.
8386 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8388         * files.el (after-find-file): Don't print a message ``New file''
8389         if WARN is nil.
8391         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8392         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
8393         get duplicate tool-bar entries because we'll see the global ones
8394         on more than one path through keymaps.
8396         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8398         * progmodes/cmacexp.el: Change Francesco's email address.
8400 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8402         * window.el (fit-window-to-buffer): Adjust point of the window
8403         buffer, not that of the current buffer.
8405 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
8407         * progmodes/cmacexp.el: Update the euthor's email address.
8409 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8411         * faces.el (face-spec-set-match-display): Add `graphic' display
8412         type (the inverse of `tty').  Use `display-graphic-p' instead of
8413         the window-system variable.
8415 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8417         * international/isearch-x.el (isearch-with-input-method):
8418         Call input-method-function with the first event in
8419         unread-command-events.
8421 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8423         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8425 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
8427         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8428         New charsets.
8430         * term/mac-win.el: Remove definitions of mac-roman-lower and
8431         mac-roman-upper, require dired, and define instead of set
8432         mac-ready-for-drag-n-drop to avoid compilation error.
8434 2000-10-23  Andrew Innes  <andrewi@gnu.org>
8436         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8437         Remove superfluous calls to subst-char-in-string; instead apply
8438         expand-file-name after convert-standard-filename to ensure
8439         expected directory separators are used.
8441 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
8443         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8445 2000-10-23  Dave Love  <fx@gnu.org>
8447         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8448         (tool-bar-add-item): Set foreground and background for XBM icons.
8450         * international/latin1-disp.el (latin1-char-displayable-p):
8451         New function (from Handa).
8452         (latin1-display-check-font): Use it.
8454         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8455         using :key-sequence, making it much more usable.
8456         Use nconc, not append.
8457         (imenu--create-keymap-1): Avoid append.
8459         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8461 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8463         [the following changes fix a bug where `define-minor-mode' didn't
8464         correctly generate :require clauses for defcustoms in compiled files]
8465         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8466         (byte-compile-log-file, byte-compile-log-1): Don't set
8467         `byte-compile-current-file' to nil.  Instead set
8468         `byte-compile-last-logged-file' to it.  Test whether
8469         byte-compile-current-file equals byte-compile-last-logged-file
8470         instead of whether its nil.
8471         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8473 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
8475         * textmodes/refill.el: Fix var names in doc.
8476         (refill-mode): Don't bother with make-local-hook anymore.
8478 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8480         * faces.el (face-user-default-spec, face-default-spec): New functions.
8481         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8482         (frame-set-background-mode, face-set-after-frame-default):
8483         Use `face-user-default-spec'.  Simplify code slightly.
8485         * woman.el (woman-italic-face, woman-bold-face)
8486         (woman-unknown-face): Add dark-background variants.
8487         (woman-default-faces): Renamed from `woman-colour-faces'.
8488         Set using the stored defaults, rather than using hard-wired colors.
8489         (woman-monochrome-faces): Renamed from `woman-black-faces'.
8490         Just make the foreground `unspecified' rather than "black".
8491         (woman-menu): Rename menu entries accordingly.
8493         * faces.el (header-line): Make more reasonable on mono/grayscale
8494         displays.
8496 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
8498         * cus-edit.el (custom-button-face): Use 3D look for mac.
8499         (custom-button-pressed-face): Likewise.
8501         * faces.el (set-face-attributes-from-resources): Handle mac frames
8502         in the same way as x and w32 frames.
8503         (face-valid-attribute-values): Likewise.
8504         (read-face-attribute): Likewise.
8505         (defined-colors): Likewise.
8506         (color-defined-p): Likewise.
8507         (color-values): Likewise.
8508         (display-grayscale-p): Likewise.
8509         (face-set-after-frame-default): Likewise.
8510         (mode-line): Same default face as for x and w32.
8511         (tool-bar): Likewise.
8513         * frame.el: Remove call to frame-notice-user-settings at end of
8514         the file.
8516         * info.el (Info-fontify-node): Make underlines invisible for mac
8517         as for x, pc, and w32 frame types.
8519         * term/mac-win.el: New file.
8521 2000-10-22  Dave Love  <fx@gnu.org>
8523         * textmodes/refill.el: New file.
8525 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
8527         * vc-hooks.el (vc-version-backup-file-name): New optional args
8528         MANUAL and REGEXP.
8529         (vc-delete-automatic-version-backups, vc-make-version-backup):
8530         New functions.
8531         (vc-before-save): Use the latter.
8532         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8533         confusion.
8535         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8536         expected by vc[-hooks].el.
8538         * vc.el (vc-checkout): Added `-p' suffix in call to
8539         vc-make-version-backups-p; use vc-make-version-backup to actually
8540         make the backup.
8541         (vc-version-other-window, vc-version-backup-file): Handle both
8542         automatic and manual backups.
8543         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8544         of all of them.
8546 2000-10-22  Miles Bader  <miles@gnu.org>
8548         * comint.el (comint-highlight-input, comint-highlight-prompt):
8549         Renamed, `-face' at end removed.
8550         (comint-send-input, comint-output-filter): Use renamed faces.
8552         * window.el (fit-window-to-buffer): Change defaulting of
8553         MAX-HEIGHT slightly.
8555         * faces.el (color-values, color-defined-p): Use `member', not
8556         `memq', because it works correctly for strings.
8557         (frame-set-background-mode): Actually, "unspecified-fg" and
8558         "unspecified-bg" *are* strings.  Use `member', not `memq', and
8559         `equal', not `eq', when a string value is possible.
8561 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
8563         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8565 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
8567         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8568         sh-electric-rparen, sh-electric-less and sh-electric-hash.
8569         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8570         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8571         (sh-font-lock-syntactic-keywords): Use them.
8572         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8573         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8574         (sh-mode): Don't override font-lock-unfontify-region-function.
8575         Use a copy of sh-font-lock-syntactic-keywords.
8576         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8577         Don't call sh-scan-buffer since font-lock does it on the fly.
8578         (sh-get-indent-info): Use `face' rather than `syntax-table'
8579         text-property to detect here-documents.
8580         Replace sh-special-syntax with sh-st-punc.
8581         (sh-prev-line): Use `face' rather than `syntax-table'
8582         text-property to skip over here-documents.
8583         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8584         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8585         (sh-electric-less, sh-set-here-doc-region)
8586         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8587         (sh-scan-buffer, sh-rescan-buffer): Remove.
8589 2000-10-21  Andrew Innes  <andrewi@gnu.org>
8591         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8592         remote (ange-ftp) file names.
8594 2000-10-21  Miles Bader  <miles@gnu.org>
8596         * window.el (fit-window-to-buffer): New function.
8597         (shrink-window-if-larger-than-buffer): Use it.
8598         (window-text-height): Don't expect minibuffers to have mode-lines.
8600         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8601         * international/quail.el (quail-update-guidance):
8602         Use `fit-window-to-buffer' instead of `set-window-text-height'.
8604         * international/quail.el (quail-show-guidance-buf): Make sure
8605         guidance window really has enough room.
8606         (quail-update-guidance): If quail-guidance-win is already shown,
8607         make sure its height is OK.
8609         * window.el (window-text-height, set-window-text-height):
8610         New functions.
8611         (shrink-window-if-larger-than-buffer): Use `window-text-height'
8612         instead of `window-height' & `mode-line-window-height-fudge'.
8613         (mode-line-window-height-fudge): Add FACE parameter.
8614         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8615         instead of `enlarge-window' & `mode-line-window-height-fudge'.
8617 2000-10-20  Miles Bader  <miles@gnu.org>
8619         * window.el (height-affecting-face-attributes): Use `defconst'.
8621         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8622         New function, conditionally aliased to `mode-line-window-height-fudge'.
8623         (ispell-help): Use it.
8624         (ispell-choices-win-default-height): Don't include mode-line fudge.
8625         (ispell-choices-win-default-height): New function.
8626         (ispell-show-choices, ispell-command-loop): Use function
8627         `ispell-choices-win-default-height' instead of variable.
8629 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
8631         * window.el (mode-line-window-height-fudge): New variable.
8632         (height-affecting-face-attributes): New variable.
8633         (mode-line-window-height-fudge): New function.
8634         (shrink-window-if-larger-than-buffer): Use it.
8635         * help.el (resize-temp-buffer-window): Likewise.
8637         * info.el (Info-fontify-node): Add support for @subsubsection
8638         titles, which use `Info-title-4-face'.
8639         (Info-title-4-face): New face.
8640         (Info-title-3-face): Inherit from Info-title-4-face instead of
8641         variable-pitch.
8643 2000-10-19  Jason Rumney  <jasonr@gnu.org>
8645         * dired.el (dired-insert-directory): Do not let errors signalled by
8646         attempt to run dired-free-space-program prevent dired from working.
8648 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
8650         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8652 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
8654         * dirtrack.el (dirtrack): Fix call to run-hooks.
8656         * cmuscheme.el (cmuscheme-program-name): Renamed from
8657         scheme-program-name because xscheme.el contains a defcustom with
8658         the same name.  As a consequence, customizing group `cmuscheme'
8659         loaded `xscheme' which redefined run-scheme.
8660         (run-scheme): Use cmuscheme-program-name.
8662         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8664         * play/doctor.el (doctor-death): Update the Samaritans'
8665         anonymous address, and add a website for Befrienders International.
8667 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8669         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
8670         Avoid compilation gripes.  Doc fix.
8671         (ps-print-version): New version number (6.2).
8672         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8673         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8674         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8675         (ps-x-extent-priority, ps-x-extent-start-position)
8676         (ps-x-face-font-instance, ps-x-find-coding-system)
8677         (ps-x-font-instance-properties, ps-x-make-color-instance)
8678         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8679         avoid compilation gripes without defining functions.
8680         (ps-e-find-composition): Alias for function find-composition, to have a
8681         suitable function depending on Emacs version.
8682         (ps-color-device, ps-color-values, ps-face-foreground-name)
8683         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8684         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8685         (ps-print-ensure-fontified): Function definitions surrounded by
8686         `eval-and-compile' to avoid compilation gripes.
8687         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8688         by symbol-value to avoid compilation gripes.
8689         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8690         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8692 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8694         * startup.el (normal-top-level): Call `frame-set-background-mode'
8695         after `frame-notice-user-settings' because the latter doesn't call
8696         the former on a tty.
8698         * faces.el (frame-set-background-mode): `unspecified' &c are
8699         symbols, not strings.
8701 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8703         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8704         why some "light*" colors are deliberately absent from the alist.
8706         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8707         Change colors for tty's, as suggested by Miles Bader.
8709 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
8711         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8712         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
8713         for ISO10646-1 fonts.
8714         (x-font-name-charset-alist): Add an entry for "iso10646-1".
8716 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8718         * faces.el (frame-set-background-mode): If a tty frame defines a
8719         background color, use that to compute the background mode, instead
8720         of always defaulting to "dark".
8722 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8724         * comint.el (comint-write-output): New function.
8725         (comint-mode-map): Add it to the menu.
8726         Bind `C-c C-s' to comint-write-output.
8728 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
8730         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8731         Use fancy-splash-delay.
8733 2000-10-18  Alex Schroeder  <alex@gnu.org>
8735         * progmodes/sql.el (sql-sybase-options): New option.
8736         (sql-sybase): Use it.  Add sql-database to the list of parameters
8737         provided for login.  The options -w 2048 -n are not used any more.
8739         * comint.el (comint-read-input-ring): Bugfix such that the first
8740         and the last entry of the input ring file are not lost.
8742 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8744         * ps-print.el: Internal variable changes to defcustom,
8745         make-local-hook changes to defvar.  Doc fix.
8746         (ps-print-version): New version number (6.1).
8747         (ps-setup, ps-do-despool): Code fix.
8748         (ps-printer-name): Customization fix.
8749         (ps-printer-name-option): Now is a defcustom instead of an
8750         internal variable.
8751         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8752         (ps-print-begin-column-hook): Now are defvar instead of
8753         make-local-hook.
8755 2000-10-18  Miles Bader  <miles@gnu.org>
8757         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8758         (comint-kill-output): Changed into an alias for `comint-delete-output',
8759         and made obsolete.
8760         (comint-mode-map): Rename references to comint-kill-output.
8762 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
8764         * diff-mode.el (diff-header-face, diff-file-header-face)
8765         (diff-changed-face): Add bold and italic attributes to tty faces.
8766         (diff-function-face): New face.
8767         (diff-font-lock-keywords): Use it.
8769 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
8771         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8772         Remove commented-out call to force-mode-line-update.
8773         (comint-kill-output): Use `forward-line 0' instead of
8774         beginning-of-line to make sure we get past the prompt.
8776 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
8778         * diff-mode.el (diff-header-face, diff-file-header-face):
8779         Add specific setting for dark background.
8780         (diff-context-face): Renamed from diff-comment-face.
8781         Set explicitly rather than inheriting from font-lock-comment-face.
8783 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8785         * startup.el (command-line): Move the code which sets the default
8786         TTY colors to before before-init-hook.
8788 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8790         * jit-lock.el (jit-lock-stealth-time): Doc fix.
8792 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8794         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8795         extensions, for MS-DOS.
8797         * diff-mode.el (diff-header-face, diff-file-header-face)
8798         (diff-changed-face): Define tty-specific colors.
8800 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8802         * startup.el (fancy-splash-text): Realign the text.
8804 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8806         * font-lock.el (font-lock-comment-face): Define a separate default
8807         for dark-background tty's.
8809 2000-10-17  Miles Bader  <miles@gnu.org>
8811         * help.el (resize-temp-buffer-window): Add hack to avoid last line
8812         being obscured by whizzy mode-lines on graphics displays.
8814 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8816         * info.el (Info-title-1-face, Info-title-2-face)
8817         (Info-title-3-face): Define colors for tty's.
8818         (info-header-node): Remove unneeded tty-specific definition.
8820 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
8822         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8823         reverse from the frame parameters, and don't invert foreground and
8824         background colors.
8826 2000-10-16  Miles Bader  <miles@gnu.org>
8828         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8829         string "*Info*".  Call propertized-buffer-identification to spruce
8830         up the result.
8832 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8834         * help.el: Provide `help' for the sake of define-minor-mode
8835         which generates defcustoms with requires.
8837         * jit-lock.el (jit-lock-after-change): If we're in text that
8838         matches a multi-line font-lock pattern, make sure the whole text
8839         will be redisplayed.
8841         * emacs-lisp/authors.el (authors-add): Don't add an entry if
8842         author's name is unknown.
8844         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8845         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8846         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8847         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8848         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8849         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8850         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8851         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8852         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8853         Add author information.
8855 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
8857         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8858         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8859         full-color version (using the Gimp) to eliminate dithering artifacts.
8861 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8863         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8865         * simple.el (syntax-flag-table, string-to-syntax): Remove.
8867 2000-10-15  Dave Love  <fx@gnu.org>
8869         * progmodes/sh-script.el: Require skeleton and comint when compiling.
8871         * pcomplete.el (pcomplete) <defgroup>: Add :version.
8873         * whitespace.el: Doc fixes.
8874         (top-level): Don't add hooks here.
8875         (whitespace-running-emacs): Deleted.
8876         (timer): Don't require.
8877         (whitespace): Add back :version conditional on xemacs test.
8878         (whitespace-spacetab-regexp, whitespace-indent-regexp)
8879         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8880         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8881         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8882         Avoid specific xemacs test.
8883         (whitespace-global-mode): New option.
8884         (whitespace-global-mode): New command.
8885         (whitespace-unload-hook): New function.
8887         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8888         (Info-fontify-node, Info-goto-node, Info-mode-menu)
8889         (Info-fontify-node): `Goto' goes to `Go to'.
8890         (Info-fontify-node): Add help-echo to xref links.
8892 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
8894         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8896 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8898         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8899         Use plist-get and allow :inherit.
8901         * emacs-lisp/cl-macs.el (cl-do-arglist):
8902         Use plist-get and plist-member instead of memq.
8904         * emacs-lisp/ewoc.el (ewoc-location): New function.
8905         (ewoc-enter-after, ewoc-enter-before): Document return value.
8906         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8907         Don't need make-local-hook any more.
8908         (cvs-addto-collection): Return the new tin.
8909         (cvs-mode-insert): Jump to the new line.
8911         * jit-lock.el (jit-lock-fontify-buffer): Remove.
8913         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8915         * font-lock.el (font-lock-syntactically-fontified): New var.
8916         (font-lock-fontify-syntactic-keywords-region): Use it.
8917         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
8919         * diff-mode.el (diff-find-file-name): Fix regexp.
8921         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8922         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8924         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8925         (sh-mode-syntax-table): Add punctuation syntax for < and >.
8926         (sh-mode): Don't make all vars local here.
8927         (sh-kw): Reformat.
8928         (sh-set-shell): Use dolist.  Don't set indent-region-function.
8929         (sh-mode-syntax-table): Use pop.
8930         (sh-remember-variable): Use push.
8931         (sh-help-string-for-variable): Use memq.
8932         (sh-safe-backward-sexp): Remove.
8933         (sh-safe-forward-sexp): Add ARG.
8934         (sh-get-indent-info, sh-prev-stmt): Use it.
8935         (sh-prev-line): Simplify by using forward-comment.
8936         (sh-this-is-a-continuation): Simplify.
8937         (sh-learn-buffer-indent): Use dolist.
8938         (sh-do-nothing): Remove.
8939         (sh-set-char-syntax, sh-set-here-doc-region):
8940         Use inhibit-modification-hooks.
8941         (sh-name-style): Use mapcar and push.
8942         (sh-load-style): Use dolist.
8943         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8944         (sh-case, sh-while-getopts): Use propertize directly rather
8945         than sh-electric-rparen.
8947 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
8949         * textmodes/tex-mode.el: Require CL when compiling.
8950         (tex-mode-syntax-table): Init immediately.
8951         (tex-mode-map): Bind M-RET to latex-insert-item.
8952         (latex-mode): Set indent-line-function to latex-indent.
8953         (tex-common-initialization): Don't setup the syntax-table any more.
8954         (latex-insert-item): New skeleton.
8955         (tex-next-unmatched-end): Fix copy/paste braino.
8956         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8957         (latex-indent, latex-find-indent): New functions.
8958         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8959         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8960         (tex-compilation-parse-errors): Use with-syntax-table.
8962 2000-10-15  Miles Bader  <miles@gnu.org>
8964         * font-lock.el (font-lock-comment-face): Change dark-background,
8965         color, non-tty, default to `chocolate1'.
8967 2000-10-13  John Wiegley  <johnw@gnu.org>
8969         * eshell/esh-util.el (require): Added a missing `require' form,
8970         needed when compiling (for an ange-ftp macro definition).
8972 2000-10-13  Dave Love  <fx@gnu.org>
8974         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8976 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
8978         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8980         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8981         transparent -colors 8).
8983 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
8985         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8986         that breaks with old list format timestamps.
8987         (time-stamp-warn-inactive, time-stamp-old-format-warn)
8988         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8990 2000-10-13  John Wiegley  <johnw@gnu.org>
8992         * align.el, pcomplete.el, calendar/timeclock.el,
8993         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8995         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8996         faulty math, where holiday hours were being computing as seconds.
8998 2000-10-13  John Wiegley  <johnw@gnu.org>
9000         * desktop.el (desktop-buffer-modes-to-save): Added a global for
9001         specifying what "other" kinds of buffers should be saved.
9002         This used to be hard-coded.
9003         (desktop-buffer-misc-functions): A global for specifying how
9004         auxiliary data should be determined for special buffer types.
9005         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9006         instead of hard-coding the special buffer types.
9007         (desktop-save): Run `desktop-buffer-misc-functions' to gather
9008         auxiliary data, instead of hard-coding for Info buffers and dired.
9009         (desktop-buffer-info-misc-data): Aux function for determining Info
9010         buffer auxiliary info.
9011         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9012         (desktop-buffer-info): Changed this function to use the info
9013         gathered above.
9014         (desktop-create-buffer): Be a little more careful about what
9015         `minor-mode' means before calling it.  This is important for some
9016         buffer types.
9018 2000-10-13  John Wiegley  <johnw@gnu.org>
9020         * eshell/esh-util.el: Added a global form which declares an
9021         autoload for `parse-time-string', if that function is not already
9022         defined, and if parse-time.el is available on the user's system.
9024         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9025         to be aware of ange-ftp user info.
9026         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
9027         (eshell-ls-annotate): Use `eshell-file-attributes'.
9028         (eshell-ls-file): Made the user-id printing code a bit smarter.
9030         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9031         allow identification of alias user ids in remote directories.
9032         It's manual, but there's no other way to know when the current user
9033         on the local machine, is also the owning user on the remote machine.
9034         (fboundp): Bind `ange-cache'.
9035         (eshell-directory-files-and-attributes): Re-organized the logic a
9036         bit to use `eshell-file-attributes' instead of `file-attributes'.
9037         The former is more sensitive to directories that are read via FTP,
9038         and knows how to use ange-ftp to determine full attribute
9039         information, instead of just the name and last modtime.
9040         (eshell-current-ange-uids): Return the current user id when in a
9041         remote directory.
9042         (eshell-parse-ange-ls): Parse a full directory listing that has
9043         been returned by ange-ftp.
9044         (eshell-file-attributes): This beefed up version of
9045         `file-attributes' is only special if the user is currently in a
9046         remote directory, in which case it does a lot of work to find out
9047         what the real attributes of a file are, as they appear on the
9048         remote machine.  This makes usage of remote directories (i.e.,
9049         ange-ftp pathnames) much more useful.  You can now use Eshell as a
9050         full-fledged FTP client, with much more manipulation ability than
9051         most other clients.
9053         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9054         variable, which means that Eshell's du should always be preferred
9055         in remote directories.
9056         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9057         just `file-attributes'.
9058         (eshell-mvcp-template): Bind `ange-cache', to improve performance
9059         when reading remote directories.  This is an Eshell-specific
9060         variable (not part of ange-ftp).
9061         (eshell/ln): Bind `ange-cache'.
9062         (eshell/du): Added some extra logic for determining when to use
9063         Eshell's du (which is slow), and when to use the external version
9064         (which may or may not exist).
9066         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9067         Call `eshell-interactive-process', rather than using
9068         `get-buffer-process', since backgrounded processes don't count in
9069         the context of this function's logic.
9071         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9072         `forward-char', so that null strings are parsed correctly.
9074 2000-09-13  John Wiegley  <johnw@gnu.org>
9076         * eshell/em-pred.el (eshell-pred-file-type)
9077         (eshell-pred-file-links, eshell-pred-file-size):
9078         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
9080         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9081         that remote file globbing is more efficient.
9083         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9084         gathering the files and attributes within a directory.
9086         * eshell/em-unix.el (eshell/cat): If any of the files passed on
9087         the command line is a special file (not a regular file, directory
9088         or symlink), always attempt to call the external version of cat.
9090 2000-09-13  John Wiegley  <johnw@gnu.org>
9092         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9093         Eshell-friendly version of find-tag.
9095 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
9097         * image-file.el (image-file-name-extensions)
9098         (image-file-name-regexps): Add autoload cookies.
9100 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
9102         * international/mule-cmds.el (select-safe-coding-system): If FROM
9103         is string, show it in *Warning* buffer.
9105 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9107         * startup.el (normal-top-level): Use display-popup-menus-p instead
9108         of window-system.
9109         (command-line): Use display-graphic-p instead of window-system.
9110         (command-line-1): Use display-popup-menus-p and display-mouse-p
9111         instead of window-system.
9113 2000-10-12  Sam Steingold  <sds@gnu.org>
9115         * tooltip.el (tooltip-use-echo-area): New user variable.
9116         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9118 2000-10-12  Dave Love  <fx@gnu.org>
9120         * recentf.el: Maintainer's checkdoc fixes.
9122         * startup.el (normal-top-level-add-subdirs-to-load-path):
9123         Use character class, not ASCII when matching file names.
9124         (fancy-splash-head): Add trailing slash to URL.
9125         (command-line): Don't require XPM support for toolbar.
9127         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9128         (cperl-invalid-face): Revert last change.
9129         (cperl-init-faces): Quote cperl-invalid-face.
9131 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9133         * startup.el (fancy-splash-text): Remove superfluous quote.
9135 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
9137         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9138         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9139         (command-line-1): Don't use fancy-splash-pending-command.
9140         (fancy-splash-screens-1): Goto point-min after inserting text.
9142         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9144         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9145         instead of shared-lisp-mode-map.
9147 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
9149         * faces.el (header-line): Change tty-variant to use underlining.
9151         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9152         (isearch-highlight): Restore lazy-isearch face properties at old
9153         position, and suppress them at new position.
9154         (isearch-dehighlight): Restore lazy-isearch face properties.
9155         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9156         over the real isearch overlay, but in that case, don't give it a
9157         face property.  Use `push'.
9159 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
9161         * man.el (Man-getpage-in-background): Fix previous change.
9162         Decode the process output only when we are in multibyte mode.
9164 2000-10-11  Dave Love  <fx@gnu.org>
9166         * info.el (Info-mode-menu): Fix some help.
9167         (info-tool-bar-map): Add entry for Info-last.
9169         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9170         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9171         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9172         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9173         * toolbar/search-replace.xpm, toolbar/exit.xpm:
9174         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9175         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9176         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9177         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9178         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9179         Reduce colour requirements to 25 overall.  (Probably wants
9180         revisiting from the originals to reduce further.)
9182 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
9184         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9185         buffer-file-coding-system, instead of raw-text.
9186         (dehexlify-buffer): Bind coding-system-for-read to
9187         buffer-file-coding-system, instead of raw-text.
9189 2000-10-11  Sam Steingold  <sds@gnu.org>
9191         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9192         `underline' - fixes the bug introduced on 2000-09-21.
9194 2000-10-11  Dave Love  <fx@gnu.org>
9196         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9197         Avoid compiler warnings.
9198         (scheme-mode): Doc fix.
9199         (scheme-font-lock-keywords-1): Match `define-syntax'.
9201 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
9203         * faces.el (frame-set-background-mode): Pay attention to saved
9204         face specs as well as default ones.  Only do anything if the
9205         bg-mode or display-type has actually changed.  Use `dolist'.
9206         (region): Make dark-background `region' face less in-your-face.
9208 2000-10-10  Sam Steingold  <sds@gnu.org>
9210         * chistory.el, ielm.el, ledit.el:
9211         * progmodes/inf-lisp.el, progmodes/scheme.el:
9212         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9214 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
9216         * textmodes/texinfo.el: Update copyright and fix typo.
9218         * desktop.el (desktop-modes-not-to-save): New var.
9219         (desktop-save-buffer-p): Use it.
9220         Also, obey desktop-buffers-not-to-save even for non-file buffers.
9221         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9223 2000-10-10  Dave Love  <fx@gnu.org>
9225         * toolbar/tool-bar.el (tool-bar-add-item)
9226         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9228         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9229         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9230         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9231         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9232         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9233         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9234         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9235         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9236         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9237         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9238         the .xpms; probably need retouching.
9240 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
9242         * subr.el (add-to-list): Add optional argument APPEND.
9243         * battery.el (display-battery): Use `add-to-list'.
9245 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
9247         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9248         properties.
9249         (zone, zone-when-idle, zone-leave-me-alone)
9250         (zone-pgm-whack-chars): Use new symbol properties.
9252         * battery.el (display-battery): Doc spelling fix.
9254         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9255         property.
9257 2000-10-09  Dave Love  <fx@gnu.org>
9259         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9260         has been initialized before calling tool-bar-setup.
9261         (tool-bar-add-item-from-menu): Add autoload cookie.
9263 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
9265         * menu-bar.el (send-mail-item-name): New function.
9266         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9267         of mail-user-agent in the menu.  Don't display the "Send Mail"
9268         item if mail-user-agent is nil or its value is ignore.
9269         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9270         if read-mail-command is nil or its value is ignore.
9272         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9274 2000-10-09  Miles Bader  <miles@gnu.org>
9276         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9277         Correct image size.
9278         * toolbar/left_arrow.xpm: Correct image size.
9280         * jka-compr.el: Don't call `jka-compr-install' when loading (it
9281         will be done by the definition of `auto-compression-mode' if
9282         necessary.  Move code to uninstall existing file-name handler
9283         before definition of `auto-compression-mode'.
9285         * image-file.el (auto-image-file-mode): Move to the end of the
9286         file, because `define-minor-mode' actually calls the mode-function
9287         if the associated variable is non-nil, which requires that all
9288         needed functions be already defined.
9290         * mouse.el (popup-menu): Balance parens.
9292 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
9294         * mouse.el (popup-menu): Move the command call outside the loop
9295         so that popup-menu returns whatever the command returns.
9297         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
9298         (initialize-new-tags-table): Use run-hook-with-args-until-success.
9299         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9300         (tags-table-format-functions): Renamed from tags-table-format-hooks.
9302         * vc.el (vc-version-diff): diff-switches can be a list.
9303         Use relative filenames for prettier output.
9305         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9306         (vc-post-command-functions): Remove old-VC compatibility code.
9308         * newcomment.el (comment-indent-default): Autoload.
9310         * font-lock.el (font-lock-defaults): Make buffer-local.
9311         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9312         (font-lock-choose-keywords):
9313         Ignore LEVEL unless KEYWORDS is a list of syms.
9314         (c-keywords, c++-keywords, objc-keywords, java-keywords):
9315         Don't wrap regexp-opt things in \(...\) unnecessarily.
9317         * jit-lock.el: Don't require font-lock any more.
9318         (jit-lock-functions): Make buffer-local.
9319         (jit-lock-saved-fontify-buffer-function): Remove.
9320         (jit-lock-mode): Remove autoload cookie.
9321         Remove font-lock specific code.
9322         (jit-lock-unregister): Don't bother handling complex hooks any more.
9323         (jit-lock-refontify): New function.
9324         (jit-lock-fontify-buffer): Use it.
9325         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9326         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9327         Add optional args START and END.
9328         Never call font-lock-fontify-region directly.
9329         (jit-lock-function, jit-lock-stealth-fontify): Use it.
9331         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9333 2000-10-08  Dave Love  <fx@gnu.org>
9335         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9337         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9339         * play/studly.el (studlify-region, studlify-word): Add autoload
9340         cookie.
9342         * play/morse.el (morse-region, unmorse-region): Add autoload
9343         cookie.
9345         * play/spook.el (spook-phrases-file): Use expand-file-name, not
9346         concat.
9348         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9349         insist on symbols starting with word syntax.
9350         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9351         (eval-defun-1): Doc fix.
9352         (indent-sexp): Use nconc to build up indent-stack.
9354         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9355         Gnus with little use.
9356         (mail-setup-hook): Add mail-abbrevs-setup to options.
9358         * recentf.el: Doc fixes.
9360         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9361         Clean up remainder.
9363         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
9364         without timezone and (8) with timezone to enforce some whitespace.
9365         Simplify code somewhat.
9367         * options.el (list-options): Doc that you should use customize.
9369         * iswitchb.el (iswitchb-mode): Add :require.
9371         * info.el (Info-goto-node, Info-menu): Doc fix.
9372         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9373         (info-tool-bar-map): New variable.
9374         (Info-mode): Use it.
9375         (Info-edit-map): Define all in defvar.
9376         (speedbar-attached-frame): Avoid compiler warning.
9378         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9379         (global-map): Bind [tool-bar] to a filtered map.
9380         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
9381         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9382         Allow PBM icons.
9383         (tool-bar-setup): Adjust calls of tool-bar-add-item.
9385         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9386         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9387         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
9388         icons, except up_arrow, which is left-arrow rotated.
9390         * imenu.el (imenu-add-to-menubar): Fix last change.
9392 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
9394         * generic-x.el (rul-generic-mode): Remove eval-when-compile
9395         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
9397 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9399         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9400         typos in doc strings.
9402         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9403         the doc strings how to customize Font Lock faces.
9405         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9406         computing growth when dragging the header line.
9408 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9410         * simple.el (kill-line): Doc fix.
9412 2000-10-08  Miles Bader  <miles@gnu.org>
9414         * faces.el (secondary-selection): Make foreground visible on tty.
9416         * jka-compr.el (auto-compression-mode): Move to the end of the
9417         file, because `define-minor-mode' actually calls the mode-function
9418         if the associated variable is non-nil, which requires that all
9419         needed functions be already defined.
9420         (with-auto-compression-mode): Add autoload cookie.
9422 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
9424         * files.el (find-backup-file-name) [ms-dos]: If support for long
9425         file names is not available, behave as if version-control were set
9426         to never.
9428 2000-10-07  Dave Love  <fx@gnu.org>
9430         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9431         (browse-url-gnome-moz): New function.
9432         (browse-url-browser-function): Use it.
9433         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9435 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
9437         * indent.el (tab-always-indent): New var.
9438         (indent-for-tab-command): Use it.
9440         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9441         raise an error.  This way it can still default to a sane value.
9443 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9445         * startup.el (fancy-splash-screens): Use local rather than global map.
9446         Don't use `update-menu-bindings' any more.
9447         Get rid of assumptions about keymap representation.
9449 2000-10-06  Dave Love  <fx@gnu.org>
9451         * textmodes/fill.el (sentence-end-double-space)
9452         (sentence-end-without-period):  Doc fix.
9453         (adaptive-fill-regexp): Purecopy.
9454         (unjustify-current-line): Use line-end-position.
9455         (fill-individual-paragraphs-prefix): Use line-beginning-position.
9457         * net/eudc-vars.el (eudc): Add :version, :link.
9459         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9461         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9462         Fix for define-minor-mode.
9463         (function-at-point): Alias to function-called-at-point.
9465         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9467         * simple.el (backward-word): Doc fix.
9469         * image-file.el (image-file-name-regexp): image-file-regexps ->
9470         image-file-name-regexps.
9471         (image-file-name-extensions): Add pbm.
9473 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9475         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9476         and add filename to the names so that diff-mode can jump to source.
9478         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9479         (tex-font-lock-keywords, tex-font-lock-keywords-2)
9480         (tex-font-lock-keywords-1): Remove.
9481         (font-lock-turn-on-thing-lock): Use jit-lock-register.
9482         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9483         (font-lock-default-fontify-region):
9484         Expand beg..end correctly when just following a multiline region.
9485         (font-lock-fontify-anchored-keywords):
9486         Include the anchor text as part of the multiline.
9488 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
9490         * loadup.el (toplevel): Load `loaddefs' before `help' because the
9491         latter needs the autoloaded define-minor-mode macro during the
9492         bootstrap.
9494         * startup.el (command-line): For now, activate tool-bar-mode only
9495         if XPM images are supported.
9497         * mouse.el (mouse-drag-header-line): Don't allow resizing a
9498         window by dragging a header-line at the top of the frame; that's
9499         confusing because the header-line doesn't move.
9500         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9501         of treating the event as a list.  Some cleanup.
9503 2000-10-06  Miles Bader  <miles@gnu.org>
9505         * simple.el (display-message-or-buffer): New function.
9506         (shell-command-on-region): Use `display-message-or-buffer'.
9508         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9509         docstring parts.
9511         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9512         (smbclient-prompt-regexp): Add usage note to doc string.
9513         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9514         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9515         Use add-hook for adding the comint filter function, and only do so
9516         if it's not already in the global hook list.
9517         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9518         to `make-local-variable'.
9519         (nslookup-font-lock-keywords): Remove prompt entry.
9520         (nslookup): Don't set the process-filter.
9521         (finger): Exit the loop correctly when the regexps list runs out.
9522         (ftp, smbclient, smbclient-list-shares):
9523         Set the real major mode immediately, not after execing.
9524         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9526         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9528 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
9530         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9532         * which-func.el (which-func-format): Remove spurious space.
9533         (which-func-mode): Don't make it permanent-local.
9534         (which-func-ff-hook): Allow which-func-maxout to be nil.
9535         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
9536         (which-func-mode): Simplify.
9537         Use post-command-idle-hook rather than post-command-hook.
9538         Go through all buffers and update their state.
9539         (which-function): Also try add-log-current-defun-function.
9541         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9542         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9543         Update call to with-vc-properties accordingly.
9544         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9545         (vc-revert-buffer): More careful about window selection and deletion.
9546         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9548         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9549         (cvs-retrieve-revision): Reuse a pre-existing buffer.
9550         (cvs-dired-action): Change the default to quickdir.
9552         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9553         if comment-indent-function returns nil.
9554         (comment-indent-default): New function.
9555         (comment-indent-function): Use it and document the new semantics.
9557         * image-file.el: Docstring fixes.
9559         * help.el (help-xref-on-pp): Use match-string.
9560         (describe-variable): New arg BUFFER.
9561         Store the current buffer in the help-xref-stack.
9562         (temp-buffer-resize-mode): Use define-minor-mode.
9564         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9565         consistently with its docstring.
9566         Set jit-lock-first-unfontify-pos in an idempotent way.
9567         (jit-lock-register): Autoload and add arg CONTEXTUAL.
9569 2000-10-05  Alex Schroeder  <alex@gnu.org>
9571         * sql.el (sql-mysql-options): New variable.
9572         (sql-mysql): Use it.
9574 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
9576         * image.el (image): New group.
9578         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9579         (smerge-base-face, smerge-markers-face): Add dark-background variants.
9581 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9583         * net/net-utils.el (nslookup-font-lock-keywords)
9584         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9585         Ignore the value of wqindow-system; always define keywords
9587 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
9589         * startup.el (fancy-splash-screens): Remove the code for
9590         debugging; `(trace-to-stderr "EXITTT\n")'.
9592 2000-10-05  Miles Bader  <miles@gnu.org>
9594         * diff-mode.el (diff-goto-source): Update call to
9595         `diff-hunk-status-msg' to reflect new REV variable.
9597 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
9599         * progmodes/icon.el (icon-mode):
9600         Don't gratuitously override the default for comment-column.
9602         * vc-hooks.el (vc-mode-line): Fix interactive spec.
9604         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9605         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9606         (jit-lock-functions): New var.
9607         (jit-lock-function-1): Use it if non-nil.
9608         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
9609         Set the `fontified' property before doing the fontification to avoid
9610         repeatedly going through the same error.
9611         Don't turn errors into messages.
9612         (jit-lock-register, jit-lock-unregister): New functions.
9614         * dired.el (dired-mark-pop-up): Turn comment into docstring.
9615         Use with-current-buffer.
9617         * dired-aux.el (dired-do-create-files, dired-kill-tree):
9618         Turn comment into docstring.
9620         * apropos.el (apropos-mode): Use define-derived-mode.
9622 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
9624         * startup.el (fancy-splash-pending-command): New variable.
9625         (fancy-splash-pre-command): New function.
9626         (fancy-splash-screens): Rewritten.
9627         (command-line-1): If fancy-splash-pending-command is set, call it
9628         interactively.
9630 2000-10-04  Dave Love  <fx@gnu.org>
9632         * toolbar/tool-bar.el (tool-bar-setup): New function.
9633         (tool-bar-mode): Use it.
9635         * subr.el (substitute-key-definition): Doc fix.
9636         (play-sound-file): New command.
9638 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
9640         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9641         vc-version-backup-file-name): New functions.
9643         * files.el (basic-save-buffer): Call vc-before-save before saving.
9645         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9646         vc-cvs-stay-local-p.
9648         * vc.el (vc-revert-buffer): Handle empty diff properly.
9649         (vc-version-backup-file): New function.
9650         (vc-checkout): Create a version backup if necessary.
9651         (vc-checkin): If a version backup file exists, delete it.
9652         (vc-version-diff): Diff locally using version backups, if available.
9653         (vc-revert-file): If there's a version backup, revert locally.
9654         (vc-transfer-file): Use version backup for base version, if
9655         available.  If not, ask for confirmation whether to get it from the
9656         server.  Update mode line before check-in.
9658 2000-10-04  Dave Love  <fx@gnu.org>
9660         * toolbar/tool-bar.el (tool-bar-setup): New function.
9661         (tool-bar-mode): Use it.
9663 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9665         * net/net-utils.el (nslookup-font-lock-keywords)
9666         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9667         Only set if window-system is non-nil
9668         (net-utils-run-program): Returns buffer.
9669         (network-connection-reconnect): Added this function.
9671         * generic.el:
9672         Incorporates extensive cleanup and docfixes by
9673         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9674         Uses cl compile-time macros.
9675         (generic-mode-name, generic-comment-list)
9676         (generic-keywords-list, generic-font-lock-expressions)
9677         (generic-mode-function-list, generic-mode-syntax-table):
9678         Removed variables.
9679         (generic-mode-alist): Renamed to generic-mode-list.
9680         (generic-find-file-regexp): Default changed to "^#".
9681         (generic-read-type): Uses completing read on generic-mode-list.
9682         (generic-mode-sanity-check): removed this function.
9683         (generic-add-to-auto-mode): Removed this function
9684         (generic-mode-internal): Bind mode-specific definitions
9685         into function instead of putting them in alist.
9686         (generic-mode-set-comments): Reworked extensively.
9687         (generic-mode-find-file-hook): Simplified regexp searching
9688         (generic-make-keywords-list): Omit extra pair of parens
9690         * find-lisp.el (find-lisp-find-files-internal):
9691         Make sure directory name ends with "/".
9693         * generic-x.el (apache-conf-generic-mode):
9694         Regexp now allows leading whitespace.
9695         (rc-generic-mode): Added eval-when-compile
9696         around generic-make-keywords-list.
9697         Deleted duplicate regexp
9698         (rul-generic-mode): Added eval-when-compile
9699         around generic-make-keywords-list.
9700         (etc-fstab-generic-mode): New generic mode.
9701         (rul-generic-mode): Removed one eval-when-compile
9702         which caused a max-specpdl-size exceeded error.
9704 2000-10-04  Miles Bader  <miles@gnu.org>
9706         * simple.el (minibuffer-temporary-goal-position): New variable.
9707         (next-history-element): Try to keep the position of point in the
9708         input string constant.
9710         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9711         (dired-do-create-files): If there's only one file, pass it in as
9712         the DEFAULT arg to dired-mark-read-file-name.
9714 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
9716         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9717         (diff-goto-source): Be smarter when choosing REVERSE or not.
9719         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9720         (texinfo-mode-menu): Add an explicit shortcut for update all.
9722 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
9724         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9725         factorize backend-specific code cleanly (this was essentially
9726         conceived by Stefan Monnier).
9727         (vc-unregister): Function removed.
9728         (vc-revert-file): New function.
9729         (vc-revert-buffer): Delegate some of the work to it.
9731         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9732         default branch unconditionally.
9733         (vc-rcs-set-default-branch): New function.
9734         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9735         (vc-rcs-checkin): If an appropriate default branch has been set,
9736         force creation of that branch.
9737         (vc-rcs-receive-file): Rewritten to contain only backend-specific
9738         code (as suggested by Stefan Monnier).
9740 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9742         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9743         highlighting overlay with a different face over the overlay
9744         isearch uses to highlight the current match because that can lead
9745         to bad face combinations.
9747         * loadup.el (toplevel): Load faces before isearch.
9749         * isearch.el (isearch-faces): New custom group.
9750         (isearch): New defface; was already tested for in the code.
9751         (isearch-lazy-highlight-face): Changed to defface from defcustom.
9752         (isearch-highlight): Always use face `isearch'.
9754 2000-10-02  Dave Love  <fx@gnu.org>
9756         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9757         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
9758         comparison of opcode with operand.
9760 2000-10-03  Miles Bader  <miles@gnu.org>
9762         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9763         buffer, since the echo area will now grow to accommodate them.
9765 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
9767         * vc-hooks.el (vc-registered): If FILE used to be registered under
9768         a certain backend, try that one first.
9770         * vc.el (vc-responsible-backend): Undo the previous change in the
9771         argument list.  Handle multiple backends correctly.
9772         (vc-find-new-backend): Function removed.
9773         (vc-register): Use vc-responsible-backend, as before.
9774         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9776 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9778         * startup.el (fancy-splash-head): Change message below the
9779         logo.
9781 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
9783         * diff-mode.el (diff-goto-source): Emit a status message.
9784         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9785         (diff-test-hunk): Fix doc string.
9786         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9787         (diff-advance-after-apply-hunk): New variable.
9788         (diff-apply-hunk): Don't return a value.
9790 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
9792         * vc.el (vc-editable-p): Minor optimization.
9793         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9794         (vc-find-new-backend): New function split from vc-responsible-backend.
9795         (vc-register): Use it.
9796         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9797         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9798         (vc-default-unregister, vc-revert-buffer): Docstring fix.
9799         (vc-clear-headers): Don't use find-file.
9800         (vc-revert-buffer): Use `and' again (must have been a braino).
9801         (vc-switch-backend): Only prompt if requested.
9802         Short circuit if nothing is to be done.
9803         Don't use vc-resynch-buffer which could lose unsaved editing.
9804         (vc-default-receive-file): Update call to vc-unregister.
9805         (with-vc-file, vc-next-action-on-file):
9806         Use vc-backend rather than vc-registered.
9807         (vc-next-action-on-file): Use intern-soft.
9808         Deal with read-only *vc-diff* buffer.
9809         (vc-transfer-file): Docstring fix.
9811         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9812         (vc-rcs-receive-file): Avoid with-vc-properties.
9813         Update call to vc-unregister.
9814         Use constant `RCS' rather than (dynamically bound) var `backend'.
9816 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
9818         * vc.el (vc-next-action-on-file): Update mode line only if file
9819         is visited.
9820         (vc-start-entry): New argument initial-contents.  Don't visit the file
9821         if it isn't already visited.  Brought documentation up-to-date.
9822         (vc-next-action, vc-register): Updated calls to vc-start-entry.
9823         (vc-checkin): New optional arg initial-contents, which is passed to
9824         vc-start-entry.
9825         (vc-finish-logentry): Make sure to bury log buffer only if there
9826         really is one.  Call `vc-resynch-buffer' on log-file, not
9827         buffer-file-name.
9828         (vc-default-comment-history, vc-default-wash-log): New functions.
9829         (vc-index-of): Removed.
9830         (vc-transfer-file): Make do without the above.
9831         (vc-default-receive-file): Call comment-history unconditionally.  Pass
9832         the resulting string to vc-checkin, instead of inserting it into the
9833         comment ring.
9835         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9836         unconditionally.  Use the comments as initial contents of the log
9837         entry buffer.  Document the trick to force branch creation with no
9838         changes.
9840 2000-10-01  Miles Bader  <miles@gnu.org>
9842         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9843         `recenter' with an arg to prevent redrawing the display.
9845 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
9847         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9849         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9851         * progmodes/c-mode.el (c-mode):
9852         Don't gratuitously override the default for comment-column.
9854         * textmodes/tex-mode.el (latex-metasection-list): New var.
9855         (latex-imenu-create-index): Use it.
9856         Move the regexp construction outside loops (and use push).
9857         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9858         (tex-font-lock-keywords): Moved from font-lock.el.
9859         (tex-comment-indent): Remove.
9860         (tex-common-initialization): Don't set comment-indent-function.
9861         (latex-block-default): New var.
9862         (tex-latex-block): Use it to provide a default choice.
9863         Add any unknown choice to latex-block-names.
9864         Insert [...] after {...}.
9865         (tex-last-unended-begin): Simplify regexp.
9866         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9867         (latex-forward-sexp-1, latex-forward-sexp): New functions.
9868         (latex-mode): Set forward-sexp-function.
9870         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9871         Add regexp for @ignore ... @end ignore.
9872         (texinfo-heading-face): New face.
9873         (texinfo-font-lock-keywords): Use it.
9874         (texinfo-mode-menu): New menu.
9875         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9876         New functions.
9877         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9878         (texinfo-section-types-regexp, texinfo-section-level-regexp)
9879         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9880         Remove declaration.
9881         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9883         * delsel.el (delete-selection-mode): Use define-minor-mode.
9885         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9887 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9889         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9891 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
9893         * replace.el (keep-lines-read-args): New function.
9894         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9895         read arguments interactively.  Add parameters RSTART and REND.
9896         Operate on the active region in Transient Mark mode.
9898         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9900         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9901         (authors-obsolete-files-regexps): New variable.
9902         (authors-add): Don't record changes in obsolete files.
9904 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9906         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9908         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9909         (comment-indent): Make sure there's a space between code and comment.
9910         Shift comments left to avoid going past fill-column.
9912 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9914         * startup.el (startup-echo-area-message): New function.
9915         (display-startup-echo-area-message): Use it.
9916         (fancy-splash-screens): Rewritten to use keymaps and a timer.
9917         (fancy-splash-default-action): New function.
9918         (fancy-splash-screens-1): New function.
9919         (fancy-splash-head): Put a help-echo and a keymap under the image.
9921 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9923         * diff-mode.el (diff-add-log-file-name): Remove.
9924         (diff-mode): Use add-log-buffer-file-name-function.
9926         * add-log.el (find-change-log): New arg BUFFER-FILE.
9927         (add-log-file-name): Obey add-log-file-name-function.
9928         (add-log-buffer-file-name-function): New var.
9929         (add-change-log-entry): Use it.
9931 2000-09-29  Miles Bader  <miles@gnu.org>
9933         * image-file.el (image-file-name-extensions): New variable.
9934         (image-file-name-regexps): Renamed from `image-file-regexps'.
9935         New default value is nil.  Call `auto-image-file-mode'.
9936         (image-file-name-regexp): New function.
9937         (auto-image-file-mode): New minor mode.
9938         (insert-image-file): Don't make conditional on the image-file
9939         handler being enabled.
9940         (image-file-handler): Make the call here conditional instead.
9941         (set-image-file-handler-enabled, enable-image-file-handler)
9942         (disable-image-file-handler): Functions removed.
9944         * emacs-lisp/authors.el (authors-print): Rephrase many-files
9945         string.
9947 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9949         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9950         it's a function from CL.
9951         (latex-imenu-create-index): Replace eval-when-compile with progn
9952         because latex-section-alist is not bound while compiling.
9954 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9956         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9957         (outline-mode): Use define-derived-mode.
9959         * progmodes/perl-mode.el (perl-mode):
9960         * progmodes/awk-mode.el (awk-mode):
9961         * progmodes/asm-mode.el (asm-mode):
9962         Don't gratuitously override the default for comment-column.
9964         * emacs-lisp/lisp.el (lisp-complete-symbol):
9965         Distinguish the let-binding case from the funcall case.
9966         (forward-sexp-function): New variable.
9967         (forward-sexp): Use it.
9969         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9970         (easy-mmode-defmap): Remove the now useless autoload.
9972         * time.el (display-time-mode): Use define-minor-mode.
9974         * subr.el (add-minor-mode): Don't eval NAME.
9975         Don't depend on the presence of TOGGLE-FUN for any special behavior.
9976         Use if rather than cond.
9978         * simple.el (read-expression-map): Define more properly.
9979         (comment-indent-hook): Remove.
9980         (string-to-syntax): Bug fix.
9982         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9983         (cvs-ediff-diff): Fix typo.
9984         (cvs-revert-if-needed): Don't bother preserving read-only.
9986         * paren.el (show-paren-mode): Use define-minor-mode.
9988         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9989         (toggle-auto-compression): Remove.
9990         (jka-compr-build-file-regexp): Remove useless grouping.
9992         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9993         Avoid user-reserved bindings.
9994         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9995         (diff-header-face): Revert to grey85.
9997         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9999         * complete.el (partial-completion-mode) <defcustom>: Remove.
10000         (partial-completion-mode): Use define-minor-mode.
10001         (PC-do-completion): Understand `completion-auto-help = delay'
10002         to mean to popup the completion buffer only the second time.
10003         (PC-include-file-all-completions, PC-include-file-all-completions)
10004         (PC-include-file-all-completions): Don't quote lambda.
10006         * comint.el (comint-mode-hook): Docstring fix.
10007         (comint-mode): Use define-derived-mode.
10008         (comint-mode-map): Remove obsolete comment.
10009         (make-comint): Minor stylistic change.
10010         (comint-insert-clicked-input): Be more careful to find the overlay.
10011         Use this-command-keys rather than hardcoding mouse-2.
10013         * font-lock.el: Replace confusing (,@ with ,
10014         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10015         Don't use regexp-opt-depth.  Spice up the regexp for args.
10016         Don't distinguish between cmds that can take an opt arg or not.
10017         Use `append' and `prepend' rather than `keep'.
10019         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10020         (latex-outline-regexp): New var.
10021         (latex-outline-level): New fun.
10022         (latex-section-alist): New var.
10023         (latex-imenu-create-index): Use it.  Use `push' as well.
10024         (tex-shell-map): Initialize it properly.
10025         (tex-mode): Minor stylistic change.
10026         (plain-tex-mode): Use define-derived-mode.
10027         (latex-mode): Use define-derived-mode.
10028         Construct the paragraph regexps in a more readable way.
10029         Set the buffer-local outline-{level,regexp} vars.
10030         (slitex-mode): Derive from latex-mode.
10031         (tex-common-initialization): Don't kill-all-vars anymore.
10032         Add setting for comment-add and font-lock-defaults.
10033         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10034         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
10035         (tex-start-tex): New arg DIR (and send a chdir command for it).
10036         Also display the shell buffer and save it in tex-last-buffer-texed.
10037         (tex-region): Use expand-file-name rather than concat.
10038         Remove code made useless by changes in tex-start-tex.
10039         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10041         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10043 2000-09-28  Dave Love  <fx@gnu.org>
10045         * eshell/eshell.el (eshell) <defgroup>: Add :version.
10047 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
10049         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10050         `append'.
10052 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
10054         * info.el (Info-extract-pointer): Undo last change.
10055         Instead, fix the position of the `bound' arg to re-search-backward.
10057 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
10059         * info.el (Info-extract-pointer):
10060         Widen more carefully, to avoid finding pointers in other nodes.
10061         (Info-index): Use push.
10063 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
10065         * frame.el (set-frame-font): Remove call to obsolete function
10066         frame-update-faces.
10067         (set-foreground-color, set-background-color): Likewise for
10068         frame-update-face-colors.
10070 2000-09-27  Miles Bader  <miles@gnu.org>
10072         * image-file.el: New file.
10074 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
10076         * frame.el (frame-notice-user-settings): Don't call
10077         frame-update-faces, which is a no-op now.
10079         * ediff-wind.el (ediff-control-frame-parameters): Add zero
10080         tool-bar-lines.
10082 2000-09-27  Dave Love  <fx@gnu.org>
10084         * mouse.el: Fix last change.
10086 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
10088         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10090 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
10092         * international/quail.el (quail-help): The output message is
10093         improved.
10095 2000-09-26  Dave Love  <fx@gnu.org>
10097         * mouse.el (popup-menu): If POSITION is nil, set it using
10098         mouse-position.
10100 2000-09-25  Sam Steingold  <sds@gnu.org>
10102         * net/browse-url.el (browse-url-file-url): Check for null maps.
10104 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
10106         * frame.el (frame-notice-user-settings): Don't add a
10107         tool-bar-lines frame parameter to default-frame-alist in batch mode.
10109         * frame.el (frame-notice-user-settings):
10110         Make tool-bar-mode and default-frame-alist consistent.
10112         * toolbar/tool-bar.el (tool-bar-help): New function.
10114 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10116         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10117         current-load-list in top-level forms.  Else this leaks a cons cell
10118         every time a defun is called.
10120         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10122 2000-09-25  Dave Love  <fx@gnu.org>
10124         * startup.el (fancy-splash-head): Check XPM is available.
10126         * autoinsert.el (auto-insert): Doc fix.
10127         (auto-insert-alist): Following GNU notices, don't say `copyright
10128         _by_'.  Use line-beginning-position.
10129         (auto-insert): Check buffer-file-name is non-nil before use.
10131 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10133         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10134         starting with `@def' or `@multitable', in addition to ones
10135         specified by the user in auto-fill-inhibit-regexp.
10137 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
10139         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10140         rmail-dont-reply-to-names matches the empty string.
10142 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10144         * startup.el (command-line-1, fancy-splash-text): Change the
10145         text to sound more friendly.
10147 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
10149         * progmodes/hideshow.el: Update author email address.
10150         Generally, sync w/ maintainer version 5.22.
10151         (hs-hide-all-non-comment-function): New var.
10152         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10153         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10154         (hs-show-region): Delete this command.
10155         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10157 2000-09-22  Dave Love  <fx@gnu.org>
10159         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10160         (hl-line-highlight): Specify buffer when moving overlay.
10162         * progmodes/fortran.el (fortran-mode): Locally set
10163         normal-auto-fill-function.
10164         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10165         (fortran-mode-map): Adjust auto-fill menu entry.
10167 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
10169         * vc-rcs.el (toplevel): Require `vc' when compiling.
10171         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10173 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
10175         * vc.el (vc-switch-backend): Signal an error if the file is not
10176         registered under the new backend.
10178         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10179         without explicit revision number.
10181 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
10183         * diff-mode.el (diff-file-header-face): Reset to its previous value.
10184         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10185         (diff-xor): New function.
10186         (diff-find-source-location): Use it.  Fix a stupid name clash.
10187         (diff-hunk-status-msg): New function.
10188         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10189         (diff-test-hunk): Use diff-find-source-location.
10190         (diff-goto-source): Favor the `reverse'.
10191         (diff-hunk-text): Properly handle one-sided context diffs.
10192         (diff-apply-hunk): When done, advance to the next hunk.
10194 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10196         * startup.el (command-line): If frame was created with a non-zero
10197         tool-bar-lines parameter, switch tool-bar-mode on.
10199         * add-log.el (change-log-date-face, change-log-name-face)
10200         (change-log-email-face, change-log-file-face)
10201         (change-log-list-face, change-log-conditionals-face)
10202         (change-log-function-face, change-log-acknowledgement-face):
10203         New faces, inheriting from font-lock faces.
10204         (change-log-font-lock-keywords): Use them.
10206 2000-09-21  Dave Love  <fx@gnu.org>
10208         * progmodes/cperl-mode.el (top-level): Clean up
10209         `eval-when-compile's and assorted defvars.
10210         (cperl-invalid-face): Don't double-quote value.  Change custom
10211         type.
10212         (cperl-mode): Set normal-auto-fill-function and don't zap
10213         auto-fill-function.
10214         (cperl-imenu--function-name-regexp-perl): Renamed from
10215         imenu-example--function-name-regexp-perl.
10216         (cperl-imenu--create-perl-index): Renamed from
10217         imenu-example--create-perl-index.
10218         (cperl-xsub-scan): Don't require cl.
10220         * msb.el (msb-mode-map): Use substitute-key-definition.
10221         (msb-mode): Use msb-mode-map.
10223 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
10225         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10226         New functions.
10227         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10228         (vc-switch-backend): New function.
10229         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10230         (vc-register): Fix prompt.
10231         (vc-unregister, vc-default-unregister): New functions.
10232         (vc-version-diff): Handle empty buffer in sentinel.
10234         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10235         (vc-rcs-state-heuristic): Use it to guess the state of files with
10236         non-strict locking.
10237         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10238         been set with -b, but not created yet.
10239         (vc-rcs-fetch-master-state): With non-strict locking, compare file
10240         contents in order to find the state.
10241         (vc-rcs-checkin): Allow creation of branches with no changes.
10242         (vc-rcs-unregister, vc-rcs-receive-file)
10243         (vc-rcs-set-non-strict-locking): New functions.
10245         * vc-hooks.el (vc-name): Force correct computation of the value
10246         in case it is missing.
10248 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
10250         * startup.el (fancy-splash-tail): Use a different foreground
10251         color on a dark frame background.
10253 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
10255         * info.el: Use the correct capitalization when making Info-mode
10256         and Info-edit-mode `special' modes.
10258 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
10260         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10261         (diff-mode): Add support for add-log.el.
10262         (diff-hunk-text): Use char offsets rather than line offsets.
10263         (diff-find-source-location): Replace LINE with line-offset (nil
10264         if not found) and always set POS to a meaningful position.
10265         Adapt to the new char-offsets.
10266         (diff-apply-hunk): Drop support for the unused `select' POPUP.
10267         Adapt to the new diff-find-source-location.
10268         (diff-goto-source): Adapt to the new diff-find-source-location.
10270         * add-log.el (add-log-file-name): New function (split out of
10271         add-change-log-entry).
10272         (add-change-log-entry): Use it.
10273         Call add-log-file-name-function with the changelog file name if
10274         the current buffer is not associated with any file.
10275         Avoid find-file if the selected window is dedicated.
10277         * diff-mode.el (diff-find-source-location):
10278         Move code from diff-apply-hunk.  Return buffer rather than file.
10279         (diff-apply-hunk): Use the new result from  diff-find-source-location.
10280         (diff-goto-source): Use the new diff-find-source-location.
10282 2000-09-20  Dave Love  <fx@gnu.org>
10284         * iswitchb.el: Some doc fixes.
10285         (iswitchb-mode-map): Define completely initially.  Inherit
10286         minibuffer-local-map.
10287         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10288         fundamental-mode.
10289         (iswitchb-global-map): New variable.
10290         (iswitchb-summaries-to-end): Amalgamate regexps.
10291         (iswitchb-mode): New.
10292         (iswitchb-mode-hook): New variable.
10293         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
10294         `extensions'.
10296 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10298         * ehelp.el (electric-help): New defgroup.
10299         (electric-help-shrink-window): New user-option.
10300         (with-electric-help): Use it.
10302         * window.el (shrink-window-if-larger-than-buffer): If face
10303         `mode-line' has a :box, and we're on a graphical frame, add 1
10304         to the needed window height.
10306         * frame.el (frame-notice-user-settings): Add a last parameter nil
10307         to a call to `append', because the last list passed to `append' is
10308         not copied, and so subsequent calls to assq-delete-all will modify
10309         default-frame-alist.
10311         * startup.el (fancy-splash-image): Change :type.
10312         (fancy-splash-head): Use an XBM image if appropriate.
10313         (command-line-1): Show splash screens in more cases.
10315         * startup.el (fancy-splash-text): Don't quote faces.
10317         * dired.el (dired-font-lock-keywords): Undo last change.
10318         (dired-readin): Bind indent-tabs-mode to nil.
10320         * startup.el (fancy-splash-head): If frame's background mode
10321         is `dark', change the black background of the image to gray.
10322         (fancy-splash-screens): Display startup echo area message.
10323         (display-startup-echo-area-message): New function.
10325 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
10327         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10329         * info.el (info-header-node): Tweak for color ttys.
10331         * faces.el (face-valid-attribute-values): Make sure directories we
10332         search for stipples both exist and are readable before trying to
10333         search them.
10335         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10336         in the dry-run case.
10338         * jka-compr.el (with-auto-compression-mode): New macro.
10340         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10341         (custom-group-tag-face, custom-variable-tag-face): Use relative
10342         :height and inherit from `variable-pitch' face instead of
10343         hardwiring :family.
10344         * hi-lock.el (hi-black-hb): Likewise.
10346         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10347         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10348         toolbar-add-item, if image doesn't have a mask add a `:mask
10349         heuristic'.
10351 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
10353         * diff-mode.el: Docstring fixes.
10354         (diff-header-face, diff-comment-face): New faces.
10355         (diff-font-lock-keywords): Highlight a bit differently.
10356         (diff-find-source-location): Don't return SPAN any more.
10357         (diff-hunk-text): Don't bother erasing the temp buffer.
10358         (diff-find-text): Drop argument LINE.
10359         (diff-apply-hunk): Update calls to diff-find-text.
10360         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10362         * calendar/calendar.el: Docstring fixes.
10363         (calendar-make-alist): Don't quote lambda.
10364         (calendar-star-date): Use make-local-variable.
10366 2000-09-19  Dave Love  <fx@gnu.org>
10368         * toolbar/tool-bar.el: Renamed from toolbar.el.
10369         Change `toolbar' to `tool-bar' generally in symbols.
10370         Make some items invisible in `special' major modes.
10371         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10372         Add arg PROPS.
10374         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10375         Add :version here.
10376         (fancy-splash-delay, fancy-splash-image): Remove :version here.
10378 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10380         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10382         * files.el (find-file-suppress-same-file-warnings): New user-option.
10383         (find-file-noselect): Use it.
10385         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10386         (fancy-splash-screen): Defgroup.
10388         * add-log.el (change-log-font-lock-keywords): Match names
10389         more exactly for the case that font-lock-constant-face is
10390         underlined.
10392 2000-09-19  Richard M. Stallman  <rms@gnu.org>
10394         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10396 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
10398         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10400 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10402         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10403         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10404         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10405         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10406         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10407         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10408         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10409         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10410         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10411         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10412         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10413         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10415         * startup.el (fancy-splash-text): New variable.
10416         (fancy-splash-delay, fancy-splash-image): New user-options.
10417         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10418         (fancy-splash-screens): New functions.
10419         (command-line-1): If display has a `display' frame parameter, has
10420         colors, and we have XPM support, show more fancy splash screens.
10422 2000-09-19  Dave Love  <fx@gnu.org>
10424         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
10425         with null `help'.  Use modern backquote syntax.
10427 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10429         * font-lock.el (font-lock-mode): Change message telling the user
10430         that ``the buffer is too big''.
10432         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10433         for instance for the case that tab-width is 2.
10435 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
10437         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10438         toolbar-add-item, if image doesn't have a mask add a `:mask
10439         heuristic'.
10441 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
10443         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10444         and return a cons if it's non-nil.
10445         (diff-apply-hunk): Try to jump to the line in the source text
10446         corresponding to the position of point in the in the hunk.
10448         * info.el (Info-title-3-face, Info-title-2-face)
10449         (Info-title-1-face): Use face inheritance and relative sizes
10450         instead of hard-wiring things.
10452         * faces.el (secondary-selection): Make dark-background variant sane.
10454 2000-09-16  Andrew Innes  <andrewi@gnu.org>
10456         * makefile.w32-in (compile-files-CMD): No need to make .elc files
10457         read-only, since they aren't under VC now.
10459 2000-09-17  Dave Love  <fx@gnu.org>
10461         * tmm.el: Replace mapcar with mapc in several places.
10463         * loadhist.el (unload-feature): Maybe call elp-restore-list and
10464         ad-unadvise.
10466         * international/latin1-disp.el: New file.
10468         * calendar/cal-move.el (scroll-calendar-left)
10469         (scroll-calendar-right): Make arg optional (for active mode line).
10471         * calendar/calendar.el (calendar-mode-line-format): Make fields
10472         mouse-sensitive.
10473         (calendar-read-date, calendar-read-date, calendar-window-list):
10474         Unquote lambda.
10475         (calendar-month-name): Use aref, not sref.
10477         * view.el (minor-mode-alist): Propertize the string.
10479         * international/characters.el (standard-case-table): Add entries
10480         for Greek.
10482 2000-09-18  Miles Bader  <miles@gnu.org>
10484         * info.el (info-node, info-xref): Add dark-background variants.
10486         * faces.el (header-line): Change defaults to be less confusing
10487         when mixed with mode-lines.
10489         * info.el (Info-fontify-node): Make a few cleanups.
10490         Add extra `help-echo' and `local-map' props to node xrefs.
10491         Use header-specific faces for node-names & xrefs.
10492         (Info-use-header-line): New variable.
10493         (info-header-xref, info-header-node): New faces.
10494         (Info-setup-header-line): New function.
10495         (Info-select-node): Call Info-setup-header-line when enabled.
10496         (Info-extract-pointer): Work even if the header line is hidden.
10497         (Info-header-line): New variable.
10499 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
10501         * vms-patch.el (print-region-function): Don't quote lambda.
10503         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10505         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10506         (lm-get-header-re): Allow spaces between the header and the colon.
10507         (lm-header): Allow $ in non-RCS headers.
10508         (lm-header-multiline): Put the strings back into order.
10509         Stop at an empty line.  Don't require two space chars if the
10510         line is clearly not another header line.
10512         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10513         (popup-menu-popup): Remove.
10515 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10517         * toolbar/toolbar.el (toolbar-add-item): Use the same image
10518         specification if or if not tool-bar item contains an `:enabled'
10519         property.
10521         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10522         current buffer has no file name.
10524 2000-09-15  Dave Love  <fx@gnu.org>
10526         * strokes.el: Sync with maintainer's current version with changes
10527         for Emacs, but avoid runtime cl and levents.
10528         (toplevel):  Change autoloads and compilation requires.
10529         (strokes-version, strokes-bug-address, strokes-lift): Values
10530         changed.
10531         (strokes-xpm-header, strokes-insinuated): New variable.
10532         (strokes): Add :link.
10533         (strokes-mode): Customized.
10534         (strokes-while-inhibiting-garbage-collector): New macro.
10535         (strokes-remassoc): Avoid remove-if.
10536         (strokes-fix-button2-command): Don't use ad-do-it.
10537         (strokes-insinuate): New function.
10538         (strokes-button-press-event-p, strokes-button-release-event-p):
10539         New functions, used instead of non-`strokes-' versions..
10540         (strokes-mouse-event-p): Rewritten.
10541         (strokes-event-closest-point): Avoid event-point.
10542         (strokes-get-grid-position): Avoid cdadr, caadr
10543         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10544         functions.
10545         (strokes-help): Use with-output-to-temp-buffer.
10546         (strokes-window-configuration-changed-p): New function.
10547         (strokes-update-window-configuration): Use buffer-live-p,
10548         strokes-window-configuration-changed-p.
10549         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
10550         (strokes-char-face): New face.
10551         (strokes-char-table, strokes-base64-chars): New variable.
10552         (strokes-xpm-for-stroke, strokes-list-strokes)
10553         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10554         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10555         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10556         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10557         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10558         functions.
10560 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10562         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10564         * image.el (create-image): Doc fix.
10566         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10567         instead of `:heuristic-mask t'.
10569 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10571         * makefile.w32-in: Revert to Unix line endings.
10573 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10575         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
10576         when installing.
10578         * makefile.nt (DONTCOMPILE): Fix typo.
10580         * shell.el (shell-write-history-on-exit): New function.
10581         (shell-dumb-shell-regexp): New custom variable.
10582         (shell-mode): Make shell-write-history-on-exit the process
10583         sentinel if shell name matches shell-dumb-shell-regexp.
10585         * w32-fns.el: Comment out before-init-hook function which resets
10586         source-directory based; this breaks bootstrap.
10588 2000-09-14  Dave Love  <fx@gnu.org>
10590         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10591         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10592         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10593         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10594         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10595         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10596         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
10597         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
10598         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10600         * toolbar/toolbar.el: New.
10602         * subdirs.el: Add toolbar.
10604 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
10606         * indent.el (indent-for-tab-command): Doc fix.
10608 2000-09-14  Alex Schroeder  <alex@gnu.org>
10610         * ansi-color.el (ansi-colors): Doc change.
10611         (ansi-color-get-face): Simplified regexp.
10612         (ansi-color-faces-vector): Added more faces, doc change.
10613         (ansi-color-names-vector): Doc change.
10614         (ansi-color-regexp): Simplified regexp.
10615         (ansi-color-parameter-regexp): New regexp.
10616         (ansi-color-filter-apply): Doc change.
10617         (ansi-color-filter-region): Doc change.
10618         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10619         deal with zero length parameters.
10620         (ansi-color-apply-on-region): Doc change.
10621         (ansi-color-map): Doc change.
10622         (ansi-color-map-update): Removed debugging message.
10623         (ansi-color-get-face-1): Added condition-case to trap
10624         args-out-of-range errors.
10625         (ansi-color-get-face): Doc change.
10626         (ansi-color-make-face): Removed.
10627         (ansi-color-for-shell-mode): New option.
10629 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
10631         * international/quail.el (quail-start-translation): Translate KEY
10632         if necessary even if it doesn't have any mapping in the current
10633         input method.
10634         (quail-start-conversion): Likewise.
10635         (quail-help): The output message is improved.
10637 2000-09-13  Miles Bader  <miles@gnu.org>
10639         * comint.el (comint-output-filter): Revert to using
10640         `insert-before-markers'.  Add bletcherous hack to undo damage
10641         caused by `insert-before-markers'.  Put `front-sticky' property on
10642         overlays created here so that the field code understands how the
10643         overlay works.  Use a let when making comint-last-prompt-overlay,
10644         so that the code is easier to read.
10646 2000-09-13  Dave Love  <fx@gnu.org>
10648         * wid-edit.el (widget-default-format-handler): DTRT when
10649         doc-property is a function.
10651 2000-09-12  Francesco Potorti`  <pot@gnu.org>
10653         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10654         filed name if it's not there.
10656 2000-09-12  Dave Love  <fx@gnu.org>
10658         * simple.el (read-mail-command): Doc fix.
10659         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10661         * vc.el (vc-dired-listing-switches): Fix :version.
10663         * vc-hooks.el: Doc fixes.
10665         * subr.el (add-minor-mode): Use toggle-fun arg.
10667         * speedbar.el: Add :version to several defcustoms.
10669         * imenu.el (imenu--truncate-items, imenu--cleanup)
10670         (imenu--generic-function): Avoid mapcar.
10671         (imenu--replace-spaces): Function removed.
10672         (imenu--completion-buffer): Use subst-char-in-string.
10673         (imenu-add-to-menubar): Use keymap inheritance.
10675 2000-09-12  Miles Bader  <miles@gnu.org>
10677         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10678         (diff-mode-map): Bind `diff-test-hunk'.
10679         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10681 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10683         * bytecomp.el (byte-compile-defvar): Undo last change
10684         because it breaks '(make-variable-buffer-local (defvar ...)'
10685         which is used at least in dired.
10687 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10689         * international/quail.el (quail-define-package): Docstring
10690         modified.
10692 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10694         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10695         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10696         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
10697         docstring of "chinese-py".
10699         * international/quail.el (quail-translation-docstring): New
10700         variable.
10701         (quail-show-keyboard-layout): Docstring modified.
10702         (quail-select-current): Likewise.
10703         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10704         infinite recursive call.
10705         (quail-help): Check quail-translation-docstring.  Format of the
10706         output changed.
10707         (quail-help-insert-keymap-description): Adjusted for the above
10708         change.
10710 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10712         * bytecomp.el (byte-compile-defvar): Only cons onto
10713         current-load-list in top-level forms.  Else this leaks a cons cell
10714         every time a defun is called.
10716 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
10718         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10719         Now understands non-unified diffs.  Some functionality moved into
10720         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
10721         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
10722         modify anything.  Only reposition point in the patched file if the
10723         patch succeeds.  Only pop up another window if POPUP is true.
10724         Emit a message describing what happened if successful, and at what
10725         line-offset.  Automatically detect reversed hunks and do something
10726         appropriate.
10727         (diff-hunk-text, diff-find-text): New functions.
10728         (diff-filter-lines): Function removed.
10729         (diff-test-hunk): New function.
10730         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10732 2000-09-10  Dave Love  <fx@gnu.org>
10734         * textmodes/tildify.el: Minor doc/commentary fixes.
10735         (tildify) <defgroup>: Add :version.
10737         * faces.el (face-x-resources): Make custom type more specific.
10738         (frame-background-mode): Use mapc.
10739         (region) <defcustom>: Add :version.
10741 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
10743         * vc-sccs.el (vc-sccs-register):
10744         * vc-rcs.el (vc-rcs-register):
10745         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10746         * vc.el (vc-register): Clear file's properties.
10748 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
10750         * faces.el (face-spec-set): Only face-spec-reset-face when
10751         ATTRS is non-nil.
10753 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10755         * help.el (help-insert-xref-button): Fix a typo in doc string.
10757 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
10759         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10760         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10761         methods.
10763         * menu-bar.el (read-mail-item-name): New function.
10764         (menu-bar-tools-menu): Use it to compute and display the package
10765         used to read email.
10766         (menu-bar-tools-menu): Fix typo in GUD's help string.
10768 2000-09-07  Dave Love  <fx@gnu.org>
10770         * diff-mode.el (diff-mouse-goto-source): New function.
10772         * vc-sccs.el: Doc fixes.
10773         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10775         * vc-rcs.el: Doc fixes.
10776         (vc-rcs-register-switches, vc-rcs-checkin-switches)
10777         (vc-rcs-checkout-switches, vc-rcs-header)
10778         (vc-rcs-master-templates): Add or change :version.
10780         * vc-cvs.el: Doc fixes.
10781         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10782         (vc-cvs-stay-local): Add :version.
10784         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10786 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10788         * international/quail.el (quail-help): Fix previous change.
10790 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10792         * faces.el (color-values): Doc fix.
10794         * faces.el (frame-set-background-mode): Use frame-parameter
10795         instead of frame-parameters.
10797         * frame.el (filtered-frame-list): Reduce consing.
10798         (frames-on-display-list): Call frame-parameter instead of
10799         frame-parameters.
10801 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10803         * language/devan-util.el (devanagari-to-indian-region): In the
10804         loop, change the following char, not preceding char.
10806 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10808         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10809         instead of frame-parameters.
10811         * faces.el (set-face-attribute): Simplify by calling
10812         internal-set-lisp-face-attribute with FRAME being 0.
10814         * vc.el: Remove `Id' version control keyword.
10816 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10818         * help.el (help-make-xrefs): Adjusted for the change of
10819         help-xref-mule-regexp.
10820         (help-insert-xref-button): New function.
10822         * international/mule-cmds.el (help-xref-mule-regexp-template):
10823         Include the pattern for character set.
10824         (leim): New group.
10826         * international/quail.el: Don't require face.
10827         (quail): New group.
10828         (quail-other-command): Dummy command to make quail-help work better.
10829         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10830         (quail-keyboard-layout-substitution): New variable.
10831         (quail-update-keyboard-layout): New function.
10832         (quail-keyboard-layout-type): New customizable variable.
10833         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10834         (quail-keyboard-translate): Pay attention to
10835         quail-keyboard-layout-substitution.
10836         (quail-insert-kbd-layout): New function.
10837         (quail-show-keyboard-layout): New function.
10838         (quail-get-translation): If the definition is a vector of length
10839         1, and the element is a string of length 1, return the character
10840         in that string.
10841         (quail-update-current-translations): Fix the case of
10842         relative-index out of range.
10843         (quail-build-decode-map, quail-insert-decode-map): New Functions.
10844         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10845         Show key sequences for all available characters.
10846         (quail-help-insert-keymap-description): Don't show such verbose
10847         key bindings as quail-self-insert-command.
10849         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10850         Format changed, and each element now have extra documentations.
10851         (tit-process-header): Delete invalid characters from TIT-PROMPT.
10852         Adjusted for the change of quail-cxterm-package-ext-info.
10854 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
10856         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10857         requiring it leads to a recursive loading of vc.el and vc-hooks.el
10858         during bootstrap.
10860 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10862         * vc.el: (toplevel): Don't require `dired' at run-time.
10863         (vc-dired-resynch-file): Remove autoload cookie.
10865 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10867         * vc.el: Made several backend functions optional.
10868         (vc-default-responsible-p): New function.
10869         (vc-merge): Use RET for first version to trigger merge-news, not
10870         prefix arg.
10871         (vc-annotate): Handle backends that do not support annotation.
10872         (vc-default-merge-news): Removed.  The existence of a merge-news
10873         implementation is now checked on caller sites.
10875         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10876         case.
10878         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10879         special case that has been removed from the default in vc-hooks.el.
10881 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10883         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10885 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10887         * vc-hooks.el: Require vc during compilation.
10888         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10889         macro `with-vc-properties' in vc.el.
10890         (vc-file-getprop): Doc fix.
10891         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10893         * vc.el: Require dired-aux during compilation.
10894         (vc-name-assoc-file): Moved to vc-sccs.el.
10895         (with-vc-properties): New macro.
10896         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10897         vc-finish-steal): Use it.
10898         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
10899         to the backend-specific function is now supposed to do the checkout,
10900         too.
10901         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10903         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10904         set file properties; that gets done in the generic code now.
10906         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10907         Changed parameter list, added code from vc.el that does the
10908         checkout, possibly with a double-take.
10910         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10911         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10912         the above under the new name.
10913         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
10914         parameter list, added checkout command.
10915         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10916         properties; that gets done in the generic code now.
10918 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10920         * vc.el: Docstring fixes (courtesy of checkdoc).
10922 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10924         * vc.el (vc-checkout-writable-buffer-hook)
10925         (vc-checkout-writable-buffer): Remove.
10926         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10927         (vc-log-mode): Make it into a clean derived major mode.
10928         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10929         vc-log-mode if log-edit is not available.
10930         (vc-dired-mode-map): Don't set-keymap-parent yet.
10931         (vc-dired-mode): Do set-keymap-parent here.
10932         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10934 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
10936         * faces.el (set-face-attribute, face-spec-reset-face)
10937         (face-spec-set): Avoid consing by removing calls to `apply'.
10939         * frame.el (frame-parameter): Move to C code.
10941 2000-09-05  Dave Love  <fx@gnu.org>
10943         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10944         insert-before-markers-and-inherit.  Now checked systematically!
10946 2000-09-05  Alex Schroeder  <alex@gnu.org>
10948         * sql.el (sql-postgres): Use sql-postgres-options.
10949         (sql-postgres-options): New variable.
10951 2000-09-05  Alex Schroeder  <alex@gnu.org>
10953         * sql.el (sql-mode-menu): Work around missing variable mark-active
10954         in XEmacs.
10955         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10956         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10957         compatibility.
10959 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
10961         * vc.el (vc-dired-resynch-file): Add autoload cookie.
10963         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10965         * Makefile.in (DONTCOMPILE): Fix typo in file name.
10967 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10969         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10970         don't support anything else under SCCS yet.
10972         * vc-hooks.el: Minor doc fixes.
10974 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10976         * vc.el (vc-next-action-on-file): Do not visit the file if it's
10977         not necessary.  If verbose in state `needs-patch', do the same as
10978         under `up-to-date'.  When NOT verbose and `needs-patch', check out
10979         latest version instead of `merge-news'.
10980         (vc-next-action-dired): Don't mess with default-directory here; it
10981         breaks other parts of dired.  It is the job of the
10982         backend-specific functions to adjust it temporarily if they need it.
10983         (vc-next-action): Remove a special CVS case.
10984         (vc-clear-headers): New optional arg FILE.
10985         (vc-checkin, vc-checkout): Set properties vc-state and
10986         vc-checkout-time properly.
10987         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10988         (vc-print-log): Use new backend function `show-log-entry'.
10989         (vc-cancel-version): Do the checks in a different order.  Added a
10990         FIXME concerning RCS-only code.
10992         * vc-rcs.el (vc-rcs-show-log-entry): New function.
10993         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10995         * vc-cvs.el (vc-cvs-show-log-entry): New function.
10997         * vc-hooks.el (vc-default-mode-line-string): Show state
10998         `needs-patch' as a `-' too.
11000 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11002         * vc.el (vc-responsible-backend): New optional arg REGISTER.
11003         (vc-default-could-register): New function.
11004         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11005         (vc-resynch-buffer): Call vc-dired-resynch-file.
11006         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11007         vc-resynch-buffer instead of vc-resynch-window.
11008         (vc-next-action-dired): Don't redisplay here, that gets done as a
11009         result of the individual file operations.
11010         (vc-retrieve-snapshot): Corrected prompt order.
11012         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11014         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11015         as well.
11016         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
11017         hostname regexps.  Updated all callers.
11018         (vc-cvs-responsible-p): Handle directories as well.
11019         (vc-cvs-could-register): New function.
11020         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11021         properties up-to-date.
11023         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11024         user whether to create one.
11026 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11028         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11029         check out a non-existing file.
11031         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11032         workfile does not exist.
11034         * vc.el (vc-version-diff): Use `require' to check for existence of
11035         diff-mode.
11037 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11039         * vc-cvs.el (vc-cvs-registered): Use new function
11040         vc-cvs-parse-entry to do the actual work.
11042 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11044         * vc-hooks.el (vc-find-backend-function): If function doesn't
11045         exist, return nil instead of error.
11046         (vc-call-backend): Doc fix.
11048         * vc.el (vc-do-command): Doc fix.
11049         (vc-finish-logentry): When checking in from vc-dired, choose the
11050         right backend for logentry check.
11051         (vc-dired-mode-map): Inherit from dired-mode-map.
11052         (vc-dired-mode): Local value of dired-move-to-filename-regexp
11053         simplified.
11054         (vc-dired-state-info): Removed, updated caller.
11055         (vc-default-dired-state-info): Use parentheses instead of hyphens.
11056         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11057         (vc-dired-listing-switches): New variable.
11058         (vc-directory): Use it, instead of dired-listing-switches.
11060         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11061         (vc-cvs-dir-state): New function.
11062         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11063         (vc-cvs-parse-entry): New function, also to be used in
11064         vc-cvs-registered.
11066 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11068         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11069         *or* single-window-frames.
11071 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11073         * vc.el (vc-update-changelog): Split into generic part and default
11074         implementation.  Doc string adapted.
11075         (vc-default-update-changelog): New function.  Call the `rcs2log'
11076         script in exec-directory, to fix a long-standing nuisance.
11078         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11079         simply signals an error.
11081 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11083         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11084         control-flow more clear and to avoid running `cvs' twice.
11086         * vc.el (vc-next-action-on-file): Doc fix.
11087         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11088         (vc-print-log): Eval `file' before constructing the continuation.
11090 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11092         * vc.el (vc-next-action-on-file): Corrected several messages.
11093         (vc-merge): Add prefix arg `merge-news'; handle it.
11095         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11096         is not reached.  It is.
11097         (vc-cvs-merge): Set state to 'edited after merge.
11098         (vc-cvs-merge-news): Set workfile version to nil if not known.
11099         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
11101         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11102         via stdout. (Merge from main line.)
11104 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11106         * vc.el (vc-finish-logentry): Thinko in the "same comment"
11107         detection.
11109 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11111         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11112         against kill-all-local-variables.
11113         (vc-log-edit): Don't save vc-parent-buffer any more.
11114         (vc-last-comment-match): Initialize to an empty string.
11115         (vc-post-command-functions): New hook.
11116         (vc-do-command): Run it.
11117         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11118         (vc-finish-logentry): Only add the comment to the ring if it's
11119         different from the last comment entered.
11120         (vc-new-comment-index): New function.
11121         (vc-previous-comment): Use it.  Make the minibuffer message
11122         slightly less terse.
11123         (vc-comment-search-reverse): Make it work forward as well.  Don't
11124         set vc-comment-ring-index if no match is found.  Use
11125         vc-new-comment-index.
11126         (vc-comment-search-forward): Use vc-comment-search-reverse.
11127         (vc-dired-mode-map): Don't inherit from dired-mode-map since
11128         define-derived-mode will do it for us.  Bind `v' to a keymap that
11129         inherits from vc-prefix-map so that we can bind `vt' without
11130         binding C-x v t.
11131         (vc-retrieve-snapshot): Parenthesis typo.
11133         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11134         to 1.  Make sure to switch to *vc* before looking for an error
11135         message.  Use vc-parse-buffer.
11137 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11139         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11140         and NAME.
11141         (vc-retrieve-snapshot): Split into two parts.
11142         (vc-default-retrieve-snapshot): New function.
11144         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11145         (vc-cvs-retrieve-snapshot): New function (untested).
11146         (vc-cvs-stay-local): Default to t.
11147         (vc-cvs-remote-p): New function and property.
11148         (vc-cvs-state): Stay local only if the above is t.
11149         (vc-handle-cvs): Removed.
11150         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11151         done via vc-handled-backends now.
11152         (vc-cvs-header): Escape Id.
11154 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11156         * vc.el (vc-do-command): Remove unused commands.
11157         (vc-version-diff): Make sure default-directory ends with a slash.
11158         Move the window commands into a vc-exec-after.
11159         (vc-print-log): Move more of the code into the `vc-exec-after'.
11161 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11163         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11164         (vc-print-log): Search current revision from beginning of buffer.
11165         (vc-revert-buffer): Clear echo area after the diff is finished.
11166         (vc-prefix-map): Removed definition of "t" for terse display in vc
11167         dired.
11168         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
11169         definition of "vt" for terse display.
11170         (vc-dired-mode): Fix dired-move-to-filename-regexp.
11172 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11174         * vc.el (vc-exec-after): Avoid caddr.
11176 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11178         * vc.el (vc-exec-after): New function.
11179         (vc-do-command): Use it to add a termination message for async
11180         procs.
11181         (vc-checkout): Try to handle a missing-backend situation.
11182         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11183         of a directory with a backend using async diffs.
11184         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11185         present.
11187         * vc-sccs.el (vc-sccs-state-heuristic): Use
11188         file-ownership-preserved-p.
11190         * vc-rcs.el (vc-rcs-state-heuristic): Use
11191         file-ownership-preserved-p.
11192         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11194 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11196         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11197         vc-do-command.
11199         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11200         when there are no changes.
11202 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11204         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11206         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11208 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11210         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11212         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11213         the `fset' outside of the defvar so that it works even if
11214         vc-prefix-map was already defined.
11215         (vc-setup-buffer): New function, split out of vc-do-command.
11216         (vc-do-command): Allow BUFFER to be t to mean `just use the
11217         current buffer without any fuss'.
11218         (vc-version-diff): Change the `diff' backend operation to just put
11219         the diff in the current buffer without erasing it.  Always use
11220         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
11221         shrink-window-if-larger-than-buffer.
11222         (vc-print-log): Change the `print-log' backend operation to just
11223         put the log in the current buffer without erasing it.  Protect
11224         shrink-window-if-larger-than-buffer.
11225         (vc-update-change-log): Fix setd typo.
11227         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11228         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11230         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11231         (vc-rcs-diff): Insert in the current buffer and remove unused arg
11232         CMP.
11234         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11235         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
11236         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11238 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11240         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11241         not possible, use vc-BACKEND-workfile-unchanged-p.
11242         (vc-default-workfile-unchanged-p): New function.  Delegates to a
11243         full vc-BACKEND-diff.
11245         * vc-hooks.el (vc-simple-command): Removed.
11247         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11248         instead of vc-simple-command.
11249         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11250         avoid doing a diff when opening a file.
11251         (vc-rcs-state): Added check for unlocked-changes.
11252         (vc-rcs-header): Escape Id.
11253         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11254         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11255         version.
11257         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11258         (vc-sccs-diff): Remove optional arg CMP.
11259         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11260         SCCS-specific function.
11262         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11263         vc-simple-command.
11265 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11267         * vc.el (vc-editable-p): Renamed from vc-writable-p.
11268         (with-vc-file, vc-merge): Use vc-editable-p.
11269         (vc-do-command): Remove unused var vc-file and fix the
11270         doubly-defined `status' var.  Add a user message when starting an
11271         async command.
11272         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11273         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11274         Use with-current-buffer.
11275         (vc-buffer-sync): Use unless.
11276         (vc-next-action-on-file): If the file is 'edited by read-only,
11277         make it read-write instead of trying to commit.
11278         (vc-version-diff, vc-update-change-log): Use `setq
11279         default-directory' rather than `cd'.
11280         (vc-log-edit): Don't forget to set default-directory in the
11281         buffer.
11283         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11284         (vc-sccs-state-heuristic): Use file-writable-p instead of
11285         comparing userids.
11286         (vc-sccs-checkout): Use `unless'.
11288         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11289         of comparing userids.
11290         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11291         Simplify the logic by eliminating unreachable code.
11292         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11293         just do a recursive call if we need to retry.
11294         (vc-rcs-checkout): Handle the case where rcs is missing by making
11295         the buffer read-write if requested and re-signalling the error.
11297         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11299 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11301         * vc-hooks.el (vc-handled-backends): Docstring change.
11302         (vc-ignore-vc-files): Mark obsolete.
11303         (vc-registered): Check vc-ignore-vc-files.
11304         (vc-find-file-hook, vc-file-not-found-hook): Don't check
11305         vc-ignore-vc-files.
11307         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11309 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11311         * vc.el (vc-checkout): Don't do anything special for ange-ftp
11312         files since ange-ftp already has vc-registered return nil.
11314         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11315         (vc-sccs-workfile-version): Use with-temp-buffer and new
11316         vc-parse-buffer and don't bother setting the property.
11317         (vc-sccs-add-triple): Use with-current-buffer and
11318         find-file-noselect.
11319         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11321         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
11322         derives from the old vc-parse-buffer but uses the revision number
11323         rather than the date (much easier to compare robustly).
11324         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
11325         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
11326         locking-user more directly.  Check strict locking and set
11327         checkout-model appropriately.
11328         (vc-rcs-parse-locks): Remove.
11329         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11330         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11331         (vc-rcs-system-release): Use with-current-buffer and
11332         vc-parse-buffer.
11333         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11335         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11336         (vc-simple-command): Docstring fix.
11337         (vc-registered): Align the way the file-handler is called with the
11338         way the function itself works.
11339         (vc-file-owner): Remove.
11341         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
11342         extraction of fields and call to file-attributes because of a
11343         temporary bug in rcp.el.
11344         (vc-cvs-fetch-status): Use with-current-buffer.
11346 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11348         * vc.el (vc-do-command): Use file-relative-name.
11349         (vc-responsible-backend): Use vc-backend if possible.
11350         (vc-create-snapshot): Improve the `interactive' spec. Add support
11351         for branches and dispatch to backend-specific `create-snapshot'.
11352         (vc-default-create-snapshot): New function, containing the bulk of
11353         the old vc-create-snapshot.
11354         (vc-retrieve-snapshot): Improve the interactive spec.
11356         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11357         (vc-backend-hook-functions): Remove.
11358         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11359         (vc-backend): Reintroduce the test for `file = nil' now that I
11360         know why it was there (and added a comment to better remember).
11362         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11363         code from vc-sccs-hooks.el.
11364         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
11365         'vc anymore.
11366         (vc-sccs-responsible-p): Use expand-file-name instead of concat
11367         and file-directory-p instead of file-exists-p.
11368         (vc-sccs-check-headers): Simplify the regexp.
11370         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11371         from vc-rcs-hooks.el.  Don't require 'vc anymore.
11372         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11373         file-directory-p instead of file-exists-p.
11375         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11376         from vc-cvs-hooks.el.
11377         (proto vc-cvs-registered): Require 'vc-cvs instead of
11378         'vc-cvs-hooks.  Don't require 'vc anymore.
11379         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11380         file-directory-p instead of file-exists-p.
11381         (vc-cvs-create-snapshot): New function, replacing
11382         vc-cvs-assign-name.
11383         (vc-cvs-assign-name): Remove.
11385 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11387         * vc-cvs.el (vc-cvs-header): New var.
11389         * vc-rcs.el (vc-rcs-exists): Remove.
11390         (vc-rcs-header): New var.
11392         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11393         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11394         (vc-sccs-header): New var.
11396         * vc.el (vc-do-command): Get rid of the `last' argument.
11397         (vc-header-alist): Remove, replaced by vc-X-header.
11398         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11399         (vc-dired-hook): Use expand-file-name instead of concat.
11400         (vc-directory): Use file-name-as-directory.
11401         (vc-snapshot-precondition, vc-create-snapshot)
11402         (vc-retrieve-snapshot): Allow the command to operate on any
11403         directory.
11405         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11406         just removing the 'WORKFILE argument or by removing the 'MASTER
11407         argument and replacing `file' with (vc-name file).
11409 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11411         * vc.el: Update Copyright and add a crude list of backend funs.
11412         (vc-writable-p): New function.
11413         (with-vc-file): Use vc-writable-p.
11414         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11415         (vc-register): Avoid vc-name.
11416         (vc-locking-user): Remove.
11417         (vc-steal-lock): Make the `owner' arg non-optional.
11418         (vc-merge): Use vc-writable-p instead of vc-locking-user and
11419         vc-checkout-model.
11420         (vc-default-dired-state-info): Use vc-state instead of
11421         vc-locking-user and return special strings for special states.
11422         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11423         and get rid of one of the special CVS cases.
11424         (vc-cancel-version): prettify error message with \\[...].
11425         (vc-rename-master): New function.
11426         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11427         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
11428         the CVS special case generic.
11429         (vc-default-record-rename): Remove.
11430         (vc-file-tree-walk-internal): Only call FUNC for files that are
11431         under control of some VC backend and replace `concat' with
11432         expand-file-name.
11433         (vc-file-tree-walk): Update docstring.
11434         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11435         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11437         * vc-sccs.el (vc-sccs-rename-file): Renamed from
11438         vc-sccs-record-rename.  Use `find-file-noselect' rather than
11439         `find-file' and call `vc-rename-master' to do the actual move.
11440         (vc-sccs-diff): Remove unused `backend' variable.
11442         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11443         to delay loading of vc-sccs until it is really used.
11444         (vc-sccs-master-templates): Preload.
11445         (vc-sccs-state): Update call to vc-sccs-parse-locks.
11446         (vc-sccs-project-dir): Remove (merged into
11447         vc-sccs-search-project-dir).
11448         (vc-sccs-search-project-dir): Rewrite using file name handling ops
11449         rather than `concat', make sure it is preloaded and don't bother
11450         to check that the file actually exists.
11451         (vc-sccs-parse-locks): Remove unused `file' argument, remove
11452         `locks' argument (use buffer's content instead) and eliminate n^2
11453         behavior.
11455         * vc-rcs.el: Update Copyright.
11456         (vc-rcs-rename-file): New function.
11457         (vc-rcs-diff): Remove unused `backend' variable.
11459         * vc-hooks.el: Update Copyright.
11460         (vc-backend): Don't accept a nil argument any more.
11461         (vc-up-to-date-p): Turn into a defsubst.
11462         (vc-possible-master): New function.
11463         (vc-check-master-templates): Use `vc-possible-master' and allow
11464         funs in vc-X-master-templates to return a non-existent file.
11466         * vc-cvs.el: Update Copyright.
11467         (vc-cvs-diff): Remove unused `backend' variable.
11468         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11470         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11472 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11474         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11475         since it can be called from vc-rcs.el.
11476         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11478 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11480         * vc.el (vc-version-diff): Expand file name read from the
11481         minibuffer.  Handle the case when a previous version number can't
11482         be guessed.  Give suitable messages when there were no differences
11483         found.
11484         (vc-clear-headers): Call backend-specific implementation, if one
11485         exists.
11486         (vc-cancel-version): Made error checks generic.  When done, clear
11487         headers generically, too.
11489         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11490         from vc-clear-headers in vc.el.
11492         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11493         correctly.
11494         (vc-rcs-latest-on-branch-p): Made second argument VERSION
11495         optional.  Handle the case when it's not there.
11497 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11499         * vc.el (vc-locking-user): Moved from vc-hooks.el.
11501 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11503         * vc-hooks.el (vc-loadup): Remove.
11504         (vc-find-backend-function): Use `require'.  Also, handle the case
11505         where vc-BACKEND-hooks.el doesn't exist.
11506         (vc-call-backend): Cleanup.
11508 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11510         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11511         vc-rcs-grab-templates)
11512         (vc-rcs-registered): Remove.  The default function works as well.
11513         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11514         vc-sccs-grab-templates)
11515         (vc-sccs-registered): Remove.  The default function works as well.
11517         * vc.el (vc-version-diff): Left out a vc- in call to
11518         vc-call-backend.
11519         (vc-default-dired-state-info, vc-default-record-rename)
11520         (vc-default-merge-news): Update for the new backend argument.
11522         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11523         using the default function.
11524         (vc-call-backend): If calling the default function, pass it the
11525         backend as first argument.  Update the docstring accordingly.
11526         (vc-default-state-heuristic, vc-default-mode-line-string): Update
11527         for the new backend argument.
11528         (vc-make-backend-sym): Renamed from vc-make-backend-function.
11529         (vc-find-backend-function): Use the new name.
11530         (vc-default-registered): New function.
11532 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11534         * vc.el (vc-merge): Use vc-find-backend-function.
11536         * vc-hooks.el (vc-backend-functions): Remove.
11537         (vc-loadup): Don't setup 'vc-functions.
11538         (vc-find-backend-function): New function.
11539         (vc-call-backend): Use above fun and populate 'vc-functions
11540         lazily.
11541         (vc-backend-defines): Remove.
11543 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11545         * vc.el (vc-register): Put a FIXME note for a newly found bug.
11546         Call vc-call-backend without the leading vc-.
11547         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11548         (vc-check-headers): Call vc-call-backend without the leading vc-.
11549         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11550         (vc-annotate-display): Replace confusing use of `cond' with `or'.
11551         Call vc-call-backend without the leading vc-.
11553         * vc-cvs.el (tail): Provide vc-cvs.
11554         * vc-sccs.el (tail): Provide vc-sccs.
11555         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11557         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11558         (vc-make-backend-function, vc-call): Pass names without leading
11559         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11560         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11561         (vc-call-backend): Always try to load vc-X-hooks.
11562         (vc-registered): Remove vc- in call to vc-call-backend.
11564 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11566         * vc.el (vc-process-filter): New function.
11567         (vc-do-command): Setup `vc-process-filter' for the async process.
11568         (vc-maybe-resolve-conflicts): New function to reduce
11569         code-duplication.  Additionally, it puts the buffer in
11570         `smerge-mode' if applicable.
11571         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11572         calling `merge-news'.
11573         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11574         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
11575         interfacing to log-edit.el.
11576         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11577         log-edit is available.
11578         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11580 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11582         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11583         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11584         defvar and the initialization.
11585         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11587         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11588         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11590         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11592 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11594         * vc.el (vc-file-clear-masterprops): Removed.
11595         (vc-checkin, vc-revert-buffer): Removed calls to the above.
11596         (vc-version-diff): Use buffer-size without argument.
11597         (vc-register): Heed vc-initial-comment.
11599         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11600         default branch.
11602         * vc-rcs.el (vc-rcs-register): Parse command output to find master
11603         file name and workfile version.
11604         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11606         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11607         vc-file-clear-masterprops.
11609         * vc-sccs.el (vc-sccs-checkout): Removed call to
11610         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
11611         rather than user login name.
11614 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11616         * vc.el (vc-workfile-unchanged-p): Remove unused argument
11617         `want-differences-if-changed' and simplify.
11618         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11619         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11620         output (which is invalid for async vc-diff) to decide whether to
11621         do the revert silently or not.
11623 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11625         * vc-hooks.el (vc-loadup): Load files quietly.
11626         (vc-call-backend): Oops, brain fart.
11628 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11630         * vc-cvs.el (vc-cvs-state): Typo.
11631         (vc-cvs-merge-news): Return the status code rather than the error msg.
11633 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11635         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11636         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11637         vc-state or vc-up-to-date-p.
11638         (vc-merge): Use vc-backend-defines to check whether merging is
11639         possible.  Set state to 'edited after successful merge.
11641         * vc-hooks.el (vc-locking-user): If locked by the calling user,
11642         return that name.  Redocumented.
11644 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11646         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11647         new `vc-state' semantics.
11648         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11649         'vc-locking-user to the current user.
11650         (vc-merge): Inline vc-backend-merge.  Comment out code that I
11651         don't understand and hence can't adapt to the new `vc-state' and
11652         `vc-locking-user' semantics.
11653         (vc-backend-merge): Remove.
11655         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11656         rather than 'vc-locking-user.
11658         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11660         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11661         (vc-state): Don't use 'reserved any more.  Just use the same
11662         convention as the one used for vc-<backend>-state where the
11663         locking user (as a string) is returned.
11664         (vc-locking-user): Update, based on the above convention. The
11665         'vc-locking-user property has disappeared.
11666         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11668         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11669         with a heuristic one.
11670         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11671         (vc-cvs-checkin): Do a trivial parse to set the state in case of
11672         error.  That allows us to get to 'needs-merge even in the
11673         stay-local case.  There's still no way to detect 'needs-patch in
11674         such a setup (or to force an update for that matter).
11675         (vc-cvs-logentry-check): Remove, the default works as well.
11677 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11679         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11681         * vc.el (vc-do-command): kill-all-local-variables, to reset any
11682         major-mode in which the buffer might have been put earlier.  Use
11683         `remove' and `when'.  Allow `okstatus' to be `async' and use
11684         `start-process' in this case.
11685         (vc-version-diff): Handle the case where the diff looks empty
11686         because of the use of an async process.
11688 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11690         * vc.el (vc-next-action-on-file): Removed optional parameter
11691         `simple'.  Recompute state unconditionally.
11692         (vc-default-toggle-read-only): Removed.
11694         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11695         (vc-toggle-read-only): Undid prev change.
11697         * vc-cvs.el (vc-cvs-stay-local): Renamed from
11698         vc-cvs-simple-toggle.  Redocumented.
11699         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11700         (vc-cvs-toggle-read-only): Removed.
11702 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11704         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11705         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11706         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11707         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
11708         still is. So maybe it should be removed.
11709         (vc-head-version, vc-find-binary): Remove.
11710         (vc-recompute-state): Move from vc-hooks.el.
11711         (vc-next-action-on-file): Add a `simple' argument to allow
11712         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11713         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11714         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11715         (vc-dired-mode-map): Properly defvar it.
11716         (vc-print-log): Call log-view-mode if available.
11717         (small-temporary-file-directory): defvar instead of use boundp.
11718         (vc-merge-news): Moved to vc-cvs.el.
11719         (vc-default-merge-news): New function.
11721         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11722         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11723         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11724         unknown `vc-latest-version' function.  It should probably refer to
11725         vc-workfile-version or somesuch, but it's very unclear to me and I
11726         don't have SCCS to test things.
11728         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11729         (vc-sccs-state-heuristic): Fix typo.
11730         (vc-sccs-workfile-unchanged-p): Add missing argument.
11732         * vc-rcs.el: Require vc and vc-rcs-hooks.
11733         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11734         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11735         (vc-release-greater-or-equal-p): Move from vc.
11736         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11737         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11738         (vc-rcs-checkout): Add a missing `new-version' argument in the
11739         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
11741         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11742         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11743         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11744         than the apparently unbound `workfile-version'.
11746         * vc-hooks.el (vc-master-templates): Def the obsolete var.
11747         (vc-file-prop-obarray): Use `make-vector'.
11748         (vc-backend-functions): Add new hookable functions
11749         vc-toggle-read-only, vc-record-rename and vc-merge-news.
11750         (vc-loadup): If neither backend nor default functions exist, use
11751         the backend function rather than nil.
11752         (vc-call-backend): If the function if not bound yet, try to load
11753         the non-hook file to see if it provides it.
11754         (vc-call): New macro plus use it wherever possible.
11755         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11756         nor `vc-find-binary' since it's only called from
11757         vc-mistrust-permission which is only used once the backend is known.
11758         (vc-checkout-model): Fix parenthesis.
11759         (vc-recompute-state, vc-prefix-map): Move to vc.el.
11761         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11762         (vc-cvs-release, vc-cvs-system-release): Remove.
11763         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11764         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11765         status symbols.
11766         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11767         (vc-cvs-toggle-read-only): First cut at a function to allow a
11768         cvs-status-free vc-toggle-read-only.
11769         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11770         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11771         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
11772         (vc-cvs-checkout): Modify access rights directly if the user
11773         requested not to use `cvs edit'.  And refresh the mode line.
11775         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11776         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11778 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11780         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
11781         workfile' that got lost when the code was extracted from vc.el.
11782         And merged the tail with the rest of the code (not possible in the
11783         old vc.el where the tail was shared among all backends).  And
11784         explicitly set the state to 'edited if `writable' is set.
11786         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11787         (vc-cvs-state): Be careful to return the value from
11788         vc-cvs-parse-state.
11789         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
11790         property but return it instead.  Also be careful to handle a nil
11791         or "" `rev' when workfile is non-nil (it was handled properly when
11792         workfile was nil).
11794         * vc.el: Removed those pesky unnecessary `(function' quotes.
11795         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11796         directly in the defvar.
11797         (vc-do-command): Bind inhibit-read-only so as to properly handle
11798         the case where the destination buffer has been made read-only.
11799         (vc-diff): Delegate to vc-version-diff in all cases.
11800         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11801         (vc-annotate-mode-variables): Removed (code moved partly to
11802         defvars and partly to vc-annotate-add-menu).
11803         (vc-annotate-mode): Turned into a derived-mode.
11804         (vc-annotate-add-menu): Moved in code in
11805         vc-annotate-mode-variables.
11806         (vc-update-change-log): Use make-temp-file if available.
11808 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
11810         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11811         `vc-checkout-model' updated to `vc-cvs-update-model'.
11813 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11815         * vc.el (vc-next-action-on-file): Added handling of state
11816         `unlocked-changes'.
11817         (vc-checkout-carefully): Is now practically obsolete, unless the
11818         above is too slow to be enabled unconditionally.
11819         (vc-update-change-log): Fixed typo.
11821         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11823         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11824         Now handles state `unlocked-changes'.
11825         (vc-sccs-workfile-unchanged-p): New function, to support the above.
11827         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11829         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11830         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
11831         `unlocked-changes'.
11832         (vc-rcs-workfile-unchanged-p): Renamed from
11833         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
11834         function yet, but supposed to become one soon.
11836         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11837         `vc-steal-lock'.
11838         (vc-call-backend): Changed error message.
11839         (vc-state): Added description of state `unlocked-changes'.
11841 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11843         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11844         always return t in CVS-controlled directories.
11846         * vc.el (vc-responsible-backend): New function.
11847         (vc-register): Largely rewritten.
11848         (vc-admin): Removed (implementation moved into vc-register).
11849         (vc-checkin): Redocumented.
11850         (vc-finish-logentry): If no backend defined yet (because we are in
11851         the process of registering), use the responsible backend.
11853         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11854         Updated function lists.
11855         (vc-call-backend): Fixed typo.
11857         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11858         New functions.
11859         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11860         Removed query option.  Redocumented.
11862 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11864         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11866         * vc.el: Updated callers of `vc-checkout-required' to use
11867         `vc-checkout-model'.
11869 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11871         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
11872         stuff updated to reference this function instead of the old
11873         `vc-backend-release-p'.
11875 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11877         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11878         vc-checkout-model.  Return appropriate values.  Updated callers.
11880 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11882         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11883         (vc-backend-revert): Function moved into `vc-revert';
11884         `vc-next-action' must be updated to accomodate this change.
11885         (vc-backend-steal): Function moved into `vc-finish-steal'.
11886         (vc-backend-logentry-check): Function moved into
11887         `vc-finish-logentry'.
11888         (vc-backend-printlog): Function moved into `vc-print-log'.
11889         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11890         (vc-backend-assign-name): Function moved into
11891         `vc-create-snapshot'.
11893 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11895         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11896         Rename to vc-checkout-model.  Return appropriate values.
11897         Update callers.
11899         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11900         to vc-checkout-model.
11901         (vc-checkout-required): Rename to vc-checkout-model.
11902         Re-implement and re-comment.
11903         (vc-after-save): Use vc-checkout-model.
11905 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11907         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11908         Update to use the vc-BACKEND-diff functions instead.
11909         `vc-diff' is now working.
11911         * vc-rcs.el (vc-rcs-logentry-check): New function.
11913         * vc-cvs.el (vc-cvs-logentry-check): New function.
11915         * vc-sccs.el (vc-sccs-diff): Function changed name from
11916         `vc-backend-diff'.  This makes `vc-diff' work.
11918         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11919         of functions possibly implemented in a vc-BACKEND library.
11920         (vc-checkout-required): Fix bug that caused an error to be
11921         signaled during `vc-after-save'.
11923         * vc.el: Fix typo.
11924         This checkin is made with our new VC code base for the very first time.
11925         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11927         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11928         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11930         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11931         updated to `vc-uses-locking'.
11932         (vc-checkout-required): Call to backend function.
11933         `vc-checkout-required' updated to `vc-uses-locking' instead.
11935         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11936         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11938         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11939         to match the split into various backends.
11940         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
11941         (vc-retrieve-snapshot): Bug fix.
11943 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11945         * vc-sccs.el (vc-sccs-release): Doc fix.
11947 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11949         * vc.el (vc-next-action-on-file): Bug found and fixed.
11950         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11951         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11953         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11954         (vc-rcs-checkout): Name space cleaned up.  No more revision number
11955         crunching function names that are not prefixed with vc-rcs.
11956         (vc-rcs-checkout-model): Function added.  References to
11957         `vc-checkout-model' replaced.
11959 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11961         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11962         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
11963         still need to be split, and implemented for RCS).
11965 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11967         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11969         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11970         required by the vc.el file.
11972         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11973         required by the vc.el file.
11974         (vc-rcs-exists): Function added.
11976         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11977         required by the vc.el file.
11979         * vc.el (vc-admin): Updated to handle selection of appropriate
11980         backend.  Current implementation is crufty and need re-thinking.
11982         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11984 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11986         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11987         beginning of annotate buffers correctly.
11989         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11990         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11991         functionality updated quite a lot to support multiple backends.
11992         Variables `vc-annotate-mode', `vc-annotate-buffers',
11993         `vc-annotate-backend' added.
11995         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11996         `vc-annotate-difference' added to supported backend functions.
11998 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12000         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12001         Use with-temp-file instead of /bin/sh.  Merged from mainline
12003 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12005         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12007         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12009         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12011 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12013         * vc-hooks.el: vc-state-heuristic added to
12014         vc-backend-hook-functions.
12016         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12018         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12020         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12021         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
12022         state to `reserved'.
12024         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12025         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
12027 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12029         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
12030         untouched.
12032         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12034         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12035         if defined.  (Merged from main line, slightly adapted.)
12037         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12038         millenium problem (merged from mainline).
12040 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12042         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12043         part and moved the non-BACKEND stuff to vc.el.
12045         * vc.el: Split the annotate feature into a BACKEND specific part
12046         and moved it from the vc-cvs.el file to this one.
12048 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12050         * vc-hooks.el: Implement new state model.
12051         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12052         (vc-locking-user): Simplify.  Now only needed if the file is
12053         locked by somebody else.
12054         (vc-lock-from-permissions): Remove.  Functionality is in
12055         vc-sccs-hooks.el and vc-rcs-hooks.el now.
12056         (vc-mode-line-string): New name for former vc-status.  Adapted.
12057         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
12059         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12060         Various simplifications and adaptations all over the place.
12062         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12063         Simplify and adapt the rest.
12065         * vc.el (vc-resynch-window): Add TODO comment: check for
12066         interaction with view mode according to recent RCS change.
12067         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12069 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12071         * vc.el: Convert the remaining function comments to docstrings.
12073 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12075         * vc.el (vc-backend-release, vc-release-greater-or-equal)
12076         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12077         (vc-minor-part, vc-previous-version): Functions that operate and
12078         compare revision numbers got proper documentation.  Comments added
12079         about their possible removal.
12081 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12083         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12084         the vc-backend.el files.
12086         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12088         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12089         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12090         (vc-rcs-previous-version): Functions added.
12092         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12094         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12096 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12098         * vc-hooks.el (vc-master-templates): Is really obsolete.
12099         Comment out the definition for now.  What is the right procedure
12100         to get rid of it?
12101         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12102         rewritten.
12103         (vc-default-registered): Remove.
12104         (vc-check-master-templates): New function; does mostly what the
12105         above did before.
12106         (vc-locking-user): Don't rely on the backend to set the property.
12108         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12109         Rewrite documentation.
12110         (vc-rcs-templates-grabbed): New variable.
12111         (vc-rcs-grab-templates): New function.
12112         (vc-rcs-registered): Rewrite to use above mechanism.
12114         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12115         Rewrite documentation.
12116         (vc-sccs-templates-grabbed): New variable.
12117         (vc-sccs-grab-templates): New function.
12118         (vc-sccs-registered): Rewrite to use above mechanism.
12119         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12120         Don't throw the result, simply return it.
12122         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12123         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
12124         (vc-cvs-registered): Does the check itself now.  Simplify.
12126         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12127         from main line.
12129 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12131         * vc-cvs.el (vc-cvs-diff): New function.
12133         * vc-sccs.el (vc-sccs-diff): New function.
12135         * vc-rcs.el (vc-rcs-diff): New function.
12136         (vc-rcs-checkout): Bug (typo) found and fixed.
12137         (vc-rcs-register-switches): New variable.
12139         * vc.el (vc-backend-diff): Function removed and placed in the
12140         backend files.
12142 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12144         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12146         * vc.el (vc-backend-checkout): Function removed and replaced in
12147         the vc-backend.el files.
12149         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12151         * vc.el (vc-backend-admin): Removed and replaced in the
12152         vc-backend.el files.
12154         * vc.el (Martin): Removed all the annotate functionality since it
12155         is CVS backend specific.
12157 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12159         * spec.txt: Added specification of vc-state.
12161         * vc-sccs-hooks.el (vc-sccs-master-properties):
12162         Remove handling of vc-latest-version and
12163         vc-your-latest-version.  What used to be vc-latest-version, is now
12164         returned as vc-workfile-version.
12165         (vc-sccs-workfile-version): Adapt.
12167 2000-09-04  Dave Love  <fx@gnu.org>
12169         * vc.el: [Merged from mainline.]
12170         (vc-dired-mode): Make the dired-move-to-filename-regexp
12171         regexp match the date, to avoid treating date as file size.
12172         Add YYYY S option to WESTERN/
12174 2000-09-04  Dave Love  <fx@gnu.org>
12176         * vc.el: Require `compile' when compiling.
12177         (vc-logentry-check-hook): New option.
12178         (vc-steal-lock): Use compose-mail.
12179         (vc-dired-mode-map): Defvar when compiling.
12180         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12181         vc-sccs.el and renamed.  Callers changed.
12182         (vc-backend-checkout, vc-backend-logentry-check)
12183         (vc-backend-merge-news): Doc fix.
12184         (vc-default-logentry-check): New function.
12185         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12186         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12187         (vc-backend-merge): Doc fix.  Use backend functions.
12188         (vc-check-headers): Use backend functions.
12190         * vc-cvs.el: Require vc when compiling.
12191         (vc-cvs-register-switches): Doc fix.
12192         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12193         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12194         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12195         New functions (code from vc.el).
12196         (vc-annotate-display-default): Fix interactive spec.
12197         (vc-annotate-time-span): Doc fix.
12199         * vc-rcs.el: Require vc when compiling.
12200         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12201         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12202         (vc-rcs-checkin): New functions (code from vc.el).
12203         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12204         Doc fix.
12205         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
12207         * vc-sccs.el: Require vc when compiling.
12208         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12209         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12210         (vc-sccs-revert)
12211         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12212         from vc.el).
12213         (vc-sccs-add-triple, vc-sccs-record-rename)
12214         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12215         (vc-sccs-admin): Doc fix.
12217 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
12219         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12220         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12221         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12222         from vc.el.
12224         * vc-sccs.el (vc-admin-sccs): Added from vc.el
12226         * vc-cvs.el: Moved the annotate functionality from vc.el.
12227         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12229 2000-09-04  Dave Love  <fx@gnu.org>
12231         * vc.el (vc-backend-release): Call vc-system-release.
12233         * vc-sccs.el (vc-sccs-system-release):
12234         Renamed from vc-sccs-backend-release.
12236         * vc-rcs.el (vc-rcs-system-release):
12237         Renamed from vc-rcs-backend-release.
12239         * vc-cvs.el (vc-cvs-system-release):
12240         Renamed from vc-cvs-backend-release.
12242 2000-09-04  Dave Love  <fx@gnu.org>
12244         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12245         backend files.
12246         (vc-backend-release): Dispatch to backend functions.
12247         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
12248         probably needs attention.]
12250         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12251         (vc-sccs-backend-release): New function.
12253         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12254         (vc-cvs-backend-release): New function.
12256         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12257         Doc fix.
12258         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12259         (vc-default-dired-state-info): New function.
12260         (vc-dired-state-info): Dispatch to backends.
12261         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
12263         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12264         from vc.el and renamed.
12266 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12268         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12269         (vc-version-other-window, vc-backend-assign-name): Removed
12270         references to vc-latest-version; sometimes changed into
12271         vc-workfile-version.
12273         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12274         vc-rcs-master-workfile-version.
12275         (vc-rcs-workfile-version): Use the above.  Don't call
12276         vc-latest-version (that was unreachable code, anyway).
12277         (vc-rcs-fetch-master-properties): Doc fix.
12279         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12280         (vc-backend-hook-functions): Removed them from this list, too.
12281         (vc-fetch-properties): Removed.
12282         (vc-workfile-version): Doc fix.
12284         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12285         (vc-rcs-workfile-version, vc-rcs-locking-user)
12286         (vc-rcs-uses-locking): Use it.
12288         * vc-hooks.el (vc-consult-rcs-headers):
12289         Moved into vc-rcs-hooks.el, under the name
12290         vc-rcs-consult-headers.
12292         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12293         headers.
12294         (vc-cvs-find-master): Use this name only; correct different
12295         versions of the name.
12297         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12298         New functions.
12299         (vc-sccs-locking-user): Use the latter.
12301         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12302         New functions.
12304         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12305         Moved into both
12306         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
12307         functions are implementation details of those two backends.
12309 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12311         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12312         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12314         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12315         (vc-sccs-parse-locks): SCCS-specific code moved here from
12316         vc-hooks.
12318         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12319         code moved here from vc-hooks.
12321         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12322         into back-end specific parts and removed.  Callers not updated
12323         yet; because I guess these callers will disappear into back-end
12324         specific files anyway.
12326 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12328         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12329         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12330         `vc-uses-locking'.
12332         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12333         Store yes/no in the property, and return t/nil.  Updated all
12334         callers.
12336         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12337         vc-sccs-uses-locking.  Don't set property.
12338         (vc-sccs-locking-user): Don't set property.
12340         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12341         vc-cvs-uses-locking.  Don't set property here; leave that to
12342         vc-hooks.
12343         (vc-cvs-locking-user): Reflect above change.  Streamlined.
12345         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12346         vc-rcs-uses-locking.
12347         (vc-rcs-locking-user): Reflect above change.
12349 2000-09-04  Dave Love  <fx@gnu.org>
12351         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12353         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12355         * vc-hooks.el (vc-checkout-model): Punt to backends.
12357         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12359         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12361         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12362         New functions.
12364         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12365         New functions.
12367         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12368         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12370         * vc-hooks.el (vc-default-locking-user): New function.
12371         (vc-locking-user, vc-workfile-version): Punt to backends.
12373 2000-09-04  Dave Love  <fx@gnu.org>
12375         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12376         (vc-master-workfile-version): Moved from vc-hooks.
12378         * vc-rcs-hooks.el: Fix duplicate code in last change.
12380         * vc-rcs-hooks.el: Require vc-hooks when compiling.
12381         (vc-rcs-master-templates): Improve :type.
12382         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12383         vc-master-workfile-version): Moved from vc-hooks.
12385         * vc-sccs-hooks.el: Require vc-hooks when compiling.
12386         (vc-sccs-master-templates): Improve :type.
12387         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12389         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12391         * vc-cvs-hooks.el: Require vc-hooks when compiling.
12392         (vc-cvs-master-templates): Improve :type.  Use
12393         vc-cvs-find-cvs-master.
12394         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12395         from vc-hooks.
12396         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12398         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12399         Moved to vc-cvs-hooks.
12401         * vc-hooks.el: Add doc strings in various places.  Simplify the
12402         minor mode setup.
12403         (vc-handled-backends): New user variable.
12404         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12405         simplification.
12407 2000-09-04  Dave Love  <fx@gnu.org>
12409         * vc.el: Some doc fixes for autoloaded and interactive functions.
12410         Fix compilation warnings from ediff stuff.
12411         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12413         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12415         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12417         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12419 2000-09-04  Dave Love  <fx@gnu.org>
12421         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12422         New variable.
12423         (vc-make-backend-function, vc-loadup, vc-call-backend)
12424         (vc-backend-defines): New functions.
12426         * vc-hooks.el: Various doc fixes.
12427         (vc-default-back-end, vc-follow-symlinks): Custom fix.
12428         (vc-match-substring): Function removed.  Callers changed to use
12429         match-string.
12430         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12431         Simplify.
12433 2000-09-04  Dave Love  <fx@gnu.org>
12435         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12436         type.
12437         (vc-sccs-project-dir, vc-search-sccs-project-dir)
12438         (vc-sccs-registered): Doc fix.
12440         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12441         (vc-cvs-registered): Doc fix.
12443         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12444         (vc-rcs-registered): Doc fix.
12446 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12448         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12450         * vc-hooks.el: vc-registered has been renamed
12451         vc-default-registered.  Some functions have been moved to the
12452         backend specific files.  they all support the
12453         vc-BACKEND-registered functions.
12455 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12457         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12459         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12461 2000-09-04  Dave Love  <fx@gnu.org>
12463         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12464         menu-bar-update-hook.
12466         * help.el (help-manyarg-func-alist): Add
12467         find-operation-coding-system.
12469         * wid-edit.el (widget-sexp-validate): Fix garbled code.
12471         * custom.el (custom-set-variables): Print message about errors in
12472         setting.
12474 2000-09-03  Andrew Innes  <andrewi@gnu.org>
12476         * makefile.w32-in: Change to DOS line endings.
12478 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12480         * mouse.el (mouse-popup-menubar): Supply the prompt string for
12481         minor-mode keymaps, if they don't have one.
12483 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12485         * eshell/esh-module.el (eval-when-compile): Don't lose if
12486         esh-module.el's file name is truncated to DOS 8+3 limits.
12488 2000-09-01  John Wiegley  <johnw@gnu.org>
12490         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12491         predicate, which caused entries in the completion list to be
12492         doubled.
12494 2000-08-30  John Wiegley  <johnw@gnu.org>
12496         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12497         sending to subprocesses.  Also, hook pre-command-hook if
12498         `eshell-send-direct-to-subprocesses' is non-nil.
12499         (eshell-send-direct-to-subprocesses): New config variable.  If t,
12500         subprocess input is send immediately.
12501         (eshell-toggle-direct-send): New function.
12502         (eshell-self-insert-command): New function.
12503         (eshell-intercept-commands): New function.
12504         (eshell-send-input): If direct subprocess sending is enabled,
12505         don't echo any input to the Eshell buffer.  Let the subprocess
12506         handle that.  This requires "stty echo" in bash, for example.
12508 2000-08-28  John Wiegley  <johnw@gnu.org>
12510         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12511         completion function for Eshell's implementation of `unset'.
12513 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12515         * info.el (Info-directory-list): Doc fix.
12517 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
12519         * filecache.el (file-cache-add-directory-using-find): Don't quote
12520         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12522 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
12524         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12525         coding systems.
12527 2000-08-30  Andrew Innes  <andrewi@gnu.org>
12529         * timer.el (run-with-idle-timer): Undo last change, so that timer
12530         is not activated immediately if Emacs is already idle.  Some
12531         existing code relies on this behaviour.
12533 2000-08-30  Miles Bader  <miles@gnu.org>
12535         * frame.el (set-frame-font): Do completion of font-name for
12536         interactive use.
12538 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
12540         * international/quail.el (quail-start-translation): Bind locally
12541         last-command-event, last-command, and this-command.
12542         (quail-start-conversion): Likewise.
12543         (quail-self-insert-command): Fix docstring.
12545 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
12547         * progmodes/executable.el
12548         (executable-make-buffer-file-executable-if-script-p): Check that
12549         buffer contains at least 2 characters.
12551 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
12553         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12555 2000-08-29  Dave Love  <fx@gnu.org>
12557         * diff-mode.el (diff-mode) <defgroup>: Add :version.
12558         (diff-mode-shared-map): Bind mouse-2.
12559         (diff-imenu-generic-expression): New variable.
12560         (diff-mode): Use it.
12562         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12563         (mouse-popup-menubar): Add minor mode menus.
12564         (popup-menu): Check for lookup-key returning number.
12566 2000-08-29  Miles Bader  <miles@gnu.org>
12568         * comint.el (comint-send-input): Create overlays using the proper
12569         front/read-advance arguments.
12571 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12573         * ps-print.el: Even/odd pages printing.  Doc fix.
12574         (ps-print-version): New version number (6.0).
12575         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12576         (ps-background, ps-begin-file, ps-begin-job): Code fix.
12577         (ps-print-duplex-feature): Variable eliminated.
12578         (ps-even-or-odd-pages): New variable.
12580         * progmodes/ebnf2ps.el: Doc fix.
12581         (ebnf-version): New version (3.3).
12582         (ebnf-user-arrow): Change variable customization to sexp.
12583         (ebnf-user-arrow): Function eliminated.
12584         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12586 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
12588         * help.el (help-xref-mule-regexp): New variable.
12589         (help-make-xrefs): Handle help-xref-mule-regexp.
12591         * international/mule-cmds.el (help-xref-mule-regexp-template): New
12592         variable.
12593         (describe-input-method): Temporarily activate the specfied input
12594         method to display the information.
12595         (describe-language-environment): Hyperlinks to mule related items.
12597         * international/mule-diag.el (charset-multibyte-form-string): New
12598         function.
12599         (list-character-sets-1): Use charset-multibyte-form-string.
12600         (describe-character-set): New function.
12601         (describe-coding-system): Hyperlinks to safe character sets.
12603         * international/quail.el (quail-help): New arg PACKAGE.
12604         Hyperlinks to mule related items.
12605         (quail-help-insert-keymap-description): Use
12606         substitute-command-keys instead of describe-bindings.
12607         (quail-translation-help): Hyperlinks to mule related items.
12609 2000-08-28  John Wiegley  <johnw@gnu.org>
12611         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12612         have a defsubst call itself.  Made `eshell-flatten-list' back into
12613         a function again.
12615         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12616         catch, in case re-centering point at bottom messes up the display.
12617         This happens frequently in Emacs 21, due I believe to variable
12618         line heights.
12620         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12621         to call `find-tag-interactive'.
12623         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12624         the list of remember directories.
12626 2000-08-28  John Wiegley  <johnw@gnu.org>
12628         * align.el: Test align-region-separate to see if it's a symbol.
12630 2000-08-28  John Wiegley  <johnw@gnu.org>
12632         * eshell/esh-util.el (eshell-flatten-list): Made this function
12633         into a defsubst form.  It gets used very frequently, although
12634         calls don't occur all that often.
12636         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12637         examining it.
12639         * eshell/esh-cmd.el (eshell-rewrite-while-command):
12640         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12641         `eshell-protect'.
12642         (eshell-copy-handles): Created a new macro for duplicating the
12643         current set of open handles.  This is needed by the looping
12644         functions.
12645         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12646         is not incorrectly stomped on.
12648         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12649         declaration for pcomplete-use-paring.
12650         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12651         value of eshell-cmpl-use-paring.
12652         * pcomplete.el (pcomplete-use-paring): New config variable, to
12653         indicate whether paring should be used.
12654         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12655         completion alternatives that have already been used.
12657         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12658         bound to C-c C-y, which will repeat the previous N arguments
12659         (based on prefix argument).
12660         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12662         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12663         if there is no *Help* buffer.  This is for XEmacs, which renames
12664         its help buffers uniquely.  TODO: Find out what the current buffer
12665         name to delete is.
12667         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12668         first entry that correlates to a passwd/group number.  Later
12669         entries (used for group/user name aliasing to multiple IDs) are
12670         ignored.
12672         * eshell/em-xtra.el (eshell/expr):
12673         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12674         (eshell-grep, eshell/diff, eshell/locate):
12675         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12676         argument list, before passing it to the system command.
12678         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12679         `find-tag' for use at final position in Eshell buffers (which
12680         otherwise triggers an error on Emacs 21).
12681         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12682         buffer, if it is currently bound to `find-tag'.
12684         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12685         in the list of matched Makefile names.
12686         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12687         directory, prefer its contents to Makefile.
12689         * eshell/em-dirs.el (eshell/cd): cd commands that look up
12690         directory parts (like "cd old new", or "cd =regexp"), are now case
12691         sensitive on non-Windows/DOS platforms.
12693         * eshell/esh-mode.el (eshell-parse-command-input): When a user
12694         types RET after an open delimiter (like "), display a message
12695         indicating that Eshell is waiting for the closing delimiter.
12697         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12698         environment variables.
12700         * eshell/em-unix.el (eshell/diff): Added logic to fail more
12701         gracefully if the user enters incorrect arguments.
12703         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12704         Eshell buffers.
12706         * eshell/esh-var.el (eshell-interpolate-variable):
12707         * eshell/esh-mode.el (eshell-move-argument):
12708         * eshell/em-unix.el (eshell-du-sum-directory):
12709         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12710         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12711         (not (= ...)).
12713         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12714         to ensure the `preserve' flag gets propagated when doing recursive
12715         directory copies.
12717 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
12719         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12720         Don't convert \n into \0177 in memory.
12721         (eshell-read-history, eshell-write-history): Convert \n to \0177,
12722         and back again, when reading and writing.
12724 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
12726         * eshell/esh-util.el (eshell-processp): Added to relieve constant
12727         testing of `fboundp' on `processp'.
12729         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12730         (eshell/jobs): Don't call process-list if it is not bound.
12731         (eshell-gather-process-output): Support systems where async
12732         subprocesses aren't supported.
12733         (eshell-scratch-buffer, eshell-last-sync-output-start): New
12734         variables.
12736         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12737         eshell-do-eval returns t.
12738         (eshell-do-pipelines-synchronously): New defmacro.
12739         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12740         when async subprocesses aren't supported.
12741         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
12742         if async subprocesses aren't supported.
12743         (eshell-resume-command): Don't assume STATUS is a string.
12745         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12747         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12748         (eshell-close-target, eshell-get-target): Use eshell-processp.
12749         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12750         fix.
12751         (eshell-get-target, eshell-create-handles): Doc fix.
12753 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
12755         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12756         criterion to include commands that output something, as long as it
12757         leaves both the command and the end-of-buffer visible when the
12758         command has exited.
12759         (eshell-review-quick-commands): Adjust the help doc string
12760         accordingly.
12762 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
12764         * locate.el (locate): Cleaned up locate command's interactive prompting
12765         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12767         * filecache.el (file-cache-case-fold-search): New variable
12768         (file-cache-assoc-function): New variable
12769         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12770         Use file-cache-case-fold-search variable
12771         (file-cache-add-file): Use file-cache-assoc-function
12772         (file-cache-delete-file): likewise
12773         (file-cache-directory-name): likewise
12774         (file-cache-debug-read-from-minibuffer): likewise
12776 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
12778         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12779         (abbrev-table-name): New function.
12780         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12781         If non-nil list local abbrev, only.
12783 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
12785         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12786         from Gnus support code, and use special article copy buffer
12787         `(gnus-original-article-buffer)' instead.  This allows to get rid
12788         of article-hide-headers usage (which breaks in the latest Gnus
12789         version).  Thanks to Detlev Zundel.
12791 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
12793         * international/quail.el (quail-use-package): Hide "... loaded"
12794         message.
12795         (quail-start-translation, quail-start-conversion): Likewise.
12797         * international/kkc.el (kkc-region): Hide "... loaded" message.
12799 2000-08-27  Dave Love  <fx@gnu.org>
12801         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12803 2000-08-27  Miles Bader  <miles@gnu.org>
12805         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12807 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
12809         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12810         'ja-dic-cnv), not (require 'skkdic-cnv).
12812 2000-08-26  Miles Bader  <miles@gnu.org>
12814         * faces.el (face-x-resources): Add entry for :inherit.
12815         * cus-face.el (custom-face-attributes): Add support for :inherit
12816         attribute.  Add support for relative face heights.
12817         (custom-face-attributes-get): Treat `nil' as being a default value
12818         for :inherit (as well as `unspecified').
12820         * faces.el (set-face-attribute): Update doc string.
12821         (face-attribute-name-alist): Add :inherit.
12822         (face-valid-attribute-values): Handle :inherit.
12823         (face-read-string): Rephrase prompt to be less confusing.
12824         Assume that DEFAULT is a string, since we must return a string.
12825         (face-read-integer): Use `format' to turn DEFAULT into an
12826         acceptable default for face-read-string.  Match NEW-VALUE against
12827         the string "unspecified", not the symbol `unspecified', since
12828         that's what face-read-string returns.
12829         (read-face-attribute): Lookup a name for old-value in valid, and
12830         use it as a default if we find one.  Treat all values from
12831         face-read-string as strings.  If the default is used, don't do any
12832         more processing on the value, just use the old value directly.
12833         (read-face-and-attribute, modify-face): Tweak prompt.
12834         (read-face-name): Don't assume prompt ends with a space.
12836         * faces.el (describe-face): Add support for :inherit attribute.
12838 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
12840         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
12841         concat doesn't accept interger.
12843         * international/kkc.el: Remove SKK from Keywords.  Require
12844         ja-dic-utl instead of skkdic-utl.
12846         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12847         Provide ja-dic-cnv instead of skkdic-cnv.
12848         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
12849         (iso-2022-7bit-short): Add safe-charsets property.
12850         (skkdic-convert-postfix): Search Japanese chou-on character in
12851         addition to Hiragana character.
12852         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12853         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12854         (batch-skkdic-convert): Likewise.
12856         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12857         Provide ja-dic-utl instead of skkdic-utl.
12858         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12860 2000-08-24  Dave Love  <fx@gnu.org>
12862         * disp-table.el (standard-display-default): Make the test of `l'
12863         useful.
12865         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12866         mod sample text.
12868         * international/iso-ascii.el: Make pilcrow convenient string
12869         consistent with section.
12870         (iso-ascii-display): Set up multibyte characters as well as
12871         unibyte.
12873 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
12875         * international/mule-cmds.el (reset-language-environment): Set
12876         default-process-coding-system to '(undecided . iso-latin-1), which
12877         makes process I/O almost consistent with file I/O.   Call this
12878         function when mule-cmds.el[c] is loaded.
12880 2000-08-22  Andrew Innes  <andrewi@gnu.org>
12882         * makefile.w32-in: New file.
12884 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
12886         * comint.el (comint-output-filter): Compare end of
12887         comint-last-output-overlay with the start of the newly inserted
12888         text, not the end, when deciding whether to extend it.
12889         Set saved-point's insertion type to advance after insertion.
12891         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12892         since this is now done independently of font-lock mode.
12894 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12896         * server.el (server-kill-new-buffers): New user option.
12897         (server-existing-buffer): New buffer-local variable.
12898         (server-visit-files): When using an existing buffer, set
12899         server-existing-buffer to t.
12900         (server-buffer-done): If server-kill-new-buffers is t, kill the
12901         buffer, unless it was already present before visiting it with
12902         Emacs server.
12904 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
12906         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12907         even if the display doesn't support colors: some displays will
12908         support bold/underline faces.
12910 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12912         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12914         * startup.el (command-line): If user's init file had an error,
12915         add explanatory text to *Messages*.
12917 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
12919         * man.el (Man-getpage-in-background): Decode the process output by
12920         the system locale coding system.
12922 2000-08-20  Dave Love  <fx@gnu.org>
12924         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12925         Don't test x-popup-menu.
12926         (function) <complete-function>: Complete only fbound symbols.
12927         <validate, value>: New.
12928         (variable) <complete-function>: Complete only bound symbols.
12929         (coding-system): Add :base-only, :complete-function, :validate,
12930         :value, :prompt-match.
12931         (widget-coding-system-prompt-value): Use read-coding-system and
12932         act on :base-only.
12933         (editable-field): Add :help-echo.
12934         (widget-push-button-gui, widget-push-button-cache)
12935         (widget-gui-action, widget-editable-list-gui): COmment out, along
12936         with uses.
12937         (widget-at): Make arg optional.
12938         (widget-echo-help): Adjust for current help-echo calling sequence.
12939         (widget-specify-field, widget-specify-button)
12940         (widget-specify-insert, widget-get-sibling, widget-image-find)
12941         (widget-convert, widget-insert, widget-leave-text)
12942         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12943         (widget-setup, widget-field-find, widget-before-change)
12944         (widget-after-change, widget-default-complete)
12945         (widget-default-create, widget-default-delete)
12946         (widget-push-button-value-create, editable-field)
12947         (widget-field-prompt-value, widget-field-validate)
12948         (widget-choice-value-create, widget-choice-action)
12949         (widget-choice-validate, widget-checklist-add-item)
12950         (widget-radio-add-item, widget-radio-chosen)
12951         (widget-radio-value-inline, widget-editable-list-value-create)
12952         (widget-editable-list-entry-create)
12953         (widget-documentation-link-add)
12954         (widget-documentation-string-value-create)
12955         (widget-regexp-validate, widget-file-complete)
12956         (widget-sexp-validate, widget-plist-convert-widget)
12957         (widget-plist-convert-widget, widget-alist-convert-widget)
12958         (widget-alist-convert-widget, widget-color-complete): Simplify,
12959         particularly to avoid bindings which aren't optimized out.
12961         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12962         Doc fix.
12963         (down-list, backward-up-list, up-list, kill-sexp)
12964         (backward-kill-sexp, mark-sexp): Make arg optional.
12965         (lisp-complete-symbol): Add optional arg PREDICATE.
12967         * cus-start.el: Add display-buffer-reuse-frames,
12968         file-coding-system-alist.
12970 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
12972         * startup.el (command-line): Clear realized faces after
12973         modifying TTY color mappings.
12975 2000-08-20  Miles Bader  <miles@gnu.org>
12977         * faces.el (face-attr-match-p): Don't return true if ATTRS are
12978         merely a subset of FACE's attributes.
12980 2000-08-19  Miles Bader  <miles@gnu.org>
12982         * comint.el (comint-output-filter): Save the point with a marker,
12983         not just a buffer position.
12985         * international/mule.el (set-buffer-process-coding-system): Make
12986         interactive prompt less confusing.
12988 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
12990         * hilit-chg.el: General cleanup of doc strings, comments and
12991         code formatting.
12993 2000-08-19  Miles Bader  <miles@gnu.org>
12995         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12996         Compiler macro removed; beginning-of-line is no longer always
12997         equivalent to forward-line, in the presence of fields.
12999         * comint.el (comint-output-filter): Remove ad-hoc saving of
13000         restriction, and just use save-restriction, now that it works
13001         correctly.  Don't adjust comint-last-input-start to account for
13002         our insertion; it shouldn't have moved because we don't use
13003         insert-before-markers anymore.  Comment out call to
13004         `force-mode-line-update'; why is it here?
13006         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13007         while checking for prompt to delete.  Use `forward-line 0'
13008         instead of beginning-of-line.
13009         (gud-filter): Temporarily widen gud comint buffer while
13010         examining output.
13012 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
13014         * progmodes/sh-script.el: Big bag of typos.
13016         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13017         check since ispell-process is not bound when ispell is not yet loaded.
13019 2000-08-18  Dave Love  <fx@gnu.org>
13021         * image.el (find-image): Copy `spec' before using plist-put.
13023 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
13025         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13026         `portugues'.
13028         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13029         backward-kill-sexp, analogous to kill-sexp.
13031         * progmodes/icon.el (icon-indent-line)
13032         (icon-is-continuation-line): Handle comments specially.
13034 2000-08-17  Ken Stevens <k.stevens@ieee.org>
13036         * ispell.el: Set to standard author/maintainer/keyword fields.
13037         Fine tuning to menu map appearance and operation, and added help.
13038         Remove `start' and `end' error messages when compiling.
13039         (ispell-choices-win-default-height): Fixed comment string.
13040         (ispell-dictionary-alist-1): Fixed regexp in castellano and
13041         castellano8 dictionaries.
13042         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13043         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13044         dictionary, added italiano dictionary.
13045         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13046         word character
13047         (ispell-tex-skip-alists): Added psfig support.
13048         (ispell-skip-html): Renamed from ispell-skip-sgml.
13049         (ispell-begin-skip-region-regexp, ispell-skip-region)
13050         (ispell-minor-check): Improved html skipping support to skip across
13051         code, and recognize `&' commands without propper `;' syntax;
13052         (ispell-process-line): Fix alignment error when manually
13053         correcting spelling.
13054         (ispell): Fix comment string.
13055         (ispell-add-per-file-word-list): Always put word list on new line.
13057 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
13059         * format.el (format-encode-run-method): Fix error message to say
13060         `encode' instead of `decode'.  Use save-window-excursion around
13061         shell-command-on-region as in format-decode-run-method because
13062         shell-command-on-region can display a buffer with error output.
13063         (format-decode): Don't record undo information for the decoding.
13064         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
13065         that number part of the temporary buffer name so that more than
13066         one decoding using a temporary buffer can happen safely.
13068         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13069         of `A-z' in the regexp.
13071         * hilit-chg.el: Fix typos in commentary.
13073         * help.el (view-emacs-news): Rewritten for new naming scheme
13074         for old NEWS files.
13076         * startup.el (command-line): Pop to *Messages* in case an error
13077         is signaled while loading user-init-file.
13079 2000-08-17  Andreas Schwab  <schwab@suse.de>
13081         * files.el (insert-directory): Don't lose original file name,
13082         undoing an undocumented change.
13084 2000-08-17  Alex Schroeder  <alex@gnu.org>
13086         * sql.el (sql-magic-go): Use comint-bol.
13087         (sql-copy-column): Use comint-line-beginning-position.
13088         (comint-line-beginning-position): Define a replacement for
13089         comint-line-beginning-position if it is not fboundp.
13091 2000-08-17  Alex Schroeder  <alex@gnu.org>
13093         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13094         it didn't have any effect anyway.
13096 2000-08-17  Alex Schroeder  <alex@gnu.org>
13098         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13099         --pset and pager=off instead of sending \\o|cat at the beginning
13100         of the session.
13102 2000-08-17  Miles Bader  <miles@gnu.org>
13104         * progmodes/octave-inf.el: Add compatibility definition of
13105         comint-line-beginning-position.
13107 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
13109         * startup.el (normal-top-level): Look in each dir in load-path for
13110         a leim-list.el file too.  This assures of loading leim-list.el
13111         that is created at Emacs installation time even if a user have his
13112         own leim-list.el.
13114 2000-08-17  Miles Bader  <miles@gnu.org>
13116         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13117         foreground color to black if the background is dark.
13119 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
13121         * loadhist.el (unload-feature): Typo.
13123         * finder.el (finder-compile-keywords):
13124         * cus-dep.el (custom-make-dependencies): Add local-variable settings
13125         to the generated file.
13127         * mail/mh-e.el (mh-make-local-vars):
13128         Replace make-variable-buffer-local with make-local-variable.
13130         * play/landmark.el:
13131         * options.el (Edit-options-{set,toggle,t,nil}):
13132         * mail/mailabbrev.el (mail-abbrevs-mode):
13133         * textmodes/tex-mode.el (tex-expand-files):
13134         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13136         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13138         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13139         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13140         Allow going past the last element.
13141         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13142         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13143         (cvs-mouse-toggle-mark): Don't move point.
13144         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13146         * progmodes/compile.el (grep): Provide a default set of files.
13147         (next-error): Docstring fix.
13148         (compilation-find-file): Avoid find-file (fails in a dedicated window).
13150         * emacs-lisp/easy-mmode.el (define-minor-mode):
13151         Use `symbol-value' to keep the byte-compiler quiet.
13153         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13154         (diff-find-source-location): New fun, extracted from diff-goto-source.
13155         (diff-goto-source): Use it.
13156         (diff-next-complex-hunk, diff-filter-lines): New function.
13157         (diff-apply-hunk): New command.
13159         * smerge-mode.el (smerge-mode-menu): Doc fix.
13161         * msb.el (msb-mode): Define it in terms of define-minor-mode.
13163 2000-08-16  Dave Love  <fx@gnu.org>
13165         * windmove.el (windmove) <defgroup>: Add :version.
13167         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
13168         (goto-address-fontify-p, goto-address-highlight-p)
13169         (goto-address-url-face, goto-address-url-mouse-face)
13170         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13171         (goto-address-url-regexp): Use thing-at-point-url-regexp.
13172         (goto-address-fontify, goto-address-at-mouse): Simplify,
13173         (goto-address-at-point): browse-url-url-at-point,
13174         goto-address-find-address-at-point can return nil.
13175         (goto-address-find-address-at-point): Return nil on failure.
13177         * align.el (align) <defgroup>: Add :version.
13179         * calculator.el (calculator): Add :version.
13180         (calculator): Use two lines for calculator window if `modeline'
13181         face is boxed.
13183         * play/5x5.el: Doc fixes.
13184         (5x5) <defgroup>: Add :version.
13186         * play/fortune.el (fortune) <defgroup>: Add :version.
13187         (fortune-append): Fix error message.
13188         (fortune-from-region): Doc fix.
13190         * play/pong.el (pong): Doc fix.
13192         * play/morse.el: Keywords, commentary, autoloads.
13194 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
13196         * desktop.el (desktop-save): Don't look at symbol-value of a
13197         member of minor-mode-alist, unless it is boundp.
13199 2000-08-16  Sam Steingold  <sds@gnu.org>
13201         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13202         `while'; use `with-current-buffer' instead of `save-excursion'.
13203         Removed unnecessary kludges now that "*Buffer List*" is excluded.
13205 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
13207         * international/ccl.el (declare-ccl-program): Docstring modified.
13208         (ccl-execute-with-args): Likewise.
13210 2000-08-16  Miles Bader  <miles@gnu.org>
13212         * progmodes/sql.el: Add compatibility definition of
13213         comint-line-beginning-position.
13215 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
13217         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13218         'buffer-menu' property.
13219         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13220         fails.
13221         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13222         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13223         wasn't killed.
13225         * buff-menu.el (list-buffers-noselect): Don't display the
13226         *Buffer List* buffer.
13228         * font-lock.el: Require jit-lock to prevent a very late
13229         `Loading jit-lock' message.
13231         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13232         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13233         mail address.
13235 2000-08-15  Miles Bader  <miles@gnu.org>
13237         * textmodes/ispell.el (ispell-graphic-p): New constant.
13238         (ispell-choices-win-default-height, ispell-help): Use
13239         `ispell-graphic-p' instead of `xemacsp'.
13241 2000-08-15  Dave Love  <fx@gnu.org>
13243         * simple.el: Autoload widget-convert when compiling.
13244         (mail-user-agent): Doc fix.
13246         * help.el (function-called-at-point, variable-at-point): Use
13247         with-syntax-table.
13248         (help-manyarg-func-alist): Add insert-and-inherit.
13250         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13252         * delsel.el (delsel-unload-hook): New function.
13254         * find-file.el: Doc fixes.  Move provide to end.
13255         (ff) <defgroup>: Add :link.
13256         (ff-goto-click): Deleted.
13257         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13258         Use mouse-set-point.
13260         * textmodes/tildify.el: Doc fixes.
13261         (tildify) <defgroup>: Add:version.
13263         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13264         (glasses-custom-set): Use set-default, not set.
13265         (minor-mode-alist): Propertize the lighter.
13266         (glasses-mode): Provide optional arg.
13268         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13269         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
13270         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13271         option.  Provide :type.
13272         (cwarn-configuration): Provide :type.
13273         (cwarn-mode): Doc fix.
13275         * add-log.el (change-log-merge): Doc fix.
13276         (change-log-redate): New command.
13278         * net/browse-url.el (browse-url-filename-alist): Add a clause for
13279         Doze and Dog.
13280         (browse-url): Use dolist, not mapcar.
13281         (browse-url-at-point): Check for null url.
13282         (browse-url-event-buffer, browse-url-event-point): Functions
13283         deleted.
13284         (browse-url-at-mouse, browse-url-netscape): Simplify.
13286         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13287         modes.
13288         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13289         Fix previous change to mapcan.
13290         (msb--init-file-alist, msb--add-separators)
13291         (msb--make-keymap-menu): Simplify.
13292         (msb--choose-file-menu): Use copy-sequence.
13293         (msb-mode-map): Add title to keymap.
13294         (msb-unload-hook): New function.
13296         * bs.el: Fix indentation.
13297         (bs) <defgroup>: Add :links.
13298         (bs-show): Doc fix.
13299         (bs-apply-sort-faces): Don't use window-system.
13300         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13302 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
13304         * calendar/timeclock.el (timeclock-file): Run .timelog through
13305         convert-standard-filename.
13307 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13309         * emacs-lisp/authors.el: New file.
13311         * paren.el (show-paren-priority): New user option.
13312         (show-paren-function): Set overlay priorities to
13313         show-paren-priority.
13315 2000-08-14  Miles Bader  <miles@gnu.org>
13317         * comint.el (comint-bol): Use `forward-line 0' instead of calling
13318         beginning-of-line with inhibit-field-text-motion bound.
13320 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13322         * calendar/timeclock.el: New file.
13324 2000-08-14  David Ponce  <david@dponce.com>
13326         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13327         `widget-button-click'. so that one can use left mouse button to
13328         click on dialog buttons.
13330 2000-08-14  Emmanuel Briot  <briot@gnat.com>
13332         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13333         identifiers, since XML is case sensitive
13335 2000-08-12  Miles Bader  <miles@gnu.org>
13337         * comint.el (comint-output-filter): Don't bother frobbing
13338         window-start, it doesn't seem to be necessary.
13340         * comint.el (comint-send-string, comint-send-region): Make into
13341         real functions.  Snapshot the prompt before sending.
13343 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13345         * info.el (Info-find-emacs-command-nodes): Rewrite to use
13346         technique similar to Info-index, instead of relying on specific
13347         names of relevant Index nodes.
13348         (Info-goto-emacs-command-node): Bind Info-history to nil when
13349         going to the first node found by Info-find-emacs-command-nodes.
13351 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13353         * menu-bar.el (menu-bar-help-menu): Add a :help string.
13355 2000-08-10  Miles Bader  <miles@gnu.org>
13357         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13359 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13361         * info.el (Info-file-list-for-emacs): More elements for the
13362         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13363         and woman manuals.
13365 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
13367         * comint.el (comint-send-input): Make the newline boundary overlay
13368         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
13369         (comint-output-filter): Use `insert' instead of
13370         `insert-before-markers'.  Extend comint-last-output-overlay when
13371         necessary since we can't rely on insert-before-markers to do it.
13372         * gud.el (gud-filter): Use `with-current-buffer' instead of
13373         save-excursion when inserting the output, so that point gets
13374         updated correctly; the old method relied on a rather dodgy
13375         side-effect of comint-output-filter to avoid the effect of
13376         save-excursion.
13378 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13380         * files.el (recover-file): Call insert-directory instead of
13381         invoking `ls' directly.
13383 2000-08-10  Miles Bader  <miles@gnu.org>
13385         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13386         (comint-last-prompt-overlay): New variables.
13387         (comint-output-filter): Implement prompt highlighting.
13388         (comint-snapshot-last-prompt): New function.
13389         (comint-send-input): Snapshot the last prompt.
13390         Use comint-highlight-input-face.
13391         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13392         Use defface instead of defcustom.
13393         (send-invisible, comint-send-eof): Snapshot the last prompt.
13394         (comint-delchar-or-maybe-eof): Use comint-send-eof.
13395         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13397 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
13399         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13400         (regexp-opt-group): Use a list of chars for `letters'.
13401         (regexp-opt-charset): `chars' is now a list of chars.
13402         Use a char-table rather than a vector so it works for multibyte chars.
13404         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
13405         Set cvs-minor-current-files to the selected fileinfo.
13406         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13407         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13409 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
13411         * files.el (insert-directory): Don't call access-file on
13412         directories on DOS and Windows.
13414 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
13416         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13417         longer if necessary.
13418         (ccl-embed-code): Call ccl-embed-data to store CODE in
13419         ccl-program-vector.
13421 2000-08-09  Miles Bader  <miles@gnu.org>
13423         * comint.el (comint-output-filter): Properly handle the case where
13424         the text surrounded by comint-last-output-overlay was deleted.
13426 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
13428         * info.el (Info-insert-dir): Use Info-additional-directory-list if
13429         non-nil.
13430         (Info-file-list-for-emacs): Remove "info" from the list because
13431         that leads to trying to use the documentation from file `info'
13432         in various situations where it isn't appropriate, for instance
13433         C-h C-k C-h i.
13435         * ffap.el (ffap-read-file-or-url-internal): Handle case that
13436         DIR and/or STRING are nil.
13438         * progmodes/compile.el (compilation-setup): Make variable
13439         compilation-error-screen-columns buffer-local, as some comment
13440         in the code suggests it should be.
13442         * files.el (auto-mode-interpreter-regexp): New variable.
13443         (set-auto-mode): Use it.
13445         * indent.el (indent-for-tab-command): Doc fix.
13447         * mouse-sel.el (mouse-sel-mode): Doc fix.
13449         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13450         labels.
13452         * help.el (print-help-return-message): When
13453         display-buffer-reuse-frames is set, let the help window been quit,
13454         instead of deleting it, which might delete a reused frame.
13456 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
13458         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13459         rename a directory to a name that differs only by its letter case.
13461 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
13463         * international/quail.el (quail-define-rules): Handle Quail decode
13464         map correctly.  Add code for supporting annotations.
13465         (quail-install-decode-map): New function.
13466         (quail-defrule-internal): New optional arguments decode-map and
13467         props.
13468         (quail-advice): New function.
13470 2000-08-07  Sam Steingold  <sds@gnu.org>
13472         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13473         `defconst', `define-condition', `with-slots'.
13474         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13476 2000-08-03  Miles Bader  <miles@gnu.org>
13478         * comint.el (comint-use-prompt-regexp-instead-of-fields):
13479         New variable.
13480         (comint-prompt-regexp, comint-get-old-input): Document dependence on
13481         comint-use-prompt-regexp-instead-of-fields.
13482         (comint-send-input): Add `input' field property to stuff we send to
13483         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13484         (comint-output-filter): Add `output' field property to process
13485         output, if comint-use-prompt-regexp-instead-of-fields is nil.
13486         (comint-replace-by-expanded-history)
13487         (comint-get-old-input-default, comint-show-output)
13488         (comint-backward-matching-input, comint-forward-matching-input)
13489         (comint-next-prompt, comint-previous-prompt):  Use field
13490         properties if comint-use-prompt-regexp-instead-of-fields is nil.
13491         (comint-line-beginning-position): New function.
13492         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
13493         (comint-replace-by-expanded-history-before-point): Use
13494         comint-line-beginning-position and line-end-position.
13495         (comint-last-output-overlay): New variable.
13496         (comint-mode): Make `comint-last-output-overlay' buffer-local.
13498         * shell.el (shell-prompt-pattern): Doc change.
13499         (shell-backward-command): Use line-beginning-position.
13501         * gud.el (gud-gdb-complete-command): Use
13502         comint-line-beginning-position.
13504         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13505         comint-bol doesn't actually go to the beginning of the line.
13507         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13508         if comint-use-prompt-regexp-instead-of-fields is non-nil.
13509         (try-expand-line-all-buffers): Likewise.
13511         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13512         explicitly matching comint-prompt-regexp.
13513         (sql-copy-column): Use comint-line-beginning-position instead of
13514         explicitly matching comint-prompt-regexp.
13516         * progmodes/octave-inf.el (inferior-octave-complete): Use
13517         comint-line-beginning-position.
13519         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13521         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13522         looking for a prompt, use `forward-line 0' instead of
13523         `beginning-of-line', to avoid getting caught by an input field.
13525 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
13527         * files.el (shell-quote-wildcard-pattern): Make sure to return
13528         PATTERN, in the Unix case.
13530 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
13532         * play/zone.el (zone): Discard any pending input before running
13533         the randomly-chosen pgm.
13535 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
13537         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13538         checking the existence of any multibyte characters.
13540 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
13542         * help.el (describe-mode): Test minor-mode symbol for being
13543         bound before testing its value for being nil.
13545         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13546         `first', `second', and `third'.
13548         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13549         (second): Make it an alias for `cadr'.
13551 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
13553         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13554         types of display support faces now.
13556 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
13558         * pcvs.el (require): Require `cl' during compilation, only.
13560         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13561         (toplevel): Remove `remq' and `remove' from autoloads.
13562         (cl-fake-autoloads): New variable.  If set, arrange for an error
13563         when CL functions etc. are autoloaded.
13565 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
13567         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13569         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13570         popped up, but the user clicks outside the menu, return an empty
13571         regexp (that causes unhighlight-regexp to have no effect).
13573         * menu-bar.el (menu-bar-games-menu): Add Zone.
13575         * hi-lock.el (toplevel): Require font-lock.
13577 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13579         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13580         (ebnf-8-bit-chars): New var for bug fix.
13581         (ebnf-string): Bug fix.
13583 2000-08-03  Sam Steingold  <sds@gnu.org>
13585         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13586         instead of `buffer-string'.
13587         (require 'cl): Always, not just when compiling.
13588         `ignore-errors' in `interactive', `list*', `defun*' &c make this
13589         necessary.
13591 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
13593         * international/mule-cmds.el (select-safe-coding-system): Make
13594         the message text about selecting a safe coding system more clear.
13596 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
13598         * hi-lock.el: New file.
13600         * play/zone.el: New file.
13602         * replace.el (occur): Set tab-width in the *Occur* buffer to the
13603         value of tab-width in the original buffer.  Choose a line number
13604         format that's a multiple of the original buffer's tab width, so
13605         that lines appear right.
13607         * textmodes/ispell.el (ispell): New function, replacing an alias.
13608         Spell-check active region if in transient-mark-mode and mark
13609         is active; otherwise spell-check buffer.
13611 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13613         * ps-mule.el: Fix a customization problem on
13614         ps-mule-font-info-database-default.
13616 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
13618         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13619         display-mouse-p instead of window-system.
13620         (ebrowse-member-mode-map): Ditto.
13622 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13624         * progmodes/ebnf2ps.el: Update ps-print functions call.
13625         Indentation fix.  Doc fix.
13626         (ebnf-version): New version number (3.2).
13627         (ebnf-format-color, ebnf-begin-job): Code fix.
13629 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
13631         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13632         font lock support on window-system.
13633         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13635         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13636         display-color-p, if fboundp, instead of window-system.
13638 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
13640         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13641         instead of window-system.
13643         * wid-edit.el (widget-choose): Use display-mouse-p instead of
13644         window-system.
13645         (widget-choice-mouse-down-action): Use display-popup-menus-p
13646         instead of window-system.
13648         * strokes.el (strokes-file): Run the file name through
13649         convert-standard-filename.
13650         (strokes-mode): Call display-mouse-p instead of looking at
13651         window-system.  Change the error message accordingly.
13653         * progmodes/cpp.el (toplevel): Support faces on tty's.
13655         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13656         (lm-plot-square, lm-init-display): Don't use window-system.
13658         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13659         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13661         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13662         instead of looking at window-system.
13664 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13666         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13667         of testing if iswitchb-prepost-hooks is bound, because the
13668         latter will always be true when invoking a recursive minibuffer
13669         from an active Iswitchb buffer.
13671 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
13673         * files.el (shell-quote-wildcard-pattern): New function.
13674         (insert-directory): Call it.  Only prepend "\" to command on Unix
13675         and GNU/Linux systems.
13677 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13679         * eshell/esh-groups.el: Change custom :link file names
13680         from `eshell.info' to `eshell'.
13682 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
13684         * dired.el (dired-build-subdir-alist): Expand subdirectory names
13685         correctly in recursive ange-ftp listings.
13687 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13689         * ps-print.el: Fix bug 1: if ps-font-size-internal,
13690         ps-header-font-size-internal and
13691         ps-header-title-font-size-internal variables are not set,
13692         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
13693         face text property is (foreground-color . COLOR) or
13694         `(background-color . COLOR)', ps-print crashes.  Doc fix.
13695         (ps-print-version): New version number (5.2.4).
13696         (ps-plot-region): Code fix.
13697         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13698         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13699         Bug fix 2.
13701 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
13703         * glasses.el (glasses-make-readable): Fix uncapitalization of
13704         identifiers like `myXMLDocument'.
13706 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
13708         * mail/mail-hist.el (mail-hist-previous-input)
13709         (mail-hist-next-input): Do the obvious code factorization.
13710         (mail-hist-retrieve-and-insert): New func, contains common
13711         code of above two.
13712         If inserting a message body, leave point at top.
13714 2000-07-28  Sam Steingold  <sds@gnu.org>
13716         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13717         Use `<=', not `<' to compare times!
13718         (ange-ftp-ls): Remove.
13720 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
13722         * play/cookie1.el: Add explanation of how to make cookie.el
13723         compatible with strfile(1) to comment.
13725         * subr.el (remove, remq): New functions.
13727         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13728         escape `*' in regexps.
13729         (midnight-find): Reverse order of arguments in the funcall of
13730         TEST.
13732         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13733         and `.class'.
13735         * play/meese.el: Add Commentary section.
13737 2000-07-27  Alex Schroeder  <alex@gnu.org>
13739         * sql.el (sql-ms): Added autoload cookie.
13740         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13741         (sql-oracle): Ditto.
13742         (sql-help): Doc change.
13744         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13745         types and exceptions.
13747 2000-07-27  Alex Schroeder  <alex@gnu.org>
13749         * sql.el (sql-placeholder-history): New variable.
13750         (sql-query-placeholders-and-send): New function that will query
13751         the user and replace placeholders with user input.
13752         (sql-oracle): If running on NT, set comint-input-sender to
13753         sql-query-placeholders-and-send.
13755         (sql-stop): If in the SQLi buffer, insert stop notification, else
13756         present it as a message.
13758 2000-07-27  Alex Schroeder  <alex@gnu.org>
13760         * sql.el (sql-input-ring-separator): Doc change.
13761         (sql-input-ring-file-name): Doc change.
13762         (sql-interactive-mode): Use `sql-input-ring-separator' and
13763         `sql-input-ring-file-name' to set the comint-mode equivalents
13764         without making them local variables.
13765         (sql-stop): Don't bind `sql-input-ring-separator' and
13766         `sql-input-ring-file-name' dynamically to their comint-mode
13767         equivalents.
13769 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13771         * international/mule.el (register-char-codings): New function.
13772         (make-coding-system): Handle `safe-chars' specification in the arg
13773         PROPERTY.
13775         * international/mule-cmds.el
13776         (find-coding-systems-region-subset-p): This function deleted.
13777         (sort-coding-systems-predicate): New variable.
13778         (sort-coding-systems): New function.
13779         (find-coding-systems-region): Use
13780         find-coding-systems-region-internal.
13781         (find-coding-systems-string): Use find-coding-systems-region.
13782         (find-coding-systems-for-charsets): Check
13783         char-coding-system-table.
13784         (select-safe-coding-system-accept-default-p): New variable.
13785         (select-safe-coding-system): Mostly rewritten.  New argument
13786         ACCEPT-DEFAULT-P.
13787         (select-message-coding-system): Call select-safe-coding-system
13788         with ACCEPT-DEFAULT-P arg.
13789         (reset-language-environment): Reset default-sendmail-coding-system
13790         to the default value iso-latin-1.
13791         (set-language-environment): Don't set the obsolete variable
13792         charset-origin-alist.
13794         * international/codepage.el (cp-coding-system-for-codepage-1):
13795         Give `safe-chars' property to make-coding-system.
13797         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13798         calling select-message-coding-system twice.
13800         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13801         instead of `safe-charsets'.
13802         (cyrillic-alternativnyj): Likewise.
13803         (ccl-encode-alternativnyj): Don't check the charset
13804         cyrillic-iso8859-5.
13806 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13808         * composite.el (compose-chars-after): Preserve match data.
13810 2000-07-26  Sam Steingold  <sds@gnu.org>
13812         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13813         (ange-ftp-real-file-newer-than-file-p): New function.
13814         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13815         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13817         * tooltip.el (tooltip-float-time): Removed (use `float-time').
13818         * midnight.el (midnight-float-time): Ditto.
13820 2000-07-26  Andreas Schwab  <schwab@suse.de>
13822         * files.el (normal-backup-enable-predicate): Correct
13823         interpretation of the return value of compare-strings.
13825 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
13827         * isearch.el (isearch-resume): New function.
13828         (isearch-done): Add something to command-history to resume
13829         the search.
13830         (isearch-yank-line, isearch-yank-word): Use
13831         buffer-substring-no-properties instead of buffer-substring.
13833         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13834         of flyspell-mouse-map.
13836         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13837         duplicate definition.
13838         (makefile-mode): Remove duplicate setting of local-abbrev-table.
13840         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13841         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13843 2000-07-25  Sam Steingold  <sds@gnu.org>
13845         * net/ange-ftp.el: Get modtime over the net.
13846         (ange-ftp-file-modtime): New function.
13847         (ange-ftp-write-region, ange-ftp-insert-file-contents)
13848         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13849         Use it.
13850         (ange-ftp-dot-to-slash): New function.
13851         (ange-ftp-fix-name-for-vms): Use it.
13853         * midnight.el (midnight-buffer-display-time): Use
13854         `with-current-buffer'.
13856 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
13858         * find-dired.el: Update copyright notice.
13859         (find-dired): Offer to kill a running `find'.
13861         * enriched.el (enriched-face-ans): For a `foreground-color'
13862         property, return '(("x-color" COLOR))' so that COLOR will be
13863         output as a parameter of the x-color annotation.  Likewise for the
13864         `background-color' property.  In the case of normal face
13865         properties, don't return annotations for unspecified foreground
13866         and background face attributes.
13868 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
13870         * language/japan-util.el (japanese-katakana-region): Fix handling
13871         HANKAKU argument.
13873 2000-07-25  Miles Bader  <miles@gnu.org>
13875         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13876         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
13877         constrain-to-field.
13879 2000-07-24  Andrew Innes  <andrewi@gnu.org>
13881         * timer.el (timer-activate-when-idle): Add optional parameter
13882         DONT-WAIT.  Update docstring.
13883         (run-with-idle-timer): Specify extra parameter to
13884         timer-activate-when-idle, so that timer will be activated
13885         immediately if Emacs is already idle.
13887         * w32-fns.el (w32-using-nt): Fix docstring.
13889 2000-07-24  Dave Love  <fx@gnu.org>
13891         * mouse.el (popup-menu): Set last-command-event.
13892         (mouse-major-mode-menu-prefix): Declare.
13894 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
13896         * textmodes/flyspell.el: Update to author's version 1.5d.
13898         * progmodes/hideshow.el: Update copyright notice.
13900         * vcursor.el: Set maintainer to FSF, since author cannot
13901         be reached.
13903 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
13905         * info.el (Info-goto-emacs-key-command-node): Leave a space after
13906         the prompt.
13908         * mouse.el (popup-menu): Run the keymap through indirect-function,
13909         in case it was defined with define-prefix-key.  If the menu is a
13910         list of keymaps, look up the binding of user's choice in each one
13911         of the keymaps.
13912         (mouse-popup-menubar): If the global and local menu-bar keymaps
13913         don't have a prompt string, create one and insert it into the
13914         keymap.  Don't barf if current-local-map returns nil.
13916 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
13918         * dired.el (dired-sort-R-check): Added to allow recursive listing
13919         to be undone.
13920         (dired-sort-other): Use it.
13922 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13924         * Release of cc-mode 5.27
13926 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13928         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13929         c-beginning-of-statement-1 that caused a bad case of recursion
13930         which could consume a lot of CPU in large classes in languages
13931         that have in-expression classes (i.e. Java and Pike).
13933         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13934         statements before top level constructs (i.e. case 6 is moved
13935         before case 5 and is now case 4) to catch in-expression
13936         classes in top level expressions correctly.
13938 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13940         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13941         objc-method-intro. Case 4 removed and case 5I added.
13943         * cc-langs.el (c-append-paragraph-start): New variable used by
13944         c-common-init to get paragraph-start correct.
13945         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13946         initialize paragraph-start to make it correct both with and
13947         without the javadoc special case.
13949         * cc-mode.el (java-mode): Use c-append-paragraph-start to
13950         initialize paragraph-start for javadoc markup.
13952         * cc-vars.el (c-style-variables-are-local-p): Incompatible
13953         change by defaulting this to t.  It's motivated by the
13954         confusing behavior that otherwise arise from the style system
13955         when editing both java and non-java files at the same time
13956         (see the comments about style setting in c-common-init).
13958 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13960         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13961         similar to the one in c-fill-paragraph to check the fill
13962         prefix from the adaptive fill function for sanity.
13964 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13966         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13967         defun block.
13969 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13971         * cc-align.el (c-lineup-multi-inher): Handle lines with
13972         leading comma nicely. Extended to handle member initializers
13973         too.
13975         * cc-engine.el: (c-beginning-of-inheritance-list,
13976         c-guess-basic-syntax): Fixed recognition of inheritance lists
13977         when the lines begins with a comma.
13979         * cc-vars.el (c-offsets-alist): Changed default for
13980         member-init-cont to c-lineup-multi-inher since it now handles
13981         member initializers and indents better for leading commas.
13983 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13985         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13986         handling that caused class open lines to be recognized as
13987         statement-conts in some cases.
13989         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13990         guessed by the adaptive fill function unless point is on the
13991         first line of a block comment.
13993         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13994         when the buffer ends with a macro continuation char.
13996         * cc-engine.el (c-guess-basic-syntax): Added support for
13997         function definitions as statements in Pike.  The first
13998         statement in a lambda block is now labeled defun-block-intro
13999         instead of statement-block-intro.
14001         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14002         so that the class surrounding point is selected, not the one
14003         innermost in the state.
14005         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14006         recognition of switch labels having hanging multiline
14007         statements.
14009         * cc-engine.el (c-beginning-of-member-init-list): Broke out
14010         some code in c-guess-basic-syntax to a separate function.
14011         * cc-engine.el (c-just-after-func-arglist-p): Fixed
14012         recognition of member inits with multiple line arglists.
14013         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14014         member-init-cont when the commas are in funny places.
14016 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14018         * cc-defs.el (c-auto-newline): Removed this macro since it's
14019         not used anymore.
14021         * cc-engine.el (c-looking-at-bos): New helper function.
14022         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14023         inexpr and toplevel classes apart in Pike.
14025         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14026         of case 9A.
14028         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14029         constant, since "class" can introduce an in-expression class
14030         in Pike nowadays.
14032 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14034         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14035         indentation on cpp-macro lines.
14037         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14038         a syntax modifier like comment-intro, to make it possible to
14039         get syntactic indentation for preprocessor directives.  It's
14040         incompatible wrt to lineup functions on cpp-macro, but it has
14041         no observable effect in the 99.9% common case where cpp-macro
14042         is set to -1000.
14044 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14046         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14047         member-init-cont when the preceding arglist is several lines.
14049 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14051         * cc-styles.el (c-style-alist): The basic offset for the BSD
14052         style corrected to 8.
14054 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14056         * cc-styles.el (c-style-alist): Adjusted the indentation of
14057         brace list openers in the gnu style.
14059 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14061         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14063         * cc-cmds.el (c-electric-brace, c-electric-slash,
14064         c-electric-star, c-electric-semi&comma, c-electric-colon,
14065         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14066         when c-syntactic-indentation is nil.
14068         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14069         we were left at comments preceding the first statement when
14070         reaching the beginning of the buffer.
14072         * cc-vars.el (c-syntactic-indentation): New variable to turn
14073         off all syntactic indentation.
14075 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14077         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14078         between the text and the block comment ender when it hangs,
14079         depending on how many there are before the fill.
14081 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14083         * cc-engine.el (c-beginning-of-closest-statement): New helper
14084         function to go back to the closest preceding statement start,
14085         which could be inside a conditional statement.
14086         * cc-engine.el (c-guess-basic-syntax): Use
14087         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14089         * cc-engine.el (c-guess-basic-syntax): Better handling of
14090         arglist-intro, arglist-cont-nonempty and arglist-close when
14091         the arglist is nested inside parens.  Cases 7A, 7C and 7F
14092         changed.
14094         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14095         up-to-date with javadoc 1.2.
14097 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14099         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14100         multiline Pike type decls.
14102 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14104         * cc-cmds.el (c-indent-new-comment-line): Always break
14105         multiline comments in multiline mode, regardless of
14106         comment-multi-line.
14108 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14110         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14111         fully::qualified::names in C++ member init lists.  Preamble in
14112         case 5D changed.
14114 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14116         * cc-langs.el (c-common-init): Handling of obsolete variables
14117         moved to c-initialize-cc-mode.  More compatible style override
14118         when using global style variables.
14119         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14120         variables moved here.
14122         * cc-styles.el (c-make-styles-buffer-local): Flag style
14123         variable localness in c-style-variables-are-local-p to make
14124         the compatibility measure in c-common-init work well.
14126         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14127         longer contain set-from-style.
14128         * cc-styles.el (c-initialize-builtin-style): Don't check for
14129         set-from-style on c-special-indent-hook.
14130         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
14131         copy-alist is sufficient now.
14133         * cc-styles.el (c-set-style, c-set-style-1,
14134         c-get-style-variables): Fixes to variable initialization so
14135         that duplicate entries in styles have the same effect
14136         regardless of DONT-OVERRIDE.
14138         * cc-styles.el (c-set-style-2): Fixed bug where the
14139         initialization of inheriting styles failed when the
14140         dont-override flag is set.
14142         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14143         on this.
14145 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14147         * cc-defs.el (c-forward-comment): Removed the workaround
14148         introduced in 5.38 since it had worse side-effects.  If a line
14149         contains the string "//\"", it regarded the // as a comment
14150         start since the \ temporarily doesn't have escape syntax.
14152 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
14154         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14155         ada-xref.el before ada-prj.el, so that the Project menu is created
14156         when ada-prj tries to add to it.
14157         (ada-activate-keys-for-case): Suppress the characters that are not
14158         part of the Ada syntax. Better compatibility with else-mode
14159         (ada-adjust-case-interactive): When auto-casing is not active,
14160         correctly insert newlines (used to insert only ^M).  Prevent the
14161         syntax table from being changed in case of an error
14162         (or '_' becomes part of a word and some commands are confused).
14163         Do nothing if ada-auto-case is nil.
14164         (ada-after-keyword-p): Ignore keywords that are also attributes
14165         (ada-batch-reformat): Update usage comment
14166         (ada-call-from-contextual-menu): New function
14167         (ada-case-read-exceptions): Reinitialize the casing exception list
14168         first to nil first, so that the casing exception file can be
14169         shared.
14170         (ada-check-defun-name): Handles "configure" keyword for gnatdist
14171         files.
14172         (ada-compile-goto-error): Fix regexp used to detect a file:line
14173         anywhere in the error message
14174         (ada-contextual-menu-last-point): New variable
14175         (ada-create-keymap): If the variable delete-key-deletes-forward is
14176         t on XEmacs, it means that DEL should delete one character
14177         forward.
14178         (ada-create-menu): Use :included instead of :visible for XEmacs.
14179         New submenu "Options".
14180         (ada-end-stmt-re): Correctly indent "select ... then abort"
14181         statements.
14182         (ada-fill-comment-paragraph): Correctly delete all leading '--'
14183         even if they don't match ada-fill-comment-prefix Fix handling of
14184         paragraphs on the first or last line of a file.
14185         (ada-format-paramlist): Fix handling of default parameter values.
14186         (ada-get-body-name): New function.
14187         (ada-get-current-indent): Optimized by searchling directly for an
14188         existing generic part or a statement outside of it.  Handle
14189         ada-indent-align-comments when indenting comments Replaced some
14190         regexps by testing directly the next character. This results in a
14191         huge speedup on some files.  New indentation scheme for renames
14192         statements.  Stop looking for the 'while' or 'for' associated with
14193         a 'loop' at the first semicolon encountered.  A "return" can also
14194         match an anonymous access subprogram declaration.
14195         (ada-get-indent-noindent): Ignore strings and comments when
14196         looking for the keywords "record" and "private".
14197         (ada-goto-matching-decl-start): When matching "if", make sure we
14198         are not in fact seeing "end if".  Ignore "when" statements except
14199         when initial keyword was "begin".  Fix handling of nested
14200         procedures.  Add a recursive call to this function to skip over
14201         other 'end' statmts.  Fix indentation for "when .. => begin"
14202         (ada-in-open-paren-p): Fix indentation for complex boolean
14203         expressions, where 'and then', 'or else' and parenthesis
14204         statements are mixed up.
14205         (ada-in-paramlist-p): Skip comments while searching for the
14206         beginning Fix handling of operator declarations.
14207         (ada-indent-align-comments): New variable
14208         (ada-indent-current): Change the syntax table only in the
14209         protected section, so that we are sure it is restored correctly.
14210         (ada-indent-on-previous-lines): Use ada-use-indent and
14211         ada-with-indent Correctly indent "select ... then"
14212         (ada-indent-region): Slight speedup.
14213         (ada-indent-renames): New variable.
14214         (ada-last-which-function-subprog, ada-last-which-function-line):
14215         New variables
14216         (ada-looking-at-semi-private): Correctly indent the 'private'
14217         keyword when it is the first word in a package declaration.
14218         (ada-loose-case-word): Stop searching if at the end of the buffer.
14219         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14220         even if point is not initially at the end of the word.
14221         (ada-matching-decl-start-re): Add "when".
14222         (ada-mode): Add support for abbrev-mode, outline-mode and
14223         which-func-mode Override the old find-file.el entry in
14224         ff-special-constructs since it is using the obsolete
14225         ada-spec-suffix variable
14226         (ada-no-auto-case): New function
14227         (ada-scan-paramlist): When parsing the argument type, accept
14228         spaces (as in "X 'Class", generated by Rational Rose).
14229         (ada-other-file-name): No longer loads the other file.
14230         (ada-popup-menu): Save and restore the current buffer and cursor
14231         position before and after displaying the menu.
14232         (ada-search-ignore-complex-boolean): New function.
14233         (ada-uncomment-region): Emacs21 already knows how to delete
14234         comments not starting in the first column.
14235         (ada-use-indent): New variable
14236         (ada-which-function): New function.
14237         (ada-with-indent): New variable
14238         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14239         can be batch-compiled from the command line.
14241         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14242         Add to the menu when the file is loaded, not in ada-mode-hook.
14243         Add -toolbar to the default ddd command Switches moved from
14244         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14245         ada-prj-default-comp-opt
14246         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14247         Reference Manual to the menu
14248         (ada-check-current): rewritten as a call to ada-compile-current
14249         (ada-compile): Removed.
14250         (ada-compile-application, ada-compile-current, ada-check-current):
14251         Set the compilation-search-path so that compile.el automatically
14252         finds the sources in src_dir.  Automatic scrollong of the
14253         compilation buffer.  C-uC-cC-c asks for confirmation before
14254         compiling
14255         (ada-compile-current): New parameter, prj-field
14256         (ada-complete-identifier): Load the .ali file before doing
14257         processing
14258         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14259         conform to gnatmake's behavior.
14260         (ada-find-file-in-dir): New function
14261         (ada-find-references): Set the environment variables for gnatfind
14262         (ada-find-src-file-in-dir): New function.
14263         (ada-first-non-nil): Removed
14264         (ada-gdb-application): Add support for jdb, the java debugger.
14265         (ada-get-ada-file-name): Load the original-file first if not done
14266         yet.
14267         (ada-get-all-references): Handles the new ali syntax (parent types
14268         are found between <>).
14269         (ada-initialize-runtime-library): New function
14270         (ada-mode-hook): Always load a project file when a file is opened,
14271         so that the casing exceptions are correctly read.
14272         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14273         (ada-parse-prj-file): Use find-file-noselect instead of find-file
14274         to open the project file, since the latter does not work with
14275         speedbar Get default values before loading the prj file, or the
14276         default executable file name is wrong.  Use the absolute value of
14277         src_dir to initialize ada-search-directories and
14278         compilation-search-path,...  Add the standard runtime library to
14279         the search path for find-file.
14280         (ada-prj-default-debugger): Was missing an opening '{'
14281         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14282         variables.
14283         (ada-prj-default-gnatmake-opt): New variable
14284         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14285         buffers, the project file is the default one Save the windows
14286         configuration before displaying the menu.
14287         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14288         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14289         ...)  regexp-quote identifiers names to support operators +,
14290         -,... in regexps.
14291         (ada-remote): New function.
14292         (ada-run-application): Erase the output buffer before starting the
14293         run Support remote execution of the application.  Use
14294         call-process, or the arguments are incorrectly parsed
14295         (ada-set-default-project-file): Reread the content of the active
14296         project file, not the one from the current buffer When a project
14297         file is set as the default project, all directories are
14298         automatically associated with it.
14299         (ada-set-environment): New function
14300         (ada-treat-cmd-string): New special variable ${current}
14301         (ada-treat-cmd-string): Revised.  The substitution is now done for
14302         any ${...} substring
14303         (ada-xref-current): If no body was found, compiles the spec
14304         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14305         compiler to get rid of command line length limitations.
14306         (ada-xref-get-project-field): New function
14307         (ada-xref-project-files): New variable
14308         (ada-xref-runtime-library-specs-path)
14309         (ada-xref-runtime-library-ali-path): New variables
14310         (ada-xref-set-default-prj-values): Default run command now does a
14311         cd to the build directory.  New field: main_unit Provide a default
14312         file name even if the current buffer has no prj file.
14314         * ada-prj.el:
14315         Rewritten to show a tabbed-dialog.
14316         (ada-prj-add-ada-menu): Remove the map and name parameters.
14317         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14318         New function
14319         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14320         (ada-prj-load-from-file): New function
14321         (ada-prj-save): Always save fields that depend on the current buffer
14322         (ada-prj-show-value): New function
14324         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14325         Ada mode. This will allow us to display the Ada menu in any buffer
14326         we want (for project items).
14327         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14328         number of spaces in the header.
14330 2000-07-24  Dave Love  <fx@gnu.org>
14332         * ediff-init.el (ediff-region-help-echo): Bind face-help.
14334 2000-07-23  Noah Friedman  <friedman@splode.com>
14336         * type-break.el (type-break): perform autosave.
14337         Suggested by Stephen Gildea <gildea@intouchsys.com>.
14338         (type-break-do-query): Cancel query schedule while performing
14339         actual query, to avoid possibility of a second query being made
14340         while first one is already in progress.
14341         (type-break-time-stamp-format): New variable.
14342         (type-break-time-stamp): New function.
14343         (type-break-time-warning): Use it.
14344         (type-break-keystroke-warning): Use it.
14345         (type-break-noninteractive-query): Use it.
14347         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14348         cookie.
14349         Use add-minor-mode to set minor-mode-alist, if available.
14350         (eldoc-echo-area-use-multiline-p): New user option.
14351         (eldoc-echo-area-multiline-supported-p): New variable.
14352         (eldoc-docstring-format-sym-doc): Use them.
14353         (eldoc-mode): If not using idle timers, append to local post and
14354         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
14355         (eldoc-display-message-no-interference-p): Don't interfere with
14356         edebug.
14357         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14358         (eldoc-function-arglist): New function.
14359         (eldoc-function-argstring): Use it.
14361         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14362         auto save directory exists before calling directory-files.
14364 2000-07-23  Dave Love  <fx@gnu.org>
14366         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14367         ^o, ^u.
14369 2000-07-21  Dave Love  <fx@gnu.org>
14371         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14372         now passed to the function.  It now works properly.
14374         * smerge-mode.el (smerge-mode-menu): Fill it out.
14376 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
14378         * info-look.el (info-lookup): If *info* is shown in another frame
14379         on the same display, select that frame, instead of switching to
14380         the Info buffer in another window of the selected frame.
14382         * simple.el (universal-argument-map): Bind numeric keypad keys
14383         kp-0 to kp-9 and kp-subtract.
14384         (digit-argument): Handle these keys.
14386 2000-07-20  Dave Love  <fx@gnu.org>
14388         * net/goto-addr.el (goto-address-fontify): Don't bother with
14389         buffer-modified and read-only stuff -- irrelevant with overlays.
14390         Put an extra property on the overlays and use it to clean up in
14391         case goto-address is re-run.
14393 2000-07-19  Richard M. Stallman  <rms@gnu.org>
14395         * timer.el (run-with-idle-timer): Doc fix.
14397         * mail/mail-utils.el (mail-strip-quoted-names):
14398         Handle case where <...> appears inside "...".
14399         Use replace-match to edit the string more simply.
14400         (rmail-dont-reply-to): Cope with an unmatched ".
14402 2000-07-19  Dave Love  <fx@gnu.org>
14404         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14405         implementation.
14407         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14408         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14409         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14411 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
14413         * textmodes/refer.el: Correct maintainer's email address.
14415         * progmodes/hideif.el: Correct author's email address.
14416         Fix typo in comment.
14418         * xml.el: New file.
14420         * mail/mailheader.el: Correct author's mail address.
14422         * gnus/parse-time.el: Correct author's mail address.
14424 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
14426         * comint.el (comint-highlight-input, comint-highlight-face):
14427         New user options.
14428         (comint-input-ring-file-name): Change custom type.
14429         (comint-mode-map): Bind mouse-2.
14430         (comint-insert-clicked-input): New function.
14431         (comint-send-input): Handle input highlighting.
14433 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
14435         * mouse.el (popup-menu): New function.
14436         (mouse-major-mode-menu): Use it.
14438 2000-07-18  Dave Love  <fx@gnu.org>
14440         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14441         improvements.
14443 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14445         * faces.el (face-font-selection-order)
14446         (face-font-family-alternatives): Add custom type.
14448 2000-07-18  Dave Love  <fx@gnu.org>
14450         * cus-edit.el (custom-variable-reset-saved)
14451         (custom-variable-reset-standard): Remove unused bindings.
14453         * rect.el (open-rectangle-line): Remove unused let.
14455         * hl-line.el (hl-line-highlight): Check hl-line-mode.
14457 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14459         * cdl.el: Fix `Maintainer' keyword.
14461         * play/pong.el: Add author's email address.
14463 2000-07-17  Sam Steingold  <sds@gnu.org>
14465         * files.el (insert-directory): Call `split-string' instead of
14466         re-implementing it.
14468 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14470         * mail/vms-pmail.el: Change maintainer to FSF.
14472         * net/goto-addr.el: Change maintainer to FSF.
14474         * info.el (Info-title-face-alist): Removed.
14476 2000-07-18  David Ponce  <david@dponce.com>
14478         * recentf.el (recentf-open-files): New command that works like
14479         `recentf-open-more-files', but shows the whole list of files (not just
14480         those omitted from the menu). Useful if you don't use a menu-bar!
14481         (recentf-open-more-files) Modified to use `recentf-open-files'.
14483         (recentf-open-files, recentf-open-more-files)
14484         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14486         (recentf-dialog-mode): New mode for dialogs. You can now just type
14487         "q" to cancel the dialogs.
14489 2000-07-18  David Ponce  <david@dponce.com>
14491         * recentf.el: This is a major update of recentf.el. It adds new
14492         features to better organize the recentf menu and "More..." buffer.
14494         Using new provided menu filtering functions you can now organize the
14495         recent files list:
14497         - by major modes
14498         - by directories
14499         - by user defined rules
14501         Finally, with the new `recentf-filter-changer' customizable filter you
14502         can define a ring of filters and dynamically (via the menu) cycle on
14503         each menu organization in the ring (a la msb).
14505 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
14507         * eshell/eshell.el (eshell): Replace links to eshell.info with
14508         links to eshell, to avoid problems on systems where the manual is
14509         installed as `eshell'.
14510         * eshell/esh-cmd.el (eshell-cmd): Ditto.
14511         * eshell/em-smart.el (eshell-smart): Ditto.
14512         * eshell/em-banner.el (eshell-banner): Ditto.
14513         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14515         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14516         same-file check in the MS-DOS version (it does support inodes).
14518         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14520         * eshell/eshell.el (eshell-directory-name):
14521         Run default directory name through convert-standard-filename.
14523 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
14525         * international/mule-cmds.el (select-safe-coding-system):
14526         Fix typo in the comment.
14528         * language/european.el (compound-text):
14529         Force katakana-jisx0201 to be designated to G1.
14531         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14532         Don't translate some national variant characters of latin-jisx0201.
14533         (x-ctext): Force katakana-jisx0201 to be designated to G1.
14535         * international/kkc.el (kkc-after-update-conversion-functions):
14536         New variable.
14537         (kkc-update-conversion): Run functions in it at the tail.
14539 2000-07-16  John Wiegley  <johnw@gnu.org>
14541         * lisp/align.el (align-newline-and-indent):
14542         Adding new function.  for auto-aligning blocks of code on RET.
14543         (align-region): Fixed badly formatted minibuffer message.
14545 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
14547         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14548         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
14549         the conversion list at first if appropriate.
14550         (kkc-next): Don't update kkc-next-count here.
14551         (kkc-prev): Don't update kkc-prev-count here.
14552         (kkc-show-conversion-list-update): Fix setting up of conversion
14553         list message.
14555 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14557         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14559 2000-07-16  Dave Love  <fx@gnu.org>
14561         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14562         function to be more specific.
14564         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14565         non-string help-echo.
14566         (widget-types-convert-widget): Defsubst it.
14567         (widget-echo-help): Try to cope with a help-echo function of two
14568         possible sorts.
14570 2000-07-15  Jason Rumney  <jasonr@gnu.org>
14572         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14573         Declare as obsolete.
14575         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14577 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
14579         * hilit-chg.el: Fix typo.
14581 2000-07-14  Dave Love  <fx@gnu.org>
14583         * info.el (Info-mode-menu): Fix use of :help, :enable.
14585 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
14587         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14589 2000-07-13  Dave Love  <fx@gnu.org>
14591         * emacs-lisp/easymenu.el: Doc fixes.
14592         (easy-menu-remove): Defalias to ignore.
14594         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14595         Call throw correctly.
14597 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
14599         * faces.el (frame-background-mode): Doc fix.
14601         * simple.el (eval-expression-print-length): Change custom type to
14602         allow entering nil as value.
14604 2000-07-13  Dave Love  <fx@gnu.org>
14606         * progmodes/fortran.el (fortran-imenu-generic-expression):
14607         Change definition layout.
14608         (fortran-mode-menu): Reinstate customize entries.
14610         * cus-edit.el (custom-group-menu-create, customize-menu-create):
14611         Use :filter, per old XEmacs code.
14613 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
14615         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14616         event when deciding what to send to the terminal.
14618 2000-07-12  Dave Love  <fx@gnu.org>
14620         * cus-start.el: Add optional version as 4th element of specs and
14621         use it for several things new in v21.  Remove load-path.  Fix type
14622         of line-number-display-limit.
14624 2000-07-11  Dave Love  <fx@gnu.org>
14626         * progmodes/fortran.el: Don't require easymenu.
14627         Use repeat counts in various regexps.
14628         (fortran-mode-syntax-table): Defvar directly.
14629         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14630         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14631         Use defvar, not defconst.
14632         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
14633         (fortran-mode): Set fortran-comment-line-start-skip,
14634         fortran-comment-line-start-skip, dabbrev-case-fold-search.
14635         (fortran-comment-indent): Use defsubst.
14636         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14637         Use fortran-comment-indent, not fortran-comment-indent-function.
14638         (fortran-comment-region, fortran-electric-line-number): Simplify.
14639         (fortran-auto-fill): New function.
14640         (fortran-do-auto-fill): Deleted.
14641         (fortran-find-comment-start-skip):
14642         Check for non-null comment-start-skip.
14643         (fortran-auto-fill-mode, fortran-fill-statement):
14644         Use fortran-auto-fill.
14645         (fortran-fill): Use fortran-auto-fill.  Check for null
14646         comment-start-skip.  Simplify final clause and use end-of-line finally.
14648         * widget.el (widget-plist-member): New alias.
14650 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
14652         * eshell/esh-module.el (toplevel): Reference
14653         byte-compile-current-file only if it is bound.
14655 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
14657         * dired.el: Don't require `dired-aux'.
14659 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
14661         * dired-aux.el (dired-show-file-type): New function.
14662         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14663         (dired-show-file-type): Add autoload.
14665 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
14667         * international/mule-diag.el (describe-font): Adjusted for the
14668         change of fontset-info.
14669         (print-fontset): Likewise.
14671 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14673         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14675 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
14677         * bindings.el: Bind `[delete]' to delete-char.
14679         * dired.el (dired-find-alternate-file): New function.
14680         (dired-mode-map): Bind `a' to dired-find-alternate-file.
14681         (toplevel): Require dired-aux when compiling.
14682         (dired-buffers): Move defvar within file to avoid compiler warning.
14684         * info.el (Info-last-search): Variable removed.
14685         (Info-search-history): New variable.
14686         (Info-search): New Info-search-history.
14688         * battery.el, info-look.el: Change author's mail address.
14690 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
14692         * mail/rmail.el (rmail-clear-headers): Don't throw an error
14693         if rmail-ignored-headers is nil.
14694         (rmail-retry-failure): Bind rmail-ignored-headers and
14695         rmail-displayed-headers to nil.
14697 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
14699         * lpr.el (lpr-page-header-switches): Add `-h' switch.
14700         (print-region-1): Don't hard code `-h' here.
14702         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14704 2000-07-01  Francesco Potorti`  <pot@gnu.org>
14706         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14707         exim can use "your message" instead of "the message".
14709 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14711         * facemenu.el: Docstrings fixes.
14712         (facemenu-get-face): Don't use internal-find-face.
14713         (facemenu-iterate): Rename arg to match the docstring.
14715         * newcomment.el (uncomment-region): Be more careful when skipping
14716         backwards over `=' not to bump into BOBP.
14718 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
14720         * ediff-diff.el (ediff-wordify): Use syntax table.
14721         * ediff-init.el (ediff-has-face-support-p): Use
14722         ediff-color-display-p.
14723         (ediff-color-display-p): Use display-color-p, changed to defun
14724         from defsubst.
14725         Got rid of special cases for NeXT and OS/2.
14726         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14727         face.
14729 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14731         * emacs-lisp/lucid.el: Require CL.
14732         (copy-tree, remprop): Remove, it's provided by CL.
14733         (map-keymap): Define in terms of cl-map-keymap.
14734         (extent-property, set-extent-end-glyph): New functions.
14736         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14738 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14740         * Makefile.in (DONTCOMPILE): Add comment that the name may
14741         not be changed without changing the make-dist script.
14743         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14744         (cl-mapc): Use mapc instead of cl-old-mapc.
14746 2000-07-05  Andrew Innes  <andrewi@gnu.org>
14748         * makefile.nt: Add support for `bootstrap' and related targets.
14750 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14752         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14753         (easy-menu-do-define): Use `menu-item' format.
14754         Handle case where easy-menu-create-menu returns a symbol.
14755         Manually call the potential top-level filter in the function binding.
14756         (easy-menu-filter-return): New arg NAME.
14757         Convert to a keymap if MENU is an XEmacs menu.
14758         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
14759         (easy-menu-converted-items-table, easy-menu-convert-item):
14760         New var and fun to memoize easy-menu-convert-item-1.
14761         (easy-menu-do-add-item): Use it.
14762         (easy-menu-create-menu): Use easy-menu-convert-item.
14763         Wrap easy-menu-filter-return around any :filter specification.
14764         Don't convert the menu if a filter was specified.
14765         Tell easy-menu-make-symbol not to check for MENU being an expression.
14766         (easy-menu-make-symbol): New arg NOEXP.
14768 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14770         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14771         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14772         (eval-defun): If called with prefix arg, instrument code for
14773         Edebug.
14775         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14776         similar to that of eval-defun.
14778 2000-07-04  Dave Love  <fx@gnu.org>
14780         * hl-line.el (hl-line-overlay): Make it permanent-local.
14782         * calendar/todo-mode.el: Replaced with a working version, based on
14783         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14785 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
14787         * paths.el (prune-directory-list): New function.
14788         (Info-default-directory-list): Rewritten to more methodically
14789         enumerate a big list of possible info directories (based on the
14790         list used by the standalone info reader).
14792         * info.el (info-initialize): Use prune-directory-list to remove
14793         non-existent directories from Info-directory-list.
14795         * paths.el (Info-default-directory-list): Try a list of possible
14796         info-directories instead of a single one.  Add the possible
14797         info directory "/usr/share/info".
14799         * woman.el (woman-man.conf-path): Explicitly include the debian
14800         man-db config file "/etc/manpath.config".
14801         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14802         are present in `manpath.config'.
14803         (woman-manpath): Include "/usr/share/man".
14805 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
14807         * frame.el (blink-cursor-mode): Don't hide cursor initially.
14809         * startup.el (command-line): Initialize blink-cursor based
14810         on window-system.
14812         * frame.el (blink-cursor): Default to nil if not running under
14813         a window-system.
14815         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14816         (face-x-resources): Remove duplicate entry for :font.
14818         * textmodes/refer.el (refer-find-entry-internal): Use some-window
14819         instead of cycling through windows with next-window.
14821         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14822         of cycling through windows with next-window.
14824         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14825         of cycling through windows with next-window.
14827         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14828         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14829         instead of cycling through windows with next-window.
14831         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14832         instead of cycling through windows with next-window.
14834         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14835         of cycling through windows with next-window.
14837         * terminal.el (te-process-output): Use walk-windows instead of
14838         cycling through windows with next-window.
14840         * server.el (server-switch-buffer): Use some-window instead of
14841         cycling through windows with next-window.
14843         * window.el (some-window): New function.
14844         (walk-windows): Remove reference to walk-windows-start.
14846         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14848 2000-07-03  Richard Stallman  <rms@gnu.org>
14850         * window.el (walk-windows): Guarantee termination by keeping a list
14851         of all the windows already handled.
14853 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14855         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14856         window-system.
14858         * man.el (Man-notify-when-ready): Don't use window-system.  If
14859         Man-notify-method is newframe, and the display is not
14860         multi-frame, select the frame created for the man page.
14861         (Man-init-defvars): Doc fix.
14863 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
14865         * faces.el (region): Change background color for light background.
14867         * ediff-wind.el (ediff-setup-control-frame): Remove :box
14868         attribute from mode-line face of Ediff control frame.
14870         * replace.el (query-replace-map): Bind `e' like `E'.
14872 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14874         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14875         Change name to "Select All".
14877         * dos-fns.el (convert-standard-filename): Fix last change.
14879 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
14881         * help.el (describe-variable): Don't insert a second `'s' in front
14882         of the string `value is shown below'.  Since the syntax-table is
14883         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14884         an existing `'s', so that this won't be deleted.
14886         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14887         * pcmpl-unix.el: New files.
14889 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14891         * wid-edit.el (widget-member): Use the new plist-member.
14893 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
14895         * replace.el (perform-replace): Undo change of 2000-04-04.
14896         Instead, move backward 1 character at the end of the loop when
14897         necessary.
14899         * faces.el (fringe): Change face for different backgrounds.
14901         * eshell/esh-module.el (toplevel): Load defgroup's differently;
14902         patch from John.
14904         * eshell/*.el: Change spelling of the Free Software Foundation.
14906         * eshell/esh-toggle.el: Removed.
14908         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14910         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14911         interactively.
14913 2000-06-26  Alex Schroeder  <alex@gnu.org>
14915         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14916         `define-key'; instead of checking `(emacs-version)' check for
14917         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
14918         for `;' and `o' which might be electric.
14920         (sql-electric-stuff): New user option.
14921         (sql-magic-go): New function which uses `sql-electric-stuff'.
14922         (sql-magic-semicolon): New function which uses
14923         `sql-electric-stuff'.
14925         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14926         is not fboundp.
14928         (sql-oracle-options): New variable.
14929         (sql-oracle): Use it.
14931         (sql-imenu-generic-expression): Doc change.
14932         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14933         is used.
14935         (sql-informix): Added command line parameter "-" to force
14936         sql-informix-program to use stdout.
14938 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
14940         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14941         (cp864-decode-table): Doc fix.
14942         (cp720-decode-table): New variable, supports the Arabic OEM
14943         codepage used by Windows.
14944         (cp737-decode-table): New, Greek OEM codepage used by Windows.
14946 2000-06-23  Dave Love  <fx@gnu.org>
14948         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14949         (font-lock-fontify-anchored-keywords): Use
14950         line-beginning-position.
14951         (global-font-lock-mode): Use mapc.
14953 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14955         * eshell/esh-module.el: Require CL when compiling.
14957 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14959         * comint.el (comint-substitute-in-file-name): Call replace-match
14960         with second and third arg t.
14962         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14963         Specify foreground color.
14965         * faces.el (tool-bar, mode-line, header-line): Specify foreground
14966         color.
14968         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14970         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14971         cddr instead of cdddr.
14973         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14974         instead of copy-list.
14976         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14977         of copy-list.
14979         * subdirs.el: Add eshell subdirectory.
14981         * eshell: New subdirectory containing the Eshell package.
14983         * pcomplete.el: New file.
14985 2000-06-23  Paul Eggert  <eggert@twinsun.com>
14987         * mail/mailpost.el (post-mail-send-it): Make sure file has
14988         proper permissions from birth.
14990         * files.el (basic-save-buffer-2): When temporarily setting
14991         file modes, set them to current modes plus 0200, not to 0777.
14993         * emerge.el (emerge-make-temp-file): Make sure file has proper
14994         permissions from birth.
14996 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
14998         * files.el (make-backup-file-name-1): On DOS/Windows, run the
14999         backup file name through convert-standard-filename.
15001         * dos-fns.el (convert-standard-filename): Convert leading
15002         directories as well.  When long file names are supported, convert
15003         characters that are invalid in Windows file names.
15005 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15007         * ps-print.el: Fix bug: if ^L is the very first buffer character,
15008         ps-print crashes.  New feature: page selection for printing.  Create
15009         raw-text-unix coding system for XEmacs.  Doc fix.
15010         (ps-print-version): New version number (5.2.3).
15011         (ps-plot-region): Bug fix.
15012         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15013         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15014         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15015         funs.
15016         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15017         (ps-last-page): New vars.
15019 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
15021         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15022         empty option string.
15024 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
15026         * man.el (man): Doc fix.
15028 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
15030         * international/mule-cmds.el (set-language-info-alist): Docstring
15031         fixed.
15033 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
15035         * version.el (emacs-version): Use ISO date format.
15037         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15038         instead of `M-backspace'.
15040         * simple.el (turn-off-auto-fill): New function.
15042 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
15044         * jit-lock.el (with-buffer-prepared-for-jit-lock):
15045         Renamed from with-buffer-prepared-for-font-lock and use
15046         inhibit-modification-hooks rather than setting *-change-functions.
15047         Update all functions to use the new name.
15048         (jit-lock-first-unfontify-pos): New semantics (and doc).
15049         (jit-lock-mode): Make non-interactive.
15050         Don't automatically turn on font-lock.
15051         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15052         Always use jit-lock-after-change.
15053         Remove and restore font-lock-after-change-function.
15054         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15055         (jit-lock-after-unfontify-buffer): Remove.
15056         (jit-lock-stealth-fontify):
15057         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15058         (jit-lock-after-change): Set the `fontified' text-prop to nil.
15060 2000-06-20  Sam Steingold  <sds@gnu.org>
15062         * emacs-lisp/cl-indent.el (toplevel): Indent
15063         `print-unreadable-object' properly.  Untabify.
15065 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
15067         * textmodes/reftex.el (reftex-find-citation-regexp-format):
15068         Support for bibentry.
15069         (reftex-compile-variables): Fixed problem with end of section-re.
15071         * texmodes/reftex-dcr.el (reftex-view-crossref,
15072         reftex-view-crossref-from-bibtex):
15073         Deal with changed `reftex-find-citation-regexp-format'.
15074         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15075         Replaced `remprop' with `put'.
15076         (reftex-view-crossref, reftex-view-crossref-when-idle):
15077         Support for bibentry.
15079         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15080         New entry for bibentry package.
15082         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15083         Regexp also matches "\nobibliography".
15085         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15086         Call `reftex-ensure-write-access' before doing anything.
15087         (reftex-ensure-write-access): New function.
15089 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
15091         * progmodes/idlwave.el: File re-installed (update to version 4.2)
15093         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15095         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15097         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15100 2000-06-20  Dave Love  <fx@gnu.org>
15102         * faces.el (frame-background-mode): Use set-default, not set, in
15103         setter.
15104         (frame-update-faces, frame-update-face-colors): Define with
15105         defalias.
15107         * enriched.el (enriched-decode-foreground)
15108         (enriched-decode-background): Don't use internal-find-face.
15110         * apropos.el: Doc fixes.
15112         * cus-edit.el (customize-changed-options): Check arg.
15113         (customize-version-lessp): Don't require decimal point.
15115         * custom.el (defcustom, defgroup): Doc fix.
15117         * newcomment.el (comment) <defgroup>: Add :version.
15118         (comment-multi-line): Doc fix.
15120         * emulation/mlsupport.el (define-hooked-local-abbrev,
15121         define-hooked-global-abbrev): Fix, using define-abbrev.
15123 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
15125         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15126         the whole buffer.
15128 2000-06-19  Dave Love  <fx@gnu.org>
15130         * menu-bar.el (menu-bar-options-save): New function.
15131         (menu-bar-options-menu): Use it.
15132         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15133         Simplify.
15135 2000-06-19  Andreas Schwab  <schwab@suse.de>
15137         * progmodes/etags.el (tags-query-replace): Put new parameters
15138         START and END at the end, for backward compatibility.
15140 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15142         * international/codepage.el:
15143         (cp-coding-system-for-codepage-1): Delete special codes for
15144         generating xxx-dos coding system because now a CCL based coding
15145         system can handle EOL conversion by default.
15147         * international/mule.el (make-coding-system): Generate subsidiary
15148         coding systems for EOL handling variants even for a CCL based
15149         coding system.
15151 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
15153         * international/isearch-x.el (isearch-minibuffer-input-method)
15154         (isearch-minibuffer-input-method-function): These variables
15155         deleted.
15156         (isearch-with-input-method): Don't use the above variables.
15157         (isearch-process-search-multibyte-characters): Likewise.  Call
15158         read-string with the arg INHERIT-INPUT-METHOD t.
15160 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
15162         * font-lock.el (font-lock-after-fontify-buffer)
15163         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15165         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15166         Use consistent make-local-variable style for font-lock-fontified.
15167         (jit-lock-fontify-buffer):
15168         Don't bother checking for font-lock-mode and jit-lock-mode.
15170         * time.el: Remove trailing ^M that prevent CVS-merging.
15172 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15174         * Makefile.in (distclean): New target.
15176 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
15178         * Makefile.in (srcdir): Define for update-subdirs.
15180 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
15182         * find-lisp.el: New file.
15184 2000-06-16  Andrew Innes  <andrewi@gnu.org>
15186         * time.el (display-time-mail-function): New variable, to allow
15187         external packages to indicate when new mail is available.
15188         (display-time-update): Use it.
15190 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
15192         * international/mule.el (mule-version): Change version name to
15193         SAKAKI.  AOI has already been used by Meadow.
15195         * international/quail.el (quail-show-guidance-buf): To find the
15196         bottom window (but minibuffer), pay attention to the height of
15197         minibuffer.
15199 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
15201         * arc-mode.el (archive-mode-map): Use the new menu-item format for
15202         menu-bar menus.  Add help strings.  Don't remove the Edit menu
15203         from the menu bar, as the menu bar has enough space now.
15205         * Makefile.in (SHELL): Make sure /bin/sh is used.
15207         * woman.el (woman-man-buffer): Fix bold and underlined CJK
15208         characters, which use series of two ^H characters instead of one.
15210 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
15212         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15213         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15214         functions.
15215         (Info-find-node-2): Try a case-sensitive search first, then
15216         do a case-insensitive search.
15218         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15219         tutorials.
15221         * complete.el (PC-env-vars-alist): New variable.
15222         (PC-complete-as-file-name): New function.
15223         (partial-completion-mode): Initialize PC-env-vars-alist from
15224         process-environment.
15225         (PC-do-completion): Handle completion of env vars.
15227         * info.el (Info-set-mode-line): Show file name in mode line,
15228         use `*Info*' instead of `Info:'.
15230         * startup.el (command-line-1): Change copyright messages to year
15231         2000.
15233 2000-06-15  Dave Love  <fx@gnu.org>
15235         * net/goto-addr.el (goto-address-fontify): Use keymap property,
15236         not local-map.
15238 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
15240         * international/mule.el (set-buffer-file-coding-system): Almost
15241         rewritten to handle `undecided' as no-op.
15243 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
15245         * Makefile.in: New file.
15247         * Makefile: Removed.
15249         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15250         (goto-address-highlight-keymap): Bind C-c RET.
15252 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
15254         * mail/sendmail.el (sendmail-send-it): The temporary buffer
15255         inherits buffer-file-coding-system of the current buffer.
15257         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15258         0.  Give correct argument to set-auto-coding-function.
15259         (tar-expunge): For goto-char, use (point-min), not 0.
15260         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15261         (tar-subfile-save-buffer): Likewize.
15263         * international/mule.el
15264         (after-insert-file-set-buffer-file-coding-system): Call
15265         set-buffer-file-coding-system with the arg FORCE t.
15267 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
15269         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15270         nil.  Contemporary sendmails issue an X-Authentication-Warning if
15271         the sender is set with `-f'.
15273 2000-06-13  Dave Love  <fx@gnu.org>
15275         * help.el (describe-function-1): Kluge around cases of functions
15276         fset to subrs whose doc doesn't match their symbol-name.
15278         * image.el (insert-image): Default STRING to a space.
15280         * info.el Doc fixes.
15281         (Info-build-node-completions): Match Ref tags.
15283 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
15285         * frame.el (display-multi-frame-p, display-multi-font-p): New
15286         defaliases for display-graphic-p.
15288         * hl-line.el: Fixed a typo in commentary.
15290 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
15292         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15293         fixed.
15295 2000-06-12  Dave Love  <fx@gnu.org>
15297         * image.el (insert-image): Save a little consing.
15299 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15301         * language/tibet-util.el: Convert all tibetan-1-column characters
15302         to the corresponding tibetan characters.
15303         (tibetan-add-components): Delete code for the special treatment of
15304         'a chung.
15306         * language/tibetan.el (tibetan-composable-pattern): Fix previous
15307         change.
15308         (tibetan-vowel-transcription-alist): More rules added.
15309         (tibetan-composite-vowel-alist): New variable.
15310         (tibetan-precomposition-rule-alist): More rules added.
15312 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
15314         * startup.el (command-line): Only call menu-bar-mode if interactive.
15316         * thingatpt.el (toplevel symbol-properties):
15317         * textmodes/makeinfo.el (makeinfo-compile):
15318         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15319         * progmodes/hideif.el (hif-compress-define-list)
15320         (hide-ifdef-use-define-alist):
15321         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15322         (ange-ftp-vms-add-file-entry):
15323         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15324         * man.el (Man-build-man-command):
15325         * mail/rnewspost.el (news-reply-header-hook):
15326         * info.el (Info-insert-dir):
15327         * emulation/mlconvert.el (backward-word, forward-word, setq):
15328         * emacs-lisp/gulp.el (gulp-send-requests):
15329         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15330         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15331         (byte-optimize-apply, end of file):
15332         * emacs-lisp/advice.el (ad-advice-class-completion-table)
15333         (ad-make-freeze-definition):
15334         * startup.el (command-line, command-line-1): Don't quote lambdas.
15336         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15337         (cvs-cleanup-removed): New function.
15338         (cvs-cleanup-functions): New var.
15339         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15340         some flexibility in specifying additional entries to auto-cleanup.
15341         (cvs-quickdir): New function.
15342         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15343         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15344         (cvs-mode-find-file): Check that we are on a filename or dirname
15345         when invoked through a mouse-click.
15346         (cvs-full-path): Remove.
15347         (cvs-dired-action): Re-introduced.
15348         (cvs-dired-noselect): Use it.
15349         (vc-post-command-functions): use this new hook if available.
15351         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15352         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15353         (cvs-filename-map, cvs-dirname-map): Remove.
15354         (cvs-default-action): Remove.
15355         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15356         if the arg is really a keymap.
15357         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15358         Don't hardcode the mapping from state (aka type) to face, but check
15359         the var cvs-fi-<type>-face instead.
15360         (cvs-fileinfo-from-entries): New function.
15362         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15363         Docstring fix.
15364         (cvs-find-file-and-jump): Change default to be safer.
15365         (cvs-mode-diff-map): Define it as a function as well.
15366         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15367         Bind mouse-2 in this global map rather than with text-properties.
15369         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15370         file to resolve the ambiguity between C(conflict) and C(need-merge).
15372 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15374         * international/mule.el (set-buffer-file-coding-system): If
15375         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15376         unconditionally.
15378 2000-06-12  Dave Love  <fx@gnu.org>
15380         * wid-edit.el (widget-specify-button): Really suppress the face if
15381         required.
15383 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
15385         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15387 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
15389         * imenu.el (imenu-generic-expression): Docstring fix.
15391         * composite.el (composition-function-table): Move the `put'
15392         below the autoload cookie so we can load the file before loaddefs.
15394         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15396         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15397         Handle easy-mmode-define-global-mode.
15398         For complex macros like define-minor-mode that can generate
15399         several autoload entries, try to autoload entries in the
15400         macroexpanded code.
15402         * emacs-lisp/easy-mmode.el (define-minor-mode):
15403         If KEYMAP is a symbol, just use it.
15404         Use byte-compile-current-file and load-file-name to infer the
15405         proper :require to pass to defcustom.
15406         Wrap the hook var into `progn' so as not to autoload it.
15407         Add a :autoload-end cookie.
15408         Be more careful about the evaluation of KEYMAP.
15409         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15410         (define-derived-mode): Move define-abbrev-table outside of defvar.
15412 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
15414         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15415         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15416         (backup-compiled-files): Ignore errors during `tar'.
15417         (bootstrap): Make autoloads before elc files.
15419 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
15421         * international/mule.el (set-buffer-file-coding-system): If one of
15422         undecided-XXX is specified, change only EOL conversion.
15424         * international/mule-conf.el (unix): New alias for the coding
15425         system undecided-unix.
15427 2000-06-09  Dave Love  <fx@gnu.org>
15429         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15431         * progmodes/executable.el: Byte compile dynamic.
15432         (executable-insert): Change custom type.
15433         (executable-find): Add autoload cookie.
15434         (executable-make-buffer-file-executable-if-script-p): New
15435         function.  After Noah Friedman.
15437         * files.el (after-save-hook): Customize, with
15438         executable-make-buffer-file-executable-if-script-p as an option.
15440 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
15442         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15443         "tib24p-mule.bdf" for Tibetan.
15445         * composite.el (decompose-composite-char): Declare it as obsolete.
15447         * man.el (Man-fontify-manpage): Pay attention to underline and
15448         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15450 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
15452         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15453         Set maintainer to FSF since author isn't reachable.
15455 2000-06-08  Dave Love  <fx@gnu.org>
15457         * international/mule-cmds.el (select-safe-coding-system): If
15458         DEFAULT-CODING-SYSTEM is not specified, also check the most
15459         preferred coding-system if buffer-file-coding-system is
15460         `undecided'.  From Handa.
15462 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
15464         * international/mule.el
15465         (after-insert-file-set-buffer-file-coding-system): If the buffer
15466         size is greater than INSERTED, judget that we are not visiting.
15468 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
15470         * whitespace.el (defgroup whitespace): Comment out `:version'.
15471         XEmacs 20.4 has problems defining the group with this present.
15472         We'll have this commented out till get resolve the problem.
15474 2000-06-07  John Wiegley  <johnw@gnu.org>
15476         * align.el (align-dq-string-modes, align-sq-string-modes)
15477         (align-open-comment-modes): Add pyhton-mode.
15478         (align-rules-list): Use get-text-property instead of
15479         text-properties-at.
15480         (align-rules-list): Add python-assignment.
15481         (align-rules-list): Change perl-comma-delimiter to
15482         basic-comma-delimiter.  Use if for Perl modes and python-mode.
15483         (align-rules-list): Add python-chain-logic and
15484         basic-line-continuation.
15486 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
15488         * apropos.el (apropos-mode-hook): New user variable.
15489         (apropos-mode): Run apropos-mode-hook.
15491 2000-06-07  David Ponce  <david@dponce.com>
15493         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15494         commands.  Require `wid-edit' at run-time.
15496 2000-06-07  David Ponce  <david@dponce.com>
15498         * recentf.el: Added some "Commentary".
15499         (recentf-open-more-files, recentf-edit-list): Minor changes to
15500         move the point at the top of the file list.  This behaviour is
15501         consistent with the menu one when the list contains a lot of
15502         files.
15503         (recentf-cleanup): Now displays the number of items removed from
15504         the list.
15505         (recentf-relative-filter) New menu filter to show filenames
15506         relative to `default-directory'.
15508 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15510         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
15511         with/without giving an error if PostScript printer doesn't have this
15512         kind of page size.  Zebra Stripe continues or restarts on next page.
15513         Manual/automatic paper feeding.  Switch or not the header.
15514         (ps-print-version): New version number (5.2.2).
15515         (ps-windows-system): Include emx as a Windows system.
15516         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15517         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15518         (ps-background-text): Code fix.
15519         (ps-error-handler-message, ps-user-defined-prologue)
15520         (ps-print-prologue-header, ps-printer-name)
15521         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15522         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15523         (ps-use-face-background): Customization fix.
15524         (ps-n-up-database): Data fix.
15525         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15526         (ps-switch-header): New vars.
15527         (ps-xemacs-color-name, ps-face-foreground-name)
15528         (ps-face-background-name, ps-boolean-constant): New funs.
15530 2000-06-07  Dave Love  <fx@gnu.org>
15532         * allout.el: New version from Manheimer.
15534 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
15536         * textmodes/fill.el (fill-find-break-point): Check the validity of
15537         charset.
15539 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15541         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15542         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15543         Call display-color-p and display-mouse-p instead of looking at
15544         window-system.
15546 2000-06-06  Dave Love  <fx@gnu.org>
15548         * image.el (find-image): Doc fix.  Return nil if image not found.
15549         (put-image, insert-image): Make STRING arg optional.
15551 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
15553         * language/vietnamese.el: Remove eval-when-compile.
15554         (viet-viscii-nonascii-translation-table): Define it as a
15555         translation table made from viet-viscii-decode-table.
15556         (viet-viscii-encode-table): Define it as a translation table made
15557         from the reverse map of above.
15558         (viet-vscii-nonascii-translation-table): Define it as a
15559         translation table made from viet-vscii-decode-table.
15560         (viet-vscii-encode-table): Define it as a translation table made
15561         from the reverse map of above.
15562         (ccl-decode-viscii): Use translate-character.
15563         (ccl-encode-viscii, ccl-encode-viscii-font)
15564         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15565         Likewize.
15567         * language/cyrillic.el: Remove eval-when-compile.
15568         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15569         translation table made from cyrillic-koi8-r-decode-table.
15570         (cyrillic-koi8-r-encode-table): Define it as a translation table
15571         made from the reverse map of above.
15572         (ccl-decode-koi8): Use translate-character.
15573         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15574         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15575         a translation table made from cyrillic-alternativnyj-decode-table.
15576         (cyrillic-alternativnyj-encode-table): Define it as a translation
15577         table made from the reverse map of above.
15578         (ccl-decode-alternativnyj): Use translate-character.
15579         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15580         Likewize
15582         * international/mule-diag.el (non-iso-charset-alist): Specify
15583         translation table symbol instead of translation table itself.
15584         (list-block-of-chars): CHARSET may be a translation table symbol.
15586         * international/mule.el (make-coding-system): If CODING-SYSTEM
15587         already exists, override it.
15589         * international/fontset.el: Use family `proportional' for Tibetan
15590         fonts.
15592         * international/ccl.el (ccl-compile-translate-character): Don't
15593         check if Rrr has property translation-table.
15594         (ccl-compile-map-multiple): Modified to avoid compiler warning.
15596 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
15598         * info.el: Bind case-fold-search to t when searching in case
15599         a user sets it to nil in a hook.
15601 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
15603         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15604         * hl-line.el (hl-line-mode): Use the new :global key argument.
15606         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15607         (tar-clip-time-string): Prepend a space.
15608         (tar-grind-file-mode): Construct a string rather than modifying one.
15609         (tar-header-block-summarize): Fix docstring.
15610         Use `format' rather than an error-prone set of copy-loops.
15612         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15613         (diff-goto-source, diff-unified->context, diff-context->unified)
15614         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15615         understand the format output by the `-p' argument to diff.
15617         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15618         (sh-re-done): Use defconst.
15619         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15620         (sh-help-string-for-variable, sh-guess-basic-offset):
15621         Don't quote lambdas.
15622         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15623         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15625         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15626         (mh-letter-mode): Derive from text-mode.
15627         This implicitly means that it now calls kill-all-local-variables.
15628         Also remove the Emacs-18 compatibility code.
15630         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15631         Make use of symbol-property doc-string-elt.
15632         Use memq rather than a sequence of eq.
15633         (doc-string-elt): Fix the wrong or missing previously unused values.
15634         (autoload-print-form): New function extracted from
15635         generate-file-autoloads to allow recursion when handling progn
15636         so that defvar's and defun's docstrings are properly printed.
15637         (generate-file-autoloads): Use it.
15639         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15640         Use find-file-hooks in the minor-mode function.
15641         Be careful not to loop indefinitely in the post-command-hook function.
15643 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
15645         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15646         tty's.
15647         * ediff-diff.el (ediff-exec-process): Use --binary for fine
15648         differences whenever appropriate.
15649         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15650         * viper.el (find-file, find-file-other-window): Get viper to do
15651         wildcards.
15653 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
15655         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15656         (jit-lock-fontify-buffer): New function for JIT refontification.
15657         (jit-lock-mode): Fix docstring.
15658         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15659         Remove jit-lock-after-change from the _local_ hook.
15660         (jit-lock-function-1): Fix docstring.
15662         * info.el (Info-on-current-buffer): Initialize info.
15664         * newcomment.el (comment-indent): Ignore comment-indent-hook.
15666         * progmodes/tcl.el (tcl-indent-for-comment):
15667         Ignore comment-indent-hook.
15669         * emacs-lisp/easy-mmode.el: Require CL during compilation.
15670         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15671         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15672         and improve to use the lighter to guess the capitalization.
15673         (define-minor-mode): Inline code from easy-mmode-define-toggle.
15674         Add keyword arguments to specify global-ness or the custom group.
15675         Add local-map and help-echo properties to the lighter.
15676         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15677         (easy-mmode-define-global-mode): New macro.
15679 2000-06-02  Dave Love  <fx@gnu.org>
15681         * wid-edit.el: byte-compile-dynamic since we typically don't use
15682         all the widgets.  Don't require cl or widget.  Remove
15683         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
15684         (widget-read-event): Removed.  Callers changed to use read-event.
15685         (widget-button-release-event-p): Renamed from
15686         button-release-event-p.
15687         (widget-field-add-space, widget-field-use-before-change):
15688         Uncustomize.
15689         (widget-specify-field): Use keymap property, not local-map.
15690         (widget-specify-button): Obey :suppress-face.
15691         (widget-specify-insert): Use modern backquote syntax.
15692         (widget-image-directory): Renamed from widget-glyph-directory.
15693         (widget-image-enable): Renamed from widget-glyph-enable.
15694         (widget-image-find): Replaces widget-glyph-find.
15695         (widget-button-pressed-face): Move defvar.
15696         (widget-image-insert): Replaces widget-glyph-insert.
15697         (widget-convert): Use keywordp.
15698         (widget-leave-text, widget-children-value-delete): Use mapc.
15699         (widget-keymap): Remove XEmacs stuff.
15700         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15701         (widget-button-click): Don't set point at the click, but re-centre
15702         if we scroll out of window.  Rewritten for images v. glyphs &c.
15703         (widget-tabable-at): Use POS arg, not point.
15704         (widget-beginning-of-line, widget-end-of-line)
15705         (widget-item-value-create, widget-sublist, widget-princ-to-string)
15706         (widget-sexp-prompt-value, widget-echo-help): Simplify.
15707         (widget-default-create): Use widget-image-insert; some rewriting.
15708         (widget-visibility-value-create)
15709         (widget-push-button-value-create, widget-toggle-value-create): Use
15710         widget-image-insert.
15711         (checkbox): Create on and off images dynamically.
15712         (documentation-link): Change :help-echo.
15713         (widget-documentation-link-echo-help): Remove.
15715 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
15717         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15719         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15720         (easy-mmode-define-toggle, define-minor-mode): Use it.
15721         (easy-mmode-define-keymap): Docstring fix.
15722         (define-derived-mode): Default PARENT to fundamental-mode.
15723         Add the derived-mode-parent symbol-property.
15724         (easy-mmode-derived-mode-p): New function.
15726 2000-06-02  Dave Love  <fx@gnu.org>
15728         * files.el (convert-standard-filename): Doc fix.
15729         (normal-backup-enable-predicate): New function.
15730         (backup-enable-predicate): Use it to replace the lambda form.
15732         * calendar/todo-mode.el: [This needs more work on the outline
15733         stuff.]  Doc fixes.
15734         (todo) <defgroup>: Add :version.
15735         (todo-add-category): Don't use pushnew.
15736         (todo-cmd-raise): Fix typo.
15737         (todo-top-priorities): Change temp buffer name.
15738         (todo-category-alist): Avoid redundant lambda.
15739         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15740         Use outline-next-heading.
15742         * autoarg.el: Rewritten to use define-minor-mode.
15743         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15744         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15746 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
15748         * isearch.el (isearch-other-meta-char): Fix previous change.
15750 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15752         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15753         (log-edit-done): Only add the comment to the ring if it's different
15754         from the last comment entered.
15756         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15758 2000-06-01  Dave Love  <fx@gnu.org>
15760         * hl-line.el: Rewritten using define-minor-mode.
15762         * help.el (describe-function-1): Distinguish special form from
15763         builtin function.  Sanity-check presence of arglist for builtins.
15765 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
15767         * international/characters.el: Fix syntax/category setting of
15768         Tibetan characters.
15770         * language/tibet-util.el (tibetan-add-components): Fixes for new
15771         encoding of Tibetan characters.
15772         (tibetan-decompose-precomposition-alist): New variable.
15773         (tibetan-decompose-region): Convert precomposed characters to
15774         non-precomposed characters.
15775         (tibetan-decompose-string): Likewise.
15776         (tibetan-composition-function): Fix args to
15777         thibetan-compose-string.
15779         * language/tibetan.el (tibetan-composable-pattern): More
15780         characters included.
15781         (tibetan-consonant-transcription-alist): Rule for "R" added.
15782         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15783         "+R" added.
15784         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15786         * language/lao-util.el (lao-composition-function): Fix args to
15787         compose-string.
15789         * language/thai-util.el (thai-composition-function): Fix args to
15790         compose-string.
15792         * isearch.el (isearch-update): Set disable-point-adjustment to t
15793         to prevent the point moving to the end of a composition when a
15794         part of a composition is searched.
15795         (isearch-other-meta-char): If the key invoking this command can be
15796         mapped by function-key-map to a printing char, call
15797         isearch-process-search-char directly.
15799 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15801         * emacs-lisp/bytecomp.el:
15802         * frame.el:
15803         * international/mule-cmds.el:
15804         * international/mule-util.el:
15805         * international/mule.el:
15806         * mouse.el:
15807         * subr.el:
15808         * faces.el: Update calls to make-obsolete with a WHEN argument.
15810         * byte-run.el (make-obsolete, make-obsolete-variable):
15811         Add an optional WHEN argument and change the format of the
15812         symbol-property information.
15813         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15814         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15815         new obsolete-symbol-property format and print WHEN if it is provided.
15817 2000-05-31  Dave Love  <fx@gnu.org>
15819         * loadhist.el (loadhist-hook-functions): Remove
15820         before-change-function, after-change-function.
15821         (unload-feature): Deal with symbols which are both bound and
15822         fbound.
15824         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15825         before-change-function, after-change-function.
15827         * simple.el (newline): Don't bind before-change-function,
15828         after-change-function.
15830 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
15832         * whitespace.el (whitespace-rescan-timer-time): Update interval
15833         set to 600 seconds (10 minutes) instead of 60 seconds since
15834         a large number of whitespace buffers causes emacs to `freeze'
15835         for a considerable amount of time.
15837         * whitespace.el: Updated email address
15839 2000-05-31  Dave Love  <fx@gnu.org>
15841         * add-log.el (change-log-font-lock-keywords) <function>: Add
15842         pattern for function of change.
15843         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15844         acknowledgements patterns.
15846 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
15848         * isearch.el (isearch-printing-char): If keyboard coding system is
15849         being used, call isearch-process-search-multibyte-characters.
15851         * international/isearch-x.el: Mostly rewritten.
15853         * international/quail.el (quail-start-conversion): Don't include
15854         unhandled events in the returned events, but set them in
15855         unread-command-events.  Exit if all inputs are deleted.
15857 2000-05-30  Jason Rumney  <jasonr@gnu.org>
15859         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15861         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15862         Reenable code to create initial fontsets.
15863         Use set-fontset-font in place of put-charset-property.
15865 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
15867         * progmodes/perl-mode.el (perl-indent-line): When looking for a
15868         label, ensure that the first colon isn't followed by another.
15870         * paths.el (Info-default-directory-list): Doc fix.
15872         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15873         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15874         send a query containing USER only, not USER@HOST.
15876         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15877         and rmail-msgend to compute the restriction at the end, instead of
15878         computing it.
15880 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15882         * dabbrev.el (dabbrev-expand): Don't display messages in the
15883         echo area if the minibuffer window is active.
15885         * jit-lock.el (jit-lock-mode): Add after change function to
15886         local hook.
15888 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
15890         * antlr-mode.el: New commands: hide/unhide actions,
15891         upcase/downcase literals.
15892         (antlr-tiny-action-length): New user option.
15893         (antlr-hide-actions): New command.  Suggested by
15894         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15895         (antlr-mode-map): New binding [C-c C-v].
15896         (antlr-mode-menu): New entries.
15897         (antlr-downcase-literals): New command.
15898         (antlr-upcase-literals): Ditto.
15900         * antlr-mode.el: Minor changes: indendation, mode-name.
15901         (antlr-indent-line): Indent cpp directive at column 0.
15902         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15904         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15905         (antlr-font-lock-additional-keywords): Workaround for intentional
15906         bug in XEmacs version of font-lock.
15907         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
15908         be used by a smarter version of `buffers-menu-grouping-function'.
15910 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15912         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15913         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15915 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
15917         * international/encoded-kb.el
15918         (encoded-kbd-iso2022-designation-map): Pay attention to that
15919         charset-iso-final-char return -1 for eight-bit-control and
15920         eight-bit-graphic.
15922 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15924         * speedbar.el (speedbar-use-images, speedbar-update-flag)
15925         (speedbar-easymenu-definition-base): Use display-graphic-p where
15926         available, instead of window-system.
15928 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15930         * international/codepage.el (cp-coding-system-for-codepage-1): Add
15931         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15932         coding systems.
15934 2000-05-26  Dave Love  <fx@gnu.org>
15936         * disp-table.el (standard-display-underline): Don't use
15937         internal-find-face.
15939         * mail/reporter.el: Maintainer change.  Doc fixes.
15940         (reporter-version): Deleted.
15942         * emacs-lisp/elp.el: Maintainer change.
15943         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15945 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
15947         * add-log.el (add-change-log-entry): Merge the current entry with the
15948         previous one if the previous one is empty.
15950 2000-05-26  Dave Love  <fx@gnu.org>
15952         * loadhist.el (unload-feature): Fix interactive spec [from
15953         lijnzaad@ebi.ac.uk].
15955         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15956         subr-arity to check primitives.
15957         (byte-compile-flush-pending, byte-compile-file-form-progn)
15958         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15959         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15960         mapcar.
15962 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
15964         * international/fontset.el: Set family names of non-latin charsets
15965         in default fontset to "*".
15967         * international/mule-diag.el (print-fontset): Combine family part
15968         and registry part of the fontname by "-*-" instead of "-".
15970         * international/mule-cmds.el (encode-coding-char): Make strings
15971         multibyte before calling encode-coding-string.
15973 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15975         * derived.el: Fix keywords.
15976         (define-derived-mode): Only define if needed.
15978         * simple.el (fill-comment, comment-column, comment-start)
15979         (comment-start-skip, comment-end, comment-indent-function)
15980         (block-comment-start, block-comment-end, indent-for-comment)
15981         (set-comment-column, kill-comment, comment-padding, comment-region)
15982         (comment-multi-line, indent-new-comment-line): Remove.
15984         * bindings.el (esc-map): Change ; to comment-dwim and use the new
15985         function names for comment operations.
15987         * newcomment.el: Add abundant autoload cookies.
15988         (comment-style): Don't depend on runtime data at compile-time.
15989         (comment-indent-hook): Remove.
15990         (comment-indent): Check if comment-indent-hook is bound.
15991         (comment-region): Docstring fix.
15993 2000-05-25  Dave Love  <fx@gnu.org>
15995         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15996         byte-code-function-p.
15998         * mail/rmailsum.el: Add provide.
16000         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16002         * smerge-mode.el (smerge-diff-switches): Don't use list* in
16003         defcustom.
16005 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
16007         * ediff-diff.el (ediff-exec-process): delete --binary option from
16008         non-buffer ediff jobs.
16010 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16012         * hilit-chg.el (highlight-changes-mode): Ask about color or
16013         grayscale support, not about window-system.
16015         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16016         window-system.
16017         (ffap-highlight): Always default to t.
16019         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16020         display-popup-menus-p instead of looking at window-system.
16022         * disp-table.el (standard-display-g1, standard-display-graphic):
16023         Only refuse to use string glyphs on X and MS-Windows.
16025         * avoid.el: Remove window-system from commentary, suggest to use
16026         display-*-p instead.
16028         * apropos.el (apropos-print): Use display-mouse-p instead of
16029         window-system.
16031 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16033         * international/codepage.el (cp-decoding-vector-for-codepage):
16034         Fill up unsupported characters with their own codes.  From Kenichi
16035         Handa.
16037 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16039         * international/mule-diag.el (describe-char-after): Use
16040         display-graphic-p instead of window-system, so that this function
16041         works on MS-DOS.
16043 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
16045         * international/codepage.el (cp-make-coding-systems-for-codepage):
16046         Remove the eight-bit-graphic and eight-bit-control charsets from
16047         the list of charsets which we convert into `?'.
16049 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
16051         * international/mule-conf.el: Specify CHARSET-ID explicitely for
16052         private charsets.
16053         (mule-unicode-0100-24ff, japanese-jisx0213-1,
16054         japanese-jisx0213-2): New charsets.
16056         * international/fontset.el: Setup default fontset for new charsets.
16058 2000-05-24  Dave Love  <fx@gnu.org>
16060         * info.el (Info-find-node-2): Restructure [following "Vadim
16061         S. Solomin" <sovs@uic.nnov.ru>].
16063         * icomplete.el: Fix header for Finder.
16065 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
16067         * rmailout.el (rmail-output-to-rmail-file): Added optional param
16068         STAY.
16070         * rmail.el (rmail-automatic-folder-directives): New user variable.
16071         (rmail-show-message): Add call to `rmail-auto-file' during
16072         display.
16073         (rmail-auto-file): New function.
16075 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
16077         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16078         account.
16079         (ediff-test-utility,ediff-diff-mandatory-option)
16080         (ediff-reset-diff-options): Utilities for proper initialization of
16081         ediff-diff-options and ediff-diff3-options on Windows.
16083         * ediff-init.el (ediff-merge-filename-prefix): New customizable
16084         variable.
16086         * ediff-mult.el (ediff-filegroup-action): Use
16087         ediff-merge-filename-prefix.
16089 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
16091         * viper-ex.el (ex-write): Set selective display to nil.
16093 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
16095         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16096         aliases for hebrew-iso-8bit.
16098 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
16100         * woman.el: New version from Francis J. Wright
16101         <F.J.Wright@Maths.QMW.ac.uk>.
16102         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16103         names in environment variables regardless of the path separator.
16104         (woman-topic-all-completions-1): Don't call file-name-directory-p
16105         on all files, since woman-file-regexp already filters out any
16106         directories.
16108 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
16110         * international/quail.el (quail-start-translation): Don't change
16111         modified-p of the current buffer.
16112         (quail-start-conversion): Likewise.
16114         * international/kkc.el (kkc-region): Don't change modified-p of
16115         the current buffer.
16117         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16118         conform to RFC1468.
16119         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16121 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
16123         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16124         (speedbar-insert-button): Invisible text property fix.
16125         (speedbar-directory-plus): Renamed from speedbar-directory-+
16126         (speedbar-directory-minus): Renamed from speedbar-directory--
16127         (speedbar-page-plus): Renamed from speedbar-file-+
16128         (speedbar-page-minus): Renamed from speedbar-file--
16129         (speedbar-page): Renamed from speedbar-file-
16130         (speedbar-tag): Renamed from speedbar-tag-
16131         (speedbar-tag-plus): Renamed from speedbar-tag-+
16132         (speedbar-tag-minus): Renamed from speedbar-tag--
16133         (speedbar-expand-image-button-alist): Use above renames.
16135         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16136         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16137         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16138         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16139         * sb-pg.xpm: Renamed from sb-file.xpm
16140         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16141         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16143 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
16145         * international/quail.el (quail-show-guidance-buf): Set
16146         current-input-method of the guidance buffer to the name of the
16147         curren input method.
16149 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
16151         * progmodes/compile.el (compile-internal): Style typo.
16153         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16154         quote vars and functions in the docstring.
16156         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16158         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16159         Don't quote lambdas.
16161         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16163 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16165         * startup.el (command-line): Determine source file of compiled
16166         user init file differently.  Warn if compiled user init file
16167         is older than its source file.
16169         * ffap.el (ffap-url-regexp): Add `https'.
16171 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
16173         * files.el (make-backup-file-name-1): Replace slashes with `!'
16174         rather than `|' (which is not allowed on Windows).  Replace the
16175         drive letters with a string "drive_X".
16177 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
16179         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16181         * files.el (interpreter-mode-alist): Add `bash2'.
16183 2000-05-22  Dave Love  <fx@gnu.org>
16185         * loadhist.el (feature-symbols, file-provides, file-requires): Use
16186         mapc.
16187         (feature-file): Avoid calling symbol-name.  Doc fix.
16188         (file-set-intersect, file-dependents): Use dolist, not mapcar.
16189         (loadhist-hook-functions): Add mouse-position-function.
16190         (unload-feature): Change uses of mapcar.
16192         * files.el (parse-colon-path): Doc fix.
16193         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16194         (set-auto-mode): Use mapc.
16196         * complete.el (PC-look-for-include-file): Use :alnum: character
16197         class.
16198         (partial-completion-mode): Add autoload cookie.
16200 2000-05-22  Sam Steingold  <sds@gnu.org>
16202         * info.el (Info-fontify-node): Fixed the call to
16203         `add-text-properties' (bug introduced on 2000-05-18).
16205 2000-05-22  Dave Love  <fx@gnu.org>
16207         * bindings.el: Remove debug-ignored-errors set in other files.
16209         * progmodes/etags.el: Add to debug-ignored-errors.
16210         (visit-tags-table-buffer): Clear out buffers holding old tables
16211         when making a new list.
16212         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16213         mapc.
16215         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
16216         quote keywords.
16217         (cmpl-string-case-type): Use character classes.
16219         * comint.el:
16220         * textmodes/ispell.el:
16221         * imenu.el:
16222         * mail/mh-e.el:
16223         * progmodes/compile.el: Add to debug-ignored-errors.
16225         * dabbrev.el: Add to debug-ignored-errors.
16226         (dabbrev-completion): Use mapc.
16228 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
16230         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16231         (woman-mapcan, woman-parse-man.conf)
16232         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16233         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16234         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
16235         path syntax better.
16236         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16237         (woman-manpath): Call woman-parse-man.conf.
16238         (woman-emulation): New defcustom, defaults to nroff.
16239         (woman-font-support): New defconst.
16240         (woman-use-symbol-font): New defcustom.
16241         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16242         "Emulation".
16243         Many functions: Doc fix.
16245 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
16247         * international/quail.el (quail-simple-translation-keymap): Map
16248         128..255 to quail-self-insert-command.
16249         (quail-keyboard-layout-alist): Add definition for "pc102-de".
16251 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
16253         * help.el (help-manyarg-func-alist): Typo.
16255         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16256         intervals which makes it heaps simpler.
16258         * newcomment.el (comment-region-internal): Go back to BEG after quoting
16259         the nested comment markers.
16261         * subr.el (remove-hook): Don't turn the hook's value into a list.
16263 2000-05-21  Dave Love  <fx@gnu.org>
16265         * edmacro.el (edmacro-parse-keys): Return vector if any elements
16266         are invalid characters.
16268         * international/mule-util.el (detect-coding-with-priority): Use
16269         mapc.  Remove redundant lambda.
16271         * international/mule-diag.el (list-non-iso-charset-chars)
16272         (describe-fontset): Remove redundant lambda.
16274         * emulation/crisp.el (brief-mode): New alias.
16276         * emacs-lisp/ring.el (ring-elements): New function.
16278         * emacs-lisp/easymenu.el (easy-menu-create-menu)
16279         (easy-menu-do-add-item): Use keywordp.
16281         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16283         * replace.el: Doc and error message fixes.
16284         (replace-highlight): Use facep, not internal-find-face.
16286 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
16288         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16290         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16291         (log-edit-insert-changelog): Drop `:' as well.
16293         * log-view.el: Fix file description.
16294         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16295         available.
16296         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16297         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16299         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16300         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16301         Print a status message if the toggle is called interactively.
16302         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16303         for global minor modes and use `defcustom' for them.
16304         Use add-minor-mode.
16305         (easy-mmode-define-derived-mode): Remove.
16306         (define-derived-mode): Fancier default docstring.
16307         (easy-mmode-define-navigation): Signal an error rather than (ding).
16309         * newcomment.el (comment-styles): New `box-multi'.
16310         (comment-normalize-vars): Better default for comment-continue to
16311         avoid whitespace-only continuations.
16312         (comment-search-forward): Always move even in the no-syntax case.
16313         (comment-padright): Only obey N if it's only obeyed for padleft.
16314         (comment-make-extra-lines): Better handling of empty continuations.
16315         Use `=' for the filler if comment-start has only one character.
16316         (uncomment-region): Try handling the special `=' filler.
16317         (comment-region): Allow LINES even if MULTI is nil.
16318         (comment-box): Choose box style based on comment-style.
16320 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
16322         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16323         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16325 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
16327         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16328         and insert, not subst-char-in-region.
16330         * international/mule-diag.el (list-character-sets-1): Handle
16331         charsets eight-bit-control and eight-bit-graphic.
16332         (list-iso-charset-chars): Likewise.
16333         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16334         charactes as is.  Use indent-to to align characters.
16336         * international/mule-cmds.el (find-multibyte-characters): Never
16337         exclude charsets eight-bit-control and eight-bit-graphic.
16339 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16341         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16342         Don't quote lambdas.
16344         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16346 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16348         * gud.el (gud-jdb-directories): Doc fix.
16350 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16352         * newcomment.el: New file.
16354 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16356         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16358 2000-05-18  Andreas Schwab  <schwab@suse.de>
16360         * dired.el (dired-between-files): Also skip lines beginning with
16361         `used'.
16363 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
16365         * msb.el (msb-menu-cond): Add choice `user'.
16367 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16369         * ps-print.el: Compatibility, customization and doc fix.
16370         (ps-printer-name-option): Replace defconst by defvar.
16371         (ps-postscript-code-directory): XEmacs compatibility.
16372         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16373         fix.
16374         (ps-user-defined-prologue, ps-print-prologue-header)
16375         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16376         compatibility and code fix.
16377         (ps-print-background-image, ps-print-background-text):
16378         Customization fix.
16379         (ps-line-number-start, ps-n-up-on): New vars.
16381 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
16383         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16384         the indent-comment function to just return the appropriate indent.
16386 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
16388         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16389         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16390         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16392 2000-05-18  Dave Love  <fx@gnu.org>
16394         * info.el (Info-fontify-node): Add intangible property as well as
16395         invisible.
16397         * calendar/appt.el (appt-make-list): Match all lines of entry.
16398         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16400 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
16402         * international/mule-diag.el (describe-char-after): Call
16403         internal-char-font, not char-font.  If internal-char-font returns
16404         nil, display "-- none --".
16406 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16408         * image.el (image-type-available-p): Don't reference image-types
16409         if it isn't bound.
16411 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
16413         * autoarg.el (autoarg-mode): Typo in the :set argument.
16415 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16417         * startup.el (command-line-1): Don't signal an error if the
16418         directory for auto-save-list files does not yet exist.
16420 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
16422         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16424 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
16426         * subr.el (remove-hook): `setq' hook-value, not `set'.
16428 2000-05-16  Sam Steingold  <sds@gnu.org>
16430         * info.el (debug-ignored-errors): More errors to ignore.
16432 2000-05-16  Dave Love  <fx@gnu.org>
16434         * cus-edit.el: Don't require cl or easymenu.
16435         (custom-variable-prompt): Test standard-value property, not
16436         user-variable-p.
16438 2000-05-16  Sam Steingold  <sds@gnu.org>
16440         * subr.el (add-hook): `setq' hook-value, not `set'.
16442 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
16444         * startup.el (command-line-1): Mention the FAQ in the startup
16445         message.
16447         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16449         * progmodes/compile.el (compilation-parse-errors): Collect
16450         `nomessage' regexps last.
16452         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16454         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16455         to the function name.
16457 2000-05-15  Dave Love  <fx@gnu.org>
16459         * speedbar.el (speedbar-recenter): Typo.
16460         (speedbar-expand-line): Make arg optional.
16461         (speedbar-mode): Avoid a compiler warning.
16463 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16465         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16466         user-specified option string is empty.
16468         * mouse.el (mouse-yank-at-click): Doc fix.
16470 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
16472         * term/internal.el (IT-character-translations): More updates of
16473         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16474         documents.
16476 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16478         * env.el (getenv): New function, interactively callable.
16479         (setenv, getenv): Remove autoload cookies.
16481         * loadup.el: Load `env'.
16483         * progmodes/f90.el: Change author's mail address.
16485 2000-05-14  Dave Love  <fx@gnu.org>
16487         * mail/rmail.el (rmail-show-message-hook): Customize and offer
16488         goto-addr as an option.
16490         * help.el (help-xref-stack): Doc fix.
16491         (help-xref-following): New variable.
16492         (help-make-xrefs): Use it.
16493         (help-xref-go-back): Use position information from stack element.
16494         (help-follow): Make position in stack element a pair.  Use
16495         help-xref-following.
16497         * autoarg.el: New file.
16499         * faces.el: Declare more functions obsolete.
16501         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16502         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16503         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16504         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16505         Remove all the setup-...-environment functions.
16507 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
16509         * speedbar.el: Updated the commentary section.  xemacs20p now uses
16510         >= when detecting.  Require `defimage' safely.
16511         (speedbar-easymenu-definition-base): Add toggle for images.
16512         (speedbar-easymenu-definition-special): Add flush cache & expand.
16513         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
16514         (speedbar-reconfigure-keymaps-hook): New variable.
16515         (speedbar-frame-parameters): Updated documentation.
16516         (speedbar-use-imenu-flag): Updated custom tag
16517         (speedbar-dynamic-tags-function-list): New variable.
16518         (speedbar-tag-hierarchy-method): Updated doc & custom.
16519         (speedbar-indentation-width, speedbar-indentation-width) New
16520         variables.
16521         (speedbar-hide-button-brackets-flag): Customizable.
16522         (speedbar-vc-indicator): Doc update.
16523         (speedbar-ignored-path-expressions): Updated default value.
16524         (speedbar-supported-extension-expressions): Updated default value.
16525         (speedbar-syntax-table): Remove {} paren status.
16526         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16527         as "+".  Added overlay aliases.
16528         (speedbar-mode): Use `speedbar-mode-line-update' instead of
16529         `force-mode-line-update'.
16530         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16531         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16532         `mouse-set-point'
16533         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16534         (speedbar-item-info-tag-helper): Revamped to handle a wider range
16535         of arbitrary text, and new helper functions.
16536         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16537         filename finder.
16538         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16539         (speedbar-directory-buttons): Update path search/expansion.
16540         (speedbar-make-tag-line): Pay attention to
16541         `speedbar-indentation-width'.  Use more care w/ invisible
16542         properties.
16543         (speedbar-change-expand-button-char): Call
16544         `speedbar-insert-image-button-maybe'.
16545         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16546         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16547         (speedbar-trim-words-tag-hierarchy)
16548         (speedbar-simple-group-tag-hierarchy): New functions
16549         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16550         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16551         functions.
16552         (speedbar-mouse-set-point): New function
16553         (speedbar-power-click): Updated documentation.
16554         (speedbar-line-token, speedbar-goto-this-file): Handle more types
16555         of tag prefix text.
16556         (speedbar-expand-line, speedbar-contract-line): Make more robust
16557         to strange text.
16558         (speedbar-expand-line): Takes universal argument to flush the
16559         cache.
16560         (speedbar-flush-expand-line): New function.
16561         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16562         Use new generator insertion method.
16563         (speedbar-fetch-dynamic-tags): New function.
16564         (speedbar-fetch-dynamic-imenu): Removed code now handled in
16565         `speedbar-fetch-dynamic-imenu'.
16566         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16567         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16568         "Revert Buffer" menu items.
16569         (speedbar-buffer-buttons-engine): Be smarter when creating a
16570         filename tag (for expansion purposes.).
16571         (speedbar-highlight-one-tag-line,
16572         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16573         (speedbar-recenter): New functions.
16574         (defimage-speedbar): Image loading abstraction.
16575         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16576         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16577         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16578         (speedbar-tag-type, speedbar-tag-mail): New images.
16579         (speedbar-expand-image-button-alist): New variable.
16580         (speedbar-insert-image-button-maybe): Insert an image over some
16581         buttons.
16583 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
16585         * international/mule-cmds.el (encode-coding-char): An ASCII
16586         character is always encodable.
16588         * international/mule-conf.el: Add more information in descriptions
16589         of character sets.
16591         * international/mule-diag.el (describe-char-after): New function.
16592         (describe-font-internal): Adjusted for the change of font-info.
16593         (describe-font): Likewise.
16594         (print-fontset): Rewritten for the new fontset implementation.
16595         (describe-fontset): Include fontset alias names in completion.
16596         (list-fontsets): Adjusted for the change of print-fontset.
16598         * simple.el (what-cursor-position): If DETAIL is non-nil, call
16599         describe-char-after instead of displaying the detail in the echo
16600         area.
16601         (syntax-code-table): Format changed.
16602         (string-to-syntax): Adjusted for the above change.
16604 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
16606         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16608 2000-05-12  Dave Love  <fx@gnu.org>
16610         * calendar/todo-mode.el: Remove some compatibility stuff and CL
16611         dependence.  Use line-{beginning,end}-position, not
16612         point-at{b,e}ol.  Some doc fixes.
16613         (todo-position): New function.  Fix callers of position to use it.
16614         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16616 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
16618         * time.el (display-time-mail-icon): Use `:ascent center'.
16620         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16621         handling FTP security extensions.
16623 2000-05-11  Dave Love  <fx@gnu.org>
16625         * calendar/todo-mode.el: New file.
16627 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
16629         * comint.el (comint-read-input-ring): Move reference to
16630         comint-input-ring-size outside of the save-excursion.  It was
16631         causing the default value to be the only one ever seen.
16633         * font-lock.el: Update copyright.  Remove Simon Marshall's email
16634         address on request from him.
16636         * subr.el (substitute-key-definition): Add comment describing
16637         the meaning of PREFIX.
16639 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
16641         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16643         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16644         (add-minor-mode): Don't make the variable buffer-local and add a
16645         reference to define-minor-mode in the docstring.
16647         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16648         HEADER/FOOTER and fix bug with trailing empty directory.
16649         (cvs-append-to-ignore): Use vc-editable-p if available.
16650         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16651         (vc-do-command): Tweak advice to handle the new VC.
16653         * log-view.el (log-view-goto-rev): New function for the new VC.
16654         (log-view-minor-wrap): Use mark-active.
16656         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16657         (log-edit-changelog-full-paragraphs): New var.
16658         (log-edit-insert-changelog): Remove a lonely leading `* file'.
16659         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16660         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16661         (log-edit-changelog-ours-p, log-edit-changelog-entries)
16662         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16663         Replace the `cvs' prefix with `log-edit'.
16665         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16667         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16668         (diff-font-lock-defaults): Explicitly turn off multiline.
16669         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16670         (diff-ediff-patch): Fix call to ediff-patch-file.
16671         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16672         Handle comments.
16674         * frame.el (automatic-hscrolling): Typo.
16676         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16678 2000-05-09  Sam Steingold  <sds@goems.com>
16680         * apropos.el (apropos-print): use `describe-face' instead of
16681         `customize-face-other-window'.
16683 2000-05-09  Dave Love  <fx@gnu.org>
16685         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16687         * help.el (describe-variable): Have customize button pop the
16688         help-xref stack when invoked.
16689         (help-xref-symbol-regexp): Add `face'.
16690         (help-make-xrefs): Check for quoted face names and adapt regexp
16691         submatch numbers to cope.
16692         (help-xref-interned): Maybe insert face doc too.  Separate
16693         sections with a line of hyphens.
16695         * faces.el:  Some doc fixes.  Declare some functions obsolete.
16696         (describe-face): Add customize button.  Return the help
16697         text.  Fix prompt.
16699 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
16701         * term/internal.el (IT-character-translations): Fix last change.
16703 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16705         * woman.el: New file
16706         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16708 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16710         * term/internal.el (IT-character-translations): Update ASCII
16711         simulations for greek-iso8859-7, add latin-iso8859-14 and
16712         latin-iso8859-15.
16714         * international/mule-cmds.el (set-language-info-alist): Call
16715         define-prefix-command with 3 arguments, to make the map suitable
16716         for a menu.
16718 2000-05-07  Dave Love  <fx@gnu.org>
16720         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16722 2000-05-05  Dave Love  <fx@gnu.org>
16724         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16725         list in doc string.  Don't quote keyword symbols.
16726         * emacs-lisp/cl.el: Likewise
16727         * emacs-lisp/cl-seq.el: Likewise
16729 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
16731         * abbrev.el (abbrev-mode): Make ARG optional.
16733 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
16735         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16737         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16739         * subr.el (substitute-key-definition): Clarify documentation.
16741 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
16743         * glasses.el (glasses-convert-to-unreadable): Use
16744         `glasses-separator' instead of the hard-wired "_".
16745         (glasses-mode): Call `glasses-make-unreadable' only in a single
16746         place.
16748 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
16750         * term/internal.el (cjk-codepages-alist): Add associations for
16751         Chinese and Korean codepages.  Remove FIXME comment.
16753 2000-05-03  Dave Love  <fx@gnu.org>
16755         * time.el (display-time-mail-face, display-time-use-mail-icon):
16756         New option.
16757         (display-time-mail-icon): New variable.
16758         (display-time-string-forms): Use the above.  Fix the local-map.
16760 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
16762         * replace.el (query-replace-map): Add binding for `E'.
16763         (query-replace-help): Extend help text.
16764         (perform-replace): Allow editing the replacement string.
16766         * make-mode.el (makefile-mode-abbrev-table): New variable.
16767         (makefile-mode): Set local abbrev table to
16768         makefile-mode-abbrev-table.
16769         (makefile-font-lock-keywords): Fontify includes and conditionals.
16771         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16772         set TOGGLE's value.
16774         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16775         mail-interactive-insert-alias.
16776         (mail-abbrev-complete-alias): New command.
16777         (mail-mode-map): Bind it to `M-TAB'.
16779 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
16781         * language/lao-util.el (lao-compose-region): New function.
16783 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
16785         * files.el (recover-session): Make directories as necessary
16786         if they don't exist yet.
16788         * calendar/cal-french.el
16789         (french-calendar-multibyte-special-days-array)
16790         (french-calendar-special-days-array): Change French text.
16791         (calendar-french-date-string): Change output.
16792         (calendar-goto-french-date): Likewise.
16794 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
16796         * wid-edit.el (widget-default-active): Obey `:always-active'.
16797         (widget-documentation-string-value-create): Set `:always-active'.
16799 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16801         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16802         default prefix to `~/_emacs.d/auto-save.list/_s'.
16803         (normal-top-level): Create the directory for auto-save files, if
16804         it doesn't already exist (in the ms-dos case only).
16806 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16808         * international/mule-cmds.el (set-language-environment): Don't
16809         concat an integer (dos-codepage), use format instead.
16811 2000-05-02  Dave Love  <fx@gnu.org>
16813         * help.el (help-xref-on-pp): Check for constant symbols.
16815 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
16817         * startup.el (normal-top-level): Put a condition-case around
16818         the code loading subdirs.el.
16820 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16822         * ps-print.el: Upside-down and face background color printing,
16823         line number step, doc fix.
16824         (ps-print-version): New version number (5.2).
16825         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16826         (ps-face-attribute-list, ps-plot-with-face): Code fix.
16827         (ps-spool-config): Var fix.
16828         (ps-printer-name-option): Const fix.
16829         (ps-print-upside-down, ps-use-face-background)
16830         (ps-line-number-step): New vars.
16831         (ps-window-system, ps-lp-system): New consts.
16832         (ps-face-background): New fun.
16834 2000-04-28  Richard Stallman  <rms@gnu.org>
16836         * files.el (make-auto-save-file-name):
16837         Apply auto-save-file-name-transforms to visited file name
16838         before generating auto save file name.
16839         (auto-save-file-name-transforms): New variable.
16841         * files.el (backup-enable-predicate):
16842         Correctly test for a file under a temporary directory.
16844 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
16846         * subr.el (add-minor-mode): Rewritten.
16848 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
16850         * mail/sendmail.el (sendmail-send-it): Set
16851         buffer-file-coding-system to the selected coding system for MIME
16852         header.
16854 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
16856         * dired.el (dired-move-to-filename-regexp): Allow format where
16857         YYYY is followed by two spaces.
16859         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16860         in the second character class of the regexp.
16862         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16863         mh-etc, too.
16865         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16866         nil.
16868         * subr.el (add-minor-mode): Use `set' instead of `setq'.
16870         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16871         argument.
16873 2000-04-27  Sen Nagata <sen@eccosys.com>
16875         * emacs-lisp/crm.el (crm-completion-table): New variable.
16876         (crm-collection-fn, crm-test-completion)
16877         (completing-read-multiple): Use it.
16879 2000-04-27  Dave Love  <fx@gnu.org>
16881         * help.el (locate-library): Use mapc.
16882         (help-manyarg-func-alist): Add call-process-region.
16884 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
16886         * subr.el (add-minor-mode): Make argument MAP optional.
16888         * desktop.el (desktop-save): Save list of minor modes.
16889         (desktop-create-buffer): Restore minor modes.
16890         (desktop-minor-mode-table): New user-option.
16892         * subr.el (add-minor-mode): New function.
16894         * image.el (find-image): New function.
16895         (defimage): Rewritten to find image at load time.
16897         * startup.el (normal-top-level-add-to-load-path): Handle
16898         case that the default directory is not in load-path.
16900         * help.el: Old patch from Stefan Monnier.
16901         (help-xref-on-pp): New function.
16902         (describe-variable): Use it to display xrefs in a symbol's value.
16904 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
16906         * cus-edit.el (custom-face): Fix parenthesis.
16908 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
16910         * mail/rmail.el (rmail-expunge): When there are no deleted
16911         messages, do nothing.
16913 2000-04-26  Dave Love  <fx@gnu.org>
16915         * international/mule-cmds.el (locale-translation-file-name):
16916         Defvar to nil.
16917         (set-locale-environment): Set it here (at runtime).
16919 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
16921         * replace.el (perform-replace): Add parameters START and END.  Use
16922         them instead of the check for a region in Transient Mark mode.
16923         (query-replace-read-args): Return two more list elements for the
16924         start and end of the region in Transient Mark mode.
16925         (query-replace, query-replace-regexp, query-replace-regexp-eval)
16926         (map-query-replace-regexp, replace-string, replace-regexp): Add
16927         optional last arguments START and END and pass them to
16928         perform-replace.
16930         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16931         form with additional arguments for perform-replace.
16933         * progmodes/etags.el (tags-query-replace): Add parameters START
16934         and END.  Construct a form with additional arguments for
16935         perform-replace.
16937         * simple.el (shell-command): Set default directory for "*Shell
16938         Command Output" buffer.
16940         * language/european.el (iso-latin-4): Fix typo.
16942         * emacs-lisp/crm.el: New file.
16944 2000-04-24  Dave Love  <fx@gnu.org>
16946         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16947         (Custom-reset-saved, Custom-reset-standard)
16948         (custom-group-value-create, custom-group-set, custom-group-save)
16949         (custom-group-reset-current, custom-group-reset-saved)
16950         (custom-group-reset-standard): Use mapc.
16951         (custom-buffer-create-internal): Disable undo when creating items.
16952         Use mapc.
16953         (custom-face): Avoid redundant lambda.
16955 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16957         * startup.el (auto-save-list-file-prefix): Set default to
16958         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16960 2000-04-24  Sam Steingold  <sds@gnu.org>
16962         * time-stamp.el (time-stamp-string-preprocess): Always convert
16963         `field-result' to a string.
16965 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16967         * frame.el (scrolling): New group.
16968         (automatic-hscrolling): New user-option.
16970         * startup.el (command-line-x-option-alist): Add `-lsp' and
16971         `--line-spacing'.
16973 2000-04-19  Dave Love  <fx@gnu.org>
16975         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16976         (cl-mapc): Rename from mapc.  Fix the funcall.
16978 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
16980         * simple.el (clone-indirect-buffer-other-window): New command.
16981         (clone-indirect-buffer): Add optional arg NORECROD.
16982         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16984         * help.el (resize-temp-buffer-window): Use count-screen-lines.
16986         * window.el (count-screen-lines): New function.
16987         (shrink-window-if-larger-than-buffer): Use count-screen-lines
16988         instead of window-buffer-height.
16990         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16991         non-existing variable comint-input-sentinel.
16992         (inferior-lisp-args-to-list): Removed.
16993         (inferior-lisp): Use split-string instead of
16994         inferior-lisp-args-to-list.
16996         * hexl.el (hexl-insert-hex-string): New command.
16998         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16999         instead of concat.
17001 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
17003         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17004         at the start of an existing but empty folder.
17006 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17008         * ps-mule.el: Customization fix, doc fix.
17009         (ps-multibyte-buffer): Customization fix.
17011 2000-04-17  Richard M. Stallman  <rms@gnu.org>
17013         * subr.el (read-passwd): Use read-char-exclusive.
17015 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
17017         * textmodes/texinfo.el (texinfo-insert-@email)
17018         (texinfo-insert-@emph, texinfo-insert-@quotation)
17019         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17020         (texinfo-mode-map): Add key bindings for them.
17022         * files.el (basic-save-buffer-2): Use a template with `$'
17023         instead of `#' for VMS.
17025         * simple.el (clone-indirect-buffer): New function.
17027 2000-04-16  Stephen Eglen  <stephen@gnu.org>
17029         * iswitchb.el (iswitchb-case): New function.  If the user input
17030         contains any upper-case characters, the search is made
17031         case-sensitive.
17033 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
17035         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17036         comment-end.
17037         (texinfo-font-lock-syntactic-keywords): New var.
17038         (texinfo-font-lock-keywords): Remove comment regexp.
17039         (texinfo-insert-block): New function.
17040         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17041         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
17042         and font-lock-defaults.  Use regexp-opt for outline-regexp.
17043         (texinfo-environments): New var.
17044         (texinfo-environment-regexp): Use regexp-opt and
17045         texinfo-environments.
17047         * textmodes/ispell.el (ispell-menu-map-needed): Check that
17048         ispell-process is bound since this might be eval'd before ispell
17049         is loaded.
17050         (ispell-message): Use a tiny bit less magic and a bit more hard
17051         data to figure out what kind of sc-cite-regexp to use.
17053         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17055         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17056         (insert-cyclic-diary-entry): Unquote the lambda.
17058         * gud.el (gud-jdb-build-source-files-list): Fix typo.
17060         * files.el (backup-enable-predicate): Unquote the lambda.
17062         * cus-edit.el (custom-face, face): Unquote the lambda.
17064 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17066         * ps-print.el: Check for line-beginning-position definition.
17068         * ps-print.el: Fix counting lines in a region.
17069         (ps-print-version): New version number (5.1.5).
17070         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17071         (ps-printing-region): Fun code fix.
17073 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
17075         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17076         to file-directory-p.
17078 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
17080         * gud.el (gud-jdb-build-source-files-list): Check that directory
17081         exists before calling directory-files.
17083 2000-04-13  Dave Love  <fx@gnu.org>
17085         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
17086         syntax.
17088         * emacs-lisp/cl-specs.el: Remove when, unless.
17090         * emacs-lisp/cl-extra.el: Don't quote keywords.
17091         (cl-old-mapc): New variable.
17092         (mapc): Use it.
17093         (cl-map-intervals): Use with-current-buffer.  Don't check for
17094         next-property-change.
17095         (cl-map-overlays): Use with-current-buffer.
17096         (cl-expt): Remove.
17097         (copy-tree, remprop): Define unconditionally.
17099         * emacs-lisp/cl-compat.el (keywordp): Remove.
17101         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
17102         to use keywordp.
17103         (edebug-spec): Enable keywordp.
17105         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17106         string-lessp.
17108         * cus-start.el: Use keywordp.
17110 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17112         * diary-lib.el (include-other-diary-files): Fix the fix of
17113         2000-02-18 by doing a save-excursion.
17115 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17117         * ps-print.el: Customization fix, doc fix.
17118         (ps-print-version): New version number (5.1.4).
17119         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17120         (ps-print-preprint): Adjust code.
17121         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17122         (ps-print-prologue-header, ps-print-control-characters)
17123         (ps-spool-config): Customization fix.
17125 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
17127         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17128         converted to the new menu-item format, names silightly changed,
17129         help strings added.
17131         Support for spelling without async subprocesses:
17133         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17134         (ispell-session-buffer): New variables.
17135         (ispell-start-process, ispell-process-status,
17136         ispell-accept-output, ispell-send-string): New functions, for
17137         Ispell invocation when async subprocesses aren't supported.
17138         (ispell-word, ispell-pdict-save, ispell-command-loop,
17139         ispell-process-line, ispell-buffer-local-parsing): Replace calls
17140         to process-send-string with calls to ispell-send-string, and
17141         accept-process-output with ispell-accept-output.
17142         (ispell-init-process): Call ispell-process-status instead of
17143         process-status with.
17144         (ispell-init-process): Call ispell-start-process.  Call
17145         ispell-accept-output and ispell-send-string.  Don't call
17146         process-kill-without-query and kill-process if they are unbound.
17147         (ispell-async-processp): New function.
17149 2000-04-12  Dave Love  <fx@gnu.org>
17151         * info.el: Add debug-ignored-errors.
17152         (Info-mode-menu): Add some items.
17153         (Info-directory): Add autoload cookie.
17155         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17156         Modify `truncate-lines'.  Make `describe-language-environment'
17157         always visible and add help.  Modify `describe-key' help.  Invoke
17158         Info-directory from `info'.  New entry `emacs-manual'.
17160 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17162         * progmodes/ebrowse.el (ebrowse-tree-mode):
17163         Use propertized-buffer-identification.
17164         (ebrowse-update-member-buffer-mode-line): Likewise.
17165         (ebrowse--mode-strings): Removed.
17166         (ebrowse--mode-line-props): Removed.
17168         * files.el (auto-mode-alist): Add `EBROWSE'.
17170         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17171         space before testing for end of buffer.
17172         (ebrowse-load): Removed.
17173         (ebrowse-revert-tree-buffer-from-file): Rewritten.
17174         (ebrowse-create-tree-buffer): Rewritten.
17175         (ebrowse-tree-mode): Read tree from buffer.
17177         * progmodes/ebrowse-ffh.el: Removed.
17179 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
17181         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17183 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
17185         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17186         at the wrong place.
17188 2000-04-09  Dave Love  <fx@gnu.org>
17190         * files.el (backup-enable-predicate):
17191         Use temporary-file-directory, small-temporary-file-directory.
17192         (make-backup-file-name-function, backup-directory-alist): New vars.
17193         (make-backup-file-name-1): New function.
17194         (make-backup-file-name): Use it.
17195         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
17196         (file-newest-backup): Use make-backup-file-name.
17198 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
17200         * progmodes/ebrowse-ffh.el: New file.
17202         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17203         Moved to ebrowse-ffh.el.
17204         (ebrowse-load): Add autoload.
17206         * finder.el (finder-commentary): Add autoload cookie.
17208         * mail/rfc2368.el: Correct author's email address.
17210         * progmodes/ebrowse.el: New file.
17212         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17213         item help string.
17214         (easy-menu-do-add-item): Ditto.
17215         (easy-menu-define): Extend doc string.
17217         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17218         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17219         (jit-lock-function, jit-lock-stealth-fontify): Don't use
17220         with-buffer-unmodified.
17222 2000-04-08  Dave Love  <fx@gnu.org>
17224         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17225         unless, when.
17227 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
17229         * viper-util.el (viper-put-on-search-overlay): New subroutine.
17230         (viper-flash-search-pattern): No operation when using Emacs
17231         doesn't support face.
17232         Use `viper-put-on-search-overlay'.
17234 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
17236         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17237         like C-r.
17239         * progmodes/make-mode.el: Some doc fixes.
17240         (makefile-mode-abbrev-table): New variable.
17241         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17242         (makefile-font-lock-keywords): Fontify includes and conditionals.
17243         (toplevel): Require `dabbrev' and `add-log' when compiling.
17245         * replace.el (perform-replace): Don't move forward one char
17246         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
17247         to do that because it leaves point 1 position after the last
17248         replacement, after everything has been replaced.
17250         * jit-lock.el (with-buffer-unmodified): New macro.
17251         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17252         modified state.
17253         (jit-lock-function-1): Extracted from jit-lock-function; not
17254         preserving buffer's modified state.
17255         (jit-lock-function, jit-lock-stealth-fontify):
17256         Call jit-lock-function-1.
17258         * mail/rfc2368.el: Remove supernumerary copyright line.
17260 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
17262         * glasses.el: Provide facilities for inserting space before left
17263         parentheses and uncapitalization of identifiers.
17264         (glasses-mode): Try to remove old overlays in all cases.
17266 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
17268         * progmodes/compile.el (compile-internal): Display the compilation
17269         buffer in a different frame, if it's already displayed there.
17271         * mail/rfc2368.el: New file.
17273         * simple.el (sendmail-user-agent-compose): Recognize a `body'
17274         header and insert its value as mail body.
17276         * subr.el (member-ignore-case): New function.
17278         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17279         (dabbrev--find-expansion): Ignore buffers matching a regexp
17280         from dabbrev-ignored-regexps.
17282         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17283         to extensions handled by gzip.
17285 2000-04-03  Richard M. Stallman  <rms@gnu.org>
17287         * files.el (insert-directory): List the total free space
17288         along with the used space.
17290         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17291         line is followed by one that matches CITATION-REGEXP, end the
17292         paragraph.
17294 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
17296         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17297         (rmail-make-basic-summary-line): Use that option.
17299 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
17301         * international/mule-cmds.el (encoded-string-description):
17302         Rewritten.   Try pretty description for ISO 2022 escape sequences
17303         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
17304         for hexadecimal format.
17306 2000-04-01  Dave Love  <fx@gnu.org>
17308         * cpp.el: Change customization group to `c' from `C'.
17310         * vcursor.el (vcursor-move): Use display-color-p.
17312         * international/mule-util.el: Provide mule-utils.
17313         (string-to-sequence): Simplify and speed up.
17315         * international/mule.el (make-coding-system): Purecopy doc-string.
17317         * international/mule-cmds.el: Various menu changes.
17318         (describe-specified-language-support): Handle `Default'.
17319         (set-language-info): Purecopy `info'.
17321 2000-03-31  Andrew Innes  <andrewi@gnu.org>
17323         * vc.el (vc-backend-diff): Return the correct status if we had to
17324         retry the rcsdiff command without the --brief option.
17326 2000-03-31  Dave Love  <fx@gnu.org>
17328         * help.el (help-manyarg-func-alist): Correct several omissions.
17330         * add-log.el: Don't require cl, fortran.
17331         (add-log-current-defun-function): Doc fix.
17332         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
17333         (change-log-version-rcs): Function deleted.
17334         (change-log-version-number-search): Doc fix.
17335         Use vc-workfile-version. Avoid CL dolist.
17336         (add-change-log-entry): Just call add-log-current-defun to get
17337         defun.  Simplify somewhat.
17338         (change-log-get-method-definition-1): Likewise.
17339         (add-log-current-defun): Return nil if calling
17340         add-log-current-defun-function does so.  Move Fortran stuff to
17341         fortran.el.  Return string without properties.
17343         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17344         and :alpha: char classes.
17346         * mail/supercite.el: Defvar curline when compiling.
17347         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17348         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17349         rather than a-zA-Z0-9 to allow non-ASCII characters.
17351 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
17353         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17355         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17356         Re-enable new code.
17358         * lpr.el (print-region-1): Use -d to specify printer name for
17359         systems `usg-unix-v*, `dgux', `hpux', `irix'.
17361 2000-03-31  Dave Love  <fx@gnu.org>
17363         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17364         Look for function definition in symbol's function value slot first
17365         instead of first consulting byte-compile-function-environment.
17367 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
17369         * language/european.el ("Polish"): New language environment.
17370         (setup-polish-environment): New function.
17372 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
17374         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17375         Disable new code.
17377         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17378         trying to `load' the symbol of an autoload instead of the file
17379         recorded in the autoload.  Fix error messages.
17381 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17383         * ps-print.el: PostScript programming fix for ghostview, doc fix.
17384         (ps-print-version): New version number (5.1.3).
17385         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17386         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17387         (ps-generate-postscript-with-faces): Code fix.
17388         (ps-color-values): XEmacs compatibility.
17389         (ps-print-background-image, ps-print-background-text, ps-printer-name)
17390         (ps-default-fg, ps-default-bg): Adjust customization.
17391         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17392         (ps-color-scale): Renaming old ps-color-value fun.
17393         (ps-print-headers): Replace ps-print-header group to avoid conflict
17394         with ps-print-header variable.
17395         (ps-print-miscellany): New group.
17396         (ps-format-color, ps-rgb-color): New funs.
17397         (ps-default-foreground): New var.
17398         (ps-printer-name-option): New const.
17400 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
17402         * net/net-utils.el:
17403         (network-connection-host, network-connection-service): New variables
17404         (network-connection-mode): New mode, derived from comint-mode
17405         (network-connection-mode-setup): New function, saves host and
17406         service information in local variables.
17408         * lisp/locate.el:
17409         (locate-word-at-point): Added this function
17410         (locate): Default to using locate-word-at-point as input
17411         Run dired-mode-hook
17413 2000-03-29  Dave Love  <fx@gnu.org>
17415         * calendar/appt.el: Doc fixes.
17416         (appt-check): Convert min-to-app to a string before passing to
17417         appt-disp-window-function or concat.
17418         (appt-delete-window): Remove test for frame-root-window.
17419         (appt-select-lowest-window, appt-convert-time): Simplify.
17421         * emacs-lisp/bytecomp.el: Doc fixes.
17422         (byte-compile-file-form-autoload):
17423         Update byte-compile-function-environment.
17425 2000-03-29  Andreas Schwab  <schwab@suse.de>
17427         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17429         * dired.el (dired-insert-directory): If dired-free-space-program
17430         failed just delete its output.
17432 2000-03-29  Dave Love  <fx@gnu.org>
17434         * international/iso-cvt.el: Move provide to end.  Doc fixes.
17435         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17436         (iso-iso2sgml, iso-sgml2iso): New functions.
17437         (iso-cvt-define-menu): Fix some entries and use backquote for
17438         clarity.
17440         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17442 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
17444         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17445         ISO-DATE.  If non-nil, return date in ISO 8601 format.
17447 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
17449         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17450         if it ever becomes used.
17451         (log-edit-mode-hook): Default to vc-log-mode-hook.
17452         (log-edit-mode): Fix the docstring.
17454         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17455         the code.
17457 2000-03-26  Dave Love  <fx@gnu.org>
17459         * net/browse-url.el (browse-url): Re-fix case of
17460         browse-url-browser-function being an alist.
17461         (browse-url): Add :link to defgroup.
17463         * files.el: Doc fixes.
17464         (file-truename): Include `[' in wildcard characters.
17465         (automount-dir-prefix): Customize.
17466         (find-file-wildcards): Add :version.
17467         (find-file-noselect): Simplify a mapcar call.
17469         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17470         compatible with inf-lisp version.
17471         (eval-defun-1): Fix custom-declare-variable case.
17473 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
17475         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17477 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17479         * Makefile (COMPILE_FIRST): New macro.
17480         (compile-files): Compile files from COMPILE_FIRST first.
17482         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17484         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17485         matching open parenthesis in column 0 to defun-prompt-regexp
17486         only if open-paren-in-column-0-is-defun-start is set.
17488         * sun-curs.el: Require CL at compile-time only.
17490         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17491         instead of copy-list which is a function from CL.
17492         (msb--choose-menu, msb--mode-menu-cond)
17493         (msb--create-buffer-menu-2): Use dolist instead of mapc.
17494         (msb--init-file-alist): Use mapcar instead of mapcan.
17495         (msb--aggregate-alist): Use mapcar instead of mapcan.
17496         Fix `(' in column 0 in doc string.
17497         (msb--add-separators): Use mapcar instead of mapcan.
17499         * cus-dep.el: Require CL at compile-time only.
17501 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
17503         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17504         (byte-compile-warnings): New warning `noruntime'.
17505         (byte-compile-constants, byte-compile-variables): Fix docstring.
17506         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17507         execute `eval-whenc-compile's body.
17508         (byte-compile-unresolved-functions): Fix docstring.
17509         (byte-compile-eval): New function.
17510         (byte-compile-callargs-warn): Check if the function will be available
17511         at runtime (via property `byte-compile-noruntime').
17512         (byte-compile-print-syms): New function.
17513         (byte-compile-warn-about-unresolved-functions): Also warn about
17514         `noruntime' functions (and use `byte-compile-print-syms').
17515         (byte-compile-file): Capitalize the message.
17517 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17519         * mail/rmail.el (rmail-confirm-expunge): New user-option.
17520         (rmail-expunge): Ask for confirmation depending on the setting
17521         of rmail-confirm-expunge.
17523 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
17525         * Makefile (bootstrap-clean): If $(emacs) exists, build
17526         loaddefs.el first.  A loaddefs.el that's not up-to-date might
17527         cause a bootstrap failure because things don't autoload as expected.
17529 2000-03-23  Dave Love  <fx@gnu.org>
17531         * net/browse-url.el: Restore previous use of
17532         browse-url-maybe-new-window.
17534 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17536         * ps-print.el: Skip banner page fix.
17537         (ps-print-version): New version number (5.1.2).
17538         (ps-begin-file, ps-end-file, ps-generate): Code fix.
17540 2000-03-23  Dave Pearson  <davep@davep.org>
17542         * net/quickurl.el Changed the type of parameter passed to the
17543         function defined by `quickurl-format-function'. Before only the
17544         text of the URL was passed. Now the whole URL structure is passed
17545         and the function is responsible for extracting the parts it requires.
17546         Changed the default of `quickurl-format-function' accordingly.
17547         (quickurl-insert): Changed the `funcall' of
17548         `quickurl-format-function' to match the above change.
17549         (quickurl-list-insert): Changed the `url' case so that it makes
17550         use of `quickurl-format-function', previous to this the format was
17551         hard wired.
17553 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
17555         * startup.el: Change some spellings for the X Window System.
17557 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
17559         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17560         Clean up the code and the regexp and make sure the cursor is
17561         temporarily moved to the suspicious line while querying the user.
17563 2000-03-22  Jason Rumney  <jasonr@gnu.org>
17565         * w32-fns.el (w32-charset-info-alist): Initialize.
17567 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17569         * ps-print.el: N-up last page fix.
17570         (ps-print-version): New version number (5.1.1).
17571         (ps-end-file, ps-end-job, ps-generate): Code fix.
17573 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17575         * files.el (find-file-run-dired): Update docstring.
17576         (find-directory-functions): New hook.
17577         (find-file-noselect): Run find-directory-functions rather than
17578         calling dired directly.
17580         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17582         * pcvs.el: Add a minimal leading commentary.
17583         (cvs-make-cvs-buffer): Change the header part by removing the startup
17584         message and adding a `Module' entry.  Also replace the FOOTER and
17585         HEADER special fileinfos with the new support in ewoc for updating
17586         its own footer and header.
17587         (cvs-update-header): Update to use the header/footer of the ewoc.
17588         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17589         (cvs-is-within-p): New function.
17590         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17591         to only examine some subset of the buffers.
17593         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17594         `format' instead of our own ad-hoc functions.
17595         Remove HEADER and FOOTER cases, now handled in the EWOC.
17596         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17598         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17599         output to avoid scaring the user.
17600         (cvs-parse-table): Catch message for non-up-to-date commits.
17602         * pcvs-defs.el (cvs-startup-message): Remove.
17603         (cvs-global-menu): New autoloaded menu.
17605         * pcvs-util.el (cvs-string-fill): Remove.
17607         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17608         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17609         PP part of it and also make it work for footers and headers.
17610         (ewoc-create): Drop POS and BUFFER arguments.
17611         Use the DLL's dummy node to store the end-of-footer position.
17612         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17613         (ewoc-refresh): Remove unused `header' variable.
17614         (ewoc-(get|set)-hf): New functions.
17616         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17617         log-view-*-(message|file) and use easy-mmode-define-navigation.
17618         (log-view-message-re): Match SCCS format as well.
17619         And match the revision line rather than the dashed separator line.
17620         (log-view-mode): Use the new define-derived-mode.
17621         (log-view-current-tag): Fill in with an actual implementation.
17623         * cvs-status.el (cvs-status-(prev|next)): Rename from
17624         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17625         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17626         to let the output "breathe" a little more (more readable).
17627         (cvs-status-mode): Use the new define-derived-mode.
17629         * smerge-mode.el (smerge-auto-leave): New function and variable.
17630         (smerge-basic-map): Rename from smerge-basic-keymap.
17631         Change the bindings for smerge-diff-*.
17632         (smerge-*-map): Use easy-mmode-defmap.
17633         (smerge-(next|prev)): Use easy-mmode-define-navigation.
17634         (smerge-keep-*): Use smerge-auto-leave.
17636 2000-03-21  Jason Rumney  <jasonr@gnu.org>
17638         * cus-edit.el (custom-button-face): Use 3D look for w32.
17639         (custom-button-pressed-face): Likewise.
17641 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
17643         * progmodes/etags.el (tags-case-fold-search): New user-option.
17644         (tags-loop-eval): New function.  Bind case-fold-search around eval
17645         depending on the value of tags-case-fold-search.
17646         (tags-loop-continue): Use tags-loop-eval.
17647         (find-tag-in-order): Bind case-fold-search depending on the value
17648         of tags-case-fold-search.
17650 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17652         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17653         (diff-end-of-hunk): Return the end position for use in
17654         `easy-mmode-define-navigation'.
17655         (diff-recenter): Remove.
17656         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17657         of `easy-mmode-define-navigation'.
17658         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17659         previous renaming) and fix to use new names.
17660         (diff-merge-strings): Use \n as separator: simpler, faster.
17661         (diff-mode): Use `define-derived-mode'.
17663         * derived.el (define-derived-mode): Don't autoload anymore.
17664         Prefer the macro-only version provided by easy-mmode.el.
17666         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17667         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
17668         (easy-mmode-define-navigation): New macro.
17670         * subr.el (combine-run-hooks): New function.
17672 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
17674         * term/x-win.el: Fontsets related initialization is simplified.
17676         * international/mule-diag.el (describe-font): Don't refer to
17677         global-fontset-alist, instead call font-list.
17678         (describe-fontset, list-fontsets, mule-diag): Likewise.
17679         (print-fontset): Adjusted for the change of fontset implementation.
17681         * international/fontset.el (x-charset-registries): Variable removed,
17682         instead the corresponding data is stored in the default fontset.
17683         (register-alternate-fontnames): Function removed.
17684         (resolved-ascii-font): Variable removed.
17685         (x-compose-font-name): Ignore the second argument REDOCE.
17686         (x-complement-fontset-spec): Complement only an ASCII font and
17687         element for those charsets than can use that ASCII font.
17688         (generate-fontset-menu): Don't refer to global-fontset-alist,
17689         instead call fontset-list.
17690         (uninstantiated-fontset-alist): Variable removed.
17691         (x-style-funcs-alist): Likewise.
17692         (fontset-default-styles): Likewise.
17693         (x-modify-font-name): Function removed.
17694         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17695         (create-fontset-from-ascii-font): Docsting adjusted for the above
17696         change.
17697         (instantiate-fontset, resolve-fontset-name): Functions removed.
17698         (fontset-list): Now implemented by C code.
17700         * faces.el (read-face-font): Fix TABLE arg to completing-read.
17701         (describe-face): Include `font' attribute in the description.
17703 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
17705         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17707 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
17709         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17710         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17711         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17713         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17714         about behavior of set-buffer-modified-p wrt redisplay.
17716 2000-03-19  Richard M. Stallman  <rms@gnu.org>
17718         * view.el (view-mode-disable): Kill local binding of view-read-only.
17720 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
17722         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17723         is a string, convert it to a syntax cell using string-to-syntax.
17725         * simple.el (syntax-code-table, syntax-flag-table): New variables.
17726         (string-to-syntax): New function.
17728         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17729         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17730         try to use passive ftp mode.
17732 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
17734         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17736         * simple.el (append-to-buffer): Update point of windows after
17737         insertion.
17739         * abbrev.el (inverse-add-abbrev): Identify word by first moving
17740         forward then moving backward.  Reindent.
17742         * frame.el (other-frame): Call x-focus-frame only if
17743         focus-follows-mouse is off.
17745 2000-03-17  Dave Love  <fx@gnu.org>
17747         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17749 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
17751         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17752         regexp for labels cannot span several lines.
17754         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17755         `(setq :<key> ':<key>)' to the macro expansion.
17757 2000-03-16  Dave Love  <fx@gnu.org>
17759         * progmodes/f90.el (f90): Put custom group under `languages', not
17760         `fortran'.
17761         (f90-mode-hook): Customize.
17762         (f90-mode): Set add-log-current-defun-function.
17763         (f90-current-defun): New function.
17765 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
17767         * cus-edit.el (custom-variable-tag-face): Handle case that
17768         default face's height is not a number.
17769         (custom-face-tag-face, custom-group-tag-face-1)
17770         (custom-group-tag-face): Ditto.
17771         (custom-group-tag-face-1): Add :group.
17773         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17775 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
17777         * pcvs-defs.el (toplevel): Remove autoload cookie for form
17778         requiring easymenu.
17780 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17782         * ps-print.el: PostScript user-defined prologue, PostScript error
17783         handler, doc fix.
17784         (ps-print-version): New version number (5.1).
17785         (ps-user-defined-prologue, ps-error-handler-message)
17786         (ps-print-prologue-0, ps-error-handler-alist): New vars.
17787         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17788         (ps-insert-string): New function.
17790 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
17792         * international/ccl.el (ccl-compile-expression): Don't generate
17793         invalid self-assignment code.
17795 2000-03-14  Dave Love  <fx@gnu.org>
17797         * subr.el (replace-regexp-in-string): Renamed from
17798         replace-regexps-in-string.  Doc fix.
17800 2000-03-12  Dave Love  <fx@gnu.org>
17802         * cus-edit.el: Doc fixes.
17803         (customize-set-variable, customize-save-variable): Rename args for doc.
17804         (custom-variable-tag-face, custom-face-tag-face)
17805         (custom-group-tag-face-1, custom-group-tag-face): Modify from
17806         style which user identify as hyperlink.
17807         (hook): Don't add undefined functions to the hook.
17808         (debug-ignored-errors): Transfer message from bindings.el.
17810 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17812         * recentf.el (recentf-keep-non-readable-files-p):
17813         Remove double/nested definition.
17815 2000-03-12  Dave Love  <fx@gnu.org>
17817         * facemenu.el (facemenu-get-face): Use display-color-p.
17818         * enriched.el (enriched-decode-foreground): Likewise.
17819         (enriched-decode-background): Likewise.
17820         * isearch.el (isearch-highlight): Likewise.
17821         * info-look.el (info-lookup): Likewise.
17822         * simple.el (completion-setup-function): Likewise.
17824         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17825         :options.
17827         * bindings.el (mode-line-format): Fix line-number and
17828         column-number items.  Add help-echo for the background.
17829         (mode-line-mule-info): Modify help-echo.
17831         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17833         * files.el (load-file): Allow completion to .elc.
17835         * man.el: Doc fixes.
17836         (Man-init-defvars): Use display-color-p to set fontification.
17838         * play/hanoi.el (hanoi-internal): Don't use oddp.
17840 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17842         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17844         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17846 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17848         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17849         Fix comment.
17851 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
17853         * font-lock.el (font-lock-keywords): Fix the doc now that
17854         regexp-opt-depth is unnecessary.
17855         (save-buffer-state): Set an edebug spec.
17856         (font-lock-fontify-anchored-keywords): Properly handle the case when
17857         the matcher goes past the limit.
17859         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17860         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17862         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
17863         dll.el and cookie.el (from Elib) with heavy renaming and other
17864         massaging.
17866         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17867         Autoload the functions used.
17868         (easy-mmode-define-syntax): Fix CL typo.
17869         (easy-mmode-define-derived-mode): Improve the docstring generation.
17871 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
17873         * textmodes/texinfo.el (texinfo-version): Variable and function
17874         removed.
17876 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
17878         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17879         allow more flexibility.
17880         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17881         (easy-mmode-defmap, easy-mmode-defsyntax)
17882         (easy-mmode-define-derived-mode): New macros.
17884 2000-03-09  Didier Verna  <didier@xemacs.org>
17886         * rect.el (replace-rectangle): New function.
17888 2000-03-09  Dave Love  <fx@gnu.org>
17890         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17891         (fortran-comment-line-start-skip): Don't match cpp stuff.
17892         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
17893         (fortran-mode-map): Remove over-eager custom-menu-create for now.
17894         (fortran-mode): Don't set fortran-comment-line-start-skip,
17895         fortran-comment-line-start here.  Set comment-start,
17896         add-log-current-defun.
17897         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17898         (fortran-current-defun): New function.
17900 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
17902         * emacs-lisp/re-builder.el: New file.
17904         * mouse.el (mouse-drag-region): Don't run up-event handler
17905         if hscroll has changed.
17907         * octave-mod.el (octave-font-lock-keywords): To font-lock the
17908         builtin operators, use `font-lock-builtin-face' for Emacs and
17909         `font-lock-preprocessor-face' otherwise.
17911         * font-lock.el (lisp-font-lock-keywords-1): Highlight
17912         `(defun (setf foo)' differently.
17914 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
17916         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17917         (regexp-opt): Update comment and adapt the code the new meaning of
17918         the `paren' argument of regex-opt-group for shy-groups.
17919         (regexp-opt-depth): Handle shy groups as well as backslashed
17920         backslashes.
17921         (regexp-opt-group): Turn the leading comment into a docstring.
17922         Allow `paren' to be a string (the string to use to open a group).
17923         Remove open-presuf and close-presuf.  Instead of checking for `all
17924         one-char' and then later on check for `several one-char', handle
17925         both cases close together.  Also apply a more generic algorithm
17926         for suffixes (the mirror image of the algorithm used for
17927         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
17928         (regexp-opt-try-suffix): Removed.
17930         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17931         from comint-mode-map, so we can just inherit from it.  Also, move
17932         the initialization into the `defvar' since there's no docstring
17933         anyway and it's fairly short.
17934         (inferior-scheme-mode): Define it as derived-mode: the code is
17935         shorter and this way we inherit from comint-mode-map rather than
17936         copying it.
17938         * subr.el (replace-regexps-in-string): Properly handle the case
17939         where we match an empty string.
17941         * comint.el (comint-exec-1): Add the current-dir to the exec-path
17942         when the command has a directory component (such as "./testml").
17943         Also fix a typo in the comment.
17945 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
17947         * Makefile (compile-files): Compile files one by one because
17948         that's the only way to ensure a clean compilation environment for
17949         each individual file.
17951         * frame.el (other-frame): Call x-focus-frame.
17953 2000-03-07  Dave Love  <fx@gnu.org>
17955         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17956         :require to defcustom.
17958         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17960         * files.el (auto-mode-alist): Add configure.in.
17962         * progmodes/autoconf.el: New file.
17964 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
17966         * mail/mh-e.el: Change maintainer to `none'.
17968         * recentf.el (recentf-keep-non-readable-files-p): Quote args
17969         to remove-hook and add-hook.
17971 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17973         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17974         it as the default.
17975         (mail-send): Test mail-send-nonascii also for the new `mime' value.
17976         (sendmail-send-it): Conditionally add MIME headers specifying the
17977         used character set.
17979 2000-03-07  Dave Love  <fx@gnu.org>
17981         * winner.el: Fix keywords, autoload cookies.
17982         Split eval-when-compile form to avoid compilation failure.
17984 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
17986         * international/mule.el: Modify comment about coding system
17987         property `coding-category'.
17988         (make-coding-system): New argument EOL-TYPE.  Pay attention to
17989         coding-category property of PROPERTIES.
17991         * international/mule-conf.el (coding-category-utf-8)
17992         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17993         categories.  Include them in the argument for set-coding-priority.
17995         * international/mule-cmds.el (reset-language-environment):
17996         Include coding-category-utf-8, coding-category-utf-16-be, and
17997         coding-category-utf-16-le in the argument for set-coding-priority.
17998         (reset-language-environment): Initialize coding-category-utf-8,
17999         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18001 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
18003         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18004         code abstracted out of `bookmark-jump-noselect'.  Now tries info
18005         extensions as well as compression extensions.
18006         (bookmark-jump-noselect): Use above new func.
18008 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
18010         * strokes.el: Change maintainer's mail address.
18012 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
18014         * international/mule-diag.el (list-character-sets): Make help-echo
18015         string by substitute-command-keys.
18016         (list-character-sets): Likewise.
18017         (sort-listed-character-sets): Call help-setup-xref.
18019 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
18021         * time.el (display-time-mail-file): Add `none' to the list of choices.
18023 2000-03-01  Dave Love  <fx@gnu.org>
18025         * help.el (help-xref-go-back): Don't try to set position.
18027         * international/mule-diag.el (list-character-sets):
18028         Call help-setup-xref.  Add help-echo to xrefs.
18029         (list-character-sets-1): Add help-echo to xrefs.
18031 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
18033         * frame.el (blink-cursor-mode): Switch cursor on when turning
18034         the mode off.
18036         * add-log.el (add-log-current-defun): Add support for
18037         Autoconf mode.
18039         * mail/rmail.el (rmail-quit-hook): New variable.
18041 2000-03-01  Dave Love  <fx@gnu.org>
18043         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18045         * help.el (help-xref-button): Add help-echo arg.
18046         (describe-function-1, describe-variable, help-make-xrefs): Use it.
18048         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18050         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18052 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
18054         * image.el (defimage): Look for image files in load-path.
18056         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18058 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18060         * recentf.el (recentf): Added version tag to the defgroup of recentf.
18062 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18064         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18065         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18066         action to select/unselect a file.
18067         (recentf-edit-list): Code cleanup and improvement.
18068         (recentf-open-more-files-action): `recentf-open-more-files' button
18069         widget action to open a file.
18070         (recentf-open-more-files): No more use standard completion but widgets.
18071         (recentf-more-collection): Deleted.
18072         (recentf-more-history): Deleted.
18073         (recentf-setup-more-completion): Deleted.
18075 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18077         * recentf.el (recentf-mode): No more needs that Emacs is running
18078         under a window-system.
18080 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18082         * recentf.el (recentf-edit-list): New command to edit the recent
18083         list which allow the user to remove files.
18084         (recentf-edit-selected-items): New global variable, used by
18085         `recentf-edit-list' to hold the list of files to be removed from
18086         the recent list.
18087         (recentf-make-menu-items): Updated to display a "Edit list..."
18088         menu item.  Minor code cleanup.
18090 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18092         * recentf.el (recentf-open-more-files): New command to open files
18093         that are not displayed in the menu.
18094         (recentf-more-collection): New global variable holding the set of
18095         permissible completions used by `recentf-open-more-files'.
18096         (recentf-more-history): New global variable holding the history list
18097         used by `recentf-open-more-files' completion.
18098         (recentf-setup-more-completion): New function to setup completion for
18099         `recentf-open-more-files'.
18100         (recentf-make-menu-items): Updated to display a "More..." menu item.
18102 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18104         * recentf.el (recentf-menu-action): Doc fixed.
18106 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
18108         * recentf.el (recentf-menu-filter): Doc updated.
18109         (recentf-update-menu-hook): Allow menu filters to force menu update.
18110         (recentf-make-menu-items): New menu filter handling.
18111         (recentf-make-menu-item): New helper function.
18112         (recentf-menu-elements): New menu handling function.
18113         (recentf-sort-ascending): Updated to new menu filter handling.
18114         (recentf-sort-descending): Updated to new menu filter handling.
18115         (recentf-sort-basenames-ascending): New menu filter function.
18116         (recentf-sort-basenames-descending): New menu filter function.
18117         (recentf-show-basenames): New menu filter function.
18118         (recentf-show-basenames-ascending): New menu filter function.
18119         (recentf-show-basenames-descending): New menu filter function.
18121 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18123         * diary-lib.el (list-diary-entries): Don't try to go forward at
18124         the end of the buffer.
18126 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
18128         * international/mule-diag.el (list-character-sets):
18129         Completely rewritten.
18130         (sort-listed-character-sets): New function.
18131         (list-character-sets-1): Completely rewritten.
18132         (list-character-sets-2): New function.
18133         (non-iso-charset-alist): New variable.
18134         (decode-codepage-char): New function.
18135         (charset-history): New variable.
18136         (read-charset) (list-block-of-chars)
18137         (list-iso-charset-chars)
18138         (list-non-iso-charset-chars)
18139         (list-charset-chars): New functions.
18140         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18141         (dump-charsets): Likewise.
18143 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
18145         * dired-x.el (dired-filename-at-point): Add `@' to valid
18146         file name characters.
18147         (dired-filename-at-point): Handle ange-ftp file names.
18149         * frame.el (frame-notice-user-settings): Use assq-delete-all
18150         instead of assoc-delete-all.
18151         (frame-notice-user-settings): Ditto.
18153         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18154         Don't copy alist.
18156 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
18158         * calculator.el (calculator-use-menu): New option.
18159         (calculator-initial-bindings): Changed some bindings to work as macros.
18160         (calculator-forced-input): Removed.
18161         (calculator-restart-other-mode): New variable.
18162         (calculator-mode-map): Set up menu.
18164 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
18166         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18168 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
18170         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18171         translate all ESC key sequences.
18172         (viper-goto-mark-subr): Restore markers for files for which
18173         they were saved.
18174         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18175         * viper-util.el (viper-set-replace-overlay-glyphs)
18176         (viper-set-replace-overlay): Always check if the replacement
18177         overlay is live.
18178         * viper.el (viper-vi-state-mode-list): Add major modes.
18179         * ediff-wind.el: Minor comment changes.
18180         * ediff.el: Copyright notice date fix.
18182 2000-02-27  Jason Rumney  <jasonr@gnu.org>
18184         * faces.el (face-font-family-alternatives): Add arial to helv.
18185         (mode-line, header-line, tool-bar): Same default as x for w32.
18186         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18187         face-font-family-alternatives from working.
18188         * term/w32-win.el (mouse-set-font): Do not build fontset from
18189         chosen font.
18191 2000-02-25  Sam Steingold  <sds@goems.com>
18193         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18194         properly.
18196 2000-02-25  Richard M. Stallman  <rms@gnu.org>
18198         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18200 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
18202         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18204         * frame.el (busy-cursor-delay-seconds): New option.
18206 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
18208         * frame.el (show-cursor-in-non-selected-windows): New option.
18210 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
18212         * diary-lib.el (include-other-diary-files): Undo the selective
18213         display in any included file and don't kill it.
18215 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
18217         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18218         Menu items converted to (menu-item format, help strings added.
18219         [downcase, upcase]: Don't enable on MS-DOS.
18220         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18221         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18223 2000-02-23  Dave Love  <fx@gnu.org>
18225         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18226         (backward-kill-word): Revert addition of * to interactive spec --
18227         it's a feature.
18229         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18230         (backward-kill-sentence, kill-sentence): Likewise.
18232         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18233         scratch buffer name.
18234         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
18236         * term/w32-win.el (internal-face-interactive): Update prompt for
18237         new read-face-name.
18239         * mail/footnote.el (footnote): Add :version to defgroup.
18240         (footnote-section-tag-regexp): Customize.
18241         (footnote-start-tag, footnote-end-tag): New option.
18242         (footnote-latin-regexp): New variable.
18243         (Footnote-latin): New function.
18244         (footnote-style-alist): Add element for latin style.
18245         (footnote-style): Moved.
18246         (Footnote-goto-footnote): Use eq to test arg.
18248         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18250         * emacs-lisp/byte-opt.el: Change old backquote syntax.
18251         (byte-compile-trueconstp): Include keywords.
18252         (byte-optimize-quote, byte-optimize-lapcode):
18253         Use byte-compile-const-symbol-p.
18254         (byte-optimize-char-before): New optimization.
18256         * emacs-lisp/bytecomp.el: Change old backquote syntax.
18257         (byte-compile-const-symbol-p): New function.
18258         (byte-compile-constp, byte-compile-out-toplevel)
18259         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18260         Use it.
18262         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
18264 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
18266         * international/encoded-kb.el: Be sure to update minor-mode-alist
18267         and minor-mode-map-alist.
18268         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18269         codes SS2 and SS3 correctly.
18270         (encoded-kbd-self-insert-ccl): New function.
18271         (encoded-kbd-setup-keymap): New function.
18272         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
18273         by calling encoded-kbd-setup-keymap.
18275         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18276         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18278 2000-02-22  Dave Love  <fx@gnu.org>
18280         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18281         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18282         (lisp-mode-syntax-table): Set up for #|...|# comments.
18283         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
18284         classes.  Match `defface'.
18285         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18286         (eval-defun-1): Fix for defcustom.
18287         (lisp-indent-region): Doc fix.
18289         * subr.el (when, unless, split-string): Doc fix.
18290         (read-passwd): Move call of clear-this-command-keys to the right place.
18291         (replace-regexps-in-string): New function.
18293 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
18295         * help.el (describe-variable): Set syntax table to
18296         emacs-lisp-mode-syntax-table when moving forward over the
18297         symbol's name.
18299 2000-02-22  Dave Love  <fx@gnu.org>
18301         * xt-mouse.el: Doc fixes.
18302         (xterm-mouse-position-function): New function, replacing advice of
18303         mouse-position.
18304         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
18306         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18308 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
18310         * format.el (format-annotate-single-property-change):
18311         Handle properties.with dotted-list values.
18312         (format-proper-list-p): New function.
18314         * enriched.el (enriched-face-ans): Handle '(foreground-color
18315         . COLOR) and (background-color . COLOR).
18317 2000-02-20  Dave Love  <fx@gnu.org>
18319         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18320         and assignments to it.
18321         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18322         current local map.
18323         (make-flyspell-overlay): Use it.
18324         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18326         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18327         (lm-get-header-re): Defun, not defsubst.
18328         (lm-get-package-name): Defun, not defsubst.  Simplify.
18329         (lm-version): Doc fix.  Simplify.
18330         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18331         (lm-crack-address, lm-last-modified-date, lm-commentary)
18332         (lm-verify, lm-synopsis): Simplify.
18333         (lm-report-bug): Require emacsbug.  Use compose-mail.
18335 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
18337         * dired.el (dired-mode): Call propertized-buffer-identification
18338         to set mode-line-buffer-identification to something having
18339         the right text properties.
18341         * bindings.el (propertized-buffer-identification): New function.
18343 2000-02-20  Dave Love  <fx@gnu.org>
18345         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18346         check for t-mouse too.
18348         * cus-start.el: Make echo-keystrokes `number'.
18350 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
18352         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18353         Don't call ring-empty-p unless tags-location-ring is bound.
18354         From Noah Friedman <friedman@splode.com>.
18356 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
18358         * progmodes/hideshow.el (hs-flag-region): No longer use
18359         `intangible' overlay property.
18361         (hs-toggle-hiding): New command.
18362         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18364         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18365         Fix omission bug: Run `hs-minor-mode-hook' for both activation
18366         and deactivation.
18368 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
18370         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18372 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18374         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18376         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18377         of `*' to handle `(* ... *)' comments.
18379 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
18381         * faces.el (list-faces-display): Use display-mouse-p instead of
18382         window-system.
18384         * menu-bar.el (global-map): Menu-bar items converted to the new
18385         format (menu-item..., rearranged for better CUA compliance, and
18386         their names changed for better clarity.  Help strings added.
18388         * international/mule-cmds.el (mule-menu-keymap)
18389         (describe-language-environment-map, set-coding-system-map)
18390         (setup-language-environment-map): Convert to new (menu-item...
18391         form, add help strings.  Change names of menu items for better clarity.
18392         "Mule" menu-bar item removed (it's now in the "Options" submenu).
18394 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18396         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18397         within the code.
18399 2000-02-16  Dave Love  <fx@gnu.org>
18401         * faces.el: Don't require custom.  Add more specific :groups to
18402         various deffaces.
18403         (set-face-attribute): Purecopy args.
18404         (read-face-name): Default to name at point and use it in prompt.
18405         Remove colon from arg in all callers.
18406         (list-faces-display): Hyperlink to face descriptions and customize
18407         buffers.
18409 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
18411         * wid-edit.el (widget-match-inline): An atom never matches a list.
18413 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18415         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18416         at ':' characters by call to split-string.
18418 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18420         * textmodes/bibtex.el: Added RCS version identification.
18422 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18424         * textmodes/bibtex.el: Some temporary comments removed.
18425         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18426         (bibtex-field-const): Allow capital letters.
18427         (bibtex-start-of-string): Deleted because unused.
18429         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
18430         use the term 'reference' to describe a bibtex entry as a whole.
18431         Further, reference keys are no longer called 'labels'.
18432         (bibtex-keys): Renamed to bibtex-reference-keys.
18433         (bibtex-reformat-previous-labels): Renamed to
18434         bibtex-reformat-previous-reference-keys.
18435         (bibtex-reference-type): Renamed to bibtex-entry-type.
18436         (bibtex-reference-head): Renamed to bibtex-entry-head.
18437         (bibtex-reference-maybe-empty-head): Renamed to
18438         bibtex-entry-maybe-empty-head.
18439         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18440         (bibtex-search-reference): Renamed to bibtex-search-entry.
18441         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18442         bibtex-enclosing-entry-maybe-empty-head.
18443         (bibtex-entry-field-alist, bibtex-entry-head)
18444         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18445         (bibtex-map-entries, bibtex-search-entry)
18446         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18447         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18448         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18449         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18450         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18451         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18452         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18454 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18456         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18457         comment.
18458         (bibtex-format-field-delimiters): New function, functionality
18459         extracted from bibtex-format-entry.
18460         (bibtex-autokey-get-yearfield-digits): New function, functionality
18461         extracted from bibtex-autokey-get-yearfield.
18463         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18464         entries in order to avoid stack overflow in the regexp matcher if
18465         field contents become large.
18466         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18467         (bibtex-field-string-part-not-braced)
18468         (bibtex-field-string-part-no-inner-braces)
18469         (bibtex-field-string-part-1-inner-brace)
18470         (bibtex-field-string-part-2-inner-braces)
18471         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18472         (bibtex-field-string-quoted, bibtex-field-string)
18473         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18474         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18475         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18476         Deleted as parsing is now performed by the following functions.
18477         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18478         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18479         (bibtex-parse-field-string, bibtex-search-forward-field-string)
18480         (bibtex-parse-association, bibtex-field-name-for-parsing)
18481         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18482         (bibtex-search-forward-field, bibtex-search-backward-field)
18483         (bibtex-start-of-field, bibtex-end-of-field)
18484         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18485         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18486         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18487         (bibtex-parse-string, bibtex-search-forward-string)
18488         (bibtex-search-backward-string, bibtex-start-of-string)
18489         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18490         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18491         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18492         entries.  Instead of reporting the results of the parsing by
18493         match-beginning or match-end, these functions return data structures
18494         that hold the corresponding positions.
18495         (bibtex-enclosing-field): Changed to also report field boundaries by
18496         return values rather than by match-beginning or match-end.
18497         The following functions have been adapted to use the new
18498         parsing functions.
18499         (bibtex-skip-to-valid-entry, bibtex-search-reference)
18500         (bibtex-enclosing-field, bibtex-format-entry)
18501         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18502         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18503         (bibtex-print-help-message, bibtex-end-of-entry)
18504         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18505         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18506         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18507         Use the new method for parsing.
18508         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18509         (bibtex-map-entries, bibtex-flash-head)
18510         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18511         (bibtex-autokey-change, bibtex-autokey-get-namefield)
18512         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18513         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18514         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18515         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18516         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18517         order to make the new binding of case-fold-search immediately visible.
18519 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18521         * textmodes/bibtex.el: Copyright notice is up to date.
18522         Added constant 'bibtex-maintainer-salutation.
18524         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18525         than make-temp-name, use match-string-no-properties and eliminate
18526         a quadratic behavior when building bibtex-strings.
18528         * bibtex.el (bibtex-reference-key): Accept string entries whose
18529         reference key contains upper case letters.
18531 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18533         * bibtex.el (bibtex-reference-head): Allow entries to start with
18534         a new line.
18536 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18538         * bibtex.el: Hiding of entry bodies is not longer provided by
18539         bibtex.el directly.  Instead the hideshow package can be used.
18540         Added a special bibtex entry to hs-special-modes-alist.
18541         (bibtex-hs-forward-sexp): Added for hideshow.el.
18543 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18545         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18546         proceedings entry type (for cross referencing). Thanks to Wagner
18547         Toledo Correa for the suggestion.
18549         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18551 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
18553         * international/characters.el: Setup case table for Vietnamese.
18555 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
18557         * uniquify.el (toplevel): Require CL at compile time.
18558         (uniquify-push): Removed.
18560         * shadowfile.el (shadow-when): Removed.
18562         * tempo.el (tempo-dolist, tempo-mapc): Removed.
18563         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18565         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18566         regexp for paragraph-start.
18568         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18569         commas as well.
18571 2000-02-10  Dave Love  <fx@gnu.org>
18573         * wid-edit.el: (widgets) [defgroup]: Remove url link.
18574         (widget-color-choice-list, widget-color-history, widget-mouse-help):
18575         Deleted.
18576         (widget-specify-field, widget-specify-button): Don't use
18577         widget-mouse-help as help-echo property.
18578         (default): Use #'ignore for :validate and :mouse-down-action.
18579         (checkbox): Add help-echo.
18580         (widget-sexp-validate): Rewritten to clarify error messages.
18581         (character): Use char-valid-p in :match function.
18582         (widget-color-complete): Use facemenu-color-alist.
18583         (widget-color-action): Use facemenu-read-color.
18585         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
18586         set up `caar' &c that we now have.
18588 2000-02-09  Ray Blaak  <blaak@gnu.org>
18590         * delphi.el: Make resourcestring a declaration region, like const
18591         and var.
18593 2000-02-09  Dave Love  <fx@gnu.org>
18595         * bindings.el (mode-line-input-method-map): New variable.
18596         (mode-line-mule-info): Use it; fix last change.
18597         (mode-line-mode-menu): Move definition.
18598         (mode-line-mouse-sensitive-p): Deleted.
18599         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18600         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
18602         * startup.el (command-line-1): Don't call
18603         make-mode-line-mouse-sensitive.
18605 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18607         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18608         before rmail-toggle-header, because the former toggles headers.
18610 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
18612         * diff-mode.el (diff-kill-junk): New interactive function.
18613         (diff-reverse-direction): Use delete-and-extract-region.
18614         (diff-post-command-hook): Restrict the area so that the hook also works
18615         outside of any diff hunk.  This is necessary for the minor-mode.
18616         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18617         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18619         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18620         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18621         so that it can be used more easily in <foo>-mode-hook.  Also make sure
18622         to avoid duplicate entries.
18623         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18624         (font-lock-remove-keywords): Just as was done for `add', allow it to
18625         work even if font-lock-mode is nil.  Also make sure we don't modify
18626         any pre-existing list by forcing a copy-sequence.  Finally rename
18627         `major-mode' to `mode'.
18628         (font-lock-fontify-syntactic-anchored-keywords)
18629         (font-lock-fontify-anchored-keywords)
18630         (font-lock-fontify-keywords-region): Use line-end-position.
18631         Don't make `font-lock-multiline' local (it's now done in
18632         font-lock-set-defaults).
18633         (font-lock-set-defaults): Make `font-lock-multiline' local.
18634         Move the `font-lock-fontified' creation to inside the `unless'.
18636 2000-02-06  Andrew Innes  <andrewi@gnu.org>
18638         * term/w32-win.el (x-handle-args): Comment out call to message,
18639         which occurs before window system is initialized.
18641         * makefile.nt: Add support for recompiling lisp code.
18643 2000-02-04  Dave Love  <fx@gnu.org>
18645         * bindings.el (mode-line-mule-info): Fix/extend last change.
18647         * completion.el: Replace completion-dolist with dolist.
18649         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18651 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
18653         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18654         environment names before they go into the section regexp.
18656         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18657         char class in regexp.
18659         * textmodes/reftex-parse.el (reftex-with-special-syntax):
18660         Bind `case-fold-search' to nil.
18662         * progmodes/idlwave.el (idlwave-template):
18663         Respect `idlwave-abbrev-change-case'.
18664         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18665         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18666         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18667         (idlwave-rw-case): New function.
18668         (idlwave-statement-match): Fixed problem with assignment regexp.
18669         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18670         (idlwave-surround): New argument LENGTH to support padding of
18671         operators longer than 1 char.
18673         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18674         idlwave-shell-expression-overlay.  Implemented printing of
18675         expressions on higher levels of the calling stack.
18676         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18677         (idlwave-retrieve-expression-from-level): New function.
18678         (idlwave-shell-last-calling-stack): Variable removed.
18679         (idlwave-shell-reset): Argument action reversed (`visible' to
18680         `hidden').  Also remove stop-line overlay.
18681         (idlwave-shell-calling-stack-routine): New variable.
18682         (idlwave-shell-parse-stack-and-display): Messages now display
18683         negative level numbers.
18684         (idlwave-shell-mode): Set `modeline-format'.
18685         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18686         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18687         (idlwave-shell-print-expression-function): New option.
18689         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18690         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18691         `tool-bar' instead of `toolbar'.
18693 2000-02-02  Dave Love  <fx@gnu.org>
18695         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18696         emacs-lisp-mode-hook.  Don't check for defalias being defined.
18698         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18699         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18700         Use the new builtins directly.
18702         * whitespace.el (whitespace): Add :version to defgroup.
18704         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18705         Doc fix.
18707         * thingatpt.el (sexp-at-point, symbol-at-point)
18708         (number-at-point, list-at-point): Add autoload cookie.
18710         * recentf.el (recentf): Add :version to defgroup.
18712         * quickurl.el (quickurl): Add :version to defgroup.
18714         * elide-head.el (elide-head): Use point-marker more.
18716         * bs.el (bs): Add :version to defgroup.
18718         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18720         * progmodes/delphi.el (delphi): Add :version to defgroup.
18722 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
18724         * ange-ftp.el (ange-ftp-write-region): Handle case that
18725         succeeding process operation sets a different coding system.
18727         * calculator.el: New file.
18729 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
18731         * frame.el (frames-on-display-list, framep-on-display): New functions.
18732         (display-mouse-p, display-popup-menus-p, display-graphic-p)
18733         (display-selections-p, display-screens, display-pixel-width)
18734         (display-pixel-height, display-mm-width, display-mm-height)
18735         (display-backing-store, display-save-under, display-planes)
18736         (display-color-cells, display-visual-class): New functions.
18738         * term/tty-colors.el (tty-color-gray-shades): New function.
18740         * faces.el (display-color-p): Use framep-on-display.
18741         (display-grayscale-p): New function.
18743 2000-01-31  Dave Love  <fx@gnu.org>
18745         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18746         (create-fontset-from-x-resource): Don't concat integers.
18748 2000-01-31  Inge Frick  <inge@nada.kth.se>
18750         * view.el: Some changes in documentation.  Removed some trailing
18751         whitespace. Changed some parameter names to agree with documentation.
18752         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18753         window is not deleted.  Modifies change 1998-04-26.
18755 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
18757         * windmove.el: New file.
18759         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18760         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18761         progmodes/ebnf-yac.el: Update copyright and license info.
18763         * jit-lock.el (jit-lock-function): Widen before calculating
18764         end position.
18765         (jit-lock-stealth-chunk-start): Rewritten.
18767         * info.el (Info-title-face-alist): Removed.
18768         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18769         (Info-fontify-node): Use these faces.
18771 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
18773         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18774         (cl-macro-list1): Recognize `&allow-other-keys' instead of
18775         `&allow-other-keywords'.
18777         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18778         the list of directories scanned heuristically.
18780         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18782 2000-01-30  Jason Rumney  <jasonr@gnu.org>
18784         * w32-fns.el: Define w32-tty-standard-colors.
18786         * startup.el (command-line): Use w32-tty-standard-colors when in
18787         w32 console mode.
18789 2000-01-30  Dave Love  <fx@gnu.org>
18791         * jka-compr.el (jka-compr-load): Fix up load-history.
18793         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18795         * emacs-lisp/cl-macs.el: Revert previous change.
18797 2000-01-29  Dave Love  <fx@gnu.org>
18799         * facemenu.el: Purecopy various strings.
18801         * timezone.el (timezone-fix-time): Window against 69 for two-digit
18802         years.  Deal with three-digit years.
18804         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18805         Use defconst, purecopy.
18806         (help-back-label): Purecopy it.
18808 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18810         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18811         variable. If non-nil, order the buffer list according to the
18812         currently selected frame.
18813         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18814         non-nil, pass the selected frame to function buffer-list.
18816 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18818         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18820 2000-01-28  Dave Love  <fx@gnu.org>
18822         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18824         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18825         Don't use lisp-indent-hook property.
18826         (cl-abs): Remove.
18828         * subr.el: Move out indent and edebug specs for when and unless.
18830         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18831         when, unless.
18833         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18834         unless, when.
18836 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
18838         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18839         `collecting' as synonym for `collect'.
18841         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18842         for the case it contains spaces.
18844         * simple.el (what-cursor-position): Change formatting of messages.
18846         * frame.el (delete-other-frames): New function.
18847         (toplevel): Bind it to C-x 5 1.
18849         * sort.el (sort-numeric-base): New option.
18850         (sort-numeric-fields): If number starts with `0' or `0[xX[',
18851         interpret it as octal or hexadecimal.  Use sort-numeric-base
18852         as default base.
18854         * progmodes/glasses.el: New file.
18856 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
18858         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18859         userids differently.
18861         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18862         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18863         progmodes/ebnf-yac.el: New files.
18865 2000-01-26  Dave Love  <fx@gnu.org>
18867         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18868         on a function with an empty body.  [From Eric Ludlam.]
18870 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
18872         * vc.el (vc-version-diff): Make sure file name is expanded.
18874 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
18876         * scroll-bar.el (scroll-bar-timer): Variable removed.
18877         (scroll-bar-toolkit-scroll): Don't use a timer.
18879 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
18881         * language/thai-util.el (thai-composition-function):
18882         Delete superfluous `a'.
18884 2000-01-24  Dave Love  <fx@gnu.org>
18886         * fortran.el (fortran-mode): Use beginning-of-defun-function,
18887         end-of-defun-function.
18889         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18891 2000-01-22  Jason Rumney  <jasonr@gnu.org>
18893         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18894         conflicts with new face support.
18896 2000-01-22  Richard M. Stallman  <rms@gnu.org>
18898         * replace.el (query-replace): Rename last arg to DELIMITED.
18899         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18900         (query-replace-regexp): Likewise.
18902 2000-01-20  Richard M. Stallman  <rms@gnu.org>
18904         * subr.el (with-syntax-table): Use make-symbol, not gensym.
18906         * emacs-lisp/lisp.el (beginning-of-defun-function):
18907         Variable renamed from beginning-of-defun.
18908         Do not call make-variable-buffer-local.
18909         (beginning-of-defun-raw): Use new variable name; doc fix.
18910         (beginning-of-defun): Doc fix.
18911         (end-of-defun-function): Variable renamed from end-of-defun.
18912         Do not call make-variable-buffer-local.
18913         (end-of-defun): Use new variable name; doc fix.
18915         * subr.el (dolist, dotimes): Copied from cl-macs.el
18916         and made to work.
18918         * mail/undigest.el (rmail-digest-end-regexps):
18919         Variable replaces rmail-digest-end-regexp.
18920         Allows multiple regexps for detecting the end line.
18921         (undigestify-rmail-message): Corresponding changes.
18923 2000-01-19  Dave Love  <fx@gnu.org>
18925         * files.el (user-init-file): Don't declare here -- is primitive.
18927         * startup.el (command-line): Check for compiled user-init-file and
18928         set to uncompiled version if necessary.
18930 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18932         * mail/undigest.el (rmail-digest-end-regexp): New user option.
18933         (undigestify-rmail-message): Use it.
18935         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18937 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
18939         * tmm.el (tmm-goto-completions): Adapt to prompt being part
18940         of mini-buffer.
18942 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
18944         * emacs-lisp/copyright.el (copyright-update): Removed the
18945         requirement for a trailing space from `copyright-regexp', to
18946         support copyrights with owner specified on a separate line..
18948         * align.el: New file.
18950         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18952         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18954 2000-01-13  Dave Love  <fx@gnu.org>
18956         * ph.el: Removed.  (Obsoleted by EUDC.)
18958 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18960         * net/eudc.el (toplevel): Remove autoloaded code installing
18961         menu with easymenu, because that causes build problems.
18963         * frame.el (frame-notice-user-settings): New variable.
18964         (frame-notice-user-settings): Don't modify frame parameters
18965         if called a second time.
18967 2000-01-13  Richard M. Stallman  <rms@gnu.org>
18969         * frame.el (frame-notice-user-settings):
18970         Notice default-frame-parameters even for non-window frames.
18972 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18974         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18975         for Emacs.
18976         (eudc-bob-can-display-inline-images): Extend for Emacs.
18977         (eudc-bob-toggle-inline-display): Ditto.
18978         (eudc-bob-display-jpeg): Ditto.
18980 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
18982         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18983         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18984         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18986         * add-log.el (add-change-log-entry): Fix error trying an
18987         `(insert nil)'.
18989         * subdirs.el: Add `net' directory.
18991         * net: New directory.
18993         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18994         eval-last-sexp.  Don't bind debug-on-error here.
18995         (eval-last-sexp): New function.  Bind debug-on-error if
18996         eval-expression-debug-on-error is non-nil.
18997         (eval-defun-2, eval-defun): Likewise.
18999         * simple.el (eval-expression): Don't bind debug-on-error if
19000         eval-expression-debug-on-error is nil.  Detect changed
19001         debug-on-error, and propagate new value to global binding, if
19002         eval-expression-debug-on-error is non-nil,
19003         (eval-expression-debug-on-error): Change doc string.
19005 2000-01-11  Richard M. Stallman  <rms@gnu.org>
19007         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19009         * emacs-lisp/lisp-mode.el (with-syntax-table):
19010         Set up lisp-indent-function property.
19012         * subr.el (with-syntax-table): Moved from simple.el.
19014         * simple.el (with-syntax-table): Moved to subr.el.
19016 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
19018         * tmm.el (tmm-shortcut): Delete region after prompt instead
19019         of erasing buffer.
19021         * textmodes/fill.el (fill-common-string-prefix): New function.
19022         (fill-context-prefix): Use the longest common prefix of first
19023         and second line fill prefix, if there is one.
19025 2000-01-11  Richard M. Stallman  <rms@gnu.org>
19027         * array.el (array-mode): Don't use make-variable-buffer-local.
19028         Use make-local-variable for `truncate-lines'.
19030 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
19032         * add-log.el (add-log-current-defun): Handle user-defined
19033         add-log-current-function returning nil,
19035         * add-log.el (add-change-log-entry): Insert version number
19036         if having found a current function
19038         * add-log.el (add-log-current-defun):
19039         Call `add-log-current-defun-function'.  Try matches at level 0 and
19040         level 1.  Strip whitespace from defun found.
19042 2000-01-10  John Wiegley  <johnw@gnu.org>
19044         * allout.el (isearch-done/outline-provisions): Added `edit'
19045         argument to correspond with the current definition of `isearch-done'.
19047 2000-01-10  Dave Love  <fx@gnu.org>
19049         * elide-head.el (elide-head): Use point-marker, not point.
19051 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
19053         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19054         before and after the year 2000.
19056         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19057         Add ispell- prefix.
19059 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
19061         * ispell.el:  Only define dictionaries in menus when they exist.
19062         (version18p): New variable.
19063         (version20p): New variable.
19064         (xemacsp): New variable.
19065         (ispell-choices-win-default-height): Fix for XEmacs visibility.
19066         (ispell-dictionary-alist1): Added Brasileiro dictionary.
19067         (ispell-dictionary-alist6): Russian command lines no longer accept
19068         run-together words.
19069         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19070         (ispell-dictionary-alist): Add koi8-r to customize definition.
19071         (check-ispell-version): Added documentation string.  Return library
19072         path when called non-interactively.
19073         (ispell-menu-map-needed): Uses new variables.
19074         (ispell-library-path): New variable.
19075         (ispell-decode-string): XEmacs fix for bogus variable bindings.
19076         (ispell-word): Improved documentation string.  Test for valid
19077         character mappings.  Correctly check typed in word changes that can
19078         result in single words split into multiple words.
19079         Return replacement word.
19080         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
19081         replace in recursive query replace mode.  Help message for
19082         recursive edit mode.
19083         (ispell-show-choices): Protect against bad framepop bindings.
19084         (ispell-help): Fix to work with XEmacs.
19085         (ispell-highlight-spelling-error): Use new variables.
19086         (ispell-overlay-window): Fix to work with XEmacs.
19087         (ispell-parse-output): Passed and returns location information
19088         tracking spelling corrections.  Doesn't recheck same word on
19089         current line.
19090         (ispell-init-process): Protect against bogus XEmacs variable binding.
19091         Fix call to single argument in sleep-for.  Use new variables.
19092         (ispell-region): Passed and returns location information tracking
19093         spelling corrections.  Doesn't check same word on current line.
19094         Improved documentation string.  Doesn't resend a line already
19095         checked to the ispell process - fixes bug in LaTeX parsing.
19096         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19097         (ispell-skip-region): No longer skips <TT> in SGML.
19098         (ispell-process-line): Tracks location information with spelling
19099         corrections.  Added documentation string.  Accounts for words
19100         already accepted on this line.  Don't allow query-replace on line
19101         starting with math characters.  Doesn't resend a line already sent
19102         to ispell process.  Fixes alignment error bug.
19104 2000-01-10  Richard M. Stallman  <rms@gnu.org>
19106         * dired-x.el (dired-guess-shell-alist-default):
19107         Suggest xloadimage, which is free, not xv, which isn't.
19109         * ange-ftp.el (ange-ftp-file-name-nondirectory):
19110         Don't ever include the host name or user name in the value.
19112 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19114         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19115         of a real newline.
19117 2000-01-09  Stephen Eglen  <stephen@gnu.org>
19119         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19120         for .png files.
19122 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
19124         * cus-edit.el (custom-hook-convert-widget): Fix comment.
19126 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
19128         * progmodes/cperl-mode.el: Replace ^F with ^L.
19130         * sendmail.el (toplevel): Provide `sendmail' when compiling before
19131         `require'ing rmail and mailalias to prevent infinite recursion.
19133 2000-01-08  Dave Love  <fx@gnu.org>
19135         * emacs-lisp/backquote.el: Remove inappropriate customization
19136         (allowing custom.el to use backquote).
19138 2000-01-07  Dave Love  <fx@gnu.org>
19140         * add-log.el (add-log-debugging): Deleted.
19141         (add-change-log-entry): Treat a backup FILE-NAME as its parent
19142         file.  Remove debugging code.
19143         (change-log-get-method-definition, change-log-name): Add doc.
19144         (change-log-sortable-date-at): New function.
19145         (change-log-merge): New command.
19147         * time.el (display-time-string-forms): Make the Mail string active.
19148         (display-time-update): Provide help-echo for load average.
19150         * bindings.el (make-mode-line-mouse2-map): New function.
19151         (mode-line-modified): Use it and simplify.
19152         (mode-line-mule-info): Provide help-echo info.
19153         (minor-mode-alist): Activate the strings.
19154         (make-mode-line-mouse-sensitive): Simplify for
19155         mode-line-buffer-identification.
19157 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
19159         * play/pong.el: New file.
19161 2000-01-06  Dave Love  <fx@gnu.org>
19163         * array.el: Assorted cleanups for compiler warnings, doc strings,
19164         `array-' prefix for symbols.
19166 2000-01-05  Dave Love  <fx@gnu.org>
19168         * textmodes/outline.el (outline-mode-menu-bar-map):
19169         Add outline-headers-as-kill.
19170         (outline-mode): Define imenu-generic-expression.
19171         (outline-headers-as-kill): New command.
19173         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19174         from paragraph-start.
19175         (paragraph-indent-minor-mode): New command.
19177         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19178         M-C-e, M-C-h, C-j, C-xnd, TAB.
19179         (fortran-mode): Set beginning-of-defun, end-of-defun.
19180         (fortran-column-ruler): Simplify.
19181         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19182         (fortran-with-subprogram-narrowing): Likewise.
19183         (fortran-indent-subprogram): Call mark-defun.
19184         (fortran-check-for-matching-do): Change narrowing.
19186         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19187         (cl-lucid-hash-tag): Delete.
19188         (cl-hash-table-p): Correct test for native table.
19189         (cl-hash-table-count): Use hash-table-count.
19191         * browse-url.el (browse-url): Fix case of
19192         browse-url-browser-function being an alist.
19194 2000-01-05  Carsten Dominik  <cd@gnu.org>
19196         * textmodes/reftex-vars.el (reftex-parse-file-extension)
19197         (reftex-index-phrase-file-extension): New options.
19199         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19200         Use new option `reftex-index-phrase-file-extension'.
19202         * textmodes/reftex.el (reftex-access-parse-file): Use new option
19203         `reftex-parse-file-extension'.
19205 2000-01-05  Dave Love  <fx@gnu.org>
19207         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19208         (beginning-of-defun-raw): Use it.
19209         (end-of-defun): New variable.
19210         (end-of-defun): Use it.
19211         (check-parens): New command.
19213 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
19215         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19216         (hs-show-block): Don't use `mapcar' when not accumulating.
19218         Fix buglet in local variables initialization.
19220 2000-01-05  Andreas Schwab  <schwab@suse.de>
19222         * hscroll.el (hscroll): Doc fix.
19224 2000-01-05  Carsten Dominik  <cd@gnu.org>
19226         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19227         Require idlw-toolbar.
19229         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19230         file idlw-rinfo.el.
19231         (idlwave-customize): Load must read file idlw-shell.el.
19232         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19234 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
19236         * progmodes/idlw-shell.el: Also provide idlwave-shell
19237         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19238         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19240         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19241         both reftex-dcr and reftex-vcr.
19243         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19245 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19247         * ps-print.el: PostScript code now is in separate files, doc fix.
19248         (ps-print-version): New version number (5.0.3).
19249         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19250         local.
19251         (ps-spool-config): Initialization fix.
19252         (ps-print-prologue-1, ps-print-prologue-2)
19253         (ps-print-duplex-feature): PostScript code moved to separated file.
19254         (ps-background-image): Little code reformating.
19255         (ps-begin-file, ps-begin-job): Fix code.
19256         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19257         (ps-prologue-file): New fun.
19259 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19261         * ps-vars.el: Eliminated.
19263         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19264         `;;;###autoload'.
19266         * ps-print.el: ps-vars eliminated, doc fix.
19267         (ps-print-version): New version number (5.0.2).
19268         (ps-spool-config): Initialization fix.
19269         (ps-print-customize): New fun.
19271 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
19273         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19275 2000-01-04  Dave Love  <fx@gnu.org>
19277         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19278         menu items.
19280 2000-01-03  Dave Love  <fx@gnu.org>
19282         * elide-head.el (elide-head) [defgroup]: Add :version.
19284         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19285         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19286         Use `cl-hash-table-p', not `hash-table-p'.
19287         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19289 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19291         * faces.el (face-read-integer, read-face-attribute)
19292         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19294 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19296         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19297         at comment end, and re-insert them after filling.
19299 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19301         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19302         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19303         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19305 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19307         * term/x-win.el (xw-defined-colors): Call color-supported-p,
19308         the new name of face-color-supported-p.
19310         * term/w32-win.el (xw-defined-colors): Likewise.
19312 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19314         * simple.el (completion-setup-function): Count completion-size
19315         from minibuffer-prompt-end, not from point-min.
19317 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
19319         * faces.el (read-face-attribute, defined-colors, color-defined-p):
19320         Pass the frame to tty-color-* functions.
19321         (display-color-p, frame-set-background-mode): Pass the frame to
19322         tty-display-color-p.
19324         * term/tty-colors.el (tty-defined-color-alist): Renamed from
19325         tty-color-alist.
19326         (tty-color-alist, tty-modify-color-alist): New functions.
19327         (tty-color-define,  tty-color-clear, tty-color-approximate)
19328         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19329         optional parameter FRAME.
19331 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
19333         * image.el (create-image, defimage): Don't assume image data is
19334         a string.
19336         * image.el (defimage): Handle specifications containing :data
19337         instead of :file.
19338         (image-type-from-data): New function.
19339         (image-type-from-file-header): Use it.
19340         (create-image): Add parameter DATA-P.
19342 See ChangeLog.8 for earlier changes.
19344 ;; Local Variables:
19345 ;; coding: iso-2022-7bit
19346 ;; End: