Doc fix.
[emacs.git] / lisp / ChangeLog
blob2755d066b327d5ae92af1d6d01c764c8e36a56df
1 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3         * ps-print.el: Change error function arguments to follow Emacs
4         message convention.  Doc fix.
5         (ps-print-version): New version number (6.5.4).
6         (coding-system-for-write): Change declaration position to avoid
7         XEmacs compilation gripes.
8         (coding-system-for-read, buffer-file-coding-system): Declarations
9         to avoid XEmacs compilation gripes.
11         * ps-mule.el: Doc fix.
12         (ps-mule-encode-header-string): If STRING is not a string, replace
13         STRING by empty string.
15 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
17         * frame.el (show-trailing-whitespace): Doc fix.
19 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
21         * desktop.el (desktop-save): Insert the coding: tag before
22         desktop-header.
24 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
26         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
27         its path from $els.
29         * image.el (image-jpeg-p): Fix call of substring.
31 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
33         * play/animate.el (animate-string): Doc fix.  Use a buffer
34         name with stars in it.
35         (animate-sequence): New function.
36         From Richard Stallman <rms@gnu.org>.
38         * frame.el (select-frame-set-input-focus): New function
39         extracted from other-frame.
40         (other-frame): Use it.
41         (next-multiframe-window, previous-multiframe-window): Use it.
43         * isearch.el (isearch-other-meta-char): Don't switch to the
44         buffer of a window clicked on, when the current buffer is
45         in Isearch mode.
47         * image.el (image-jpeg-p): Test for APPn markers in the range
48         #xe0..#xef.
50 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
52         * desktop.el (desktop-save): Don't use concat to form a file
53         name, use expand-file-name.
55         * mouse.el (mouse-delete-window): Do nothing if frame has just
56         one window.
58         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
59         for the minor mode name.
61         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
62         minor mode name.
64         * time.el (display-time-string-forms): Use
65         make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
67         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
68         the minor mode name.
70         * emacs-lisp/easy-mmode.el (define-minor-mode): Use 
71         mode-line-minor-mode-keymap for the minor mode name.
73         * calendar/calendar.el (calendar-mode-line-format): Use
74         make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
76         * bindings.el (make-mode-line-mouse-map): Renamed from
77         make-mode-line-mouse2-map.  Take additional arg MOUSE.
78         (mode-line-modified): Use mouse-3 instead of mouse-2.
79         (mode-line-buffer-identification-keymap): Bind keys differently.
80         (propertized-buffer-identification): Adapt help-echo to new
81         bindings.
83         * bindings.el (mode-line-format): Specify help-echo for line
84         number, column number and buffer-percent part of the mode-line.
86         * image.el (image-type-regexps): Allow whitespace at the start
87         of the image data for XPM, XBM and Postscript, which are
88         text files.
89         (image-jpeg-p): Correct calculation of next field offset.
91 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
93         * battery.el: Fix typo.
95 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
97         * image.el (image-type-regexps): Allow predicates.  Change the way
98         JPEG images are recognized.
99         (image-jpeg-p): New function.
100         (image-type-from-data): Handle predicates in image-type-regexps.
102         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
103         #:, #x, #o, and similar constructs.
105 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
107         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
109         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
110         instead of `progn'.
112         * tar-mode.el (tar-extract): Avoid generating a new buffer
113         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
115         * textmodes/paragraphs.el (forward-sentence): Avoid building
116         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
118         * progmodes/executable.el (executable-set-magic): If 
119         executable-find returns a quoted file name, unquote it before
120         inserting it.
122         * image.el (image-type-regexps): For JPEG files, use a regexp
123         derived from the JFIF spec.
124         
125         * image.el (image-type-regexps): Use `\`' instead of `^' in
126         most regular expressions.
128 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
130         * play/animate.el: re-insert a reference to re-inserted function.
132 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
134         * help.el (describe-function-1): Use
135         find-function-search-for-symbol instead of find-function-noselect
136         because the latter follows aliases.
138         * play/animate.el (animate-birthday-present): Re-insert.
140         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle
141         old-style menu definitions.
143 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
145         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
146         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
148         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
149         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
150         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
152 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
154         * textmodes/tildify.el: Milan Zamazal has new address.
156 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
158         * custom.el (custom-set-variables): Don't test `custom-requests'
159         properties, check the third element of the options passed to
160         custom-set-variables instead.
162         * info.el (info-insert-file-contents): Use info-file-exists-p
163         instead of file-exists-p.
165         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
166         the mode-line face is restored.  Fix several bugs.
168         * replace.el (perform-replace): Doc fix.
170 2001-08-02  Francesco Potorti`  <pot@gnu.org>
172         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
173         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
174         (uniquify-fix-item-base, uniquify-fix-item-filename)
175         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
176         Callers changed.
177         (uniquify-set-proposed): Changed to work with a vector item.
178         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
179         the fix list, and a list of strings for the non-file buffer
180         names.  Both changes reduce consing.
181         (uniquify-rationalize-a-list): Local variable renaming.
182         (uniquify-rationalize-conflicting-sublist): Use member instead of
183         assoc.
184         (uniquify-rename-buffer): Use unless instead of if not.
186 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
188         * recentf.el (recentf-dump-variable): Handle a value of nil
189         correctly.
191         * custom.el (custom-set-variables): Set options with :require
192         clauses last.
194         * custom.el (defcustom): Doc fix.
196         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
198 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
200         * man.el (man): Mention Man-switches in the doc string.
201         (Man-switches): Mention -a in the doc string.
203         * textmodes/ispell.el (ispell-alternate-dictionary): Add
204         /usr/share/lib/dict/words, for Irix.
206         * bindings.el: Bind shifted and control-shifted kp-* keys to the
207         corresponding non-kp keys.  Suggested by Stephen Gildea
208         <gildea@alum.mit.edu>.
210 2001-08-01  Francesco Potorti`  <pot@gnu.org>
212         * uniquify.el: These changes correct a corner case that the old
213         code managed correctly.
214         (uniquify-fix-item-proposed): Renamed from
215         uniquify-fix-item-min-proposed.
216         (uniquify-set-proposed): New function.
217         (uniquify-rationalize-file-buffer-names): Code reshuffled for
218         clarity and speed.
219         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.  This
220         is equivalent to what the old code did.
221         (uniquify-rationalize-a-list): Never recompute the proposed
222         name.  Sort the conflicting sublist before rationalising it: this
223         is equivalent to what the old code did, but one directory element
224         at a time, and only when necessary.
225         (uniquify-rationalize-conflicting-sublist): Recompute here the
226         proposed name.
228 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
230         * play/animate.el: Add Keywords and Maintainer.  Remove a
231         reference to a removed function.
233         * play/animate.el (animate-string): Handle case that the string is
234         longer than the window is wide.
236 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
238         * desktop.el (desktop-save): Bind coding-system-for-write to
239         `emacs-mule' for write-region.
241         * delsel.el (delete-selection-pre-hook): Don't set this-command
242         to `ignore' if the region is empty.
244         * international/mule.el (set-keyboard-coding-system): Set
245         keyboard-coding-system.
247         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
248         before accessing it.
250 2001-07-30  Andreas Schwab  <schwab@suse.de>
252         * menu-bar.el (toggle-highlight-paren-mode): Use
253         `(show-paren-mode)' as body.
255 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
257         * vc.el (vc-checkout-hook): New hook.
258         (vc-checkout): Run it.
260 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
262         * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
263         the ?= operator.  From Jonathan Kamens <jik@curl.com>.
265 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
267         * vc.el (vc-switch-backend): Fix autoload cookie.
269         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
270         the desktop file.
272 2001-07-30  Simon Josefsson  <jas@extundo.com>
274         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
275         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
277 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
279         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
280         (last-sexp-toggle-display): Renamed from last-sexp-print.
281         (last-sexp-toggle-display, eval-last-sexp-1): Use
282         last-sexp-setup-props.
284         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
285         New user-options.
286         (mouse-wheel-change-button): New function.
287         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
288         (mwheel-scroll): Ditto.
290 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
292         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
293         `...', compare with unabbreviated printed representation instead.
294         (last-sexp-print): Bind print-length and print-level to nil.
296         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
297         before assigning text properties.  Make properties rear-nonsticky.
299         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
300         (eval-last-sexp-1): Give printed text a `keymap' property and bind
301         <mouse-2> and <RET> in that map to a function printing the
302         unabbreviated value.
304         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
305         is a buffer, put a text property `printed-value' on the printed
306         representation, with the Lisp object printed as value.
308 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
310         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
311         Mention the effect of eval-expression-print-length and
312         eval-expression-print-level in the doc strings.  Suggested by
313         Kevin Gallagher <kevingal@onramp.net>.
315 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
317         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
318         for buttons > 3.
319         (xterm-mouse-translate): Handle the case that we don't get a
320         down-event.
322         * emacs-lisp/find-func.el (find-function-regexp): Add
323         easy-mmode-define-global-mode to the regexp.  Allow newlines
324         in front of the function name.
326         * isearch.el (isearch-other-meta-char): Fix last change.
328         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
329         similar events for which fake prefix keys are generated.  It's no
330         longer necessary since read_key_sequence doesn't modify these
331         events for internal purposes anymore.
333         * files.el (auto-mode-alist): Use nroff-mode for files ending
334         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
336 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
338         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
339         tool-bar-lines parameter, behave as if its value were zero.
340         (mouse-avoidance-set-pointer-shape): Don't do anything if
341         x-pointer-shape is not boundp.
343 2001-07-23  Francesco Potorti`  <pot@gnu.org>
345         * uniquify.el: Overall speedup changes when using many buffers.
346         (uniquify-fix-item-base, uniquify-fix-item-filename,
347         uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
348         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
349         place in the item, but was never used.
350         (uniquify-fix-item-min-proposed): New defalias: the fourth place
351         in the item is now used as cache for the proposed name.
352         (uniquify-rationalize-file-buffer-names): Move computation made on
353         newbuffile out of the loop, in the newbuffile-nd local var.  Use
354         dolist (cosmetic change).  Compute the proposed name for the most
355         common case and cache it in the fourth place in the item.
356         (uniquify-rationalize-file-buffer-names): Used to return a a list
357         of buffer whose name was changed, but that return value was never
358         used.
359         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
360         the cached proposed name, does much less consing and is quicker.
361         (uniquify-filename-lessp): Deleted.
362         (uniquify-rationalize-a-list): Use dolist (cosmetic change).  Do
363         not bind locally the uniquify-possibly-resolvable flag.  Use the
364         cached proposed name is possible.
365         (uniquify-get-proposed-name): Arguments changed, callers changed.
366         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
367         uniquify-possibly-resolvable flag, which is no more bound locally.
368         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
369         flag, which does not exist any more.
371 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
373         * term/internal.el (IT-unicode-translations): Fix the appearance of
374         "6`".
376         * progmodes/compile.el (compile-internal): If EMACS is already
377         defined in the environment, don't override its value.
379 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
381         * play/fortune.el: Undo change of 2001-07-13.
382         Fix autoload cookies.  Add types to defcustoms.
383         (fortune) <defgroup>: Add :link.
384         (fortune-from-region): Use eq, not eql.
385         From Dave Love <fx@gnu.org>.
387         * play/animate.el (animate-birthday-present): Function removed.
389         * play/animate.el: New file.
391 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
393         * startup.el (normal-top-level-add-subdirs-to-load-path): On
394         Windows, put into normal-top-level-add-subdirs-inode-list the
395         canonicalized names of the directories instead of inode numbers.
397 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
399         * ediff-util.el: Copyright years.
400         (ediff-choose-syntax-table): New function.
401         (ediff-setup): Use ediff-choose-syntax-table.
402         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
403         vc-state is available.
404         (ediff-make-temp-file): Use ediff-coding-system-for-write.
406         * ediff-init.el (ediff-with-syntax-table): New macro, uses
407         with-syntax-table.
408         (ediff-coding-system-for-read): From ediff-diff.el
409         (ediff-coding-system-for-write): New variable.
410         (ediff-highest-priority): Fixed the bug having to do with disappearing
411         overlays.
412         (ediff-file-remote-p): Use file-remote-p, if available.
413         (ediff-listable-file): New function.
414         (ediff-file-attributes): Use ediff-listable-file.
416         * ediff-mult.el (ediff-meta-insert-file-info1): Use
417         ediff-listable-file.
419         * ediff-ptch.el (ediff-prompt-for-patch-file): Use
420         ediff-coding-system-for-read.
421         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
423         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
424         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
426         * ediff.el: Date of last update, copyright years.
428         * ediff-wind (ediff-setup-control-frame): Nill->nil.
430         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
431         of Scott Bronson.
432         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
433         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
434         Deleted functions.
435         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
436         ex-token-list.
437         (viper-get-ex-address-subr): Convert registers to char data type.
439         * viper-util.el (viper-int-to-char,viper-char-equal): New
440         functions.
441         (viper-memq-char): Use viper-int-to-char.
442         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
443         vc-locking-state.
444         (viper-read-key): Use viper-read-key-sequence.
446         * viper.el (viper-major-mode-modifier-list): Added
447         inferior-emacs-lisp-mode.
448         (this-major-mode-requires-vi-state): New function that uses simple
449         heuristics to decide if vi state is appropriate.
450         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
451         (viper-non-hook-settings): Don't advise read-key-sequence.
452         (viper-read-key-sequence): New function that replaces the
453         previously used advice to read-key-sequence.
455         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
456         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
457         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
458         (viper-open-line-at-point,viper-substitute,viper-overwrite)
459         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
460         Got rid of the negative character hack.
461         (viper-escape-to-state,viper-replace-state-exit-cmd):
462         Use viper-read-key-sequence.
463         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
464         (viper-minibuffer-standard-hook,viper-read-string-with-history):
465         Don't override existing minibuffer-setup-hook.
466         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
467         Convert registers to char data type.
468         (viper-autoindent): Use viper-indent-line.
470         * viper-keym.el: Use viper-exec-key-in-emacs.
472 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
474         * server.el (server-visit-files): Fix variable name typo.
476 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
478         * simple.el (delete-trailing-whitespace): Save match data
479         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
481 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
483         * progmodes/compile.el (compilation-parse-errors): `linenum' might
484         return a this-error using the alternative format (a pair of markers).
486 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
488         * font-lock.el (c++-keywords): Add Standard C++ operator names.
490         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
491         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
493 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
495         * international/iso-transl.el: Fix typo in the header of the file.
497         * textmodes/picture.el (picture): Doc fix.
499         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
500         follow coding conventions in generated files.
502 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
504         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
505         (tool-bar-add-item): Don't call image-related primitives if the
506         display doesn't support images.
508         * frame.el (display-images-p): New function.
510 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
512         * server.el (server-visit-files): Handle the case the specified
513         column number is <= 0.
515 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
517         * startup.el (command-line-1): Add support for +LINE:COLUMN
518         command line argument.
520 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
522         * server.el (server-process-filter, server-visit-files):
523         Add support for +LINE:COLUMN style emacsclient calls.
525 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
527         * emacs-lisp/easy-mmode.el: Add Keywords header.
529         * play/pong.el: Author has new address.
531         * play/landmark.el: Author is no more reachable.
533         * play/handwrite.el: Author is no more reachable.
535 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
537         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
538         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
539         Complete bindings for F<1..12> keys.
540         (global-map): Remove `undo' binding (already in the default).
541         Replace `t<n>' bindings with `f<n>' bindings.
543 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
545         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
546         (tcl-mode): Use tcl-add-log-defun.
547         (tcl-indent-line): Use tcl-calculate-indent.
548         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
549         (tcl-indent-exp): Renamed from indent-tcl-exp.
550         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
551         (tcl-indent-for-comment): Call comment-indent-function properly
552         and handle the case where it returns nil.
554 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
556         * calendar/cal-islam.el (calendar-goto-islamic-date):
557         Remove autoload cookie.
559         * calendar/calendar.el (calendar-goto-islamic-date):
560         Add call to autoload.
562 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
564         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
565         Don't change compile-auto-highlight globally.
566         Don't bother with `font-lock-defaults' property since XEmacs
567         also understands the `font-lock-defaults' variable.
568         Use make-local-variable rather than make-variable-buffer-local.
569         Don't `defconst' comment-indent-function: keep the default.
570         Call easy-menu-add unconditionally.
571         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
572         (ada-create-menu): Use :included for Emacs as well.
574         * vc.el (vc-do-command): Autoload.
576         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
578 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
580         * ps-print.el: Fix Author: header.
582 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
584         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
585         mouse-1 etc., bind them to `ignore'.
587         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
588         send-invisible, which is already defined in Comint.
589         (eshell-watch-for-password-prompt): Use it.
591 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
593         * which-func.el (which-func-mode): Doc fix.
595         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
596         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
597         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
598         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
599         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
600         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
601         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
602         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
603         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
604         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
605         * emulation/edt-mapper.el, emulation/edt-pc.el,
606         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
607         * emulation/tpu-edt.el, emulation/tpu-extras.el,
608         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
609         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
610         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
611         * international/isearch-x.el, international/iso-cvt.el,
612         * international/ogonek.el, international/quail.el,
613         * international/utf-8.el, jit-lock.el, language/devan-util.el,
614         * language/devanagari.el, language/ethio-util.el,
615         * language/ethiopic.el, language/european.el, language/indian.el,
616         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
617         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
618         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
619         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
620         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
621         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
622         * progmodes/autoconf.el, progmodes/cmacexp.el,
623         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
624         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
625         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
626         * progmodes/ebnf2ps.el, progmodes/executable.el,
627         * progmodes/fortran.el, progmodes/idlw-shell.el,
628         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
629         * progmodes/m4-mode.el, progmodes/mantemp.el,
630         * progmodes/meta-mode.el, progmodes/octave-inf.el,
631         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
632         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
633         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
634         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
635         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
636         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
637         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
638         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
639         * textmodes/two-column.el, time-stamp.el, timezone.el,
640         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
641         * which-func.el, whitespace.el, wid-browse.el, widget.el,
642         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
643         conventions.
645 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
647         * simple.el (set-variable): Require 'cus-edit' instead of
648         `wid-edit', so that the Custom widgets get defined.
650 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
652         * allout.el: A fix to follow coding conventions.
654         * find-lisp.el: A fix to follow coding conventions.
656         * term/w32-win.el: A fix to follow coding conventions.
658         * textmodes/sgml-mode.el: A fix to follow coding conventions.
660         * term/xterm.el: A fix to follow coding conventions.
662         * term/news.el: A fix to follow coding conventions.
664         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
665         header line fixed.
667         * sun-curs.el: Fix Maintainer: header line.
669         * emacs-lisp/easymenu.el: Address of the author added.
671 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
673         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
674         property.
676 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
678         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
679         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
680         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
681         Some fixes to follow coding conventions.
683 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
685         * which-func.el (which-func-mode): Doc fix.
687 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
689         * net/rcompile.el (remote-compile): Use make-local-variable.
691         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
693         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
695         * mail/reporter.el (reporter-submit-bug-report):
696         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
698 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
700         * calendar/cal-china.el, calendar/cal-coptic.el,
701         * calendar/cal-dst.el, calendar/cal-french.el,
702         * calendar/cal-hebrew.el, calendar/cal-islam.el,
703         * calendar/cal-iso.el, calendar/cal-julian.el,
704         * calendar/cal-mayan.el, calendar/cal-persia.el,
705         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
706         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
707         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
708         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
709         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
710         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
711         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
712         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
713         * progmodes/ada-xref.el, progmodes/cc-align.el,
714         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
715         * progmodes/cc-defs.el, progmodes/cc-engine.el,
716         * progmodes/cc-langs.el, progmodes/cc-menus.el,
717         * progmodes/cc-styles.el, progmodes/cc-vars.el,
718         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
719         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
720         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
721         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
722         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
723         * textmodes/reftex.el: Some fixes to follow coding
724         conventions in Eshell files with known maintainers.
726         * emulation/viper.el: A fix to follow coding conventions.
728         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
729         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
730         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
731         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
732         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
733         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
734         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
735         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
736         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
737         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
738         conventions in Eshell files.
740         * composite.el, diff.el, emacs-lisp/levents.el,
741         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
742         * emulation/pc-mode.el, emulation/viper-cmd.el,
743         * emulation/viper-ex.el, emulation/viper-init.el,
744         * emulation/viper-keym.el, emulation/viper-macs.el,
745         * emulation/viper-mous.el, emulation/viper-util.el,
746         * emulation/viper.el, forms-pass.el, international/ccl.el,
747         * international/characters.el, international/encoded-kb.el,
748         * international/fontset.el, international/ja-dic-cnv.el,
749         * international/ja-dic-utl.el, international/kinsoku.el,
750         * international/kkc.el, international/mule-cmds.el,
751         * international/mule-diag.el, international/mule-util.el,
752         * international/mule.el, international/titdic-cnv.el,
753         * language/china-util.el, language/chinese.el,
754         * language/cyril-util.el, language/cyrillic.el, language/english.el,
755         * language/greek.el, language/hebrew.el, language/japan-util.el,
756         * language/japanese.el, language/korea-util.el, language/korean.el,
757         * language/lao-util.el, language/lao.el, language/misc-lang.el,
758         * language/slovak.el, language/thai-util.el, language/thai.el,
759         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
760         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
761         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
762         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
763         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
764         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
765         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
766         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
767         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
768         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
769         to follow coding conventions in files without maintainer or in files
770         with clear maintainer (but without Maintainer header stating so).
772         * emacs-lisp/elp.el: A fix to follow coding conventions.
774         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
775         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
776         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
777         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
778         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
779         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
780         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
781         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
782         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
783         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
784         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
785         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
786         conventions in files from Gnus.
788         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
789         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
790         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
791         * echistory.el, electric.el, emacs-lisp/authors.el,
792         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
793         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
794         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
795         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
796         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
797         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
798         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
799         * international/codepage.el, international/iso-ascii.el,
800         * international/iso-insert.el, international/iso-transl.el,
801         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
802         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
803         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
804         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
805         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
806         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
807         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
808         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
809         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
810         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
811         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
812         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
813         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
814         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
815         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
816         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
817         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
818         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
819         * textmodes/tex-mode.el, textmodes/text-mode.el,
820         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
821         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
822         * vt100-led.el, window.el: Some fixes to follow coding conventions in
823         files maintained by FSF.
825 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
827         * arc-mode.el: A fix to follow coding conventions.
829         * bindings.el: Ditto.
831         * cdl.el: Ditto.
833         * comint.el: Ditto.
835         * cus-start.el: Ditto.
837         * shell.el: Ditto.
839         * skeleton.el: Ditto.
841 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
843         * info.el (Info-build-node-completions):
844         Make Info-current-file-completions buffer local.
846 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
848         * which-func.el (which-func-mode, which-func-ff-hook)
849         (which-function-mode): Remove references to which-func-mode-global.
851         * calendar/cal-islam.el (calendar-goto-islamic-date):
852         Add  autoload cookie.
854         * play/fortune.el: Add types to defcustoms.
856 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
858         * language/czech.el: A fix to follow coding conventions.
860 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
862         * speedbar.el (speedbar-supported-extension-expressions): Add .g
863         to the extension list, for antlr-mode.  From Christoph Wedler
864         <Christoph.Wedler@sap.com>.
866 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
868         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
869         (vc-dired-mode-map): Fix the madness.
871         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
872         (vc-prefix-map): Moved back from vc.el.
874 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
876         * mail/mail-extr.el (mail-extr-all-top-level-domains):
877         Increase the size of the obarray.
878         (mail-extr-all-top-level-domains): Add more toplevel domains,
879         add more long names.
880         From: Per Starback <starback@ling.uu.se>.
882 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
884         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
885         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
887         * progmodes/ada-mode.el: Ditto.
889         * progmodes/ada-xref.el: Ditto.
891 2001-07-11  Miles Bader  <miles@gnu.org>
893         * finder.el (finder-insert-at-column): Also move to the next line
894         if exactly at COLUMN.
896 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
898         * help.el (describe-function-1): When printing FUNCTION's
899         documentation, don't assume FUNCTION is a symbol.
901         * startup.el (normal-top-level): Don't operate on the initial
902         frame if we failed to create one.
904 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
906         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
907         itself, i.e. only indent the contents in it.
909 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
911         * mail/rmail.el (rmail-show-message): Show beginning of message in
912         all windows containing it.
914 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
916         * term/tty-colors.el: Fix the header line and copyright years.
918 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
920         * emacs-lisp/advice.el (ad-make-advised-definition): If the
921         original definition has an interactive form, but is Elp
922         instrumented, use the interactive form of the function called by
923         elp-wrapper.
925         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
926         configurations with compare-window-configuration; they aren't
927         window configurations.
929         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
930         from the server for the format we expect.  Don't use it if it
931         doesn't look like what the Internet draft for FTP extensions specifies.
933         * toolbar/*.pbm: Cleaned up.
934         From Luis Fernandes <elf@ee.ryerson.ca>.
936 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
938         * cc-cmds.el: Extended the kludge to interoperate with the
939         delsel and pending-del packages wrt to the new function
940         `c-electric-delete-forward'.
942 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
944         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
945         to delay the call to <mode> for global minor modes.
946         (easy-mmode-define-navigation): Only recenter if interactive.
948 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
950         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
951         to lisp-indent-line.
953         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
954         from the server.  Call encode-time only when we are sure that we
955         got a 213 response.
957 2001-07-06  Simon Josefsson  <jas@extundo.com>
959         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
960         (mail-envelope-from): New user option.
961         (sendmail-send-it): Use it.
963 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
965         * ps-print.el: Use locale dependant date to print date in header.
966         Doc fix.
967         (ps-print-version): New version number (6.5.3).
968         (ps-right-header, ps-right-footer): Initialization and doc fix.
969         (ps-time-stamp-locale-default): New fun.
971 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
973         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
974         field problem with MIME-mode.
976         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
978 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
980         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
981         MIME-mode.
983 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
985         * bindings.el (mode-line-mule-info): Don't show the tip with
986         buffer-file-coding-system if that is nil.
988 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
990         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
991         instead of kill-line.
993         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
994         <Pavel@Janik.cz>.
996         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
997         <Pavel@Janik.cz>.
999 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
1001         * font-lock.el (c-font-lock-keywords-3): When matching something
1002         like `struct X Y', finish with point after Y.
1004 2001-07-04  Simon Josefsson  <jas@extundo.com>
1006         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1007         in caller buffer.
1009 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
1011         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1012         instead of string-match to find the basename of the file.
1013         From Pascal Obry <p.obry@wanadoo.fr>.
1015         * net/browse-url.el (browse-url-default-windows-browser):
1016         Support the MS-DOS port when it runs on Windows.
1017         (browse-url-browser-function) [ms-dos]: Default to
1018         browse-url-default-windows-browser.
1020         * help.el (locate-library): Enable code that looks for compressed
1021         libraries if auto-compression-mode is on.
1023 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
1025         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1027 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
1029         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1031 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
1033         * allout.el: Fix the header line, so that finder.el recognizes it.
1034         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1036         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1037         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1039 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1041         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1043         * ps-bdf.el (bdf-directory-list): Use the value relative to
1044         installation-directory for MS-Windows as well.
1046 2001-06-29  Richard M. Stallman  <rms@gnu.org>
1048         * wid-edit.el (widget-color-sample-face-get):
1049         Return ((foreground-color . COLOR)) instead of constructing a face.
1051 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1053         * faces.el (region): Change the background color for the
1054         light-background color display to lightgoldenrod2, to make it
1055         visible on some laptops.
1057 2001-06-28  Richard M. Stallman  <rms@gnu.org>
1059         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1060         (rmail-msg-restore-non-pruned-header): Likewise.
1061         If point was in the old pruned header, put it at the top.
1062         (rmail-msg-prune-header): If point was at the top, keep it there.
1064         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1065         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1067 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
1069         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1071 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
1073         * saveplace.el: Update maintainer email address.
1075 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1077         * uniquify.el: (uniquify-rationalize-file-buffer-names):
1078           Undo previous change.
1080 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1082         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1083         preliminary quick reordering.  Can speed things up dramatically.
1085 2001-06-26  Richard M. Stallman  <rms@gnu.org>
1087         * dired.el (dired-get-filename): A file name starting with ~
1088         is not absolute in this context.
1090         * which-func.el (which-func-maxout): Increase default to 500000.
1091         (which-function-mode): This is now the "real" name of the function.
1092         (which-func-mode): Now an alias.
1093         (which-func-mode-global): Name deleted.
1095         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1096         button-2, when binding hs-mouse-toggle-hiding.
1098 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1100         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1101         (rmail-msg-prune-header): Likewise.
1102         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1103         and `rmail-msg-prune-header'.
1105 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
1107         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1108         back than LINEBEG.
1110 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
1112         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1113         window where they clicked the mouse has a header line, adjust
1114         vertical movement by one.
1116 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
1118         * progmodes/glasses.el (glasses-make-readable): Consider underscores
1119         too when separating a parenthesis.
1121 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
1123         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1124         (bookmark-bmenu-hide-filenames): Add help-echo to
1125         mouse-highlighted text.
1126         (bookmark-bmenu-show-filenames): Remove help-echo property from
1127         the whitespace.
1129 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
1131         * files.el (auto-mode-alist): Add configure.ac (autoconf).
1132         From Karl Eichwalder <ke@suse.de>.
1134 2001-06-23  Richard M. Stallman  <rms@gnu.org>
1136         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1138         * progmodes/cc-styles.el (c-set-style): Don't specify initial
1139         contents for completing-read.
1141 2001-06-22  Richard M. Stallman  <rms@gnu.org>
1143         * menu-bar.el (menu-bar-make-toggle): Construct the
1144         function's doc string from HELP, not DOC, and make it accurate by
1145         adding "Toggle whether to " at the front and downcasing the initial.
1146         Change the HELP arg in some calls to make it fit this usage.
1148         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1149         Undo previous change.
1151 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
1153         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1155         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1157 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
1159         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1161         * dabbrev.el (dabbrev--select-buffers): Fix last change.
1163 2001-06-20  Richard M. Stallman  <rms@gnu.org>
1165         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1166         broken out from dabbrev--find-expansion.  Handle minibuffer
1167         specially here.
1168         (dabbrev--find-expansion): Simplify code in various ways.
1169         Don't treat minibuffers specially.
1170         Call dabbrev--make-friend-buffer-list.
1171         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
1172         (dabbrev--scanning-message): Do nothing when minibuffer is current.
1174 2001-06-19  John Wiegley  <johnw@gnu.org>
1176         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1177         Also, added a comment describing how to greatly speedup Eshell
1178         loadup time, by concatenating together all of Eshell's .elc files.
1180 2001-06-19  John Wiegley  <johnw@gnu.org>
1182         * eshell/esh-mode.el: Disabled a test that often yields false failures.
1184 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
1186         * woman.el (WoMan-highlight-references): Add help-echo to
1187         mouse-highlighted text.
1189 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
1191         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1193 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
1195         * international/quail.el (quail-start-conversion):
1196         Reset quail-translating to nil.
1198         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1199         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1201 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
1203         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1204         mouse-highlighted text.
1206         * dired.el (dired-mark-pop-up): Fix last change.
1208 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
1210         * calendar/calendar.el (generate-calendar-month): Add help-echo to
1211         mouse-highlighted text.
1213         * net/quickurl.el (quickurl-url-file): Run through
1214         convert-standard-filename.
1215         (quickurl-list-populate-buffer): Add help-echo to
1216         mouse-highlighted text.
1217         (top-level): Update Dave's URL.
1219         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1220         mouse-highlighted text.
1222         * textmodes/page-ext.el (pages-copy-header-and-position):
1223         Add help-echo to mouse-highlighted text.
1225         * tar-mode.el (tar-header-block-summarize): Add help-echo to
1226         mouse-highlighted text.
1228         * replace.el (occur): Add help-echo to mouse-highlighted text.
1230         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1231         mouse-highlighted text.
1233         * progmodes/cpp.el (cpp-make-button): Add help-echo to
1234         mouse-highlighted text.
1236         * progmodes/compile.el (compile-reinitialize-errors):
1237         Add help-echo to mouse-highlighted messages.
1238         (compilation-forget-errors): Remove help-echo property as well.
1240         * play/landmark.el (lm-plot-square, lm-init-display):
1241         Add help-echo to mouse-highlighted text.
1243         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1244         Add help-echo to mouse-highlighted text.
1246         * dired.el (dired-insert-set-properties): Add help-echo to
1247         mouse-highlighted text.
1248         (dired-mark-pop-up): Remove help-echo property from the file name.
1250         * comint.el (comint-send-input): Add help-echo to
1251         mouse-highlighted text.
1253         * buff-menu.el (list-buffers-noselect): Add help-echo to
1254         mouse-highlighted text.
1256         * arc-mode.el (archive-summarize-files): Add help-echo to
1257         mouse-highlighted text.
1259         * ffap.el (ffap-machine-p): Always return nil if
1260         open-network-stream is not fboundp.
1262 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
1264         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
1265         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1266         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1267         incorrectly binding chars between 128 and 256 to it.
1268         (sgml-maybe-name-self): Handle latin-1 chars properly.
1269         (sgml-tags-invisible): Bind buffer-file-name to nil.
1270         Use unwind-protect and restore-buffer-modified-p.
1271         (sgml-point-entered): Use buffer-substring-no-properties.
1272         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1273         (html-mode): Don't force `imenu-sort-function'.
1275 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
1277         * tar-mode.el: Fix the copyright notice.
1279         * font-lock.el (font-lock-comment-face): For tty's with dark
1280         background, use "red1", since "lightred" is not one of the colors
1281         recognized by tty-colors.el.
1283         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1284         create a buffer for extracted file, in case there's more than one
1285         file by that name in an archive, possibly in different
1286         directories.  From Kevin Rodgers <kevinr@ihs.com>.
1288         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
1289         <alex@gnu.org>.
1291 2001-06-15  Miles Bader  <miles@gnu.org>
1293         * textmodes/texinfmt.el (texinfo-format-syntax-table):
1294         Revert previous change.
1296 2001-06-14  Richard M. Stallman  <rms@gnu.org>
1298         * replace.el (keep-lines-read-args): Return just a regexp.
1299         Provide nil for the region args.
1300         (keep-lines, flush-lines, how-many):
1301         Calculate the defaults for the region here, when args are nil.
1303 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1305         * rot13.el (rot13-other-window): Some more doc fix.
1307 2001-06-14  Per Starback  <starback@ling.uu.se>
1309         * replace.el (case-replace, query-replace-from-history-variable)
1310         (query-replace-to-history-variable, keep-lines-read-args)
1311         (occur-revert-function, query-replace-help): Dox fix.
1313 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1315         * rot13.el (rot13-other-window): Doc fix.
1317 2001-06-14  Miles Bader  <miles@gnu.org>
1319         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1320         of " and \ to "." (punctuation).
1321         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1323 2001-06-13  Richard M. Stallman  <rms@gnu.org>
1325         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1327         * simple.el (shell-command-on-region): Never kill the
1328         *Shell Command Output* buffer.
1330 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
1332         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1334 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
1336         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1337         New var, to recognize ${ $' and PODs.
1338         (perl-font-lock-syntactic-face-function): New function.
1339         (perl-mode): Use them.
1340         (perl-continuation-line-p): New function, from perl-calculate-indent.
1341         (perl-calculate-indent): Use it, to properly handle continuation
1342         lines of continuation lines.
1344 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
1346         * server.el (server-process, server-buffer-clients): Doc fix.
1347         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1349 2001-06-09  John Wiegley  <johnw@gnu.org>
1351         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1352         test if the last command was Lisp or not.
1353         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1354         B x C".
1356 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
1358         * dos-w32.el (grep-regexp-alist): Remove definition, since the
1359         general one on compile.el supports drive letters.
1361 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1363         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1364         key description.
1366         * textmodes/reftex-sel.el (reftex-select-jump): New command.
1368         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1369         (reftex-toc-jump): New command.
1371         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1372         to parse international characters as well.
1374         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1375         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1377         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1379         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1380         TAB to the key separators.
1382 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
1384         * international/mule.el (auto-coding-alist): Remove redundant
1385         up-cased versions of the extensions (auto-coding-alist-lookup is
1386         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
1387         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
1389 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
1391         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1393 2001-06-01  Richard M. Stallman  <rms@gnu.org>
1395         * help.el (describe-variable): Put value on same line
1396         with preceding text, if it is short enough to look good that way.
1398 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
1400         * term/internal.el (IT-unicode-translations): New variable.
1401         (IT-setup-unicode-display): New function.
1403 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1405         * ps-print.el: Handle before-string and after-string overlay properties
1406         in ps-print-*-with-faces commands.  Doc fix.
1407         (ps-print-version): New version number (6.5.2).
1408         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1409         for XEmacs.
1410         (ps-prefix-quote): Doc fix.
1411         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1412         (ps-basic-plot-str, ps-plot-string): New funs.
1414 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
1416         * progmodes/etags.el (tags-compression-info-list): Fix docstring
1417         and :type spec.
1419 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
1421         * international/mule-cmds.el (inactivate-input-method):
1422         Set input-method-function to nil.
1424         * xml.el (xml-parse-tag): The document may contain invalid characters.
1425         From ShengHuo ZHU  <zsh@cs.rochester.edu>
1427 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1429         * mail/rmailsum.el (rmail-message-subject-p): Don't call
1430         `rmail-summary-line-decoder' if the message does not have
1431         a Subject: field.
1433         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1435         * mail/rmail.el (rmail-insert-mime-resent-message-function):
1436         New variable.
1437         (rmail-resend): Modify to work in `rmail-view-buffer'; call
1438         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1439         is non-nil.
1441 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
1443         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1445 2001-05-29  Sam Steingold  <sds@gnu.org>
1447         * faces.el (face-valid-attribute-values): Bind `valid' directly
1448         instead of using `setq'.
1450         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1451         Use `tex-shell-buf'.
1452         (tex-shell-proc): Use `tex-shell-running'.
1453         (tex-shell-buf-no-error): New function.
1454         (tex-send-tex-command): Use it.
1455         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1456         (tex-kill-job): Check the process before calling `quit-process'.
1458 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
1460         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1461         UTF-8 sequences.
1463 2001-05-28  Miles Bader  <miles@gnu.org>
1465         * comint.el (comint-carriage-motion): Renamed from
1466         `comint-cr-magic'.  Operate on the buffer instead of the string
1467         (for use as a comint post-output filter, instead of as a
1468         pre-output filter).  Handle backspaces too.  Add to the
1469         `comint-output-filter-functions' hook instead of
1470         `comint-preoutput-filter-functions'.
1472 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
1474         * language/japan-util.el (japanese-hankaku): Prefer the charset
1475         `jisx0201' when the optional argument `ascii-only' is not specified.
1476         (japanese-hankaku-region): Ditto.
1477         From Katsumi Yamaoka <yamaoka@jpl.org>
1479 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
1481         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1482         (outline-invisible-p): New function.
1483         (hide-leaves): Save excursion.
1484         (hide-other): Stop looping when reaching bobp.
1486 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1488         * cus-edit.el (custom-file): Fix last change.
1490 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
1492         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1493         same definition in byte-compile-function-environment as `autoload'
1494         would put in `symbol-function'.
1496         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1497         patch to correct the error message as well.
1499 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
1501         * cus-edit.el (custom-file): Don't assume we were invoked with -q
1502         unless ~/.emacs exists.
1504         * novice.el (enable-command): If user-init-file is nil or does not
1505         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1507 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1509         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1510         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1511         Allow spaces around macro arguments.
1512         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1513         indent-for-tab-command.
1514         (latex-mode-map, plain-tex-mode-map): New keymaps.
1515         Inherit from tex-mode-map.
1516         (tex-common-initialization): Don't setup the keymap any more
1517         since it's now done right by define-derived-mode.
1518         (latex-mode): Set skeleton-end-hook to nil.
1519         (latex-skeleton-end-hook): Remove.
1520         (tex-latex-block, latex-insert-item): Simplify.
1521         (latex-syntax-after): Use following-char rather than char-after.
1522         (tex-discount-args-cmds, tex-count-words): New functions.
1524         * textmodes/tildify.el (tildify-ignored-environments-alist):
1525         Recognize \verb* as well.
1527         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1528         (perl-comment-indent): Simplify to let newcomment.el do its job.
1529         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1530         (perl-mark-function): Cleanup the namespace.
1531         (perl-calculate-indent): Don't be fooled by nested functions.
1533         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1535         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1536         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
1538 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
1540         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1541         actually be `\\'.
1542         (ctlau-b5-converter): Likewise.
1544 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1546         * international/titdic-cnv.el (quail-misc-package-ext-info):
1547         Change CTLauB.el to CTLau-b5.el.
1549 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1551         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1552         rather than beginning-of-line to avoid problems with fields.
1553         (gud-perldb-massage-args): Use unless and push.
1554         (gud-chdir-before-run): New var.
1555         (gud-common-init): Use it.
1557 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1559         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1560         delete entries for chinese-ctlau and chinese-ctlaub.
1561         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1562         chinese-ctlaub.
1563         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1564         New functions.
1566 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
1568         * cus-edit.el (custom-comment-show): Remove debug code.
1570         * language/japan-util.el (japanese-symbol-table): Fix handling of
1571         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
1573 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
1575         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1576         Renamed by removing the silly `-flag' suffix.
1577         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1579 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1581         * replace.el (keep-lines-read-args): Use `copy-marker'.
1582         (how-many): Save excursion properly.
1583         (occur-mode): Use define-derived-mode.
1584         (perform-replace): Use with-current-buffer.
1586 2001-05-20  Richard M. Stallman  <rms@gnu.org>
1588         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1590         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1592         * info.el (Info-read-subfile): Widen before finding the
1593         desired node in the subfile.
1595         * startup.el (command-line-1): When >2 files visited,
1596         leave the last one visible, and make that the selected window.
1598 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
1600         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1602 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
1604         * international/ccl.el (define-ccl-program): Fix a typo.
1605         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1607         * international/mule.el (decode-char): Fix a typo.  From Pavel
1608         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1610         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
1611         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1613         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
1614         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1616 2001-05-18  Sam Steingold  <sds@gnu.org>
1618         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1619         and [RET] to `cvs-mode-find-file'.
1621 2001-05-18  John Wiegley  <johnw@gnu.org>
1623         * eshell/esh-ext.el (eshell-explicit-command-char): A new
1624         configuration variable, which determines the initial character
1625         that forces use of an external version of a command.  The default
1626         is *, but may be set to \, for example.
1628         * eshell/esh-ext.el (eshell-explicit-command):
1629         Use `eshell-explicit-command-char' instead of ?*.
1631         * eshell/esh-cmd.el (eshell/which):
1632         Use `eshell-explicit-command-char' instead of ?*.
1634         * eshell/em-cmpl.el (eshell-completion-command-name)
1635         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1636         instead of ?*.
1638 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
1640         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1641         subst-char-in-string.
1642         (ange-ftp-after-parse-ls-hook): New variable.
1643         (ange-ftp-ls): Run that hook.
1644         From Peter Milliken <Peter.Milliken@GTECH.COM>.
1646         * tmm.el (tmm-get-keymap): Fix handling of :filter.
1647         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1648         text into *Completions*.
1650         * net/goto-addr.el (goto-address-at-point): Deal with URLs
1651         part of which look like email addresses.
1653 2001-05-18  Andrew Innes  <andrewi@gnu.org>
1655         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1656         Use . instead of absolute path for lisp dir, to avoid bug in W2K
1657         cmd.exe's handling of FOR loops.
1658         (autoloads): Set find-file-suppress-same-file-warnings to t to
1659         avoid slew of spurious messages.
1661 2001-05-18  Simon Josefsson  <simon@josefsson.org>
1663         * mail/smtpmail.el (maybe-append-domain): Renamed to
1664         `smtpmail-maybe-append-domain'.
1665         (smtpmail-via-smtp): Use the new name.
1667         * net/browse-url.el (browse-url-browser-function): Add kde.
1668         (browse-url-kde-program, browse-url-kde-args): New variables.
1669         (browse-url-kde): New function.
1671 2001-05-18  Miles Bader  <miles@gnu.org>
1673         * simple.el (delete-horizontal-space, just-one-space):
1674         Use `constrain-to-field' instead of `field-end'/`field-beginning',
1675         because it's more efficient for large files.
1677 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1679         * mail/rmail.el (rmail-require-mime-maybe): New function.
1680         (rmail): Use it.
1681         (rmail-mode): Handle the case of finding Rmail files.
1683         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1684         functions.
1686 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1688         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1689         text-property after moving to the beginning of line and regardless
1690         of the value of font-lock-multiline.
1692 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1694         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1696         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1697         last coding system used before calling set-buffer-modified-p
1698         because that function changes last-coding-system.
1700 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1702         * files.el (switch-to-buffer-other-window)
1703         (switch-to-buffer-other-frame): Add an xref to display-buffer in
1704         the doc string.
1706 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1708         * language/slovak.el, language/czech.el: New maintainer.
1710 2001-05-16  Sam Steingold  <sds@gnu.org>
1712         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1713         sub-form of `defgeneric' correctly.
1715 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
1717         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1718         of `c'.
1720         * textmodes/outline.el (outline-font-lock-level): Remove the
1721         condition-case, test what outline-level returns instead, to
1722         ease debugging.
1724         * international/mule.el (auto-coding-regexp-alist): New user-option.
1725         (auto-coding-from-file-contents): New function.
1726         (set-auto-coding): Use it to determine a coding system.
1728 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
1730         * mouse.el (mouse-delete-other-windows): Doc fix.
1732         * emacs-lisp/lisp-mode.el (lisp-mode):
1733         Make font-lock-keywords-case-fold-search a buffer-local variable with
1734         make-local-variable before setting it.
1736 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
1738         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1739         prefixes.
1741 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
1743         * hexl.el (hexl-current-address): Print a message when called
1744         interactively.
1746 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
1748         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1750         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1752         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1754 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
1756         * startup.el (command-line): If parameters have been changed in
1757         the init files which influence font selection, clear the face
1758         cache so that faces get realized with the new parameters.
1760         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1762 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1764         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1766 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
1768         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1769         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
1771 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
1773         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1774         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
1776 2001-05-09  John Wiegley  <johnw@gnu.org>
1778         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1779         Annotated the documentation string to tell users about
1780         `eshell-no-numeric-conversions'.
1782         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1783         conversions if a Lisp function has the property
1784         `eshell-no-numeric-conversions' set to a non-nil value.
1786         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1787         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1788         property `eshell-no-numeric-conversions' on the following
1789         functions (which all deal with filesystem entities, and never Lisp
1790         numerical values): eshell/cd, eshell/pushd, eshell/popd,
1791         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1792         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1793         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1794         eshell/which, eshell/addpath.
1796 2001-05-09  John Wiegley  <johnw@gnu.org>
1798         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1799         encountered as an argument, don't convert it right away, but tag
1800         the first character of the string with the text properties
1801         `number', which signifies to `eshell-lisp-command' that the
1802         argument should be passed through `string-to-number' if it is
1803         actually used in the call to a Lisp function.
1805         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1806         function, convert any string arguments that have been tagged as
1807         "numbers", by calling string-to-number.
1809         * eshell/esh-util.el (eshell-number-regexp): Now that number
1810         conversions only happen for Lisp function calls, the number regexp
1811         should now match all integer and floating point forms.
1813         * eshell/esh-proc.el: Disable `eshell-stop-process' and
1814         `eshell-continue-process', since they are both nonfunctional at
1815         the moment.
1816         (eshell-proc-initialize): Don't bind keys for
1817         `eshell-stop-process' or `eshell-continue-process'.
1819         * eshell/em-unix.el (eshell-shuffle-files):
1820         Apply `directory-file-name' before calling `file-name-directory'.
1822         * eshell/em-hist.el (eshell-add-to-history): Reference to
1823         `eshell-history-ring' needed to be `eshell-history-index'.
1825         * calendar/timeclock.el (timeclock-find-discrep):
1826         Initialize `elapsed' to 0.
1827         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1828         it's still nil.
1830 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
1832         * arc-mode.el (archive-int-to-mode): Construct the string directly.
1833         (archive-mode): Use capitalize.
1834         (archive-unique-fname): Use make-temp-file.
1836 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
1838         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1840 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1842         * tar-mode.el (tar-extract): Pay attention to the value of
1843         coding-system-for-read, if it is non-nil.
1845         * calendar/holidays.el (holidays): Add an autoload cookie.
1846         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1848 2001-05-08  John Wiegley  <johnw@gnu.org>
1850         * calendar/timeclock.el (timeclock-workday-remaining):
1851         Changed logic for determining how much time is remaining.
1852         (timeclock-workday-elapsed): Don't accept a "relative" argument
1853         for the current day's elapsed time.  What could that have meant?
1854         (timeclock-workday-elapsed-string): No "relative" argument anymore.
1855         (timeclock-when-to-leave): Changed logic, similarly to what was
1856         done for `timeclock-workday-remaining'.
1857         (timeclock-find-discrep): Removed "today-only" argument, which had
1858         no meaning.  Fixed some more math problems.  The function now
1859         returns a three member list: (TOTAL-TIME-DISCREPANCY
1860         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1862 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1864         * w32-fns.el (convert-standard-filename): Start replacing slashes
1865         from the beginning of the file name, not from where the last
1866         invalid character was.  From "Andrew Maguire (SWW)"
1867         <Andrew.Maguire@Smallworld.co.uk>
1869 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
1871         The following changes are to provide infrastructure for handling
1872         MIME messages to rmail.  They don't affect the original behaviour
1873         if rmail-enable-mime is nil.
1875         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1876         (rmail-search-mime-message-function)
1877         (rmail-search-mime-header-function): New variables.
1878         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1879         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1880         `rmail-view-buffer' is hidden.
1881         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
1882         call rmai-show-mime-function.
1883         (rmail-display-labels): If rmail-enable-mime is non-nil, update
1884         mode-line-process of rmail-view-buffer.
1885         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1886         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1887         buffer.
1888         (rmail-next-message, rmail-next-undeleted-message): Be sure to
1889         set-buffer to the Rmail buffer.
1890         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1891         rmail-search-mime-header-function.
1892         (rmail-search-message): New function.
1893         (rmail-search): Call rmail-search-message to check if a message
1894         matches REGEXP, lastly update point after calling
1895         rmail-show-message.
1896         (rmail-undelete-previous-message, rmail-expunge-confirmed)
1897         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1898         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1899         header region, refer to rmail-msgref-vector while setting the
1900         current buffer to rmail-buffer temporarily.
1901         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1902         If rmail-enable-mime is non-nil, call
1903         rmail-insert-mime-forwarded-message-function instead of inserting
1904         forwarded message by itself.
1906         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1907         Rmail buffer.
1908         (rmail-set-label, rmail-next-labeled-message): Likewise.
1910         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1911         set-buffer to the Rmail buffer.
1912         (rmail-output-to-rmail-file): Likewise.
1913         (rmail-output): Likewise.
1915         * mail/rmailsum.el (rmail-message-subject-p): Process the result
1916         of mail-fetch-field by rmail-summary-line-decoder.
1917         (rmail-new-summary): Be sure to go to the Rmail buffer.
1918         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
1919         rmail-view-buffer to nil.
1920         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1921         rmail-view-buffer.
1922         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1923         rmail-buffer.
1924         (rmail-summary-scroll-msg-down): Likewise.
1925         (rmail-summary-beginning-of-message): Likewise.
1926         (rmail-summary-wipe): Likewise.
1927         (rmail-summary-toggle-header): Use save-window-excursion, not
1928         save-excursion.  Update point in rmail-view-buffer, not in
1929         rmail-buffer.
1930         (rmail-summary-reply): Before calling rmail-reply, set buffer to
1931         rmail-view-buffer, not rmail-buffer.
1933 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1935         * cus-edit.el (custom-file): Signal an error if user-init-file is
1936         nil (running -q).
1938         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1940         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1941         Add :version.
1943         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1944         New option.
1945         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1946         only if smtpmail-warn-about-unknown-extensions is set.
1948         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1949         instead of rmail-sort-by-keywords.
1951         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
1952         rmail-sort-by-keywords.
1954         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1955         rmail-summary-sort-by-keywords.  Doc fix.
1956         (rmail-summary-mode): Doc fix.
1958         * mail/rmail.el (rmail-edit): New Custom group.
1960         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1961         (rmail-edit-mode-hook): New user-option.
1963 2001-05-05  Richard M. Stallman  <rms@gnu.org>
1965         * help.el (help-xref-symbol-regexp): Recognize "source of"
1966         and friends, meaning make a link to the source file.
1967         (help-make-xrefs): Handle "source of" and friends
1968         by constructing a link that visits the source file.
1970         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1972 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
1974         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1975         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1976         Renamed from perl-font-lock-keywords to avoid clashes.
1977         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1978         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1979         Updated correspondingly.
1981         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1982         Typo `nonexistant' -> `nonexistent'.
1984 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
1986         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1987         Split `c-electric-delete' into two functions where
1988         `c-electric-delete-forward' always deletes forward and
1989         `c-electric-delete' only contains the code necessary for XEmacs to
1990         choose between backward and forward deletion.
1992         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1993         get the electric behavior on that key too.
1994         (c-fill-paragraph): Fixed bogus direct use of
1995         c-comment-prefix-regexp, which caused an error when it's a list.
1997 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1999         * dired-aux.el (dired-diff): Doc fix.
2001         * dired.el (dired-diff): Likewise.
2003 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2005         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2007 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
2009         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2010         if both the buffer and the file are read-only.
2012         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2013         rather than font-lock-string-face.
2014         (sh-get-indent-info): Treat heredocs like strings.
2016 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
2018         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2019         a newline following `}'.
2020         (texinfo-format-email): New function.
2021         (toplevel): Use texinfo-format-email for @email.
2022         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2023         Add `display'.
2024         (texinfo-sort-region): Goto point-min before sorting.
2025         (texinfo-set): Remove leading white space from value.
2026         From yagi@is.titech.ac.jp.
2028         * replace.el (query-replace-regexp-eval): Doc fix.
2030 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
2032         * diff-mode.el (diff-nonexistant-face): New face.
2033         (diff-font-lock-keywords): Use it.
2035 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
2037         * font-lock.el (font-lock-mode): Doc fix.
2039         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2040         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2042 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
2044         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2045         backslash at the start of the here-document delimiter.
2046         (sh-font-lock-syntactic-keywords): Likewise.
2048         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2050 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
2052         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2053         (tty-color-translate, tty-color-by-index, tty-color-values)
2054         (tty-color-desc): Doc fix.
2056 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
2058         * dired-aux.el (dired-do-create-files, dired-do-copy)
2059         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2060         Mention dired-dwim-target in the doc string.
2062 2001-04-28  Miles Bader  <miles@gnu.org>
2064         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2065         (dabbrev--find-expansion): Use it.
2066         (dabbrev--select-buffers): Don't select ignored buffers.
2068 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
2070         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2072 2001-04-26  Richard M. Stallman  <rms@gnu.org>
2074         * dabbrev.el: Add doc strings for some functions.
2075         (dabbrev--eliminate-newlines): New variable.
2076         (dabbrev--substitute-expansion): Convert newlines to spaces
2077         if dabbrev--eliminate-newlines is set.
2078         If abbrev and expansion are both all-lower-case,
2079         leave dabbrev--last-case-pattern nil.
2081 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
2083         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2084         if necessary, like in rmail-show-message.
2086 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2088         * ps-print.el: Color specified by number is forced to be float number.
2089         (ps-print-version): New version number (6.5.1.1).
2090         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2091         initialization.
2092         (ps-prefix-quote): New internal var.
2093         (ps-print-quote): New fun.
2094         (ps-setup, ps-output-frame-properties, ps-float-format)
2095         (ps-format-color): Code fix.
2096         (ps-plot-region): Eliminate redundant foreground color text setting.
2098 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
2100         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2102 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
2104         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2106 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
2108         * info.el (Info-additional-directory-list): Doc fix.
2110         * find-lisp.el (find-lisp-find-dired-filter)
2111         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2112         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
2114 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
2116         * progmodes/make-mode.el (makefile-font-lock-keywords):
2117         Rationalize the rules for includes and conditionals and use the
2118         keyword face for them.
2120         * faces.el (modify-face): Add compatibility for non-interactive use.
2122 2001-04-24  John Wiegley  <johnw@gnu.org>
2124         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2125         fix from last night, since it wasn't finding eshell/cd.
2127 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
2129         * rect.el (string-rectangle): Revert to 20.x behaviour.
2130         (replace-rectangle): Make it an alias for string-rectangle.
2131         (string-insert-rectangle): New function.
2133 2001-04-23  John Wiegley  <johnw@gnu.org>
2135         * eshell/em-unix.el (eshell/diff): Fixed problems that were
2136         occurring with Emacs 21's diff.el/compile.el interaction layer.
2138 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
2140         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2141         case where the function was defined in a file, but not part of an
2142         eshell module.
2144 2001-04-23  John Wiegley  <johnw@gnu.org>
2146         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2147         code to work around a redisplay problem I've been having.
2149 2001-04-23  John Wiegley  <johnw@gnu.org>
2151         * calendar/timeclock.el (timeclock-day-required): If the time
2152         required for a particular day is not set, use `timeclock-workday'.
2153         (timeclock-find-discrep): Added some sample code in a comment.
2155         * eshell/eshell.el (eshell-command): Made a few changes so that
2156         `eshell-command' could be called programmatically.
2158         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2160         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2162 2001-04-23  John Wiegley  <johnw@gnu.org>
2164         * calendar/timeclock.el: Updated copyright.
2165         (timeclock-generate-report): Don't report the daily or two-week
2166         total, if no time has been worked in that period.
2167         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2168         final computational form, which was unnecessary; corrected a
2169         parsing problem when timeclock-relative was nil.
2171 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
2173         * calendar/timeclock.el (timeclock-modeline-display): Check if
2174         `list-entry' is null.
2175         (timeclock-use-display-time): The first argument to `set-variable'
2176         must be a symbol.
2178 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
2180         * calendar/calendar.el (diary-entry-marker)
2181         (calendar-today-marker, calendar-holiday-marker):
2182         Use display-color-p instead of window-system.
2183         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2184         instead of window-system.
2185         (calendar-hide-window): Use display-multi-frame-p instead of
2186         window-system.
2188         * calendar/cal-x.el (calendar-two-frame-setup)
2189         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2190         Use display-multi-frame-p instead of window-system.
2192 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
2194         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2196         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2197         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2199 2001-04-23  Alex Schroeder  <alex@gnu.org>
2201         * goto-addr.el: Instead of defining line-beginning-position and
2202         line-end-position a defalias is used for point-at-bol and point-at-eol.
2204 2001-04-23  Alex Schroeder  <alex@gnu.org>
2206         * goto-addr.el: Added XEmacs compatibility code.
2207         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2209 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
2211         * textmodes/paragraphs.el (sentence-end): Doc fix.
2213 2001-04-20  Alex Schroeder  <alex@gnu.org>
2215         * sql.el (sql-escape-newlines-and-send): New function.
2216         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2218 2001-04-20  Alex Schroeder  <alex@gnu.org>
2220         * sql.el (sql-db2-program): New option.
2221         (sql-db2-options): New option.
2222         (sql-db2): New function.
2224 2001-04-20  Alex Schroeder  <alex@gnu.org>
2226         * sql.el (sql-mode-menu): Added highlighting entries.
2227         (sql-highlight-oracle-keywords): New function.
2228         (sql-highlight-postgres-keywords): New function.
2229         (sql-highlight-ansi-keywords): New function.
2231 2001-04-20  Alex Schroeder  <alex@gnu.org>
2233         * sql.el (sql-help): Doc change.
2235 2001-04-19  Karl Fogel  <kfogel@collab.net>
2237         * saveplace.el (save-place-alist-to-file): Removed no-effect code
2238         that inserted file content only to delete it immediately.
2239         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
2240         <lektu@uol.com.br> for the patch.
2242 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2244         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2246 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2248         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2249         for defmethod.
2251         * comint.el (comint-cr-magic): New function.
2252         (toplevel): Add it to comint-preoutput-filter-functions.
2254 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2256         * makefile.w32-in (EMACSLOADPATH): Define.
2257         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2258         (recompile): Remove stuff to set EMACSLOADPATH.
2260 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2262         * language/slovak.el ("Slovak"): Add tutorial entry.
2264         * net/browse-url.el (browse-url-new-window-flag): Renamed from
2265         browse-url-new-window-p.
2267 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2269         * info.el (Info-menu-update): When there are no menus and/or no
2270         cross references in the node, make the respective items of the
2271         Info menu-bar menu inactive.
2273 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
2275         * indent.el (indent-for-tab-command): Call indent-line-function
2276         with no argument if PREFIX-ARG is non-nil.
2278         * frame.el (delete-other-frames): Handle minibuffer-only frames.
2280 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2282         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2283         an async subprocess if start-process is unavailable.  Suggested by
2284         Tim Van Holder <tim.van.holder@pandora.be>.
2286 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
2288         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
2289         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2291 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
2293         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2294         manual.
2296 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
2298         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2299         (cvs-menu): Add a few entries.
2301         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2302         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2303         lock file appears to be reachable from Emacs.
2304         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2305         (cvs-mode-find-file): Look for cvs-header-face rather than
2306         cvs-dirname-face (which doesn't exist).
2307         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2309         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2311 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2313         * emulation/pc-select.el (pc-selection-mode): Don't turn on
2314         normal-erase-is-backspace on a tty.  Instead, bind some keys such
2315         as [delete] directly, like pc-select.el did before
2316         normal-erase-is-backspace was invented.
2318 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
2320         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2322 2001-04-11  John Wiegley  <johnw@gnu.org>
2324         * eshell/em-ls.el (eshell-ls-insert-directory):
2325         Set font-lock-defaults to nil, to prevent fontification in dired
2326         buffers, if Eshell's ls is being used.
2328 2001-04-11  John Wiegley  <johnw@gnu.org>
2330         * calendar/timeclock.el (timeclock-completing-read): New function.
2331         (timeclock-ask-for-project, timeclock-ask-for-reason):
2332         Call `timeclock-completing-read'.
2334         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2335         required where `member' was being used.
2337 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
2339         * eshell/em-hist.el (eshell-previous-matching-input):
2340         Don't display "History item" if the the minibuffer is active.
2342 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
2344         * startup.el (command-line): Output a newline after printing
2345         an error from loading the window system's init file.
2347 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
2349         * textmodes/texinfo.el (texinfo-font-lock-keywords):
2350         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2351         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
2352         keywords whose arguments routinely include @@.
2354 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
2356         * emacs-lisp/advice.el (ad-make-advised-definition):
2357         Construct advice for subrs differently.
2359         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2360         regexp in parentheses when building the regexp for searching backwards.
2362         * simple.el (completion-list-mode-finish): New function.
2363         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2365         * language/european.el ("Polish"): Change sample text.
2366         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2368         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2369         parameter.
2371         * faces.el (menu): Doc fix.
2373 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2375         * ps-print.el: Footer implementation.  Doc fix.
2376         (ps-print-version): New version number (6.5.1).
2377         (ps-header-frame-alist): New customization var for header frame
2378         properties.
2379         (ps-line-number-color): New customization var for line number color.
2380         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2381         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2382         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2383         (ps-right-footer): New customization vars for footers.
2384         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2385         footers.
2386         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2387         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2388         Code fix.
2389         (ps-prologue-file): Indentation fix.
2390         (ps-print-quote): Fun eliminated.
2391         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2392         (ps-output-frame-properties): New fun.
2393         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2394         (ps-skip-newline): Replace defun by defsubst.
2396 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
2398         * eshell/eshell.el (eshell-command): Needed a "%s" format
2399         specifier, in case the buffer contains percent characters.
2401 2001-04-10  John Wiegley  <johnw@gnu.org>
2403         * calendar/timeclock.el (timeclock-generate-report): Added a
2404         missing insert of the project name.
2406 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
2408         * obsolete/profile.el: Moved from emacs-lisp/.
2410         * Makefile.in (nonobsolete_setwins): New macro.
2411         (finder-data): Use it instead of `setwins'.
2412         From: Dave Love <fx@gnu.org>.
2414         * server.el (server-visit-files): Set server-existing-buffer correctly.
2415         (server-visit-files): Run server-visit-hook after going to
2416         line 1 so that the hook can set point as it sees fit.
2418         * bindings.el (mode-line-modified): Unify help messages.
2420 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
2422         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2423         All callers changed.
2425 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
2427         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2428         long file names aren't supported, truncate the file names in
2429         quail-misc-package-ext-info to 8+3 before matching them against
2430         FILENAME.
2432         * dos-fns.el (dos-truncate-to-8+3): New function.
2434         * progmodes/compile.el (grep-compute-defaults): Use null-device
2435         instead of literal /dev/null. Reported by Jens Schmidt
2436         <schmidt@mathematik.uni-kl.de>.
2438         * simple.el (normal-erase-is-backspace-mode): Doc fix.
2440 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
2442         * textmodes/sgml-mode.el: Add unknown maintainer.
2443         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2444         (html-mode-map): Use set-keymap-parent.
2446 2001-04-06  Dave Love  <fx@gnu.org>
2448         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2449         Remove redundant string-to-list.
2451 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
2453         * composite.el (reference-point-alist): Doc fix.
2455 2001-04-05  Sam Steingold  <sds@gnu.org>
2457         * font-lock.el (font-lock-keywords-case-fold-search):
2458         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
2459         file made font-lock case-insensitive.
2461 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
2463         * faces.el (defface menu): Doc fix.
2465         * wid-edit.el (widget-color-sample-face-get): Don't make
2466         faces for undefined colors.
2468         * version.el (emacs-version): Include LessTif/Motif version info.
2470 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2472         * ps-mule.el: Eliminate cl package dependence.
2473         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2474         if they aren't defined yet.
2475         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2476         Eliminate cl package dependence.
2478 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
2480         * progmodes/cc-cmds.el (c-outline-level):
2481         Bind buffer-invisibility-spec.  Originally from Dave Love, but
2482         got lost when incorporating version 5.26.
2484 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
2486         * emulation/pc-select.el (pc-selection-mode):
2487         Call normal-erase-is-backspace-mode instead of binding
2488         keys individually.
2490         * cus-load.el (normal-erase-is-backspace): Use it instead of
2491         delete-key-deletes-forward.
2493         * startup.el (command-line): Use normal-erase-is-backspace and
2494         normal-erase-is-backspace-mode.
2496         * simple.el (normal-erase-is-backspace): Rename from
2497         delete-key-deletes-forward.  Doc fix.
2498         (normal-erase-is-backspace-mode): Rename from
2499         delete-key-deletes-forward-mode.  Doc fix.
2500         Run normal-erase-is-backspace-hook.
2502         * dired.el (dired-move-to-filename-regexp): Support file sizes in
2503         ``human-readable'' format produced by GNU `ls'.
2504         (dired-move-to-filename-regexp): Recognize ISO format dates.
2505         From Paul Eggert <eggert@twinsun.com>.
2507 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
2509         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2510         New functions.
2511         (lm-verify): Check keywords.
2512         From Eric M. Ludlam <eric@siege-engine.com>.
2514 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
2516         * speedbar.el (speedbar-insert-image-button-maybe): Check for
2517         `xemacs' feature instead of for the function `set-extent-property'.
2519 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
2521         * mail/mh-utils.el (mh-folder-hist): New var.
2522         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2524 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
2526         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2527         region, position point on the first or last 16-byte group.
2528         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2529         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
2530         hexl-beginning-of-line.
2532 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
2534         * icomplete.el (icomplete-mode): Treat an argument like other
2535         modes do.
2537         * startup.el (fancy-splash-head): Use splash8.xpm for color
2538         depth 8.
2540         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2541         Add an antry for ``converts''.
2543         * language/slovak.el ("Slovak"): Add documentation string.
2544         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2546         * language/czech.el ("Czech"): Add documentation string.
2547         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2549         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2550         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
2552 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2554         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2555         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2556         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2557         Use `defsubst' rather than a macro to ease debugging.
2558         (mail-extr-last): Remove (use `last' instead).
2559         (mail-extract-address-components): Properly reset the syntax-table
2560         after parsing an address.  Use `last' rather than mail-extr-last.
2561         Make sure the end marker stays at the very end.
2563 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
2565         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2566         last change.
2568 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2570         * ps-print.el: Line and paragraph spacing feature.  Region to cut
2571         out when printing.  Doc fix.
2572         (ps-print-version): New version number (6.5).
2573         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2574         New vars.  Line and paragraph spacing feature.
2575         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
2576         out when printing.
2577         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2578         (ps-get-font-size, ps-begin-job, ps-continue-line)
2579         (ps-plot-region): Code fix.
2580         (ps-print-prologue-2): Var eliminated.
2581         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2582         New internal vars.
2583         (ps-get-size): New fun.
2584         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2585         (ps-next-line): Replace defun by defsubst.
2586         (ps-mule-plot-string): Autoload doc fix.
2588         * ps-bdf.el: XEmacs compatibility.  Doc fix.
2589         (installation-directory, coding-system-for-read): Declare vars if
2590         it's not declared yet.
2591         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2593         * ps-mule.el: XEmacs compatibility.  Doc fix.
2594         (leading-code-private-22): Declare var if it's not declared yet.
2595         (charset-bytes, charset-dimension, charset-id, charset-width)
2596         (find-charset-region, split-char, char-width, chars-in-region)
2597         (forward-point, decompose-composite-char, encode-coding-string)
2598         (coding-system-p, ccl-execute-on-string, define-ccl-program):
2599         Define funs if not defined yet.
2600         (encode-composition-rule, find-composition): Define funs if not
2601         loaded yet.
2602         (ps-mule-prologue): PostScript code fix.
2604 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
2606         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
2607         non-nil, generate font for the header strings.
2608         (ps-mule-prepare-font): Likewise.
2609         (ps-mule-generate-glyphs): Likewise.
2610         (ps-mule-string-encoding): Likewise.
2611         (ps-mule-header-charsets): New variable.
2612         (ps-mule-encode-header-string): New function.
2613         (ps-mule-header-string-charsets): New function.
2614         (ps-mule-begin-job): Check charsets in the header strings.  If there
2615         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2617         * ps-print.el (ps-generate-header-line): Encode the header string by
2618         ps-mule-encode-header-string.
2619         (ps-mule-encode-header-string): Declare autoload.
2621 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
2623         * frame.el (cursor-in-non-selected-windows):
2624         Replaces show-cursor-in-non-selected-windows.
2626 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
2628         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2629         Delete entries for "chinese-py" and "chinese-ziranma".
2630         (quail-misc-package-ext-info): New variable.
2631         (tsang-quick-converter): New function.
2632         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2633         (quick-cns-converter, py-converter, ziranma-converter)
2634         (miscdic-convert, batch-miscdic-convert): New functions.
2636 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
2638         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2639         eight-bit-control chars.
2641         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2642         Reduce making temporary vector (suggested by Dave Love).
2644 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2646         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2647         string as well.
2649 2001-03-30  Andreas Schwab  <schwab@suse.de>
2651         * files.el (backup-directory-alist): Fix typo.
2653 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2655         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
2656         <eggert@twinsun.com>.
2658 2001-03-30  Dave Love  <fx@gnu.org>
2660         * progmodes/fortran.el (fortran-comment-region): Fix typo.
2662 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2664         * simple.el (transient-mark-mode): Mention C-g in the doc string.
2666 2001-03-30  Miles Bader  <miles@gnu.org>
2668         * subr.el (interactive-form): Fix paren typo.
2670 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
2672         * emacs-lisp/profile.el: Say that it's obsolete in the header
2673         line, so that finder.el puts that into its data-base.
2674         Suggested by Alex Schroeder <alex@gnu.org>.
2676 2001-03-29  Paul Eggert  <eggert@twinsun.com>
2678         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2679         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2681 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
2683         * generic.el (generic-mode-set-comments): Use "" rather than nil
2684         for comment-end.
2686 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
2688         * emacs-lisp/advice.el (ad-make-advised-definition):
2689         Call interactive-form to obtain the interactive spec of subrs.
2691         * subr.el (interactive-form): New function.
2693 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
2695         * vc-sccs.el (vc-sccs-register): Use relative file names.
2697 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
2699         * bookmark.el (bookmark-get-bookmark): Handle case that
2700         BOOKMARK is not a string.
2702         * image.el (image-type-regexps): Change type for PS files
2703         to `postscript'.
2705         * subr.el (read-passwd): Clear command history after each
2706         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
2708 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
2710         * international/kkc.el (kkc-save-init-file): Locally bind
2711         print-length to nil.
2713 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2715         * textmodes/flyspell.el: Some doc fixes.
2716         (flyspell-maybe-correct-transposition)
2717         (flyspell-maybe-correct-doubling): Use a temporary buffer
2719         * textmodes/ispell.el (ispell-parse-output): Doc fix.
2721         * emacs-lisp/byte-opt.el (byte-optimize-while)
2722         (byte-optimize-form-code-walker): Diagnose too few arguments
2723         for `if' and `while'.
2725 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2727         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2728         Prepend `\' to "\<quail-translation-docstring>".
2730 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2732         * autorevert.el (global-auto-revert-non-file-buffers):
2733         Remove duplicate defcustom.
2735 2001-03-26  Miles Bader  <miles@gnu.org>
2737         * international/latin1-disp.el (latin1-char-displayable-p):
2738         Add leading "-" for X font pattern.
2740 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2742         * international/mule-diag.el (describe-coding-system):
2743         For raw-text and emacs-mule, don't add anymore text about what
2744         charsets they can encode.
2746 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
2748         * help.el (view-lossage): Mention open-dribble-file in the doc
2749         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2751 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2753         * skeleton.el (skeleton-internal-list): Fix bogus logic.
2754         (skeleton-pair-insert-maybe): Don't pair after a backslash.
2756 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
2758         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2759         Call ccl-execute-on-string directly so that CCL program handling
2760         multibyte sequence can work correctly.
2761         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2762         property of the coding system.
2764 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2766         * textmodes/fill.el (fill-individual-paragraphs-prefix):
2767         Fix transcription typo.
2769 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
2771         * whitespace.el: Add buffer local variables to toggle testing of
2772         whitespaces in buffers without affecting the default values.
2773         Bump version to 3.0 to account for a few other changes.
2774         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2775         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2776         (whitespace-toggle-spacetab-check): New functions.
2778 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2780         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2782 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
2784         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2785         bs-cycle-configuration-name.  From Juanma Barranquero
2786         <lektu@uol.com.br>.
2788         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2789         and cc-vars.el.
2791         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2792         headers.  Always invoke sendmail with option -t.
2794 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2796         * Release of cc-mode 5.28.
2798 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2800         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2801         Removed the hardcoded switch to "java" style in Java mode.
2802         It's instead taken care of by the default value for c-default-style.
2804 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2806         * cc-align.el (c-lineup-math): Fix bug where lineup was
2807         triggered by equal signs in string literals.
2809 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2811         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2812         limit detection when at the ends of the buffer.
2814         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2815         "for" statement clause in case 7F; a better one is done
2816         earlier in case 7D anyway.
2818 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2820         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2821         somewhat more and did a small optimization.
2823 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2825         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2826         Use the limit argument only to limit the syntactic context
2827         search, not to limit the actual movement.
2829         * cc-cmds.el (c-beginning-of-statement): Move by sentence
2830         inside multiline strings, just like in comments.  Also various
2831         fixes to the paragraph and comment prefix recognition, block
2832         comment ender handling etc.
2834 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2836         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2837         the relative position of the point.
2839         * cc-cmds.el (c-electric-continued-statement): New function to
2840         use as abbrev hook to reindent for keywords such as "else"
2841         that continues an earlier statement.
2843         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2844         like classes.
2846         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2847         (pike-mode): Populate the default abbrev tables to reindent for
2848         keywords such as "else" that can continue earlier statements.
2849         Abbrev mode is therefore turned on by default now.  (Note that
2850         this doesn't apply to idl-mode, since IDL afaik doesn't have
2851         statements at all.)
2853 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2855         * cc-engine.el (c-inside-bracelist-p): Fix for handling
2856         bracelists where the declaration contains template arguments.
2858 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2860         * cc-cmds.el (c-comment-indent):
2861         Use `c-get-syntactic-indentation' to correctly calculate the
2862         syntactic indentation.  Fixes bug with lineup functions that
2863         return vectors.
2865         * cc-engine.el (c-get-syntactic-indentation): Split the
2866         indentation sum calculation from `c-indent-line' to a separate
2867         function.
2869 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2871         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2872         Fixed places where it was assumed that preprocessor directives
2873         have to start in column zero.
2875         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2876         template arguments after a class identifier properly.
2878         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2879         lists for `new Foo[]' constructs in Java as expressions and
2880         not top level definition brace lists on the top level, so that
2881         they'll get indented consistently with the same type of
2882         expression in a normal block.
2884 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2886         * cc-cmds.el (c-fill-paragraph): The kludge that checks
2887         whether the adaptive filling package fails to keep the comment
2888         prefix is now kludged further to check for filladapt-mode
2889         which doesn't have that problem. This is really icky, but it's
2890         the only way that works with the current misfeatures/bugs in
2891         both adaptive-fill-mode and filladapt-mode.
2893         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2894         around point is recognized more robust.
2896 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2898         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2899         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2900         (c-lit-type): Fixed all internal variables used dynamically so
2901         that they are always bound.
2903         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2904         errors:
2906         (c-indent-region): Fixed reporting of syntactic errors so that
2907         the region is fully reindented even when an error occurs.
2908         The last syntactic error is printed afterwards.  Also cleanup up a
2909         whole lot of code that tried to optimize indentation of whole
2910         sexps but in reality accomplishes nothing.
2912         (c-indent-sexp): Use c-indent-region.
2914         (c-parsing-error): Changed this variable to hold the message
2915         for any syntactic error that is discovered.
2917         (c-parse-state): Search backward from point instead of the bod
2918         position when the latter is invalid.  This makes CC Mode
2919         recover faster when there are unbalanced close braces.
2921         (c-backward-to-start-of-if): Use c-parsing-error to report
2922         dangling "else" clauses instead of throwing an error, and fall
2923         back to a reasonable position.
2925         (c-indent-line): Added argument to avoid reporting syntactic errors.
2927         (c-show-syntactic-information): Don't report any syntactic errors.
2929 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2931         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2932         paragraph recognition when moving by sentence in literals.
2934         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2935         start regexp for javadoc to recognize javadoc markup in general instead
2936         of a specific set of keywords, to be more future-safe.
2938         (c-Pike-pikedoc-paragraph-start)
2939         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2940         pikedoc markup.
2942         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
2944         (pike-mode): Initialize paragraph settings pikedoc recognition.
2946         * cc-vars.el (c-default-style): Made a nicer Customize widget.
2948         (c-comment-prefix-regexp): Made it possible to use an
2949         association list on this to specify mode specific regexps.
2950         The default value now use a special regexp in Pike mode to
2951         recognize pikedoc markup.
2953         (c-current-comment-prefix): New variable containing the actual
2954         regexp from c-comment-prefix-regexp for the current buffer.
2956 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2958         * cc-cmds.el (c-electric-brace): Fixed check for special brace
2959         lists: We can't look at the syntax, since a brace list can get
2960         recognized as a plain statement-cont.
2962         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2963         special brace list opener broken over two lines got recognized
2964         as a statement on the second line.  Case 9A changed.
2966 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2968         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2969         adjustment after line is reindented.
2971 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2973         * cc-defs.el (c-point): Added optional argument for position
2974         to use instead of the current point.
2976         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2977         the in-expression block symbols when the construct starts at
2978         boi, to avoid the extra level of indentation in that case.
2979         Cases 4, 16A and 17E affected.
2981 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2983         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
2984         calls to `c-indent-line', to adhere better to Emacs conventions.
2986         * cc-engine.el (c-indent-line): Use the syntax already bound
2987         to `c-syntactic-context', if there is any.
2989 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2991         * cc-engine.el (c-get-offset): Fixed bug where the indentation
2992         wasn't added up correctly when a lineup function returned nil.
2994 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2996         * cc-engine.el (c-collect-line-comments): Fixed bug where
2997         empty lines were ignored when collecting line comments backwards.
2999 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3001         * cc-align.el (c-lineup-dont-change): Return an absolute
3002         indentation column to work correctly in the case when several
3003         syntactic elements are processed for the same line.
3005         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3006         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3007         (c-set-offset): Added absolute indentation column settings by
3008         using the vector type.
3010 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3012         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3013         Implemented two new cleanups `space-before-funcall' and
3014         `compact-empty-funcall'.
3016 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3018         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3019         helping building regexps.
3021         * cc-engine.el (c-on-identifier): New function for detecting
3022         identifiers.  It takes keywords into account.
3024         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3025         lists.  `c-keywords' is set to a regexp matching all keywords
3026         in the current language.
3028 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3030         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3031         list of characters to skip backwards over at the beginning of
3032         a statement, since it can precede string literals in Pike.
3034 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3036         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3037         recognition when standing on the last line in a C++ comment
3038         with nothing but whitespace after the prefix.
3040         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3041         given no limit argument.
3043 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3045         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3046         recognition for the `[]= operator symbol in Pike.
3048 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3050         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3051         around a bug in `eval-when-compile' in the byte compiler.
3053         * cc-engine.el (c-forward-token-1): Fixed bug with return
3054         value when count is zero and there's no token start within the limit.
3056         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3057         "prefix comments", i.e. comments which are followed by code on
3058         the same line.
3060         * cc-mode-19.el: Fixes so that checks that must be done at
3061         compile time also are done then.
3063 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3065         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3066         time and at runtime, and only when it's needed.
3068 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3070         Major cleanup for less error prone and more warning free
3071         compilation, including some fixes for bugs due to different
3072         compilation orders. Thanks to Martin Buchholz for providing
3073         the basis for all this.
3075         * cc-bytecomp.el: New file that provides some byte compilation
3076         features: It ensures that files always are loaded from the
3077         current source directory during compilation, and it provides a
3078         set of macros to turn off specific compiler warnings for
3079         specific symbols.  (It's not CC Mode specific in any way.)
3081         Fixed a nearly acyclic dependency tree (both runtime and
3082         compile-time) between all files.
3084         * cc-defs.el: Separated all macros before the inline functions,
3085         to ensure correct compilation.
3087         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3088         cc-defs.el to cc-engine.el and made it a function instead.
3090         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3091         about char-after.
3093         * cc-vars.el: Cope even when there isn't a custom package
3094         containing defcustom available.
3096         * cc-make.el: Removed since it's no longer necessary.
3098         README: Updated installation instructions.
3100 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3102         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3103         improve the modularity: Moved all mode init stuff from
3104         cc-langs.el to cc-mode.el, including the keymap
3105         initialization; cc-langs now only contains the various
3106         variables for configuring the language syntax.
3108         * cc-engine.el, cc-styles.el (c-evaluate-offset)
3109         (c-get-offset): Moved from cc-styles to cc-engine since file
3110         dependency analysis suggests they belong there (which also
3111         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
3113 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3115         * cc-cmds.el (c-fn-region-is-active-p): New function that
3116         wraps the corresponding macro, for use in places that aren't
3117         compiled.  Thanks to Martin Buchholz for pointing out this.
3119         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3121         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3122         add things to the bug report.
3124 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3126         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3127         returned prefix could contain a newline when the search for a
3128         good prefix line failed.
3130 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3132         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3133         (c-toggle-auto-hungry-state): Made the argument optional, as
3134         the documentation says it is.
3136 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3138         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3139         multiline string syntax, #"...", as a cpp macro.
3141 2001-03-21  Paul Eggert  <eggert@twinsun.com>
3143         * international/mule-cmds.el (set-locale-environment):
3144         Set system-messages-locale and system-time-locale, but only if the
3145         caller specifies a non-nil locale name.
3147 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3149         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3150         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
3152 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3154         * follow.el (follow-avoid-tail-recenter): Doc fix.
3156         * custom.el (custom-set-variables): Avoid reversing the list
3157         of args needlessly.
3159         * startup.el (fancy-splash-head): Don't change the colors of the
3160         XPM image on a dark background.
3162         * comint.el (comint-exec-1): Set columns of the terminal to
3163         window-width instead of frame-width.
3165         * info.el (Info-scroll-down): Add missing WINDOW arg for
3166         pos-visible-in-window-p.
3168         * ehelp.el (electric-help-mode-hook): Add defcustom.
3170         * mail/sendmail.el (mail-mode): Activate case-folding in
3171         font-lock-defaults.
3173 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
3175         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3176         (completion-ignored-extensions): Remove duplicate ".class".
3178 2001-03-19  Andreas Schwab  <schwab@suse.de>
3180         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3181         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3183 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
3185         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3186         methods since there are not prefix input methods.
3188 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
3190         * international/mule-cmds.el (read-input-method-name):
3191         Locally bind enable-recursive-minibuffers to t.
3193 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3195         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3197 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
3199         * ediff-util.el: Copyright years.
3200         (ediff-choose-syntax-table): New function.
3201         (ediff-setup): Use ediff-choose-syntax-table.
3203         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3204         with-syntax-table.
3206         * ediff.el: Date of last update, copyright years.
3208         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3210         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3211         of Scott Bronson.
3212         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3213         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3214         Deleted functions.
3215         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3216         ex-token-list.
3218         * viper-util.el: Spaces, indentation.
3220         * viper.el: Changed version, modification time.
3222 2001-03-16  John Wiegley  <johnw@gnu.org>
3224         * calendar/timeclock.el (timeclock-workday-remaining):
3225         Check whether `discrep' is non-null before using it.
3227 2001-03-16  John Wiegley  <johnw@gnu.org>
3229         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3230         first-time checkins.
3231         (timeclock-log-data): Fixed problem with reading timelog log file.
3232         Resulting data in the "day list" was incorrect.
3233         (timeclock-find-discrep): Check if `timeclock-file' is readable
3234         before opening it.
3235         (timeclock-time-less-p): New function.
3236         (timeclock-day-base): New function.
3237         (timeclock-geometric-mean): New function.
3238         (timeclock-generate-report): Generate a summary report based on
3239         the contents of the log file.  This uses `timeclock-log-data', and
3240         is an example of writing a timelog manipulation function.
3241         (timeclock-visit-timelog): A quick command for opening the timelog
3242         file.
3243         (timeclock-log-data): Bound the variable event.
3245 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
3247         * international/mule-cmds.el (select-safe-coding-system):
3248         Fix typo: symbol-name -> symbol-value.
3250         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3251         before substitute-in-file-name to handle double slashes in FILE
3252         correctly.
3254 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
3256         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3257         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3259 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
3261         * bindings.el (features): Add `md5' and `overlay' to the list.
3263         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3264         bound before using it.  It's not bound when configured without X,
3265         for instance.
3267 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
3269         * progmodes/hideshow.el: Update copyright.
3270         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3271         (hs-minor-mode-hook): Include `:version' in defcustom form.
3273 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
3275         * help.el (string-key-binding): Don't call event-start on
3276         a non-list.
3278 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
3280         * startup.el (fancy-splash-tail, command-line-1): Fix the
3281         copyright year.
3283 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
3285         * term.el: These changes are based on a patch sent from Yong Lu
3286         <lyongu@yahoo.com>.
3287         (term-set-escape-char): Bind M-x to execute-extended-command in
3288         term-raw-escape-map.
3289         (term-move-columns): Don't try to move to negagive column.
3290         (term-emulate-terminal): Insert a string before deleting a text to
3291         overwrite.
3293 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
3295         * play/life.el (life): Rearrange code so that all calls to
3296         life-display-generation are in a catch-form.
3298         * progmodes/etags.el (tags-loop-continue): Don't change point in a
3299         file that isn't interesting.  In an interesting file, push the old
3300         value of point on the mark ring.
3302         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3303         New function.
3304         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3305         Use it.
3307         * emacs-lisp/autoload.el (generate-file-autoloads):
3308         Remove warning about line lengths.
3310 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3312         * progmodes/etags.el (tags-compression-info-list): New variable.
3313         (find-tag-in-order): Use it to deal with compressed source files.
3314         (tag-file-name-match-p): New function.
3315         (etags-recognize-tags-table): Use it for better match of file names.
3317 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
3319         * international/mule-cmds.el (register-input-method): Doc fix.
3321         * international/quail.el (quail-translate-key): Fix condition to
3322         check if there's another breaking point in the current key.
3324 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
3326         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3327         Babyl header to the newly-created output file, bind
3328         coding-system-for-write to either rmail-file-coding-system or
3329         emacs-mule-unix.
3331 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
3333         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3334         Fix the name and regexp used for subsubsections.
3336 2001-03-10  Dave Love  <fx@gnu.org>
3338         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3339         and save-buffer if buffer-file-name non-nil.  From rms.
3341 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
3343         * vc.el (vc-do-command): If the destination buffer is already
3344         current, don't set it up and don't erase it.  Updated doc string
3345         to reflect that.
3346         (vc-version-diff): When doing a single file diff, don't switch to the
3347         *vc-diff* buffer before the command.  This is to preserve local
3348         variable bindings that might affect the diff command.
3349         (vc-print-log): Don't switch to the *vc* buffer before the
3350         command, so that local variable bindings are preserved.
3352         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3353         not the current buffer.
3354         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3356         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3357         make output go to buffer *vc*, not the current buffer.
3359 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3361         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3362         so ^, $, *, ? and + are interpreted correctly.
3364 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
3366         * help.el (string-key-binding): Renamed from
3367         mode-line-key-binding.  Handle any event on a string.
3368         Check for `keymap' properties as well as `local-map' properties.
3370         * comint.el (comint-insert-clicked-input): Use the last key
3371         from this-command-keys to lookup the global key definition.
3373 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
3375         * international/characters.el: Add category `j' for
3376         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
3378         * international/mule-conf.el (no-conversion): Fix docstring.
3379         (raw-text): Fix docstring.
3381 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
3383         * simple.el (choose-completion-string): When not leaving the
3384         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3385         is set.
3387         * window.el (shrink-window-if-larger-than-buffer): Handle frame
3388         parameter `(minibuffer . t)'.
3390 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3392         * progmodes/sh-script.el (sh-st-symbol): New symbol.
3393         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3394         (sh-mode): Remove `make-local-variable' for unused var
3395         `font-lock-unfontify-region-function'.
3397 2001-03-07  Richard M. Stallman  <rms@gnu.org>
3399         * info.el (Info-scroll-down): Fix previous change.
3401         * mail/rmail.el (rmail-toggle-header): Use a window which
3402         is showing the Rmail buffer, rather than the selected window.
3404 2001-03-07  Dave Love  <fx@gnu.org>
3406         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3407         now, to avoid problems with binding imenu directly to a mouse event.
3409 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3411         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3412         second arg t.
3414 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3416         * log-edit.el (log-edit-common-indent): New var.
3417         (log-edit-set-common-indentation): Renamed from
3418         log-edit-delete-common-indentation.  Use the new var.
3419         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3421         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3422         (cvs-mode-add-change-log-entry-other-window):
3423         Don't presume change-log-default-name is defined.
3425         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3427         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3428         the "tree" operation as well.
3430         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3432         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3433         to match paragraph-start.
3435         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3436         comment-start-skip and set comment-end-skip as well.
3437         (sgml-comment-indent): Fix for new value of comment-start-skip.
3438         (html-autoview-mode): Don't bother using make-local-hook.
3440 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3442         * cus-edit.el (custom-save-delete): Move in front of local
3443         variables, otherwise long Custom entries would make them ineffective.
3445         * uniquify.el: Set maintainer to FSF.
3447 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
3449         * dired-aux.el (dired-do-shell-command): Doc fix.
3451 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
3453         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3455         * which-func.el (which-func-modes): Add cperl-mode.
3456         (which-func-mode-global): Use define-minor-mode.
3458         * info-look.el: Docstring fixes and dead code eliminated.
3459         (cperl-mode): Add support.
3460         (emacs-lisp-mode): List all entries from elisp manual, whether
3461         or not they are currently (f)bound or not.  Update regexp.
3463         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3465         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3466         so that C-h m shows the correct information.
3467         Use make-local-variable rather than make-variable-buffer-local.
3468         (cperl-info-buffer, cperl-setup-tmp-buf):
3469         Use make-local-variable rather than make-variable-buffer-local.
3470         (cperl-msb-fix, cperl-get-help-defer):
3471         Check major-mode for `cperl-mode' as well.
3473         * progmodes/cperl-mode.el: Updated to author version 4.23.
3474         (cperl-electric-pod): SYNOPSIS was misspelled.
3475         (cperl-find-pods-heres): @if ? a : b was considered a REx.
3476         (cperl-after-expr-p): Make true after __END__.
3478 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
3480         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3481         bookmark-completion-ignore-case is t.
3483         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3484         switch, like xterm, and concat resource strings, with a newline
3485         between them.
3487 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
3489         * international/codepage.el (cp770-decode-table)
3490         (cp773-decode-table, cp774-decode-table): New variables.
3492         * man.el (Man-hyphenated-reference-regexp): New variable.
3493         (Man-build-references-alist): Use it to search for referenced
3494         manpages.  If hyphenated is non-nil, record a concatenated word in
3495         Man-refpages-alist only if it matches Man-reference-regexp.
3496         Update word's length when it is concatenated.  Reverse the list,
3497         to get the first manpage at the head.
3498         (Man-possibly-hyphenated-word): New function.
3499         (Man-follow-manual-reference): Use it instead of current-word to
3500         find a manpage at point, in a way that accounts for hyphenated
3501         references.
3503 2001-03-06  Alex Schroeder  <alex@gnu.org>
3505         * sql.el (sql-interbase): New function.
3506         (sql-interbase-program): New option.
3507         (sql-interbase-options): New option.
3508         And some typos fixed: "customise" to "customize".
3510 2001-03-06  Dave Love  <fx@gnu.org>
3512         * textmodes/flyspell.el (flyspell-region):
3513         Set up flyspell-local-mouse-map.
3515 2001-03-05  Richard M. Stallman  <rms@gnu.org>
3517         * mail/rmail.el (rmail-retry-failure):
3518         Don't call rmail-beginning-of-message.
3519         Don't discard From: field.  Do discard Received: field.
3520         Use unwind-protect to re-prune.
3521         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3523 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
3525         * international/quail.el (quail-title): Add autoload cookie.
3527 2001-03-05  Dave Love  <fx@gnu.org>
3529         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3530         new defs.
3532 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3534         * language/ethio-util.el (ethio-toggle-space):
3535         Update current-input-method-title if necessary.
3536         (ethio-toggle-punctuation): Likewise.
3538         * international/quail.el (quail-title): Fix for the case that a
3539         title of an input method is specified by a list of the same form
3540         as used in mode-line-format.
3542         * international/mule-cmds.el (activate-input-method):
3543         If current-input-method-title is set by activating INPUT-METHOD,
3544         respect that value.
3546 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
3548         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3550 2001-03-05  Alex Schroeder  <alex@gnu.org>
3552         * sql.el (sql-sybase): Fix typo (was: query user about server two
3553         times instead of server and database).
3555         * sql.el (sql-sybase): Doc change.
3556         (sql-mysql): Doc change.
3557         (sql-postgres): Doc change.
3559 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3561         * international/mule-conf.el (emacs-mule, raw-text):
3562         Docstring modified.
3564 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
3566         * term/internal.el: Update copyright notice.
3568         * term/pc-win.el: Update copyright notice.
3570 2001-03-02  Dave Love  <fx@gnu.org>
3572         * files.el (insert-file-contents-literally):
3573         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3574         not jka-compr-compression-info-list.
3576 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
3578         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3579         spaces in default comment-start-skip settings rather than \s-.
3581 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
3583         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3584         default-frame-alist as well.
3586 2001-03-01  Dave Love  <fx@gnu.org>
3588         * textmodes/reftex.el (defvar): Wrap some defvars in
3589         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
3591         * subr.el (event-basic-type): Doc fix.
3593         * international/quail.el: Doc fixes.
3595         * international/utf-8.el: Doc fixes.
3597         * international/mule-cmds.el: Doc fixes.
3598         (leim-list-header): Fix header text.
3600         * international/mule.el (coding-system-category): Doc fix.
3602         * international/ccl.el (ccl-compile): Doc fix.
3604 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
3606         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3607         rather than (before|after)-change-functions.
3609 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
3611         * ediff-util.el (ediff-scroll-horizontally): Arrange for
3612         scroll-left and scroll-right being called interactively so that
3613         they set the window's min_hscroll.
3615 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
3617         * info.el (info-insert-file-contents-1): Accept an additional
3618         argument `lfn': if it is non-nil, concatenate `filename' and
3619         `suffix'; otherwise use the complicated MS-DOS code.
3620         All callers changed.
3621         (info-insert-file-contents, Info-find-node): If the MS-DOS port
3622         can access long file names, try the long file-name version of
3623         `info-insert-file-contents-1', then the short file-name version.
3625 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
3627         * language/ethio-util.el (setup-ethiopic-environment-internal):
3628         Change bindings of functions keys to conform to "Emacs Lisp Coding
3629         Convention".
3631         * language/ethiopic.el ("Ethiopic"): Add documentation.
3633 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
3635         * international/utf-8.el (mule-utf-8): Set coding-category
3636         property to coding-category-utf-8.
3638 2001-02-27  Richard M. Stallman  <rms@gnu.org>
3640         * lpr.el (lpr-page-header-switches, print-region-1):
3641         Undo 2000-07-06 change.
3642         (lpr-add-switches): Default to t on gnu/linux.
3644 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
3646         * bs.el (bs-attributes-list): Doc fix.
3648 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3650         * help.el (describe-project): Display the file THE-GNU-PROJECT.
3652         * help.el (view-order-manuals): Use goto-address.
3654         * startup.el (command-line-1): Add info about ordering manuals
3655         to the not so fancy splash screens.
3657 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
3659         * vc.el (vc-default-workfile-unchanged-p)
3660         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3662 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3664         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3665         fontify in the right buffer.
3667         * allout.el (outline-flag-region): Move macro in front of first
3668         use to avoid a run-time error.
3670 2001-02-24  Andrew Innes  <andrewi@gnu.org>
3672         * makefile.w32-in: Fix copyright notice.
3674 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
3676         * international/utf-8.el (mule-utf-8): Set correct value for
3677         valid-codes property.
3679         * international/fontset.el (x-complement-fontset-spec): In the
3680         case that we use ASCII font for the other charsets, use only
3681         family and registry part of it.
3683 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3685         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3686         (shrink-window-if-larger-than-buffer): Doc fix.
3688 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
3690         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3691         predicate passed to completing-read.
3693 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3695         * startup.el (command-line): Fix last change.
3697 2001-02-23  Jason Rumney  <jasonr@gnu.org>
3699         * startup.el (tool-bar-originally-present): New variable.
3700         (command-line): Set it if the tool-bar is switched on at startup.
3702         * frame.el (frame-notice-user-settings): Only adjust frame height
3703         for no tool-bar case if tool-bar was originally switched on.
3704         From E. Jay Berkenbilt.
3706 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
3708         * server.el (server-switch-buffer): Only switch window if the
3709         current one is dedicated.
3711         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3712         rather than using (match-beginning 0) when searching for break point.
3714 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
3716         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3717         @ follows an accent command such as @'.  Support optional braces
3718         in commands that insert accents, like makeinfo does.
3720 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
3722         * startup.el (fancy-splash-text): Add a line for ordering
3723         manuals.  Reverse order of splash screens shown.
3724         (use-fancy-splash-screens-p): Adapt to the text line added.
3726         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3727         manuals from the FSF.
3729         * help.el (view-order-manuals): New function.
3730         (toplevel): Bind C-h C-m to this function.
3732 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
3734         * newcomment.el (comment-forward): Skip the comment-start before
3735         searching for the comment-end.
3737 2001-02-21  Dave Love  <fx@gnu.org>
3739         * custom.el (custom-initialize-changed, defcustom): Doc fix.
3741         * international/mule-cmds.el, international/mule.el: Doc fixes.
3743 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
3745         * startup.el (fancy-splash-screens): Use display-hourglass
3746         instead of display-busy-cursor.
3748         * frame.el (display-hourglass): Renamed from busy-cursor.
3749         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3750         (show-cursor-in-non-selected-windows): Doc fix.
3752 2001-02-20  Dave Love  <fx@gnu.org>
3754         * international/utf-8.el: Doc and commentary fixes.
3756 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3758         * ehelp.el (with-electric-help): Doc fix.
3760 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
3762         * msb.el (msb-mode): Call the update-buffers function explicitly
3763         with a FORCE argument.
3765         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3766         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
3767         returns nil.
3769 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3771         * ps-print.el: Timestamp package replacement.  Some enhancements.
3772         Some XEmacs compatibility.  Doc fix.
3773         (ps-print-version): New version number (6.4).
3774         (ps-printer-name): Initialization fix.
3775         (ps-zebra-stripe-follow): Funcionality enhancement.
3776         (ps-prologue-file): Code enhancement.
3777         (ps-right-header): Timestamp package replacement.
3778         (ps-setup, ps-face-bold-p, ps-face-italic-p)
3779         (ps-get-page-dimensions)
3780         (ps-generate-header, ps-begin-file, ps-begin-job)
3781         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3782         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3783         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3784         (coding-system-for-write): Var declaration (XEmacs compatibility).
3786 2001-02-20  Miles Bader  <miles@gnu.org>
3788         * image-file.el (image-file-name-extensions): Add "tif".
3790 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
3792         * wid-edit.el (widget-button-click): Save the selected window
3793         around the code handling clicks on buttons.
3795 2001-02-18  Dave Love  <fx@gnu.org>
3797         * imenu.el (imenu--generic-function): Use mapc to iterate over
3798         syntax characters.
3800 2001-02-17  Richard M. Stallman  <rms@gnu.org>
3802         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3804         * uniquify.el (uniquify-buffer-name-style): Doc fix.
3806 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3808         * mouse.el (mouse-save-then-kill): If the distance from the new
3809         point to the mark is equal to the distance of point from the new
3810         point, move point instead of the mark.
3812 2001-02-16  Dave Love  <fx@gnu.org>
3814         * textmodes/flyspell.el (flyspell-get-word): Return string without
3815         properties.
3817 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3819         * generic.el (generic-find-file-regexp): Doc fix.
3820         (generic-ignore-files-regexp): New defcustom.
3821         (generic-mode-find-file-hook): If the file's name matches the
3822         regexp in `generic-ignore-files-regexp', don't enter
3823         default-generic-mode.  Doc fix.
3825 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3827         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3828         Add autoload cookies.
3830         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3831         of cal-tex-24.
3833 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3835         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3837         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3838         the character class after the (optional) drive, to support file
3839         names with embedded blanks.
3841 2001-02-15  Sam Steingold  <sds@gnu.org>
3843         * textmodes/tex-mode.el (tex-shell-running):
3844         Check the process buffer too.
3846 2001-02-15  Dave Love  <fx@gnu.org>
3848         * battery.el (battery-status-function): Fix doc, :type.
3850         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3852 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
3854         * subr.el (read-passwd): Clear Lisp memory holding password.
3856 2001-02-15  Miles Bader  <miles@gnu.org>
3858         * info.el (Info-copy-current-node-name): New function.
3859         (Info-mode-menu): Add it to the menu.
3861 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
3863         * international/mule-cmds.el (toggle-input-method): Doc fix.
3865 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
3867         * replace.el (occur): Stop at end of buffer.
3869 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
3871         * international/mule-cmds.el (set-input-method): Another doc fix.
3873 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
3875         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3877 2001-02-13  Miles Bader  <miles@gnu.org>
3879         * faces.el (set-face-background, set-face-foreground)
3880         (set-face-stipple): Treat a value of nil as being `unspecified'.
3882 2001-02-12  Dave Love  <d.love@dl.ac.uk>
3884         * international/latin1-disp.el:  Doc fixes.
3885         (latin1-display) <defgroup>: Add :link.
3886         (latin1-display) <function>: Set variable latin1-display.
3888 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
3890         * international/mule-cmds.el (set-input-method): Doc fix.
3892 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
3894         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3895         (speedbar-line-file): Return nil if not a file.
3896         (speedbar-buffers-line-path): Return file for tags, and dir for files.
3898 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
3900         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3901         for remote files.
3902         (ediff-coding-system-for-read): Replaced the no-conversion default
3903         with raw-text.
3905         * ediff-init.el: Removed :version from defcustom vars.
3907         * ediff-util.el (ediff-compute-custom-diffs-maybe):
3908         Better handling of the diff mode.
3910         * ediff.texi: Added ediff-coding-system-for-read.
3912         * viper.texi: Fix typos.
3914 2001-02-11  Dave Love  <fx@gnu.org>
3916         * shadowfile.el: Doc fixes.
3917         (shadow) <defgroup>: Add :link.
3918         (shadowfile-unload-hook): New function.
3919         (shadow-initialize): Use defalias, not fset.
3920         (shadow-define-cluster, shadow-define-literal-group)
3921         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
3923         * international/mule.el: Doc and message fixes.
3925         * international/ccl.el (define-ccl-program): Doc fix.
3927 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
3929         * faces.el (mode-line): Set :line-width property to -1.
3931 2001-02-10  Richard M. Stallman  <rms@gnu.org>
3933         * complete.el (partial-completion-mode): Doc fix.
3935         * simple.el (delete-key-deletes-forward-mode):
3936         Change `let' to `let*' to fix gross bug in last change.
3938         * repeat.el (repeat): Don't let execute-kbd-macro alter
3939         real-last-command.
3941 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
3943         * simple.el (eval-expression): Doc fix.
3945 2001-02-09  Dave Love  <fx@gnu.org>
3947         * imenu.el (imenu-generic-expression): Doc fix.
3949         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3950         From Juanma Barranquero.
3952         * emacs-lisp/authors.el (authors): Expand `root' before running find.
3954 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
3956         * faces.el (set-face-attribute): Describe the case of a negative
3957         value specified for :line-width.
3959 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
3961         * which-func.el (which-func-mode): Invert which-func-mode-global.
3962         From Juanma Barranquero <lektu@uol.com.br>.
3964 2001-02-08  Dave Love  <fx@gnu.org>
3966         * wid-edit.el (widget-plist-convert-widget): Replace binding of
3967         widget-plist-value-type.
3968         (widget-alist-convert-widget): Replace binding of
3969         widget-alist-value-type.
3971         * textmodes/paragraphs.el (sentence-end): Doc fix.
3973         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3974         Remove `backward-line'.
3976         * play/pong.el (pong-blank-color, pong-bat-color)
3977         (pong-ball-color, pong-border-color, pong-left-key)
3978         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3979         (pong-pause-key, pong-resume-key, pong-timer-delay):
3980         * mail/mh-comp.el (mh-compose-letter-function):
3981         * eshell/esh-mode.el (eshell-skip-prompt-function):
3982         * emulation/viper-ex.el (ex-unix-type-shell-options):
3983         * recentf.el (recentf-menu-filter):
3984         * ps-print.el (ps-print-region-function):
3985         * lpr.el (print-region-function):
3986         * forms.el (forms-mode-hooks):
3987         * dirtrack.el (dirtrack-directory-change-hook):
3988         * cus-start.el (temp-buffer-show-function, display-buffer-function):
3989         * textmodes/spell.el (spell-filter):
3990         * textmodes/fill.el (adaptive-fill-function):
3991         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3992         * progmodes/etags.el (find-tag-default-function):
3993         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
3994         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3996 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
3998         * emulation/viper-init.el (viper-fast-keyseq-timeout)
3999         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
4000         Meyering <jim@meyering.net>.
4002         * loadup.el: Revert last change.
4004 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
4006         * international/mule.el (transform-make-coding-system-args):
4007         Make it work also for coding systems not using CCL.
4009 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4011         * simple.el (previous-matching-history-element)
4012         (next-matching-history-element): Doc fix.
4014         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4015         specific part.
4017 2001-02-06  Dave Love  <fx@gnu.org>
4019         * add-log.el (add-log-current-defun-function)
4020         (add-log-buffer-file-name-function, add-log-file-name-function):
4021         Fix :type.
4022         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4024 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4026         * info.el (info-initialize): Remove the test for system-type when
4027         invocation-directory is non-nil.
4029         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4030         of `font-lock-defaults' to `backward-paragraph' rather than nil.
4032 2001-02-06  Andrew Innes  <andrewi@gnu.org>
4034         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4035         absolute.
4037 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
4039         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4040         buffers.  When hi-lock turned on rather than only checking current
4041         buffer for regexps, all buffers are checked. Moved activation of
4042         font-lock to hi-lock-refontify. When font-lock turned off rather
4043         than removing added highlighting just in current buffer, remove it
4044         in all buffers.  Changed edit menu text from "Automatic
4045         Highlighting" to "Regexp Highlighting" Documentation for
4046         highlighting phrases, minor documentation changes.
4047         (hi-lock-set-file-patterns): Execute only if there are new or
4048         existing file patterns.
4049         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4050         unfontify and, if a support mode is active, will not refontify the
4051         whole buffer.  If necessary, turn on font lock. (Removed
4052         font-lock-unfontify and font-lock support-mode-specific calls,
4053         such as lazy-lock-fontify-window.)
4054         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4055         patterns are found. Not useful now since find-file-hook is removed
4056         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4057         (hi-lock-face-phrase-buffer): New function.  Also added related
4058         menu item and keybinding.
4059         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4060         (hi-lock-process-phrase): New function.
4061         (hi-lock-line-face-buffer): Doc fixes.
4062         (hi-lock-face-buffer): Doc fixes.
4063         (hi-lock-unface-buffer): Doc fixes.
4065 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
4067         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4068         dabbrev-ignored-regexps.
4070 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4072         * simple.el (kill-line): Doc fix.
4074 2001-02-05  Dave Love  <fx@gnu.org>
4076         * loadup.el: Revert last two changes -- bootstrapping works with
4077         regenerated loaddefs.
4079 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
4081         * isearch.el (isearch-forward): Doc fix.
4083         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4084         of font-lock-defaults to backward-paragraph.
4086 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4088         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4089         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4091 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4093         * ebnf2ps.el: Eliminate time-stamp functions.
4094         (ebnf-version): New version (3.5).
4095         (ebnf-eps-finish-and-write): Replace time-stamp functions by
4096         format-time-string.
4098 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4100         * simple.el (next-line): Goto end-of-line before inserting a newline.
4102 2001-02-05  Miles Bader  <miles@gnu.org>
4104         * image-file.el (insert-image-file): When visiting an image, also
4105         set `truncate-lines' to t so that any fringe arrow looks correct.
4107 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
4109         * isearch.el (isearch-forward): Add description about input method
4110         in the docsting.
4112 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
4114         * skeleton.el (skeleton-internal-1): Always push the mark for @.
4116 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4118         * info.el (info-initialize): If installation-directory is nil, for
4119         DOS/Windows systems try looking in a sibling of invocation-directory.
4121 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
4123         * wid-edit.el (widget-button-click): Fix last change.
4125         * frame.el (frame-notice-user-settings): When resizing the initial
4126         frame because the tool bar is off, also change the frame's top
4127         position if a negative top position was specified.
4129 2001-02-02  Miles Bader  <miles@gnu.org>
4131         * image-file.el (insert-image-file): When visiting an image,
4132         suppress the cursor in the image buffer.
4134 2001-02-01  Dave Love  <fx@gnu.org>
4136         * progmodes/f90.el (f90-mode): Remove startup message.
4138         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
4140 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4142         * startup.el (command-line): Fix code determining whether or not
4143         to use delete-key-deletes-forward-mode.
4145 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
4147         * vc.el (vc-diff-switches): New user option.
4148         (vc-version-diff): Use it.
4149         (vc-diff-switches-list): New macro.
4151         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4152         New customization options.
4153         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4155         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4157 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4159         * msb.el (toplevel): Quote hook symbols.
4161 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
4163         * international/mule.el (make-coding-system): Add description
4164         about recognized properties in the docstring.
4166         * international/mule-conf.el: Remove unused charsets
4167         mac-roman-lower and mac-roman-upper.
4169 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
4171         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4172         is in front of the left-margin, if any.
4174         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4175         like `delete'.
4177         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4179         * term/w32-win.el (mouse-set-font): Doc fix.
4181 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4183         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4184         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4185         on already.
4187 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
4189         * files.el (save-buffer): Don't give message if (buffer-file-name)
4190         returns nil.
4192 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
4194         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4196         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4197         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
4199         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4200         display problems.
4202 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
4204         * international/mule.el (charset-info): Fix docstring.
4206         * international/mule-diag.el (describe-character-set): Check final
4207         char valid before printing it.
4209 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
4211         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4213         * frame.el (frame-notice-user-settings): Do the tool-bar
4214         stuff only for graphical displays.  Fix a braino.
4216         * frame.el (frame-initialize): Create initial frame visible.
4217         (frame-notice-user-settings): When tool-bar has been switched off,
4218         correct the frame size and sync tool-bar-mode.
4220         * startup.el (command-line): Remove manipulation of frame
4221         height for tool bars.
4223 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4225         * lpr.el: Compatibility with XEmacs and doc fixes.
4226         (lpr-windows-system, lpr-lp-system): New vars.
4227         (lpr-printer-switch): New defcustom.
4228         (printer-name, lpr-command): Customization fix.
4229         (print-region-1): Code fix.
4230         (print-region-new-buffer, printify-region): Indentation fix.
4231         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4232         New functions.
4234 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4236         * msb.el (toplevel): Fix the eval-after-load.
4238 2001-01-29  Dave Love  <fx@gnu.org>
4240         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4242         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4244         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4245         (tcl-using-emacs-19-23): Consider Emacs 21+.
4246         (tcl-help-directory-list, tcl-command-switches): Fix :type.
4247         (tcl-add-emacs-menu): Supply menu name.
4248         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4250 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4252         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4254 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
4256         * pcvs.el (cvs-mark-fis-dead): New function.
4257         (cvs-mode-add): Use it.
4258         (cvs-mode-add-change-log-entry-other-window):
4259         Rebind change-log-default-name to itself rather than to nil.
4261 2001-01-29  Sam Steingold  <sds@gnu.org>
4263         * vc-cvs.el: Replaced (require 'vc) with a bunch of
4264         `autoload' statements.
4266 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
4268         * files.el (confirm-kill-emacs): Doc fix.
4270         * frame.el (frame-initialize): Doc fix.
4272         * time-stamp.el (time-stamp-string): Doc fix.
4274         * woman.el (WoMan-log-1): Make the log buffer writable.
4275         From Markus Rost <rost@math.ohio-state.edu>.
4277 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4279         * imenu.el (imenu-syntax-alist): Add autoload cookie for
4280         the `make-variable-buffer-local'.
4282 2001-01-29  Dave Love  <fx@gnu.org>
4284         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4285         (ansi-color-for-comint-mode-on, ansi-color-process-output):
4286         Add autoload cookie.
4287         (ansi-color-apply-sequence): Fix typo.
4289 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4291         * menu-bar.el (menu-bar-files-menu): Add menu items for
4292         Postscript printing in black and white.
4294         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4295         X-Mailman-Version, Precedence, List-Help, List-Post,
4296         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4297         Content-Type, Content-Length.
4299 2001-01-29  Dave Love  <fx@gnu.org>
4301         * elide-head.el (elide-head): Make overlay evaporate.
4303         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4305 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
4307         * isearch.el (isearch-highlight): Don't punt if the display
4308         doesn't support colors, since isearch faces are defined for
4309         monochrome displays as well.
4311 2001-01-27  Sam Steingold  <sds@gnu.org>
4313         * shell.el (shell-write-history-on-exit): Make sure that we are in
4314         the shell buffer (M-x tex-file RET inserted the error message into
4315         the TeX buffer).
4317 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4319         * simple.el (transient-mark-mode): Doc fix.
4321 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
4323         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4325 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4327         * shell.el (shell-unquote-argument): If the shell is one of the
4328         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4329         quote character.
4330         (shell-dumb-shell-regexp): Document that the shells which match
4331         this regexp are supposed to not treat a backslash as a quote character.
4333         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4334         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
4336 2001-01-27  Richard M. Stallman  <rms@gnu.org>
4338         * dabbrev.el (dabbrev--substitute-expansion):
4339         Treat a one-capital-letter abbrev as "not all upper case",
4340         so as to force preservation of the expansion's pattern
4341         if the expansion starts with a capital letter.
4343 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4345         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4346         Doc fix.
4348         * simple.el (transient-mark-mode): Document the fact that many
4349         commands act on the region when mark is active.
4351 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
4353         * international/quail.el (quail-setup-completion-buf): Make the
4354         multibyteness of current buffer inherited to Quail completion buffer.
4355         (quail-show-guidance-buf): Make the multibyteness of current
4356         buffer inherited to Quail guidance buffer.
4357         (quail-help): Make the multibyteness of current buffer inherited
4358         to Quail help buffer.
4360 2001-01-26  Dave Love  <fx@gnu.org>
4362         * time-stamp.el: Doc fixes.
4364         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4365         (delphi-keyword-face, delphi-other-face): Fix :type.
4367         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
4369         * mail/feedmail.el (feedmail): Add :link.
4370         (feedmail-send-it): Doc fix.
4372         * mail/sendmail.el: Doc fixes.
4373         (sendmail-send-it): Fix the non-ASCII regexp and use
4374         rfc2047-encode-string.
4376         * dired.el, dired-aux.el: Revert last change.
4378 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4380         * makefile.w32-in (DONTCOMPILE): Add various term files.
4382 2001-01-26  Dave Love  <fx@gnu.org>
4384         * Makefile.in (DONTCOMPILE): Add various term files.
4386 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4388         * man.el (Man-default-man-entry, Man-mode): Doc fix.
4390         * startup.el (display-startup-echo-area-message): Make sure
4391         the echo area is resized to fit the size of the startup message.
4393         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4394         part of which is a constant.
4396 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
4398         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4400 2001-01-26  Richard M. Stallman  <rms@gnu.org>
4402         * simple.el (next-line): Don't let `newline' expand abbrevs.
4403         Simplify slightly.
4404         (open-line): Don't let `newline' expand abbrevs.
4406 2001-01-25  John Wiegley  <johnw@gnu.org>
4408         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4409         to `repeat' in the :type field.
4411         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4412         allow a choice of regexp or nil.
4413         (pcomplete-dir-ignore): Same.
4415         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4416         a command) to always fail.
4418 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
4420         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4421         discard the result.
4422         (iswitchb-to-end): Likewise.
4424 2001-01-25  Sam Steingold  <sds@gnu.org>
4426         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4427         Require vc.
4429 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
4431         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4433         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4435 2001-01-25  Dave Love  <fx@gnu.org>
4437         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4438         (describe-coding-system): Tweak the English text.
4440         * loadup.el: Preload international/ccl for utf-8.
4442 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
4444         * mail/rmail.el (rmail-redecode-body): Doc fix.
4446 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
4448         * international/mule-cmds.el (reset-language-environment):
4449         Reset coding-category-utf-8 to mule-utf-8.
4451         * international/mule-conf.el (coding-category-utf-8):
4452         Initialize to mule-utf-8.
4454         * loadup.el: Preload international/utf-8.
4456         * international/utf-8.el: New file.
4458 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
4460         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4462 2001-01-24  Sam Steingold  <sds@gnu.org>
4464         * dired.el (dired-replace-in-string): Removed.
4465         (dired-sort-toggle): Use `replace-regexps-in-string'
4466         instead of `dired-replace-in-string'.
4468         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4469         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4471         * gs.el (gs-replace-in-string): Removed.
4472         (gs-options): Use `replace-regexps-in-string'
4473         instead of `gs-replace-in-string'.
4475 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
4477         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4478         bug report is mailed to an email list and posted to a news group.
4480 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4482         * comint.el (comint-replace-by-expanded-history-before-point):
4483         Fix change of 2000-08-03 to move point to the start of the line again.
4485         * startup.el (tool-bar-images-pixel-height): New variable.
4486         (command-line): After loading the user's init file, when
4487         tool-bar-mode is on, increase the frame's size by some lines for
4488         the tool-bar.
4490         * frame.el (frame-initialize): Create the initial frame invisible.
4492 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4494         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4495         (chinese-big5): MIME:Big5.
4497 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4499         * international/mule-cmds.el (universal-coding-system-argument):
4500         Handle commands with prefix args.
4502 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4504         * calendar/diary-lib.el (diary-float): Fix case of MONTH
4505         being a list of numbers.
4506         (diary-mail-entries): Rewritten.
4508 2001-01-23  Dave Love  <fx@gnu.org>
4510         * international/mule.el (make-coding-system): Fix typo.
4512         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4513         Add backward-paragraph as font-lock-beginning-of-syntax-function.
4515 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
4517         * font-lock.el (font-lock-mode): Doc fix.
4519 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
4521         * international/mule.el (make-translation-table): Fix docstring.
4523 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
4525         * mail/rmail.el (rmail-redecode-body): New function.
4527         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4529 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
4531         * isearch.el (isearch-lazy-highlight-case-fold-search)
4532         (isearch-lazy-highlight-regexp): New variables.
4533         (isearch-lazy-highlight-cleanup): Update lazy highlight if
4534         case-fold search or regexp search has been toggled.
4536         * wid-edit.el (widget-button-click): Avoid a save-excursion
4537         around running a global binding.
4539         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4540         to 0.25.
4542 2001-01-20  Miles Bader  <miles@gnu.org>
4544         * cus-edit.el (custom-face-save): Do post-processing on the face's
4545         new value like `custom-face-set' does.
4547 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4549         * mail/emacsbug.el (report-emacs-bug): Report the value of
4550         LC_CTYPE, not LC_TYPE.
4552         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4553         isearch-toggle-regexp and isearch-edit-string to doc string.
4555 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4557         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4558         as font-lock-beginning-of-syntax-function in font-lock-defaults.
4560         * jit-lock.el (jit-lock-fontify-now): Don't bind
4561         font-lock-beginning-of-syntax-function to nil.
4563 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4565         * mail/emacsbug.el (report-emacs-bug): Report values of
4566         locale-coding-system, default-enable-multibyte-characters, and the
4567         environment variables LC_ALL, LC_TYPE, and LANG.
4569 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4571         * font-lock.el (font-lock-default-fontify-region): Fix last change.
4573         * font-lock.el (font-lock-multiline): Default to nil.
4574         (font-lock-default-fontify-region): If font-lock-multiline is
4575         nil, don't check the property `font-lock-multiline'.
4577         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4578         is nil, don't check the `font-lock-multiline' text property.
4580 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4582         * viper.el: Call initial-major-mode on startup.
4584         * ediff.el (ediff-patch-file): Use better defaults.
4586         * ediff-vers.el: Fix for 8+3 DOS file systems.
4588 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
4590         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4591         diff mode, if available.
4593 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4595         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4597         * ediff-init.el (subst-char-in-string): Define and use it, unless
4598         it's already defined.
4600 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
4602         * tooltip.el (tooltip-hide-delay): New user-option.
4603         (tooltip-show): Use tooltip-hide-delay instead of the default.
4605 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
4607         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4608         kill-local-variable doesn't work for enable-multibyte-characters.
4610 2001-01-17  Dave Love  <fx@gnu.org>
4612         * ediff-init.el (ediff-before-setup-hook)
4613         (ediff-merge-filename-prefix): Add :version.
4615         * international/latin1-disp.el: Require disp-table.
4616         (latin1-display): Fix :set.
4618         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4620 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
4622         * isearch.el (isearch-lazy-highlight-initial-delay)
4623         (isearch-lazy-highlight-interval): Default to 0.
4625 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
4627         * isearch.el (isearch-highlight): Set isearch-overlay priority to
4628         1 here rather than each time through
4629         isearch-lazy-highlight-new-loop.
4630         (isearch-lazy-highlight-max): Variable deleted.
4631         (isearch-lazy-highlight-max-at-a-time): New user variable, like
4632         isearch-lazy-highlight-max but controls a single invocation of
4633         isearch-lazy-highlight-update.
4634         (isearch-lazy-highlight-wrapped): Variable recreated.
4635         (isearch-lazy-highlight-window-start): New variable.
4636         (isearch-lazy-highlight-cleanup): Restored to behavior of
4637         before 2-Jan.
4638         (isearch-lazy-highlight-remove-overlays): Function deleted;
4639         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
4640         behavior removed.
4641         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4642         isearch-lazy-highlight-update in a loop rather than just once.
4643         Test isearch-invalid-regexp here and decide not to start a new
4644         loop, rather than testing it each time through
4645         isearch-lazy-highlight-update.
4646         (isearch-lazy-highlight-search): Function restored.
4647         (isearch-lazy-highlight-update): Get called in a timer loop again,
4648         but this time highlight more than one match each time through.
4649         Only highlight matches in the visible part of the window.
4650         Start at point, move in the direction of the search, and wrap around at
4651         the edge of the window.  Use sit-for to force redisplay and ensure
4652         window-start is credible.  "Face suppressing" behavior removed;
4653         overlay priorities should make it unnecessary, right?
4654         (isearch-highlight): Face suppressing behavior removed.
4655         (isearch-dehighlight): Face suppressing behavior removed.
4656         (isearch-set-lazy-highlight-faces-at): Removed.
4658 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
4660         * language/european.el ("Latin-1"): Make the format of description
4661         about additional language environments same as that of Latin-2.
4663 2001-01-16  Dave Love  <fx@gnu.org>
4665         * isearch.el (isearch-lazy-highlight): Add :version.
4667         * simple.el (backward-delete-char-untabify-method)
4668         (next-line-add-newlines): Add :version.
4670 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
4672         * bindings.el: Bind <backspace> and <delete> via function-key-map.
4673         Don't bind <delete> otherwise.
4675         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4676         and <delete> via function-key-map.
4678         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4679         Subject line only if point is after the `Subject:'.
4681 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
4683         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4684         japanese-jisx0213-2 in `charset' property of this lang. env.
4686         * language/european.el ("Latin-1"): Add description for Dutch and
4687         Spanish lang. env.
4689         * international/mule.el (decode-char): Fix conditions.
4690         (encode-char): Handle eight-bit-control too.
4691         (transform-make-coding-system-args): New function.
4692         (make-coding-system): Accept XEmacs style arguments for CCL base
4693         coding system.
4695 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
4697         * progmodes/etags.el (find-tag-noselect): Save the value of
4698         tags-file-name before switching buffers, for the case it has a
4699         buffer-local value.
4701 2001-01-15  Alex Schroeder  <alex@gnu.org>
4703         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4704         From Dave Love <fx@gnu.org>.
4705         (ansi-color-for-comint-mode): Fix :version.
4707 2001-01-15  Alex Schroeder  <alex@gnu.org>
4709         * ansi-color.el (ansi-color-unfontify-region): Doc change.
4711 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
4713         * dired.el (dired-insert-directory): If file-system-info fails,
4714         remove the " free " part, but don't signal an error.
4716 2001-01-12  Sam Steingold  <sds@gnu.org>
4718         * bookmark.el (bookmark-maybe-historicize-string):
4719         Use new backquote syntax.
4721 2001-01-12  Richard M. Stallman  <rms@gnu.org>
4723         * subr.el (last): Handle a list that doesn't end in nil.
4725 2001-01-12  Sam Steingold  <sds@gnu.org>
4727         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4728         to `backward-delete-char-untabify'.
4730 2001-01-12  Dave Love  <fx@gnu.org>
4732         * cus-edit.el (customize-menu-create): Fix the :filter following
4733         easymenu change.
4735         * wid-edit.el (function): Add :match-alternatives.
4736         (widget-color-action): Doc fix.
4738 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
4740         * calendar/calendar.el (calendar-basic-setup): Doc fix.
4742 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
4744         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4746         * international/ccl.el (define-ccl-program): Fix docstring.
4748 2001-01-11  Dave Love  <fx@gnu.org>
4750         * international/mule-cmds.el (standard-display-european-internal):
4751         Set display table for 2208 as for 160.
4753         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4755         * progmodes/fortran.el (fortran-mode-map): Modify Customization
4756         entry for custom-menu-create change.
4757         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
4758         don't cons it in the search loop.
4760         * imenu.el (imenu--truncate-items): Revert last change.
4762 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4764         * info.el (Info-setup-header-line): If the node header includes
4765         either Next: or Prev: links, don't show the File: and Node: parts
4766         in the header line.
4768 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
4770         * comint.el (comint-goto-process-mark): Don't print a message
4771         when running in batch mode.
4773         * isearch.el (isearch-search): In the condition-case handler for
4774         `error', set isearch-invalid-regexp to the whole error message.
4776         * subr.el (eval-after-load): Call load-symbol-file-load-history to
4777         ensure that eval-after-load works for files dumped with Emacs.
4779         * help.el (load-symbol-file-load-history): New function extracted
4780         from function symbol-file.
4781         (symbol-file): Use it.
4783         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4785 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4787         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4788         behave as if there were no prefix argument.
4789         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4790         argument were nil.
4792 2001-01-11  Richard M. Stallman  <rms@gnu.org>
4794         * isearch.el (isearch-lazy-highlight-update):
4795         Don't look for more potential matches once maximum is exceeded.
4796         Use overlays-in to check correctly for overlap with current match.
4797         Ignore empty matches.
4799 2001-01-11  Miles Bader  <miles@gnu.org>
4801         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4802         (ispell-overlay-window, ispell-help, ispell-show-choices)
4803         (ispell-command-loop): Use it instead of `window-height'.
4805 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4807         * files.el (confirm-kill-emacs): New user-option.
4808         (save-buffers-kill-emacs): Ask for final confirmation before
4809         killing Emacs.
4811         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4812         to nil.
4814 2001-01-10  Dave Love  <fx@gnu.org>
4816         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4818         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4820         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4822         * calculator.el (calculator-number-digits): Fix :type.
4824         * vc-cvs.el (vc-cvs-header): Fix :type.
4825         * vc-rcs.el (vc-rcs-header): Fix :type.
4826         * vc-sccs.el (vc-sccs-header): Fix :type.
4828         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4830         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4832         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4834 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4836         * simple.el (set-variable): Force a thorough redisplay for the
4837         case that the variable has an effect on the display, like
4838         `tab-width' has.
4840 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
4842         * vc.el: Add documentation for backend interface.
4844 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
4846         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4848         * international/mule-conf.el (latin-extra-code-table): Set to t
4849         for \223 and \224.
4851 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4853         * international/mule-cmds.el (locale-language-names): Map "es" to
4854         "Spanish" and "nl" to "Dutch".
4856 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
4858         * bindings.el (global-map): Bind <home> to beginning-of-line,
4859         <end> to end-of-line, C-<home> to beginning-of-buffer, and
4860         C-<end> to end-of-buffer.
4862         * language/european.el: Add Dutch and Spanish language info
4863         to be able to use the appropriate tutorials.
4865 2001-01-09  Alex Schroeder  <alex@gnu.org>
4867         * ansi-color.el (ansi-color-process-output): Use markers instead
4868         of positions for start and end of region.
4869         (ansi-color-apply-on-region): Rewrote code to make it more robust.
4870         Previously, occasional mistakes happend when fontifying many
4871         chunks of output (eg. ls --color=yes /dev).  This happened
4872         whenever an overlay was created up to the end of the region, which
4873         coincided with the process-mark.  New text would then be added
4874         within that overlay instead of after it.
4875         (ansi-color-make-extent): Overlays are created with the property
4876         `modification-hooks' set to '(ansi-color-freeze-overlay).
4877         (ansi-color-freeze-overlay): New function.  When inserting text at
4878         the end of the overlay, the overlay will resize.
4880 2000-01-09  Alex Schroeder  <alex@gnu.org>
4882         * ansi-color.el (ansi-color-process-output): Doc change.
4883         (ansi-color-unfontify-region): Doc change.  No longer installed
4884         automatically in font-lock-unfontify-region-function.
4885         (ansi-color-apply): Doc change.
4886         (ansi-color-apply-on-region): Use extents or overlays instead of
4887         text-properties.
4888         (ansi-color-make-extent): New function.
4889         (ansi-color-set-extent-face): New function.
4891 2000-01-09  Alex Schroeder  <alex@gnu.org>
4893         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4894         both use ansi-color-process-output, now.
4895         (ansi-color-process-output): Doesn't return string anymore.  It is
4896         installed in comint-output-filter-functions for both Emacs and
4897         XEmacs, now.
4898         (ansi-color-unfontify-region): Simplified code removing variables
4899         pos and start-ansi.
4900         (ansi-color-apply): Put text-property ansi-color before putting
4901         text-property face because ansi-color-unfontify-region is called
4902         immediately after the call to put-text-property.
4903         (ansi-color-context-region): Doc change.
4904         (ansi-color-filter-region): Simplified code.
4905         (ansi-color-apply-on-region): Changed start to start-marker, using
4906         a marker explicitly.  Put text-property ansi-color before putting
4907         text-property face because ansi-color-unfontify-region is called
4908         immediately after the call to put-text-property.
4910 2000-01-09  Alex Schroeder  <alex@gnu.org>
4912         * ansi-color.el (ansi-color-faces-vector): Doc change.
4913         (ansi-color-for-comint-mode): Changed :type property to choice.
4914         (ansi-color-last-context): Removed.
4915         (ansi-color-process-output): Don't use ansi-color-last-context, as
4916         the main functions will store their context now.
4917         (ansi-color-context): Doc change.
4918         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4919         Uses ansi-color-context such that repeated calls will strip
4920         partial escape sequences, too.
4921         (ansi-color-apply): Simplified code.  Colorize end of string if
4922         face is not null.  Store context in new (FACE STRING) format, such
4923         that repeated calls will strip partial escape sequences, too.
4924         Append faces to face property using ansi-color-apply-sequence such
4925         that cumulative mode actually works.
4926         (ansi-color-context-region): New variable.
4927         (ansi-color-filter-region): Rewrote it based on
4928         ansi-color-apply-on-region.  Uses ansi-color-context-region such
4929         that repeated calls will strip partial escape sequences, too.
4930         (ansi-color-apply-on-region): Simplified code.  Colorize end of
4931         region if face is not null.  Store context in new (FACE POS)
4932         format, such that repeated calls will strip partial escape
4933         sequences, too.  Append faces to face property using
4934         ansi-color-apply-sequence such that cumulative mode actually works.
4935         (ansi-color-apply-sequence): New function.
4936         (ansi-color-get-face): When the default face is added to the list
4937         of faces, all previous settings are discarded and the list of
4938         faces is set to '(default).
4940 2000-01-09  Alex Schroeder  <alex@gnu.org>
4942         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4943         face, such that ansi-color-apply and ansi-color-apply-on-region
4944         will do the right thing.
4945         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4946         returns nil, set the list of faces back to nil instead of
4947         appending the result of ansi-color-get-face to the front of the list.
4949 2000-01-09  Alex Schroeder  <alex@gnu.org>
4951         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4952         (ansi-color-process): Doc change.
4953         (ansi-color-last-context): New buffer-local variable.
4954         (ansi-color-process-output): New function.  It is automatically
4955         added to comint-output-filter-functions if this is XEmacs.
4956         (ansi-color-unfontify-region): New optional parameter for XEmacs
4957         compatibility.  Check wether font-lock-syntactic-keywords is
4958         boundp before removing the syntax table text property, as XEmacs
4959         doesn't have it.
4960         (ansi-color-filter-region): Doc change.
4961         (ansi-color-apply-on-region): Doc change.
4962         (ansi-color-make-face): New function.  Compatibility layer for
4963         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
4964         (ansi-color-make-color-map): Use ansi-color-make-face.
4965         (ansi-color-get-face): Avoid face text property '(nil) as results
4966         in an errow for XEmacs.
4968 2000-01-09  Alex Schroeder  <alex@gnu.org>
4970         * ansi-color.el (ansi-color-unfontify-region): New function.
4971         Uses text-property ansi-color in order to preserve fontification by
4972         ansi-color.  When the package is loaded, a lambda expression is
4973         put onto font-lock-mode-hook.  This lambda expression will check
4974         font-lock-unfontify-region-function and replace
4975         font-lock-default-unfontify-region with ansi-color-unfontify-region.
4976         (ansi-color-apply): Add text-property ansi-color in addition to
4977         text-property face.
4978         (ansi-color-apply-on-region): Add text-property ansi-color in
4979         addition to text-property face.
4980         (save-buffer-state): Copy of the macro that is also used by
4981         lazy-lock and font-lock.
4983         (ansi-color-for-comint-mode): New option.
4984         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4985         (ansi-color-for-comint-mode-off): Ditto.
4986         (ansi-color-for-comint-mode-filter): Ditto.
4987         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
4988         decide what to do.  This function is added to
4989         comint-preoutput-filter-functions when the package is loaded.
4991         (ansi-color-for-shell-mode-set): Removed.
4992         (ansi-color-for-shell-mode): Removed.
4994 2000-01-09  Alex Schroeder  <alex@gnu.org>
4996         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4997         the lambda expression from the ansi-color-for-shell-mode :set
4998         property.  Additionally, modify shell-mode-hook to enable or
4999         disable font-lock-mode for future shell buffers.
5000         (ansi-color-for-shell-mode): The :set property calls
5001         ansi-color-for-shell-mode-set instead of a lambda expression.
5003 2000-01-09  Alex Schroeder  <alex@gnu.org>
5005         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5006         (ansi-color-context): New variable.
5007         (ansi-color-apply): Save context between calls.
5009 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
5011         * isearch.el (isearch, isearch-lazy-highlight-face):
5012         New definitions for face colors and attributes.
5014         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5015         of display-mouse-p.
5017 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5019         * international/mule.el (make-coding-system): If the coding system
5020         accepts extra latin codes, register such codes as safe for the
5021         coding system.
5023 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5025         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5026         don't mention the file name or the date here, because they are
5027         logged at the start of the file.
5029 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5031         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5032         Change screen-width to frame-width.
5034 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5036         * info.el (Info-search): Print the default as part of the prompt.
5038 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
5040         * vc.el (vc-default-latest-on-branch-p): New function, replaces
5041         constant implementations in backends.
5043         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5044         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5046         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5047         WRITABLE to EDITABLE.
5049         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5050         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5051         to EDITABLE.
5053 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5055         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5056         (copyright, copyright-update): Compute the current year at run time.
5058 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
5060         * isearch.el (isearch-old-signal-hook): Removed.
5061         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5062         instead of setting signal-hook-function.
5063         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5065 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
5067         * emulation/edt.el: Update to version 4.0.  Provide support for
5068         EDT scroll margins at top and bottom of the window.  Provide an
5069         emulation of the EDT SUBS command (bound to GOLD-Enter, by
5070         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
5071         user when file-related buffer modifications exist.
5072         Provide support for running EDT Emulation in XEmacs.
5073         Provide customize access to some user updatable variables.
5074         Add Commentary section to file header.
5075         Fixed a few minor bugs and cleaned up some code.
5077         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
5078         for detecting a keypress that generates an ASCII key sequence.
5079         (Previously, only a keypress that generates a vector was
5080         recognized.)  Embed Window Manager name into name of the generated
5081         EDT Emulation initialization file since the initialization file is
5082         Window Manager specific.  Add Commentary section to file header.
5084 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
5086         * mail/sendmail.el (mail-mode): Doc fix.
5088         * info.el (Info-goto-emacs-command-node): Doc fix.
5089         (Info-goto-emacs-key-command-node): Doc fix.
5091 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5093         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5094         systems without long file-name support.
5096 2001-01-06  Andrew Innes  <andrewi@gnu.org>
5098         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5100 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5102         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5103         (isearch-lazy-highlight-update): Doc fix.
5105         * ffap.el (ffap-bindings): Doc fix.
5107         * dired-x.el (dired-virtual-guess-dir): Doc fix.
5109 2001-01-05  Dave Love  <fx@gnu.org>
5111         * emacs-lisp/cl-seq.el (remove, remq): Remove.
5113 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
5115         * mouse-drag.el (mouse-drag-safe-scroll):
5116         Bind scroll-preserve-screen-position to nil.
5118         * isearch.el (isearch-old-signal-hook): New variable.
5119         (isearch-mode): Set signal-hook-function to isearch-done.
5120         (isearch-done): Restore old signal-hook-function.
5122         * info.el (Info-fontify-node): Mark one more char as intangible.
5124 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
5126         * composite.el (compose-last-chars): New argument COMPONENTS.
5127         If it is non-nil, compose preceding characters by compose-region with
5128         COMPONENTS.
5130         * international/quail.el (quail-input-string-to-events): New function.
5131         (quail-input-method): Convert input string to events here.
5132         (quail-start-translation): Return input string, not event list.
5133         (quail-start-conversion): Likewise.
5135 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
5137         * tooltip.el (tooltip-cancel-delayed-tip)
5138         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5139         and tooltip-add-timeout.
5140         (tooltip-show): Set border color from faces's foreground.
5141         (tooltip-show-help-function): If called with the same help string
5142         as last time, do nothing.
5143         (tooltip-help-tips): Don't set tooltip-help-message to nil.
5145         * startup.el (fancy-splash-screens): Don't bind show-help-function
5146         to nil.
5148         * tooltip.el (tooltip-frame-parameters): Remove colors.
5149         (tooltip): New face
5150         (tooltip-set-param): New function.
5151         (tooltip-show): Set up color frame parameters from face `tooltip'.
5152         Display the tooltip text in face `tooltip'.
5154 2001-01-04  Dave Love  <fx@gnu.org>
5156         * whitespace.el (whitespace-global-mode): Fix typo.
5158         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5160 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
5162         * help.el (help-for-help): Fix a typo in a doc string.
5163         From kwzh@gnu.org (Karl Heuer).
5165 2001-01-03  Dave Love  <fx@gnu.org>
5167         * dired-x.el: Doc fixes.  Maintainer change.
5168         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5169         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5170         (dired-guess-shell-alist-user): Customize.
5171         (dired-x-help-address): Set to bug-gnu-emacs.
5172         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5173         (dired-default-directory): Renamed from default-directory.
5175         * hl-line.el (hl-line): Doc fix.
5177 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
5179         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5181 2001-01-02  Richard M. Stallman  <rms@gnu.org>
5183         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5184         to remove all the current alternative-match highlighting.
5185         If nil, remove only what's outside the current window.
5186         (isearch-lazy-highlight-remove-overlays): Take optional
5187         region within which NOT to remove them.
5188         (isearch-lazy-highlight-new-loop): Greatly simplified.
5189         (isearch-lazy-highlight-update): Find all the other occurrences
5190         visible in the window, in just one call.
5191         (isearch-lazy-highlight-start): Now holds start of region to scan.
5192         (isearch-lazy-highlight-end): Now holds end of region to scan.
5193         (isearch-lazy-highlight-wrapped): Variable deleted.
5194         (isearch-lazy-highlight-search): Function deleted.
5196 2000-01-02  Andrew Innes  <andrewi@gnu.org>
5198         * w32-fns.el (convert-standard-filename): Do length check on name
5199         before aref.
5201 2001-01-02  Dave Love  <fx@gnu.org>
5203         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5204         value.
5205         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5207         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5209         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5210         read syntax.
5212         * calendar/todo-mode.el (todo): Add :link, :version.
5213         (todo-save-top-priorities): Remove autoload cookie.
5214         (todo-add-category, todo-add-item-non-interactively)
5215         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5217 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
5219         * comint.el (comint-input-history-ignore): New variable.
5220         (comint-read-input-ring): Ignore entries matching
5221         comint-input-history-ignore.
5223 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
5225         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5226         (lm-copyright-mark): New function.
5227         (lm-crack-copyright): New function.
5228         (lm-verify): Check that the file has a copyright.
5229         Check that the file is copyright Free Software Foundation.
5231 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
5233         * international/mule-diag.el (print-fontset): Indent font name by
5234         24 columns, not 25.
5236 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
5238         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5239         in Subject line.
5241         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5242         Use mail-mode-hook instead of mail-setup-hook.
5243         Otherwise continuing an interrupted message with C-u C-x m for
5244         instance, winds up in Mail mode without abbrevs.
5246 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5248         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5249         non-nil.  Adding almost all customization variables on ps-setup.
5250         Doc fix.
5251         (ps-print-version): New version number (6.3.3).
5252         (ps-end-with-control-d): Initialization fix.
5253         (ps-lines-printed): New var.
5254         (ps-skip-newline): New fun.
5255         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5256         (ps-next-line, ps-continue-line, ps-plot-region)
5257         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5259 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
5261         * international/fontset.el (x-complement-fontset-spec):
5262         Resolve ASCII font name so that the same family name is used for fonts
5263         registered in x-font-name-charset-alist.
5264         (create-fontset-from-fontset-spec): Adjusted for the above change.
5265         The name of fontset alias should be a unresolved ASCII font name.
5267 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
5269         * simple.el (delete-key-deletes-forward-mode): Bind backspace
5270         and delete in isearch-mode-map.
5272 2000-12-28  Richard M. Stallman  <rms@gnu.org>
5274         * dired-x.el (dired-guess-shell-alist-default):
5275         Use xpdf instead of acroread.
5277 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
5279         * textmodes/artist.el (artist-butlast): Deleted.
5280         (artist-ellipse-mirror-quadrant): Use butlast instead of
5281         artist-butlast.
5283         * subr.el (butlast, nbutlast): Moved from cl.el to here.
5285         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5287 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5289         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5291         * ls-lisp.el: Better support for the Mac and MS-Windows.
5292         (ls-lisp): New defgroup.
5293         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5294         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5295         (ls-lisp-support-shell-wildcards): New defcustoms.
5296         (ls-lisp-parse-symlink): New function.
5297         (insert-directory): Code to convert switches to a list and set up
5298         the wildcard argument copied from ls-lisp-insert-directory.
5299         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
5300         for -C and -R switches.
5301         (ls-lisp-column-format): New function.
5302         (ls-lisp-delete-matching, ls-lisp-handle-switches)
5303         (ls-lisp-format-time): Add doc strings.
5304         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5305         Support ls-lisp-dirs-first.
5306         (ls-lisp-classify, ls-lisp-extension): New functions.
5307         (ls-lisp-format): Optionally support emulation of symlinks.
5308         Support -i, -s, and -G switches.
5310 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
5312         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5314         * version.el (emacs-version): Print X scroll bar information.
5316         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5317         instead of x-toolkit-scroll-bars-p.
5319         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5320         of x-toolkit-scroll-bars-p.
5322 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5324         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5325         (ffap-bindings): Doc fix, to reflect the above change.
5327 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
5329         * term.el (term-char-mode): Define all non-ascii self-inserting
5330         characters to 'term-send-raw in term-raw-map.
5332 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
5334         * viper-init (viper-restore-cursor-type): Added condition-case guard.
5336         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5337         Changed initialization; use add-hook.
5338         (ediff-file-remote-p): Use file-local-copy.
5340         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5342         * ediff.el (ediff-patch-buffer): Bug fix.
5343         (ediff-revision): Allow selection of the file at the prompt.
5345 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
5347         * subr.el (combine-run-hooks): Remove.
5349         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5350         and remove the rogue second spec.
5352 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
5354         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5356 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
5358         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5359         Use minibuffer menu prompt for the `=' prefix.
5360         (smerge-command-prefix): Change default to C-^.
5361         (smerge-mode): Don't assume font-lock doesn't move point.
5363         * skeleton.el (skeleton-internal-1): Make sure the first line of
5364         the region is also re-indented.
5365         (skeleton-end-newline): New var.
5366         (skeleton-end-hook): Use it.
5368 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5370         * comint.el (comint-password-prompt-regexp): Support CVS.
5372 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
5374         * simple.el (delete-key-deletes-forward-mode): Simplify.
5375         Also backspace key combinations, depending on
5376         delete-key-deletes-forward.
5378         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5380         * simple.el (delete-key-deletes-forward): Doc fix.
5382 2000-08-22  Emmanuel Briot  <briot@gnat.com>
5384         * xml.el (top level comment): Updated to reflect the fact that
5385         white spaces are relevant in the XML file.
5386         (xml-parse-file): Do not kill an existing Emacs buffer if the file
5387         to parse was already edited. This allows for on-the-fly analysis
5388         of XML files.
5389         (xml-parse-tag): Check that the casing is the same in the start
5390         tag and end tag, since XML is case-sensitive.  Allows for spaces
5391         in the end tag, after the name of the tag.
5392         (xml-parse-attlist): Allow for the character '-' in the name of
5393         attributes, as in the standard http-equiv attribute Do not save
5394         the properties in the XML tree, since they are not relevant.
5396 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
5398         * generic.el (generic-read-type): Undo last change, inline into
5399         `generic-mode' and then remove.
5400         (generic-mode): Inline generic-read-type.
5401         (define-generic-mode): Push the symbol name rather than the symbol
5402         onto generic-mode-list.
5404 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
5406         * generic.el (generic-read-type): Build an alist for
5407         completing-read as in 20.7.
5409         * play/landmark.el (lm): Use interactive spec `P'.
5410         (toplevel): Don't set debug-on-error.
5412         * server.el (server-switch-buffer): Choose a window on a visible frame.
5414 2000-12-21  Dave Pearson  <davep@davep.org>
5416         * quickurl.el: Commentry change, I've moved my web site.
5418 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5420         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5421         ranges like \177-\237, but accepts the character sequence from \177 to
5422         \237.  Doc fix.
5423         (ebnf-version): New version (3.4).
5424         (ebnf-setup): Code fix.
5425         (ebnf-range-regexp): New fun.
5426         (ebnf-8-bit-chars): Const fix.
5428         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5429         entry.  Doc fix.
5430         (ebnf-bnf-lex): Code fix.
5431         (ebnf-bnf-comment-chars): Const fix.
5433         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5434         entry.  Doc fix.
5435         (ebnf-iso-comment-chars): Const fix.
5437         * ebnf-otz.el: Doc fix.
5439         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5440         entry.  Doc fix.
5441         (ebnf-yac-skip-code): Code fix.
5442         (ebnf-yac-comment-chars): Const fix.
5444 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
5446         * files.el (insert-directory-safely): New function.
5447         (recover-file): Use it instead of insert-directory.
5448         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5450 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5452         * international/mule-cmds.el (select-safe-coding-system):
5453         Check coding-category-list more rigidly.  Improve help message.
5455         * dired.el (dired-move-to-filename-regexp): Fix previous change.
5457 2000-12-21  Miles Bader  <miles@gnu.org>
5459         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5461 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5463         * international/mule-diag.el (describe-char-after): Make *Help*
5464         buffer inherit multibyteness of the current buffer.
5466         * international/mule.el (make-char): Docstring adjusted for the
5467         change of make-char-internal.
5469 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
5471         * international/iso-cvt.el: Docstrings fix.
5473 2000-12-20  Dave Love  <fx@gnu.org>
5475         * subr.el (eval-after-load): Doc fix.
5477 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
5479         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5480         for numbers.
5482 2000-12-20  Miles Bader  <miles@gnu.org>
5484         * international/quail.el (quail-help): Resize the help window
5485         again after it has all its contents.  Remove unneeded progn.
5487 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
5489         * pcmpl-linux.el: Fix copy/paste error.
5491 2000-12-19  Andrew Innes  <andrewi@gnu.org>
5493         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5495 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5497         * progmodes/idlw-rinfo.el: Fixed copyright notice.
5499         * progmodes/idlw-toolbar.el: Fixed copyright notice.
5501         * progmodes/idlw-shell.el: Fixed copyright notice.
5503         * progmodes/idlwave.el: Fixed copyright notice.
5505         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5506         TAB as key separators.
5508 2000-12-19  Alex Schroeder  <alex@gnu.org>
5510         * sql.el (sql-sybase-options): New option.
5511         (sql-sybase): Use it.  Add sql-database to the list of parameters
5512         provided for login.  The options -w 2048 -n are not used any more.
5513         (sql-postgres-options): Changed default from "--pset" to "-P".
5514         (sql-mysql-options): Doc change.
5515         (sql-stop): Doc change.
5517 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
5519         * international/quail.el (quail-input-method): Always hide
5520         the guidance buffer on exiting.
5522 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5524         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5525         isn't fboundp.
5527         * server.el (server-buffer-done): Bury the buffer before
5528         killing it.
5530         * faces.el (face-spec-set): Interpret a nil in specs for
5531         foreground and background colors as `unspecified', for
5532         compatibility with 20.x.
5534 2000-12-18  Dave Love  <fx@gnu.org>
5536         * simple.el (mail-user-agent): Doc fix.
5537         (input-mode-8-bit): Removed.
5539         * international/mule.el (set-keyboard-coding-system): Doc fix.
5540         (keyboard-coding-system): New option.
5542         * mail/sendmail.el (send-mail-function): Customize.
5544 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
5546         * international/codepage.el (cp866-decode-table): New table.
5548 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5550         * version.el (emacs-version): Remove `%a' from the time format
5551         because the weekday doesn't fit well into each locale.
5553 2000-12-18  Miles Bader  <miles@gnu.org>
5555         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5557         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5558         Check that emacs-major-version is `=' to 20, not `>='.
5559         (artist-replace-chars): Use `make-string' instead of a loop.
5561 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
5563         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5564         (cvs-execute-single-file): Don't change directory.
5565         Patch from Per Cederqvist.
5567 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5569         * textmodes/ispell.el (check-ispell-version):
5570         If `ispell-program-name' is "aspell", pass it the -v switch instead
5571         of -vv.
5573 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
5575         * international/mule-diag.el (mule-diag): Insert information about
5576         configure options, multibyte awareness, language env.
5578         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5579         regexp to search for candidates.
5581 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5583         * info.el (Info-forward-node): If the node has an
5584         Info-header-line, widen the buffer before searching for "next:"
5585         and "up:" pointers, and set the search limit to stay in the
5586         current node.
5588 2000-12-16  Miles Bader  <miles@gnu.org>
5590         * simple.el (delete-trailing-whitespace): Remove extraneous let.
5592 2000-12-15  Miles Bader  <miles@gnu.org>
5594         * comint.el (comint-send-string, comint-send-region): Also accept
5595         a buffer, buffer-name, or nil for PROCESS, for compatibility with
5596         process-send-string/region.
5598 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
5600         * isearch.el (isearch-lazy-highlight-max): New user-option.
5601         (isearch-lazy-highlight-update): Don't highlight more than
5602         isearch-lazy-highlight-max matches.
5604         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5606 2000-12-15  Richard M. Stallman  <rms@gnu.org>
5608         * sort.el (sort-columns): Fix error message.
5610         * dabbrev.el (dabbrev--last-case-pattern): Value is now
5611         `upcase' or `downcase' or nil.
5612         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5613         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5614         (dabbrev--substitute-expansion): New arg record-case-pattern.
5615         If it is non-nil, set dabbrev--last-case-pattern.
5616         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5618         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5620 2000-12-15  Miles Bader  <miles@gnu.org>
5622         * paths.el (Info-default-directory-list): Don't delete
5623         configure-info-directory from the list of standard info
5624         directories when appending it to the end -- their order is important.
5626         * faces.el (read-face-attribute): If there's no entry for the
5627         user's input in VALID, just use it as-is (this will often result
5628         in an error, but it may be OK for e.g. colors using hexadecimal
5629         notation, and at least will yield a better error message).
5631         * window.el (mode-line-window-height-fudge): Function removed.
5632         (height-affecting-face-attributes, mode-line-window-height-fudge):
5633         Variables removed.
5634         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5635         window is really the right size.  Use vertical-motion
5636         rather than forward-line.
5637         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5638         (ispell-command-loop, ispell-show-choices): Use the variable
5639         ispell-choices-win-default-height, rather than the function.
5640         (ispell-choices-win-default-height): Function removed.
5641         (ispell-mode-line-window-height-fudge): Function removed.
5643 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
5645         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5647 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5649         * paths.el (Info-default-directory-list):
5650         If configure-info-directory is not one of the standard directories,
5651         put it first in the list; otherwise put it last.  Doc string
5652         changed accordingly.
5654         * info.el (Info-directory-list): Change doc string to reflect the
5655         change in Info-default-directory-list.
5657         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5658         windows-nt as windowed environments, even under -nw.
5660         * startup.el (command-line): Don't call x-backspace-delete-keys-p
5661         if not fboundp.  Switch delete-forward mode for the <delete> key
5662         on all PC platforms, even under -nw.
5664         * term/internal.el ([M-delete]): Remap to M-d.
5666 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5668         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5670 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5672         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5674 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5676         * startup.el (command-line): Call delete-key-deletes-forward-mode,
5677         if appropriate.
5679         * simple.el (delete-key-deletes-forward): New user-option.
5680         (delete-key-deletes-forward-mode): New function.
5682         * bindings.el: Bind `delete' to backward-delete-char.
5684         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5685         Test if symbol is bound before getting its value.
5687         * tooltip.el (tooltip-show): If an error is signaled in
5688         x-show-tip, display that error, and display the help in the
5689         echo area.
5691 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
5693         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5694         Show "... entries" messages for every 10000 entries, not 10.
5696 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
5698         * bookmark.el: Provide a generic exit hook, as suggested by
5699         Ovidiu Predescu <ovidiu@cup.hp.com>:
5700         (bookmark-exit-hook): New var.
5701         (bookmark-exit-hook-internal): New func, replaces
5702         old raw lambda form in `kill-emacs-hook', and runs new
5703         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
5704         as logically that feature must have been provided if this function
5705         is running.
5706         Removed ;;;###autoload before the `add-hook' call.
5708 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
5710         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5711         (easy-menu-current-active-maps): New function.
5712         (easy-menu-get-map): Use it.
5713         Make a proper menu entry when creating a new keymap.
5715 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
5717         * international/characters.el: Fix cases and syntaxes for
5718         mule-unicode-0100-24ff.
5720         * dired.el (dired-move-to-filename-regexp): Fixed for the case
5721         that a Japanese character is not appended after day and year.
5723         * info.el (Info-suffix-list): Change format for a command that
5724         requires arguments.
5725         (info-insert-file-contents): Adjusted for the above change.
5727 2000-12-12  Andreas Schwab  <schwab@suse.de>
5729         * tar-mode.el (tar-extract): Base the name of the subfile buffer
5730         on the name of the tar buffer.  Verify that the existing buffer is
5731         visiting the same subfile.
5733 2000-12-12  Dave Love  <fx@gnu.org>
5735         * subdirs.el: Add obsolete.
5737 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5739         * mail/rmailsum.el (rmail-summary-expunge)
5740         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5741         instead of rmail-confirm-expunge.
5743         * replace.el (perform-replace): Don't use an empty match adjacent
5744         to a non-empty match when computing the next match before the
5745         replacement is performed.
5747 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
5749         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5750         definition (patch by Stefan Monnier).
5751         (glasses-mode): Use jit-lock instead of `after-change-functions'
5752         (patch by Stefan Monnier).
5754 2000-12-12  Miles Bader  <miles@gnu.org>
5756         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5757         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5759 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
5761         * term/mac-win.el: Remove load for ls-lisp.
5763         * loadup.el: Load ls-lisp for system-type `macos'.
5765 2000-12-12  Miles Bader  <miles@gnu.org>
5767         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5768         Respect field end too.
5769         (just-one-space): Respect fields as `delete-horizontal-space'.
5770         (newline-and-indent, reindent-then-newline-and-indent):
5771         Use `delete-horizontal-space'.
5773 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
5775         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5776         (so as to obey the field property in the minibuffer).
5778         * obsolete/c-mode.el: Moved from lisp/progmodes.
5779         * obsolete/auto-show.el: Moved from lisp.
5780         * obsolete/ooutline.el: Moved from lisp/textmodes.
5782 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5784         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
5785         changes to list them here.
5787         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5788         Too many changes to list them here.
5790         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5791         Too many changes to list them here.
5793         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5795 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
5797         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5799         * cus-edit.el (custom-save-variables, custom-save-faces):
5800         Comment fix.
5802         * hscroll.el: Moved to `obsolete' subdir.
5804 2000-12-11  Miles Bader  <miles@gnu.org>
5806         * window.el (window-text-height): Function removed (now in C).
5808 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
5810         * log-edit.el (log-edit-parent-buffer): New var.
5811         (log-edit): Set it.  Add BUFFER argument.
5812         (log-edit-done): Use char-before.
5813         Don't bother checking validity of vc-comment-ring.
5814         Only bury the buffer if log-edit popped it up.
5816         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5817         (cvs-mode-diff-help): Remove.
5818         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5819         (cvs-mode-marked): Set up the default for CMD manually.
5821         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5822         Remove binding for ? now made unnecessary.
5824 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5826         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5827         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5829         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5830         when master file is not open.
5832 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5834         * progmodes/ada-stmt.el: Update `maintainer'.
5836 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
5838         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5839         choices to match documentation string.
5841 2000-12-09  Miles Bader  <miles@gnu.org>
5843         * minibuf-eldef.el: New file.
5845         * window.el (fit-window-to-buffer): Don't pass last argument to
5846         pos-visible-in-window-p, now that its meaning is inverted.
5848 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
5850         * image.el (create-image): Doc fix; spotted by Per Cederqvist
5851         <ceder@lysator.liu.se>.
5853 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
5855         * autoinsert.el (auto-insert-alist): Add missing final \n.
5857         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
5858         (cvs-menu-map): Remove.
5859         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5860         (cvs-mode-quit): Turn it back into a plain function.
5862         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5863         (texinfo-filter): Remove (move to texinfo.el).
5865         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5866         file where it's more visible.
5867         (texinfo-filter, texinfo-chapter-level-regexp): New variables
5868         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5869         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5870         (texinfo-inside-macro-p): Only catch `scan-error's.
5871         (texinfo-inside-env-p): Make better use of the match info.
5872         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5873         (texinfo-insert-@end): Slight re-organization.
5874         Also remove useless `looking-at' call.
5876 2000-12-08  Andrew Innes  <andrewi@gnu.org>
5878         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5879         accessible in -nw mode.
5881         * term/w32-win.el: Remove stuff about selection timeout, which is
5882         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
5883         it is accessible in -nw mode.
5885 2000-12-08  Dave Love  <fx@gnu.org>
5887         * emacs-lisp/lisp-mode.el (lisp-mode):
5888         Set font-lock-keywords-case-fold-search.
5890 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
5892         * textmodes/ispell.el (ispell): Doc fix.
5894 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
5896         * international/quail.el (quail-insert-decode-map): Check the
5897         frame width of a window displaying the current buffer, not that of
5898         the selected frame.
5899         (quail-help): Make sure that the help buffer has window before
5900         inserting text in it.
5902 2000-12-07  Sam Steingold  <sds@gnu.org>
5904         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5905         Backquote is used in isearch.el, so autoloading saves nothing.
5907 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
5909         * startup.el (normal-top-level-add-subdirs-to-load-path):
5910         Ignore the CVS and RCS subdirectories case-insensitively.
5912         * dired.el (dired-insert-directory): If file-system-info is
5913         fboundp, call it instead of invoking dired-free-space-program.
5915 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
5917         * server.el (server-visit-files): Push files on file-name-history.
5919         * progmodes/cc-langs.el: Update copyright.
5921         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5923         * bindings.el (mode-line-mode-menu): Add glasses-mode.
5925         * bindings.el (mode-line-mode-menu): Reverse the order
5926         of define-keys so that the menu appears in alphabetical order.
5928 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
5930         * progmodes/glasses.el (glasses-mode): Update mode line at the end
5931         of the function.
5933 2000-12-07  Dave Love  <fx@gnu.org>
5935         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5937         * facemenu.el (facemenu-unlisted-faces): Fix value.
5939 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5941         * font-lock.el (font-lock-default-fontify-region):
5942         Include the terminating \n (off-by-one error).
5943         (font-lock-set-defaults): Use dolist.
5945         * derived.el (define-derived-mode): Don't use combine-run-hooks.
5947 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
5949         * international/mule-cmds.el (describe-language-environment):
5950         Fix for the case that an input method title is not string but a list.
5952         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5953         of wrong SIZE record.
5955 2000-12-06  Dave Love  <fx@gnu.org>
5957         * newcomment.el (comment-region, comment-dwim): Doc fix.
5959         * textmodes/texinfo.el: Require tex-mode when compiling.
5960         (texinfo-update-node): Doc fix.
5961         (texinfo-imenu-generic-expression): Add @anchor.
5962         (texinfo-font-lock-keywords): Add @uref.
5963         (texinfo-inside-macro-p): Don't use ignore-errors.
5964         (texinfo-insert-quote): Match more contexts.
5966         * international/mule.el (decode-char, encode-char): Doc fix.
5967         (auto-coding-alist): Customize.
5969         * files.el (load-file): Fix change of 2000-03-12.
5971         * wid-edit.el (widget-text-keymap): Doc fix.
5973 2000-12-06  Andrew Innes  <andrewi@gnu.org>
5975         * makefile.w32-in (lisp): Set to an absolute directory, namely
5976         $(CURDIR).
5978 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5980         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5981         read generated-autoload-file, and set buffer-file-coding-system to
5982         raw-text-unix after reading the file.
5984         * international/mule-conf.el (file-coding-system-alist):
5985         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
5987 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
5989         * replace.el (occur): Make line-number-width 1 smaller for the
5990         colon following the line number.
5992         * startup.el (fancy-splash-text, command-line-1):
5993         Use `File' for the menu name instead of `Files'.
5995         * tmm.el: Update copyright.
5997         * cus-start.el: Add entry for even-window-heights.
5999 2000-12-06  Miles Bader  <miles@gnu.org>
6001         * faces.el (frame-set-background-mode): Avoid stomping on
6002         locally modified faces.
6004 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
6006         * international/fontset.el: Correct the font registries for
6007         japanese-jisx0213-1 and japanese-jisx0213-2.
6009 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
6011         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6013         * iswitchb.el: Update customization commentary.
6015 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
6017         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6018         (tpu-search-highlight): Fixed comparison of overlay end positions.
6019         (tpu-trim-line-ends): Implemented trimming logic locally.
6021         * emulation/tpu-extras.el (tpu-write-file-hook)
6022         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6024 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
6026         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6027         to cn-gb.
6028         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6030 2000-12-04  Dave Love  <fx@gnu.org>
6032         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6034 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6036         * mail/rmailsum.el (rmail-summary-expunge)
6037         (rmail-summary-expunge-and-save): Ask for confirmation with
6038         rmail-expunge-confirmed.
6040         * mail/rmail.el (rmail-expunge-confirmed): New function.
6041         (rmail-expunge): Use it.
6043 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
6045         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6046         (etags-recognize-tags-table, find-tag-in-order):
6047         New functionality: interpret file names as tags.
6049 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
6051         * info.el (Info-scroll-prefer-subnodes): New defcustom.
6052         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6053         the first subnode until the bottom of the current node is visible.
6055 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6057         * format.el (format-decode): Don't change buffer's undo list.
6059 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
6061         * faces.el (face-font-registry-alternatives): Add entries for CJK
6062         fonts.  Doc-string adjusted for the actual usage of this data.
6064         * international/fontset.el: Change the font registries for CJK
6065         fonts in the default fontset.  Don't append '*' to registries.
6067 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
6069         * emacs-lisp/easy-mmode.el (define-derived-mode)
6070         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6072         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6073         (derived-mode-p): New function.
6074         (derived-mode-make-docstring): Add `docstring' argument.
6075         Use it if available and complete it if necessary.
6077 2000-12-03  Andreas Schwab  <schwab@suse.de>
6079         * type-break.el (type-break): Don't make parent of itself.
6081 2000-12-03  Miles Bader  <miles@gnu.org>
6083         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6085 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6087         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6088         (tex-main-file, tex-file): Simplify.
6089         (tex-generate-zap-file-name): Use subst-char-in-string.
6090         (tex-strip-dots): Remove.
6092         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6094         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6095         to check if the match succeeded.
6097 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6099         * startup.el (use-fancy-splash-screens-p): New function.
6100         (command-line-1): Use it to determine whether or not to use
6101         a fancy splash screen.
6103 2000-12-02  Andreas Schwab  <schwab@suse.de>
6105         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6107 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6109         * international/mule.el (make-char): Fix last change.
6111         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6112         New defcustoms.
6113         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6114         autoloading tex-mode; instead, do the same manually.
6115         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
6116         with numeric argument.  Docstring fix.
6117         (toplevel): Require cl when compiling.
6119         * international/mule.el (make-char): Doc fix.
6121 2000-12-02  Jason Rumney  <jasonr@gnu.org>
6123         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6124         the Emacs Lisp manual)
6126 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6128         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6130         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6131         the Emacs Lisp manual).
6133 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6135         * simple.el (next-line-add-newlines): Change default to nil.
6137 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
6139         * files.el (revert-buffer, recover-file):
6140         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6142 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6144         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6146 2000-12-01  Miles Bader  <miles@gnu.org>
6148         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6150 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
6152         * international/mule-diag.el (describe-char-after): Fix typo.
6153         (describe-character-set, non-iso-charset-alist): Fix typo.
6155 2000-12-01  Miles Bader  <miles@gnu.org>
6157         * image-file.el (image-file-name-regexp): Automatically add
6158         upper-case variants of each filename extension in
6159         `image-file-name-extensions', since they seem to be common.
6161         * simple.el (minibuffer-contents)
6162         (minibuffer-contents-no-properties, delete-minibuffer-contents):
6163         New functions.
6164         * filecache.el (file-cache-directory-name)
6165         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6167 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
6169         * filecache.el (file-cache-minibuffer-complete): Don't try to
6170         delete the minibuffer prompt.
6172 2000-11-30  Dave Love  <fx@gnu.org>
6174         * cus-start.el: Fix read-buffer-function type.
6176 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6178         * md5.el: Removed.  There's a built-in function, now.
6180 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
6182         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6183         as dummy 0-th char of rmail-deleted-vector.
6185 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
6187         * ps-print.el (ps-end-job): Bind case-fold-search only after
6188         switching to ps-spool-buffer.
6190 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6192         * ps-print.el: Line number font customization.  PostScript: Lines and
6193         PageCount are initialized on each page.  Doc Fix.
6194         (ps-print-version): New version number (6.3.2).
6195         (ps-lpr-switches, ps-font-info-database, ps-font-size)
6196         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6197         (ps-right-header): Customization fix.
6198         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6199         Fix code.
6200         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6201         New vars.
6203 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6205         * bs.el: Fix typos and spelling errors.
6206         (bs-appearance) <defgroup>: Renamed from bs-appearence.
6207         (bs-configuration): Doc fix.
6209         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
6211 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
6213         * emulation/tpu-edt.el (tpu-version): New version.
6214         (tpu-search-overlay, tpu-replace-overlay): New initial range.
6215         (tpu-original-mode-line): Variable deleted.
6216         (tpu-mark-flag): New initial value.
6217         (tpu-set-mode-line): Don't redefine mode-line-format.
6218         Add tpu-mark-flag to minor-mode-alist.
6219         (tpu-update-mode-line): New mark flag logic.
6220         (tpu-get): Use find-file-wildcards.
6221         (tpu-search-highlight): Move overlay less, reset overlay properly.
6222         (tpu-unselect): Deactivate mark.
6223         (tpu-lm-replace): Reset overlay properly.
6224         (tpu-forward-line): Use forward-visible-line.
6225         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
6227         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6229 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6231         * cus-edit.el (custom-face-value-create): Always emphasize tag.
6233 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6235         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6236         and skip whitespace and newlines.
6238 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
6240         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6242 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
6244         * help.el (describe-function-1): Regexp-quote function name
6245         when used as part of a regexp.
6247         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6248         Use face-attribute instead of face-foreground and face-background.
6249         (tool-bar-add-item): Likewise, and handle unspecified colors.
6251         * enriched.el (enriched-face-ans): Use face-attribute instead
6252         of face-foreground and face-background.
6254         * faces.el (face-foreground, face-background, face-stipple):
6255         Return nil if attribute is unspecified, for backward compatibility.
6257         * files.el (auto-mode-alist): Add an entry for antlr-mode.
6259         * play/5x5.el: Remove version info.
6261         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6263         * frame.el (blink-cursor-mode): Doc fix.
6265 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6267         * antlr-mode.el: New commands to run ANTLR from within Emacs and
6268         to create Makefile rules.
6269         (antlr-tool-command): New user option.
6270         (antlr-ask-about-save): New user option.
6271         (antlr-makefile-specification): New user option.
6272         (antlr-file-formats-alist): New variable.
6273         (antlr-special-file-formats): New variable.
6274         (antlr-unknown-file-formats): New user option.
6275         (antlr-help-unknown-file-text): New variable.
6276         (antlr-help-rules-intro): New variable.
6277         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6278         (antlr-mode-menu): Add entries.
6279         (antlr-file-dependencies): New function.
6280         (antlr-directory-dependencies): New function.
6281         (antlr-superclasses-glibs): New function.
6282         (antlr-run-tool): New command.
6283         (antlr-makefile-insert-variable): New function.
6284         (antlr-insert-makefile-rules): New function.
6285         (antlr-show-makefile-rules): New command.
6287         * antlr-mode.el: More Emacs/XEmacs stuff.
6288         (antlr-no-action-keywords): New constant with value nil.
6289         (antlr-font-lock-keywords-alist): Use it.  Old value would break
6290         syntax highlighting in Emacs-21.0.
6291         (antlr-default-directory): Emacs/XEmacs dependend function.
6292         (antlr-read-shell-command): Ditto.
6293         (antlr-with-displaying-help-buffer): Ditto.
6295 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6297         * antlr-mode.el: imenu, parsing and highlighting changes.
6298         (antlr-imenu-create-index-function): Don't create extra submenus
6299         for definitions in different grammar classes.  It is not necessary
6300         for the menu and would make command `imenu' awkward to use.
6301         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6302         header actions and more than one.
6303         (antlr-font-lock-tokendef-face): Changed color.
6304         (antlr-font-lock-tokenref-face): Changed color.
6305         (antlr-font-lock-additional-keywords): Also highlight lowercase.
6306         (antlr-mode-syntax-table): New variable.
6307         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6308         (antlr-with-syntax-table): Don't copy syntax table.
6310 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6312         * antlr-mode.el: Minor changes: language setting.
6313         (antlr-language-alist): The value for file option "language" can
6314         be both an identifier and a string.
6315         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6316         (antlr-language-limit-n-regexp): Change accordingly.
6318 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6320         * antlr-mode.el: Minor changes: tabs, hiding.
6321         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6322         (antlr-action-visibility): Also allow value nil to also hide the
6323         braces.  Renamed from `antlr-tiny-action-length'.
6324         Suggested by Jay@aol.com.
6325         (antlr-hide-actions): Change accordingly.  Hide line if completely
6326         hidden action is on a line of its own.
6328 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6330         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6332         * sort.el (sort-columns): Don't concat strings with numbers.
6334 2000-11-29  Dave Love  <fx@gnu.org>
6336         * cus-edit.el (face): Fix :format.
6338         * mail/feedmail.el: Require smtpmail when compiling.
6339         (mail-do-fcc): Autoload.
6340         (feedmail) <defgroup>: Fix :link.
6341         (feedmail-nuke-body-in-fcc): Fix :type.
6342         (feedmail-send-it): Add autoload cookie.
6344 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6346         * newcomment.el (comment-indent): Save excursion around call to
6347         comment-indent-function.
6349 2000-11-29  Miles Bader  <miles@gnu.org>
6351         * subr.el (member-ignore-case): Return the tail of the list who's
6352         car matches, like `member', not the matching element itself.
6354 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
6356         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
6357         should not contain `\n'.
6359 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6361         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6363         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6365         * dired-aux.el (dired-do-create-files): Construct default file
6366         name for dired-mark-read-file-name so that when the user enters
6367         just RET, the target file will end up in the target directory.
6369         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6370         local-abbrev-table before changing buffers because it might
6371         have a buffer-local binding.
6373 2000-11-28  Miles Bader  <miles@gnu.org>
6375         * simple.el (delete-horizontal-space): Handle fields more generally.
6377 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6379         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6381 2000-11-28  Dave Love  <fx@gnu.org>
6383         * progmodes/ps-mode.el (ps-mode): Set comment-start and
6384         comment-start-skip locally.
6386         * progmodes/fortran.el (fortran-mode): Don't set
6387         fortran-comment-line-start-skip.  Set comment-start to
6388         fortran-comment-line-start.
6389         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6390         (fortran-comment-line-start-skip): Simplify slightly.
6392 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6394         * play/5x5.el: Remove RCS keyword.
6396         * bs.el: Mistaken commit, undone 2000-11-30.
6398 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
6400         * textmodes/tildify.el (tildify-string-alist):
6401         Add `plain-tex-mode' here.
6403 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
6405         * chistory.el (Command-history-setup): Remove extraneous `keymap'
6406         reference.
6408 2000-11-28  Miles Bader  <miles@gnu.org>
6410         * cus-face.el (custom-face-attributes): Add post-filter function
6411         for :box.  Make pre-filter function for :box handle all cases.
6413         * wid-edit.el (widget-choose): Make sure pop-up window is large
6414         enough to display all the choices, as there's no way to scroll it.
6416 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
6418         * international/mule-conf.el: Make the coding system no-conversion
6419         safe for all characters.
6421 2000-11-27  Dave Love  <fx@gnu.org>
6423         * net/ldap.el (ldap) <defgroup>: Add :version.
6425         * tooltip.el (tooltip-use-echo-area): Doc fix.
6427         * cus-start.el <minibuffer-prompt-properties>: Add version.
6428         <read-buffer-function>: Add.
6430         * apropos.el (apropos-print): Add help-echo to active text.
6432         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6434 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6436         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6437         type, group and version.
6439 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
6441         * select.el (x-get-selection): Docstring fix.
6443 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
6445         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6447 2000-11-27  Andrew Innes  <andrewi@gnu.org>
6449         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6451         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6453 2000-11-27  Miles Bader  <miles@gnu.org>
6455         * dired.el (dired-get-filename): Return filename verbatim if
6456         LOCALP is `verbatim'.
6457         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6458         `verbatim' so that we don't inadvertently delete a non-existant
6459         directory name.
6461 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
6463         * international/characters.el: Specify cases and syntaxes for
6464         mule-unicode-0100-24ff.
6466 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6468         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6469         that foreground and/or background colors of the face `tool-bar'
6470         are unspecified.
6472 2000-11-27  Miles Bader  <miles@gnu.org>
6474         * wid-edit.el (widget-field-buffer, widget-field-start)
6475         (widget-field-end): Handle widget field `pseudo-overlays'.
6476         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6477         if it's there instead of in `widget-field-list'.
6479         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6480         (help-make-xrefs): Delete extraneous newlines at the end of the
6481         docstring.
6483 2000-11-25  Jason Rumney  <jasonr@gnu.org>
6485         * startup.el (command-line): Call set-locale-environment after
6486         Window System init file is read, as it can result in a call to
6487         redraw-frame.
6489 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
6491         * simple.el (shell-command): Mention the effect of the prefix
6492         argument in the doc string.
6494 2000-11-25  Miles Bader  <miles@gnu.org>
6496         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6498         * wid-edit.el (widget-field-value-delete): Don't try to delete
6499         overlay when it's the `pseudo-overlay' that exists at some points.
6501 2000-11-24  Jason Rumney  <jasonr@gnu.org>
6503         * international/mule-cmds.el (locale-language-names): Add "jp" as
6504         a non-standard alternative for Japanese.
6506 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
6508         * vc-hooks.el: Require 'cl during compilation.
6510 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
6512         * faces.el (face-set-after-frame-default): Let face attributes
6513         specified for new frames override frame parameters.
6515         * startup.el (command-line): Fix computation of the source file
6516         for user-init-file when user-init-file is a compiled file.
6518 2000-11-24  Miles Bader  <miles@gnu.org>
6520         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6521         (custom-post-filter-face-spec): New functions.
6522         (custom-face-set, custom-face-value-create): Filter the face spec
6523         before and after customization.
6524         (custom-face-set): If VALUE specifies a null face, pass a
6525         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6526         * cus-face.el (custom-face-attributes): Remove SET and GET
6527         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
6528         cases they're needed.
6530         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6531         that it's distinguishable from the :off-glyph on dark-background
6532         displays.  Set its background color too.
6534         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6535         so that people can easily turn it off.
6537 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6539         * ediff-diff.el: Moved variables around to have it compile under NT.
6541         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6543         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6545         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6546         redundant skip-small-frames test.
6548         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6549         (viper-downgrade-to-insert): Protect against errors in hooks.
6551         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6552         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6553         (viper-restore-cursor-type,viper-set-insert-cursor-type):
6554         New functions.
6556         * viper-util.el (viper-memq-char): Bug fixes.
6558         * viper.el (viper-mode): Fix cursor handling.
6560 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
6562         * international/mule-diag.el (list-iso-charset-chars):
6563         For two-byte charset, fix the `while' condition.
6564         (list-non-iso-charset-chars): Fix the `while' condition.
6566 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6568         * subr.el (add-hook, remove-hook): Don't call make-local-hook
6569         if the variable is make-variable-buffer-local.
6571         * progmodes/ada-stmt.el (ada-template-map):
6572         Initialize and bind it to C-c t in ada-mode-map.
6573         (ada-stmt-mode-hook): New function extracted from old code.
6574         Only change the buffer-local side of skeleton-*.
6575         (ada-mode-hook): Use it.
6577 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6579         * iswitchb.el (iswitchb-minibuf-depth): New variable.
6580         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6581         we expect to be returned by minibuffer-depth once we prompt the
6582         user in the minibuffer.
6583         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6584         as recorded in iswitchb-minibuf-depth, return non-nil.
6586 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
6588         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6589         (hscroll-window-maybe): Docstring fix.
6591 2000-11-23  Dave Love  <fx@gnu.org>
6593         * rect.el (string-rectangle): Don't test delete-selection-mode.
6595 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6597         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6598         is in the tool bar.
6600         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6601         with `no-dir'; we want the directory part to be able to remove it.
6603 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6605         * textmodes/outline.el (outline-flag-region):
6606         Don't bind inhibit-read-only since we don't modify the buffer.
6607         (outline-isearch-open-invisible): Don't jump to overlay-start
6608         since we're trying to unhide text around point.
6609         (outline-discard-overlays): Use dolist.
6611         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6613 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6615         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6617 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6619         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6620         Fix ARG regexp to skip quoted braces.
6621         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6622         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6623         are (correctly) handled separately).
6624         Remove `caption' and `footnote' from `citations': they contain text.
6625         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6626         (latex-skeleton-end-hook): New function.
6627         (latex-mode): Use it.
6628         (tex-start-tex-marker): Remove.
6629         (tex-send-tex-command): Don't set tex-start-tex-marker.
6630         (tex-error-parse-syntax-table): New var.
6631         (tex-compilation-parse-errors): Use it.
6632         Ignore tex-start-tex-marker.  Don't bother with marker-position.
6633         (tex-validate-buffer): Don't bother with marker-position.
6635         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6636         (flyspell-generic-progmode-verify): Use it.
6638 2000-11-22  Sam Steingold  <sds@gnu.org>
6640         * simple.el (delete-trailing-whitespace): New interactive function.
6642         * progmodes/ada-mode.el (ada-mode): Use it instead of
6643         `ada-remove-trailing-spaces'.
6644         (ada-remove-trailing-spaces): Removed.
6646         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6648         * textmodes/picture.el (picture-clean): Removed.
6649         (picture-mode-exit): Call it instead of `picture-clean'.
6651 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6653         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6655         * hi-lock.el (hi-lock-refontify): Don't call non-existent
6656         jit-lock-fontify-buffer; it should anyway be unneccessary to
6657         do anything special when jit-lock is active.
6658         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6660 2000-11-22  Dave Love  <fx@gnu.org>
6662         * calendar/todo-mode.el (todo-top-priorities): Use
6663         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6665         * language/chinese.el, language/cyrillic.el:
6666         * language/devanagari.el, language/ethiopic.el, language/greek.el:
6667         * language/hebrew.el, language/indian.el, language/japanese.el:
6668         * language/korean.el, language/lao.el, language/misc-lang.el:
6669         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6670         Use provide.
6672         * cus-edit.el (custom-buffer-create-internal): Save some consing.
6673         (custom-variable-set): Improve validation error mesage.
6675         * rect.el (string-rectangle): Revert last change.
6676         (string-rectangle-line): New arg DELETE.
6677         (string-rectangle): Check delete-selection-mode.
6679         * emacs-lisp/edebug.el (edebug-version)
6680         (edebug-maintainer-address): Deleted.
6681         (edebug-submit-bug-report): Just alias to report-emacs-bug.
6682         (edebug-read-function): Account for other `'#' read forms.
6683         (edebug-mode-menus): Make some items toggles.
6684         (edebug-outside-unread-command-event, unread-command-event):
6685         Remove these to avoid warnings.
6687 2000-11-22  David Ponce  <david@dponce.com>
6689         * recentf.el (recentf-menu-items-for-commands)
6690         (recentf-make-menu-items, recentf-make-menu-item)
6691         (recentf-filter-changer): Added :help and :active menu-item properties.
6693         (recentf-build-dir-rules, recentf-dump-variable)
6694         (recentf-edit-list, recentf-open-files-item)
6695         (recentf-open-files): Replaced unnecessary `mapcar' with new
6696         built-in `mapc'.
6698 2000-11-23  Miles Bader  <miles@gnu.org>
6700         * faces.el (menu): Make inverse-video on ttys too.
6702 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6704         * simple.el (comment-line-break-function): Use the new name
6705         indent-new-comment-line -> comment-indent-new-line.
6706         (clone-indirect-buffer): Don't ignore NORECORD.
6707         (next-completion): Properly handle the case where items are adjacent.
6709         * mouse.el (popup-menu): Stupid typo.
6711 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6713         * emacs-lisp/authors.el: Remove autoload cookies, add author,
6714         maintainer, keywords tags.
6716         * rect.el (replace-rectangle): Don't call string-rectangle-line
6717         with too many arguments.
6719 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
6721         * ediff-util.el (ediff-file-checked-out-p)
6722         (ediff-file-checked-in-p): Call vc-state instead of
6723         vc-locking-user, which no longer exists.
6725         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6727 2000-11-22  Dave Love  <fx@gnu.org>
6729         * md5.el (md5): Provide.
6730         (md5): Fix error call.
6732 2000-11-22  Miles Bader  <miles@gnu.org>
6734         * textmodes/refill.el (refill-adjust-ignorable-overlay)
6735         (refill-fill-paragraph-at): Remove debugging code.
6737         * calendar/calendar.el (generate-calendar-window): When we don't
6738         call `fit-window-to-buffer', make sure the top line is fully visible.
6740         * image-file.el (insert-image-file): Don't make `read-only'
6741         property rear-nonsticky.
6743         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6744         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6745         stashing away its original value.
6746         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6747         in the recursive edit.
6748         Bind `isearch-original-minibuffer-message-timeout' to protect it.
6749         (isearch-done): Restore `minibuffer-message-timeout'.
6751         * cus-start.el: Remove entry for `mode-line-inverse-video'.
6753 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
6755         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6757         * find-lisp.el (find-lisp-find-files-internal):
6758         Use dolist, when and file-name-as-directory.
6760         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6761         (define-derived-mode, define-minor-mode): Add specs.
6763         * window.el: General comment and spacing fixes.
6764         (save-selected-window): Use backquotes.
6765         (window-safely-shrinkable-p): New function.
6766         (shrink-window-if-larger-than-buffer): Use it.
6768         * subr.el (make-local-hook): Docstring fix.
6770         * shell.el (shell-mode): Use define-derived-mode.
6772         * newcomment.el (comment-indent): Insert comment before calling
6773         comment-indent-function.  Don't insert in column 0.
6774         (comment-dwim): Indent before inserting comment.
6776         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
6777         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
6778         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6779         Use mapc rather than map.
6781         * files.el (find-buffer-visiting): Compare all attributes before
6782         declaring two files identical (rather than just their inode-no).
6783         (auto-mode-alist): Use \' rather than $.
6785         * which-func.el: Update maintainer line.
6787         * pcvs.el (uniquify-buffer-file-name): Remove advice.
6788         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6789         (uniquify-buffer-file-name): Use it.
6791 2000-11-22  Miles Bader  <miles@gnu.org>
6793         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6794         * simple.el (minibuffer-avoid-prompt): New function.
6796 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
6798         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6800 2000-11-21  Miles Bader  <miles@gnu.org>
6802         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6803         inclusion of `track-mouse'.
6805         * textmodes/refill.el (refill-ignorable-overlay): New variable.
6806         (refill-adjust-ignorable-overlay): New function.
6807         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6808         only the paragraph's tail if possible.
6809         Update `refill-ignorable-overlay'.
6810         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6812         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6813         point inside the fill-prefix.
6815         * textmodes/refill.el (refill-post-command-function): Don't reset
6816         refill-doit in the case where a self-insertion command doesn't
6817         case a refill.  Use `refill-fill-paragraph-at', getting position
6818         from `refill-doit'.
6819         (refill-after-change-function): Set `refill-doit' to END.
6820         (refill-fill-paragraph-at): New function, mostly from old
6821         refill-fill-paragraph.
6822         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6823         (refill-pre-command-function): New function.
6824         (refill-mode): Add it to `pre-command-hook'.
6826 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
6828         * textmodes/artist.el (artist-mode): Fix autoload cookie.
6830         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6831         javadoc tags.
6833 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
6835         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6836         vc.el).
6838         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6839         require vc.
6841         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6842         checkouts.
6844 2000-11-20  Dave Love  <fx@gnu.org>
6846         * Makefile.in (DONTCOMPILE): Omit bindings.el.
6848 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
6850         * calculator.el (calculator-paste): Use `if' instead of `and'
6851         and `or'.
6852         (calculator-help): Don't use electric-describe-mode for XEmacs.
6854 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
6856         * info.el (info-menu-5): Doc fix.
6858         * textmodes/artist.el: New file.
6860 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
6862         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6863         and differentiate according to checkout model.
6864         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6865         since this function is only concerned with master state.
6867         * vc-hooks.el (vc-workfile-unchanged-p)
6868         (vc-default-workfile-unchanged-p): Moved here from vc.el.
6870         * vc.el (vc-workfile-unchanged-p)
6871         (vc-default-workfile-unchanged-p): See above.
6873 2000-11-19  Miles Bader  <miles@gnu.org>
6875         * image-file.el (insert-image-file): Make `intangible' and
6876         `read-only' properties rear-nonsticky too.
6878 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
6880         * ps-print.el: Update copyright notice.
6882         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6883         (tooltip-show): Use the offsets.
6885         * bindings.el (mode-line-modified): Fix a typo.
6886         (mode-line-toggle-modified, mode-line-widen)
6887         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6889 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
6891         * ps-print.el (toplevel): Test for find-coding-system being
6892         fboundp before calling ps-x-find-coding-system.
6894 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
6896         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6897         (vc-version-backup-file): Docstring fix.
6899 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6901         * files.el (basic-save-buffer): Don't add a newline if
6902         find-file-literally is non-nil.
6903         (find-file-literally): Extend doc string.
6905         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6906         sort(1) with the `-f' argument.
6908 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
6910         * vc.el: Updated backend documentation.
6911         (vc-default-check-headers): New function.
6913         * vc-{cvs,rcs,sccs}.el: Functions reordered.
6915         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
6916         up-to-date.
6917         (vc-do-command): In the asynchronous case, output messages only if
6918         the minibuffer is not active.
6920         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
6921         `vc-cvs-use-edit' is on.
6922         (vc-cvs-checkout): When this is used for reverting the workfile,
6923         make a backup of the original contents and revert to that in case
6924         of error.
6925         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6926         remote repositories.
6928         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6929         for both version and ratio in the minibuffer.
6931         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6932         Use vc-do-command to perform the annotation, not call-process.
6934 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6936         * international/quail.el (quail-start-translation): Don't call
6937         `message' before reading key sequence.
6939 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
6941         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6943 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6945         * window.el (fit-window-to-buffer): Be sure to acquire at least
6946         one text line even if the buffer is empty.
6948 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6950         * net/ange-ftp.el (ange-ftp-file-writable-p)
6951         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6952         Bind ange-ftp-process-verbose to nil.
6954 2000-11-15  Dave Love  <fx@gnu.org>
6956         * wid-edit.el (widget-specify-field, widget-specify-button):
6957         If :help-echo is a function, set help-echo of overlay to
6958         widget-mouse-help.
6959         (widget-mouse-help): New function.
6960         (widget-echo-help): Rewritten for :help-echo functions only taking
6961         a widget arg.
6963         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6964         Use display-graphic-p.
6965         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6966         and that JPEG is available.
6967         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6969         * international/mule-cmds.el (locale-charset-language-names):
6970         Match @euro.
6972 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
6974         * faces.el (face-set-after-frame-default):
6975         If `inhibit-default-face-x-resources' is bound, don't intialize the
6976         default face from X resources.
6978 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6980         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6981         Don't set EMACSLOADPATH.
6983 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6985         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6986         texinfo-insert-@url.
6987         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6988         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6990 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6992         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6993         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6994         (checkdoc-minor-keymap): Backward compatibility.
6995         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6996         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6997         (checkdoc-this-string-valid-engine): Be a bit more strict
6998         to avoid matching substrings of `...' quoted vars/funs.
6999         (checkdoc-defun-info): Only look for `interactive' if alone.
7000         (debug-ignored-errors): Add "arg doesn't appear in docstring".
7002         * progmodes/compile.el (grep): `tag-default' can be nil.
7004         * newcomment.el (comment-indent): Paren typo.
7006 2000-11-14  Dave Love  <fx@gnu.org>
7008         * calculator.el: New maintainer version.
7010         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7012         * cmuscheme.el: Doc fixes.
7013         (cmuscheme) <defgroup>: Use `scheme' as parent.
7014         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
7016         * xscheme.el (scheme-program-name): Don't define here.
7018         * progmodes/scheme.el (scheme-program-name): New variable
7019         (originally in cmuscheme).
7021 2000-11-14  Miles Bader  <miles@gnu.org>
7023         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7024         Handle header-lines.  Don't loop forever if we can't enlarge the
7025         window anymore.  Simplify a bit.
7027 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
7029         * window.el (fit-window-to-buffer): Don't check
7030         window-text-height.  Assure that the last line is fully visible.
7032         * international/quail.el (quail-show-guidance-buf):
7033         Call fit-window-to-buffer to assure the enough height of the guidance
7034         buffer.
7035         (quail-update-guidance): Avoid making the guidance buffer shorter.
7037 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7039         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7040         rather than `prepend' and add an interesting comment.
7041         (tex-math-face, tex-font-lock-syntactic-face-function):
7042         New face and function to use it.
7043         (tex-define-common-keys, tex-mode-map): Use menu-item rather
7044         than `menu-enable' symbol property.
7045         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7046         (tex-mode): Add some latex-mode commands for auto-selection.
7047         Use tex-font-lock-syntactic-face-function.
7048         (tex-insert-quote): Simplify.
7049         (tex-shell): New mode.
7050         (tex-start-shell): Use it.
7051         (tex-shell-proc, tex-shell-buf): New functions.
7052         (tex-send-command): Use it.
7053         (tex-main-file): Fix the meaning of the new arg REALFILE.
7054         (tex-send-tex-command): New function split from `tex-start-tex'.
7055         Set compilation-last-buffer and compilation-parsing-end.
7057         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7058         when it follows non-comment text on the line.
7060         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7061         Set font-lock-defaults.
7062         (lisp-mode-shared-map): Init inside the defvar.
7063         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7064         Use define-derived-mode.
7066 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
7068         * faces.el (header-line): Use `:box nil' for color/gs displays too.
7070 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
7072         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7073         Don't recursively optimize body because that can lead to infinite
7074         recursion; see comment there.
7076 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
7078         * faces.el (face-spec-set-match-display): Revert the change from
7079         2000-10-24.  Add a FIXME for after v21.1.
7081 2000-11-13  Miles Bader  <miles@gnu.org>
7083         * textmodes/fill.el (skip-line-prefix): New function.
7084         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
7085         (fill-paragraph): Don't leave point inside the fill-prefix.
7086         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7087         point inside the fill-prefix.
7089 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
7091         * calendar/calendar.el (generate-calendar-window):
7092         Use `fit-window-to-buffer'.
7094 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7096         * gud.el (gud-minor-mode): New var.
7097         (gud-symbol, gud-val): New functions.
7098         (gud-find-file): Copy gud-minor-mode to the new buffer.
7099         (gud-menu-map): Include entries for commands that are not always
7100         available, using :enable to (de)activate them.
7101         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
7102         (gud-mode-map): New map.
7103         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7104         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7105         Don't set up gud's menu (it's done by the minor-mode).
7106         (gud-minibuffer-local-map): New.
7107         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7108         (gud-query-cmdline): New function.
7109         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
7110         (gud-mode): Use define-derived-mode.
7111         Don't set up gud's menu (it's done by the minor-mode).
7112         (gud-chop-words): Remove.
7113         (gud-common-init): Use split-string instead.
7114         (gud-new-keymap, gud-make-debug-menu): Eradicate.
7116         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7117         Add keyword arg :name.
7119         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7120         (diff-count-matches, diff-split-hunk): New functions.
7121         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7123         * pcvs-info.el (cvs-fi-conflict-face): New var.
7125         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7126         Make it into a simple syntax-table, shared among all submodes.
7127         (sh-heredoc-face): Re-introduce.
7128         (sh-font-lock-syntactic-face-function): New function.
7129         (sh-mode): Use it.  Also use define-derived-mode.
7130         Remove old bogus setting of indent-region-function.
7131         (sh-set-shell): Don't set the syntax-table any more.
7132         (sh-mode-syntax-table) <defun>: Remove.
7134 2000-11-12  Miles Bader  <miles@gnu.org>
7136         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7137         message if interactive.
7139 2000-11-12  Dave Love  <fx@gnu.org>
7141         * mail/feedmail.el: Fix header,
7142         (feedmail) <defgroup>: Add :link.
7144         * view.el: Use local-map property, not keymap on mode-line string.
7146         * scroll-all.el (scroll-all-mode): Customize variable.
7147         Add autoload cookie to function.
7149         * lazy-lock.el: Remove compatibility code.
7151         * finder.el (finder-known-keywords): Add `files', remove `vms'.
7152         (finder-help-echo): New variable.
7153         (finder-mouse-face-on-line): Add help-echo stuff.
7154         (finder-list-keywords, finder-list-matches): Use mapc.
7156         * faces.el (face-font-registry-alternatives): Add :version.
7158         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7159         tags-table-list.
7161         * net/browse-url.el (browse-url-browser-function): Update :version.
7163         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7164         (mail-mode): Use [:alnum:] in some regexps.
7166 2000-11-10  Dave Love  <fx@gnu.org>
7168         * ediff.el (ediff-regions-internal, ediff-documentation):
7169         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7170         fundamental mode.
7172         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7173         buffer into fundamental mode.
7174         (ediff-set-difference): Use copy-sequence if available.
7176         * ediff-ptch.el (ediff-dispatch-file-patching-job):
7177         Check ediff-patch-map non-nil.
7178         (ediff-fixup-patch-map, ediff-fixup-patch-map)
7179         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7180         buffer into fundamental mode.
7182         * ediff-merg.el (state-or-merge): Defvar when compiling.
7184 2000-11-10  Jason Rumney  <jasonr@gnu.org>
7186         * w32-fns.el (w32-add-charset-info): New function.
7187         (w32-charset-info-alist): Use it.
7189 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7191         * faces.el (face-font-registry-alternatives): New user-option.
7193 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
7195         * textmodes/texinfo.el (texinfo-block-default): New var.
7196         (texinfo-insert-block): Use it.  Insert a newline if needed.
7198         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7199         (fill-region-as-paragraph): Use it.
7201         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7202         (latex-mode): Tweak tex-*-(head|trail)er regexps.
7203         Tweak paragraph regexps to allow a leading [ \t]*.
7204         (tex-latex-block): Insert a newline if necessary.
7205         (latex-insert-item): Only insert a newline if necessary.
7206         (tex-guess-main-file): New function.
7207         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
7208         Set tex-main-file if TeX-master is provided.
7209         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7211 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7213         * startup.el (command-line): Set the default tooltip-mode
7214         to t for graphical displays which implement x-show-tip.
7216         * tooltip.el (tooltip-mode): Add a comment about startup.el
7217         setting the default value of this user-option.
7219 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
7221         * font-lock.el (font-lock-*-face) <defvar>: Move.
7222         (font-lock-defaults-alist): Mark obsolete.
7223         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7224         (font-lock-mode): Use define-minor-mode.
7225         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7226         (font-lock-turn-off-thing-lock): Be more explicit.
7227         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7228         (font-lock-syntactic-face-function): New var.
7229         (font-lock-fontify-syntactically-region): Use it.
7230         (font-lock-doc-face): New.
7232         * pcvs.el (cvs-enabledp): Ignore errors.
7233         (cvs-commit-filelist): Never query.
7234         (cvs-mode-insert): Always add a terminating / in the initial prompt.
7235         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7236         (cvs-do-removal): Use cvs-partition rather than delete-if.
7237         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7238         cvs-bury-buffer.
7240         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7241         Allow `next' to jump to after the end of the last match.
7243 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
7245         * simple.el (byte-compiling-files-p): New function.
7247         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7248         if it is there.
7250         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7251         nil again.
7253         * textmodes/ispell.el (ispell-library-path): Don't call
7254         check-ispell-version when byte-compiling because that starts
7255         an ispell process, and ispell might not be installed.
7256         (toplevel): Don't set up a menu when byte-compiling.
7258         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7259         it, so that a boundp test can be used to determine if we're
7260         currently byte-compiling.
7262 2000-11-09  Dave Love  <fx@gnu.org>
7264         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7266 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7268         * ps-print.el: Patch for variable initialization when spooling.
7269         Doc fix.
7270         (ps-output-list): Fun eliminated.
7271         (ps-begin-file, ps-begin-job): Code fix.
7273 2000-11-08  Dave Love  <fx@gnu.org>
7275         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7277 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
7279         * simple.el (shell-command, display-message-or-buffer)
7280         (shell-command-on-region): Mention resize-mini-windows in the doc
7281         string.
7282         (display-message-or-buffer): Take the value of resize-mini-windows
7283         into account.
7285 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
7287         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7289         * dired.el (dired-between-files): Add `^. find' as an alternative
7290         to the regular expression, for find-dired.
7292 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7294         * textmodes/texnfo-upd.el: Require texinfo.
7295         (defmacro, defgroup): Remove.
7296         (texinfo-section-to-generic-alist): Remove.
7297         Use texinfo-section-list instead (i.e. level is changed string->int).
7298         (texinfo-filter): New function.
7299         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7300         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7301         Use it.  And use regexp-opt.
7302         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7303         (texinfo-update-menu-region-beginning)
7304         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7305         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7306         (texinfo-update-menu-same-level-regexps): Update.
7307         (texinfo-update-node, texinfo-every-node-update)
7308         (texinfo-sequential-node-update): Remove autoload cookie.
7310         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7311         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7312         (texinfo-chapter-level-regexp): Remove.
7313         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7315 2000-11-06  Dave Love  <fx@gnu.org>
7317         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7319         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7320         Match defun*.
7322 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7324         * composite.el (composition-function-table): Variable declaration
7325         moved to src/composite.c.
7326         (compose-chars-after): New optional arg object.
7328 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
7330         * bindings.el (mode-line-toggle-read-only)
7331         (mode-line-toggle-modified, mode-line-widen)
7332         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7333         (make-mode-line-mouse2-map): Rewritten.
7334         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7335         functions so that C-h k can show something with a doc string.
7337         * startup.el (fancy-splash-delay): Set to 10 seconds.
7338         (fancy-splash-max-time): New user-option.
7339         (fancy-splash-stop-time): New variable.
7340         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
7341         (fancy-splash-screens-1): Throw `stop-splashing' when current
7342         time is greater than fancy-splash-stop-time.
7344 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7346         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7348         * pcvs.el (cvs-mode-marked): New arg `noquery'.
7349         Prompt user for a file rather than raising an error.
7350         (cvs-enabledp): Fix call to cvs-mode-marked.
7351         (cvs-insert-file): New function (extracted from cvs-mode-insert).
7352         (cvs-mode-insert): Use it.  Change the init prompt' value.
7353         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7355         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7356         Don't pass default arg to ewoc-locate.
7357         (ewoc-collect): Return result in the right order.
7359         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7361         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7362         (cvs-status-get-tags): Fix regexp.
7363         (cvs-status-trees, cvs-status-cvstrees):
7364         Combine after change hooks and don't sit-for.
7365         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7366         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7367         Use make-char rather than hard-coded cryptic data.
7368         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7370         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7372         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7373         (cvs-insert-strings): New function.
7375 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
7377         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7378         `mwheel-scroll-amount'.
7379         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7380         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7381         string-matching against the version string.
7383 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7385         * language/thai.el ("Thai"): Set a lisp form that produces
7386         composed string in `sample-text' language info.
7388         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7389         composed string in `sample-text' language info.
7391         * international/mule-cmds.el (describe-language-environment):
7392         Eval `sample-text' data and insert the result.
7394         * international/mule-conf.el (compound-text): Define this coding
7395         system here.  Make x-ctext and ctext aliases of it.
7397         * language/european.el (compound-text, ctext): Moved to
7398         international/mule-conf.el.
7400 2000-11-05  Andrew Innes  <andrewi@gnu.org>
7402         * w32-fns.el (w32-version): New function.
7404 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
7406         * progmodes/awk-mode.el: Update copyright.
7407         (awk-mode-abbrev-table): Remove.
7408         (awk-font-lock-keywords): Use regexp-opt.
7409         (awk-mode): Use define-derived-mode.
7411         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7412         when extracting a suffix.
7414 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
7416         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
7417         auto-save-mode.
7419 2000-11-04  Jason Rumney  <jasonr@gnu.org>
7421         * language/european.el (decode-mac-roman): Test against r1 not r0.
7423 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7425         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7426         (icon-mode): Define indent-line-function.
7427         (icon-comment-indent): Simplify.
7428         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7430         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7432         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7433         Bind change-log-default-mode to defeat the caching done on it.
7434         Don't bother saving excursion any more.
7436         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7438         * frame.el (after-setting-font-hook): Rename hooks -> hook.
7439         (set-frame-font): Use the new name (and the old for compatibility).
7441         * toolbar/tool-bar.el (tool-bar-mode):
7442         * time.el (display-time-mode):
7443         * recentf.el (recentf-mode):
7444         * paren.el (show-paren-mode):
7445         * mwheel.el (mouse-wheel-mode):
7446         * msb.el (msb-mode):
7447         * jka-compr.el (auto-compression-mode):
7448         * image-file.el (auto-image-file-mode):
7449         * hl-line.el (hl-line-mode):
7450         * delsel.el (delete-selection-mode):
7451         * autoinsert.el (auto-insert-mode):
7452         * complete.el (partial-completion-mode): Drop unneeded positional args.
7454         * info.el (Info-mode):
7455         * comint.el (comint-mode): Don't bother with make-local-hook.
7457         * log-edit.el (log-edit-menu): New menu.
7459 2000-11-03  Miles Bader  <miles@gnu.org>
7461         * wid-edit.el (widget-end-of-line): Reinstate, with a new
7462         definition, so that trailing spaces are handled properly.
7463         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7465 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
7467         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7468         tab character.
7469         (fancy-splash-screens): Set tab-width to 20.
7471 2000-11-03  Dave Love  <fx@gnu.org>
7473         * comint.el (comint-completion-addsuffix): Fix custom type.
7475 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7477         * font-lock.el (font-lock-buffers): Remove.
7478         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7479         (font-lock-change-major-mode): Remove.
7480         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7481         (font-lock-default-fontify-region): Extend the multiline
7482         fontification to whole lines.
7483         (font-lock-fontify-anchored-keywords)
7484         (font-lock-fontify-keywords-region): If matching just one
7485         line (with \n) only mark the \n as multiline.
7487         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7488         Correctly handle the case where several :group args are supplied.
7489         Allow :extra-args.
7490         (easy-mmode-define-global-mode): Allow :extra-args.
7491         Correctly handle the case where several :group args are supplied.
7493 2000-11-02  Miles Bader  <miles@gnu.org>
7495         * calendar/calendar.el (diary-face, calendar-today-face)
7496         (holiday-face): Remove dependency on `window-system'.
7498 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
7500         * Makefile.in (emacs): Set EMACSLOADPATH always.
7501         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7502         (compile-files): Bomb out if compilation of a file fails.
7504 2000-11-02  Dave Love  <fx@gnu.org>
7506         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7508 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
7510         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7511         punctuation in the warning inserted into the *mail* buffer.
7513 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
7515         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7516         (authors-public-domain-p): New function.
7517         (authors-print): Use it.
7519         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7521         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7523 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7525         * ps-print.el: Extension for even/odd printing.  Doc fix.
7526         (ps-print-version): New version number (6.3.1).
7527         (ps-even-or-odd-pages): Customization fix.
7528         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7529         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7530         (ps-page-count): Var replaced by `ps-page-column'.
7531         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7532         (ps-print-sheet-p): New fun.
7534 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7536         * tooltip.el (tooltip-gud-tips-setup): New function.
7537         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7538         (tooltip-mode): Call tooltip-gud-tips-setup.
7539         (tooltip-gud-tips): Use `gud-basic-call' instead of
7540         process-send-string, so the prompt gets frobbed appropriately.
7541         Handle nil return value from `tooltip-gud-print-command'.
7543 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
7545         * comint.el (comint-add-to-input-history): New function.
7546         (comint-send-input): Use `comint-add-to-input-history'.
7548 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7550         * info.el (info-menu-header): New face.
7551         (Info-fontify-menu-headers): New function.
7552         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7554         * info.el (Info-insert-dir): Don't include blank lines at
7555         beginning of additional dir files (one is added automatically).
7557 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7559         * emacs-lisp/easy-mmode.el (define-minor-mode):
7560         Revert the latest changes.
7561         Allow the three positional arguments to be skipped and replaced
7562         by keyword arguments.
7563         Add a :toggle argument to determine whether a nil arg means toggle
7564         or means turn-on.  The default is unchanged.
7565         Add a call to force-mode-line-update.
7567 2000-11-01  Dave Love  <fx@gnu.org>
7569         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7571 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
7573         * calendar/calendar.el (diary-face, holiday-face):
7574         Add dark-background variants.
7576 2000-10-31  Sam Steingold  <sds@gnu.org>
7578         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7579         `tex-main-file' does not have directory in it.
7581 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
7583         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7585 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
7587         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7588         functional change.
7590 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
7592         * files.el (find-file-noselect): When we expand a wildcard, return
7593         a list of buffers, as we should do according to the doc string.
7595 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
7597         * loadup.el (top level): Adjust load path if program name is
7598         "../src/bootstrap-emacs", in case it's not dumped and thus the
7599         load path adjustment hasn't already been done.
7601 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7603         * ps-print.el: Fix bug on selected pages for printing.
7604         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
7605         is on.  Try to avoid warning messages when compiling.  Doc Fix.
7606         (ps-print-version): New version number (6.3).
7607         (ps-color-device): Use `color-values' to determine if device
7608         supports color.
7609         (ps-color-values): Try to use `x-color-values' when using XEmacs.
7610         (ps-print-page-p): Changed from defsubst to defun.
7611         (ps-page-number): Changed from defmacro to defun.
7612         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7613         printing.
7614         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7615         (ps-end-file, ps-dummy-page): Funs eliminated.
7616         (ps-print-color-scale): Changed default value.
7617         (ps-page-n-up, ps-print-page-p): New internal vars.
7618         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7619         (ps-plot-region, ps-generate, ps-end-job): Code fix.
7621         * delim-col.el: Little programming improvement.
7622         (delimit-columns-str): New macro.
7623         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7625 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
7627         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7628         Moved to european.el.
7629         (ccl-encode-mac-roman-font, fontset-mac): Modified for
7630         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7631         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7632         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7634 2000-10-30  Dave Love  <fx@gnu.org>
7636         * progmodes/cc-menus.el (imenu-generic-expression)
7637         (imenu-progress-message): Only defvar when compiling.
7639         * emacs-lisp/elp.el (elp-unload-hook): New function.
7641         * loadhist.el (unload-feature): Call elp-restore-function,
7642         checking for symbols; don't use elp-restore-all.
7643         (loadhist-hook-functions): Doc fix.
7645 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7647         * log-edit.el (log-edit-confirm): Fix the default.
7649 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7651         * delim-col.el: Little fix: replace delimit-columns-align-columns by
7652         delimit-columns-format.
7653         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7655 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
7657         * comint.el (comint-replace-by-expanded-history): Don't use
7658         comint-get-old-input (we're not looking at *old* input).
7659         (comint-get-old-input-default): If using fields, signal an error
7660         when the point is not in an input field.
7662 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
7664         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7665         and mule-unicode-e000-ffff.
7667         * international/mule.el (decode-char, encode-char): New functions.
7668         (make-coding-system): Accept a symbol of translation table as a
7669         value of property `safe-chars'.
7671         * international/mule-cmds.el (encode-coding-char): Check property
7672         safe-chars instead of safe-charsets.
7674         * international/fontset.el (fontset-default): Modified for
7675         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7676         (x-font-name-charset-alist): Likewise.
7677         (ccl-encode-unicode-font): New CCL program.  Record it in
7678         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7680         * language/european.el (mac-roman-decoder, mac-roman-encoder):
7681         New translation tables.
7682         (decode-mac-roman, encode-mac-roman): Definition of these CCL
7683         programs are modified and moved from mac-win.el.
7684         (mac-roman): Definition of this coding system is modified and
7685         moved from mac-win.el.
7687 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7689         * ediff-wind.el (ediff-setup-control-frame): Enclose
7690         face-attribute in condition-case to avoid errors in older emacsen.
7692 2000-10-29  Miles Bader  <miles@gnu.org>
7694         * custom.el (custom-add-to-group): Allow multiple entries for a
7695         given value OPTION, as long as their widget types are different.
7696         * cus-edit.el (custom-face-value-create): If face name doesn't end
7697         with "face", add such here (similar to custom group widgets).
7699         * comint.el (comint-highlight-prompt): Add :type.
7701 2000-10-28  John Wiegley  <johnw@gnu.org>
7703         * calendar/timeclock.el (timeclock-log): Doc fix.
7704         (timeclock-last-event): Doc fix.
7705         (timeclock-log): Kill the timelog buffer after appending a new event.
7706         (timeclock-find-discrep): Use a temp buffer to read in the
7707         timelog, instead of visiting the file.
7708         (timeclock-log-data): A new function, along with a host of helper
7709         functions, for the purpose of making timelog data accessible to
7710         programmers.
7712         * eshell/esh-mode.el (window-height test): Make certain that
7713         `eshell-stringify-t' is non-nil.
7714         (eshell-password-prompt-regexp): Changed to a much simpler
7715         password regexp.
7716         (eshell-send-input): If `eshell-invoke-directly' returns t,
7717         directly invoke the parsed command using `eval'.  This improves
7718         turn-around time on simple commands by a factor of three or
7719         greater, such as cd, ls, pwd, etc. -- which get used very often.
7720         It also conserves thousands of cons cells per call (since
7721         `eshell-do-eval' consumes memory like a Cookie Monster set loose
7722         in the Pacific Cookie Company).
7724         * eshell/esh-test.el (eshell-test): Whitespace fix.
7726         * eshell/em-ls.el (eshell-ls-insert-directory):
7727         Make `eshell-ls-initial-args' nil when inserting directory contents.
7729         * eshell/em-script.el (eshell-script-initialize): Add names to
7730         `eshell-complex-commands, since `source' and `.' are complex.
7732         * eshell/esh-cmd.el (eshell-rewrite-for-command)
7733         (eshell-rewrite-while-command): Use `eshell-protect' instead of
7734         `eshell-copy-handles'.
7735         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7736         bodies.
7737         (eshell-separate-commands): Whitespace fix.
7738         (eshell-complex-commands): Added a new list of names, for
7739         determining whether a given command is as simple as it looks.
7740         (eshell-invoke-directly): New function.  Returns t if a command
7741         should be invoked directly (using `eval'), rather than indirectly
7742         using `eshell-do-eval'.
7743         (eshell-do-eval): Whitespace fix.
7745         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7746         which provides an emulation of the DOS shell behavior of assuming
7747         that cp/mv/ln should copy/move/link to the current directory.
7748         (eshell-remove-entries): Added a doc string.
7749         (eshell-shuffle-files): Removed the check for `target' being null.
7750         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7751         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7752         it to do a smarter check of whether a destination was provided.
7753         (eshell/mv, eshell/cp): Enable `:preserve-args'.
7754         (eshell/ln): Enable `:preserve-args', and use
7755         `eshell-mvcpln-template' to implement the body of the function.
7756         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7757         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7758         list after flattening it.  This makes it possible to cat files
7759         with numerical names.
7760         (eshell-unix-initialize): Added several names to
7761         `eshell-complex-commands.
7762         (eshell-unix-command-complex-p): Return t if a given command name
7763         may result in external processes being invoked.
7765         * eshell/em-glob.el (eshell-glob-show-progress): Make this
7766         variable nil by default, since it slows down glob processing by a
7767         factor of two or more, and increases memory consumption.
7769         * eshell/em-smart.el: Added a note about how memory consumptive
7770         smart display mode can be (at least this is true in Emacs 21).
7771         (eshell-smart-initialize): Whitespace fix.
7772         (eshell-refresh-windows): Use `if' instead of `when'.
7773         (eshell-smart-scroll-window): Calling `save-current-buffer' was
7774         not necessary.
7775         (eshell-currently-handling-window): Added a missing global variable.
7777         * eshell/em-ls.el (eshell-do-ls): Code simplification.
7778         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7779         Whitespace fix.
7780         (eshell-ls-exclude-hidden): Added this variable in addition to
7781         `eshell-ls-exclude-regexp'.  This one prevents files beginning
7782         with . from even being read, which can improve memory consumption
7783         quite a bit.
7784         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7785         read file entries beginning with a dot.  In home directories with
7786         lots of hidden files, fully two-thirds of the time spent in ls is
7787         used to read directory entries that are immediately thrown away.
7788         (eshell-ls-initial-args): Added back this configuration variable,
7789         for specifying default initial arguments to every call to ls.
7790         Much faster than using an alias to do the same thing.
7791         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7792         (eshell-ls-dir): Whitespace change.
7794         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7796         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7797         (eshell-stringify-t): Added a customization variable, to indicate
7798         whether `t' should be rendered as a string at all.  If not, one
7799         can still determine if the result of an expression is true using
7800         "file-exists-p FILE && echo true".
7801         (eshell-stringify): If `eshell-stringify-t' is nil, don't
7802         stringify t!
7804         * eshell/esh-module.el: Whitespace fix.
7806         * eshell/em-alias.el (eshell-alias-initialize):
7807         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7808         (eshell-command-aliased-p): New function that returns t if a
7809         command name names an aliased.
7811 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7813         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7814         redrawing the screen when changing cursor color.
7815         (viper-insert-state-pre-command-sentinel)
7816         (viper-replace-state-pre-command-sentinel)
7817         (viper-replace-state-post-command-sentinel):
7818         Use viper-preserve-cursor-color.
7819         Many functions changed to use viper= instead of = when comparing
7820         characters.
7821         * viper-util.el (viper-memq-char,viper=): New functions for
7822         working with characters.
7823         (viper-change-cursor-color): Fixed buglet.
7824         Many functions changed to use viper= instead of = when comparing
7825         characters.
7826         * viper.el (viper-insert-state-mode-list): Added eshell.
7828         * ediff-init.el (ediff-before-setup-hook): New hook.
7829         Several typos fixed in various docstrings.
7830         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7831         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7832         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7833         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7834         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7835         (ediff-get-selected-buffers): New function.
7836         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7837         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7838         Use save-window-excursion.
7839         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7840         termination check in while loop.
7841         * ediff.el (ediff-get-default-file-name): Better defaults when in
7842         dired buffer.
7843         (ediff-files,ediff-merge-files,ediff-files3)
7844         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7846 2000-10-28  Dave Love  <fx@gnu.org>
7848         * info.el (Info-fontify-node): Add help-echo for menu items.
7850 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
7852         * startup.el (normal-top-level): If the value of $TERM indicates
7853         we are running from xterm or one of its work-alikes, default to a
7854         light background mode.
7856         Support for -fg, -bg, and -rv command-line arguments for TTYs:
7857         * faces.el (tty-handle-reverse-video): New function.
7858         (tty-create-frame-with-faces): Call it.
7860         * frame.el (frame-notice-user-settings): Don't apply
7861         default-frame-alist and initial-frame-alist to MS-DOS frames.
7862         Call tty-handle-reverse-video, frame-set-background-mode, and
7863         face-set-after-frame-default for non-MS-DOS frames.
7865         * startup.el (tty-long-option-alist): New variable.
7866         (tty-handle-args): New function.
7867         (command-line): Call tty-handle-args.
7869         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7870         startup.el now does that for all character-terminal frames.
7872 2000-10-28  Miles Bader  <miles@gnu.org>
7874         * emacs-lisp/easy-mmode.el (define-minor-mode):
7875         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7876         is global.  If :global is followed by a non-nil but non-t value,
7877         make the mode buffer-local, but also generate a `global-MODE'
7878         version using `easy-mmode-define-global-mode'.
7879         Add :conditional-turn-on keyword argument.
7881 2000-10-28  Dave Love  <fx@gnu.org>
7883         * international/latin1-disp.el (latin1-char-displayable-p):
7884         Don't use window-system.
7886 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
7888         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7889         Don't call find-buffer-file-type-coding-system.  Instead, just
7890         set eol-type to -unix if inhibit-eol-conversion is in effect, or
7891         if the file is on an untranslated filesystem.
7892         (add-untranslated-filesystem): Use "D" instead of "f" inside
7893         interactive.
7895 2000-10-27  Dave Love  <fx@gnu.org>
7897         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7898         (refill-mode): Use it.
7900 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
7902         * international/quail.el (quail-activate): Don't make-local-hook.
7904 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
7906         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7907         manual backups and file.~<rev>.~ for automatic ones.
7908         (vc-make-version-backup): Don't do it on MS-DOS without long file
7909         names.
7911         * vc.el (vc-version-other-window): If an automatic backup of the
7912         desired version exists, rename it instead of copying it.
7914         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7915         after command.  If there's an unexpected error, signal it instead
7916         of being silent.
7917         (vc-cvs-merge-news): Be prepared for no news at all.
7919 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
7921         * shell.el (shell): Add BUFFER argument.
7922         * comint.el (make-comint-in-buffer): New function.
7923         (make-comint): Use it.
7925         * faces.el (face-spec-choose): Change syntax so that the list of
7926         attribute-value pairs is now the cdr of each clause, not the cadr.
7927         Detect old-style entries, and handle them.  Use pop.
7929 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
7931         * cus-edit.el (custom-mode-map): Use a sparse map.
7932         (custom-mode): Don't bother with make-local-hook.
7934         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7936         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7938 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7940         * ps-print.el: Avoid compilation gripes.
7941         (ps-print-version): New version number (6.2.1).
7943 2000-10-26  Dave Love  <fx@gnu.org>
7945         * menu-bar.el: Modify some menu item help strings.
7946         (menu-bar-help-menu): Add link to MORE.STUFF.
7948         * cus-edit.el (custom-mode): Add `special' mode-class property.
7950         * wid-browse.el (widget-browse-mode): Likewise.
7952         * wid-edit.el (widget-specify-field): Revert to using local-map
7953         property, not keymap.
7955 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
7957         * wid-edit.el (widget-field-end): When checking for a `boundary'
7958         field, do so in the correct buffer.
7960         * simple.el (undo): Correctly distinguish between numeric and
7961         non-numeric prefix args in non-transient-mark-mode, as per the doc
7962         string.  When in transient-mark-mode, treat all prefix-args as
7963         numeric.
7965         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7966         Position point on match.  Handle N == 0 correctly.
7968         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7969         (comint-mode-map): Reverse order of `comint-write-output' and
7970         `comint-append-output-to-file'.
7971         (comint-append-output-to-file): Reinstate this function, for the
7972         benefit of the menu.
7974 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
7976         * vc.el (vc-version-other-window): Bind `file'.
7978 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7980         * Makefile.in (update-authors): New target for maintenance purposes.
7982         * emacs-lisp/authors.el (batch-update-authors): New function.
7983         (authors-fixed-entries): New defconst.
7984         (authors-add-fixed-entries): New function.
7985         (authors): Call it.: Don't process lispref/.
7987 2000-10-25  Jason Rumney  <jasonr@gnu.org>
7989         * cus-edit.el (custom-button-face, custom-button-pressed-face):
7990         Merge x w32 and mac definitions.
7992 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7994         * menu-bar.el (menu-bar-options-menu): Add a help string for
7995         `uniquify'.
7997 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
7999         * time-stamp.el (time-stamp-string-preprocess):
8000         Fix a wrong type argument error.
8002 2000-10-25  Miles Bader  <miles@gnu.org>
8004         * recentf.el (recentf-mode): Variable removed.
8005         (recentf-mode): Use `define-minor-mode'.
8007         * mwheel.el (mouse-wheel-mode): New global minor mode.
8008         (mwheel-install): Use `mouse-wheel-mode'.
8010 2000-10-25  Dave Love  <fx@gnu.org>
8012         * progmodes/cperl-mode.el (cperl-mode):
8013         Set normal-auto-fill-function correctly.
8015         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8016         Don't inherit from global-map and don't nullify menu-bar and tool-bar
8017         bindings.
8019 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
8021         * wid-edit.el (widget-field-at): New function.
8022         (widget-at, widget-field-activate): Use it.
8023         (widget-tabable-at): Use `widget-at'.
8024         (widget-specify-field): If the terminating character of the widget
8025         field (which is read-only) is a newline, put it into a special
8026         `boundary' field so that C-n/C-p act more naturally.
8027         (widget-field-end): Also don't subtract one if a special
8028         `boundary' field has been added after the widget field.
8030         * comint.el (comint-output-filter, comint-send-input):
8031         Don't bother adding stickiness fields to overlays to fool the field
8032         code, since it should notice the overlay insertion-types now.
8034         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8035         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8036         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8038 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8040         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8041         (authors): Set file coding system to iso-2022-7bit.
8042         Add file-local variables to output buffer.
8044         * files.el (after-find-file): Don't print any warnings if
8045         WARN is nil.
8047 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8049         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8051         * delim-col.el: Now there is a column formatting mechanism.
8052         Modified to customization mechanisms convention.  Doc fix.
8053         (columns): New group for delim-col.
8054         (delimit-columns-before, delimit-columns-after)
8055         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8056         (delimit-columns-end): New vars.
8057         (delimit-columns-customize, delimit-columns-format): New funs.
8058         (delimit-columns-region, delimit-columns-rectangle)
8059         (delimit-columns-rectangle-line): Modified to support column
8060         formatting.
8062 2000-10-24  Dave Love  <fx@gnu.org>
8064         * log-edit.el (log-edit): Add :version and a :group for vc.
8066 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8068         * files.el (after-find-file): Don't print a message ``New file''
8069         if WARN is nil.
8071         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8072         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
8073         get duplicate tool-bar entries because we'll see the global ones
8074         on more than one path through keymaps.
8076         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8078         * progmodes/cmacexp.el: Change Francesco's email address.
8080 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8082         * window.el (fit-window-to-buffer): Adjust point of the window
8083         buffer, not that of the current buffer.
8085 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
8087         * progmodes/cmacexp.el: Update the euthor's email address.
8089 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8091         * faces.el (face-spec-set-match-display): Add `graphic' display
8092         type (the inverse of `tty').  Use `display-graphic-p' instead of
8093         the window-system variable.
8095 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8097         * international/isearch-x.el (isearch-with-input-method):
8098         Call input-method-function with the first event in
8099         unread-command-events.
8101 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8103         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8105 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
8107         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8108         New charsets.
8110         * term/mac-win.el: Remove definitions of mac-roman-lower and
8111         mac-roman-upper, require dired, and define instead of set
8112         mac-ready-for-drag-n-drop to avoid compilation error.
8114 2000-10-23  Andrew Innes  <andrewi@gnu.org>
8116         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8117         Remove superfluous calls to subst-char-in-string; instead apply
8118         expand-file-name after convert-standard-filename to ensure
8119         expected directory separators are used.
8121 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
8123         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8125 2000-10-23  Dave Love  <fx@gnu.org>
8127         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8128         (tool-bar-add-item): Set foreground and background for XBM icons.
8130         * international/latin1-disp.el (latin1-char-displayable-p):
8131         New function (from Handa).
8132         (latin1-display-check-font): Use it.
8134         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8135         using :key-sequence, making it much more usable.
8136         Use nconc, not append.
8137         (imenu--create-keymap-1): Avoid append.
8139         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8141 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8143         [the following changes fix a bug where `define-minor-mode' didn't
8144         correctly generate :require clauses for defcustoms in compiled files]
8145         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8146         (byte-compile-log-file, byte-compile-log-1): Don't set
8147         `byte-compile-current-file' to nil.  Instead set
8148         `byte-compile-last-logged-file' to it.  Test whether
8149         byte-compile-current-file equals byte-compile-last-logged-file
8150         instead of whether its nil.
8151         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8153 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
8155         * textmodes/refill.el: Fix var names in doc.
8156         (refill-mode): Don't bother with make-local-hook anymore.
8158 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8160         * faces.el (face-user-default-spec, face-default-spec): New functions.
8161         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8162         (frame-set-background-mode, face-set-after-frame-default):
8163         Use `face-user-default-spec'.  Simplify code slightly.
8165         * woman.el (woman-italic-face, woman-bold-face)
8166         (woman-unknown-face): Add dark-background variants.
8167         (woman-default-faces): Renamed from `woman-colour-faces'.
8168         Set using the stored defaults, rather than using hard-wired colors.
8169         (woman-monochrome-faces): Renamed from `woman-black-faces'.
8170         Just make the foreground `unspecified' rather than "black".
8171         (woman-menu): Rename menu entries accordingly.
8173         * faces.el (header-line): Make more reasonable on mono/grayscale
8174         displays.
8176 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
8178         * cus-edit.el (custom-button-face): Use 3D look for mac.
8179         (custom-button-pressed-face): Likewise.
8181         * faces.el (set-face-attributes-from-resources): Handle mac frames
8182         in the same way as x and w32 frames.
8183         (face-valid-attribute-values): Likewise.
8184         (read-face-attribute): Likewise.
8185         (defined-colors): Likewise.
8186         (color-defined-p): Likewise.
8187         (color-values): Likewise.
8188         (display-grayscale-p): Likewise.
8189         (face-set-after-frame-default): Likewise.
8190         (mode-line): Same default face as for x and w32.
8191         (tool-bar): Likewise.
8193         * frame.el: Remove call to frame-notice-user-settings at end of
8194         the file.
8196         * info.el (Info-fontify-node): Make underlines invisible for mac
8197         as for x, pc, and w32 frame types.
8199         * term/mac-win.el: New file.
8201 2000-10-22  Dave Love  <fx@gnu.org>
8203         * textmodes/refill.el: New file.
8205 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
8207         * vc-hooks.el (vc-version-backup-file-name): New optional args
8208         MANUAL and REGEXP.
8209         (vc-delete-automatic-version-backups, vc-make-version-backup):
8210         New functions.
8211         (vc-before-save): Use the latter.
8212         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8213         confusion.
8215         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8216         expected by vc[-hooks].el.
8218         * vc.el (vc-checkout): Added `-p' suffix in call to
8219         vc-make-version-backups-p; use vc-make-version-backup to actually
8220         make the backup.
8221         (vc-version-other-window, vc-version-backup-file): Handle both
8222         automatic and manual backups.
8223         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8224         of all of them.
8226 2000-10-22  Miles Bader  <miles@gnu.org>
8228         * comint.el (comint-highlight-input, comint-highlight-prompt):
8229         Renamed, `-face' at end removed.
8230         (comint-send-input, comint-output-filter): Use renamed faces.
8232         * window.el (fit-window-to-buffer): Change defaulting of
8233         MAX-HEIGHT slightly.
8235         * faces.el (color-values, color-defined-p): Use `member', not
8236         `memq', because it works correctly for strings.
8237         (frame-set-background-mode): Actually, "unspecified-fg" and
8238         "unspecified-bg" *are* strings.  Use `member', not `memq', and
8239         `equal', not `eq', when a string value is possible.
8241 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
8243         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8245 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
8247         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8248         sh-electric-rparen, sh-electric-less and sh-electric-hash.
8249         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8250         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8251         (sh-font-lock-syntactic-keywords): Use them.
8252         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8253         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8254         (sh-mode): Don't override font-lock-unfontify-region-function.
8255         Use a copy of sh-font-lock-syntactic-keywords.
8256         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8257         Don't call sh-scan-buffer since font-lock does it on the fly.
8258         (sh-get-indent-info): Use `face' rather than `syntax-table'
8259         text-property to detect here-documents.
8260         Replace sh-special-syntax with sh-st-punc.
8261         (sh-prev-line): Use `face' rather than `syntax-table'
8262         text-property to skip over here-documents.
8263         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8264         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8265         (sh-electric-less, sh-set-here-doc-region)
8266         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8267         (sh-scan-buffer, sh-rescan-buffer): Remove.
8269 2000-10-21  Andrew Innes  <andrewi@gnu.org>
8271         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8272         remote (ange-ftp) file names.
8274 2000-10-21  Miles Bader  <miles@gnu.org>
8276         * window.el (fit-window-to-buffer): New function.
8277         (shrink-window-if-larger-than-buffer): Use it.
8278         (window-text-height): Don't expect minibuffers to have mode-lines.
8280         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8281         * international/quail.el (quail-update-guidance):
8282         Use `fit-window-to-buffer' instead of `set-window-text-height'.
8284         * international/quail.el (quail-show-guidance-buf): Make sure
8285         guidance window really has enough room.
8286         (quail-update-guidance): If quail-guidance-win is already shown,
8287         make sure its height is OK.
8289         * window.el (window-text-height, set-window-text-height):
8290         New functions.
8291         (shrink-window-if-larger-than-buffer): Use `window-text-height'
8292         instead of `window-height' & `mode-line-window-height-fudge'.
8293         (mode-line-window-height-fudge): Add FACE parameter.
8294         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8295         instead of `enlarge-window' & `mode-line-window-height-fudge'.
8297 2000-10-20  Miles Bader  <miles@gnu.org>
8299         * window.el (height-affecting-face-attributes): Use `defconst'.
8301         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8302         New function, conditionally aliased to `mode-line-window-height-fudge'.
8303         (ispell-help): Use it.
8304         (ispell-choices-win-default-height): Don't include mode-line fudge.
8305         (ispell-choices-win-default-height): New function.
8306         (ispell-show-choices, ispell-command-loop): Use function
8307         `ispell-choices-win-default-height' instead of variable.
8309 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
8311         * window.el (mode-line-window-height-fudge): New variable.
8312         (height-affecting-face-attributes): New variable.
8313         (mode-line-window-height-fudge): New function.
8314         (shrink-window-if-larger-than-buffer): Use it.
8315         * help.el (resize-temp-buffer-window): Likewise.
8317         * info.el (Info-fontify-node): Add support for @subsubsection
8318         titles, which use `Info-title-4-face'.
8319         (Info-title-4-face): New face.
8320         (Info-title-3-face): Inherit from Info-title-4-face instead of
8321         variable-pitch.
8323 2000-10-19  Jason Rumney  <jasonr@gnu.org>
8325         * dired.el (dired-insert-directory): Do not let errors signalled by
8326         attempt to run dired-free-space-program prevent dired from working.
8328 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
8330         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8332 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
8334         * dirtrack.el (dirtrack): Fix call to run-hooks.
8336         * cmuscheme.el (cmuscheme-program-name): Renamed from
8337         scheme-program-name because xscheme.el contains a defcustom with
8338         the same name.  As a consequence, customizing group `cmuscheme'
8339         loaded `xscheme' which redefined run-scheme.
8340         (run-scheme): Use cmuscheme-program-name.
8342         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8344         * play/doctor.el (doctor-death): Update the Samaritans'
8345         anonymous address, and add a website for Befrienders International.
8347 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8349         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
8350         Avoid compilation gripes.  Doc fix.
8351         (ps-print-version): New version number (6.2).
8352         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8353         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8354         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8355         (ps-x-extent-priority, ps-x-extent-start-position)
8356         (ps-x-face-font-instance, ps-x-find-coding-system)
8357         (ps-x-font-instance-properties, ps-x-make-color-instance)
8358         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8359         avoid compilation gripes without defining functions.
8360         (ps-e-find-composition): Alias for function find-composition, to have a
8361         suitable function depending on Emacs version.
8362         (ps-color-device, ps-color-values, ps-face-foreground-name)
8363         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8364         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8365         (ps-print-ensure-fontified): Function definitions surrounded by
8366         `eval-and-compile' to avoid compilation gripes.
8367         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8368         by symbol-value to avoid compilation gripes.
8369         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8370         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8372 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8374         * startup.el (normal-top-level): Call `frame-set-background-mode'
8375         after `frame-notice-user-settings' because the latter doesn't call
8376         the former on a tty.
8378         * faces.el (frame-set-background-mode): `unspecified' &c are
8379         symbols, not strings.
8381 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8383         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8384         why some "light*" colors are deliberately absent from the alist.
8386         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8387         Change colors for tty's, as suggested by Miles Bader.
8389 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
8391         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8392         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
8393         for ISO10646-1 fonts.
8394         (x-font-name-charset-alist): Add an entry for "iso10646-1".
8396 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8398         * faces.el (frame-set-background-mode): If a tty frame defines a
8399         background color, use that to compute the background mode, instead
8400         of always defaulting to "dark".
8402 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8404         * comint.el (comint-write-output): New function.
8405         (comint-mode-map): Add it to the menu.
8406         Bind `C-c C-s' to comint-write-output.
8408 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
8410         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8411         Use fancy-splash-delay.
8413 2000-10-18  Alex Schroeder  <alex@gnu.org>
8415         * progmodes/sql.el (sql-sybase-options): New option.
8416         (sql-sybase): Use it.  Add sql-database to the list of parameters
8417         provided for login.  The options -w 2048 -n are not used any more.
8419         * comint.el (comint-read-input-ring): Bugfix such that the first
8420         and the last entry of the input ring file are not lost.
8422 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8424         * ps-print.el: Internal variable changes to defcustom,
8425         make-local-hook changes to defvar.  Doc fix.
8426         (ps-print-version): New version number (6.1).
8427         (ps-setup, ps-do-despool): Code fix.
8428         (ps-printer-name): Customization fix.
8429         (ps-printer-name-option): Now is a defcustom instead of an
8430         internal variable.
8431         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8432         (ps-print-begin-column-hook): Now are defvar instead of
8433         make-local-hook.
8435 2000-10-18  Miles Bader  <miles@gnu.org>
8437         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8438         (comint-kill-output): Changed into an alias for `comint-delete-output',
8439         and made obsolete.
8440         (comint-mode-map): Rename references to comint-kill-output.
8442 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
8444         * diff-mode.el (diff-header-face, diff-file-header-face)
8445         (diff-changed-face): Add bold and italic attributes to tty faces.
8446         (diff-function-face): New face.
8447         (diff-font-lock-keywords): Use it.
8449 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
8451         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8452         Remove commented-out call to force-mode-line-update.
8453         (comint-kill-output): Use `forward-line 0' instead of
8454         beginning-of-line to make sure we get past the prompt.
8456 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
8458         * diff-mode.el (diff-header-face, diff-file-header-face):
8459         Add specific setting for dark background.
8460         (diff-context-face): Renamed from diff-comment-face.
8461         Set explicitly rather than inheriting from font-lock-comment-face.
8463 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8465         * startup.el (command-line): Move the code which sets the default
8466         TTY colors to before before-init-hook.
8468 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8470         * jit-lock.el (jit-lock-stealth-time): Doc fix.
8472 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8474         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8475         extensions, for MS-DOS.
8477         * diff-mode.el (diff-header-face, diff-file-header-face)
8478         (diff-changed-face): Define tty-specific colors.
8480 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8482         * startup.el (fancy-splash-text): Realign the text.
8484 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8486         * font-lock.el (font-lock-comment-face): Define a separate default
8487         for dark-background tty's.
8489 2000-10-17  Miles Bader  <miles@gnu.org>
8491         * help.el (resize-temp-buffer-window): Add hack to avoid last line
8492         being obscured by whizzy mode-lines on graphics displays.
8494 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8496         * info.el (Info-title-1-face, Info-title-2-face)
8497         (Info-title-3-face): Define colors for tty's.
8498         (info-header-node): Remove unneeded tty-specific definition.
8500 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
8502         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8503         reverse from the frame parameters, and don't invert foreground and
8504         background colors.
8506 2000-10-16  Miles Bader  <miles@gnu.org>
8508         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8509         string "*Info*".  Call propertized-buffer-identification to spruce
8510         up the result.
8512 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8514         * help.el: Provide `help' for the sake of define-minor-mode
8515         which generates defcustoms with requires.
8517         * jit-lock.el (jit-lock-after-change): If we're in text that
8518         matches a multi-line font-lock pattern, make sure the whole text
8519         will be redisplayed.
8521         * emacs-lisp/authors.el (authors-add): Don't add an entry if
8522         author's name is unknown.
8524         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8525         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8526         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8527         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8528         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8529         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8530         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8531         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8532         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8533         Add author information.
8535 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
8537         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8538         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8539         full-color version (using the Gimp) to eliminate dithering artifacts.
8541 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8543         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8545         * simple.el (syntax-flag-table, string-to-syntax): Remove.
8547 2000-10-15  Dave Love  <fx@gnu.org>
8549         * progmodes/sh-script.el: Require skeleton and comint when compiling.
8551         * pcomplete.el (pcomplete) <defgroup>: Add :version.
8553         * whitespace.el: Doc fixes.
8554         (top-level): Don't add hooks here.
8555         (whitespace-running-emacs): Deleted.
8556         (timer): Don't require.
8557         (whitespace): Add back :version conditional on xemacs test.
8558         (whitespace-spacetab-regexp, whitespace-indent-regexp)
8559         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8560         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8561         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8562         Avoid specific xemacs test.
8563         (whitespace-global-mode): New option.
8564         (whitespace-global-mode): New command.
8565         (whitespace-unload-hook): New function.
8567         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8568         (Info-fontify-node, Info-goto-node, Info-mode-menu)
8569         (Info-fontify-node): `Goto' goes to `Go to'.
8570         (Info-fontify-node): Add help-echo to xref links.
8572 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
8574         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8576 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8578         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8579         Use plist-get and allow :inherit.
8581         * emacs-lisp/cl-macs.el (cl-do-arglist):
8582         Use plist-get and plist-member instead of memq.
8584         * emacs-lisp/ewoc.el (ewoc-location): New function.
8585         (ewoc-enter-after, ewoc-enter-before): Document return value.
8586         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8587         Don't need make-local-hook any more.
8588         (cvs-addto-collection): Return the new tin.
8589         (cvs-mode-insert): Jump to the new line.
8591         * jit-lock.el (jit-lock-fontify-buffer): Remove.
8593         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8595         * font-lock.el (font-lock-syntactically-fontified): New var.
8596         (font-lock-fontify-syntactic-keywords-region): Use it.
8597         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
8599         * diff-mode.el (diff-find-file-name): Fix regexp.
8601         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8602         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8604         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8605         (sh-mode-syntax-table): Add punctuation syntax for < and >.
8606         (sh-mode): Don't make all vars local here.
8607         (sh-kw): Reformat.
8608         (sh-set-shell): Use dolist.  Don't set indent-region-function.
8609         (sh-mode-syntax-table): Use pop.
8610         (sh-remember-variable): Use push.
8611         (sh-help-string-for-variable): Use memq.
8612         (sh-safe-backward-sexp): Remove.
8613         (sh-safe-forward-sexp): Add ARG.
8614         (sh-get-indent-info, sh-prev-stmt): Use it.
8615         (sh-prev-line): Simplify by using forward-comment.
8616         (sh-this-is-a-continuation): Simplify.
8617         (sh-learn-buffer-indent): Use dolist.
8618         (sh-do-nothing): Remove.
8619         (sh-set-char-syntax, sh-set-here-doc-region):
8620         Use inhibit-modification-hooks.
8621         (sh-name-style): Use mapcar and push.
8622         (sh-load-style): Use dolist.
8623         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8624         (sh-case, sh-while-getopts): Use propertize directly rather
8625         than sh-electric-rparen.
8627 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
8629         * textmodes/tex-mode.el: Require CL when compiling.
8630         (tex-mode-syntax-table): Init immediately.
8631         (tex-mode-map): Bind M-RET to latex-insert-item.
8632         (latex-mode): Set indent-line-function to latex-indent.
8633         (tex-common-initialization): Don't setup the syntax-table any more.
8634         (latex-insert-item): New skeleton.
8635         (tex-next-unmatched-end): Fix copy/paste braino.
8636         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8637         (latex-indent, latex-find-indent): New functions.
8638         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8639         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8640         (tex-compilation-parse-errors): Use with-syntax-table.
8642 2000-10-15  Miles Bader  <miles@gnu.org>
8644         * font-lock.el (font-lock-comment-face): Change dark-background,
8645         color, non-tty, default to `chocolate1'.
8647 2000-10-13  John Wiegley  <johnw@gnu.org>
8649         * eshell/esh-util.el (require): Added a missing `require' form,
8650         needed when compiling (for an ange-ftp macro definition).
8652 2000-10-13  Dave Love  <fx@gnu.org>
8654         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8656 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
8658         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8660         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8661         transparent -colors 8).
8663 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
8665         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8666         that breaks with old list format timestamps.
8667         (time-stamp-warn-inactive, time-stamp-old-format-warn)
8668         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8670 2000-10-13  John Wiegley  <johnw@gnu.org>
8672         * align.el, pcomplete.el, calendar/timeclock.el,
8673         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8675         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8676         faulty math, where holiday hours were being computing as seconds.
8678 2000-10-13  John Wiegley  <johnw@gnu.org>
8680         * desktop.el (desktop-buffer-modes-to-save): Added a global for
8681         specifying what "other" kinds of buffers should be saved.
8682         This used to be hard-coded.
8683         (desktop-buffer-misc-functions): A global for specifying how
8684         auxiliary data should be determined for special buffer types.
8685         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8686         instead of hard-coding the special buffer types.
8687         (desktop-save): Run `desktop-buffer-misc-functions' to gather
8688         auxiliary data, instead of hard-coding for Info buffers and dired.
8689         (desktop-buffer-info-misc-data): Aux function for determining Info
8690         buffer auxiliary info.
8691         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8692         (desktop-buffer-info): Changed this function to use the info
8693         gathered above.
8694         (desktop-create-buffer): Be a little more careful about what
8695         `minor-mode' means before calling it.  This is important for some
8696         buffer types.
8698 2000-10-13  John Wiegley  <johnw@gnu.org>
8700         * eshell/esh-util.el: Added a global form which declares an
8701         autoload for `parse-time-string', if that function is not already
8702         defined, and if parse-time.el is available on the user's system.
8704         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8705         to be aware of ange-ftp user info.
8706         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
8707         (eshell-ls-annotate): Use `eshell-file-attributes'.
8708         (eshell-ls-file): Made the user-id printing code a bit smarter.
8710         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8711         allow identification of alias user ids in remote directories.
8712         It's manual, but there's no other way to know when the current user
8713         on the local machine, is also the owning user on the remote machine.
8714         (fboundp): Bind `ange-cache'.
8715         (eshell-directory-files-and-attributes): Re-organized the logic a
8716         bit to use `eshell-file-attributes' instead of `file-attributes'.
8717         The former is more sensitive to directories that are read via FTP,
8718         and knows how to use ange-ftp to determine full attribute
8719         information, instead of just the name and last modtime.
8720         (eshell-current-ange-uids): Return the current user id when in a
8721         remote directory.
8722         (eshell-parse-ange-ls): Parse a full directory listing that has
8723         been returned by ange-ftp.
8724         (eshell-file-attributes): This beefed up version of
8725         `file-attributes' is only special if the user is currently in a
8726         remote directory, in which case it does a lot of work to find out
8727         what the real attributes of a file are, as they appear on the
8728         remote machine.  This makes usage of remote directories (i.e.,
8729         ange-ftp pathnames) much more useful.  You can now use Eshell as a
8730         full-fledged FTP client, with much more manipulation ability than
8731         most other clients.
8733         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8734         variable, which means that Eshell's du should always be preferred
8735         in remote directories.
8736         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8737         just `file-attributes'.
8738         (eshell-mvcp-template): Bind `ange-cache', to improve performance
8739         when reading remote directories.  This is an Eshell-specific
8740         variable (not part of ange-ftp).
8741         (eshell/ln): Bind `ange-cache'.
8742         (eshell/du): Added some extra logic for determining when to use
8743         Eshell's du (which is slow), and when to use the external version
8744         (which may or may not exist).
8746         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8747         Call `eshell-interactive-process', rather than using
8748         `get-buffer-process', since backgrounded processes don't count in
8749         the context of this function's logic.
8751         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8752         `forward-char', so that null strings are parsed correctly.
8754 2000-09-13  John Wiegley  <johnw@gnu.org>
8756         * eshell/em-pred.el (eshell-pred-file-type)
8757         (eshell-pred-file-links, eshell-pred-file-size):
8758         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
8760         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8761         that remote file globbing is more efficient.
8763         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8764         gathering the files and attributes within a directory.
8766         * eshell/em-unix.el (eshell/cat): If any of the files passed on
8767         the command line is a special file (not a regular file, directory
8768         or symlink), always attempt to call the external version of cat.
8770 2000-09-13  John Wiegley  <johnw@gnu.org>
8772         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8773         Eshell-friendly version of find-tag.
8775 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
8777         * image-file.el (image-file-name-extensions)
8778         (image-file-name-regexps): Add autoload cookies.
8780 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
8782         * international/mule-cmds.el (select-safe-coding-system): If FROM
8783         is string, show it in *Warning* buffer.
8785 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8787         * startup.el (normal-top-level): Use display-popup-menus-p instead
8788         of window-system.
8789         (command-line): Use display-graphic-p instead of window-system.
8790         (command-line-1): Use display-popup-menus-p and display-mouse-p
8791         instead of window-system.
8793 2000-10-12  Sam Steingold  <sds@gnu.org>
8795         * tooltip.el (tooltip-use-echo-area): New user variable.
8796         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8798 2000-10-12  Dave Love  <fx@gnu.org>
8800         * recentf.el: Maintainer's checkdoc fixes.
8802         * startup.el (normal-top-level-add-subdirs-to-load-path):
8803         Use character class, not ASCII when matching file names.
8804         (fancy-splash-head): Add trailing slash to URL.
8805         (command-line): Don't require XPM support for toolbar.
8807         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8808         (cperl-invalid-face): Revert last change.
8809         (cperl-init-faces): Quote cperl-invalid-face.
8811 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8813         * startup.el (fancy-splash-text): Remove superfluous quote.
8815 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8817         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8818         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8819         (command-line-1): Don't use fancy-splash-pending-command.
8820         (fancy-splash-screens-1): Goto point-min after inserting text.
8822         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8824         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8825         instead of shared-lisp-mode-map.
8827 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
8829         * faces.el (header-line): Change tty-variant to use underlining.
8831         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8832         (isearch-highlight): Restore lazy-isearch face properties at old
8833         position, and suppress them at new position.
8834         (isearch-dehighlight): Restore lazy-isearch face properties.
8835         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8836         over the real isearch overlay, but in that case, don't give it a
8837         face property.  Use `push'.
8839 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8841         * man.el (Man-getpage-in-background): Fix previous change.
8842         Decode the process output only when we are in multibyte mode.
8844 2000-10-11  Dave Love  <fx@gnu.org>
8846         * info.el (Info-mode-menu): Fix some help.
8847         (info-tool-bar-map): Add entry for Info-last.
8849         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8850         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8851         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8852         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8853         * toolbar/search-replace.xpm, toolbar/exit.xpm:
8854         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8855         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8856         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8857         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8858         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8859         Reduce colour requirements to 25 overall.  (Probably wants
8860         revisiting from the originals to reduce further.)
8862 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
8864         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8865         buffer-file-coding-system, instead of raw-text.
8866         (dehexlify-buffer): Bind coding-system-for-read to
8867         buffer-file-coding-system, instead of raw-text.
8869 2000-10-11  Sam Steingold  <sds@gnu.org>
8871         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8872         `underline' - fixes the bug introduced on 2000-09-21.
8874 2000-10-11  Dave Love  <fx@gnu.org>
8876         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8877         Avoid compiler warnings.
8878         (scheme-mode): Doc fix.
8879         (scheme-font-lock-keywords-1): Match `define-syntax'.
8881 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
8883         * faces.el (frame-set-background-mode): Pay attention to saved
8884         face specs as well as default ones.  Only do anything if the
8885         bg-mode or display-type has actually changed.  Use `dolist'.
8886         (region): Make dark-background `region' face less in-your-face.
8888 2000-10-10  Sam Steingold  <sds@gnu.org>
8890         * chistory.el, ielm.el, ledit.el:
8891         * progmodes/inf-lisp.el, progmodes/scheme.el:
8892         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8894 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
8896         * textmodes/texinfo.el: Update copyright and fix typo.
8898         * desktop.el (desktop-modes-not-to-save): New var.
8899         (desktop-save-buffer-p): Use it.
8900         Also, obey desktop-buffers-not-to-save even for non-file buffers.
8901         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8903 2000-10-10  Dave Love  <fx@gnu.org>
8905         * toolbar/tool-bar.el (tool-bar-add-item)
8906         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8908         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8909         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8910         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8911         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8912         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8913         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8914         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8915         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8916         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8917         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8918         the .xpms; probably need retouching.
8920 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
8922         * subr.el (add-to-list): Add optional argument APPEND.
8923         * battery.el (display-battery): Use `add-to-list'.
8925 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
8927         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8928         properties.
8929         (zone, zone-when-idle, zone-leave-me-alone)
8930         (zone-pgm-whack-chars): Use new symbol properties.
8932         * battery.el (display-battery): Doc spelling fix.
8934         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8935         property.
8937 2000-10-09  Dave Love  <fx@gnu.org>
8939         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8940         has been initialized before calling tool-bar-setup.
8941         (tool-bar-add-item-from-menu): Add autoload cookie.
8943 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
8945         * menu-bar.el (send-mail-item-name): New function.
8946         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8947         of mail-user-agent in the menu.  Don't display the "Send Mail"
8948         item if mail-user-agent is nil or its value is ignore.
8949         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8950         if read-mail-command is nil or its value is ignore.
8952         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8954 2000-10-09  Miles Bader  <miles@gnu.org>
8956         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8957         Correct image size.
8958         * toolbar/left_arrow.xpm: Correct image size.
8960         * jka-compr.el: Don't call `jka-compr-install' when loading (it
8961         will be done by the definition of `auto-compression-mode' if
8962         necessary.  Move code to uninstall existing file-name handler
8963         before definition of `auto-compression-mode'.
8965         * image-file.el (auto-image-file-mode): Move to the end of the
8966         file, because `define-minor-mode' actually calls the mode-function
8967         if the associated variable is non-nil, which requires that all
8968         needed functions be already defined.
8970         * mouse.el (popup-menu): Balance parens.
8972 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
8974         * mouse.el (popup-menu): Move the command call outside the loop
8975         so that popup-menu returns whatever the command returns.
8977         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
8978         (initialize-new-tags-table): Use run-hook-with-args-until-success.
8979         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8980         (tags-table-format-functions): Renamed from tags-table-format-hooks.
8982         * vc.el (vc-version-diff): diff-switches can be a list.
8983         Use relative filenames for prettier output.
8985         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8986         (vc-post-command-functions): Remove old-VC compatibility code.
8988         * newcomment.el (comment-indent-default): Autoload.
8990         * font-lock.el (font-lock-defaults): Make buffer-local.
8991         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8992         (font-lock-choose-keywords):
8993         Ignore LEVEL unless KEYWORDS is a list of syms.
8994         (c-keywords, c++-keywords, objc-keywords, java-keywords):
8995         Don't wrap regexp-opt things in \(...\) unnecessarily.
8997         * jit-lock.el: Don't require font-lock any more.
8998         (jit-lock-functions): Make buffer-local.
8999         (jit-lock-saved-fontify-buffer-function): Remove.
9000         (jit-lock-mode): Remove autoload cookie.
9001         Remove font-lock specific code.
9002         (jit-lock-unregister): Don't bother handling complex hooks any more.
9003         (jit-lock-refontify): New function.
9004         (jit-lock-fontify-buffer): Use it.
9005         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9006         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9007         Add optional args START and END.
9008         Never call font-lock-fontify-region directly.
9009         (jit-lock-function, jit-lock-stealth-fontify): Use it.
9011         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9013 2000-10-08  Dave Love  <fx@gnu.org>
9015         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9017         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9019         * play/studly.el (studlify-region, studlify-word): Add autoload
9020         cookie.
9022         * play/morse.el (morse-region, unmorse-region): Add autoload
9023         cookie.
9025         * play/spook.el (spook-phrases-file): Use expand-file-name, not
9026         concat.
9028         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9029         insist on symbols starting with word syntax.
9030         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9031         (eval-defun-1): Doc fix.
9032         (indent-sexp): Use nconc to build up indent-stack.
9034         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9035         Gnus with little use.
9036         (mail-setup-hook): Add mail-abbrevs-setup to options.
9038         * recentf.el: Doc fixes.
9040         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9041         Clean up remainder.
9043         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
9044         without timezone and (8) with timezone to enforce some whitespace.
9045         Simplify code somewhat.
9047         * options.el (list-options): Doc that you should use customize.
9049         * iswitchb.el (iswitchb-mode): Add :require.
9051         * info.el (Info-goto-node, Info-menu): Doc fix.
9052         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9053         (info-tool-bar-map): New variable.
9054         (Info-mode): Use it.
9055         (Info-edit-map): Define all in defvar.
9056         (speedbar-attached-frame): Avoid compiler warning.
9058         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9059         (global-map): Bind [tool-bar] to a filtered map.
9060         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
9061         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9062         Allow PBM icons.
9063         (tool-bar-setup): Adjust calls of tool-bar-add-item.
9065         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9066         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9067         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
9068         icons, except up_arrow, which is left-arrow rotated.
9070         * imenu.el (imenu-add-to-menubar): Fix last change.
9072 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
9074         * generic-x.el (rul-generic-mode): Remove eval-when-compile
9075         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
9077 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9079         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9080         typos in doc strings.
9082         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9083         the doc strings how to customize Font Lock faces.
9085         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9086         computing growth when dragging the header line.
9088 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9090         * simple.el (kill-line): Doc fix.
9092 2000-10-08  Miles Bader  <miles@gnu.org>
9094         * faces.el (secondary-selection): Make foreground visible on tty.
9096         * jka-compr.el (auto-compression-mode): Move to the end of the
9097         file, because `define-minor-mode' actually calls the mode-function
9098         if the associated variable is non-nil, which requires that all
9099         needed functions be already defined.
9100         (with-auto-compression-mode): Add autoload cookie.
9102 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
9104         * files.el (find-backup-file-name) [ms-dos]: If support for long
9105         file names is not available, behave as if version-control were set
9106         to never.
9108 2000-10-07  Dave Love  <fx@gnu.org>
9110         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9111         (browse-url-gnome-moz): New function.
9112         (browse-url-browser-function): Use it.
9113         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9115 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
9117         * indent.el (tab-always-indent): New var.
9118         (indent-for-tab-command): Use it.
9120         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9121         raise an error.  This way it can still default to a sane value.
9123 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9125         * startup.el (fancy-splash-screens): Use local rather than global map.
9126         Don't use `update-menu-bindings' any more.
9127         Get rid of assumptions about keymap representation.
9129 2000-10-06  Dave Love  <fx@gnu.org>
9131         * textmodes/fill.el (sentence-end-double-space)
9132         (sentence-end-without-period):  Doc fix.
9133         (adaptive-fill-regexp): Purecopy.
9134         (unjustify-current-line): Use line-end-position.
9135         (fill-individual-paragraphs-prefix): Use line-beginning-position.
9137         * net/eudc-vars.el (eudc): Add :version, :link.
9139         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9141         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9142         Fix for define-minor-mode.
9143         (function-at-point): Alias to function-called-at-point.
9145         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9147         * simple.el (backward-word): Doc fix.
9149         * image-file.el (image-file-name-regexp): image-file-regexps ->
9150         image-file-name-regexps.
9151         (image-file-name-extensions): Add pbm.
9153 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9155         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9156         and add filename to the names so that diff-mode can jump to source.
9158         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9159         (tex-font-lock-keywords, tex-font-lock-keywords-2)
9160         (tex-font-lock-keywords-1): Remove.
9161         (font-lock-turn-on-thing-lock): Use jit-lock-register.
9162         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9163         (font-lock-default-fontify-region):
9164         Expand beg..end correctly when just following a multiline region.
9165         (font-lock-fontify-anchored-keywords):
9166         Include the anchor text as part of the multiline.
9168 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
9170         * loadup.el (toplevel): Load `loaddefs' before `help' because the
9171         latter needs the autoloaded define-minor-mode macro during the
9172         bootstrap.
9174         * startup.el (command-line): For now, activate tool-bar-mode only
9175         if XPM images are supported.
9177         * mouse.el (mouse-drag-header-line): Don't allow resizing a
9178         window by dragging a header-line at the top of the frame; that's
9179         confusing because the header-line doesn't move.
9180         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9181         of treating the event as a list.  Some cleanup.
9183 2000-10-06  Miles Bader  <miles@gnu.org>
9185         * simple.el (display-message-or-buffer): New function.
9186         (shell-command-on-region): Use `display-message-or-buffer'.
9188         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9189         docstring parts.
9191         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9192         (smbclient-prompt-regexp): Add usage note to doc string.
9193         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9194         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9195         Use add-hook for adding the comint filter function, and only do so
9196         if it's not already in the global hook list.
9197         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9198         to `make-local-variable'.
9199         (nslookup-font-lock-keywords): Remove prompt entry.
9200         (nslookup): Don't set the process-filter.
9201         (finger): Exit the loop correctly when the regexps list runs out.
9202         (ftp, smbclient, smbclient-list-shares):
9203         Set the real major mode immediately, not after execing.
9204         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9206         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9208 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
9210         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9212         * which-func.el (which-func-format): Remove spurious space.
9213         (which-func-mode): Don't make it permanent-local.
9214         (which-func-ff-hook): Allow which-func-maxout to be nil.
9215         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
9216         (which-func-mode): Simplify.
9217         Use post-command-idle-hook rather than post-command-hook.
9218         Go through all buffers and update their state.
9219         (which-function): Also try add-log-current-defun-function.
9221         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9222         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9223         Update call to with-vc-properties accordingly.
9224         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9225         (vc-revert-buffer): More careful about window selection and deletion.
9226         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9228         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9229         (cvs-retrieve-revision): Reuse a pre-existing buffer.
9230         (cvs-dired-action): Change the default to quickdir.
9232         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9233         if comment-indent-function returns nil.
9234         (comment-indent-default): New function.
9235         (comment-indent-function): Use it and document the new semantics.
9237         * image-file.el: Docstring fixes.
9239         * help.el (help-xref-on-pp): Use match-string.
9240         (describe-variable): New arg BUFFER.
9241         Store the current buffer in the help-xref-stack.
9242         (temp-buffer-resize-mode): Use define-minor-mode.
9244         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9245         consistently with its docstring.
9246         Set jit-lock-first-unfontify-pos in an idempotent way.
9247         (jit-lock-register): Autoload and add arg CONTEXTUAL.
9249 2000-10-05  Alex Schroeder  <alex@gnu.org>
9251         * sql.el (sql-mysql-options): New variable.
9252         (sql-mysql): Use it.
9254 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
9256         * image.el (image): New group.
9258         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9259         (smerge-base-face, smerge-markers-face): Add dark-background variants.
9261 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9263         * net/net-utils.el (nslookup-font-lock-keywords)
9264         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9265         Ignore the value of wqindow-system; always define keywords
9267 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
9269         * startup.el (fancy-splash-screens): Remove the code for
9270         debugging; `(trace-to-stderr "EXITTT\n")'.
9272 2000-10-05  Miles Bader  <miles@gnu.org>
9274         * diff-mode.el (diff-goto-source): Update call to
9275         `diff-hunk-status-msg' to reflect new REV variable.
9277 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
9279         * progmodes/icon.el (icon-mode):
9280         Don't gratuitously override the default for comment-column.
9282         * vc-hooks.el (vc-mode-line): Fix interactive spec.
9284         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9285         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9286         (jit-lock-functions): New var.
9287         (jit-lock-function-1): Use it if non-nil.
9288         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
9289         Set the `fontified' property before doing the fontification to avoid
9290         repeatedly going through the same error.
9291         Don't turn errors into messages.
9292         (jit-lock-register, jit-lock-unregister): New functions.
9294         * dired.el (dired-mark-pop-up): Turn comment into docstring.
9295         Use with-current-buffer.
9297         * dired-aux.el (dired-do-create-files, dired-kill-tree):
9298         Turn comment into docstring.
9300         * apropos.el (apropos-mode): Use define-derived-mode.
9302 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
9304         * startup.el (fancy-splash-pending-command): New variable.
9305         (fancy-splash-pre-command): New function.
9306         (fancy-splash-screens): Rewritten.
9307         (command-line-1): If fancy-splash-pending-command is set, call it
9308         interactively.
9310 2000-10-04  Dave Love  <fx@gnu.org>
9312         * toolbar/tool-bar.el (tool-bar-setup): New function.
9313         (tool-bar-mode): Use it.
9315         * subr.el (substitute-key-definition): Doc fix.
9316         (play-sound-file): New command.
9318 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
9320         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9321         vc-version-backup-file-name): New functions.
9323         * files.el (basic-save-buffer): Call vc-before-save before saving.
9325         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9326         vc-cvs-stay-local-p.
9328         * vc.el (vc-revert-buffer): Handle empty diff properly.
9329         (vc-version-backup-file): New function.
9330         (vc-checkout): Create a version backup if necessary.
9331         (vc-checkin): If a version backup file exists, delete it.
9332         (vc-version-diff): Diff locally using version backups, if available.
9333         (vc-revert-file): If there's a version backup, revert locally.
9334         (vc-transfer-file): Use version backup for base version, if
9335         available.  If not, ask for confirmation whether to get it from the
9336         server.  Update mode line before check-in.
9338 2000-10-04  Dave Love  <fx@gnu.org>
9340         * toolbar/tool-bar.el (tool-bar-setup): New function.
9341         (tool-bar-mode): Use it.
9343 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9345         * net/net-utils.el (nslookup-font-lock-keywords)
9346         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9347         Only set if window-system is non-nil
9348         (net-utils-run-program): Returns buffer.
9349         (network-connection-reconnect): Added this function.
9351         * generic.el:
9352         Incorporates extensive cleanup and docfixes by
9353         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9354         Uses cl compile-time macros.
9355         (generic-mode-name, generic-comment-list)
9356         (generic-keywords-list, generic-font-lock-expressions)
9357         (generic-mode-function-list, generic-mode-syntax-table):
9358         Removed variables.
9359         (generic-mode-alist): Renamed to generic-mode-list.
9360         (generic-find-file-regexp): Default changed to "^#".
9361         (generic-read-type): Uses completing read on generic-mode-list.
9362         (generic-mode-sanity-check): removed this function.
9363         (generic-add-to-auto-mode): Removed this function
9364         (generic-mode-internal): Bind mode-specific definitions
9365         into function instead of putting them in alist.
9366         (generic-mode-set-comments): Reworked extensively.
9367         (generic-mode-find-file-hook): Simplified regexp searching
9368         (generic-make-keywords-list): Omit extra pair of parens
9370         * find-lisp.el (find-lisp-find-files-internal):
9371         Make sure directory name ends with "/".
9373         * generic-x.el (apache-conf-generic-mode):
9374         Regexp now allows leading whitespace.
9375         (rc-generic-mode): Added eval-when-compile
9376         around generic-make-keywords-list.
9377         Deleted duplicate regexp
9378         (rul-generic-mode): Added eval-when-compile
9379         around generic-make-keywords-list.
9380         (etc-fstab-generic-mode): New generic mode.
9381         (rul-generic-mode): Removed one eval-when-compile
9382         which caused a max-specpdl-size exceeded error.
9384 2000-10-04  Miles Bader  <miles@gnu.org>
9386         * simple.el (minibuffer-temporary-goal-position): New variable.
9387         (next-history-element): Try to keep the position of point in the
9388         input string constant.
9390         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9391         (dired-do-create-files): If there's only one file, pass it in as
9392         the DEFAULT arg to dired-mark-read-file-name.
9394 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
9396         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9397         (diff-goto-source): Be smarter when choosing REVERSE or not.
9399         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9400         (texinfo-mode-menu): Add an explicit shortcut for update all.
9402 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
9404         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9405         factorize backend-specific code cleanly (this was essentially
9406         conceived by Stefan Monnier).
9407         (vc-unregister): Function removed.
9408         (vc-revert-file): New function.
9409         (vc-revert-buffer): Delegate some of the work to it.
9411         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9412         default branch unconditionally.
9413         (vc-rcs-set-default-branch): New function.
9414         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9415         (vc-rcs-checkin): If an appropriate default branch has been set,
9416         force creation of that branch.
9417         (vc-rcs-receive-file): Rewritten to contain only backend-specific
9418         code (as suggested by Stefan Monnier).
9420 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9422         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9423         highlighting overlay with a different face over the overlay
9424         isearch uses to highlight the current match because that can lead
9425         to bad face combinations.
9427         * loadup.el (toplevel): Load faces before isearch.
9429         * isearch.el (isearch-faces): New custom group.
9430         (isearch): New defface; was already tested for in the code.
9431         (isearch-lazy-highlight-face): Changed to defface from defcustom.
9432         (isearch-highlight): Always use face `isearch'.
9434 2000-10-02  Dave Love  <fx@gnu.org>
9436         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9437         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
9438         comparison of opcode with operand.
9440 2000-10-03  Miles Bader  <miles@gnu.org>
9442         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9443         buffer, since the echo area will now grow to accommodate them.
9445 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
9447         * vc-hooks.el (vc-registered): If FILE used to be registered under
9448         a certain backend, try that one first.
9450         * vc.el (vc-responsible-backend): Undo the previous change in the
9451         argument list.  Handle multiple backends correctly.
9452         (vc-find-new-backend): Function removed.
9453         (vc-register): Use vc-responsible-backend, as before.
9454         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9456 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9458         * startup.el (fancy-splash-head): Change message below the
9459         logo.
9461 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
9463         * diff-mode.el (diff-goto-source): Emit a status message.
9464         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9465         (diff-test-hunk): Fix doc string.
9466         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9467         (diff-advance-after-apply-hunk): New variable.
9468         (diff-apply-hunk): Don't return a value.
9470 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
9472         * vc.el (vc-editable-p): Minor optimization.
9473         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9474         (vc-find-new-backend): New function split from vc-responsible-backend.
9475         (vc-register): Use it.
9476         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9477         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9478         (vc-default-unregister, vc-revert-buffer): Docstring fix.
9479         (vc-clear-headers): Don't use find-file.
9480         (vc-revert-buffer): Use `and' again (must have been a braino).
9481         (vc-switch-backend): Only prompt if requested.
9482         Short circuit if nothing is to be done.
9483         Don't use vc-resynch-buffer which could lose unsaved editing.
9484         (vc-default-receive-file): Update call to vc-unregister.
9485         (with-vc-file, vc-next-action-on-file):
9486         Use vc-backend rather than vc-registered.
9487         (vc-next-action-on-file): Use intern-soft.
9488         Deal with read-only *vc-diff* buffer.
9489         (vc-transfer-file): Docstring fix.
9491         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9492         (vc-rcs-receive-file): Avoid with-vc-properties.
9493         Update call to vc-unregister.
9494         Use constant `RCS' rather than (dynamically bound) var `backend'.
9496 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
9498         * vc.el (vc-next-action-on-file): Update mode line only if file
9499         is visited.
9500         (vc-start-entry): New argument initial-contents.  Don't visit the file
9501         if it isn't already visited.  Brought documentation up-to-date.
9502         (vc-next-action, vc-register): Updated calls to vc-start-entry.
9503         (vc-checkin): New optional arg initial-contents, which is passed to
9504         vc-start-entry.
9505         (vc-finish-logentry): Make sure to bury log buffer only if there
9506         really is one.  Call `vc-resynch-buffer' on log-file, not
9507         buffer-file-name.
9508         (vc-default-comment-history, vc-default-wash-log): New functions.
9509         (vc-index-of): Removed.
9510         (vc-transfer-file): Make do without the above.
9511         (vc-default-receive-file): Call comment-history unconditionally.  Pass
9512         the resulting string to vc-checkin, instead of inserting it into the
9513         comment ring.
9515         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9516         unconditionally.  Use the comments as initial contents of the log
9517         entry buffer.  Document the trick to force branch creation with no
9518         changes.
9520 2000-10-01  Miles Bader  <miles@gnu.org>
9522         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9523         `recenter' with an arg to prevent redrawing the display.
9525 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
9527         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9529         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9531         * progmodes/c-mode.el (c-mode):
9532         Don't gratuitously override the default for comment-column.
9534         * textmodes/tex-mode.el (latex-metasection-list): New var.
9535         (latex-imenu-create-index): Use it.
9536         Move the regexp construction outside loops (and use push).
9537         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9538         (tex-font-lock-keywords): Moved from font-lock.el.
9539         (tex-comment-indent): Remove.
9540         (tex-common-initialization): Don't set comment-indent-function.
9541         (latex-block-default): New var.
9542         (tex-latex-block): Use it to provide a default choice.
9543         Add any unknown choice to latex-block-names.
9544         Insert [...] after {...}.
9545         (tex-last-unended-begin): Simplify regexp.
9546         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9547         (latex-forward-sexp-1, latex-forward-sexp): New functions.
9548         (latex-mode): Set forward-sexp-function.
9550         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9551         Add regexp for @ignore ... @end ignore.
9552         (texinfo-heading-face): New face.
9553         (texinfo-font-lock-keywords): Use it.
9554         (texinfo-mode-menu): New menu.
9555         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9556         New functions.
9557         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9558         (texinfo-section-types-regexp, texinfo-section-level-regexp)
9559         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9560         Remove declaration.
9561         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9563         * delsel.el (delete-selection-mode): Use define-minor-mode.
9565         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9567 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9569         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9571 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
9573         * replace.el (keep-lines-read-args): New function.
9574         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9575         read arguments interactively.  Add parameters RSTART and REND.
9576         Operate on the active region in Transient Mark mode.
9578         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9580         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9581         (authors-obsolete-files-regexps): New variable.
9582         (authors-add): Don't record changes in obsolete files.
9584 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9586         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9588         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9589         (comment-indent): Make sure there's a space between code and comment.
9590         Shift comments left to avoid going past fill-column.
9592 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9594         * startup.el (startup-echo-area-message): New function.
9595         (display-startup-echo-area-message): Use it.
9596         (fancy-splash-screens): Rewritten to use keymaps and a timer.
9597         (fancy-splash-default-action): New function.
9598         (fancy-splash-screens-1): New function.
9599         (fancy-splash-head): Put a help-echo and a keymap under the image.
9601 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9603         * diff-mode.el (diff-add-log-file-name): Remove.
9604         (diff-mode): Use add-log-buffer-file-name-function.
9606         * add-log.el (find-change-log): New arg BUFFER-FILE.
9607         (add-log-file-name): Obey add-log-file-name-function.
9608         (add-log-buffer-file-name-function): New var.
9609         (add-change-log-entry): Use it.
9611 2000-09-29  Miles Bader  <miles@gnu.org>
9613         * image-file.el (image-file-name-extensions): New variable.
9614         (image-file-name-regexps): Renamed from `image-file-regexps'.
9615         New default value is nil.  Call `auto-image-file-mode'.
9616         (image-file-name-regexp): New function.
9617         (auto-image-file-mode): New minor mode.
9618         (insert-image-file): Don't make conditional on the image-file
9619         handler being enabled.
9620         (image-file-handler): Make the call here conditional instead.
9621         (set-image-file-handler-enabled, enable-image-file-handler)
9622         (disable-image-file-handler): Functions removed.
9624         * emacs-lisp/authors.el (authors-print): Rephrase many-files
9625         string.
9627 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9629         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9630         it's a function from CL.
9631         (latex-imenu-create-index): Replace eval-when-compile with progn
9632         because latex-section-alist is not bound while compiling.
9634 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9636         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9637         (outline-mode): Use define-derived-mode.
9639         * progmodes/perl-mode.el (perl-mode):
9640         * progmodes/awk-mode.el (awk-mode):
9641         * progmodes/asm-mode.el (asm-mode):
9642         Don't gratuitously override the default for comment-column.
9644         * emacs-lisp/lisp.el (lisp-complete-symbol):
9645         Distinguish the let-binding case from the funcall case.
9646         (forward-sexp-function): New variable.
9647         (forward-sexp): Use it.
9649         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9650         (easy-mmode-defmap): Remove the now useless autoload.
9652         * time.el (display-time-mode): Use define-minor-mode.
9654         * subr.el (add-minor-mode): Don't eval NAME.
9655         Don't depend on the presence of TOGGLE-FUN for any special behavior.
9656         Use if rather than cond.
9658         * simple.el (read-expression-map): Define more properly.
9659         (comment-indent-hook): Remove.
9660         (string-to-syntax): Bug fix.
9662         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9663         (cvs-ediff-diff): Fix typo.
9664         (cvs-revert-if-needed): Don't bother preserving read-only.
9666         * paren.el (show-paren-mode): Use define-minor-mode.
9668         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9669         (toggle-auto-compression): Remove.
9670         (jka-compr-build-file-regexp): Remove useless grouping.
9672         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9673         Avoid user-reserved bindings.
9674         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9675         (diff-header-face): Revert to grey85.
9677         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9679         * complete.el (partial-completion-mode) <defcustom>: Remove.
9680         (partial-completion-mode): Use define-minor-mode.
9681         (PC-do-completion): Understand `completion-auto-help = delay'
9682         to mean to popup the completion buffer only the second time.
9683         (PC-include-file-all-completions, PC-include-file-all-completions)
9684         (PC-include-file-all-completions): Don't quote lambda.
9686         * comint.el (comint-mode-hook): Docstring fix.
9687         (comint-mode): Use define-derived-mode.
9688         (comint-mode-map): Remove obsolete comment.
9689         (make-comint): Minor stylistic change.
9690         (comint-insert-clicked-input): Be more careful to find the overlay.
9691         Use this-command-keys rather than hardcoding mouse-2.
9693         * font-lock.el: Replace confusing (,@ with ,
9694         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9695         Don't use regexp-opt-depth.  Spice up the regexp for args.
9696         Don't distinguish between cmds that can take an opt arg or not.
9697         Use `append' and `prepend' rather than `keep'.
9699         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9700         (latex-outline-regexp): New var.
9701         (latex-outline-level): New fun.
9702         (latex-section-alist): New var.
9703         (latex-imenu-create-index): Use it.  Use `push' as well.
9704         (tex-shell-map): Initialize it properly.
9705         (tex-mode): Minor stylistic change.
9706         (plain-tex-mode): Use define-derived-mode.
9707         (latex-mode): Use define-derived-mode.
9708         Construct the paragraph regexps in a more readable way.
9709         Set the buffer-local outline-{level,regexp} vars.
9710         (slitex-mode): Derive from latex-mode.
9711         (tex-common-initialization): Don't kill-all-vars anymore.
9712         Add setting for comment-add and font-lock-defaults.
9713         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9714         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
9715         (tex-start-tex): New arg DIR (and send a chdir command for it).
9716         Also display the shell buffer and save it in tex-last-buffer-texed.
9717         (tex-region): Use expand-file-name rather than concat.
9718         Remove code made useless by changes in tex-start-tex.
9719         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9721         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9723 2000-09-28  Dave Love  <fx@gnu.org>
9725         * eshell/eshell.el (eshell) <defgroup>: Add :version.
9727 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
9729         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9730         `append'.
9732 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9734         * info.el (Info-extract-pointer): Undo last change.
9735         Instead, fix the position of the `bound' arg to re-search-backward.
9737 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
9739         * info.el (Info-extract-pointer):
9740         Widen more carefully, to avoid finding pointers in other nodes.
9741         (Info-index): Use push.
9743 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9745         * frame.el (set-frame-font): Remove call to obsolete function
9746         frame-update-faces.
9747         (set-foreground-color, set-background-color): Likewise for
9748         frame-update-face-colors.
9750 2000-09-27  Miles Bader  <miles@gnu.org>
9752         * image-file.el: New file.
9754 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9756         * frame.el (frame-notice-user-settings): Don't call
9757         frame-update-faces, which is a no-op now.
9759         * ediff-wind.el (ediff-control-frame-parameters): Add zero
9760         tool-bar-lines.
9762 2000-09-27  Dave Love  <fx@gnu.org>
9764         * mouse.el: Fix last change.
9766 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
9768         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9770 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
9772         * international/quail.el (quail-help): The output message is
9773         improved.
9775 2000-09-26  Dave Love  <fx@gnu.org>
9777         * mouse.el (popup-menu): If POSITION is nil, set it using
9778         mouse-position.
9780 2000-09-25  Sam Steingold  <sds@gnu.org>
9782         * net/browse-url.el (browse-url-file-url): Check for null maps.
9784 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
9786         * frame.el (frame-notice-user-settings): Don't add a
9787         tool-bar-lines frame parameter to default-frame-alist in batch mode.
9789         * frame.el (frame-notice-user-settings):
9790         Make tool-bar-mode and default-frame-alist consistent.
9792         * toolbar/tool-bar.el (tool-bar-help): New function.
9794 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9796         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9797         current-load-list in top-level forms.  Else this leaks a cons cell
9798         every time a defun is called.
9800         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9802 2000-09-25  Dave Love  <fx@gnu.org>
9804         * startup.el (fancy-splash-head): Check XPM is available.
9806         * autoinsert.el (auto-insert): Doc fix.
9807         (auto-insert-alist): Following GNU notices, don't say `copyright
9808         _by_'.  Use line-beginning-position.
9809         (auto-insert): Check buffer-file-name is non-nil before use.
9811 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9813         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9814         starting with `@def' or `@multitable', in addition to ones
9815         specified by the user in auto-fill-inhibit-regexp.
9817 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
9819         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9820         rmail-dont-reply-to-names matches the empty string.
9822 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9824         * startup.el (command-line-1, fancy-splash-text): Change the
9825         text to sound more friendly.
9827 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
9829         * progmodes/hideshow.el: Update author email address.
9830         Generally, sync w/ maintainer version 5.22.
9831         (hs-hide-all-non-comment-function): New var.
9832         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9833         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9834         (hs-show-region): Delete this command.
9835         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9837 2000-09-22  Dave Love  <fx@gnu.org>
9839         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9840         (hl-line-highlight): Specify buffer when moving overlay.
9842         * progmodes/fortran.el (fortran-mode): Locally set
9843         normal-auto-fill-function.
9844         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9845         (fortran-mode-map): Adjust auto-fill menu entry.
9847 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
9849         * vc-rcs.el (toplevel): Require `vc' when compiling.
9851         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9853 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
9855         * vc.el (vc-switch-backend): Signal an error if the file is not
9856         registered under the new backend.
9858         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9859         without explicit revision number.
9861 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
9863         * diff-mode.el (diff-file-header-face): Reset to its previous value.
9864         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9865         (diff-xor): New function.
9866         (diff-find-source-location): Use it.  Fix a stupid name clash.
9867         (diff-hunk-status-msg): New function.
9868         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9869         (diff-test-hunk): Use diff-find-source-location.
9870         (diff-goto-source): Favor the `reverse'.
9871         (diff-hunk-text): Properly handle one-sided context diffs.
9872         (diff-apply-hunk): When done, advance to the next hunk.
9874 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9876         * startup.el (command-line): If frame was created with a non-zero
9877         tool-bar-lines parameter, switch tool-bar-mode on.
9879         * add-log.el (change-log-date-face, change-log-name-face)
9880         (change-log-email-face, change-log-file-face)
9881         (change-log-list-face, change-log-conditionals-face)
9882         (change-log-function-face, change-log-acknowledgement-face):
9883         New faces, inheriting from font-lock faces.
9884         (change-log-font-lock-keywords): Use them.
9886 2000-09-21  Dave Love  <fx@gnu.org>
9888         * progmodes/cperl-mode.el (top-level): Clean up
9889         `eval-when-compile's and assorted defvars.
9890         (cperl-invalid-face): Don't double-quote value.  Change custom
9891         type.
9892         (cperl-mode): Set normal-auto-fill-function and don't zap
9893         auto-fill-function.
9894         (cperl-imenu--function-name-regexp-perl): Renamed from
9895         imenu-example--function-name-regexp-perl.
9896         (cperl-imenu--create-perl-index): Renamed from
9897         imenu-example--create-perl-index.
9898         (cperl-xsub-scan): Don't require cl.
9900         * msb.el (msb-mode-map): Use substitute-key-definition.
9901         (msb-mode): Use msb-mode-map.
9903 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
9905         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9906         New functions.
9907         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9908         (vc-switch-backend): New function.
9909         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9910         (vc-register): Fix prompt.
9911         (vc-unregister, vc-default-unregister): New functions.
9912         (vc-version-diff): Handle empty buffer in sentinel.
9914         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9915         (vc-rcs-state-heuristic): Use it to guess the state of files with
9916         non-strict locking.
9917         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9918         been set with -b, but not created yet.
9919         (vc-rcs-fetch-master-state): With non-strict locking, compare file
9920         contents in order to find the state.
9921         (vc-rcs-checkin): Allow creation of branches with no changes.
9922         (vc-rcs-unregister, vc-rcs-receive-file)
9923         (vc-rcs-set-non-strict-locking): New functions.
9925         * vc-hooks.el (vc-name): Force correct computation of the value
9926         in case it is missing.
9928 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9930         * startup.el (fancy-splash-tail): Use a different foreground
9931         color on a dark frame background.
9933 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
9935         * info.el: Use the correct capitalization when making Info-mode
9936         and Info-edit-mode `special' modes.
9938 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
9940         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9941         (diff-mode): Add support for add-log.el.
9942         (diff-hunk-text): Use char offsets rather than line offsets.
9943         (diff-find-source-location): Replace LINE with line-offset (nil
9944         if not found) and always set POS to a meaningful position.
9945         Adapt to the new char-offsets.
9946         (diff-apply-hunk): Drop support for the unused `select' POPUP.
9947         Adapt to the new diff-find-source-location.
9948         (diff-goto-source): Adapt to the new diff-find-source-location.
9950         * add-log.el (add-log-file-name): New function (split out of
9951         add-change-log-entry).
9952         (add-change-log-entry): Use it.
9953         Call add-log-file-name-function with the changelog file name if
9954         the current buffer is not associated with any file.
9955         Avoid find-file if the selected window is dedicated.
9957         * diff-mode.el (diff-find-source-location):
9958         Move code from diff-apply-hunk.  Return buffer rather than file.
9959         (diff-apply-hunk): Use the new result from  diff-find-source-location.
9960         (diff-goto-source): Use the new diff-find-source-location.
9962 2000-09-20  Dave Love  <fx@gnu.org>
9964         * iswitchb.el: Some doc fixes.
9965         (iswitchb-mode-map): Define completely initially.  Inherit
9966         minibuffer-local-map.
9967         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9968         fundamental-mode.
9969         (iswitchb-global-map): New variable.
9970         (iswitchb-summaries-to-end): Amalgamate regexps.
9971         (iswitchb-mode): New.
9972         (iswitchb-mode-hook): New variable.
9973         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
9974         `extensions'.
9976 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
9978         * ehelp.el (electric-help): New defgroup.
9979         (electric-help-shrink-window): New user-option.
9980         (with-electric-help): Use it.
9982         * window.el (shrink-window-if-larger-than-buffer): If face
9983         `mode-line' has a :box, and we're on a graphical frame, add 1
9984         to the needed window height.
9986         * frame.el (frame-notice-user-settings): Add a last parameter nil
9987         to a call to `append', because the last list passed to `append' is
9988         not copied, and so subsequent calls to assq-delete-all will modify
9989         default-frame-alist.
9991         * startup.el (fancy-splash-image): Change :type.
9992         (fancy-splash-head): Use an XBM image if appropriate.
9993         (command-line-1): Show splash screens in more cases.
9995         * startup.el (fancy-splash-text): Don't quote faces.
9997         * dired.el (dired-font-lock-keywords): Undo last change.
9998         (dired-readin): Bind indent-tabs-mode to nil.
10000         * startup.el (fancy-splash-head): If frame's background mode
10001         is `dark', change the black background of the image to gray.
10002         (fancy-splash-screens): Display startup echo area message.
10003         (display-startup-echo-area-message): New function.
10005 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
10007         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10009         * info.el (info-header-node): Tweak for color ttys.
10011         * faces.el (face-valid-attribute-values): Make sure directories we
10012         search for stipples both exist and are readable before trying to
10013         search them.
10015         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10016         in the dry-run case.
10018         * jka-compr.el (with-auto-compression-mode): New macro.
10020         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10021         (custom-group-tag-face, custom-variable-tag-face): Use relative
10022         :height and inherit from `variable-pitch' face instead of
10023         hardwiring :family.
10024         * hi-lock.el (hi-black-hb): Likewise.
10026         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10027         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10028         toolbar-add-item, if image doesn't have a mask add a `:mask
10029         heuristic'.
10031 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
10033         * diff-mode.el: Docstring fixes.
10034         (diff-header-face, diff-comment-face): New faces.
10035         (diff-font-lock-keywords): Highlight a bit differently.
10036         (diff-find-source-location): Don't return SPAN any more.
10037         (diff-hunk-text): Don't bother erasing the temp buffer.
10038         (diff-find-text): Drop argument LINE.
10039         (diff-apply-hunk): Update calls to diff-find-text.
10040         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10042         * calendar/calendar.el: Docstring fixes.
10043         (calendar-make-alist): Don't quote lambda.
10044         (calendar-star-date): Use make-local-variable.
10046 2000-09-19  Dave Love  <fx@gnu.org>
10048         * toolbar/tool-bar.el: Renamed from toolbar.el.
10049         Change `toolbar' to `tool-bar' generally in symbols.
10050         Make some items invisible in `special' major modes.
10051         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10052         Add arg PROPS.
10054         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10055         Add :version here.
10056         (fancy-splash-delay, fancy-splash-image): Remove :version here.
10058 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10060         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10062         * files.el (find-file-suppress-same-file-warnings): New user-option.
10063         (find-file-noselect): Use it.
10065         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10066         (fancy-splash-screen): Defgroup.
10068         * add-log.el (change-log-font-lock-keywords): Match names
10069         more exactly for the case that font-lock-constant-face is
10070         underlined.
10072 2000-09-19  Richard M. Stallman  <rms@gnu.org>
10074         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10076 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
10078         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10080 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10082         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10083         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10084         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10085         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10086         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10087         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10088         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10089         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10090         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10091         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10092         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10093         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10095         * startup.el (fancy-splash-text): New variable.
10096         (fancy-splash-delay, fancy-splash-image): New user-options.
10097         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10098         (fancy-splash-screens): New functions.
10099         (command-line-1): If display has a `display' frame parameter, has
10100         colors, and we have XPM support, show more fancy splash screens.
10102 2000-09-19  Dave Love  <fx@gnu.org>
10104         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
10105         with null `help'.  Use modern backquote syntax.
10107 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10109         * font-lock.el (font-lock-mode): Change message telling the user
10110         that ``the buffer is too big''.
10112         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10113         for instance for the case that tab-width is 2.
10115 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
10117         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10118         toolbar-add-item, if image doesn't have a mask add a `:mask
10119         heuristic'.
10121 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
10123         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10124         and return a cons if it's non-nil.
10125         (diff-apply-hunk): Try to jump to the line in the source text
10126         corresponding to the position of point in the in the hunk.
10128         * info.el (Info-title-3-face, Info-title-2-face)
10129         (Info-title-1-face): Use face inheritance and relative sizes
10130         instead of hard-wiring things.
10132         * faces.el (secondary-selection): Make dark-background variant sane.
10134 2000-09-16  Andrew Innes  <andrewi@gnu.org>
10136         * makefile.w32-in (compile-files-CMD): No need to make .elc files
10137         read-only, since they aren't under VC now.
10139 2000-09-17  Dave Love  <fx@gnu.org>
10141         * tmm.el: Replace mapcar with mapc in several places.
10143         * loadhist.el (unload-feature): Maybe call elp-restore-list and
10144         ad-unadvise.
10146         * international/latin1-disp.el: New file.
10148         * calendar/cal-move.el (scroll-calendar-left)
10149         (scroll-calendar-right): Make arg optional (for active mode line).
10151         * calendar/calendar.el (calendar-mode-line-format): Make fields
10152         mouse-sensitive.
10153         (calendar-read-date, calendar-read-date, calendar-window-list):
10154         Unquote lambda.
10155         (calendar-month-name): Use aref, not sref.
10157         * view.el (minor-mode-alist): Propertize the string.
10159         * international/characters.el (standard-case-table): Add entries
10160         for Greek.
10162 2000-09-18  Miles Bader  <miles@gnu.org>
10164         * info.el (info-node, info-xref): Add dark-background variants.
10166         * faces.el (header-line): Change defaults to be less confusing
10167         when mixed with mode-lines.
10169         * info.el (Info-fontify-node): Make a few cleanups.
10170         Add extra `help-echo' and `local-map' props to node xrefs.
10171         Use header-specific faces for node-names & xrefs.
10172         (Info-use-header-line): New variable.
10173         (info-header-xref, info-header-node): New faces.
10174         (Info-setup-header-line): New function.
10175         (Info-select-node): Call Info-setup-header-line when enabled.
10176         (Info-extract-pointer): Work even if the header line is hidden.
10177         (Info-header-line): New variable.
10179 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
10181         * vms-patch.el (print-region-function): Don't quote lambda.
10183         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10185         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10186         (lm-get-header-re): Allow spaces between the header and the colon.
10187         (lm-header): Allow $ in non-RCS headers.
10188         (lm-header-multiline): Put the strings back into order.
10189         Stop at an empty line.  Don't require two space chars if the
10190         line is clearly not another header line.
10192         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10193         (popup-menu-popup): Remove.
10195 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10197         * toolbar/toolbar.el (toolbar-add-item): Use the same image
10198         specification if or if not tool-bar item contains an `:enabled'
10199         property.
10201         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10202         current buffer has no file name.
10204 2000-09-15  Dave Love  <fx@gnu.org>
10206         * strokes.el: Sync with maintainer's current version with changes
10207         for Emacs, but avoid runtime cl and levents.
10208         (toplevel):  Change autoloads and compilation requires.
10209         (strokes-version, strokes-bug-address, strokes-lift): Values
10210         changed.
10211         (strokes-xpm-header, strokes-insinuated): New variable.
10212         (strokes): Add :link.
10213         (strokes-mode): Customized.
10214         (strokes-while-inhibiting-garbage-collector): New macro.
10215         (strokes-remassoc): Avoid remove-if.
10216         (strokes-fix-button2-command): Don't use ad-do-it.
10217         (strokes-insinuate): New function.
10218         (strokes-button-press-event-p, strokes-button-release-event-p):
10219         New functions, used instead of non-`strokes-' versions..
10220         (strokes-mouse-event-p): Rewritten.
10221         (strokes-event-closest-point): Avoid event-point.
10222         (strokes-get-grid-position): Avoid cdadr, caadr
10223         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10224         functions.
10225         (strokes-help): Use with-output-to-temp-buffer.
10226         (strokes-window-configuration-changed-p): New function.
10227         (strokes-update-window-configuration): Use buffer-live-p,
10228         strokes-window-configuration-changed-p.
10229         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
10230         (strokes-char-face): New face.
10231         (strokes-char-table, strokes-base64-chars): New variable.
10232         (strokes-xpm-for-stroke, strokes-list-strokes)
10233         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10234         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10235         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10236         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10237         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10238         functions.
10240 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10242         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10244         * image.el (create-image): Doc fix.
10246         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10247         instead of `:heuristic-mask t'.
10249 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10251         * makefile.w32-in: Revert to Unix line endings.
10253 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10255         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
10256         when installing.
10258         * makefile.nt (DONTCOMPILE): Fix typo.
10260         * shell.el (shell-write-history-on-exit): New function.
10261         (shell-dumb-shell-regexp): New custom variable.
10262         (shell-mode): Make shell-write-history-on-exit the process
10263         sentinel if shell name matches shell-dumb-shell-regexp.
10265         * w32-fns.el: Comment out before-init-hook function which resets
10266         source-directory based; this breaks bootstrap.
10268 2000-09-14  Dave Love  <fx@gnu.org>
10270         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10271         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10272         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10273         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10274         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10275         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10276         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
10277         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
10278         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10280         * toolbar/toolbar.el: New.
10282         * subdirs.el: Add toolbar.
10284 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
10286         * indent.el (indent-for-tab-command): Doc fix.
10288 2000-09-14  Alex Schroeder  <alex@gnu.org>
10290         * ansi-color.el (ansi-colors): Doc change.
10291         (ansi-color-get-face): Simplified regexp.
10292         (ansi-color-faces-vector): Added more faces, doc change.
10293         (ansi-color-names-vector): Doc change.
10294         (ansi-color-regexp): Simplified regexp.
10295         (ansi-color-parameter-regexp): New regexp.
10296         (ansi-color-filter-apply): Doc change.
10297         (ansi-color-filter-region): Doc change.
10298         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10299         deal with zero length parameters.
10300         (ansi-color-apply-on-region): Doc change.
10301         (ansi-color-map): Doc change.
10302         (ansi-color-map-update): Removed debugging message.
10303         (ansi-color-get-face-1): Added condition-case to trap
10304         args-out-of-range errors.
10305         (ansi-color-get-face): Doc change.
10306         (ansi-color-make-face): Removed.
10307         (ansi-color-for-shell-mode): New option.
10309 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
10311         * international/quail.el (quail-start-translation): Translate KEY
10312         if necessary even if it doesn't have any mapping in the current
10313         input method.
10314         (quail-start-conversion): Likewise.
10315         (quail-help): The output message is improved.
10317 2000-09-13  Miles Bader  <miles@gnu.org>
10319         * comint.el (comint-output-filter): Revert to using
10320         `insert-before-markers'.  Add bletcherous hack to undo damage
10321         caused by `insert-before-markers'.  Put `front-sticky' property on
10322         overlays created here so that the field code understands how the
10323         overlay works.  Use a let when making comint-last-prompt-overlay,
10324         so that the code is easier to read.
10326 2000-09-13  Dave Love  <fx@gnu.org>
10328         * wid-edit.el (widget-default-format-handler): DTRT when
10329         doc-property is a function.
10331 2000-09-12  Francesco Potorti`  <pot@gnu.org>
10333         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10334         filed name if it's not there.
10336 2000-09-12  Dave Love  <fx@gnu.org>
10338         * simple.el (read-mail-command): Doc fix.
10339         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10341         * vc.el (vc-dired-listing-switches): Fix :version.
10343         * vc-hooks.el: Doc fixes.
10345         * subr.el (add-minor-mode): Use toggle-fun arg.
10347         * speedbar.el: Add :version to several defcustoms.
10349         * imenu.el (imenu--truncate-items, imenu--cleanup)
10350         (imenu--generic-function): Avoid mapcar.
10351         (imenu--replace-spaces): Function removed.
10352         (imenu--completion-buffer): Use subst-char-in-string.
10353         (imenu-add-to-menubar): Use keymap inheritance.
10355 2000-09-12  Miles Bader  <miles@gnu.org>
10357         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10358         (diff-mode-map): Bind `diff-test-hunk'.
10359         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10361 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10363         * bytecomp.el (byte-compile-defvar): Undo last change
10364         because it breaks '(make-variable-buffer-local (defvar ...)'
10365         which is used at least in dired.
10367 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10369         * international/quail.el (quail-define-package): Docstring
10370         modified.
10372 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10374         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10375         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10376         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
10377         docstring of "chinese-py".
10379         * international/quail.el (quail-translation-docstring): New
10380         variable.
10381         (quail-show-keyboard-layout): Docstring modified.
10382         (quail-select-current): Likewise.
10383         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10384         infinite recursive call.
10385         (quail-help): Check quail-translation-docstring.  Format of the
10386         output changed.
10387         (quail-help-insert-keymap-description): Adjusted for the above
10388         change.
10390 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10392         * bytecomp.el (byte-compile-defvar): Only cons onto
10393         current-load-list in top-level forms.  Else this leaks a cons cell
10394         every time a defun is called.
10396 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
10398         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10399         Now understands non-unified diffs.  Some functionality moved into
10400         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
10401         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
10402         modify anything.  Only reposition point in the patched file if the
10403         patch succeeds.  Only pop up another window if POPUP is true.
10404         Emit a message describing what happened if successful, and at what
10405         line-offset.  Automatically detect reversed hunks and do something
10406         appropriate.
10407         (diff-hunk-text, diff-find-text): New functions.
10408         (diff-filter-lines): Function removed.
10409         (diff-test-hunk): New function.
10410         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10412 2000-09-10  Dave Love  <fx@gnu.org>
10414         * textmodes/tildify.el: Minor doc/commentary fixes.
10415         (tildify) <defgroup>: Add :version.
10417         * faces.el (face-x-resources): Make custom type more specific.
10418         (frame-background-mode): Use mapc.
10419         (region) <defcustom>: Add :version.
10421 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
10423         * vc-sccs.el (vc-sccs-register):
10424         * vc-rcs.el (vc-rcs-register):
10425         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10426         * vc.el (vc-register): Clear file's properties.
10428 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
10430         * faces.el (face-spec-set): Only face-spec-reset-face when
10431         ATTRS is non-nil.
10433 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10435         * help.el (help-insert-xref-button): Fix a typo in doc string.
10437 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
10439         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10440         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10441         methods.
10443         * menu-bar.el (read-mail-item-name): New function.
10444         (menu-bar-tools-menu): Use it to compute and display the package
10445         used to read email.
10446         (menu-bar-tools-menu): Fix typo in GUD's help string.
10448 2000-09-07  Dave Love  <fx@gnu.org>
10450         * diff-mode.el (diff-mouse-goto-source): New function.
10452         * vc-sccs.el: Doc fixes.
10453         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10455         * vc-rcs.el: Doc fixes.
10456         (vc-rcs-register-switches, vc-rcs-checkin-switches)
10457         (vc-rcs-checkout-switches, vc-rcs-header)
10458         (vc-rcs-master-templates): Add or change :version.
10460         * vc-cvs.el: Doc fixes.
10461         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10462         (vc-cvs-stay-local): Add :version.
10464         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10466 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10468         * international/quail.el (quail-help): Fix previous change.
10470 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10472         * faces.el (color-values): Doc fix.
10474         * faces.el (frame-set-background-mode): Use frame-parameter
10475         instead of frame-parameters.
10477         * frame.el (filtered-frame-list): Reduce consing.
10478         (frames-on-display-list): Call frame-parameter instead of
10479         frame-parameters.
10481 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10483         * language/devan-util.el (devanagari-to-indian-region): In the
10484         loop, change the following char, not preceding char.
10486 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10488         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10489         instead of frame-parameters.
10491         * faces.el (set-face-attribute): Simplify by calling
10492         internal-set-lisp-face-attribute with FRAME being 0.
10494         * vc.el: Remove `Id' version control keyword.
10496 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10498         * help.el (help-make-xrefs): Adjusted for the change of
10499         help-xref-mule-regexp.
10500         (help-insert-xref-button): New function.
10502         * international/mule-cmds.el (help-xref-mule-regexp-template):
10503         Include the pattern for character set.
10504         (leim): New group.
10506         * international/quail.el: Don't require face.
10507         (quail): New group.
10508         (quail-other-command): Dummy command to make quail-help work better.
10509         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10510         (quail-keyboard-layout-substitution): New variable.
10511         (quail-update-keyboard-layout): New function.
10512         (quail-keyboard-layout-type): New customizable variable.
10513         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10514         (quail-keyboard-translate): Pay attention to
10515         quail-keyboard-layout-substitution.
10516         (quail-insert-kbd-layout): New function.
10517         (quail-show-keyboard-layout): New function.
10518         (quail-get-translation): If the definition is a vector of length
10519         1, and the element is a string of length 1, return the character
10520         in that string.
10521         (quail-update-current-translations): Fix the case of
10522         relative-index out of range.
10523         (quail-build-decode-map, quail-insert-decode-map): New Functions.
10524         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10525         Show key sequences for all available characters.
10526         (quail-help-insert-keymap-description): Don't show such verbose
10527         key bindings as quail-self-insert-command.
10529         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10530         Format changed, and each element now have extra documentations.
10531         (tit-process-header): Delete invalid characters from TIT-PROMPT.
10532         Adjusted for the change of quail-cxterm-package-ext-info.
10534 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
10536         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10537         requiring it leads to a recursive loading of vc.el and vc-hooks.el
10538         during bootstrap.
10540 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10542         * vc.el: (toplevel): Don't require `dired' at run-time.
10543         (vc-dired-resynch-file): Remove autoload cookie.
10545 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10547         * vc.el: Made several backend functions optional.
10548         (vc-default-responsible-p): New function.
10549         (vc-merge): Use RET for first version to trigger merge-news, not
10550         prefix arg.
10551         (vc-annotate): Handle backends that do not support annotation.
10552         (vc-default-merge-news): Removed.  The existence of a merge-news
10553         implementation is now checked on caller sites.
10555         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10556         case.
10558         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10559         special case that has been removed from the default in vc-hooks.el.
10561 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10563         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10565 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10567         * vc-hooks.el: Require vc during compilation.
10568         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10569         macro `with-vc-properties' in vc.el.
10570         (vc-file-getprop): Doc fix.
10571         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10573         * vc.el: Require dired-aux during compilation.
10574         (vc-name-assoc-file): Moved to vc-sccs.el.
10575         (with-vc-properties): New macro.
10576         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10577         vc-finish-steal): Use it.
10578         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
10579         to the backend-specific function is now supposed to do the checkout,
10580         too.
10581         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10583         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10584         set file properties; that gets done in the generic code now.
10586         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10587         Changed parameter list, added code from vc.el that does the
10588         checkout, possibly with a double-take.
10590         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10591         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10592         the above under the new name.
10593         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
10594         parameter list, added checkout command.
10595         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10596         properties; that gets done in the generic code now.
10598 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10600         * vc.el: Docstring fixes (courtesy of checkdoc).
10602 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10604         * vc.el (vc-checkout-writable-buffer-hook)
10605         (vc-checkout-writable-buffer): Remove.
10606         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10607         (vc-log-mode): Make it into a clean derived major mode.
10608         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10609         vc-log-mode if log-edit is not available.
10610         (vc-dired-mode-map): Don't set-keymap-parent yet.
10611         (vc-dired-mode): Do set-keymap-parent here.
10612         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10614 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
10616         * faces.el (set-face-attribute, face-spec-reset-face)
10617         (face-spec-set): Avoid consing by removing calls to `apply'.
10619         * frame.el (frame-parameter): Move to C code.
10621 2000-09-05  Dave Love  <fx@gnu.org>
10623         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10624         insert-before-markers-and-inherit.  Now checked systematically!
10626 2000-09-05  Alex Schroeder  <alex@gnu.org>
10628         * sql.el (sql-postgres): Use sql-postgres-options.
10629         (sql-postgres-options): New variable.
10631 2000-09-05  Alex Schroeder  <alex@gnu.org>
10633         * sql.el (sql-mode-menu): Work around missing variable mark-active
10634         in XEmacs.
10635         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10636         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10637         compatibility.
10639 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
10641         * vc.el (vc-dired-resynch-file): Add autoload cookie.
10643         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10645         * Makefile.in (DONTCOMPILE): Fix typo in file name.
10647 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10649         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10650         don't support anything else under SCCS yet.
10652         * vc-hooks.el: Minor doc fixes.
10654 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10656         * vc.el (vc-next-action-on-file): Do not visit the file if it's
10657         not necessary.  If verbose in state `needs-patch', do the same as
10658         under `up-to-date'.  When NOT verbose and `needs-patch', check out
10659         latest version instead of `merge-news'.
10660         (vc-next-action-dired): Don't mess with default-directory here; it
10661         breaks other parts of dired.  It is the job of the
10662         backend-specific functions to adjust it temporarily if they need it.
10663         (vc-next-action): Remove a special CVS case.
10664         (vc-clear-headers): New optional arg FILE.
10665         (vc-checkin, vc-checkout): Set properties vc-state and
10666         vc-checkout-time properly.
10667         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10668         (vc-print-log): Use new backend function `show-log-entry'.
10669         (vc-cancel-version): Do the checks in a different order.  Added a
10670         FIXME concerning RCS-only code.
10672         * vc-rcs.el (vc-rcs-show-log-entry): New function.
10673         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10675         * vc-cvs.el (vc-cvs-show-log-entry): New function.
10677         * vc-hooks.el (vc-default-mode-line-string): Show state
10678         `needs-patch' as a `-' too.
10680 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10682         * vc.el (vc-responsible-backend): New optional arg REGISTER.
10683         (vc-default-could-register): New function.
10684         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10685         (vc-resynch-buffer): Call vc-dired-resynch-file.
10686         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10687         vc-resynch-buffer instead of vc-resynch-window.
10688         (vc-next-action-dired): Don't redisplay here, that gets done as a
10689         result of the individual file operations.
10690         (vc-retrieve-snapshot): Corrected prompt order.
10692         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10694         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10695         as well.
10696         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
10697         hostname regexps.  Updated all callers.
10698         (vc-cvs-responsible-p): Handle directories as well.
10699         (vc-cvs-could-register): New function.
10700         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10701         properties up-to-date.
10703         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10704         user whether to create one.
10706 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10708         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10709         check out a non-existing file.
10711         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10712         workfile does not exist.
10714         * vc.el (vc-version-diff): Use `require' to check for existence of
10715         diff-mode.
10717 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10719         * vc-cvs.el (vc-cvs-registered): Use new function
10720         vc-cvs-parse-entry to do the actual work.
10722 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10724         * vc-hooks.el (vc-find-backend-function): If function doesn't
10725         exist, return nil instead of error.
10726         (vc-call-backend): Doc fix.
10728         * vc.el (vc-do-command): Doc fix.
10729         (vc-finish-logentry): When checking in from vc-dired, choose the
10730         right backend for logentry check.
10731         (vc-dired-mode-map): Inherit from dired-mode-map.
10732         (vc-dired-mode): Local value of dired-move-to-filename-regexp
10733         simplified.
10734         (vc-dired-state-info): Removed, updated caller.
10735         (vc-default-dired-state-info): Use parentheses instead of hyphens.
10736         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10737         (vc-dired-listing-switches): New variable.
10738         (vc-directory): Use it, instead of dired-listing-switches.
10740         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10741         (vc-cvs-dir-state): New function.
10742         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10743         (vc-cvs-parse-entry): New function, also to be used in
10744         vc-cvs-registered.
10746 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10748         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10749         *or* single-window-frames.
10751 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10753         * vc.el (vc-update-changelog): Split into generic part and default
10754         implementation.  Doc string adapted.
10755         (vc-default-update-changelog): New function.  Call the `rcs2log'
10756         script in exec-directory, to fix a long-standing nuisance.
10758         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10759         simply signals an error.
10761 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10763         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10764         control-flow more clear and to avoid running `cvs' twice.
10766         * vc.el (vc-next-action-on-file): Doc fix.
10767         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10768         (vc-print-log): Eval `file' before constructing the continuation.
10770 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10772         * vc.el (vc-next-action-on-file): Corrected several messages.
10773         (vc-merge): Add prefix arg `merge-news'; handle it.
10775         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10776         is not reached.  It is.
10777         (vc-cvs-merge): Set state to 'edited after merge.
10778         (vc-cvs-merge-news): Set workfile version to nil if not known.
10779         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
10781         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10782         via stdout. (Merge from main line.)
10784 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10786         * vc.el (vc-finish-logentry): Thinko in the "same comment"
10787         detection.
10789 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10791         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10792         against kill-all-local-variables.
10793         (vc-log-edit): Don't save vc-parent-buffer any more.
10794         (vc-last-comment-match): Initialize to an empty string.
10795         (vc-post-command-functions): New hook.
10796         (vc-do-command): Run it.
10797         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10798         (vc-finish-logentry): Only add the comment to the ring if it's
10799         different from the last comment entered.
10800         (vc-new-comment-index): New function.
10801         (vc-previous-comment): Use it.  Make the minibuffer message
10802         slightly less terse.
10803         (vc-comment-search-reverse): Make it work forward as well.  Don't
10804         set vc-comment-ring-index if no match is found.  Use
10805         vc-new-comment-index.
10806         (vc-comment-search-forward): Use vc-comment-search-reverse.
10807         (vc-dired-mode-map): Don't inherit from dired-mode-map since
10808         define-derived-mode will do it for us.  Bind `v' to a keymap that
10809         inherits from vc-prefix-map so that we can bind `vt' without
10810         binding C-x v t.
10811         (vc-retrieve-snapshot): Parenthesis typo.
10813         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10814         to 1.  Make sure to switch to *vc* before looking for an error
10815         message.  Use vc-parse-buffer.
10817 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10819         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10820         and NAME.
10821         (vc-retrieve-snapshot): Split into two parts.
10822         (vc-default-retrieve-snapshot): New function.
10824         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10825         (vc-cvs-retrieve-snapshot): New function (untested).
10826         (vc-cvs-stay-local): Default to t.
10827         (vc-cvs-remote-p): New function and property.
10828         (vc-cvs-state): Stay local only if the above is t.
10829         (vc-handle-cvs): Removed.
10830         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10831         done via vc-handled-backends now.
10832         (vc-cvs-header): Escape Id.
10834 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10836         * vc.el (vc-do-command): Remove unused commands.
10837         (vc-version-diff): Make sure default-directory ends with a slash.
10838         Move the window commands into a vc-exec-after.
10839         (vc-print-log): Move more of the code into the `vc-exec-after'.
10841 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10843         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10844         (vc-print-log): Search current revision from beginning of buffer.
10845         (vc-revert-buffer): Clear echo area after the diff is finished.
10846         (vc-prefix-map): Removed definition of "t" for terse display in vc
10847         dired.
10848         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
10849         definition of "vt" for terse display.
10850         (vc-dired-mode): Fix dired-move-to-filename-regexp.
10852 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10854         * vc.el (vc-exec-after): Avoid caddr.
10856 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10858         * vc.el (vc-exec-after): New function.
10859         (vc-do-command): Use it to add a termination message for async
10860         procs.
10861         (vc-checkout): Try to handle a missing-backend situation.
10862         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10863         of a directory with a backend using async diffs.
10864         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10865         present.
10867         * vc-sccs.el (vc-sccs-state-heuristic): Use
10868         file-ownership-preserved-p.
10870         * vc-rcs.el (vc-rcs-state-heuristic): Use
10871         file-ownership-preserved-p.
10872         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10874 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10876         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10877         vc-do-command.
10879         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10880         when there are no changes.
10882 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10884         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10886         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10888 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10890         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10892         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10893         the `fset' outside of the defvar so that it works even if
10894         vc-prefix-map was already defined.
10895         (vc-setup-buffer): New function, split out of vc-do-command.
10896         (vc-do-command): Allow BUFFER to be t to mean `just use the
10897         current buffer without any fuss'.
10898         (vc-version-diff): Change the `diff' backend operation to just put
10899         the diff in the current buffer without erasing it.  Always use
10900         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
10901         shrink-window-if-larger-than-buffer.
10902         (vc-print-log): Change the `print-log' backend operation to just
10903         put the log in the current buffer without erasing it.  Protect
10904         shrink-window-if-larger-than-buffer.
10905         (vc-update-change-log): Fix setd typo.
10907         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10908         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10910         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10911         (vc-rcs-diff): Insert in the current buffer and remove unused arg
10912         CMP.
10914         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10915         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
10916         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10918 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10920         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10921         not possible, use vc-BACKEND-workfile-unchanged-p.
10922         (vc-default-workfile-unchanged-p): New function.  Delegates to a
10923         full vc-BACKEND-diff.
10925         * vc-hooks.el (vc-simple-command): Removed.
10927         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10928         instead of vc-simple-command.
10929         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10930         avoid doing a diff when opening a file.
10931         (vc-rcs-state): Added check for unlocked-changes.
10932         (vc-rcs-header): Escape Id.
10933         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10934         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10935         version.
10937         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10938         (vc-sccs-diff): Remove optional arg CMP.
10939         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10940         SCCS-specific function.
10942         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10943         vc-simple-command.
10945 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10947         * vc.el (vc-editable-p): Renamed from vc-writable-p.
10948         (with-vc-file, vc-merge): Use vc-editable-p.
10949         (vc-do-command): Remove unused var vc-file and fix the
10950         doubly-defined `status' var.  Add a user message when starting an
10951         async command.
10952         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10953         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10954         Use with-current-buffer.
10955         (vc-buffer-sync): Use unless.
10956         (vc-next-action-on-file): If the file is 'edited by read-only,
10957         make it read-write instead of trying to commit.
10958         (vc-version-diff, vc-update-change-log): Use `setq
10959         default-directory' rather than `cd'.
10960         (vc-log-edit): Don't forget to set default-directory in the
10961         buffer.
10963         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10964         (vc-sccs-state-heuristic): Use file-writable-p instead of
10965         comparing userids.
10966         (vc-sccs-checkout): Use `unless'.
10968         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10969         of comparing userids.
10970         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10971         Simplify the logic by eliminating unreachable code.
10972         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10973         just do a recursive call if we need to retry.
10974         (vc-rcs-checkout): Handle the case where rcs is missing by making
10975         the buffer read-write if requested and re-signalling the error.
10977         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10979 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10981         * vc-hooks.el (vc-handled-backends): Docstring change.
10982         (vc-ignore-vc-files): Mark obsolete.
10983         (vc-registered): Check vc-ignore-vc-files.
10984         (vc-find-file-hook, vc-file-not-found-hook): Don't check
10985         vc-ignore-vc-files.
10987         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10989 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10991         * vc.el (vc-checkout): Don't do anything special for ange-ftp
10992         files since ange-ftp already has vc-registered return nil.
10994         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10995         (vc-sccs-workfile-version): Use with-temp-buffer and new
10996         vc-parse-buffer and don't bother setting the property.
10997         (vc-sccs-add-triple): Use with-current-buffer and
10998         find-file-noselect.
10999         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11001         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
11002         derives from the old vc-parse-buffer but uses the revision number
11003         rather than the date (much easier to compare robustly).
11004         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
11005         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
11006         locking-user more directly.  Check strict locking and set
11007         checkout-model appropriately.
11008         (vc-rcs-parse-locks): Remove.
11009         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11010         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11011         (vc-rcs-system-release): Use with-current-buffer and
11012         vc-parse-buffer.
11013         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11015         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11016         (vc-simple-command): Docstring fix.
11017         (vc-registered): Align the way the file-handler is called with the
11018         way the function itself works.
11019         (vc-file-owner): Remove.
11021         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
11022         extraction of fields and call to file-attributes because of a
11023         temporary bug in rcp.el.
11024         (vc-cvs-fetch-status): Use with-current-buffer.
11026 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11028         * vc.el (vc-do-command): Use file-relative-name.
11029         (vc-responsible-backend): Use vc-backend if possible.
11030         (vc-create-snapshot): Improve the `interactive' spec. Add support
11031         for branches and dispatch to backend-specific `create-snapshot'.
11032         (vc-default-create-snapshot): New function, containing the bulk of
11033         the old vc-create-snapshot.
11034         (vc-retrieve-snapshot): Improve the interactive spec.
11036         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11037         (vc-backend-hook-functions): Remove.
11038         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11039         (vc-backend): Reintroduce the test for `file = nil' now that I
11040         know why it was there (and added a comment to better remember).
11042         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11043         code from vc-sccs-hooks.el.
11044         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
11045         'vc anymore.
11046         (vc-sccs-responsible-p): Use expand-file-name instead of concat
11047         and file-directory-p instead of file-exists-p.
11048         (vc-sccs-check-headers): Simplify the regexp.
11050         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11051         from vc-rcs-hooks.el.  Don't require 'vc anymore.
11052         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11053         file-directory-p instead of file-exists-p.
11055         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11056         from vc-cvs-hooks.el.
11057         (proto vc-cvs-registered): Require 'vc-cvs instead of
11058         'vc-cvs-hooks.  Don't require 'vc anymore.
11059         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11060         file-directory-p instead of file-exists-p.
11061         (vc-cvs-create-snapshot): New function, replacing
11062         vc-cvs-assign-name.
11063         (vc-cvs-assign-name): Remove.
11065 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11067         * vc-cvs.el (vc-cvs-header): New var.
11069         * vc-rcs.el (vc-rcs-exists): Remove.
11070         (vc-rcs-header): New var.
11072         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11073         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11074         (vc-sccs-header): New var.
11076         * vc.el (vc-do-command): Get rid of the `last' argument.
11077         (vc-header-alist): Remove, replaced by vc-X-header.
11078         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11079         (vc-dired-hook): Use expand-file-name instead of concat.
11080         (vc-directory): Use file-name-as-directory.
11081         (vc-snapshot-precondition, vc-create-snapshot)
11082         (vc-retrieve-snapshot): Allow the command to operate on any
11083         directory.
11085         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11086         just removing the 'WORKFILE argument or by removing the 'MASTER
11087         argument and replacing `file' with (vc-name file).
11089 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11091         * vc.el: Update Copyright and add a crude list of backend funs.
11092         (vc-writable-p): New function.
11093         (with-vc-file): Use vc-writable-p.
11094         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11095         (vc-register): Avoid vc-name.
11096         (vc-locking-user): Remove.
11097         (vc-steal-lock): Make the `owner' arg non-optional.
11098         (vc-merge): Use vc-writable-p instead of vc-locking-user and
11099         vc-checkout-model.
11100         (vc-default-dired-state-info): Use vc-state instead of
11101         vc-locking-user and return special strings for special states.
11102         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11103         and get rid of one of the special CVS cases.
11104         (vc-cancel-version): prettify error message with \\[...].
11105         (vc-rename-master): New function.
11106         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11107         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
11108         the CVS special case generic.
11109         (vc-default-record-rename): Remove.
11110         (vc-file-tree-walk-internal): Only call FUNC for files that are
11111         under control of some VC backend and replace `concat' with
11112         expand-file-name.
11113         (vc-file-tree-walk): Update docstring.
11114         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11115         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11117         * vc-sccs.el (vc-sccs-rename-file): Renamed from
11118         vc-sccs-record-rename.  Use `find-file-noselect' rather than
11119         `find-file' and call `vc-rename-master' to do the actual move.
11120         (vc-sccs-diff): Remove unused `backend' variable.
11122         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11123         to delay loading of vc-sccs until it is really used.
11124         (vc-sccs-master-templates): Preload.
11125         (vc-sccs-state): Update call to vc-sccs-parse-locks.
11126         (vc-sccs-project-dir): Remove (merged into
11127         vc-sccs-search-project-dir).
11128         (vc-sccs-search-project-dir): Rewrite using file name handling ops
11129         rather than `concat', make sure it is preloaded and don't bother
11130         to check that the file actually exists.
11131         (vc-sccs-parse-locks): Remove unused `file' argument, remove
11132         `locks' argument (use buffer's content instead) and eliminate n^2
11133         behavior.
11135         * vc-rcs.el: Update Copyright.
11136         (vc-rcs-rename-file): New function.
11137         (vc-rcs-diff): Remove unused `backend' variable.
11139         * vc-hooks.el: Update Copyright.
11140         (vc-backend): Don't accept a nil argument any more.
11141         (vc-up-to-date-p): Turn into a defsubst.
11142         (vc-possible-master): New function.
11143         (vc-check-master-templates): Use `vc-possible-master' and allow
11144         funs in vc-X-master-templates to return a non-existent file.
11146         * vc-cvs.el: Update Copyright.
11147         (vc-cvs-diff): Remove unused `backend' variable.
11148         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11150         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11152 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11154         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11155         since it can be called from vc-rcs.el.
11156         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11158 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11160         * vc.el (vc-version-diff): Expand file name read from the
11161         minibuffer.  Handle the case when a previous version number can't
11162         be guessed.  Give suitable messages when there were no differences
11163         found.
11164         (vc-clear-headers): Call backend-specific implementation, if one
11165         exists.
11166         (vc-cancel-version): Made error checks generic.  When done, clear
11167         headers generically, too.
11169         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11170         from vc-clear-headers in vc.el.
11172         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11173         correctly.
11174         (vc-rcs-latest-on-branch-p): Made second argument VERSION
11175         optional.  Handle the case when it's not there.
11177 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11179         * vc.el (vc-locking-user): Moved from vc-hooks.el.
11181 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11183         * vc-hooks.el (vc-loadup): Remove.
11184         (vc-find-backend-function): Use `require'.  Also, handle the case
11185         where vc-BACKEND-hooks.el doesn't exist.
11186         (vc-call-backend): Cleanup.
11188 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11190         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11191         vc-rcs-grab-templates)
11192         (vc-rcs-registered): Remove.  The default function works as well.
11193         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11194         vc-sccs-grab-templates)
11195         (vc-sccs-registered): Remove.  The default function works as well.
11197         * vc.el (vc-version-diff): Left out a vc- in call to
11198         vc-call-backend.
11199         (vc-default-dired-state-info, vc-default-record-rename)
11200         (vc-default-merge-news): Update for the new backend argument.
11202         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11203         using the default function.
11204         (vc-call-backend): If calling the default function, pass it the
11205         backend as first argument.  Update the docstring accordingly.
11206         (vc-default-state-heuristic, vc-default-mode-line-string): Update
11207         for the new backend argument.
11208         (vc-make-backend-sym): Renamed from vc-make-backend-function.
11209         (vc-find-backend-function): Use the new name.
11210         (vc-default-registered): New function.
11212 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11214         * vc.el (vc-merge): Use vc-find-backend-function.
11216         * vc-hooks.el (vc-backend-functions): Remove.
11217         (vc-loadup): Don't setup 'vc-functions.
11218         (vc-find-backend-function): New function.
11219         (vc-call-backend): Use above fun and populate 'vc-functions
11220         lazily.
11221         (vc-backend-defines): Remove.
11223 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11225         * vc.el (vc-register): Put a FIXME note for a newly found bug.
11226         Call vc-call-backend without the leading vc-.
11227         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11228         (vc-check-headers): Call vc-call-backend without the leading vc-.
11229         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11230         (vc-annotate-display): Replace confusing use of `cond' with `or'.
11231         Call vc-call-backend without the leading vc-.
11233         * vc-cvs.el (tail): Provide vc-cvs.
11234         * vc-sccs.el (tail): Provide vc-sccs.
11235         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11237         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11238         (vc-make-backend-function, vc-call): Pass names without leading
11239         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11240         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11241         (vc-call-backend): Always try to load vc-X-hooks.
11242         (vc-registered): Remove vc- in call to vc-call-backend.
11244 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11246         * vc.el (vc-process-filter): New function.
11247         (vc-do-command): Setup `vc-process-filter' for the async process.
11248         (vc-maybe-resolve-conflicts): New function to reduce
11249         code-duplication.  Additionally, it puts the buffer in
11250         `smerge-mode' if applicable.
11251         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11252         calling `merge-news'.
11253         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11254         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
11255         interfacing to log-edit.el.
11256         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11257         log-edit is available.
11258         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11260 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11262         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11263         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11264         defvar and the initialization.
11265         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11267         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11268         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11270         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11272 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11274         * vc.el (vc-file-clear-masterprops): Removed.
11275         (vc-checkin, vc-revert-buffer): Removed calls to the above.
11276         (vc-version-diff): Use buffer-size without argument.
11277         (vc-register): Heed vc-initial-comment.
11279         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11280         default branch.
11282         * vc-rcs.el (vc-rcs-register): Parse command output to find master
11283         file name and workfile version.
11284         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11286         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11287         vc-file-clear-masterprops.
11289         * vc-sccs.el (vc-sccs-checkout): Removed call to
11290         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
11291         rather than user login name.
11294 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11296         * vc.el (vc-workfile-unchanged-p): Remove unused argument
11297         `want-differences-if-changed' and simplify.
11298         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11299         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11300         output (which is invalid for async vc-diff) to decide whether to
11301         do the revert silently or not.
11303 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11305         * vc-hooks.el (vc-loadup): Load files quietly.
11306         (vc-call-backend): Oops, brain fart.
11308 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11310         * vc-cvs.el (vc-cvs-state): Typo.
11311         (vc-cvs-merge-news): Return the status code rather than the error msg.
11313 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11315         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11316         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11317         vc-state or vc-up-to-date-p.
11318         (vc-merge): Use vc-backend-defines to check whether merging is
11319         possible.  Set state to 'edited after successful merge.
11321         * vc-hooks.el (vc-locking-user): If locked by the calling user,
11322         return that name.  Redocumented.
11324 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11326         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11327         new `vc-state' semantics.
11328         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11329         'vc-locking-user to the current user.
11330         (vc-merge): Inline vc-backend-merge.  Comment out code that I
11331         don't understand and hence can't adapt to the new `vc-state' and
11332         `vc-locking-user' semantics.
11333         (vc-backend-merge): Remove.
11335         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11336         rather than 'vc-locking-user.
11338         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11340         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11341         (vc-state): Don't use 'reserved any more.  Just use the same
11342         convention as the one used for vc-<backend>-state where the
11343         locking user (as a string) is returned.
11344         (vc-locking-user): Update, based on the above convention. The
11345         'vc-locking-user property has disappeared.
11346         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11348         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11349         with a heuristic one.
11350         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11351         (vc-cvs-checkin): Do a trivial parse to set the state in case of
11352         error.  That allows us to get to 'needs-merge even in the
11353         stay-local case.  There's still no way to detect 'needs-patch in
11354         such a setup (or to force an update for that matter).
11355         (vc-cvs-logentry-check): Remove, the default works as well.
11357 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11359         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11361         * vc.el (vc-do-command): kill-all-local-variables, to reset any
11362         major-mode in which the buffer might have been put earlier.  Use
11363         `remove' and `when'.  Allow `okstatus' to be `async' and use
11364         `start-process' in this case.
11365         (vc-version-diff): Handle the case where the diff looks empty
11366         because of the use of an async process.
11368 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11370         * vc.el (vc-next-action-on-file): Removed optional parameter
11371         `simple'.  Recompute state unconditionally.
11372         (vc-default-toggle-read-only): Removed.
11374         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11375         (vc-toggle-read-only): Undid prev change.
11377         * vc-cvs.el (vc-cvs-stay-local): Renamed from
11378         vc-cvs-simple-toggle.  Redocumented.
11379         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11380         (vc-cvs-toggle-read-only): Removed.
11382 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11384         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11385         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11386         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11387         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
11388         still is. So maybe it should be removed.
11389         (vc-head-version, vc-find-binary): Remove.
11390         (vc-recompute-state): Move from vc-hooks.el.
11391         (vc-next-action-on-file): Add a `simple' argument to allow
11392         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11393         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11394         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11395         (vc-dired-mode-map): Properly defvar it.
11396         (vc-print-log): Call log-view-mode if available.
11397         (small-temporary-file-directory): defvar instead of use boundp.
11398         (vc-merge-news): Moved to vc-cvs.el.
11399         (vc-default-merge-news): New function.
11401         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11402         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11403         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11404         unknown `vc-latest-version' function.  It should probably refer to
11405         vc-workfile-version or somesuch, but it's very unclear to me and I
11406         don't have SCCS to test things.
11408         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11409         (vc-sccs-state-heuristic): Fix typo.
11410         (vc-sccs-workfile-unchanged-p): Add missing argument.
11412         * vc-rcs.el: Require vc and vc-rcs-hooks.
11413         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11414         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11415         (vc-release-greater-or-equal-p): Move from vc.
11416         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11417         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11418         (vc-rcs-checkout): Add a missing `new-version' argument in the
11419         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
11421         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11422         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11423         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11424         than the apparently unbound `workfile-version'.
11426         * vc-hooks.el (vc-master-templates): Def the obsolete var.
11427         (vc-file-prop-obarray): Use `make-vector'.
11428         (vc-backend-functions): Add new hookable functions
11429         vc-toggle-read-only, vc-record-rename and vc-merge-news.
11430         (vc-loadup): If neither backend nor default functions exist, use
11431         the backend function rather than nil.
11432         (vc-call-backend): If the function if not bound yet, try to load
11433         the non-hook file to see if it provides it.
11434         (vc-call): New macro plus use it wherever possible.
11435         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11436         nor `vc-find-binary' since it's only called from
11437         vc-mistrust-permission which is only used once the backend is known.
11438         (vc-checkout-model): Fix parenthesis.
11439         (vc-recompute-state, vc-prefix-map): Move to vc.el.
11441         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11442         (vc-cvs-release, vc-cvs-system-release): Remove.
11443         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11444         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11445         status symbols.
11446         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11447         (vc-cvs-toggle-read-only): First cut at a function to allow a
11448         cvs-status-free vc-toggle-read-only.
11449         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11450         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11451         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
11452         (vc-cvs-checkout): Modify access rights directly if the user
11453         requested not to use `cvs edit'.  And refresh the mode line.
11455         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11456         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11458 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11460         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
11461         workfile' that got lost when the code was extracted from vc.el.
11462         And merged the tail with the rest of the code (not possible in the
11463         old vc.el where the tail was shared among all backends).  And
11464         explicitly set the state to 'edited if `writable' is set.
11466         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11467         (vc-cvs-state): Be careful to return the value from
11468         vc-cvs-parse-state.
11469         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
11470         property but return it instead.  Also be careful to handle a nil
11471         or "" `rev' when workfile is non-nil (it was handled properly when
11472         workfile was nil).
11474         * vc.el: Removed those pesky unnecessary `(function' quotes.
11475         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11476         directly in the defvar.
11477         (vc-do-command): Bind inhibit-read-only so as to properly handle
11478         the case where the destination buffer has been made read-only.
11479         (vc-diff): Delegate to vc-version-diff in all cases.
11480         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11481         (vc-annotate-mode-variables): Removed (code moved partly to
11482         defvars and partly to vc-annotate-add-menu).
11483         (vc-annotate-mode): Turned into a derived-mode.
11484         (vc-annotate-add-menu): Moved in code in
11485         vc-annotate-mode-variables.
11486         (vc-update-change-log): Use make-temp-file if available.
11488 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
11490         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11491         `vc-checkout-model' updated to `vc-cvs-update-model'.
11493 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11495         * vc.el (vc-next-action-on-file): Added handling of state
11496         `unlocked-changes'.
11497         (vc-checkout-carefully): Is now practically obsolete, unless the
11498         above is too slow to be enabled unconditionally.
11499         (vc-update-change-log): Fixed typo.
11501         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11503         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11504         Now handles state `unlocked-changes'.
11505         (vc-sccs-workfile-unchanged-p): New function, to support the above.
11507         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11509         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11510         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
11511         `unlocked-changes'.
11512         (vc-rcs-workfile-unchanged-p): Renamed from
11513         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
11514         function yet, but supposed to become one soon.
11516         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11517         `vc-steal-lock'.
11518         (vc-call-backend): Changed error message.
11519         (vc-state): Added description of state `unlocked-changes'.
11521 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11523         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11524         always return t in CVS-controlled directories.
11526         * vc.el (vc-responsible-backend): New function.
11527         (vc-register): Largely rewritten.
11528         (vc-admin): Removed (implementation moved into vc-register).
11529         (vc-checkin): Redocumented.
11530         (vc-finish-logentry): If no backend defined yet (because we are in
11531         the process of registering), use the responsible backend.
11533         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11534         Updated function lists.
11535         (vc-call-backend): Fixed typo.
11537         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11538         New functions.
11539         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11540         Removed query option.  Redocumented.
11542 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11544         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11546         * vc.el: Updated callers of `vc-checkout-required' to use
11547         `vc-checkout-model'.
11549 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11551         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
11552         stuff updated to reference this function instead of the old
11553         `vc-backend-release-p'.
11555 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11557         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11558         vc-checkout-model.  Return appropriate values.  Updated callers.
11560 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11562         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11563         (vc-backend-revert): Function moved into `vc-revert';
11564         `vc-next-action' must be updated to accomodate this change.
11565         (vc-backend-steal): Function moved into `vc-finish-steal'.
11566         (vc-backend-logentry-check): Function moved into
11567         `vc-finish-logentry'.
11568         (vc-backend-printlog): Function moved into `vc-print-log'.
11569         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11570         (vc-backend-assign-name): Function moved into
11571         `vc-create-snapshot'.
11573 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11575         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11576         Rename to vc-checkout-model.  Return appropriate values.
11577         Update callers.
11579         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11580         to vc-checkout-model.
11581         (vc-checkout-required): Rename to vc-checkout-model.
11582         Re-implement and re-comment.
11583         (vc-after-save): Use vc-checkout-model.
11585 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11587         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11588         Update to use the vc-BACKEND-diff functions instead.
11589         `vc-diff' is now working.
11591         * vc-rcs.el (vc-rcs-logentry-check): New function.
11593         * vc-cvs.el (vc-cvs-logentry-check): New function.
11595         * vc-sccs.el (vc-sccs-diff): Function changed name from
11596         `vc-backend-diff'.  This makes `vc-diff' work.
11598         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11599         of functions possibly implemented in a vc-BACKEND library.
11600         (vc-checkout-required): Fix bug that caused an error to be
11601         signaled during `vc-after-save'.
11603         * vc.el: Fix typo.
11604         This checkin is made with our new VC code base for the very first time.
11605         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11607         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11608         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11610         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11611         updated to `vc-uses-locking'.
11612         (vc-checkout-required): Call to backend function.
11613         `vc-checkout-required' updated to `vc-uses-locking' instead.
11615         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11616         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11618         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11619         to match the split into various backends.
11620         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
11621         (vc-retrieve-snapshot): Bug fix.
11623 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11625         * vc-sccs.el (vc-sccs-release): Doc fix.
11627 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11629         * vc.el (vc-next-action-on-file): Bug found and fixed.
11630         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11631         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11633         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11634         (vc-rcs-checkout): Name space cleaned up.  No more revision number
11635         crunching function names that are not prefixed with vc-rcs.
11636         (vc-rcs-checkout-model): Function added.  References to
11637         `vc-checkout-model' replaced.
11639 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11641         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11642         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
11643         still need to be split, and implemented for RCS).
11645 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11647         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11649         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11650         required by the vc.el file.
11652         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11653         required by the vc.el file.
11654         (vc-rcs-exists): Function added.
11656         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11657         required by the vc.el file.
11659         * vc.el (vc-admin): Updated to handle selection of appropriate
11660         backend.  Current implementation is crufty and need re-thinking.
11662         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11664 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11666         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11667         beginning of annotate buffers correctly.
11669         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11670         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11671         functionality updated quite a lot to support multiple backends.
11672         Variables `vc-annotate-mode', `vc-annotate-buffers',
11673         `vc-annotate-backend' added.
11675         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11676         `vc-annotate-difference' added to supported backend functions.
11678 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11680         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11681         Use with-temp-file instead of /bin/sh.  Merged from mainline
11683 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11685         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11687         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11689         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11691 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11693         * vc-hooks.el: vc-state-heuristic added to
11694         vc-backend-hook-functions.
11696         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11698         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11700         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11701         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
11702         state to `reserved'.
11704         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11705         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
11707 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11709         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
11710         untouched.
11712         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11714         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11715         if defined.  (Merged from main line, slightly adapted.)
11717         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11718         millenium problem (merged from mainline).
11720 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11722         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11723         part and moved the non-BACKEND stuff to vc.el.
11725         * vc.el: Split the annotate feature into a BACKEND specific part
11726         and moved it from the vc-cvs.el file to this one.
11728 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11730         * vc-hooks.el: Implement new state model.
11731         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11732         (vc-locking-user): Simplify.  Now only needed if the file is
11733         locked by somebody else.
11734         (vc-lock-from-permissions): Remove.  Functionality is in
11735         vc-sccs-hooks.el and vc-rcs-hooks.el now.
11736         (vc-mode-line-string): New name for former vc-status.  Adapted.
11737         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
11739         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11740         Various simplifications and adaptations all over the place.
11742         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11743         Simplify and adapt the rest.
11745         * vc.el (vc-resynch-window): Add TODO comment: check for
11746         interaction with view mode according to recent RCS change.
11747         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11749 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11751         * vc.el: Convert the remaining function comments to docstrings.
11753 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11755         * vc.el (vc-backend-release, vc-release-greater-or-equal)
11756         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11757         (vc-minor-part, vc-previous-version): Functions that operate and
11758         compare revision numbers got proper documentation.  Comments added
11759         about their possible removal.
11761 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11763         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11764         the vc-backend.el files.
11766         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11768         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11769         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11770         (vc-rcs-previous-version): Functions added.
11772         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11774         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11776 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11778         * vc-hooks.el (vc-master-templates): Is really obsolete.
11779         Comment out the definition for now.  What is the right procedure
11780         to get rid of it?
11781         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11782         rewritten.
11783         (vc-default-registered): Remove.
11784         (vc-check-master-templates): New function; does mostly what the
11785         above did before.
11786         (vc-locking-user): Don't rely on the backend to set the property.
11788         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11789         Rewrite documentation.
11790         (vc-rcs-templates-grabbed): New variable.
11791         (vc-rcs-grab-templates): New function.
11792         (vc-rcs-registered): Rewrite to use above mechanism.
11794         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11795         Rewrite documentation.
11796         (vc-sccs-templates-grabbed): New variable.
11797         (vc-sccs-grab-templates): New function.
11798         (vc-sccs-registered): Rewrite to use above mechanism.
11799         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11800         Don't throw the result, simply return it.
11802         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11803         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
11804         (vc-cvs-registered): Does the check itself now.  Simplify.
11806         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11807         from main line.
11809 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11811         * vc-cvs.el (vc-cvs-diff): New function.
11813         * vc-sccs.el (vc-sccs-diff): New function.
11815         * vc-rcs.el (vc-rcs-diff): New function.
11816         (vc-rcs-checkout): Bug (typo) found and fixed.
11817         (vc-rcs-register-switches): New variable.
11819         * vc.el (vc-backend-diff): Function removed and placed in the
11820         backend files.
11822 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11824         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11826         * vc.el (vc-backend-checkout): Function removed and replaced in
11827         the vc-backend.el files.
11829         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11831         * vc.el (vc-backend-admin): Removed and replaced in the
11832         vc-backend.el files.
11834         * vc.el (Martin): Removed all the annotate functionality since it
11835         is CVS backend specific.
11837 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11839         * spec.txt: Added specification of vc-state.
11841         * vc-sccs-hooks.el (vc-sccs-master-properties):
11842         Remove handling of vc-latest-version and
11843         vc-your-latest-version.  What used to be vc-latest-version, is now
11844         returned as vc-workfile-version.
11845         (vc-sccs-workfile-version): Adapt.
11847 2000-09-04  Dave Love  <fx@gnu.org>
11849         * vc.el: [Merged from mainline.]
11850         (vc-dired-mode): Make the dired-move-to-filename-regexp
11851         regexp match the date, to avoid treating date as file size.
11852         Add YYYY S option to WESTERN/
11854 2000-09-04  Dave Love  <fx@gnu.org>
11856         * vc.el: Require `compile' when compiling.
11857         (vc-logentry-check-hook): New option.
11858         (vc-steal-lock): Use compose-mail.
11859         (vc-dired-mode-map): Defvar when compiling.
11860         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11861         vc-sccs.el and renamed.  Callers changed.
11862         (vc-backend-checkout, vc-backend-logentry-check)
11863         (vc-backend-merge-news): Doc fix.
11864         (vc-default-logentry-check): New function.
11865         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11866         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11867         (vc-backend-merge): Doc fix.  Use backend functions.
11868         (vc-check-headers): Use backend functions.
11870         * vc-cvs.el: Require vc when compiling.
11871         (vc-cvs-register-switches): Doc fix.
11872         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11873         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11874         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11875         New functions (code from vc.el).
11876         (vc-annotate-display-default): Fix interactive spec.
11877         (vc-annotate-time-span): Doc fix.
11879         * vc-rcs.el: Require vc when compiling.
11880         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11881         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11882         (vc-rcs-checkin): New functions (code from vc.el).
11883         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11884         Doc fix.
11885         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
11887         * vc-sccs.el: Require vc when compiling.
11888         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11889         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11890         (vc-sccs-revert)
11891         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11892         from vc.el).
11893         (vc-sccs-add-triple, vc-sccs-record-rename)
11894         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11895         (vc-sccs-admin): Doc fix.
11897 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11899         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11900         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11901         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11902         from vc.el.
11904         * vc-sccs.el (vc-admin-sccs): Added from vc.el
11906         * vc-cvs.el: Moved the annotate functionality from vc.el.
11907         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11909 2000-09-04  Dave Love  <fx@gnu.org>
11911         * vc.el (vc-backend-release): Call vc-system-release.
11913         * vc-sccs.el (vc-sccs-system-release):
11914         Renamed from vc-sccs-backend-release.
11916         * vc-rcs.el (vc-rcs-system-release):
11917         Renamed from vc-rcs-backend-release.
11919         * vc-cvs.el (vc-cvs-system-release):
11920         Renamed from vc-cvs-backend-release.
11922 2000-09-04  Dave Love  <fx@gnu.org>
11924         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11925         backend files.
11926         (vc-backend-release): Dispatch to backend functions.
11927         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
11928         probably needs attention.]
11930         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11931         (vc-sccs-backend-release): New function.
11933         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11934         (vc-cvs-backend-release): New function.
11936         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11937         Doc fix.
11938         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11939         (vc-default-dired-state-info): New function.
11940         (vc-dired-state-info): Dispatch to backends.
11941         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
11943         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11944         from vc.el and renamed.
11946 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11948         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11949         (vc-version-other-window, vc-backend-assign-name): Removed
11950         references to vc-latest-version; sometimes changed into
11951         vc-workfile-version.
11953         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11954         vc-rcs-master-workfile-version.
11955         (vc-rcs-workfile-version): Use the above.  Don't call
11956         vc-latest-version (that was unreachable code, anyway).
11957         (vc-rcs-fetch-master-properties): Doc fix.
11959         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11960         (vc-backend-hook-functions): Removed them from this list, too.
11961         (vc-fetch-properties): Removed.
11962         (vc-workfile-version): Doc fix.
11964         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11965         (vc-rcs-workfile-version, vc-rcs-locking-user)
11966         (vc-rcs-uses-locking): Use it.
11968         * vc-hooks.el (vc-consult-rcs-headers):
11969         Moved into vc-rcs-hooks.el, under the name
11970         vc-rcs-consult-headers.
11972         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11973         headers.
11974         (vc-cvs-find-master): Use this name only; correct different
11975         versions of the name.
11977         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11978         New functions.
11979         (vc-sccs-locking-user): Use the latter.
11981         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11982         New functions.
11984         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11985         Moved into both
11986         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
11987         functions are implementation details of those two backends.
11989 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11991         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11992         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11994         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11995         (vc-sccs-parse-locks): SCCS-specific code moved here from
11996         vc-hooks.
11998         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11999         code moved here from vc-hooks.
12001         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12002         into back-end specific parts and removed.  Callers not updated
12003         yet; because I guess these callers will disappear into back-end
12004         specific files anyway.
12006 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12008         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12009         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12010         `vc-uses-locking'.
12012         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12013         Store yes/no in the property, and return t/nil.  Updated all
12014         callers.
12016         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12017         vc-sccs-uses-locking.  Don't set property.
12018         (vc-sccs-locking-user): Don't set property.
12020         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12021         vc-cvs-uses-locking.  Don't set property here; leave that to
12022         vc-hooks.
12023         (vc-cvs-locking-user): Reflect above change.  Streamlined.
12025         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12026         vc-rcs-uses-locking.
12027         (vc-rcs-locking-user): Reflect above change.
12029 2000-09-04  Dave Love  <fx@gnu.org>
12031         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12033         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12035         * vc-hooks.el (vc-checkout-model): Punt to backends.
12037         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12039         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12041         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12042         New functions.
12044         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12045         New functions.
12047         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12048         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12050         * vc-hooks.el (vc-default-locking-user): New function.
12051         (vc-locking-user, vc-workfile-version): Punt to backends.
12053 2000-09-04  Dave Love  <fx@gnu.org>
12055         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12056         (vc-master-workfile-version): Moved from vc-hooks.
12058         * vc-rcs-hooks.el: Fix duplicate code in last change.
12060         * vc-rcs-hooks.el: Require vc-hooks when compiling.
12061         (vc-rcs-master-templates): Improve :type.
12062         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12063         vc-master-workfile-version): Moved from vc-hooks.
12065         * vc-sccs-hooks.el: Require vc-hooks when compiling.
12066         (vc-sccs-master-templates): Improve :type.
12067         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12069         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12071         * vc-cvs-hooks.el: Require vc-hooks when compiling.
12072         (vc-cvs-master-templates): Improve :type.  Use
12073         vc-cvs-find-cvs-master.
12074         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12075         from vc-hooks.
12076         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12078         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12079         Moved to vc-cvs-hooks.
12081         * vc-hooks.el: Add doc strings in various places.  Simplify the
12082         minor mode setup.
12083         (vc-handled-backends): New user variable.
12084         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12085         simplification.
12087 2000-09-04  Dave Love  <fx@gnu.org>
12089         * vc.el: Some doc fixes for autoloaded and interactive functions.
12090         Fix compilation warnings from ediff stuff.
12091         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12093         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12095         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12097         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12099 2000-09-04  Dave Love  <fx@gnu.org>
12101         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12102         New variable.
12103         (vc-make-backend-function, vc-loadup, vc-call-backend)
12104         (vc-backend-defines): New functions.
12106         * vc-hooks.el: Various doc fixes.
12107         (vc-default-back-end, vc-follow-symlinks): Custom fix.
12108         (vc-match-substring): Function removed.  Callers changed to use
12109         match-string.
12110         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12111         Simplify.
12113 2000-09-04  Dave Love  <fx@gnu.org>
12115         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12116         type.
12117         (vc-sccs-project-dir, vc-search-sccs-project-dir)
12118         (vc-sccs-registered): Doc fix.
12120         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12121         (vc-cvs-registered): Doc fix.
12123         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12124         (vc-rcs-registered): Doc fix.
12126 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12128         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12130         * vc-hooks.el: vc-registered has been renamed
12131         vc-default-registered.  Some functions have been moved to the
12132         backend specific files.  they all support the
12133         vc-BACKEND-registered functions.
12135 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12137         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12139         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12141 2000-09-04  Dave Love  <fx@gnu.org>
12143         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12144         menu-bar-update-hook.
12146         * help.el (help-manyarg-func-alist): Add
12147         find-operation-coding-system.
12149         * wid-edit.el (widget-sexp-validate): Fix garbled code.
12151         * custom.el (custom-set-variables): Print message about errors in
12152         setting.
12154 2000-09-03  Andrew Innes  <andrewi@gnu.org>
12156         * makefile.w32-in: Change to DOS line endings.
12158 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12160         * mouse.el (mouse-popup-menubar): Supply the prompt string for
12161         minor-mode keymaps, if they don't have one.
12163 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12165         * eshell/esh-module.el (eval-when-compile): Don't lose if
12166         esh-module.el's file name is truncated to DOS 8+3 limits.
12168 2000-09-01  John Wiegley  <johnw@gnu.org>
12170         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12171         predicate, which caused entries in the completion list to be
12172         doubled.
12174 2000-08-30  John Wiegley  <johnw@gnu.org>
12176         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12177         sending to subprocesses.  Also, hook pre-command-hook if
12178         `eshell-send-direct-to-subprocesses' is non-nil.
12179         (eshell-send-direct-to-subprocesses): New config variable.  If t,
12180         subprocess input is send immediately.
12181         (eshell-toggle-direct-send): New function.
12182         (eshell-self-insert-command): New function.
12183         (eshell-intercept-commands): New function.
12184         (eshell-send-input): If direct subprocess sending is enabled,
12185         don't echo any input to the Eshell buffer.  Let the subprocess
12186         handle that.  This requires "stty echo" in bash, for example.
12188 2000-08-28  John Wiegley  <johnw@gnu.org>
12190         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12191         completion function for Eshell's implementation of `unset'.
12193 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12195         * info.el (Info-directory-list): Doc fix.
12197 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
12199         * filecache.el (file-cache-add-directory-using-find): Don't quote
12200         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12202 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
12204         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12205         coding systems.
12207 2000-08-30  Andrew Innes  <andrewi@gnu.org>
12209         * timer.el (run-with-idle-timer): Undo last change, so that timer
12210         is not activated immediately if Emacs is already idle.  Some
12211         existing code relies on this behaviour.
12213 2000-08-30  Miles Bader  <miles@gnu.org>
12215         * frame.el (set-frame-font): Do completion of font-name for
12216         interactive use.
12218 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
12220         * international/quail.el (quail-start-translation): Bind locally
12221         last-command-event, last-command, and this-command.
12222         (quail-start-conversion): Likewise.
12223         (quail-self-insert-command): Fix docstring.
12225 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
12227         * progmodes/executable.el
12228         (executable-make-buffer-file-executable-if-script-p): Check that
12229         buffer contains at least 2 characters.
12231 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
12233         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12235 2000-08-29  Dave Love  <fx@gnu.org>
12237         * diff-mode.el (diff-mode) <defgroup>: Add :version.
12238         (diff-mode-shared-map): Bind mouse-2.
12239         (diff-imenu-generic-expression): New variable.
12240         (diff-mode): Use it.
12242         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12243         (mouse-popup-menubar): Add minor mode menus.
12244         (popup-menu): Check for lookup-key returning number.
12246 2000-08-29  Miles Bader  <miles@gnu.org>
12248         * comint.el (comint-send-input): Create overlays using the proper
12249         front/read-advance arguments.
12251 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12253         * ps-print.el: Even/odd pages printing.  Doc fix.
12254         (ps-print-version): New version number (6.0).
12255         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12256         (ps-background, ps-begin-file, ps-begin-job): Code fix.
12257         (ps-print-duplex-feature): Variable eliminated.
12258         (ps-even-or-odd-pages): New variable.
12260         * progmodes/ebnf2ps.el: Doc fix.
12261         (ebnf-version): New version (3.3).
12262         (ebnf-user-arrow): Change variable customization to sexp.
12263         (ebnf-user-arrow): Function eliminated.
12264         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12266 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
12268         * help.el (help-xref-mule-regexp): New variable.
12269         (help-make-xrefs): Handle help-xref-mule-regexp.
12271         * international/mule-cmds.el (help-xref-mule-regexp-template): New
12272         variable.
12273         (describe-input-method): Temporarily activate the specfied input
12274         method to display the information.
12275         (describe-language-environment): Hyperlinks to mule related items.
12277         * international/mule-diag.el (charset-multibyte-form-string): New
12278         function.
12279         (list-character-sets-1): Use charset-multibyte-form-string.
12280         (describe-character-set): New function.
12281         (describe-coding-system): Hyperlinks to safe character sets.
12283         * international/quail.el (quail-help): New arg PACKAGE.
12284         Hyperlinks to mule related items.
12285         (quail-help-insert-keymap-description): Use
12286         substitute-command-keys instead of describe-bindings.
12287         (quail-translation-help): Hyperlinks to mule related items.
12289 2000-08-28  John Wiegley  <johnw@gnu.org>
12291         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12292         have a defsubst call itself.  Made `eshell-flatten-list' back into
12293         a function again.
12295         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12296         catch, in case re-centering point at bottom messes up the display.
12297         This happens frequently in Emacs 21, due I believe to variable
12298         line heights.
12300         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12301         to call `find-tag-interactive'.
12303         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12304         the list of remember directories.
12306 2000-08-28  John Wiegley  <johnw@gnu.org>
12308         * align.el: Test align-region-separate to see if it's a symbol.
12310 2000-08-28  John Wiegley  <johnw@gnu.org>
12312         * eshell/esh-util.el (eshell-flatten-list): Made this function
12313         into a defsubst form.  It gets used very frequently, although
12314         calls don't occur all that often.
12316         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12317         examining it.
12319         * eshell/esh-cmd.el (eshell-rewrite-while-command):
12320         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12321         `eshell-protect'.
12322         (eshell-copy-handles): Created a new macro for duplicating the
12323         current set of open handles.  This is needed by the looping
12324         functions.
12325         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12326         is not incorrectly stomped on.
12328         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12329         declaration for pcomplete-use-paring.
12330         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12331         value of eshell-cmpl-use-paring.
12332         * pcomplete.el (pcomplete-use-paring): New config variable, to
12333         indicate whether paring should be used.
12334         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12335         completion alternatives that have already been used.
12337         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12338         bound to C-c C-y, which will repeat the previous N arguments
12339         (based on prefix argument).
12340         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12342         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12343         if there is no *Help* buffer.  This is for XEmacs, which renames
12344         its help buffers uniquely.  TODO: Find out what the current buffer
12345         name to delete is.
12347         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12348         first entry that correlates to a passwd/group number.  Later
12349         entries (used for group/user name aliasing to multiple IDs) are
12350         ignored.
12352         * eshell/em-xtra.el (eshell/expr):
12353         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12354         (eshell-grep, eshell/diff, eshell/locate):
12355         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12356         argument list, before passing it to the system command.
12358         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12359         `find-tag' for use at final position in Eshell buffers (which
12360         otherwise triggers an error on Emacs 21).
12361         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12362         buffer, if it is currently bound to `find-tag'.
12364         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12365         in the list of matched Makefile names.
12366         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12367         directory, prefer its contents to Makefile.
12369         * eshell/em-dirs.el (eshell/cd): cd commands that look up
12370         directory parts (like "cd old new", or "cd =regexp"), are now case
12371         sensitive on non-Windows/DOS platforms.
12373         * eshell/esh-mode.el (eshell-parse-command-input): When a user
12374         types RET after an open delimiter (like "), display a message
12375         indicating that Eshell is waiting for the closing delimiter.
12377         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12378         environment variables.
12380         * eshell/em-unix.el (eshell/diff): Added logic to fail more
12381         gracefully if the user enters incorrect arguments.
12383         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12384         Eshell buffers.
12386         * eshell/esh-var.el (eshell-interpolate-variable):
12387         * eshell/esh-mode.el (eshell-move-argument):
12388         * eshell/em-unix.el (eshell-du-sum-directory):
12389         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12390         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12391         (not (= ...)).
12393         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12394         to ensure the `preserve' flag gets propagated when doing recursive
12395         directory copies.
12397 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
12399         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12400         Don't convert \n into \0177 in memory.
12401         (eshell-read-history, eshell-write-history): Convert \n to \0177,
12402         and back again, when reading and writing.
12404 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
12406         * eshell/esh-util.el (eshell-processp): Added to relieve constant
12407         testing of `fboundp' on `processp'.
12409         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12410         (eshell/jobs): Don't call process-list if it is not bound.
12411         (eshell-gather-process-output): Support systems where async
12412         subprocesses aren't supported.
12413         (eshell-scratch-buffer, eshell-last-sync-output-start): New
12414         variables.
12416         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12417         eshell-do-eval returns t.
12418         (eshell-do-pipelines-synchronously): New defmacro.
12419         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12420         when async subprocesses aren't supported.
12421         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
12422         if async subprocesses aren't supported.
12423         (eshell-resume-command): Don't assume STATUS is a string.
12425         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12427         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12428         (eshell-close-target, eshell-get-target): Use eshell-processp.
12429         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12430         fix.
12431         (eshell-get-target, eshell-create-handles): Doc fix.
12433 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
12435         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12436         criterion to include commands that output something, as long as it
12437         leaves both the command and the end-of-buffer visible when the
12438         command has exited.
12439         (eshell-review-quick-commands): Adjust the help doc string
12440         accordingly.
12442 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
12444         * locate.el (locate): Cleaned up locate command's interactive prompting
12445         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12447         * filecache.el (file-cache-case-fold-search): New variable
12448         (file-cache-assoc-function): New variable
12449         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12450         Use file-cache-case-fold-search variable
12451         (file-cache-add-file): Use file-cache-assoc-function
12452         (file-cache-delete-file): likewise
12453         (file-cache-directory-name): likewise
12454         (file-cache-debug-read-from-minibuffer): likewise
12456 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
12458         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12459         (abbrev-table-name): New function.
12460         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12461         If non-nil list local abbrev, only.
12463 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
12465         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12466         from Gnus support code, and use special article copy buffer
12467         `(gnus-original-article-buffer)' instead.  This allows to get rid
12468         of article-hide-headers usage (which breaks in the latest Gnus
12469         version).  Thanks to Detlev Zundel.
12471 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
12473         * international/quail.el (quail-use-package): Hide "... loaded"
12474         message.
12475         (quail-start-translation, quail-start-conversion): Likewise.
12477         * international/kkc.el (kkc-region): Hide "... loaded" message.
12479 2000-08-27  Dave Love  <fx@gnu.org>
12481         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12483 2000-08-27  Miles Bader  <miles@gnu.org>
12485         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12487 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
12489         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12490         'ja-dic-cnv), not (require 'skkdic-cnv).
12492 2000-08-26  Miles Bader  <miles@gnu.org>
12494         * faces.el (face-x-resources): Add entry for :inherit.
12495         * cus-face.el (custom-face-attributes): Add support for :inherit
12496         attribute.  Add support for relative face heights.
12497         (custom-face-attributes-get): Treat `nil' as being a default value
12498         for :inherit (as well as `unspecified').
12500         * faces.el (set-face-attribute): Update doc string.
12501         (face-attribute-name-alist): Add :inherit.
12502         (face-valid-attribute-values): Handle :inherit.
12503         (face-read-string): Rephrase prompt to be less confusing.
12504         Assume that DEFAULT is a string, since we must return a string.
12505         (face-read-integer): Use `format' to turn DEFAULT into an
12506         acceptable default for face-read-string.  Match NEW-VALUE against
12507         the string "unspecified", not the symbol `unspecified', since
12508         that's what face-read-string returns.
12509         (read-face-attribute): Lookup a name for old-value in valid, and
12510         use it as a default if we find one.  Treat all values from
12511         face-read-string as strings.  If the default is used, don't do any
12512         more processing on the value, just use the old value directly.
12513         (read-face-and-attribute, modify-face): Tweak prompt.
12514         (read-face-name): Don't assume prompt ends with a space.
12516         * faces.el (describe-face): Add support for :inherit attribute.
12518 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
12520         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
12521         concat doesn't accept interger.
12523         * international/kkc.el: Remove SKK from Keywords.  Require
12524         ja-dic-utl instead of skkdic-utl.
12526         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12527         Provide ja-dic-cnv instead of skkdic-cnv.
12528         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
12529         (iso-2022-7bit-short): Add safe-charsets property.
12530         (skkdic-convert-postfix): Search Japanese chou-on character in
12531         addition to Hiragana character.
12532         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12533         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12534         (batch-skkdic-convert): Likewise.
12536         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12537         Provide ja-dic-utl instead of skkdic-utl.
12538         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12540 2000-08-24  Dave Love  <fx@gnu.org>
12542         * disp-table.el (standard-display-default): Make the test of `l'
12543         useful.
12545         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12546         mod sample text.
12548         * international/iso-ascii.el: Make pilcrow convenient string
12549         consistent with section.
12550         (iso-ascii-display): Set up multibyte characters as well as
12551         unibyte.
12553 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
12555         * international/mule-cmds.el (reset-language-environment): Set
12556         default-process-coding-system to '(undecided . iso-latin-1), which
12557         makes process I/O almost consistent with file I/O.   Call this
12558         function when mule-cmds.el[c] is loaded.
12560 2000-08-22  Andrew Innes  <andrewi@gnu.org>
12562         * makefile.w32-in: New file.
12564 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
12566         * comint.el (comint-output-filter): Compare end of
12567         comint-last-output-overlay with the start of the newly inserted
12568         text, not the end, when deciding whether to extend it.
12569         Set saved-point's insertion type to advance after insertion.
12571         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12572         since this is now done independently of font-lock mode.
12574 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12576         * server.el (server-kill-new-buffers): New user option.
12577         (server-existing-buffer): New buffer-local variable.
12578         (server-visit-files): When using an existing buffer, set
12579         server-existing-buffer to t.
12580         (server-buffer-done): If server-kill-new-buffers is t, kill the
12581         buffer, unless it was already present before visiting it with
12582         Emacs server.
12584 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
12586         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12587         even if the display doesn't support colors: some displays will
12588         support bold/underline faces.
12590 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12592         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12594         * startup.el (command-line): If user's init file had an error,
12595         add explanatory text to *Messages*.
12597 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
12599         * man.el (Man-getpage-in-background): Decode the process output by
12600         the system locale coding system.
12602 2000-08-20  Dave Love  <fx@gnu.org>
12604         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12605         Don't test x-popup-menu.
12606         (function) <complete-function>: Complete only fbound symbols.
12607         <validate, value>: New.
12608         (variable) <complete-function>: Complete only bound symbols.
12609         (coding-system): Add :base-only, :complete-function, :validate,
12610         :value, :prompt-match.
12611         (widget-coding-system-prompt-value): Use read-coding-system and
12612         act on :base-only.
12613         (editable-field): Add :help-echo.
12614         (widget-push-button-gui, widget-push-button-cache)
12615         (widget-gui-action, widget-editable-list-gui): COmment out, along
12616         with uses.
12617         (widget-at): Make arg optional.
12618         (widget-echo-help): Adjust for current help-echo calling sequence.
12619         (widget-specify-field, widget-specify-button)
12620         (widget-specify-insert, widget-get-sibling, widget-image-find)
12621         (widget-convert, widget-insert, widget-leave-text)
12622         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12623         (widget-setup, widget-field-find, widget-before-change)
12624         (widget-after-change, widget-default-complete)
12625         (widget-default-create, widget-default-delete)
12626         (widget-push-button-value-create, editable-field)
12627         (widget-field-prompt-value, widget-field-validate)
12628         (widget-choice-value-create, widget-choice-action)
12629         (widget-choice-validate, widget-checklist-add-item)
12630         (widget-radio-add-item, widget-radio-chosen)
12631         (widget-radio-value-inline, widget-editable-list-value-create)
12632         (widget-editable-list-entry-create)
12633         (widget-documentation-link-add)
12634         (widget-documentation-string-value-create)
12635         (widget-regexp-validate, widget-file-complete)
12636         (widget-sexp-validate, widget-plist-convert-widget)
12637         (widget-plist-convert-widget, widget-alist-convert-widget)
12638         (widget-alist-convert-widget, widget-color-complete): Simplify,
12639         particularly to avoid bindings which aren't optimized out.
12641         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12642         Doc fix.
12643         (down-list, backward-up-list, up-list, kill-sexp)
12644         (backward-kill-sexp, mark-sexp): Make arg optional.
12645         (lisp-complete-symbol): Add optional arg PREDICATE.
12647         * cus-start.el: Add display-buffer-reuse-frames,
12648         file-coding-system-alist.
12650 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
12652         * startup.el (command-line): Clear realized faces after
12653         modifying TTY color mappings.
12655 2000-08-20  Miles Bader  <miles@gnu.org>
12657         * faces.el (face-attr-match-p): Don't return true if ATTRS are
12658         merely a subset of FACE's attributes.
12660 2000-08-19  Miles Bader  <miles@gnu.org>
12662         * comint.el (comint-output-filter): Save the point with a marker,
12663         not just a buffer position.
12665         * international/mule.el (set-buffer-process-coding-system): Make
12666         interactive prompt less confusing.
12668 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
12670         * hilit-chg.el: General cleanup of doc strings, comments and
12671         code formatting.
12673 2000-08-19  Miles Bader  <miles@gnu.org>
12675         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12676         Compiler macro removed; beginning-of-line is no longer always
12677         equivalent to forward-line, in the presence of fields.
12679         * comint.el (comint-output-filter): Remove ad-hoc saving of
12680         restriction, and just use save-restriction, now that it works
12681         correctly.  Don't adjust comint-last-input-start to account for
12682         our insertion; it shouldn't have moved because we don't use
12683         insert-before-markers anymore.  Comment out call to
12684         `force-mode-line-update'; why is it here?
12686         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12687         while checking for prompt to delete.  Use `forward-line 0'
12688         instead of beginning-of-line.
12689         (gud-filter): Temporarily widen gud comint buffer while
12690         examining output.
12692 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
12694         * progmodes/sh-script.el: Big bag of typos.
12696         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12697         check since ispell-process is not bound when ispell is not yet loaded.
12699 2000-08-18  Dave Love  <fx@gnu.org>
12701         * image.el (find-image): Copy `spec' before using plist-put.
12703 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
12705         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12706         `portugues'.
12708         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12709         backward-kill-sexp, analogous to kill-sexp.
12711         * progmodes/icon.el (icon-indent-line)
12712         (icon-is-continuation-line): Handle comments specially.
12714 2000-08-17  Ken Stevens <k.stevens@ieee.org>
12716         * ispell.el: Set to standard author/maintainer/keyword fields.
12717         Fine tuning to menu map appearance and operation, and added help.
12718         Remove `start' and `end' error messages when compiling.
12719         (ispell-choices-win-default-height): Fixed comment string.
12720         (ispell-dictionary-alist-1): Fixed regexp in castellano and
12721         castellano8 dictionaries.
12722         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12723         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12724         dictionary, added italiano dictionary.
12725         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12726         word character
12727         (ispell-tex-skip-alists): Added psfig support.
12728         (ispell-skip-html): Renamed from ispell-skip-sgml.
12729         (ispell-begin-skip-region-regexp, ispell-skip-region)
12730         (ispell-minor-check): Improved html skipping support to skip across
12731         code, and recognize `&' commands without propper `;' syntax;
12732         (ispell-process-line): Fix alignment error when manually
12733         correcting spelling.
12734         (ispell): Fix comment string.
12735         (ispell-add-per-file-word-list): Always put word list on new line.
12737 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
12739         * format.el (format-encode-run-method): Fix error message to say
12740         `encode' instead of `decode'.  Use save-window-excursion around
12741         shell-command-on-region as in format-decode-run-method because
12742         shell-command-on-region can display a buffer with error output.
12743         (format-decode): Don't record undo information for the decoding.
12744         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
12745         that number part of the temporary buffer name so that more than
12746         one decoding using a temporary buffer can happen safely.
12748         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12749         of `A-z' in the regexp.
12751         * hilit-chg.el: Fix typos in commentary.
12753         * help.el (view-emacs-news): Rewritten for new naming scheme
12754         for old NEWS files.
12756         * startup.el (command-line): Pop to *Messages* in case an error
12757         is signaled while loading user-init-file.
12759 2000-08-17  Andreas Schwab  <schwab@suse.de>
12761         * files.el (insert-directory): Don't lose original file name,
12762         undoing an undocumented change.
12764 2000-08-17  Alex Schroeder  <alex@gnu.org>
12766         * sql.el (sql-magic-go): Use comint-bol.
12767         (sql-copy-column): Use comint-line-beginning-position.
12768         (comint-line-beginning-position): Define a replacement for
12769         comint-line-beginning-position if it is not fboundp.
12771 2000-08-17  Alex Schroeder  <alex@gnu.org>
12773         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12774         it didn't have any effect anyway.
12776 2000-08-17  Alex Schroeder  <alex@gnu.org>
12778         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12779         --pset and pager=off instead of sending \\o|cat at the beginning
12780         of the session.
12782 2000-08-17  Miles Bader  <miles@gnu.org>
12784         * progmodes/octave-inf.el: Add compatibility definition of
12785         comint-line-beginning-position.
12787 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
12789         * startup.el (normal-top-level): Look in each dir in load-path for
12790         a leim-list.el file too.  This assures of loading leim-list.el
12791         that is created at Emacs installation time even if a user have his
12792         own leim-list.el.
12794 2000-08-17  Miles Bader  <miles@gnu.org>
12796         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12797         foreground color to black if the background is dark.
12799 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
12801         * loadhist.el (unload-feature): Typo.
12803         * finder.el (finder-compile-keywords):
12804         * cus-dep.el (custom-make-dependencies): Add local-variable settings
12805         to the generated file.
12807         * mail/mh-e.el (mh-make-local-vars):
12808         Replace make-variable-buffer-local with make-local-variable.
12810         * play/landmark.el:
12811         * options.el (Edit-options-{set,toggle,t,nil}):
12812         * mail/mailabbrev.el (mail-abbrevs-mode):
12813         * textmodes/tex-mode.el (tex-expand-files):
12814         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12816         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12818         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12819         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12820         Allow going past the last element.
12821         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12822         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12823         (cvs-mouse-toggle-mark): Don't move point.
12824         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12826         * progmodes/compile.el (grep): Provide a default set of files.
12827         (next-error): Docstring fix.
12828         (compilation-find-file): Avoid find-file (fails in a dedicated window).
12830         * emacs-lisp/easy-mmode.el (define-minor-mode):
12831         Use `symbol-value' to keep the byte-compiler quiet.
12833         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12834         (diff-find-source-location): New fun, extracted from diff-goto-source.
12835         (diff-goto-source): Use it.
12836         (diff-next-complex-hunk, diff-filter-lines): New function.
12837         (diff-apply-hunk): New command.
12839         * smerge-mode.el (smerge-mode-menu): Doc fix.
12841         * msb.el (msb-mode): Define it in terms of define-minor-mode.
12843 2000-08-16  Dave Love  <fx@gnu.org>
12845         * windmove.el (windmove) <defgroup>: Add :version.
12847         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
12848         (goto-address-fontify-p, goto-address-highlight-p)
12849         (goto-address-url-face, goto-address-url-mouse-face)
12850         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12851         (goto-address-url-regexp): Use thing-at-point-url-regexp.
12852         (goto-address-fontify, goto-address-at-mouse): Simplify,
12853         (goto-address-at-point): browse-url-url-at-point,
12854         goto-address-find-address-at-point can return nil.
12855         (goto-address-find-address-at-point): Return nil on failure.
12857         * align.el (align) <defgroup>: Add :version.
12859         * calculator.el (calculator): Add :version.
12860         (calculator): Use two lines for calculator window if `modeline'
12861         face is boxed.
12863         * play/5x5.el: Doc fixes.
12864         (5x5) <defgroup>: Add :version.
12866         * play/fortune.el (fortune) <defgroup>: Add :version.
12867         (fortune-append): Fix error message.
12868         (fortune-from-region): Doc fix.
12870         * play/pong.el (pong): Doc fix.
12872         * play/morse.el: Keywords, commentary, autoloads.
12874 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
12876         * desktop.el (desktop-save): Don't look at symbol-value of a
12877         member of minor-mode-alist, unless it is boundp.
12879 2000-08-16  Sam Steingold  <sds@gnu.org>
12881         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12882         `while'; use `with-current-buffer' instead of `save-excursion'.
12883         Removed unnecessary kludges now that "*Buffer List*" is excluded.
12885 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
12887         * international/ccl.el (declare-ccl-program): Docstring modified.
12888         (ccl-execute-with-args): Likewise.
12890 2000-08-16  Miles Bader  <miles@gnu.org>
12892         * progmodes/sql.el: Add compatibility definition of
12893         comint-line-beginning-position.
12895 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
12897         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12898         'buffer-menu' property.
12899         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12900         fails.
12901         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12902         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12903         wasn't killed.
12905         * buff-menu.el (list-buffers-noselect): Don't display the
12906         *Buffer List* buffer.
12908         * font-lock.el: Require jit-lock to prevent a very late
12909         `Loading jit-lock' message.
12911         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12912         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12913         mail address.
12915 2000-08-15  Miles Bader  <miles@gnu.org>
12917         * textmodes/ispell.el (ispell-graphic-p): New constant.
12918         (ispell-choices-win-default-height, ispell-help): Use
12919         `ispell-graphic-p' instead of `xemacsp'.
12921 2000-08-15  Dave Love  <fx@gnu.org>
12923         * simple.el: Autoload widget-convert when compiling.
12924         (mail-user-agent): Doc fix.
12926         * help.el (function-called-at-point, variable-at-point): Use
12927         with-syntax-table.
12928         (help-manyarg-func-alist): Add insert-and-inherit.
12930         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12932         * delsel.el (delsel-unload-hook): New function.
12934         * find-file.el: Doc fixes.  Move provide to end.
12935         (ff) <defgroup>: Add :link.
12936         (ff-goto-click): Deleted.
12937         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12938         Use mouse-set-point.
12940         * textmodes/tildify.el: Doc fixes.
12941         (tildify) <defgroup>: Add:version.
12943         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12944         (glasses-custom-set): Use set-default, not set.
12945         (minor-mode-alist): Propertize the lighter.
12946         (glasses-mode): Provide optional arg.
12948         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12949         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
12950         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12951         option.  Provide :type.
12952         (cwarn-configuration): Provide :type.
12953         (cwarn-mode): Doc fix.
12955         * add-log.el (change-log-merge): Doc fix.
12956         (change-log-redate): New command.
12958         * net/browse-url.el (browse-url-filename-alist): Add a clause for
12959         Doze and Dog.
12960         (browse-url): Use dolist, not mapcar.
12961         (browse-url-at-point): Check for null url.
12962         (browse-url-event-buffer, browse-url-event-point): Functions
12963         deleted.
12964         (browse-url-at-mouse, browse-url-netscape): Simplify.
12966         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12967         modes.
12968         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12969         Fix previous change to mapcan.
12970         (msb--init-file-alist, msb--add-separators)
12971         (msb--make-keymap-menu): Simplify.
12972         (msb--choose-file-menu): Use copy-sequence.
12973         (msb-mode-map): Add title to keymap.
12974         (msb-unload-hook): New function.
12976         * bs.el: Fix indentation.
12977         (bs) <defgroup>: Add :links.
12978         (bs-show): Doc fix.
12979         (bs-apply-sort-faces): Don't use window-system.
12980         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12982 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
12984         * calendar/timeclock.el (timeclock-file): Run .timelog through
12985         convert-standard-filename.
12987 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12989         * emacs-lisp/authors.el: New file.
12991         * paren.el (show-paren-priority): New user option.
12992         (show-paren-function): Set overlay priorities to
12993         show-paren-priority.
12995 2000-08-14  Miles Bader  <miles@gnu.org>
12997         * comint.el (comint-bol): Use `forward-line 0' instead of calling
12998         beginning-of-line with inhibit-field-text-motion bound.
13000 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13002         * calendar/timeclock.el: New file.
13004 2000-08-14  David Ponce  <david@dponce.com>
13006         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13007         `widget-button-click'. so that one can use left mouse button to
13008         click on dialog buttons.
13010 2000-08-14  Emmanuel Briot  <briot@gnat.com>
13012         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13013         identifiers, since XML is case sensitive
13015 2000-08-12  Miles Bader  <miles@gnu.org>
13017         * comint.el (comint-output-filter): Don't bother frobbing
13018         window-start, it doesn't seem to be necessary.
13020         * comint.el (comint-send-string, comint-send-region): Make into
13021         real functions.  Snapshot the prompt before sending.
13023 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13025         * info.el (Info-find-emacs-command-nodes): Rewrite to use
13026         technique similar to Info-index, instead of relying on specific
13027         names of relevant Index nodes.
13028         (Info-goto-emacs-command-node): Bind Info-history to nil when
13029         going to the first node found by Info-find-emacs-command-nodes.
13031 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13033         * menu-bar.el (menu-bar-help-menu): Add a :help string.
13035 2000-08-10  Miles Bader  <miles@gnu.org>
13037         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13039 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13041         * info.el (Info-file-list-for-emacs): More elements for the
13042         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13043         and woman manuals.
13045 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
13047         * comint.el (comint-send-input): Make the newline boundary overlay
13048         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
13049         (comint-output-filter): Use `insert' instead of
13050         `insert-before-markers'.  Extend comint-last-output-overlay when
13051         necessary since we can't rely on insert-before-markers to do it.
13052         * gud.el (gud-filter): Use `with-current-buffer' instead of
13053         save-excursion when inserting the output, so that point gets
13054         updated correctly; the old method relied on a rather dodgy
13055         side-effect of comint-output-filter to avoid the effect of
13056         save-excursion.
13058 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13060         * files.el (recover-file): Call insert-directory instead of
13061         invoking `ls' directly.
13063 2000-08-10  Miles Bader  <miles@gnu.org>
13065         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13066         (comint-last-prompt-overlay): New variables.
13067         (comint-output-filter): Implement prompt highlighting.
13068         (comint-snapshot-last-prompt): New function.
13069         (comint-send-input): Snapshot the last prompt.
13070         Use comint-highlight-input-face.
13071         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13072         Use defface instead of defcustom.
13073         (send-invisible, comint-send-eof): Snapshot the last prompt.
13074         (comint-delchar-or-maybe-eof): Use comint-send-eof.
13075         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13077 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
13079         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13080         (regexp-opt-group): Use a list of chars for `letters'.
13081         (regexp-opt-charset): `chars' is now a list of chars.
13082         Use a char-table rather than a vector so it works for multibyte chars.
13084         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
13085         Set cvs-minor-current-files to the selected fileinfo.
13086         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13087         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13089 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
13091         * files.el (insert-directory): Don't call access-file on
13092         directories on DOS and Windows.
13094 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
13096         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13097         longer if necessary.
13098         (ccl-embed-code): Call ccl-embed-data to store CODE in
13099         ccl-program-vector.
13101 2000-08-09  Miles Bader  <miles@gnu.org>
13103         * comint.el (comint-output-filter): Properly handle the case where
13104         the text surrounded by comint-last-output-overlay was deleted.
13106 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
13108         * info.el (Info-insert-dir): Use Info-additional-directory-list if
13109         non-nil.
13110         (Info-file-list-for-emacs): Remove "info" from the list because
13111         that leads to trying to use the documentation from file `info'
13112         in various situations where it isn't appropriate, for instance
13113         C-h C-k C-h i.
13115         * ffap.el (ffap-read-file-or-url-internal): Handle case that
13116         DIR and/or STRING are nil.
13118         * progmodes/compile.el (compilation-setup): Make variable
13119         compilation-error-screen-columns buffer-local, as some comment
13120         in the code suggests it should be.
13122         * files.el (auto-mode-interpreter-regexp): New variable.
13123         (set-auto-mode): Use it.
13125         * indent.el (indent-for-tab-command): Doc fix.
13127         * mouse-sel.el (mouse-sel-mode): Doc fix.
13129         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13130         labels.
13132         * help.el (print-help-return-message): When
13133         display-buffer-reuse-frames is set, let the help window been quit,
13134         instead of deleting it, which might delete a reused frame.
13136 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
13138         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13139         rename a directory to a name that differs only by its letter case.
13141 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
13143         * international/quail.el (quail-define-rules): Handle Quail decode
13144         map correctly.  Add code for supporting annotations.
13145         (quail-install-decode-map): New function.
13146         (quail-defrule-internal): New optional arguments decode-map and
13147         props.
13148         (quail-advice): New function.
13150 2000-08-07  Sam Steingold  <sds@gnu.org>
13152         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13153         `defconst', `define-condition', `with-slots'.
13154         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13156 2000-08-03  Miles Bader  <miles@gnu.org>
13158         * comint.el (comint-use-prompt-regexp-instead-of-fields):
13159         New variable.
13160         (comint-prompt-regexp, comint-get-old-input): Document dependence on
13161         comint-use-prompt-regexp-instead-of-fields.
13162         (comint-send-input): Add `input' field property to stuff we send to
13163         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13164         (comint-output-filter): Add `output' field property to process
13165         output, if comint-use-prompt-regexp-instead-of-fields is nil.
13166         (comint-replace-by-expanded-history)
13167         (comint-get-old-input-default, comint-show-output)
13168         (comint-backward-matching-input, comint-forward-matching-input)
13169         (comint-next-prompt, comint-previous-prompt):  Use field
13170         properties if comint-use-prompt-regexp-instead-of-fields is nil.
13171         (comint-line-beginning-position): New function.
13172         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
13173         (comint-replace-by-expanded-history-before-point): Use
13174         comint-line-beginning-position and line-end-position.
13175         (comint-last-output-overlay): New variable.
13176         (comint-mode): Make `comint-last-output-overlay' buffer-local.
13178         * shell.el (shell-prompt-pattern): Doc change.
13179         (shell-backward-command): Use line-beginning-position.
13181         * gud.el (gud-gdb-complete-command): Use
13182         comint-line-beginning-position.
13184         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13185         comint-bol doesn't actually go to the beginning of the line.
13187         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13188         if comint-use-prompt-regexp-instead-of-fields is non-nil.
13189         (try-expand-line-all-buffers): Likewise.
13191         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13192         explicitly matching comint-prompt-regexp.
13193         (sql-copy-column): Use comint-line-beginning-position instead of
13194         explicitly matching comint-prompt-regexp.
13196         * progmodes/octave-inf.el (inferior-octave-complete): Use
13197         comint-line-beginning-position.
13199         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13201         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13202         looking for a prompt, use `forward-line 0' instead of
13203         `beginning-of-line', to avoid getting caught by an input field.
13205 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
13207         * files.el (shell-quote-wildcard-pattern): Make sure to return
13208         PATTERN, in the Unix case.
13210 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
13212         * play/zone.el (zone): Discard any pending input before running
13213         the randomly-chosen pgm.
13215 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
13217         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13218         checking the existence of any multibyte characters.
13220 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
13222         * help.el (describe-mode): Test minor-mode symbol for being
13223         bound before testing its value for being nil.
13225         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13226         `first', `second', and `third'.
13228         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13229         (second): Make it an alias for `cadr'.
13231 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
13233         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13234         types of display support faces now.
13236 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
13238         * pcvs.el (require): Require `cl' during compilation, only.
13240         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13241         (toplevel): Remove `remq' and `remove' from autoloads.
13242         (cl-fake-autoloads): New variable.  If set, arrange for an error
13243         when CL functions etc. are autoloaded.
13245 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
13247         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13249         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13250         popped up, but the user clicks outside the menu, return an empty
13251         regexp (that causes unhighlight-regexp to have no effect).
13253         * menu-bar.el (menu-bar-games-menu): Add Zone.
13255         * hi-lock.el (toplevel): Require font-lock.
13257 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13259         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13260         (ebnf-8-bit-chars): New var for bug fix.
13261         (ebnf-string): Bug fix.
13263 2000-08-03  Sam Steingold  <sds@gnu.org>
13265         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13266         instead of `buffer-string'.
13267         (require 'cl): Always, not just when compiling.
13268         `ignore-errors' in `interactive', `list*', `defun*' &c make this
13269         necessary.
13271 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
13273         * international/mule-cmds.el (select-safe-coding-system): Make
13274         the message text about selecting a safe coding system more clear.
13276 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
13278         * hi-lock.el: New file.
13280         * play/zone.el: New file.
13282         * replace.el (occur): Set tab-width in the *Occur* buffer to the
13283         value of tab-width in the original buffer.  Choose a line number
13284         format that's a multiple of the original buffer's tab width, so
13285         that lines appear right.
13287         * textmodes/ispell.el (ispell): New function, replacing an alias.
13288         Spell-check active region if in transient-mark-mode and mark
13289         is active; otherwise spell-check buffer.
13291 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13293         * ps-mule.el: Fix a customization problem on
13294         ps-mule-font-info-database-default.
13296 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
13298         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13299         display-mouse-p instead of window-system.
13300         (ebrowse-member-mode-map): Ditto.
13302 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13304         * progmodes/ebnf2ps.el: Update ps-print functions call.
13305         Indentation fix.  Doc fix.
13306         (ebnf-version): New version number (3.2).
13307         (ebnf-format-color, ebnf-begin-job): Code fix.
13309 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
13311         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13312         font lock support on window-system.
13313         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13315         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13316         display-color-p, if fboundp, instead of window-system.
13318 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
13320         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13321         instead of window-system.
13323         * wid-edit.el (widget-choose): Use display-mouse-p instead of
13324         window-system.
13325         (widget-choice-mouse-down-action): Use display-popup-menus-p
13326         instead of window-system.
13328         * strokes.el (strokes-file): Run the file name through
13329         convert-standard-filename.
13330         (strokes-mode): Call display-mouse-p instead of looking at
13331         window-system.  Change the error message accordingly.
13333         * progmodes/cpp.el (toplevel): Support faces on tty's.
13335         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13336         (lm-plot-square, lm-init-display): Don't use window-system.
13338         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13339         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13341         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13342         instead of looking at window-system.
13344 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13346         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13347         of testing if iswitchb-prepost-hooks is bound, because the
13348         latter will always be true when invoking a recursive minibuffer
13349         from an active Iswitchb buffer.
13351 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
13353         * files.el (shell-quote-wildcard-pattern): New function.
13354         (insert-directory): Call it.  Only prepend "\" to command on Unix
13355         and GNU/Linux systems.
13357 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13359         * eshell/esh-groups.el: Change custom :link file names
13360         from `eshell.info' to `eshell'.
13362 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
13364         * dired.el (dired-build-subdir-alist): Expand subdirectory names
13365         correctly in recursive ange-ftp listings.
13367 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13369         * ps-print.el: Fix bug 1: if ps-font-size-internal,
13370         ps-header-font-size-internal and
13371         ps-header-title-font-size-internal variables are not set,
13372         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
13373         face text property is (foreground-color . COLOR) or
13374         `(background-color . COLOR)', ps-print crashes.  Doc fix.
13375         (ps-print-version): New version number (5.2.4).
13376         (ps-plot-region): Code fix.
13377         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13378         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13379         Bug fix 2.
13381 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
13383         * glasses.el (glasses-make-readable): Fix uncapitalization of
13384         identifiers like `myXMLDocument'.
13386 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
13388         * mail/mail-hist.el (mail-hist-previous-input)
13389         (mail-hist-next-input): Do the obvious code factorization.
13390         (mail-hist-retrieve-and-insert): New func, contains common
13391         code of above two.
13392         If inserting a message body, leave point at top.
13394 2000-07-28  Sam Steingold  <sds@gnu.org>
13396         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13397         Use `<=', not `<' to compare times!
13398         (ange-ftp-ls): Remove.
13400 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
13402         * play/cookie1.el: Add explanation of how to make cookie.el
13403         compatible with strfile(1) to comment.
13405         * subr.el (remove, remq): New functions.
13407         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13408         escape `*' in regexps.
13409         (midnight-find): Reverse order of arguments in the funcall of
13410         TEST.
13412         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13413         and `.class'.
13415         * play/meese.el: Add Commentary section.
13417 2000-07-27  Alex Schroeder  <alex@gnu.org>
13419         * sql.el (sql-ms): Added autoload cookie.
13420         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13421         (sql-oracle): Ditto.
13422         (sql-help): Doc change.
13424         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13425         types and exceptions.
13427 2000-07-27  Alex Schroeder  <alex@gnu.org>
13429         * sql.el (sql-placeholder-history): New variable.
13430         (sql-query-placeholders-and-send): New function that will query
13431         the user and replace placeholders with user input.
13432         (sql-oracle): If running on NT, set comint-input-sender to
13433         sql-query-placeholders-and-send.
13435         (sql-stop): If in the SQLi buffer, insert stop notification, else
13436         present it as a message.
13438 2000-07-27  Alex Schroeder  <alex@gnu.org>
13440         * sql.el (sql-input-ring-separator): Doc change.
13441         (sql-input-ring-file-name): Doc change.
13442         (sql-interactive-mode): Use `sql-input-ring-separator' and
13443         `sql-input-ring-file-name' to set the comint-mode equivalents
13444         without making them local variables.
13445         (sql-stop): Don't bind `sql-input-ring-separator' and
13446         `sql-input-ring-file-name' dynamically to their comint-mode
13447         equivalents.
13449 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13451         * international/mule.el (register-char-codings): New function.
13452         (make-coding-system): Handle `safe-chars' specification in the arg
13453         PROPERTY.
13455         * international/mule-cmds.el
13456         (find-coding-systems-region-subset-p): This function deleted.
13457         (sort-coding-systems-predicate): New variable.
13458         (sort-coding-systems): New function.
13459         (find-coding-systems-region): Use
13460         find-coding-systems-region-internal.
13461         (find-coding-systems-string): Use find-coding-systems-region.
13462         (find-coding-systems-for-charsets): Check
13463         char-coding-system-table.
13464         (select-safe-coding-system-accept-default-p): New variable.
13465         (select-safe-coding-system): Mostly rewritten.  New argument
13466         ACCEPT-DEFAULT-P.
13467         (select-message-coding-system): Call select-safe-coding-system
13468         with ACCEPT-DEFAULT-P arg.
13469         (reset-language-environment): Reset default-sendmail-coding-system
13470         to the default value iso-latin-1.
13471         (set-language-environment): Don't set the obsolete variable
13472         charset-origin-alist.
13474         * international/codepage.el (cp-coding-system-for-codepage-1):
13475         Give `safe-chars' property to make-coding-system.
13477         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13478         calling select-message-coding-system twice.
13480         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13481         instead of `safe-charsets'.
13482         (cyrillic-alternativnyj): Likewise.
13483         (ccl-encode-alternativnyj): Don't check the charset
13484         cyrillic-iso8859-5.
13486 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13488         * composite.el (compose-chars-after): Preserve match data.
13490 2000-07-26  Sam Steingold  <sds@gnu.org>
13492         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13493         (ange-ftp-real-file-newer-than-file-p): New function.
13494         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13495         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13497         * tooltip.el (tooltip-float-time): Removed (use `float-time').
13498         * midnight.el (midnight-float-time): Ditto.
13500 2000-07-26  Andreas Schwab  <schwab@suse.de>
13502         * files.el (normal-backup-enable-predicate): Correct
13503         interpretation of the return value of compare-strings.
13505 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
13507         * isearch.el (isearch-resume): New function.
13508         (isearch-done): Add something to command-history to resume
13509         the search.
13510         (isearch-yank-line, isearch-yank-word): Use
13511         buffer-substring-no-properties instead of buffer-substring.
13513         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13514         of flyspell-mouse-map.
13516         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13517         duplicate definition.
13518         (makefile-mode): Remove duplicate setting of local-abbrev-table.
13520         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13521         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13523 2000-07-25  Sam Steingold  <sds@gnu.org>
13525         * net/ange-ftp.el: Get modtime over the net.
13526         (ange-ftp-file-modtime): New function.
13527         (ange-ftp-write-region, ange-ftp-insert-file-contents)
13528         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13529         Use it.
13530         (ange-ftp-dot-to-slash): New function.
13531         (ange-ftp-fix-name-for-vms): Use it.
13533         * midnight.el (midnight-buffer-display-time): Use
13534         `with-current-buffer'.
13536 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
13538         * find-dired.el: Update copyright notice.
13539         (find-dired): Offer to kill a running `find'.
13541         * enriched.el (enriched-face-ans): For a `foreground-color'
13542         property, return '(("x-color" COLOR))' so that COLOR will be
13543         output as a parameter of the x-color annotation.  Likewise for the
13544         `background-color' property.  In the case of normal face
13545         properties, don't return annotations for unspecified foreground
13546         and background face attributes.
13548 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
13550         * language/japan-util.el (japanese-katakana-region): Fix handling
13551         HANKAKU argument.
13553 2000-07-25  Miles Bader  <miles@gnu.org>
13555         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13556         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
13557         constrain-to-field.
13559 2000-07-24  Andrew Innes  <andrewi@gnu.org>
13561         * timer.el (timer-activate-when-idle): Add optional parameter
13562         DONT-WAIT.  Update docstring.
13563         (run-with-idle-timer): Specify extra parameter to
13564         timer-activate-when-idle, so that timer will be activated
13565         immediately if Emacs is already idle.
13567         * w32-fns.el (w32-using-nt): Fix docstring.
13569 2000-07-24  Dave Love  <fx@gnu.org>
13571         * mouse.el (popup-menu): Set last-command-event.
13572         (mouse-major-mode-menu-prefix): Declare.
13574 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
13576         * textmodes/flyspell.el: Update to author's version 1.5d.
13578         * progmodes/hideshow.el: Update copyright notice.
13580         * vcursor.el: Set maintainer to FSF, since author cannot
13581         be reached.
13583 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
13585         * info.el (Info-goto-emacs-key-command-node): Leave a space after
13586         the prompt.
13588         * mouse.el (popup-menu): Run the keymap through indirect-function,
13589         in case it was defined with define-prefix-key.  If the menu is a
13590         list of keymaps, look up the binding of user's choice in each one
13591         of the keymaps.
13592         (mouse-popup-menubar): If the global and local menu-bar keymaps
13593         don't have a prompt string, create one and insert it into the
13594         keymap.  Don't barf if current-local-map returns nil.
13596 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
13598         * dired.el (dired-sort-R-check): Added to allow recursive listing
13599         to be undone.
13600         (dired-sort-other): Use it.
13602 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13604         * Release of cc-mode 5.27
13606 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13608         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13609         c-beginning-of-statement-1 that caused a bad case of recursion
13610         which could consume a lot of CPU in large classes in languages
13611         that have in-expression classes (i.e. Java and Pike).
13613         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13614         statements before top level constructs (i.e. case 6 is moved
13615         before case 5 and is now case 4) to catch in-expression
13616         classes in top level expressions correctly.
13618 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13620         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13621         objc-method-intro. Case 4 removed and case 5I added.
13623         * cc-langs.el (c-append-paragraph-start): New variable used by
13624         c-common-init to get paragraph-start correct.
13625         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13626         initialize paragraph-start to make it correct both with and
13627         without the javadoc special case.
13629         * cc-mode.el (java-mode): Use c-append-paragraph-start to
13630         initialize paragraph-start for javadoc markup.
13632         * cc-vars.el (c-style-variables-are-local-p): Incompatible
13633         change by defaulting this to t.  It's motivated by the
13634         confusing behavior that otherwise arise from the style system
13635         when editing both java and non-java files at the same time
13636         (see the comments about style setting in c-common-init).
13638 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13640         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13641         similar to the one in c-fill-paragraph to check the fill
13642         prefix from the adaptive fill function for sanity.
13644 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13646         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13647         defun block.
13649 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13651         * cc-align.el (c-lineup-multi-inher): Handle lines with
13652         leading comma nicely. Extended to handle member initializers
13653         too.
13655         * cc-engine.el: (c-beginning-of-inheritance-list,
13656         c-guess-basic-syntax): Fixed recognition of inheritance lists
13657         when the lines begins with a comma.
13659         * cc-vars.el (c-offsets-alist): Changed default for
13660         member-init-cont to c-lineup-multi-inher since it now handles
13661         member initializers and indents better for leading commas.
13663 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13665         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13666         handling that caused class open lines to be recognized as
13667         statement-conts in some cases.
13669         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13670         guessed by the adaptive fill function unless point is on the
13671         first line of a block comment.
13673         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13674         when the buffer ends with a macro continuation char.
13676         * cc-engine.el (c-guess-basic-syntax): Added support for
13677         function definitions as statements in Pike.  The first
13678         statement in a lambda block is now labeled defun-block-intro
13679         instead of statement-block-intro.
13681         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13682         so that the class surrounding point is selected, not the one
13683         innermost in the state.
13685         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13686         recognition of switch labels having hanging multiline
13687         statements.
13689         * cc-engine.el (c-beginning-of-member-init-list): Broke out
13690         some code in c-guess-basic-syntax to a separate function.
13691         * cc-engine.el (c-just-after-func-arglist-p): Fixed
13692         recognition of member inits with multiple line arglists.
13693         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13694         member-init-cont when the commas are in funny places.
13696 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13698         * cc-defs.el (c-auto-newline): Removed this macro since it's
13699         not used anymore.
13701         * cc-engine.el (c-looking-at-bos): New helper function.
13702         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13703         inexpr and toplevel classes apart in Pike.
13705         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13706         of case 9A.
13708         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13709         constant, since "class" can introduce an in-expression class
13710         in Pike nowadays.
13712 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13714         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13715         indentation on cpp-macro lines.
13717         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13718         a syntax modifier like comment-intro, to make it possible to
13719         get syntactic indentation for preprocessor directives.  It's
13720         incompatible wrt to lineup functions on cpp-macro, but it has
13721         no observable effect in the 99.9% common case where cpp-macro
13722         is set to -1000.
13724 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13726         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13727         member-init-cont when the preceding arglist is several lines.
13729 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13731         * cc-styles.el (c-style-alist): The basic offset for the BSD
13732         style corrected to 8.
13734 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13736         * cc-styles.el (c-style-alist): Adjusted the indentation of
13737         brace list openers in the gnu style.
13739 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13741         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13743         * cc-cmds.el (c-electric-brace, c-electric-slash,
13744         c-electric-star, c-electric-semi&comma, c-electric-colon,
13745         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13746         when c-syntactic-indentation is nil.
13748         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13749         we were left at comments preceding the first statement when
13750         reaching the beginning of the buffer.
13752         * cc-vars.el (c-syntactic-indentation): New variable to turn
13753         off all syntactic indentation.
13755 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13757         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13758         between the text and the block comment ender when it hangs,
13759         depending on how many there are before the fill.
13761 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13763         * cc-engine.el (c-beginning-of-closest-statement): New helper
13764         function to go back to the closest preceding statement start,
13765         which could be inside a conditional statement.
13766         * cc-engine.el (c-guess-basic-syntax): Use
13767         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13769         * cc-engine.el (c-guess-basic-syntax): Better handling of
13770         arglist-intro, arglist-cont-nonempty and arglist-close when
13771         the arglist is nested inside parens.  Cases 7A, 7C and 7F
13772         changed.
13774         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13775         up-to-date with javadoc 1.2.
13777 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13779         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13780         multiline Pike type decls.
13782 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13784         * cc-cmds.el (c-indent-new-comment-line): Always break
13785         multiline comments in multiline mode, regardless of
13786         comment-multi-line.
13788 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13790         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13791         fully::qualified::names in C++ member init lists.  Preamble in
13792         case 5D changed.
13794 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13796         * cc-langs.el (c-common-init): Handling of obsolete variables
13797         moved to c-initialize-cc-mode.  More compatible style override
13798         when using global style variables.
13799         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13800         variables moved here.
13802         * cc-styles.el (c-make-styles-buffer-local): Flag style
13803         variable localness in c-style-variables-are-local-p to make
13804         the compatibility measure in c-common-init work well.
13806         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13807         longer contain set-from-style.
13808         * cc-styles.el (c-initialize-builtin-style): Don't check for
13809         set-from-style on c-special-indent-hook.
13810         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
13811         copy-alist is sufficient now.
13813         * cc-styles.el (c-set-style, c-set-style-1,
13814         c-get-style-variables): Fixes to variable initialization so
13815         that duplicate entries in styles have the same effect
13816         regardless of DONT-OVERRIDE.
13818         * cc-styles.el (c-set-style-2): Fixed bug where the
13819         initialization of inheriting styles failed when the
13820         dont-override flag is set.
13822         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13823         on this.
13825 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13827         * cc-defs.el (c-forward-comment): Removed the workaround
13828         introduced in 5.38 since it had worse side-effects.  If a line
13829         contains the string "//\"", it regarded the // as a comment
13830         start since the \ temporarily doesn't have escape syntax.
13832 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
13834         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13835         ada-xref.el before ada-prj.el, so that the Project menu is created
13836         when ada-prj tries to add to it.
13837         (ada-activate-keys-for-case): Suppress the characters that are not
13838         part of the Ada syntax. Better compatibility with else-mode
13839         (ada-adjust-case-interactive): When auto-casing is not active,
13840         correctly insert newlines (used to insert only ^M).  Prevent the
13841         syntax table from being changed in case of an error
13842         (or '_' becomes part of a word and some commands are confused).
13843         Do nothing if ada-auto-case is nil.
13844         (ada-after-keyword-p): Ignore keywords that are also attributes
13845         (ada-batch-reformat): Update usage comment
13846         (ada-call-from-contextual-menu): New function
13847         (ada-case-read-exceptions): Reinitialize the casing exception list
13848         first to nil first, so that the casing exception file can be
13849         shared.
13850         (ada-check-defun-name): Handles "configure" keyword for gnatdist
13851         files.
13852         (ada-compile-goto-error): Fix regexp used to detect a file:line
13853         anywhere in the error message
13854         (ada-contextual-menu-last-point): New variable
13855         (ada-create-keymap): If the variable delete-key-deletes-forward is
13856         t on XEmacs, it means that DEL should delete one character
13857         forward.
13858         (ada-create-menu): Use :included instead of :visible for XEmacs.
13859         New submenu "Options".
13860         (ada-end-stmt-re): Correctly indent "select ... then abort"
13861         statements.
13862         (ada-fill-comment-paragraph): Correctly delete all leading '--'
13863         even if they don't match ada-fill-comment-prefix Fix handling of
13864         paragraphs on the first or last line of a file.
13865         (ada-format-paramlist): Fix handling of default parameter values.
13866         (ada-get-body-name): New function.
13867         (ada-get-current-indent): Optimized by searchling directly for an
13868         existing generic part or a statement outside of it.  Handle
13869         ada-indent-align-comments when indenting comments Replaced some
13870         regexps by testing directly the next character. This results in a
13871         huge speedup on some files.  New indentation scheme for renames
13872         statements.  Stop looking for the 'while' or 'for' associated with
13873         a 'loop' at the first semicolon encountered.  A "return" can also
13874         match an anonymous access subprogram declaration.
13875         (ada-get-indent-noindent): Ignore strings and comments when
13876         looking for the keywords "record" and "private".
13877         (ada-goto-matching-decl-start): When matching "if", make sure we
13878         are not in fact seeing "end if".  Ignore "when" statements except
13879         when initial keyword was "begin".  Fix handling of nested
13880         procedures.  Add a recursive call to this function to skip over
13881         other 'end' statmts.  Fix indentation for "when .. => begin"
13882         (ada-in-open-paren-p): Fix indentation for complex boolean
13883         expressions, where 'and then', 'or else' and parenthesis
13884         statements are mixed up.
13885         (ada-in-paramlist-p): Skip comments while searching for the
13886         beginning Fix handling of operator declarations.
13887         (ada-indent-align-comments): New variable
13888         (ada-indent-current): Change the syntax table only in the
13889         protected section, so that we are sure it is restored correctly.
13890         (ada-indent-on-previous-lines): Use ada-use-indent and
13891         ada-with-indent Correctly indent "select ... then"
13892         (ada-indent-region): Slight speedup.
13893         (ada-indent-renames): New variable.
13894         (ada-last-which-function-subprog, ada-last-which-function-line):
13895         New variables
13896         (ada-looking-at-semi-private): Correctly indent the 'private'
13897         keyword when it is the first word in a package declaration.
13898         (ada-loose-case-word): Stop searching if at the end of the buffer.
13899         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13900         even if point is not initially at the end of the word.
13901         (ada-matching-decl-start-re): Add "when".
13902         (ada-mode): Add support for abbrev-mode, outline-mode and
13903         which-func-mode Override the old find-file.el entry in
13904         ff-special-constructs since it is using the obsolete
13905         ada-spec-suffix variable
13906         (ada-no-auto-case): New function
13907         (ada-scan-paramlist): When parsing the argument type, accept
13908         spaces (as in "X 'Class", generated by Rational Rose).
13909         (ada-other-file-name): No longer loads the other file.
13910         (ada-popup-menu): Save and restore the current buffer and cursor
13911         position before and after displaying the menu.
13912         (ada-search-ignore-complex-boolean): New function.
13913         (ada-uncomment-region): Emacs21 already knows how to delete
13914         comments not starting in the first column.
13915         (ada-use-indent): New variable
13916         (ada-which-function): New function.
13917         (ada-with-indent): New variable
13918         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13919         can be batch-compiled from the command line.
13921         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13922         Add to the menu when the file is loaded, not in ada-mode-hook.
13923         Add -toolbar to the default ddd command Switches moved from
13924         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13925         ada-prj-default-comp-opt
13926         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13927         Reference Manual to the menu
13928         (ada-check-current): rewritten as a call to ada-compile-current
13929         (ada-compile): Removed.
13930         (ada-compile-application, ada-compile-current, ada-check-current):
13931         Set the compilation-search-path so that compile.el automatically
13932         finds the sources in src_dir.  Automatic scrollong of the
13933         compilation buffer.  C-uC-cC-c asks for confirmation before
13934         compiling
13935         (ada-compile-current): New parameter, prj-field
13936         (ada-complete-identifier): Load the .ali file before doing
13937         processing
13938         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13939         conform to gnatmake's behavior.
13940         (ada-find-file-in-dir): New function
13941         (ada-find-references): Set the environment variables for gnatfind
13942         (ada-find-src-file-in-dir): New function.
13943         (ada-first-non-nil): Removed
13944         (ada-gdb-application): Add support for jdb, the java debugger.
13945         (ada-get-ada-file-name): Load the original-file first if not done
13946         yet.
13947         (ada-get-all-references): Handles the new ali syntax (parent types
13948         are found between <>).
13949         (ada-initialize-runtime-library): New function
13950         (ada-mode-hook): Always load a project file when a file is opened,
13951         so that the casing exceptions are correctly read.
13952         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13953         (ada-parse-prj-file): Use find-file-noselect instead of find-file
13954         to open the project file, since the latter does not work with
13955         speedbar Get default values before loading the prj file, or the
13956         default executable file name is wrong.  Use the absolute value of
13957         src_dir to initialize ada-search-directories and
13958         compilation-search-path,...  Add the standard runtime library to
13959         the search path for find-file.
13960         (ada-prj-default-debugger): Was missing an opening '{'
13961         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13962         variables.
13963         (ada-prj-default-gnatmake-opt): New variable
13964         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13965         buffers, the project file is the default one Save the windows
13966         configuration before displaying the menu.
13967         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13968         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13969         ...)  regexp-quote identifiers names to support operators +,
13970         -,... in regexps.
13971         (ada-remote): New function.
13972         (ada-run-application): Erase the output buffer before starting the
13973         run Support remote execution of the application.  Use
13974         call-process, or the arguments are incorrectly parsed
13975         (ada-set-default-project-file): Reread the content of the active
13976         project file, not the one from the current buffer When a project
13977         file is set as the default project, all directories are
13978         automatically associated with it.
13979         (ada-set-environment): New function
13980         (ada-treat-cmd-string): New special variable ${current}
13981         (ada-treat-cmd-string): Revised.  The substitution is now done for
13982         any ${...} substring
13983         (ada-xref-current): If no body was found, compiles the spec
13984         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13985         compiler to get rid of command line length limitations.
13986         (ada-xref-get-project-field): New function
13987         (ada-xref-project-files): New variable
13988         (ada-xref-runtime-library-specs-path)
13989         (ada-xref-runtime-library-ali-path): New variables
13990         (ada-xref-set-default-prj-values): Default run command now does a
13991         cd to the build directory.  New field: main_unit Provide a default
13992         file name even if the current buffer has no prj file.
13994         * ada-prj.el:
13995         Rewritten to show a tabbed-dialog.
13996         (ada-prj-add-ada-menu): Remove the map and name parameters.
13997         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13998         New function
13999         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14000         (ada-prj-load-from-file): New function
14001         (ada-prj-save): Always save fields that depend on the current buffer
14002         (ada-prj-show-value): New function
14004         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14005         Ada mode. This will allow us to display the Ada menu in any buffer
14006         we want (for project items).
14007         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14008         number of spaces in the header.
14010 2000-07-24  Dave Love  <fx@gnu.org>
14012         * ediff-init.el (ediff-region-help-echo): Bind face-help.
14014 2000-07-23  Noah Friedman  <friedman@splode.com>
14016         * type-break.el (type-break): perform autosave.
14017         Suggested by Stephen Gildea <gildea@intouchsys.com>.
14018         (type-break-do-query): Cancel query schedule while performing
14019         actual query, to avoid possibility of a second query being made
14020         while first one is already in progress.
14021         (type-break-time-stamp-format): New variable.
14022         (type-break-time-stamp): New function.
14023         (type-break-time-warning): Use it.
14024         (type-break-keystroke-warning): Use it.
14025         (type-break-noninteractive-query): Use it.
14027         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14028         cookie.
14029         Use add-minor-mode to set minor-mode-alist, if available.
14030         (eldoc-echo-area-use-multiline-p): New user option.
14031         (eldoc-echo-area-multiline-supported-p): New variable.
14032         (eldoc-docstring-format-sym-doc): Use them.
14033         (eldoc-mode): If not using idle timers, append to local post and
14034         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
14035         (eldoc-display-message-no-interference-p): Don't interfere with
14036         edebug.
14037         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14038         (eldoc-function-arglist): New function.
14039         (eldoc-function-argstring): Use it.
14041         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14042         auto save directory exists before calling directory-files.
14044 2000-07-23  Dave Love  <fx@gnu.org>
14046         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14047         ^o, ^u.
14049 2000-07-21  Dave Love  <fx@gnu.org>
14051         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14052         now passed to the function.  It now works properly.
14054         * smerge-mode.el (smerge-mode-menu): Fill it out.
14056 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
14058         * info-look.el (info-lookup): If *info* is shown in another frame
14059         on the same display, select that frame, instead of switching to
14060         the Info buffer in another window of the selected frame.
14062         * simple.el (universal-argument-map): Bind numeric keypad keys
14063         kp-0 to kp-9 and kp-subtract.
14064         (digit-argument): Handle these keys.
14066 2000-07-20  Dave Love  <fx@gnu.org>
14068         * net/goto-addr.el (goto-address-fontify): Don't bother with
14069         buffer-modified and read-only stuff -- irrelevant with overlays.
14070         Put an extra property on the overlays and use it to clean up in
14071         case goto-address is re-run.
14073 2000-07-19  Richard M. Stallman  <rms@gnu.org>
14075         * timer.el (run-with-idle-timer): Doc fix.
14077         * mail/mail-utils.el (mail-strip-quoted-names):
14078         Handle case where <...> appears inside "...".
14079         Use replace-match to edit the string more simply.
14080         (rmail-dont-reply-to): Cope with an unmatched ".
14082 2000-07-19  Dave Love  <fx@gnu.org>
14084         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14085         implementation.
14087         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14088         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14089         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14091 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
14093         * textmodes/refer.el: Correct maintainer's email address.
14095         * progmodes/hideif.el: Correct author's email address.
14096         Fix typo in comment.
14098         * xml.el: New file.
14100         * mail/mailheader.el: Correct author's mail address.
14102         * gnus/parse-time.el: Correct author's mail address.
14104 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
14106         * comint.el (comint-highlight-input, comint-highlight-face):
14107         New user options.
14108         (comint-input-ring-file-name): Change custom type.
14109         (comint-mode-map): Bind mouse-2.
14110         (comint-insert-clicked-input): New function.
14111         (comint-send-input): Handle input highlighting.
14113 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
14115         * mouse.el (popup-menu): New function.
14116         (mouse-major-mode-menu): Use it.
14118 2000-07-18  Dave Love  <fx@gnu.org>
14120         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14121         improvements.
14123 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14125         * faces.el (face-font-selection-order)
14126         (face-font-family-alternatives): Add custom type.
14128 2000-07-18  Dave Love  <fx@gnu.org>
14130         * cus-edit.el (custom-variable-reset-saved)
14131         (custom-variable-reset-standard): Remove unused bindings.
14133         * rect.el (open-rectangle-line): Remove unused let.
14135         * hl-line.el (hl-line-highlight): Check hl-line-mode.
14137 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14139         * cdl.el: Fix `Maintainer' keyword.
14141         * play/pong.el: Add author's email address.
14143 2000-07-17  Sam Steingold  <sds@gnu.org>
14145         * files.el (insert-directory): Call `split-string' instead of
14146         re-implementing it.
14148 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14150         * mail/vms-pmail.el: Change maintainer to FSF.
14152         * net/goto-addr.el: Change maintainer to FSF.
14154         * info.el (Info-title-face-alist): Removed.
14156 2000-07-18  David Ponce  <david@dponce.com>
14158         * recentf.el (recentf-open-files): New command that works like
14159         `recentf-open-more-files', but shows the whole list of files (not just
14160         those omitted from the menu). Useful if you don't use a menu-bar!
14161         (recentf-open-more-files) Modified to use `recentf-open-files'.
14163         (recentf-open-files, recentf-open-more-files)
14164         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14166         (recentf-dialog-mode): New mode for dialogs. You can now just type
14167         "q" to cancel the dialogs.
14169 2000-07-18  David Ponce  <david@dponce.com>
14171         * recentf.el: This is a major update of recentf.el. It adds new
14172         features to better organize the recentf menu and "More..." buffer.
14174         Using new provided menu filtering functions you can now organize the
14175         recent files list:
14177         - by major modes
14178         - by directories
14179         - by user defined rules
14181         Finally, with the new `recentf-filter-changer' customizable filter you
14182         can define a ring of filters and dynamically (via the menu) cycle on
14183         each menu organization in the ring (a la msb).
14185 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
14187         * eshell/eshell.el (eshell): Replace links to eshell.info with
14188         links to eshell, to avoid problems on systems where the manual is
14189         installed as `eshell'.
14190         * eshell/esh-cmd.el (eshell-cmd): Ditto.
14191         * eshell/em-smart.el (eshell-smart): Ditto.
14192         * eshell/em-banner.el (eshell-banner): Ditto.
14193         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14195         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14196         same-file check in the MS-DOS version (it does support inodes).
14198         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14200         * eshell/eshell.el (eshell-directory-name):
14201         Run default directory name through convert-standard-filename.
14203 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
14205         * international/mule-cmds.el (select-safe-coding-system):
14206         Fix typo in the comment.
14208         * language/european.el (compound-text):
14209         Force katakana-jisx0201 to be designated to G1.
14211         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14212         Don't translate some national variant characters of latin-jisx0201.
14213         (x-ctext): Force katakana-jisx0201 to be designated to G1.
14215         * international/kkc.el (kkc-after-update-conversion-functions):
14216         New variable.
14217         (kkc-update-conversion): Run functions in it at the tail.
14219 2000-07-16  John Wiegley  <johnw@gnu.org>
14221         * lisp/align.el (align-newline-and-indent):
14222         Adding new function.  for auto-aligning blocks of code on RET.
14223         (align-region): Fixed badly formatted minibuffer message.
14225 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
14227         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14228         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
14229         the conversion list at first if appropriate.
14230         (kkc-next): Don't update kkc-next-count here.
14231         (kkc-prev): Don't update kkc-prev-count here.
14232         (kkc-show-conversion-list-update): Fix setting up of conversion
14233         list message.
14235 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14237         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14239 2000-07-16  Dave Love  <fx@gnu.org>
14241         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14242         function to be more specific.
14244         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14245         non-string help-echo.
14246         (widget-types-convert-widget): Defsubst it.
14247         (widget-echo-help): Try to cope with a help-echo function of two
14248         possible sorts.
14250 2000-07-15  Jason Rumney  <jasonr@gnu.org>
14252         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14253         Declare as obsolete.
14255         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14257 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
14259         * hilit-chg.el: Fix typo.
14261 2000-07-14  Dave Love  <fx@gnu.org>
14263         * info.el (Info-mode-menu): Fix use of :help, :enable.
14265 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
14267         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14269 2000-07-13  Dave Love  <fx@gnu.org>
14271         * emacs-lisp/easymenu.el: Doc fixes.
14272         (easy-menu-remove): Defalias to ignore.
14274         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14275         Call throw correctly.
14277 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
14279         * faces.el (frame-background-mode): Doc fix.
14281         * simple.el (eval-expression-print-length): Change custom type to
14282         allow entering nil as value.
14284 2000-07-13  Dave Love  <fx@gnu.org>
14286         * progmodes/fortran.el (fortran-imenu-generic-expression):
14287         Change definition layout.
14288         (fortran-mode-menu): Reinstate customize entries.
14290         * cus-edit.el (custom-group-menu-create, customize-menu-create):
14291         Use :filter, per old XEmacs code.
14293 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
14295         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14296         event when deciding what to send to the terminal.
14298 2000-07-12  Dave Love  <fx@gnu.org>
14300         * cus-start.el: Add optional version as 4th element of specs and
14301         use it for several things new in v21.  Remove load-path.  Fix type
14302         of line-number-display-limit.
14304 2000-07-11  Dave Love  <fx@gnu.org>
14306         * progmodes/fortran.el: Don't require easymenu.
14307         Use repeat counts in various regexps.
14308         (fortran-mode-syntax-table): Defvar directly.
14309         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14310         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14311         Use defvar, not defconst.
14312         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
14313         (fortran-mode): Set fortran-comment-line-start-skip,
14314         fortran-comment-line-start-skip, dabbrev-case-fold-search.
14315         (fortran-comment-indent): Use defsubst.
14316         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14317         Use fortran-comment-indent, not fortran-comment-indent-function.
14318         (fortran-comment-region, fortran-electric-line-number): Simplify.
14319         (fortran-auto-fill): New function.
14320         (fortran-do-auto-fill): Deleted.
14321         (fortran-find-comment-start-skip):
14322         Check for non-null comment-start-skip.
14323         (fortran-auto-fill-mode, fortran-fill-statement):
14324         Use fortran-auto-fill.
14325         (fortran-fill): Use fortran-auto-fill.  Check for null
14326         comment-start-skip.  Simplify final clause and use end-of-line finally.
14328         * widget.el (widget-plist-member): New alias.
14330 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
14332         * eshell/esh-module.el (toplevel): Reference
14333         byte-compile-current-file only if it is bound.
14335 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
14337         * dired.el: Don't require `dired-aux'.
14339 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
14341         * dired-aux.el (dired-show-file-type): New function.
14342         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14343         (dired-show-file-type): Add autoload.
14345 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
14347         * international/mule-diag.el (describe-font): Adjusted for the
14348         change of fontset-info.
14349         (print-fontset): Likewise.
14351 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14353         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14355 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
14357         * bindings.el: Bind `[delete]' to delete-char.
14359         * dired.el (dired-find-alternate-file): New function.
14360         (dired-mode-map): Bind `a' to dired-find-alternate-file.
14361         (toplevel): Require dired-aux when compiling.
14362         (dired-buffers): Move defvar within file to avoid compiler warning.
14364         * info.el (Info-last-search): Variable removed.
14365         (Info-search-history): New variable.
14366         (Info-search): New Info-search-history.
14368         * battery.el, info-look.el: Change author's mail address.
14370 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
14372         * mail/rmail.el (rmail-clear-headers): Don't throw an error
14373         if rmail-ignored-headers is nil.
14374         (rmail-retry-failure): Bind rmail-ignored-headers and
14375         rmail-displayed-headers to nil.
14377 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
14379         * lpr.el (lpr-page-header-switches): Add `-h' switch.
14380         (print-region-1): Don't hard code `-h' here.
14382         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14384 2000-07-01  Francesco Potorti`  <pot@gnu.org>
14386         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14387         exim can use "your message" instead of "the message".
14389 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14391         * facemenu.el: Docstrings fixes.
14392         (facemenu-get-face): Don't use internal-find-face.
14393         (facemenu-iterate): Rename arg to match the docstring.
14395         * newcomment.el (uncomment-region): Be more careful when skipping
14396         backwards over `=' not to bump into BOBP.
14398 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
14400         * ediff-diff.el (ediff-wordify): Use syntax table.
14401         * ediff-init.el (ediff-has-face-support-p): Use
14402         ediff-color-display-p.
14403         (ediff-color-display-p): Use display-color-p, changed to defun
14404         from defsubst.
14405         Got rid of special cases for NeXT and OS/2.
14406         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14407         face.
14409 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14411         * emacs-lisp/lucid.el: Require CL.
14412         (copy-tree, remprop): Remove, it's provided by CL.
14413         (map-keymap): Define in terms of cl-map-keymap.
14414         (extent-property, set-extent-end-glyph): New functions.
14416         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14418 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14420         * Makefile.in (DONTCOMPILE): Add comment that the name may
14421         not be changed without changing the make-dist script.
14423         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14424         (cl-mapc): Use mapc instead of cl-old-mapc.
14426 2000-07-05  Andrew Innes  <andrewi@gnu.org>
14428         * makefile.nt: Add support for `bootstrap' and related targets.
14430 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14432         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14433         (easy-menu-do-define): Use `menu-item' format.
14434         Handle case where easy-menu-create-menu returns a symbol.
14435         Manually call the potential top-level filter in the function binding.
14436         (easy-menu-filter-return): New arg NAME.
14437         Convert to a keymap if MENU is an XEmacs menu.
14438         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
14439         (easy-menu-converted-items-table, easy-menu-convert-item):
14440         New var and fun to memoize easy-menu-convert-item-1.
14441         (easy-menu-do-add-item): Use it.
14442         (easy-menu-create-menu): Use easy-menu-convert-item.
14443         Wrap easy-menu-filter-return around any :filter specification.
14444         Don't convert the menu if a filter was specified.
14445         Tell easy-menu-make-symbol not to check for MENU being an expression.
14446         (easy-menu-make-symbol): New arg NOEXP.
14448 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14450         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14451         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14452         (eval-defun): If called with prefix arg, instrument code for
14453         Edebug.
14455         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14456         similar to that of eval-defun.
14458 2000-07-04  Dave Love  <fx@gnu.org>
14460         * hl-line.el (hl-line-overlay): Make it permanent-local.
14462         * calendar/todo-mode.el: Replaced with a working version, based on
14463         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14465 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
14467         * paths.el (prune-directory-list): New function.
14468         (Info-default-directory-list): Rewritten to more methodically
14469         enumerate a big list of possible info directories (based on the
14470         list used by the standalone info reader).
14472         * info.el (info-initialize): Use prune-directory-list to remove
14473         non-existent directories from Info-directory-list.
14475         * paths.el (Info-default-directory-list): Try a list of possible
14476         info-directories instead of a single one.  Add the possible
14477         info directory "/usr/share/info".
14479         * woman.el (woman-man.conf-path): Explicitly include the debian
14480         man-db config file "/etc/manpath.config".
14481         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14482         are present in `manpath.config'.
14483         (woman-manpath): Include "/usr/share/man".
14485 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
14487         * frame.el (blink-cursor-mode): Don't hide cursor initially.
14489         * startup.el (command-line): Initialize blink-cursor based
14490         on window-system.
14492         * frame.el (blink-cursor): Default to nil if not running under
14493         a window-system.
14495         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14496         (face-x-resources): Remove duplicate entry for :font.
14498         * textmodes/refer.el (refer-find-entry-internal): Use some-window
14499         instead of cycling through windows with next-window.
14501         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14502         of cycling through windows with next-window.
14504         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14505         of cycling through windows with next-window.
14507         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14508         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14509         instead of cycling through windows with next-window.
14511         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14512         instead of cycling through windows with next-window.
14514         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14515         of cycling through windows with next-window.
14517         * terminal.el (te-process-output): Use walk-windows instead of
14518         cycling through windows with next-window.
14520         * server.el (server-switch-buffer): Use some-window instead of
14521         cycling through windows with next-window.
14523         * window.el (some-window): New function.
14524         (walk-windows): Remove reference to walk-windows-start.
14526         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14528 2000-07-03  Richard Stallman  <rms@gnu.org>
14530         * window.el (walk-windows): Guarantee termination by keeping a list
14531         of all the windows already handled.
14533 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14535         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14536         window-system.
14538         * man.el (Man-notify-when-ready): Don't use window-system.  If
14539         Man-notify-method is newframe, and the display is not
14540         multi-frame, select the frame created for the man page.
14541         (Man-init-defvars): Doc fix.
14543 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
14545         * faces.el (region): Change background color for light background.
14547         * ediff-wind.el (ediff-setup-control-frame): Remove :box
14548         attribute from mode-line face of Ediff control frame.
14550         * replace.el (query-replace-map): Bind `e' like `E'.
14552 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14554         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14555         Change name to "Select All".
14557         * dos-fns.el (convert-standard-filename): Fix last change.
14559 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
14561         * help.el (describe-variable): Don't insert a second `'s' in front
14562         of the string `value is shown below'.  Since the syntax-table is
14563         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14564         an existing `'s', so that this won't be deleted.
14566         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14567         * pcmpl-unix.el: New files.
14569 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14571         * wid-edit.el (widget-member): Use the new plist-member.
14573 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
14575         * replace.el (perform-replace): Undo change of 2000-04-04.
14576         Instead, move backward 1 character at the end of the loop when
14577         necessary.
14579         * faces.el (fringe): Change face for different backgrounds.
14581         * eshell/esh-module.el (toplevel): Load defgroup's differently;
14582         patch from John.
14584         * eshell/*.el: Change spelling of the Free Software Foundation.
14586         * eshell/esh-toggle.el: Removed.
14588         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14590         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14591         interactively.
14593 2000-06-26  Alex Schroeder  <alex@gnu.org>
14595         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14596         `define-key'; instead of checking `(emacs-version)' check for
14597         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
14598         for `;' and `o' which might be electric.
14600         (sql-electric-stuff): New user option.
14601         (sql-magic-go): New function which uses `sql-electric-stuff'.
14602         (sql-magic-semicolon): New function which uses
14603         `sql-electric-stuff'.
14605         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14606         is not fboundp.
14608         (sql-oracle-options): New variable.
14609         (sql-oracle): Use it.
14611         (sql-imenu-generic-expression): Doc change.
14612         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14613         is used.
14615         (sql-informix): Added command line parameter "-" to force
14616         sql-informix-program to use stdout.
14618 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
14620         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14621         (cp864-decode-table): Doc fix.
14622         (cp720-decode-table): New variable, supports the Arabic OEM
14623         codepage used by Windows.
14624         (cp737-decode-table): New, Greek OEM codepage used by Windows.
14626 2000-06-23  Dave Love  <fx@gnu.org>
14628         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14629         (font-lock-fontify-anchored-keywords): Use
14630         line-beginning-position.
14631         (global-font-lock-mode): Use mapc.
14633 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14635         * eshell/esh-module.el: Require CL when compiling.
14637 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14639         * comint.el (comint-substitute-in-file-name): Call replace-match
14640         with second and third arg t.
14642         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14643         Specify foreground color.
14645         * faces.el (tool-bar, mode-line, header-line): Specify foreground
14646         color.
14648         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14650         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14651         cddr instead of cdddr.
14653         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14654         instead of copy-list.
14656         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14657         of copy-list.
14659         * subdirs.el: Add eshell subdirectory.
14661         * eshell: New subdirectory containing the Eshell package.
14663         * pcomplete.el: New file.
14665 2000-06-23  Paul Eggert  <eggert@twinsun.com>
14667         * mail/mailpost.el (post-mail-send-it): Make sure file has
14668         proper permissions from birth.
14670         * files.el (basic-save-buffer-2): When temporarily setting
14671         file modes, set them to current modes plus 0200, not to 0777.
14673         * emerge.el (emerge-make-temp-file): Make sure file has proper
14674         permissions from birth.
14676 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
14678         * files.el (make-backup-file-name-1): On DOS/Windows, run the
14679         backup file name through convert-standard-filename.
14681         * dos-fns.el (convert-standard-filename): Convert leading
14682         directories as well.  When long file names are supported, convert
14683         characters that are invalid in Windows file names.
14685 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14687         * ps-print.el: Fix bug: if ^L is the very first buffer character,
14688         ps-print crashes.  New feature: page selection for printing.  Create
14689         raw-text-unix coding system for XEmacs.  Doc fix.
14690         (ps-print-version): New version number (5.2.3).
14691         (ps-plot-region): Bug fix.
14692         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14693         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14694         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14695         funs.
14696         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14697         (ps-last-page): New vars.
14699 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
14701         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14702         empty option string.
14704 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
14706         * man.el (man): Doc fix.
14708 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
14710         * international/mule-cmds.el (set-language-info-alist): Docstring
14711         fixed.
14713 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
14715         * version.el (emacs-version): Use ISO date format.
14717         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14718         instead of `M-backspace'.
14720         * simple.el (turn-off-auto-fill): New function.
14722 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
14724         * jit-lock.el (with-buffer-prepared-for-jit-lock):
14725         Renamed from with-buffer-prepared-for-font-lock and use
14726         inhibit-modification-hooks rather than setting *-change-functions.
14727         Update all functions to use the new name.
14728         (jit-lock-first-unfontify-pos): New semantics (and doc).
14729         (jit-lock-mode): Make non-interactive.
14730         Don't automatically turn on font-lock.
14731         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14732         Always use jit-lock-after-change.
14733         Remove and restore font-lock-after-change-function.
14734         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14735         (jit-lock-after-unfontify-buffer): Remove.
14736         (jit-lock-stealth-fontify):
14737         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14738         (jit-lock-after-change): Set the `fontified' text-prop to nil.
14740 2000-06-20  Sam Steingold  <sds@gnu.org>
14742         * emacs-lisp/cl-indent.el (toplevel): Indent
14743         `print-unreadable-object' properly.  Untabify.
14745 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14747         * textmodes/reftex.el (reftex-find-citation-regexp-format):
14748         Support for bibentry.
14749         (reftex-compile-variables): Fixed problem with end of section-re.
14751         * texmodes/reftex-dcr.el (reftex-view-crossref,
14752         reftex-view-crossref-from-bibtex):
14753         Deal with changed `reftex-find-citation-regexp-format'.
14754         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14755         Replaced `remprop' with `put'.
14756         (reftex-view-crossref, reftex-view-crossref-when-idle):
14757         Support for bibentry.
14759         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14760         New entry for bibentry package.
14762         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14763         Regexp also matches "\nobibliography".
14765         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14766         Call `reftex-ensure-write-access' before doing anything.
14767         (reftex-ensure-write-access): New function.
14769 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14771         * progmodes/idlwave.el: File re-installed (update to version 4.2)
14773         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14775         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14777         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14780 2000-06-20  Dave Love  <fx@gnu.org>
14782         * faces.el (frame-background-mode): Use set-default, not set, in
14783         setter.
14784         (frame-update-faces, frame-update-face-colors): Define with
14785         defalias.
14787         * enriched.el (enriched-decode-foreground)
14788         (enriched-decode-background): Don't use internal-find-face.
14790         * apropos.el: Doc fixes.
14792         * cus-edit.el (customize-changed-options): Check arg.
14793         (customize-version-lessp): Don't require decimal point.
14795         * custom.el (defcustom, defgroup): Doc fix.
14797         * newcomment.el (comment) <defgroup>: Add :version.
14798         (comment-multi-line): Doc fix.
14800         * emulation/mlsupport.el (define-hooked-local-abbrev,
14801         define-hooked-global-abbrev): Fix, using define-abbrev.
14803 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
14805         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14806         the whole buffer.
14808 2000-06-19  Dave Love  <fx@gnu.org>
14810         * menu-bar.el (menu-bar-options-save): New function.
14811         (menu-bar-options-menu): Use it.
14812         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14813         Simplify.
14815 2000-06-19  Andreas Schwab  <schwab@suse.de>
14817         * progmodes/etags.el (tags-query-replace): Put new parameters
14818         START and END at the end, for backward compatibility.
14820 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14822         * international/codepage.el:
14823         (cp-coding-system-for-codepage-1): Delete special codes for
14824         generating xxx-dos coding system because now a CCL based coding
14825         system can handle EOL conversion by default.
14827         * international/mule.el (make-coding-system): Generate subsidiary
14828         coding systems for EOL handling variants even for a CCL based
14829         coding system.
14831 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14833         * international/isearch-x.el (isearch-minibuffer-input-method)
14834         (isearch-minibuffer-input-method-function): These variables
14835         deleted.
14836         (isearch-with-input-method): Don't use the above variables.
14837         (isearch-process-search-multibyte-characters): Likewise.  Call
14838         read-string with the arg INHERIT-INPUT-METHOD t.
14840 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
14842         * font-lock.el (font-lock-after-fontify-buffer)
14843         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14845         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14846         Use consistent make-local-variable style for font-lock-fontified.
14847         (jit-lock-fontify-buffer):
14848         Don't bother checking for font-lock-mode and jit-lock-mode.
14850         * time.el: Remove trailing ^M that prevent CVS-merging.
14852 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14854         * Makefile.in (distclean): New target.
14856 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
14858         * Makefile.in (srcdir): Define for update-subdirs.
14860 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14862         * find-lisp.el: New file.
14864 2000-06-16  Andrew Innes  <andrewi@gnu.org>
14866         * time.el (display-time-mail-function): New variable, to allow
14867         external packages to indicate when new mail is available.
14868         (display-time-update): Use it.
14870 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
14872         * international/mule.el (mule-version): Change version name to
14873         SAKAKI.  AOI has already been used by Meadow.
14875         * international/quail.el (quail-show-guidance-buf): To find the
14876         bottom window (but minibuffer), pay attention to the height of
14877         minibuffer.
14879 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14881         * arc-mode.el (archive-mode-map): Use the new menu-item format for
14882         menu-bar menus.  Add help strings.  Don't remove the Edit menu
14883         from the menu bar, as the menu bar has enough space now.
14885         * Makefile.in (SHELL): Make sure /bin/sh is used.
14887         * woman.el (woman-man-buffer): Fix bold and underlined CJK
14888         characters, which use series of two ^H characters instead of one.
14890 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
14892         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14893         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14894         functions.
14895         (Info-find-node-2): Try a case-sensitive search first, then
14896         do a case-insensitive search.
14898         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14899         tutorials.
14901         * complete.el (PC-env-vars-alist): New variable.
14902         (PC-complete-as-file-name): New function.
14903         (partial-completion-mode): Initialize PC-env-vars-alist from
14904         process-environment.
14905         (PC-do-completion): Handle completion of env vars.
14907         * info.el (Info-set-mode-line): Show file name in mode line,
14908         use `*Info*' instead of `Info:'.
14910         * startup.el (command-line-1): Change copyright messages to year
14911         2000.
14913 2000-06-15  Dave Love  <fx@gnu.org>
14915         * net/goto-addr.el (goto-address-fontify): Use keymap property,
14916         not local-map.
14918 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
14920         * international/mule.el (set-buffer-file-coding-system): Almost
14921         rewritten to handle `undecided' as no-op.
14923 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
14925         * Makefile.in: New file.
14927         * Makefile: Removed.
14929         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14930         (goto-address-highlight-keymap): Bind C-c RET.
14932 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
14934         * mail/sendmail.el (sendmail-send-it): The temporary buffer
14935         inherits buffer-file-coding-system of the current buffer.
14937         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14938         0.  Give correct argument to set-auto-coding-function.
14939         (tar-expunge): For goto-char, use (point-min), not 0.
14940         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14941         (tar-subfile-save-buffer): Likewize.
14943         * international/mule.el
14944         (after-insert-file-set-buffer-file-coding-system): Call
14945         set-buffer-file-coding-system with the arg FORCE t.
14947 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
14949         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14950         nil.  Contemporary sendmails issue an X-Authentication-Warning if
14951         the sender is set with `-f'.
14953 2000-06-13  Dave Love  <fx@gnu.org>
14955         * help.el (describe-function-1): Kluge around cases of functions
14956         fset to subrs whose doc doesn't match their symbol-name.
14958         * image.el (insert-image): Default STRING to a space.
14960         * info.el Doc fixes.
14961         (Info-build-node-completions): Match Ref tags.
14963 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
14965         * frame.el (display-multi-frame-p, display-multi-font-p): New
14966         defaliases for display-graphic-p.
14968         * hl-line.el: Fixed a typo in commentary.
14970 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
14972         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14973         fixed.
14975 2000-06-12  Dave Love  <fx@gnu.org>
14977         * image.el (insert-image): Save a little consing.
14979 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14981         * language/tibet-util.el: Convert all tibetan-1-column characters
14982         to the corresponding tibetan characters.
14983         (tibetan-add-components): Delete code for the special treatment of
14984         'a chung.
14986         * language/tibetan.el (tibetan-composable-pattern): Fix previous
14987         change.
14988         (tibetan-vowel-transcription-alist): More rules added.
14989         (tibetan-composite-vowel-alist): New variable.
14990         (tibetan-precomposition-rule-alist): More rules added.
14992 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
14994         * startup.el (command-line): Only call menu-bar-mode if interactive.
14996         * thingatpt.el (toplevel symbol-properties):
14997         * textmodes/makeinfo.el (makeinfo-compile):
14998         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14999         * progmodes/hideif.el (hif-compress-define-list)
15000         (hide-ifdef-use-define-alist):
15001         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15002         (ange-ftp-vms-add-file-entry):
15003         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15004         * man.el (Man-build-man-command):
15005         * mail/rnewspost.el (news-reply-header-hook):
15006         * info.el (Info-insert-dir):
15007         * emulation/mlconvert.el (backward-word, forward-word, setq):
15008         * emacs-lisp/gulp.el (gulp-send-requests):
15009         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15010         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15011         (byte-optimize-apply, end of file):
15012         * emacs-lisp/advice.el (ad-advice-class-completion-table)
15013         (ad-make-freeze-definition):
15014         * startup.el (command-line, command-line-1): Don't quote lambdas.
15016         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15017         (cvs-cleanup-removed): New function.
15018         (cvs-cleanup-functions): New var.
15019         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15020         some flexibility in specifying additional entries to auto-cleanup.
15021         (cvs-quickdir): New function.
15022         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15023         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15024         (cvs-mode-find-file): Check that we are on a filename or dirname
15025         when invoked through a mouse-click.
15026         (cvs-full-path): Remove.
15027         (cvs-dired-action): Re-introduced.
15028         (cvs-dired-noselect): Use it.
15029         (vc-post-command-functions): use this new hook if available.
15031         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15032         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15033         (cvs-filename-map, cvs-dirname-map): Remove.
15034         (cvs-default-action): Remove.
15035         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15036         if the arg is really a keymap.
15037         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15038         Don't hardcode the mapping from state (aka type) to face, but check
15039         the var cvs-fi-<type>-face instead.
15040         (cvs-fileinfo-from-entries): New function.
15042         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15043         Docstring fix.
15044         (cvs-find-file-and-jump): Change default to be safer.
15045         (cvs-mode-diff-map): Define it as a function as well.
15046         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15047         Bind mouse-2 in this global map rather than with text-properties.
15049         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15050         file to resolve the ambiguity between C(conflict) and C(need-merge).
15052 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15054         * international/mule.el (set-buffer-file-coding-system): If
15055         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15056         unconditionally.
15058 2000-06-12  Dave Love  <fx@gnu.org>
15060         * wid-edit.el (widget-specify-button): Really suppress the face if
15061         required.
15063 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
15065         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15067 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
15069         * imenu.el (imenu-generic-expression): Docstring fix.
15071         * composite.el (composition-function-table): Move the `put'
15072         below the autoload cookie so we can load the file before loaddefs.
15074         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15076         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15077         Handle easy-mmode-define-global-mode.
15078         For complex macros like define-minor-mode that can generate
15079         several autoload entries, try to autoload entries in the
15080         macroexpanded code.
15082         * emacs-lisp/easy-mmode.el (define-minor-mode):
15083         If KEYMAP is a symbol, just use it.
15084         Use byte-compile-current-file and load-file-name to infer the
15085         proper :require to pass to defcustom.
15086         Wrap the hook var into `progn' so as not to autoload it.
15087         Add a :autoload-end cookie.
15088         Be more careful about the evaluation of KEYMAP.
15089         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15090         (define-derived-mode): Move define-abbrev-table outside of defvar.
15092 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
15094         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15095         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15096         (backup-compiled-files): Ignore errors during `tar'.
15097         (bootstrap): Make autoloads before elc files.
15099 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
15101         * international/mule.el (set-buffer-file-coding-system): If one of
15102         undecided-XXX is specified, change only EOL conversion.
15104         * international/mule-conf.el (unix): New alias for the coding
15105         system undecided-unix.
15107 2000-06-09  Dave Love  <fx@gnu.org>
15109         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15111         * progmodes/executable.el: Byte compile dynamic.
15112         (executable-insert): Change custom type.
15113         (executable-find): Add autoload cookie.
15114         (executable-make-buffer-file-executable-if-script-p): New
15115         function.  After Noah Friedman.
15117         * files.el (after-save-hook): Customize, with
15118         executable-make-buffer-file-executable-if-script-p as an option.
15120 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
15122         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15123         "tib24p-mule.bdf" for Tibetan.
15125         * composite.el (decompose-composite-char): Declare it as obsolete.
15127         * man.el (Man-fontify-manpage): Pay attention to underline and
15128         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15130 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
15132         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15133         Set maintainer to FSF since author isn't reachable.
15135 2000-06-08  Dave Love  <fx@gnu.org>
15137         * international/mule-cmds.el (select-safe-coding-system): If
15138         DEFAULT-CODING-SYSTEM is not specified, also check the most
15139         preferred coding-system if buffer-file-coding-system is
15140         `undecided'.  From Handa.
15142 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
15144         * international/mule.el
15145         (after-insert-file-set-buffer-file-coding-system): If the buffer
15146         size is greater than INSERTED, judget that we are not visiting.
15148 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
15150         * whitespace.el (defgroup whitespace): Comment out `:version'.
15151         XEmacs 20.4 has problems defining the group with this present.
15152         We'll have this commented out till get resolve the problem.
15154 2000-06-07  John Wiegley  <johnw@gnu.org>
15156         * align.el (align-dq-string-modes, align-sq-string-modes)
15157         (align-open-comment-modes): Add pyhton-mode.
15158         (align-rules-list): Use get-text-property instead of
15159         text-properties-at.
15160         (align-rules-list): Add python-assignment.
15161         (align-rules-list): Change perl-comma-delimiter to
15162         basic-comma-delimiter.  Use if for Perl modes and python-mode.
15163         (align-rules-list): Add python-chain-logic and
15164         basic-line-continuation.
15166 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
15168         * apropos.el (apropos-mode-hook): New user variable.
15169         (apropos-mode): Run apropos-mode-hook.
15171 2000-06-07  David Ponce  <david@dponce.com>
15173         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15174         commands.  Require `wid-edit' at run-time.
15176 2000-06-07  David Ponce  <david@dponce.com>
15178         * recentf.el: Added some "Commentary".
15179         (recentf-open-more-files, recentf-edit-list): Minor changes to
15180         move the point at the top of the file list.  This behaviour is
15181         consistent with the menu one when the list contains a lot of
15182         files.
15183         (recentf-cleanup): Now displays the number of items removed from
15184         the list.
15185         (recentf-relative-filter) New menu filter to show filenames
15186         relative to `default-directory'.
15188 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15190         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
15191         with/without giving an error if PostScript printer doesn't have this
15192         kind of page size.  Zebra Stripe continues or restarts on next page.
15193         Manual/automatic paper feeding.  Switch or not the header.
15194         (ps-print-version): New version number (5.2.2).
15195         (ps-windows-system): Include emx as a Windows system.
15196         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15197         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15198         (ps-background-text): Code fix.
15199         (ps-error-handler-message, ps-user-defined-prologue)
15200         (ps-print-prologue-header, ps-printer-name)
15201         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15202         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15203         (ps-use-face-background): Customization fix.
15204         (ps-n-up-database): Data fix.
15205         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15206         (ps-switch-header): New vars.
15207         (ps-xemacs-color-name, ps-face-foreground-name)
15208         (ps-face-background-name, ps-boolean-constant): New funs.
15210 2000-06-07  Dave Love  <fx@gnu.org>
15212         * allout.el: New version from Manheimer.
15214 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
15216         * textmodes/fill.el (fill-find-break-point): Check the validity of
15217         charset.
15219 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15221         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15222         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15223         Call display-color-p and display-mouse-p instead of looking at
15224         window-system.
15226 2000-06-06  Dave Love  <fx@gnu.org>
15228         * image.el (find-image): Doc fix.  Return nil if image not found.
15229         (put-image, insert-image): Make STRING arg optional.
15231 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
15233         * language/vietnamese.el: Remove eval-when-compile.
15234         (viet-viscii-nonascii-translation-table): Define it as a
15235         translation table made from viet-viscii-decode-table.
15236         (viet-viscii-encode-table): Define it as a translation table made
15237         from the reverse map of above.
15238         (viet-vscii-nonascii-translation-table): Define it as a
15239         translation table made from viet-vscii-decode-table.
15240         (viet-vscii-encode-table): Define it as a translation table made
15241         from the reverse map of above.
15242         (ccl-decode-viscii): Use translate-character.
15243         (ccl-encode-viscii, ccl-encode-viscii-font)
15244         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15245         Likewize.
15247         * language/cyrillic.el: Remove eval-when-compile.
15248         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15249         translation table made from cyrillic-koi8-r-decode-table.
15250         (cyrillic-koi8-r-encode-table): Define it as a translation table
15251         made from the reverse map of above.
15252         (ccl-decode-koi8): Use translate-character.
15253         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15254         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15255         a translation table made from cyrillic-alternativnyj-decode-table.
15256         (cyrillic-alternativnyj-encode-table): Define it as a translation
15257         table made from the reverse map of above.
15258         (ccl-decode-alternativnyj): Use translate-character.
15259         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15260         Likewize
15262         * international/mule-diag.el (non-iso-charset-alist): Specify
15263         translation table symbol instead of translation table itself.
15264         (list-block-of-chars): CHARSET may be a translation table symbol.
15266         * international/mule.el (make-coding-system): If CODING-SYSTEM
15267         already exists, override it.
15269         * international/fontset.el: Use family `proportional' for Tibetan
15270         fonts.
15272         * international/ccl.el (ccl-compile-translate-character): Don't
15273         check if Rrr has property translation-table.
15274         (ccl-compile-map-multiple): Modified to avoid compiler warning.
15276 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
15278         * info.el: Bind case-fold-search to t when searching in case
15279         a user sets it to nil in a hook.
15281 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
15283         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15284         * hl-line.el (hl-line-mode): Use the new :global key argument.
15286         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15287         (tar-clip-time-string): Prepend a space.
15288         (tar-grind-file-mode): Construct a string rather than modifying one.
15289         (tar-header-block-summarize): Fix docstring.
15290         Use `format' rather than an error-prone set of copy-loops.
15292         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15293         (diff-goto-source, diff-unified->context, diff-context->unified)
15294         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15295         understand the format output by the `-p' argument to diff.
15297         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15298         (sh-re-done): Use defconst.
15299         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15300         (sh-help-string-for-variable, sh-guess-basic-offset):
15301         Don't quote lambdas.
15302         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15303         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15305         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15306         (mh-letter-mode): Derive from text-mode.
15307         This implicitly means that it now calls kill-all-local-variables.
15308         Also remove the Emacs-18 compatibility code.
15310         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15311         Make use of symbol-property doc-string-elt.
15312         Use memq rather than a sequence of eq.
15313         (doc-string-elt): Fix the wrong or missing previously unused values.
15314         (autoload-print-form): New function extracted from
15315         generate-file-autoloads to allow recursion when handling progn
15316         so that defvar's and defun's docstrings are properly printed.
15317         (generate-file-autoloads): Use it.
15319         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15320         Use find-file-hooks in the minor-mode function.
15321         Be careful not to loop indefinitely in the post-command-hook function.
15323 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
15325         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15326         tty's.
15327         * ediff-diff.el (ediff-exec-process): Use --binary for fine
15328         differences whenever appropriate.
15329         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15330         * viper.el (find-file, find-file-other-window): Get viper to do
15331         wildcards.
15333 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
15335         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15336         (jit-lock-fontify-buffer): New function for JIT refontification.
15337         (jit-lock-mode): Fix docstring.
15338         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15339         Remove jit-lock-after-change from the _local_ hook.
15340         (jit-lock-function-1): Fix docstring.
15342         * info.el (Info-on-current-buffer): Initialize info.
15344         * newcomment.el (comment-indent): Ignore comment-indent-hook.
15346         * progmodes/tcl.el (tcl-indent-for-comment):
15347         Ignore comment-indent-hook.
15349         * emacs-lisp/easy-mmode.el: Require CL during compilation.
15350         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15351         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15352         and improve to use the lighter to guess the capitalization.
15353         (define-minor-mode): Inline code from easy-mmode-define-toggle.
15354         Add keyword arguments to specify global-ness or the custom group.
15355         Add local-map and help-echo properties to the lighter.
15356         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15357         (easy-mmode-define-global-mode): New macro.
15359 2000-06-02  Dave Love  <fx@gnu.org>
15361         * wid-edit.el: byte-compile-dynamic since we typically don't use
15362         all the widgets.  Don't require cl or widget.  Remove
15363         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
15364         (widget-read-event): Removed.  Callers changed to use read-event.
15365         (widget-button-release-event-p): Renamed from
15366         button-release-event-p.
15367         (widget-field-add-space, widget-field-use-before-change):
15368         Uncustomize.
15369         (widget-specify-field): Use keymap property, not local-map.
15370         (widget-specify-button): Obey :suppress-face.
15371         (widget-specify-insert): Use modern backquote syntax.
15372         (widget-image-directory): Renamed from widget-glyph-directory.
15373         (widget-image-enable): Renamed from widget-glyph-enable.
15374         (widget-image-find): Replaces widget-glyph-find.
15375         (widget-button-pressed-face): Move defvar.
15376         (widget-image-insert): Replaces widget-glyph-insert.
15377         (widget-convert): Use keywordp.
15378         (widget-leave-text, widget-children-value-delete): Use mapc.
15379         (widget-keymap): Remove XEmacs stuff.
15380         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15381         (widget-button-click): Don't set point at the click, but re-centre
15382         if we scroll out of window.  Rewritten for images v. glyphs &c.
15383         (widget-tabable-at): Use POS arg, not point.
15384         (widget-beginning-of-line, widget-end-of-line)
15385         (widget-item-value-create, widget-sublist, widget-princ-to-string)
15386         (widget-sexp-prompt-value, widget-echo-help): Simplify.
15387         (widget-default-create): Use widget-image-insert; some rewriting.
15388         (widget-visibility-value-create)
15389         (widget-push-button-value-create, widget-toggle-value-create): Use
15390         widget-image-insert.
15391         (checkbox): Create on and off images dynamically.
15392         (documentation-link): Change :help-echo.
15393         (widget-documentation-link-echo-help): Remove.
15395 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
15397         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15399         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15400         (easy-mmode-define-toggle, define-minor-mode): Use it.
15401         (easy-mmode-define-keymap): Docstring fix.
15402         (define-derived-mode): Default PARENT to fundamental-mode.
15403         Add the derived-mode-parent symbol-property.
15404         (easy-mmode-derived-mode-p): New function.
15406 2000-06-02  Dave Love  <fx@gnu.org>
15408         * files.el (convert-standard-filename): Doc fix.
15409         (normal-backup-enable-predicate): New function.
15410         (backup-enable-predicate): Use it to replace the lambda form.
15412         * calendar/todo-mode.el: [This needs more work on the outline
15413         stuff.]  Doc fixes.
15414         (todo) <defgroup>: Add :version.
15415         (todo-add-category): Don't use pushnew.
15416         (todo-cmd-raise): Fix typo.
15417         (todo-top-priorities): Change temp buffer name.
15418         (todo-category-alist): Avoid redundant lambda.
15419         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15420         Use outline-next-heading.
15422         * autoarg.el: Rewritten to use define-minor-mode.
15423         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15424         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15426 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
15428         * isearch.el (isearch-other-meta-char): Fix previous change.
15430 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15432         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15433         (log-edit-done): Only add the comment to the ring if it's different
15434         from the last comment entered.
15436         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15438 2000-06-01  Dave Love  <fx@gnu.org>
15440         * hl-line.el: Rewritten using define-minor-mode.
15442         * help.el (describe-function-1): Distinguish special form from
15443         builtin function.  Sanity-check presence of arglist for builtins.
15445 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
15447         * international/characters.el: Fix syntax/category setting of
15448         Tibetan characters.
15450         * language/tibet-util.el (tibetan-add-components): Fixes for new
15451         encoding of Tibetan characters.
15452         (tibetan-decompose-precomposition-alist): New variable.
15453         (tibetan-decompose-region): Convert precomposed characters to
15454         non-precomposed characters.
15455         (tibetan-decompose-string): Likewise.
15456         (tibetan-composition-function): Fix args to
15457         thibetan-compose-string.
15459         * language/tibetan.el (tibetan-composable-pattern): More
15460         characters included.
15461         (tibetan-consonant-transcription-alist): Rule for "R" added.
15462         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15463         "+R" added.
15464         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15466         * language/lao-util.el (lao-composition-function): Fix args to
15467         compose-string.
15469         * language/thai-util.el (thai-composition-function): Fix args to
15470         compose-string.
15472         * isearch.el (isearch-update): Set disable-point-adjustment to t
15473         to prevent the point moving to the end of a composition when a
15474         part of a composition is searched.
15475         (isearch-other-meta-char): If the key invoking this command can be
15476         mapped by function-key-map to a printing char, call
15477         isearch-process-search-char directly.
15479 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15481         * emacs-lisp/bytecomp.el:
15482         * frame.el:
15483         * international/mule-cmds.el:
15484         * international/mule-util.el:
15485         * international/mule.el:
15486         * mouse.el:
15487         * subr.el:
15488         * faces.el: Update calls to make-obsolete with a WHEN argument.
15490         * byte-run.el (make-obsolete, make-obsolete-variable):
15491         Add an optional WHEN argument and change the format of the
15492         symbol-property information.
15493         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15494         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15495         new obsolete-symbol-property format and print WHEN if it is provided.
15497 2000-05-31  Dave Love  <fx@gnu.org>
15499         * loadhist.el (loadhist-hook-functions): Remove
15500         before-change-function, after-change-function.
15501         (unload-feature): Deal with symbols which are both bound and
15502         fbound.
15504         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15505         before-change-function, after-change-function.
15507         * simple.el (newline): Don't bind before-change-function,
15508         after-change-function.
15510 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
15512         * whitespace.el (whitespace-rescan-timer-time): Update interval
15513         set to 600 seconds (10 minutes) instead of 60 seconds since
15514         a large number of whitespace buffers causes emacs to `freeze'
15515         for a considerable amount of time.
15517         * whitespace.el: Updated email address
15519 2000-05-31  Dave Love  <fx@gnu.org>
15521         * add-log.el (change-log-font-lock-keywords) <function>: Add
15522         pattern for function of change.
15523         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15524         acknowledgements patterns.
15526 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
15528         * isearch.el (isearch-printing-char): If keyboard coding system is
15529         being used, call isearch-process-search-multibyte-characters.
15531         * international/isearch-x.el: Mostly rewritten.
15533         * international/quail.el (quail-start-conversion): Don't include
15534         unhandled events in the returned events, but set them in
15535         unread-command-events.  Exit if all inputs are deleted.
15537 2000-05-30  Jason Rumney  <jasonr@gnu.org>
15539         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15541         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15542         Reenable code to create initial fontsets.
15543         Use set-fontset-font in place of put-charset-property.
15545 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
15547         * progmodes/perl-mode.el (perl-indent-line): When looking for a
15548         label, ensure that the first colon isn't followed by another.
15550         * paths.el (Info-default-directory-list): Doc fix.
15552         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15553         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15554         send a query containing USER only, not USER@HOST.
15556         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15557         and rmail-msgend to compute the restriction at the end, instead of
15558         computing it.
15560 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15562         * dabbrev.el (dabbrev-expand): Don't display messages in the
15563         echo area if the minibuffer window is active.
15565         * jit-lock.el (jit-lock-mode): Add after change function to
15566         local hook.
15568 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
15570         * antlr-mode.el: New commands: hide/unhide actions,
15571         upcase/downcase literals.
15572         (antlr-tiny-action-length): New user option.
15573         (antlr-hide-actions): New command.  Suggested by
15574         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15575         (antlr-mode-map): New binding [C-c C-v].
15576         (antlr-mode-menu): New entries.
15577         (antlr-downcase-literals): New command.
15578         (antlr-upcase-literals): Ditto.
15580         * antlr-mode.el: Minor changes: indendation, mode-name.
15581         (antlr-indent-line): Indent cpp directive at column 0.
15582         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15584         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15585         (antlr-font-lock-additional-keywords): Workaround for intentional
15586         bug in XEmacs version of font-lock.
15587         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
15588         be used by a smarter version of `buffers-menu-grouping-function'.
15590 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15592         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15593         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15595 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
15597         * international/encoded-kb.el
15598         (encoded-kbd-iso2022-designation-map): Pay attention to that
15599         charset-iso-final-char return -1 for eight-bit-control and
15600         eight-bit-graphic.
15602 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15604         * speedbar.el (speedbar-use-images, speedbar-update-flag)
15605         (speedbar-easymenu-definition-base): Use display-graphic-p where
15606         available, instead of window-system.
15608 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15610         * international/codepage.el (cp-coding-system-for-codepage-1): Add
15611         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15612         coding systems.
15614 2000-05-26  Dave Love  <fx@gnu.org>
15616         * disp-table.el (standard-display-underline): Don't use
15617         internal-find-face.
15619         * mail/reporter.el: Maintainer change.  Doc fixes.
15620         (reporter-version): Deleted.
15622         * emacs-lisp/elp.el: Maintainer change.
15623         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15625 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
15627         * add-log.el (add-change-log-entry): Merge the current entry with the
15628         previous one if the previous one is empty.
15630 2000-05-26  Dave Love  <fx@gnu.org>
15632         * loadhist.el (unload-feature): Fix interactive spec [from
15633         lijnzaad@ebi.ac.uk].
15635         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15636         subr-arity to check primitives.
15637         (byte-compile-flush-pending, byte-compile-file-form-progn)
15638         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15639         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15640         mapcar.
15642 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
15644         * international/fontset.el: Set family names of non-latin charsets
15645         in default fontset to "*".
15647         * international/mule-diag.el (print-fontset): Combine family part
15648         and registry part of the fontname by "-*-" instead of "-".
15650         * international/mule-cmds.el (encode-coding-char): Make strings
15651         multibyte before calling encode-coding-string.
15653 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15655         * derived.el: Fix keywords.
15656         (define-derived-mode): Only define if needed.
15658         * simple.el (fill-comment, comment-column, comment-start)
15659         (comment-start-skip, comment-end, comment-indent-function)
15660         (block-comment-start, block-comment-end, indent-for-comment)
15661         (set-comment-column, kill-comment, comment-padding, comment-region)
15662         (comment-multi-line, indent-new-comment-line): Remove.
15664         * bindings.el (esc-map): Change ; to comment-dwim and use the new
15665         function names for comment operations.
15667         * newcomment.el: Add abundant autoload cookies.
15668         (comment-style): Don't depend on runtime data at compile-time.
15669         (comment-indent-hook): Remove.
15670         (comment-indent): Check if comment-indent-hook is bound.
15671         (comment-region): Docstring fix.
15673 2000-05-25  Dave Love  <fx@gnu.org>
15675         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15676         byte-code-function-p.
15678         * mail/rmailsum.el: Add provide.
15680         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15682         * smerge-mode.el (smerge-diff-switches): Don't use list* in
15683         defcustom.
15685 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
15687         * ediff-diff.el (ediff-exec-process): delete --binary option from
15688         non-buffer ediff jobs.
15690 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15692         * hilit-chg.el (highlight-changes-mode): Ask about color or
15693         grayscale support, not about window-system.
15695         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15696         window-system.
15697         (ffap-highlight): Always default to t.
15699         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15700         display-popup-menus-p instead of looking at window-system.
15702         * disp-table.el (standard-display-g1, standard-display-graphic):
15703         Only refuse to use string glyphs on X and MS-Windows.
15705         * avoid.el: Remove window-system from commentary, suggest to use
15706         display-*-p instead.
15708         * apropos.el (apropos-print): Use display-mouse-p instead of
15709         window-system.
15711 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15713         * international/codepage.el (cp-decoding-vector-for-codepage):
15714         Fill up unsupported characters with their own codes.  From Kenichi
15715         Handa.
15717 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15719         * international/mule-diag.el (describe-char-after): Use
15720         display-graphic-p instead of window-system, so that this function
15721         works on MS-DOS.
15723 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15725         * international/codepage.el (cp-make-coding-systems-for-codepage):
15726         Remove the eight-bit-graphic and eight-bit-control charsets from
15727         the list of charsets which we convert into `?'.
15729 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
15731         * international/mule-conf.el: Specify CHARSET-ID explicitely for
15732         private charsets.
15733         (mule-unicode-0100-24ff, japanese-jisx0213-1,
15734         japanese-jisx0213-2): New charsets.
15736         * international/fontset.el: Setup default fontset for new charsets.
15738 2000-05-24  Dave Love  <fx@gnu.org>
15740         * info.el (Info-find-node-2): Restructure [following "Vadim
15741         S. Solomin" <sovs@uic.nnov.ru>].
15743         * icomplete.el: Fix header for Finder.
15745 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
15747         * rmailout.el (rmail-output-to-rmail-file): Added optional param
15748         STAY.
15750         * rmail.el (rmail-automatic-folder-directives): New user variable.
15751         (rmail-show-message): Add call to `rmail-auto-file' during
15752         display.
15753         (rmail-auto-file): New function.
15755 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15757         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15758         account.
15759         (ediff-test-utility,ediff-diff-mandatory-option)
15760         (ediff-reset-diff-options): Utilities for proper initialization of
15761         ediff-diff-options and ediff-diff3-options on Windows.
15763         * ediff-init.el (ediff-merge-filename-prefix): New customizable
15764         variable.
15766         * ediff-mult.el (ediff-filegroup-action): Use
15767         ediff-merge-filename-prefix.
15769 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15771         * viper-ex.el (ex-write): Set selective display to nil.
15773 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15775         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15776         aliases for hebrew-iso-8bit.
15778 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15780         * woman.el: New version from Francis J. Wright
15781         <F.J.Wright@Maths.QMW.ac.uk>.
15782         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15783         names in environment variables regardless of the path separator.
15784         (woman-topic-all-completions-1): Don't call file-name-directory-p
15785         on all files, since woman-file-regexp already filters out any
15786         directories.
15788 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15790         * international/quail.el (quail-start-translation): Don't change
15791         modified-p of the current buffer.
15792         (quail-start-conversion): Likewise.
15794         * international/kkc.el (kkc-region): Don't change modified-p of
15795         the current buffer.
15797         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15798         conform to RFC1468.
15799         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15801 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
15803         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15804         (speedbar-insert-button): Invisible text property fix.
15805         (speedbar-directory-plus): Renamed from speedbar-directory-+
15806         (speedbar-directory-minus): Renamed from speedbar-directory--
15807         (speedbar-page-plus): Renamed from speedbar-file-+
15808         (speedbar-page-minus): Renamed from speedbar-file--
15809         (speedbar-page): Renamed from speedbar-file-
15810         (speedbar-tag): Renamed from speedbar-tag-
15811         (speedbar-tag-plus): Renamed from speedbar-tag-+
15812         (speedbar-tag-minus): Renamed from speedbar-tag--
15813         (speedbar-expand-image-button-alist): Use above renames.
15815         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15816         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15817         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15818         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15819         * sb-pg.xpm: Renamed from sb-file.xpm
15820         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15821         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15823 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15825         * international/quail.el (quail-show-guidance-buf): Set
15826         current-input-method of the guidance buffer to the name of the
15827         curren input method.
15829 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
15831         * progmodes/compile.el (compile-internal): Style typo.
15833         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15834         quote vars and functions in the docstring.
15836         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15838         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15839         Don't quote lambdas.
15841         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15843 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15845         * startup.el (command-line): Determine source file of compiled
15846         user init file differently.  Warn if compiled user init file
15847         is older than its source file.
15849         * ffap.el (ffap-url-regexp): Add `https'.
15851 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
15853         * files.el (make-backup-file-name-1): Replace slashes with `!'
15854         rather than `|' (which is not allowed on Windows).  Replace the
15855         drive letters with a string "drive_X".
15857 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15859         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15861         * files.el (interpreter-mode-alist): Add `bash2'.
15863 2000-05-22  Dave Love  <fx@gnu.org>
15865         * loadhist.el (feature-symbols, file-provides, file-requires): Use
15866         mapc.
15867         (feature-file): Avoid calling symbol-name.  Doc fix.
15868         (file-set-intersect, file-dependents): Use dolist, not mapcar.
15869         (loadhist-hook-functions): Add mouse-position-function.
15870         (unload-feature): Change uses of mapcar.
15872         * files.el (parse-colon-path): Doc fix.
15873         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15874         (set-auto-mode): Use mapc.
15876         * complete.el (PC-look-for-include-file): Use :alnum: character
15877         class.
15878         (partial-completion-mode): Add autoload cookie.
15880 2000-05-22  Sam Steingold  <sds@gnu.org>
15882         * info.el (Info-fontify-node): Fixed the call to
15883         `add-text-properties' (bug introduced on 2000-05-18).
15885 2000-05-22  Dave Love  <fx@gnu.org>
15887         * bindings.el: Remove debug-ignored-errors set in other files.
15889         * progmodes/etags.el: Add to debug-ignored-errors.
15890         (visit-tags-table-buffer): Clear out buffers holding old tables
15891         when making a new list.
15892         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15893         mapc.
15895         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
15896         quote keywords.
15897         (cmpl-string-case-type): Use character classes.
15899         * comint.el:
15900         * textmodes/ispell.el:
15901         * imenu.el:
15902         * mail/mh-e.el:
15903         * progmodes/compile.el: Add to debug-ignored-errors.
15905         * dabbrev.el: Add to debug-ignored-errors.
15906         (dabbrev-completion): Use mapc.
15908 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
15910         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15911         (woman-mapcan, woman-parse-man.conf)
15912         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15913         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15914         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
15915         path syntax better.
15916         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15917         (woman-manpath): Call woman-parse-man.conf.
15918         (woman-emulation): New defcustom, defaults to nroff.
15919         (woman-font-support): New defconst.
15920         (woman-use-symbol-font): New defcustom.
15921         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15922         "Emulation".
15923         Many functions: Doc fix.
15925 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
15927         * international/quail.el (quail-simple-translation-keymap): Map
15928         128..255 to quail-self-insert-command.
15929         (quail-keyboard-layout-alist): Add definition for "pc102-de".
15931 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
15933         * help.el (help-manyarg-func-alist): Typo.
15935         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15936         intervals which makes it heaps simpler.
15938         * newcomment.el (comment-region-internal): Go back to BEG after quoting
15939         the nested comment markers.
15941         * subr.el (remove-hook): Don't turn the hook's value into a list.
15943 2000-05-21  Dave Love  <fx@gnu.org>
15945         * edmacro.el (edmacro-parse-keys): Return vector if any elements
15946         are invalid characters.
15948         * international/mule-util.el (detect-coding-with-priority): Use
15949         mapc.  Remove redundant lambda.
15951         * international/mule-diag.el (list-non-iso-charset-chars)
15952         (describe-fontset): Remove redundant lambda.
15954         * emulation/crisp.el (brief-mode): New alias.
15956         * emacs-lisp/ring.el (ring-elements): New function.
15958         * emacs-lisp/easymenu.el (easy-menu-create-menu)
15959         (easy-menu-do-add-item): Use keywordp.
15961         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15963         * replace.el: Doc and error message fixes.
15964         (replace-highlight): Use facep, not internal-find-face.
15966 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
15968         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15970         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15971         (log-edit-insert-changelog): Drop `:' as well.
15973         * log-view.el: Fix file description.
15974         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15975         available.
15976         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15977         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15979         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15980         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15981         Print a status message if the toggle is called interactively.
15982         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15983         for global minor modes and use `defcustom' for them.
15984         Use add-minor-mode.
15985         (easy-mmode-define-derived-mode): Remove.
15986         (define-derived-mode): Fancier default docstring.
15987         (easy-mmode-define-navigation): Signal an error rather than (ding).
15989         * newcomment.el (comment-styles): New `box-multi'.
15990         (comment-normalize-vars): Better default for comment-continue to
15991         avoid whitespace-only continuations.
15992         (comment-search-forward): Always move even in the no-syntax case.
15993         (comment-padright): Only obey N if it's only obeyed for padleft.
15994         (comment-make-extra-lines): Better handling of empty continuations.
15995         Use `=' for the filler if comment-start has only one character.
15996         (uncomment-region): Try handling the special `=' filler.
15997         (comment-region): Allow LINES even if MULTI is nil.
15998         (comment-box): Choose box style based on comment-style.
16000 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
16002         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16003         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16005 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
16007         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16008         and insert, not subst-char-in-region.
16010         * international/mule-diag.el (list-character-sets-1): Handle
16011         charsets eight-bit-control and eight-bit-graphic.
16012         (list-iso-charset-chars): Likewise.
16013         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16014         charactes as is.  Use indent-to to align characters.
16016         * international/mule-cmds.el (find-multibyte-characters): Never
16017         exclude charsets eight-bit-control and eight-bit-graphic.
16019 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16021         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16022         Don't quote lambdas.
16024         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16026 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16028         * gud.el (gud-jdb-directories): Doc fix.
16030 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16032         * newcomment.el: New file.
16034 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16036         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16038 2000-05-18  Andreas Schwab  <schwab@suse.de>
16040         * dired.el (dired-between-files): Also skip lines beginning with
16041         `used'.
16043 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
16045         * msb.el (msb-menu-cond): Add choice `user'.
16047 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16049         * ps-print.el: Compatibility, customization and doc fix.
16050         (ps-printer-name-option): Replace defconst by defvar.
16051         (ps-postscript-code-directory): XEmacs compatibility.
16052         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16053         fix.
16054         (ps-user-defined-prologue, ps-print-prologue-header)
16055         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16056         compatibility and code fix.
16057         (ps-print-background-image, ps-print-background-text):
16058         Customization fix.
16059         (ps-line-number-start, ps-n-up-on): New vars.
16061 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
16063         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16064         the indent-comment function to just return the appropriate indent.
16066 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
16068         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16069         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16070         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16072 2000-05-18  Dave Love  <fx@gnu.org>
16074         * info.el (Info-fontify-node): Add intangible property as well as
16075         invisible.
16077         * calendar/appt.el (appt-make-list): Match all lines of entry.
16078         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16080 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
16082         * international/mule-diag.el (describe-char-after): Call
16083         internal-char-font, not char-font.  If internal-char-font returns
16084         nil, display "-- none --".
16086 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16088         * image.el (image-type-available-p): Don't reference image-types
16089         if it isn't bound.
16091 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
16093         * autoarg.el (autoarg-mode): Typo in the :set argument.
16095 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16097         * startup.el (command-line-1): Don't signal an error if the
16098         directory for auto-save-list files does not yet exist.
16100 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
16102         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16104 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
16106         * subr.el (remove-hook): `setq' hook-value, not `set'.
16108 2000-05-16  Sam Steingold  <sds@gnu.org>
16110         * info.el (debug-ignored-errors): More errors to ignore.
16112 2000-05-16  Dave Love  <fx@gnu.org>
16114         * cus-edit.el: Don't require cl or easymenu.
16115         (custom-variable-prompt): Test standard-value property, not
16116         user-variable-p.
16118 2000-05-16  Sam Steingold  <sds@gnu.org>
16120         * subr.el (add-hook): `setq' hook-value, not `set'.
16122 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
16124         * startup.el (command-line-1): Mention the FAQ in the startup
16125         message.
16127         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16129         * progmodes/compile.el (compilation-parse-errors): Collect
16130         `nomessage' regexps last.
16132         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16134         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16135         to the function name.
16137 2000-05-15  Dave Love  <fx@gnu.org>
16139         * speedbar.el (speedbar-recenter): Typo.
16140         (speedbar-expand-line): Make arg optional.
16141         (speedbar-mode): Avoid a compiler warning.
16143 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16145         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16146         user-specified option string is empty.
16148         * mouse.el (mouse-yank-at-click): Doc fix.
16150 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
16152         * term/internal.el (IT-character-translations): More updates of
16153         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16154         documents.
16156 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16158         * env.el (getenv): New function, interactively callable.
16159         (setenv, getenv): Remove autoload cookies.
16161         * loadup.el: Load `env'.
16163         * progmodes/f90.el: Change author's mail address.
16165 2000-05-14  Dave Love  <fx@gnu.org>
16167         * mail/rmail.el (rmail-show-message-hook): Customize and offer
16168         goto-addr as an option.
16170         * help.el (help-xref-stack): Doc fix.
16171         (help-xref-following): New variable.
16172         (help-make-xrefs): Use it.
16173         (help-xref-go-back): Use position information from stack element.
16174         (help-follow): Make position in stack element a pair.  Use
16175         help-xref-following.
16177         * autoarg.el: New file.
16179         * faces.el: Declare more functions obsolete.
16181         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16182         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16183         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16184         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16185         Remove all the setup-...-environment functions.
16187 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
16189         * speedbar.el: Updated the commentary section.  xemacs20p now uses
16190         >= when detecting.  Require `defimage' safely.
16191         (speedbar-easymenu-definition-base): Add toggle for images.
16192         (speedbar-easymenu-definition-special): Add flush cache & expand.
16193         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
16194         (speedbar-reconfigure-keymaps-hook): New variable.
16195         (speedbar-frame-parameters): Updated documentation.
16196         (speedbar-use-imenu-flag): Updated custom tag
16197         (speedbar-dynamic-tags-function-list): New variable.
16198         (speedbar-tag-hierarchy-method): Updated doc & custom.
16199         (speedbar-indentation-width, speedbar-indentation-width) New
16200         variables.
16201         (speedbar-hide-button-brackets-flag): Customizable.
16202         (speedbar-vc-indicator): Doc update.
16203         (speedbar-ignored-path-expressions): Updated default value.
16204         (speedbar-supported-extension-expressions): Updated default value.
16205         (speedbar-syntax-table): Remove {} paren status.
16206         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16207         as "+".  Added overlay aliases.
16208         (speedbar-mode): Use `speedbar-mode-line-update' instead of
16209         `force-mode-line-update'.
16210         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16211         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16212         `mouse-set-point'
16213         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16214         (speedbar-item-info-tag-helper): Revamped to handle a wider range
16215         of arbitrary text, and new helper functions.
16216         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16217         filename finder.
16218         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16219         (speedbar-directory-buttons): Update path search/expansion.
16220         (speedbar-make-tag-line): Pay attention to
16221         `speedbar-indentation-width'.  Use more care w/ invisible
16222         properties.
16223         (speedbar-change-expand-button-char): Call
16224         `speedbar-insert-image-button-maybe'.
16225         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16226         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16227         (speedbar-trim-words-tag-hierarchy)
16228         (speedbar-simple-group-tag-hierarchy): New functions
16229         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16230         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16231         functions.
16232         (speedbar-mouse-set-point): New function
16233         (speedbar-power-click): Updated documentation.
16234         (speedbar-line-token, speedbar-goto-this-file): Handle more types
16235         of tag prefix text.
16236         (speedbar-expand-line, speedbar-contract-line): Make more robust
16237         to strange text.
16238         (speedbar-expand-line): Takes universal argument to flush the
16239         cache.
16240         (speedbar-flush-expand-line): New function.
16241         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16242         Use new generator insertion method.
16243         (speedbar-fetch-dynamic-tags): New function.
16244         (speedbar-fetch-dynamic-imenu): Removed code now handled in
16245         `speedbar-fetch-dynamic-imenu'.
16246         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16247         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16248         "Revert Buffer" menu items.
16249         (speedbar-buffer-buttons-engine): Be smarter when creating a
16250         filename tag (for expansion purposes.).
16251         (speedbar-highlight-one-tag-line,
16252         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16253         (speedbar-recenter): New functions.
16254         (defimage-speedbar): Image loading abstraction.
16255         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16256         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16257         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16258         (speedbar-tag-type, speedbar-tag-mail): New images.
16259         (speedbar-expand-image-button-alist): New variable.
16260         (speedbar-insert-image-button-maybe): Insert an image over some
16261         buttons.
16263 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
16265         * international/mule-cmds.el (encode-coding-char): An ASCII
16266         character is always encodable.
16268         * international/mule-conf.el: Add more information in descriptions
16269         of character sets.
16271         * international/mule-diag.el (describe-char-after): New function.
16272         (describe-font-internal): Adjusted for the change of font-info.
16273         (describe-font): Likewise.
16274         (print-fontset): Rewritten for the new fontset implementation.
16275         (describe-fontset): Include fontset alias names in completion.
16276         (list-fontsets): Adjusted for the change of print-fontset.
16278         * simple.el (what-cursor-position): If DETAIL is non-nil, call
16279         describe-char-after instead of displaying the detail in the echo
16280         area.
16281         (syntax-code-table): Format changed.
16282         (string-to-syntax): Adjusted for the above change.
16284 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
16286         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16288 2000-05-12  Dave Love  <fx@gnu.org>
16290         * calendar/todo-mode.el: Remove some compatibility stuff and CL
16291         dependence.  Use line-{beginning,end}-position, not
16292         point-at{b,e}ol.  Some doc fixes.
16293         (todo-position): New function.  Fix callers of position to use it.
16294         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16296 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
16298         * time.el (display-time-mail-icon): Use `:ascent center'.
16300         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16301         handling FTP security extensions.
16303 2000-05-11  Dave Love  <fx@gnu.org>
16305         * calendar/todo-mode.el: New file.
16307 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
16309         * comint.el (comint-read-input-ring): Move reference to
16310         comint-input-ring-size outside of the save-excursion.  It was
16311         causing the default value to be the only one ever seen.
16313         * font-lock.el: Update copyright.  Remove Simon Marshall's email
16314         address on request from him.
16316         * subr.el (substitute-key-definition): Add comment describing
16317         the meaning of PREFIX.
16319 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
16321         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16323         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16324         (add-minor-mode): Don't make the variable buffer-local and add a
16325         reference to define-minor-mode in the docstring.
16327         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16328         HEADER/FOOTER and fix bug with trailing empty directory.
16329         (cvs-append-to-ignore): Use vc-editable-p if available.
16330         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16331         (vc-do-command): Tweak advice to handle the new VC.
16333         * log-view.el (log-view-goto-rev): New function for the new VC.
16334         (log-view-minor-wrap): Use mark-active.
16336         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16337         (log-edit-changelog-full-paragraphs): New var.
16338         (log-edit-insert-changelog): Remove a lonely leading `* file'.
16339         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16340         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16341         (log-edit-changelog-ours-p, log-edit-changelog-entries)
16342         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16343         Replace the `cvs' prefix with `log-edit'.
16345         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16347         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16348         (diff-font-lock-defaults): Explicitly turn off multiline.
16349         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16350         (diff-ediff-patch): Fix call to ediff-patch-file.
16351         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16352         Handle comments.
16354         * frame.el (automatic-hscrolling): Typo.
16356         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16358 2000-05-09  Sam Steingold  <sds@goems.com>
16360         * apropos.el (apropos-print): use `describe-face' instead of
16361         `customize-face-other-window'.
16363 2000-05-09  Dave Love  <fx@gnu.org>
16365         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16367         * help.el (describe-variable): Have customize button pop the
16368         help-xref stack when invoked.
16369         (help-xref-symbol-regexp): Add `face'.
16370         (help-make-xrefs): Check for quoted face names and adapt regexp
16371         submatch numbers to cope.
16372         (help-xref-interned): Maybe insert face doc too.  Separate
16373         sections with a line of hyphens.
16375         * faces.el:  Some doc fixes.  Declare some functions obsolete.
16376         (describe-face): Add customize button.  Return the help
16377         text.  Fix prompt.
16379 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
16381         * term/internal.el (IT-character-translations): Fix last change.
16383 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16385         * woman.el: New file
16386         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16388 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16390         * term/internal.el (IT-character-translations): Update ASCII
16391         simulations for greek-iso8859-7, add latin-iso8859-14 and
16392         latin-iso8859-15.
16394         * international/mule-cmds.el (set-language-info-alist): Call
16395         define-prefix-command with 3 arguments, to make the map suitable
16396         for a menu.
16398 2000-05-07  Dave Love  <fx@gnu.org>
16400         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16402 2000-05-05  Dave Love  <fx@gnu.org>
16404         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16405         list in doc string.  Don't quote keyword symbols.
16406         * emacs-lisp/cl.el: Likewise
16407         * emacs-lisp/cl-seq.el: Likewise
16409 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
16411         * abbrev.el (abbrev-mode): Make ARG optional.
16413 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
16415         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16417         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16419         * subr.el (substitute-key-definition): Clarify documentation.
16421 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
16423         * glasses.el (glasses-convert-to-unreadable): Use
16424         `glasses-separator' instead of the hard-wired "_".
16425         (glasses-mode): Call `glasses-make-unreadable' only in a single
16426         place.
16428 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
16430         * term/internal.el (cjk-codepages-alist): Add associations for
16431         Chinese and Korean codepages.  Remove FIXME comment.
16433 2000-05-03  Dave Love  <fx@gnu.org>
16435         * time.el (display-time-mail-face, display-time-use-mail-icon):
16436         New option.
16437         (display-time-mail-icon): New variable.
16438         (display-time-string-forms): Use the above.  Fix the local-map.
16440 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
16442         * replace.el (query-replace-map): Add binding for `E'.
16443         (query-replace-help): Extend help text.
16444         (perform-replace): Allow editing the replacement string.
16446         * make-mode.el (makefile-mode-abbrev-table): New variable.
16447         (makefile-mode): Set local abbrev table to
16448         makefile-mode-abbrev-table.
16449         (makefile-font-lock-keywords): Fontify includes and conditionals.
16451         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16452         set TOGGLE's value.
16454         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16455         mail-interactive-insert-alias.
16456         (mail-abbrev-complete-alias): New command.
16457         (mail-mode-map): Bind it to `M-TAB'.
16459 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
16461         * language/lao-util.el (lao-compose-region): New function.
16463 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
16465         * files.el (recover-session): Make directories as necessary
16466         if they don't exist yet.
16468         * calendar/cal-french.el
16469         (french-calendar-multibyte-special-days-array)
16470         (french-calendar-special-days-array): Change French text.
16471         (calendar-french-date-string): Change output.
16472         (calendar-goto-french-date): Likewise.
16474 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
16476         * wid-edit.el (widget-default-active): Obey `:always-active'.
16477         (widget-documentation-string-value-create): Set `:always-active'.
16479 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16481         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16482         default prefix to `~/_emacs.d/auto-save.list/_s'.
16483         (normal-top-level): Create the directory for auto-save files, if
16484         it doesn't already exist (in the ms-dos case only).
16486 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16488         * international/mule-cmds.el (set-language-environment): Don't
16489         concat an integer (dos-codepage), use format instead.
16491 2000-05-02  Dave Love  <fx@gnu.org>
16493         * help.el (help-xref-on-pp): Check for constant symbols.
16495 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
16497         * startup.el (normal-top-level): Put a condition-case around
16498         the code loading subdirs.el.
16500 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16502         * ps-print.el: Upside-down and face background color printing,
16503         line number step, doc fix.
16504         (ps-print-version): New version number (5.2).
16505         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16506         (ps-face-attribute-list, ps-plot-with-face): Code fix.
16507         (ps-spool-config): Var fix.
16508         (ps-printer-name-option): Const fix.
16509         (ps-print-upside-down, ps-use-face-background)
16510         (ps-line-number-step): New vars.
16511         (ps-window-system, ps-lp-system): New consts.
16512         (ps-face-background): New fun.
16514 2000-04-28  Richard Stallman  <rms@gnu.org>
16516         * files.el (make-auto-save-file-name):
16517         Apply auto-save-file-name-transforms to visited file name
16518         before generating auto save file name.
16519         (auto-save-file-name-transforms): New variable.
16521         * files.el (backup-enable-predicate):
16522         Correctly test for a file under a temporary directory.
16524 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
16526         * subr.el (add-minor-mode): Rewritten.
16528 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
16530         * mail/sendmail.el (sendmail-send-it): Set
16531         buffer-file-coding-system to the selected coding system for MIME
16532         header.
16534 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
16536         * dired.el (dired-move-to-filename-regexp): Allow format where
16537         YYYY is followed by two spaces.
16539         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16540         in the second character class of the regexp.
16542         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16543         mh-etc, too.
16545         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16546         nil.
16548         * subr.el (add-minor-mode): Use `set' instead of `setq'.
16550         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16551         argument.
16553 2000-04-27  Sen Nagata <sen@eccosys.com>
16555         * emacs-lisp/crm.el (crm-completion-table): New variable.
16556         (crm-collection-fn, crm-test-completion)
16557         (completing-read-multiple): Use it.
16559 2000-04-27  Dave Love  <fx@gnu.org>
16561         * help.el (locate-library): Use mapc.
16562         (help-manyarg-func-alist): Add call-process-region.
16564 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
16566         * subr.el (add-minor-mode): Make argument MAP optional.
16568         * desktop.el (desktop-save): Save list of minor modes.
16569         (desktop-create-buffer): Restore minor modes.
16570         (desktop-minor-mode-table): New user-option.
16572         * subr.el (add-minor-mode): New function.
16574         * image.el (find-image): New function.
16575         (defimage): Rewritten to find image at load time.
16577         * startup.el (normal-top-level-add-to-load-path): Handle
16578         case that the default directory is not in load-path.
16580         * help.el: Old patch from Stefan Monnier.
16581         (help-xref-on-pp): New function.
16582         (describe-variable): Use it to display xrefs in a symbol's value.
16584 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
16586         * cus-edit.el (custom-face): Fix parenthesis.
16588 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
16590         * mail/rmail.el (rmail-expunge): When there are no deleted
16591         messages, do nothing.
16593 2000-04-26  Dave Love  <fx@gnu.org>
16595         * international/mule-cmds.el (locale-translation-file-name):
16596         Defvar to nil.
16597         (set-locale-environment): Set it here (at runtime).
16599 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
16601         * replace.el (perform-replace): Add parameters START and END.  Use
16602         them instead of the check for a region in Transient Mark mode.
16603         (query-replace-read-args): Return two more list elements for the
16604         start and end of the region in Transient Mark mode.
16605         (query-replace, query-replace-regexp, query-replace-regexp-eval)
16606         (map-query-replace-regexp, replace-string, replace-regexp): Add
16607         optional last arguments START and END and pass them to
16608         perform-replace.
16610         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16611         form with additional arguments for perform-replace.
16613         * progmodes/etags.el (tags-query-replace): Add parameters START
16614         and END.  Construct a form with additional arguments for
16615         perform-replace.
16617         * simple.el (shell-command): Set default directory for "*Shell
16618         Command Output" buffer.
16620         * language/european.el (iso-latin-4): Fix typo.
16622         * emacs-lisp/crm.el: New file.
16624 2000-04-24  Dave Love  <fx@gnu.org>
16626         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16627         (Custom-reset-saved, Custom-reset-standard)
16628         (custom-group-value-create, custom-group-set, custom-group-save)
16629         (custom-group-reset-current, custom-group-reset-saved)
16630         (custom-group-reset-standard): Use mapc.
16631         (custom-buffer-create-internal): Disable undo when creating items.
16632         Use mapc.
16633         (custom-face): Avoid redundant lambda.
16635 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16637         * startup.el (auto-save-list-file-prefix): Set default to
16638         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16640 2000-04-24  Sam Steingold  <sds@gnu.org>
16642         * time-stamp.el (time-stamp-string-preprocess): Always convert
16643         `field-result' to a string.
16645 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16647         * frame.el (scrolling): New group.
16648         (automatic-hscrolling): New user-option.
16650         * startup.el (command-line-x-option-alist): Add `-lsp' and
16651         `--line-spacing'.
16653 2000-04-19  Dave Love  <fx@gnu.org>
16655         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16656         (cl-mapc): Rename from mapc.  Fix the funcall.
16658 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
16660         * simple.el (clone-indirect-buffer-other-window): New command.
16661         (clone-indirect-buffer): Add optional arg NORECROD.
16662         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16664         * help.el (resize-temp-buffer-window): Use count-screen-lines.
16666         * window.el (count-screen-lines): New function.
16667         (shrink-window-if-larger-than-buffer): Use count-screen-lines
16668         instead of window-buffer-height.
16670         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16671         non-existing variable comint-input-sentinel.
16672         (inferior-lisp-args-to-list): Removed.
16673         (inferior-lisp): Use split-string instead of
16674         inferior-lisp-args-to-list.
16676         * hexl.el (hexl-insert-hex-string): New command.
16678         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16679         instead of concat.
16681 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
16683         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16684         at the start of an existing but empty folder.
16686 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16688         * ps-mule.el: Customization fix, doc fix.
16689         (ps-multibyte-buffer): Customization fix.
16691 2000-04-17  Richard M. Stallman  <rms@gnu.org>
16693         * subr.el (read-passwd): Use read-char-exclusive.
16695 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
16697         * textmodes/texinfo.el (texinfo-insert-@email)
16698         (texinfo-insert-@emph, texinfo-insert-@quotation)
16699         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16700         (texinfo-mode-map): Add key bindings for them.
16702         * files.el (basic-save-buffer-2): Use a template with `$'
16703         instead of `#' for VMS.
16705         * simple.el (clone-indirect-buffer): New function.
16707 2000-04-16  Stephen Eglen  <stephen@gnu.org>
16709         * iswitchb.el (iswitchb-case): New function.  If the user input
16710         contains any upper-case characters, the search is made
16711         case-sensitive.
16713 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
16715         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16716         comment-end.
16717         (texinfo-font-lock-syntactic-keywords): New var.
16718         (texinfo-font-lock-keywords): Remove comment regexp.
16719         (texinfo-insert-block): New function.
16720         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16721         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
16722         and font-lock-defaults.  Use regexp-opt for outline-regexp.
16723         (texinfo-environments): New var.
16724         (texinfo-environment-regexp): Use regexp-opt and
16725         texinfo-environments.
16727         * textmodes/ispell.el (ispell-menu-map-needed): Check that
16728         ispell-process is bound since this might be eval'd before ispell
16729         is loaded.
16730         (ispell-message): Use a tiny bit less magic and a bit more hard
16731         data to figure out what kind of sc-cite-regexp to use.
16733         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16735         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16736         (insert-cyclic-diary-entry): Unquote the lambda.
16738         * gud.el (gud-jdb-build-source-files-list): Fix typo.
16740         * files.el (backup-enable-predicate): Unquote the lambda.
16742         * cus-edit.el (custom-face, face): Unquote the lambda.
16744 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16746         * ps-print.el: Check for line-beginning-position definition.
16748         * ps-print.el: Fix counting lines in a region.
16749         (ps-print-version): New version number (5.1.5).
16750         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16751         (ps-printing-region): Fun code fix.
16753 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
16755         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16756         to file-directory-p.
16758 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
16760         * gud.el (gud-jdb-build-source-files-list): Check that directory
16761         exists before calling directory-files.
16763 2000-04-13  Dave Love  <fx@gnu.org>
16765         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
16766         syntax.
16768         * emacs-lisp/cl-specs.el: Remove when, unless.
16770         * emacs-lisp/cl-extra.el: Don't quote keywords.
16771         (cl-old-mapc): New variable.
16772         (mapc): Use it.
16773         (cl-map-intervals): Use with-current-buffer.  Don't check for
16774         next-property-change.
16775         (cl-map-overlays): Use with-current-buffer.
16776         (cl-expt): Remove.
16777         (copy-tree, remprop): Define unconditionally.
16779         * emacs-lisp/cl-compat.el (keywordp): Remove.
16781         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
16782         to use keywordp.
16783         (edebug-spec): Enable keywordp.
16785         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16786         string-lessp.
16788         * cus-start.el: Use keywordp.
16790 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16792         * diary-lib.el (include-other-diary-files): Fix the fix of
16793         2000-02-18 by doing a save-excursion.
16795 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16797         * ps-print.el: Customization fix, doc fix.
16798         (ps-print-version): New version number (5.1.4).
16799         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16800         (ps-print-preprint): Adjust code.
16801         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16802         (ps-print-prologue-header, ps-print-control-characters)
16803         (ps-spool-config): Customization fix.
16805 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
16807         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16808         converted to the new menu-item format, names silightly changed,
16809         help strings added.
16811         Support for spelling without async subprocesses:
16813         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16814         (ispell-session-buffer): New variables.
16815         (ispell-start-process, ispell-process-status,
16816         ispell-accept-output, ispell-send-string): New functions, for
16817         Ispell invocation when async subprocesses aren't supported.
16818         (ispell-word, ispell-pdict-save, ispell-command-loop,
16819         ispell-process-line, ispell-buffer-local-parsing): Replace calls
16820         to process-send-string with calls to ispell-send-string, and
16821         accept-process-output with ispell-accept-output.
16822         (ispell-init-process): Call ispell-process-status instead of
16823         process-status with.
16824         (ispell-init-process): Call ispell-start-process.  Call
16825         ispell-accept-output and ispell-send-string.  Don't call
16826         process-kill-without-query and kill-process if they are unbound.
16827         (ispell-async-processp): New function.
16829 2000-04-12  Dave Love  <fx@gnu.org>
16831         * info.el: Add debug-ignored-errors.
16832         (Info-mode-menu): Add some items.
16833         (Info-directory): Add autoload cookie.
16835         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16836         Modify `truncate-lines'.  Make `describe-language-environment'
16837         always visible and add help.  Modify `describe-key' help.  Invoke
16838         Info-directory from `info'.  New entry `emacs-manual'.
16840 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16842         * progmodes/ebrowse.el (ebrowse-tree-mode):
16843         Use propertized-buffer-identification.
16844         (ebrowse-update-member-buffer-mode-line): Likewise.
16845         (ebrowse--mode-strings): Removed.
16846         (ebrowse--mode-line-props): Removed.
16848         * files.el (auto-mode-alist): Add `EBROWSE'.
16850         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16851         space before testing for end of buffer.
16852         (ebrowse-load): Removed.
16853         (ebrowse-revert-tree-buffer-from-file): Rewritten.
16854         (ebrowse-create-tree-buffer): Rewritten.
16855         (ebrowse-tree-mode): Read tree from buffer.
16857         * progmodes/ebrowse-ffh.el: Removed.
16859 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
16861         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16863 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16865         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16866         at the wrong place.
16868 2000-04-09  Dave Love  <fx@gnu.org>
16870         * files.el (backup-enable-predicate):
16871         Use temporary-file-directory, small-temporary-file-directory.
16872         (make-backup-file-name-function, backup-directory-alist): New vars.
16873         (make-backup-file-name-1): New function.
16874         (make-backup-file-name): Use it.
16875         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
16876         (file-newest-backup): Use make-backup-file-name.
16878 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
16880         * progmodes/ebrowse-ffh.el: New file.
16882         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16883         Moved to ebrowse-ffh.el.
16884         (ebrowse-load): Add autoload.
16886         * finder.el (finder-commentary): Add autoload cookie.
16888         * mail/rfc2368.el: Correct author's email address.
16890         * progmodes/ebrowse.el: New file.
16892         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16893         item help string.
16894         (easy-menu-do-add-item): Ditto.
16895         (easy-menu-define): Extend doc string.
16897         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16898         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16899         (jit-lock-function, jit-lock-stealth-fontify): Don't use
16900         with-buffer-unmodified.
16902 2000-04-08  Dave Love  <fx@gnu.org>
16904         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16905         unless, when.
16907 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
16909         * viper-util.el (viper-put-on-search-overlay): New subroutine.
16910         (viper-flash-search-pattern): No operation when using Emacs
16911         doesn't support face.
16912         Use `viper-put-on-search-overlay'.
16914 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
16916         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16917         like C-r.
16919         * progmodes/make-mode.el: Some doc fixes.
16920         (makefile-mode-abbrev-table): New variable.
16921         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16922         (makefile-font-lock-keywords): Fontify includes and conditionals.
16923         (toplevel): Require `dabbrev' and `add-log' when compiling.
16925         * replace.el (perform-replace): Don't move forward one char
16926         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
16927         to do that because it leaves point 1 position after the last
16928         replacement, after everything has been replaced.
16930         * jit-lock.el (with-buffer-unmodified): New macro.
16931         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16932         modified state.
16933         (jit-lock-function-1): Extracted from jit-lock-function; not
16934         preserving buffer's modified state.
16935         (jit-lock-function, jit-lock-stealth-fontify):
16936         Call jit-lock-function-1.
16938         * mail/rfc2368.el: Remove supernumerary copyright line.
16940 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
16942         * glasses.el: Provide facilities for inserting space before left
16943         parentheses and uncapitalization of identifiers.
16944         (glasses-mode): Try to remove old overlays in all cases.
16946 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
16948         * progmodes/compile.el (compile-internal): Display the compilation
16949         buffer in a different frame, if it's already displayed there.
16951         * mail/rfc2368.el: New file.
16953         * simple.el (sendmail-user-agent-compose): Recognize a `body'
16954         header and insert its value as mail body.
16956         * subr.el (member-ignore-case): New function.
16958         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16959         (dabbrev--find-expansion): Ignore buffers matching a regexp
16960         from dabbrev-ignored-regexps.
16962         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16963         to extensions handled by gzip.
16965 2000-04-03  Richard M. Stallman  <rms@gnu.org>
16967         * files.el (insert-directory): List the total free space
16968         along with the used space.
16970         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16971         line is followed by one that matches CITATION-REGEXP, end the
16972         paragraph.
16974 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
16976         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16977         (rmail-make-basic-summary-line): Use that option.
16979 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
16981         * international/mule-cmds.el (encoded-string-description):
16982         Rewritten.   Try pretty description for ISO 2022 escape sequences
16983         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
16984         for hexadecimal format.
16986 2000-04-01  Dave Love  <fx@gnu.org>
16988         * cpp.el: Change customization group to `c' from `C'.
16990         * vcursor.el (vcursor-move): Use display-color-p.
16992         * international/mule-util.el: Provide mule-utils.
16993         (string-to-sequence): Simplify and speed up.
16995         * international/mule.el (make-coding-system): Purecopy doc-string.
16997         * international/mule-cmds.el: Various menu changes.
16998         (describe-specified-language-support): Handle `Default'.
16999         (set-language-info): Purecopy `info'.
17001 2000-03-31  Andrew Innes  <andrewi@gnu.org>
17003         * vc.el (vc-backend-diff): Return the correct status if we had to
17004         retry the rcsdiff command without the --brief option.
17006 2000-03-31  Dave Love  <fx@gnu.org>
17008         * help.el (help-manyarg-func-alist): Correct several omissions.
17010         * add-log.el: Don't require cl, fortran.
17011         (add-log-current-defun-function): Doc fix.
17012         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
17013         (change-log-version-rcs): Function deleted.
17014         (change-log-version-number-search): Doc fix.
17015         Use vc-workfile-version. Avoid CL dolist.
17016         (add-change-log-entry): Just call add-log-current-defun to get
17017         defun.  Simplify somewhat.
17018         (change-log-get-method-definition-1): Likewise.
17019         (add-log-current-defun): Return nil if calling
17020         add-log-current-defun-function does so.  Move Fortran stuff to
17021         fortran.el.  Return string without properties.
17023         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17024         and :alpha: char classes.
17026         * mail/supercite.el: Defvar curline when compiling.
17027         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17028         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17029         rather than a-zA-Z0-9 to allow non-ASCII characters.
17031 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
17033         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17035         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17036         Re-enable new code.
17038         * lpr.el (print-region-1): Use -d to specify printer name for
17039         systems `usg-unix-v*, `dgux', `hpux', `irix'.
17041 2000-03-31  Dave Love  <fx@gnu.org>
17043         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17044         Look for function definition in symbol's function value slot first
17045         instead of first consulting byte-compile-function-environment.
17047 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
17049         * language/european.el ("Polish"): New language environment.
17050         (setup-polish-environment): New function.
17052 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
17054         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17055         Disable new code.
17057         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17058         trying to `load' the symbol of an autoload instead of the file
17059         recorded in the autoload.  Fix error messages.
17061 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17063         * ps-print.el: PostScript programming fix for ghostview, doc fix.
17064         (ps-print-version): New version number (5.1.3).
17065         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17066         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17067         (ps-generate-postscript-with-faces): Code fix.
17068         (ps-color-values): XEmacs compatibility.
17069         (ps-print-background-image, ps-print-background-text, ps-printer-name)
17070         (ps-default-fg, ps-default-bg): Adjust customization.
17071         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17072         (ps-color-scale): Renaming old ps-color-value fun.
17073         (ps-print-headers): Replace ps-print-header group to avoid conflict
17074         with ps-print-header variable.
17075         (ps-print-miscellany): New group.
17076         (ps-format-color, ps-rgb-color): New funs.
17077         (ps-default-foreground): New var.
17078         (ps-printer-name-option): New const.
17080 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
17082         * net/net-utils.el:
17083         (network-connection-host, network-connection-service): New variables
17084         (network-connection-mode): New mode, derived from comint-mode
17085         (network-connection-mode-setup): New function, saves host and
17086         service information in local variables.
17088         * lisp/locate.el:
17089         (locate-word-at-point): Added this function
17090         (locate): Default to using locate-word-at-point as input
17091         Run dired-mode-hook
17093 2000-03-29  Dave Love  <fx@gnu.org>
17095         * calendar/appt.el: Doc fixes.
17096         (appt-check): Convert min-to-app to a string before passing to
17097         appt-disp-window-function or concat.
17098         (appt-delete-window): Remove test for frame-root-window.
17099         (appt-select-lowest-window, appt-convert-time): Simplify.
17101         * emacs-lisp/bytecomp.el: Doc fixes.
17102         (byte-compile-file-form-autoload):
17103         Update byte-compile-function-environment.
17105 2000-03-29  Andreas Schwab  <schwab@suse.de>
17107         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17109         * dired.el (dired-insert-directory): If dired-free-space-program
17110         failed just delete its output.
17112 2000-03-29  Dave Love  <fx@gnu.org>
17114         * international/iso-cvt.el: Move provide to end.  Doc fixes.
17115         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17116         (iso-iso2sgml, iso-sgml2iso): New functions.
17117         (iso-cvt-define-menu): Fix some entries and use backquote for
17118         clarity.
17120         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17122 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
17124         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17125         ISO-DATE.  If non-nil, return date in ISO 8601 format.
17127 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
17129         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17130         if it ever becomes used.
17131         (log-edit-mode-hook): Default to vc-log-mode-hook.
17132         (log-edit-mode): Fix the docstring.
17134         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17135         the code.
17137 2000-03-26  Dave Love  <fx@gnu.org>
17139         * net/browse-url.el (browse-url): Re-fix case of
17140         browse-url-browser-function being an alist.
17141         (browse-url): Add :link to defgroup.
17143         * files.el: Doc fixes.
17144         (file-truename): Include `[' in wildcard characters.
17145         (automount-dir-prefix): Customize.
17146         (find-file-wildcards): Add :version.
17147         (find-file-noselect): Simplify a mapcar call.
17149         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17150         compatible with inf-lisp version.
17151         (eval-defun-1): Fix custom-declare-variable case.
17153 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
17155         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17157 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17159         * Makefile (COMPILE_FIRST): New macro.
17160         (compile-files): Compile files from COMPILE_FIRST first.
17162         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17164         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17165         matching open parenthesis in column 0 to defun-prompt-regexp
17166         only if open-paren-in-column-0-is-defun-start is set.
17168         * sun-curs.el: Require CL at compile-time only.
17170         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17171         instead of copy-list which is a function from CL.
17172         (msb--choose-menu, msb--mode-menu-cond)
17173         (msb--create-buffer-menu-2): Use dolist instead of mapc.
17174         (msb--init-file-alist): Use mapcar instead of mapcan.
17175         (msb--aggregate-alist): Use mapcar instead of mapcan.
17176         Fix `(' in column 0 in doc string.
17177         (msb--add-separators): Use mapcar instead of mapcan.
17179         * cus-dep.el: Require CL at compile-time only.
17181 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
17183         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17184         (byte-compile-warnings): New warning `noruntime'.
17185         (byte-compile-constants, byte-compile-variables): Fix docstring.
17186         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17187         execute `eval-whenc-compile's body.
17188         (byte-compile-unresolved-functions): Fix docstring.
17189         (byte-compile-eval): New function.
17190         (byte-compile-callargs-warn): Check if the function will be available
17191         at runtime (via property `byte-compile-noruntime').
17192         (byte-compile-print-syms): New function.
17193         (byte-compile-warn-about-unresolved-functions): Also warn about
17194         `noruntime' functions (and use `byte-compile-print-syms').
17195         (byte-compile-file): Capitalize the message.
17197 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17199         * mail/rmail.el (rmail-confirm-expunge): New user-option.
17200         (rmail-expunge): Ask for confirmation depending on the setting
17201         of rmail-confirm-expunge.
17203 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
17205         * Makefile (bootstrap-clean): If $(emacs) exists, build
17206         loaddefs.el first.  A loaddefs.el that's not up-to-date might
17207         cause a bootstrap failure because things don't autoload as expected.
17209 2000-03-23  Dave Love  <fx@gnu.org>
17211         * net/browse-url.el: Restore previous use of
17212         browse-url-maybe-new-window.
17214 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17216         * ps-print.el: Skip banner page fix.
17217         (ps-print-version): New version number (5.1.2).
17218         (ps-begin-file, ps-end-file, ps-generate): Code fix.
17220 2000-03-23  Dave Pearson  <davep@davep.org>
17222         * net/quickurl.el Changed the type of parameter passed to the
17223         function defined by `quickurl-format-function'. Before only the
17224         text of the URL was passed. Now the whole URL structure is passed
17225         and the function is responsible for extracting the parts it requires.
17226         Changed the default of `quickurl-format-function' accordingly.
17227         (quickurl-insert): Changed the `funcall' of
17228         `quickurl-format-function' to match the above change.
17229         (quickurl-list-insert): Changed the `url' case so that it makes
17230         use of `quickurl-format-function', previous to this the format was
17231         hard wired.
17233 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
17235         * startup.el: Change some spellings for the X Window System.
17237 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
17239         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17240         Clean up the code and the regexp and make sure the cursor is
17241         temporarily moved to the suspicious line while querying the user.
17243 2000-03-22  Jason Rumney  <jasonr@gnu.org>
17245         * w32-fns.el (w32-charset-info-alist): Initialize.
17247 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17249         * ps-print.el: N-up last page fix.
17250         (ps-print-version): New version number (5.1.1).
17251         (ps-end-file, ps-end-job, ps-generate): Code fix.
17253 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17255         * files.el (find-file-run-dired): Update docstring.
17256         (find-directory-functions): New hook.
17257         (find-file-noselect): Run find-directory-functions rather than
17258         calling dired directly.
17260         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17262         * pcvs.el: Add a minimal leading commentary.
17263         (cvs-make-cvs-buffer): Change the header part by removing the startup
17264         message and adding a `Module' entry.  Also replace the FOOTER and
17265         HEADER special fileinfos with the new support in ewoc for updating
17266         its own footer and header.
17267         (cvs-update-header): Update to use the header/footer of the ewoc.
17268         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17269         (cvs-is-within-p): New function.
17270         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17271         to only examine some subset of the buffers.
17273         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17274         `format' instead of our own ad-hoc functions.
17275         Remove HEADER and FOOTER cases, now handled in the EWOC.
17276         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17278         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17279         output to avoid scaring the user.
17280         (cvs-parse-table): Catch message for non-up-to-date commits.
17282         * pcvs-defs.el (cvs-startup-message): Remove.
17283         (cvs-global-menu): New autoloaded menu.
17285         * pcvs-util.el (cvs-string-fill): Remove.
17287         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17288         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17289         PP part of it and also make it work for footers and headers.
17290         (ewoc-create): Drop POS and BUFFER arguments.
17291         Use the DLL's dummy node to store the end-of-footer position.
17292         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17293         (ewoc-refresh): Remove unused `header' variable.
17294         (ewoc-(get|set)-hf): New functions.
17296         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17297         log-view-*-(message|file) and use easy-mmode-define-navigation.
17298         (log-view-message-re): Match SCCS format as well.
17299         And match the revision line rather than the dashed separator line.
17300         (log-view-mode): Use the new define-derived-mode.
17301         (log-view-current-tag): Fill in with an actual implementation.
17303         * cvs-status.el (cvs-status-(prev|next)): Rename from
17304         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17305         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17306         to let the output "breathe" a little more (more readable).
17307         (cvs-status-mode): Use the new define-derived-mode.
17309         * smerge-mode.el (smerge-auto-leave): New function and variable.
17310         (smerge-basic-map): Rename from smerge-basic-keymap.
17311         Change the bindings for smerge-diff-*.
17312         (smerge-*-map): Use easy-mmode-defmap.
17313         (smerge-(next|prev)): Use easy-mmode-define-navigation.
17314         (smerge-keep-*): Use smerge-auto-leave.
17316 2000-03-21  Jason Rumney  <jasonr@gnu.org>
17318         * cus-edit.el (custom-button-face): Use 3D look for w32.
17319         (custom-button-pressed-face): Likewise.
17321 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
17323         * progmodes/etags.el (tags-case-fold-search): New user-option.
17324         (tags-loop-eval): New function.  Bind case-fold-search around eval
17325         depending on the value of tags-case-fold-search.
17326         (tags-loop-continue): Use tags-loop-eval.
17327         (find-tag-in-order): Bind case-fold-search depending on the value
17328         of tags-case-fold-search.
17330 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17332         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17333         (diff-end-of-hunk): Return the end position for use in
17334         `easy-mmode-define-navigation'.
17335         (diff-recenter): Remove.
17336         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17337         of `easy-mmode-define-navigation'.
17338         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17339         previous renaming) and fix to use new names.
17340         (diff-merge-strings): Use \n as separator: simpler, faster.
17341         (diff-mode): Use `define-derived-mode'.
17343         * derived.el (define-derived-mode): Don't autoload anymore.
17344         Prefer the macro-only version provided by easy-mmode.el.
17346         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17347         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
17348         (easy-mmode-define-navigation): New macro.
17350         * subr.el (combine-run-hooks): New function.
17352 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
17354         * term/x-win.el: Fontsets related initialization is simplified.
17356         * international/mule-diag.el (describe-font): Don't refer to
17357         global-fontset-alist, instead call font-list.
17358         (describe-fontset, list-fontsets, mule-diag): Likewise.
17359         (print-fontset): Adjusted for the change of fontset implementation.
17361         * international/fontset.el (x-charset-registries): Variable removed,
17362         instead the corresponding data is stored in the default fontset.
17363         (register-alternate-fontnames): Function removed.
17364         (resolved-ascii-font): Variable removed.
17365         (x-compose-font-name): Ignore the second argument REDOCE.
17366         (x-complement-fontset-spec): Complement only an ASCII font and
17367         element for those charsets than can use that ASCII font.
17368         (generate-fontset-menu): Don't refer to global-fontset-alist,
17369         instead call fontset-list.
17370         (uninstantiated-fontset-alist): Variable removed.
17371         (x-style-funcs-alist): Likewise.
17372         (fontset-default-styles): Likewise.
17373         (x-modify-font-name): Function removed.
17374         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17375         (create-fontset-from-ascii-font): Docsting adjusted for the above
17376         change.
17377         (instantiate-fontset, resolve-fontset-name): Functions removed.
17378         (fontset-list): Now implemented by C code.
17380         * faces.el (read-face-font): Fix TABLE arg to completing-read.
17381         (describe-face): Include `font' attribute in the description.
17383 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
17385         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17387 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
17389         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17390         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17391         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17393         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17394         about behavior of set-buffer-modified-p wrt redisplay.
17396 2000-03-19  Richard M. Stallman  <rms@gnu.org>
17398         * view.el (view-mode-disable): Kill local binding of view-read-only.
17400 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
17402         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17403         is a string, convert it to a syntax cell using string-to-syntax.
17405         * simple.el (syntax-code-table, syntax-flag-table): New variables.
17406         (string-to-syntax): New function.
17408         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17409         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17410         try to use passive ftp mode.
17412 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
17414         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17416         * simple.el (append-to-buffer): Update point of windows after
17417         insertion.
17419         * abbrev.el (inverse-add-abbrev): Identify word by first moving
17420         forward then moving backward.  Reindent.
17422         * frame.el (other-frame): Call x-focus-frame only if
17423         focus-follows-mouse is off.
17425 2000-03-17  Dave Love  <fx@gnu.org>
17427         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17429 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
17431         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17432         regexp for labels cannot span several lines.
17434         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17435         `(setq :<key> ':<key>)' to the macro expansion.
17437 2000-03-16  Dave Love  <fx@gnu.org>
17439         * progmodes/f90.el (f90): Put custom group under `languages', not
17440         `fortran'.
17441         (f90-mode-hook): Customize.
17442         (f90-mode): Set add-log-current-defun-function.
17443         (f90-current-defun): New function.
17445 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
17447         * cus-edit.el (custom-variable-tag-face): Handle case that
17448         default face's height is not a number.
17449         (custom-face-tag-face, custom-group-tag-face-1)
17450         (custom-group-tag-face): Ditto.
17451         (custom-group-tag-face-1): Add :group.
17453         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17455 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
17457         * pcvs-defs.el (toplevel): Remove autoload cookie for form
17458         requiring easymenu.
17460 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17462         * ps-print.el: PostScript user-defined prologue, PostScript error
17463         handler, doc fix.
17464         (ps-print-version): New version number (5.1).
17465         (ps-user-defined-prologue, ps-error-handler-message)
17466         (ps-print-prologue-0, ps-error-handler-alist): New vars.
17467         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17468         (ps-insert-string): New function.
17470 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
17472         * international/ccl.el (ccl-compile-expression): Don't generate
17473         invalid self-assignment code.
17475 2000-03-14  Dave Love  <fx@gnu.org>
17477         * subr.el (replace-regexp-in-string): Renamed from
17478         replace-regexps-in-string.  Doc fix.
17480 2000-03-12  Dave Love  <fx@gnu.org>
17482         * cus-edit.el: Doc fixes.
17483         (customize-set-variable, customize-save-variable): Rename args for doc.
17484         (custom-variable-tag-face, custom-face-tag-face)
17485         (custom-group-tag-face-1, custom-group-tag-face): Modify from
17486         style which user identify as hyperlink.
17487         (hook): Don't add undefined functions to the hook.
17488         (debug-ignored-errors): Transfer message from bindings.el.
17490 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17492         * recentf.el (recentf-keep-non-readable-files-p):
17493         Remove double/nested definition.
17495 2000-03-12  Dave Love  <fx@gnu.org>
17497         * facemenu.el (facemenu-get-face): Use display-color-p.
17498         * enriched.el (enriched-decode-foreground): Likewise.
17499         (enriched-decode-background): Likewise.
17500         * isearch.el (isearch-highlight): Likewise.
17501         * info-look.el (info-lookup): Likewise.
17502         * simple.el (completion-setup-function): Likewise.
17504         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17505         :options.
17507         * bindings.el (mode-line-format): Fix line-number and
17508         column-number items.  Add help-echo for the background.
17509         (mode-line-mule-info): Modify help-echo.
17511         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17513         * files.el (load-file): Allow completion to .elc.
17515         * man.el: Doc fixes.
17516         (Man-init-defvars): Use display-color-p to set fontification.
17518         * play/hanoi.el (hanoi-internal): Don't use oddp.
17520 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17522         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17524         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17526 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17528         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17529         Fix comment.
17531 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
17533         * font-lock.el (font-lock-keywords): Fix the doc now that
17534         regexp-opt-depth is unnecessary.
17535         (save-buffer-state): Set an edebug spec.
17536         (font-lock-fontify-anchored-keywords): Properly handle the case when
17537         the matcher goes past the limit.
17539         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17540         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17542         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
17543         dll.el and cookie.el (from Elib) with heavy renaming and other
17544         massaging.
17546         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17547         Autoload the functions used.
17548         (easy-mmode-define-syntax): Fix CL typo.
17549         (easy-mmode-define-derived-mode): Improve the docstring generation.
17551 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
17553         * textmodes/texinfo.el (texinfo-version): Variable and function
17554         removed.
17556 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
17558         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17559         allow more flexibility.
17560         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17561         (easy-mmode-defmap, easy-mmode-defsyntax)
17562         (easy-mmode-define-derived-mode): New macros.
17564 2000-03-09  Didier Verna  <didier@xemacs.org>
17566         * rect.el (replace-rectangle): New function.
17568 2000-03-09  Dave Love  <fx@gnu.org>
17570         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17571         (fortran-comment-line-start-skip): Don't match cpp stuff.
17572         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
17573         (fortran-mode-map): Remove over-eager custom-menu-create for now.
17574         (fortran-mode): Don't set fortran-comment-line-start-skip,
17575         fortran-comment-line-start here.  Set comment-start,
17576         add-log-current-defun.
17577         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17578         (fortran-current-defun): New function.
17580 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
17582         * emacs-lisp/re-builder.el: New file.
17584         * mouse.el (mouse-drag-region): Don't run up-event handler
17585         if hscroll has changed.
17587         * octave-mod.el (octave-font-lock-keywords): To font-lock the
17588         builtin operators, use `font-lock-builtin-face' for Emacs and
17589         `font-lock-preprocessor-face' otherwise.
17591         * font-lock.el (lisp-font-lock-keywords-1): Highlight
17592         `(defun (setf foo)' differently.
17594 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
17596         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17597         (regexp-opt): Update comment and adapt the code the new meaning of
17598         the `paren' argument of regex-opt-group for shy-groups.
17599         (regexp-opt-depth): Handle shy groups as well as backslashed
17600         backslashes.
17601         (regexp-opt-group): Turn the leading comment into a docstring.
17602         Allow `paren' to be a string (the string to use to open a group).
17603         Remove open-presuf and close-presuf.  Instead of checking for `all
17604         one-char' and then later on check for `several one-char', handle
17605         both cases close together.  Also apply a more generic algorithm
17606         for suffixes (the mirror image of the algorithm used for
17607         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
17608         (regexp-opt-try-suffix): Removed.
17610         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17611         from comint-mode-map, so we can just inherit from it.  Also, move
17612         the initialization into the `defvar' since there's no docstring
17613         anyway and it's fairly short.
17614         (inferior-scheme-mode): Define it as derived-mode: the code is
17615         shorter and this way we inherit from comint-mode-map rather than
17616         copying it.
17618         * subr.el (replace-regexps-in-string): Properly handle the case
17619         where we match an empty string.
17621         * comint.el (comint-exec-1): Add the current-dir to the exec-path
17622         when the command has a directory component (such as "./testml").
17623         Also fix a typo in the comment.
17625 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
17627         * Makefile (compile-files): Compile files one by one because
17628         that's the only way to ensure a clean compilation environment for
17629         each individual file.
17631         * frame.el (other-frame): Call x-focus-frame.
17633 2000-03-07  Dave Love  <fx@gnu.org>
17635         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17636         :require to defcustom.
17638         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17640         * files.el (auto-mode-alist): Add configure.in.
17642         * progmodes/autoconf.el: New file.
17644 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
17646         * mail/mh-e.el: Change maintainer to `none'.
17648         * recentf.el (recentf-keep-non-readable-files-p): Quote args
17649         to remove-hook and add-hook.
17651 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17653         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17654         it as the default.
17655         (mail-send): Test mail-send-nonascii also for the new `mime' value.
17656         (sendmail-send-it): Conditionally add MIME headers specifying the
17657         used character set.
17659 2000-03-07  Dave Love  <fx@gnu.org>
17661         * winner.el: Fix keywords, autoload cookies.
17662         Split eval-when-compile form to avoid compilation failure.
17664 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
17666         * international/mule.el: Modify comment about coding system
17667         property `coding-category'.
17668         (make-coding-system): New argument EOL-TYPE.  Pay attention to
17669         coding-category property of PROPERTIES.
17671         * international/mule-conf.el (coding-category-utf-8)
17672         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17673         categories.  Include them in the argument for set-coding-priority.
17675         * international/mule-cmds.el (reset-language-environment):
17676         Include coding-category-utf-8, coding-category-utf-16-be, and
17677         coding-category-utf-16-le in the argument for set-coding-priority.
17678         (reset-language-environment): Initialize coding-category-utf-8,
17679         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17681 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
17683         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17684         code abstracted out of `bookmark-jump-noselect'.  Now tries info
17685         extensions as well as compression extensions.
17686         (bookmark-jump-noselect): Use above new func.
17688 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
17690         * strokes.el: Change maintainer's mail address.
17692 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
17694         * international/mule-diag.el (list-character-sets): Make help-echo
17695         string by substitute-command-keys.
17696         (list-character-sets): Likewise.
17697         (sort-listed-character-sets): Call help-setup-xref.
17699 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17701         * time.el (display-time-mail-file): Add `none' to the list of choices.
17703 2000-03-01  Dave Love  <fx@gnu.org>
17705         * help.el (help-xref-go-back): Don't try to set position.
17707         * international/mule-diag.el (list-character-sets):
17708         Call help-setup-xref.  Add help-echo to xrefs.
17709         (list-character-sets-1): Add help-echo to xrefs.
17711 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17713         * frame.el (blink-cursor-mode): Switch cursor on when turning
17714         the mode off.
17716         * add-log.el (add-log-current-defun): Add support for
17717         Autoconf mode.
17719         * mail/rmail.el (rmail-quit-hook): New variable.
17721 2000-03-01  Dave Love  <fx@gnu.org>
17723         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17725         * help.el (help-xref-button): Add help-echo arg.
17726         (describe-function-1, describe-variable, help-make-xrefs): Use it.
17728         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17730         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17732 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
17734         * image.el (defimage): Look for image files in load-path.
17736         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17738 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17740         * recentf.el (recentf): Added version tag to the defgroup of recentf.
17742 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17744         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17745         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17746         action to select/unselect a file.
17747         (recentf-edit-list): Code cleanup and improvement.
17748         (recentf-open-more-files-action): `recentf-open-more-files' button
17749         widget action to open a file.
17750         (recentf-open-more-files): No more use standard completion but widgets.
17751         (recentf-more-collection): Deleted.
17752         (recentf-more-history): Deleted.
17753         (recentf-setup-more-completion): Deleted.
17755 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17757         * recentf.el (recentf-mode): No more needs that Emacs is running
17758         under a window-system.
17760 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17762         * recentf.el (recentf-edit-list): New command to edit the recent
17763         list which allow the user to remove files.
17764         (recentf-edit-selected-items): New global variable, used by
17765         `recentf-edit-list' to hold the list of files to be removed from
17766         the recent list.
17767         (recentf-make-menu-items): Updated to display a "Edit list..."
17768         menu item.  Minor code cleanup.
17770 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17772         * recentf.el (recentf-open-more-files): New command to open files
17773         that are not displayed in the menu.
17774         (recentf-more-collection): New global variable holding the set of
17775         permissible completions used by `recentf-open-more-files'.
17776         (recentf-more-history): New global variable holding the history list
17777         used by `recentf-open-more-files' completion.
17778         (recentf-setup-more-completion): New function to setup completion for
17779         `recentf-open-more-files'.
17780         (recentf-make-menu-items): Updated to display a "More..." menu item.
17782 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17784         * recentf.el (recentf-menu-action): Doc fixed.
17786 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17788         * recentf.el (recentf-menu-filter): Doc updated.
17789         (recentf-update-menu-hook): Allow menu filters to force menu update.
17790         (recentf-make-menu-items): New menu filter handling.
17791         (recentf-make-menu-item): New helper function.
17792         (recentf-menu-elements): New menu handling function.
17793         (recentf-sort-ascending): Updated to new menu filter handling.
17794         (recentf-sort-descending): Updated to new menu filter handling.
17795         (recentf-sort-basenames-ascending): New menu filter function.
17796         (recentf-sort-basenames-descending): New menu filter function.
17797         (recentf-show-basenames): New menu filter function.
17798         (recentf-show-basenames-ascending): New menu filter function.
17799         (recentf-show-basenames-descending): New menu filter function.
17801 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17803         * diary-lib.el (list-diary-entries): Don't try to go forward at
17804         the end of the buffer.
17806 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
17808         * international/mule-diag.el (list-character-sets):
17809         Completely rewritten.
17810         (sort-listed-character-sets): New function.
17811         (list-character-sets-1): Completely rewritten.
17812         (list-character-sets-2): New function.
17813         (non-iso-charset-alist): New variable.
17814         (decode-codepage-char): New function.
17815         (charset-history): New variable.
17816         (read-charset) (list-block-of-chars)
17817         (list-iso-charset-chars)
17818         (list-non-iso-charset-chars)
17819         (list-charset-chars): New functions.
17820         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17821         (dump-charsets): Likewise.
17823 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
17825         * dired-x.el (dired-filename-at-point): Add `@' to valid
17826         file name characters.
17827         (dired-filename-at-point): Handle ange-ftp file names.
17829         * frame.el (frame-notice-user-settings): Use assq-delete-all
17830         instead of assoc-delete-all.
17831         (frame-notice-user-settings): Ditto.
17833         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17834         Don't copy alist.
17836 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
17838         * calculator.el (calculator-use-menu): New option.
17839         (calculator-initial-bindings): Changed some bindings to work as macros.
17840         (calculator-forced-input): Removed.
17841         (calculator-restart-other-mode): New variable.
17842         (calculator-mode-map): Set up menu.
17844 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
17846         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17848 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
17850         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17851         translate all ESC key sequences.
17852         (viper-goto-mark-subr): Restore markers for files for which
17853         they were saved.
17854         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17855         * viper-util.el (viper-set-replace-overlay-glyphs)
17856         (viper-set-replace-overlay): Always check if the replacement
17857         overlay is live.
17858         * viper.el (viper-vi-state-mode-list): Add major modes.
17859         * ediff-wind.el: Minor comment changes.
17860         * ediff.el: Copyright notice date fix.
17862 2000-02-27  Jason Rumney  <jasonr@gnu.org>
17864         * faces.el (face-font-family-alternatives): Add arial to helv.
17865         (mode-line, header-line, tool-bar): Same default as x for w32.
17866         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17867         face-font-family-alternatives from working.
17868         * term/w32-win.el (mouse-set-font): Do not build fontset from
17869         chosen font.
17871 2000-02-25  Sam Steingold  <sds@goems.com>
17873         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17874         properly.
17876 2000-02-25  Richard M. Stallman  <rms@gnu.org>
17878         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17880 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
17882         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17884         * frame.el (busy-cursor-delay-seconds): New option.
17886 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
17888         * frame.el (show-cursor-in-non-selected-windows): New option.
17890 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17892         * diary-lib.el (include-other-diary-files): Undo the selective
17893         display in any included file and don't kill it.
17895 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
17897         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17898         Menu items converted to (menu-item format, help strings added.
17899         [downcase, upcase]: Don't enable on MS-DOS.
17900         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17901         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17903 2000-02-23  Dave Love  <fx@gnu.org>
17905         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17906         (backward-kill-word): Revert addition of * to interactive spec --
17907         it's a feature.
17909         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17910         (backward-kill-sentence, kill-sentence): Likewise.
17912         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17913         scratch buffer name.
17914         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
17916         * term/w32-win.el (internal-face-interactive): Update prompt for
17917         new read-face-name.
17919         * mail/footnote.el (footnote): Add :version to defgroup.
17920         (footnote-section-tag-regexp): Customize.
17921         (footnote-start-tag, footnote-end-tag): New option.
17922         (footnote-latin-regexp): New variable.
17923         (Footnote-latin): New function.
17924         (footnote-style-alist): Add element for latin style.
17925         (footnote-style): Moved.
17926         (Footnote-goto-footnote): Use eq to test arg.
17928         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17930         * emacs-lisp/byte-opt.el: Change old backquote syntax.
17931         (byte-compile-trueconstp): Include keywords.
17932         (byte-optimize-quote, byte-optimize-lapcode):
17933         Use byte-compile-const-symbol-p.
17934         (byte-optimize-char-before): New optimization.
17936         * emacs-lisp/bytecomp.el: Change old backquote syntax.
17937         (byte-compile-const-symbol-p): New function.
17938         (byte-compile-constp, byte-compile-out-toplevel)
17939         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17940         Use it.
17942         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
17944 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
17946         * international/encoded-kb.el: Be sure to update minor-mode-alist
17947         and minor-mode-map-alist.
17948         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17949         codes SS2 and SS3 correctly.
17950         (encoded-kbd-self-insert-ccl): New function.
17951         (encoded-kbd-setup-keymap): New function.
17952         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
17953         by calling encoded-kbd-setup-keymap.
17955         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17956         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
17958 2000-02-22  Dave Love  <fx@gnu.org>
17960         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
17961         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
17962         (lisp-mode-syntax-table): Set up for #|...|# comments.
17963         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
17964         classes.  Match `defface'.
17965         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17966         (eval-defun-1): Fix for defcustom.
17967         (lisp-indent-region): Doc fix.
17969         * subr.el (when, unless, split-string): Doc fix.
17970         (read-passwd): Move call of clear-this-command-keys to the right place.
17971         (replace-regexps-in-string): New function.
17973 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
17975         * help.el (describe-variable): Set syntax table to
17976         emacs-lisp-mode-syntax-table when moving forward over the
17977         symbol's name.
17979 2000-02-22  Dave Love  <fx@gnu.org>
17981         * xt-mouse.el: Doc fixes.
17982         (xterm-mouse-position-function): New function, replacing advice of
17983         mouse-position.
17984         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
17986         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17988 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
17990         * format.el (format-annotate-single-property-change):
17991         Handle properties.with dotted-list values.
17992         (format-proper-list-p): New function.
17994         * enriched.el (enriched-face-ans): Handle '(foreground-color
17995         . COLOR) and (background-color . COLOR).
17997 2000-02-20  Dave Love  <fx@gnu.org>
17999         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18000         and assignments to it.
18001         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18002         current local map.
18003         (make-flyspell-overlay): Use it.
18004         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18006         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18007         (lm-get-header-re): Defun, not defsubst.
18008         (lm-get-package-name): Defun, not defsubst.  Simplify.
18009         (lm-version): Doc fix.  Simplify.
18010         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18011         (lm-crack-address, lm-last-modified-date, lm-commentary)
18012         (lm-verify, lm-synopsis): Simplify.
18013         (lm-report-bug): Require emacsbug.  Use compose-mail.
18015 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
18017         * dired.el (dired-mode): Call propertized-buffer-identification
18018         to set mode-line-buffer-identification to something having
18019         the right text properties.
18021         * bindings.el (propertized-buffer-identification): New function.
18023 2000-02-20  Dave Love  <fx@gnu.org>
18025         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18026         check for t-mouse too.
18028         * cus-start.el: Make echo-keystrokes `number'.
18030 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
18032         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18033         Don't call ring-empty-p unless tags-location-ring is bound.
18034         From Noah Friedman <friedman@splode.com>.
18036 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
18038         * progmodes/hideshow.el (hs-flag-region): No longer use
18039         `intangible' overlay property.
18041         (hs-toggle-hiding): New command.
18042         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18044         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18045         Fix omission bug: Run `hs-minor-mode-hook' for both activation
18046         and deactivation.
18048 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
18050         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18052 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18054         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18056         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18057         of `*' to handle `(* ... *)' comments.
18059 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
18061         * faces.el (list-faces-display): Use display-mouse-p instead of
18062         window-system.
18064         * menu-bar.el (global-map): Menu-bar items converted to the new
18065         format (menu-item..., rearranged for better CUA compliance, and
18066         their names changed for better clarity.  Help strings added.
18068         * international/mule-cmds.el (mule-menu-keymap)
18069         (describe-language-environment-map, set-coding-system-map)
18070         (setup-language-environment-map): Convert to new (menu-item...
18071         form, add help strings.  Change names of menu items for better clarity.
18072         "Mule" menu-bar item removed (it's now in the "Options" submenu).
18074 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18076         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18077         within the code.
18079 2000-02-16  Dave Love  <fx@gnu.org>
18081         * faces.el: Don't require custom.  Add more specific :groups to
18082         various deffaces.
18083         (set-face-attribute): Purecopy args.
18084         (read-face-name): Default to name at point and use it in prompt.
18085         Remove colon from arg in all callers.
18086         (list-faces-display): Hyperlink to face descriptions and customize
18087         buffers.
18089 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
18091         * wid-edit.el (widget-match-inline): An atom never matches a list.
18093 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18095         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18096         at ':' characters by call to split-string.
18098 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18100         * textmodes/bibtex.el: Added RCS version identification.
18102 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18104         * textmodes/bibtex.el: Some temporary comments removed.
18105         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18106         (bibtex-field-const): Allow capital letters.
18107         (bibtex-start-of-string): Deleted because unused.
18109         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
18110         use the term 'reference' to describe a bibtex entry as a whole.
18111         Further, reference keys are no longer called 'labels'.
18112         (bibtex-keys): Renamed to bibtex-reference-keys.
18113         (bibtex-reformat-previous-labels): Renamed to
18114         bibtex-reformat-previous-reference-keys.
18115         (bibtex-reference-type): Renamed to bibtex-entry-type.
18116         (bibtex-reference-head): Renamed to bibtex-entry-head.
18117         (bibtex-reference-maybe-empty-head): Renamed to
18118         bibtex-entry-maybe-empty-head.
18119         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18120         (bibtex-search-reference): Renamed to bibtex-search-entry.
18121         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18122         bibtex-enclosing-entry-maybe-empty-head.
18123         (bibtex-entry-field-alist, bibtex-entry-head)
18124         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18125         (bibtex-map-entries, bibtex-search-entry)
18126         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18127         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18128         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18129         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18130         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18131         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18132         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18134 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18136         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18137         comment.
18138         (bibtex-format-field-delimiters): New function, functionality
18139         extracted from bibtex-format-entry.
18140         (bibtex-autokey-get-yearfield-digits): New function, functionality
18141         extracted from bibtex-autokey-get-yearfield.
18143         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18144         entries in order to avoid stack overflow in the regexp matcher if
18145         field contents become large.
18146         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18147         (bibtex-field-string-part-not-braced)
18148         (bibtex-field-string-part-no-inner-braces)
18149         (bibtex-field-string-part-1-inner-brace)
18150         (bibtex-field-string-part-2-inner-braces)
18151         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18152         (bibtex-field-string-quoted, bibtex-field-string)
18153         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18154         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18155         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18156         Deleted as parsing is now performed by the following functions.
18157         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18158         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18159         (bibtex-parse-field-string, bibtex-search-forward-field-string)
18160         (bibtex-parse-association, bibtex-field-name-for-parsing)
18161         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18162         (bibtex-search-forward-field, bibtex-search-backward-field)
18163         (bibtex-start-of-field, bibtex-end-of-field)
18164         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18165         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18166         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18167         (bibtex-parse-string, bibtex-search-forward-string)
18168         (bibtex-search-backward-string, bibtex-start-of-string)
18169         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18170         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18171         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18172         entries.  Instead of reporting the results of the parsing by
18173         match-beginning or match-end, these functions return data structures
18174         that hold the corresponding positions.
18175         (bibtex-enclosing-field): Changed to also report field boundaries by
18176         return values rather than by match-beginning or match-end.
18177         The following functions have been adapted to use the new
18178         parsing functions.
18179         (bibtex-skip-to-valid-entry, bibtex-search-reference)
18180         (bibtex-enclosing-field, bibtex-format-entry)
18181         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18182         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18183         (bibtex-print-help-message, bibtex-end-of-entry)
18184         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18185         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18186         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18187         Use the new method for parsing.
18188         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18189         (bibtex-map-entries, bibtex-flash-head)
18190         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18191         (bibtex-autokey-change, bibtex-autokey-get-namefield)
18192         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18193         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18194         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18195         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18196         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18197         order to make the new binding of case-fold-search immediately visible.
18199 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18201         * textmodes/bibtex.el: Copyright notice is up to date.
18202         Added constant 'bibtex-maintainer-salutation.
18204         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18205         than make-temp-name, use match-string-no-properties and eliminate
18206         a quadratic behavior when building bibtex-strings.
18208         * bibtex.el (bibtex-reference-key): Accept string entries whose
18209         reference key contains upper case letters.
18211 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18213         * bibtex.el (bibtex-reference-head): Allow entries to start with
18214         a new line.
18216 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18218         * bibtex.el: Hiding of entry bodies is not longer provided by
18219         bibtex.el directly.  Instead the hideshow package can be used.
18220         Added a special bibtex entry to hs-special-modes-alist.
18221         (bibtex-hs-forward-sexp): Added for hideshow.el.
18223 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18225         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18226         proceedings entry type (for cross referencing). Thanks to Wagner
18227         Toledo Correa for the suggestion.
18229         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18231 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
18233         * international/characters.el: Setup case table for Vietnamese.
18235 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
18237         * uniquify.el (toplevel): Require CL at compile time.
18238         (uniquify-push): Removed.
18240         * shadowfile.el (shadow-when): Removed.
18242         * tempo.el (tempo-dolist, tempo-mapc): Removed.
18243         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18245         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18246         regexp for paragraph-start.
18248         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18249         commas as well.
18251 2000-02-10  Dave Love  <fx@gnu.org>
18253         * wid-edit.el: (widgets) [defgroup]: Remove url link.
18254         (widget-color-choice-list, widget-color-history, widget-mouse-help):
18255         Deleted.
18256         (widget-specify-field, widget-specify-button): Don't use
18257         widget-mouse-help as help-echo property.
18258         (default): Use #'ignore for :validate and :mouse-down-action.
18259         (checkbox): Add help-echo.
18260         (widget-sexp-validate): Rewritten to clarify error messages.
18261         (character): Use char-valid-p in :match function.
18262         (widget-color-complete): Use facemenu-color-alist.
18263         (widget-color-action): Use facemenu-read-color.
18265         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
18266         set up `caar' &c that we now have.
18268 2000-02-09  Ray Blaak  <blaak@gnu.org>
18270         * delphi.el: Make resourcestring a declaration region, like const
18271         and var.
18273 2000-02-09  Dave Love  <fx@gnu.org>
18275         * bindings.el (mode-line-input-method-map): New variable.
18276         (mode-line-mule-info): Use it; fix last change.
18277         (mode-line-mode-menu): Move definition.
18278         (mode-line-mouse-sensitive-p): Deleted.
18279         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18280         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
18282         * startup.el (command-line-1): Don't call
18283         make-mode-line-mouse-sensitive.
18285 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18287         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18288         before rmail-toggle-header, because the former toggles headers.
18290 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
18292         * diff-mode.el (diff-kill-junk): New interactive function.
18293         (diff-reverse-direction): Use delete-and-extract-region.
18294         (diff-post-command-hook): Restrict the area so that the hook also works
18295         outside of any diff hunk.  This is necessary for the minor-mode.
18296         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18297         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18299         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18300         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18301         so that it can be used more easily in <foo>-mode-hook.  Also make sure
18302         to avoid duplicate entries.
18303         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18304         (font-lock-remove-keywords): Just as was done for `add', allow it to
18305         work even if font-lock-mode is nil.  Also make sure we don't modify
18306         any pre-existing list by forcing a copy-sequence.  Finally rename
18307         `major-mode' to `mode'.
18308         (font-lock-fontify-syntactic-anchored-keywords)
18309         (font-lock-fontify-anchored-keywords)
18310         (font-lock-fontify-keywords-region): Use line-end-position.
18311         Don't make `font-lock-multiline' local (it's now done in
18312         font-lock-set-defaults).
18313         (font-lock-set-defaults): Make `font-lock-multiline' local.
18314         Move the `font-lock-fontified' creation to inside the `unless'.
18316 2000-02-06  Andrew Innes  <andrewi@gnu.org>
18318         * term/w32-win.el (x-handle-args): Comment out call to message,
18319         which occurs before window system is initialized.
18321         * makefile.nt: Add support for recompiling lisp code.
18323 2000-02-04  Dave Love  <fx@gnu.org>
18325         * bindings.el (mode-line-mule-info): Fix/extend last change.
18327         * completion.el: Replace completion-dolist with dolist.
18329         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18331 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
18333         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18334         environment names before they go into the section regexp.
18336         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18337         char class in regexp.
18339         * textmodes/reftex-parse.el (reftex-with-special-syntax):
18340         Bind `case-fold-search' to nil.
18342         * progmodes/idlwave.el (idlwave-template):
18343         Respect `idlwave-abbrev-change-case'.
18344         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18345         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18346         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18347         (idlwave-rw-case): New function.
18348         (idlwave-statement-match): Fixed problem with assignment regexp.
18349         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18350         (idlwave-surround): New argument LENGTH to support padding of
18351         operators longer than 1 char.
18353         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18354         idlwave-shell-expression-overlay.  Implemented printing of
18355         expressions on higher levels of the calling stack.
18356         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18357         (idlwave-retrieve-expression-from-level): New function.
18358         (idlwave-shell-last-calling-stack): Variable removed.
18359         (idlwave-shell-reset): Argument action reversed (`visible' to
18360         `hidden').  Also remove stop-line overlay.
18361         (idlwave-shell-calling-stack-routine): New variable.
18362         (idlwave-shell-parse-stack-and-display): Messages now display
18363         negative level numbers.
18364         (idlwave-shell-mode): Set `modeline-format'.
18365         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18366         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18367         (idlwave-shell-print-expression-function): New option.
18369         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18370         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18371         `tool-bar' instead of `toolbar'.
18373 2000-02-02  Dave Love  <fx@gnu.org>
18375         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18376         emacs-lisp-mode-hook.  Don't check for defalias being defined.
18378         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18379         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18380         Use the new builtins directly.
18382         * whitespace.el (whitespace): Add :version to defgroup.
18384         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18385         Doc fix.
18387         * thingatpt.el (sexp-at-point, symbol-at-point)
18388         (number-at-point, list-at-point): Add autoload cookie.
18390         * recentf.el (recentf): Add :version to defgroup.
18392         * quickurl.el (quickurl): Add :version to defgroup.
18394         * elide-head.el (elide-head): Use point-marker more.
18396         * bs.el (bs): Add :version to defgroup.
18398         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18400         * progmodes/delphi.el (delphi): Add :version to defgroup.
18402 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
18404         * ange-ftp.el (ange-ftp-write-region): Handle case that
18405         succeeding process operation sets a different coding system.
18407         * calculator.el: New file.
18409 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
18411         * frame.el (frames-on-display-list, framep-on-display): New functions.
18412         (display-mouse-p, display-popup-menus-p, display-graphic-p)
18413         (display-selections-p, display-screens, display-pixel-width)
18414         (display-pixel-height, display-mm-width, display-mm-height)
18415         (display-backing-store, display-save-under, display-planes)
18416         (display-color-cells, display-visual-class): New functions.
18418         * term/tty-colors.el (tty-color-gray-shades): New function.
18420         * faces.el (display-color-p): Use framep-on-display.
18421         (display-grayscale-p): New function.
18423 2000-01-31  Dave Love  <fx@gnu.org>
18425         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18426         (create-fontset-from-x-resource): Don't concat integers.
18428 2000-01-31  Inge Frick  <inge@nada.kth.se>
18430         * view.el: Some changes in documentation.  Removed some trailing
18431         whitespace. Changed some parameter names to agree with documentation.
18432         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18433         window is not deleted.  Modifies change 1998-04-26.
18435 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
18437         * windmove.el: New file.
18439         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18440         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18441         progmodes/ebnf-yac.el: Update copyright and license info.
18443         * jit-lock.el (jit-lock-function): Widen before calculating
18444         end position.
18445         (jit-lock-stealth-chunk-start): Rewritten.
18447         * info.el (Info-title-face-alist): Removed.
18448         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18449         (Info-fontify-node): Use these faces.
18451 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
18453         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18454         (cl-macro-list1): Recognize `&allow-other-keys' instead of
18455         `&allow-other-keywords'.
18457         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18458         the list of directories scanned heuristically.
18460         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18462 2000-01-30  Jason Rumney  <jasonr@gnu.org>
18464         * w32-fns.el: Define w32-tty-standard-colors.
18466         * startup.el (command-line): Use w32-tty-standard-colors when in
18467         w32 console mode.
18469 2000-01-30  Dave Love  <fx@gnu.org>
18471         * jka-compr.el (jka-compr-load): Fix up load-history.
18473         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18475         * emacs-lisp/cl-macs.el: Revert previous change.
18477 2000-01-29  Dave Love  <fx@gnu.org>
18479         * facemenu.el: Purecopy various strings.
18481         * timezone.el (timezone-fix-time): Window against 69 for two-digit
18482         years.  Deal with three-digit years.
18484         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18485         Use defconst, purecopy.
18486         (help-back-label): Purecopy it.
18488 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18490         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18491         variable. If non-nil, order the buffer list according to the
18492         currently selected frame.
18493         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18494         non-nil, pass the selected frame to function buffer-list.
18496 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18498         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18500 2000-01-28  Dave Love  <fx@gnu.org>
18502         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18504         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18505         Don't use lisp-indent-hook property.
18506         (cl-abs): Remove.
18508         * subr.el: Move out indent and edebug specs for when and unless.
18510         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18511         when, unless.
18513         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18514         unless, when.
18516 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
18518         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18519         `collecting' as synonym for `collect'.
18521         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18522         for the case it contains spaces.
18524         * simple.el (what-cursor-position): Change formatting of messages.
18526         * frame.el (delete-other-frames): New function.
18527         (toplevel): Bind it to C-x 5 1.
18529         * sort.el (sort-numeric-base): New option.
18530         (sort-numeric-fields): If number starts with `0' or `0[xX[',
18531         interpret it as octal or hexadecimal.  Use sort-numeric-base
18532         as default base.
18534         * progmodes/glasses.el: New file.
18536 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
18538         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18539         userids differently.
18541         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18542         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18543         progmodes/ebnf-yac.el: New files.
18545 2000-01-26  Dave Love  <fx@gnu.org>
18547         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18548         on a function with an empty body.  [From Eric Ludlam.]
18550 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
18552         * vc.el (vc-version-diff): Make sure file name is expanded.
18554 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
18556         * scroll-bar.el (scroll-bar-timer): Variable removed.
18557         (scroll-bar-toolkit-scroll): Don't use a timer.
18559 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
18561         * language/thai-util.el (thai-composition-function):
18562         Delete superfluous `a'.
18564 2000-01-24  Dave Love  <fx@gnu.org>
18566         * fortran.el (fortran-mode): Use beginning-of-defun-function,
18567         end-of-defun-function.
18569         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18571 2000-01-22  Jason Rumney  <jasonr@gnu.org>
18573         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18574         conflicts with new face support.
18576 2000-01-22  Richard M. Stallman  <rms@gnu.org>
18578         * replace.el (query-replace): Rename last arg to DELIMITED.
18579         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18580         (query-replace-regexp): Likewise.
18582 2000-01-20  Richard M. Stallman  <rms@gnu.org>
18584         * subr.el (with-syntax-table): Use make-symbol, not gensym.
18586         * emacs-lisp/lisp.el (beginning-of-defun-function):
18587         Variable renamed from beginning-of-defun.
18588         Do not call make-variable-buffer-local.
18589         (beginning-of-defun-raw): Use new variable name; doc fix.
18590         (beginning-of-defun): Doc fix.
18591         (end-of-defun-function): Variable renamed from end-of-defun.
18592         Do not call make-variable-buffer-local.
18593         (end-of-defun): Use new variable name; doc fix.
18595         * subr.el (dolist, dotimes): Copied from cl-macs.el
18596         and made to work.
18598         * mail/undigest.el (rmail-digest-end-regexps):
18599         Variable replaces rmail-digest-end-regexp.
18600         Allows multiple regexps for detecting the end line.
18601         (undigestify-rmail-message): Corresponding changes.
18603 2000-01-19  Dave Love  <fx@gnu.org>
18605         * files.el (user-init-file): Don't declare here -- is primitive.
18607         * startup.el (command-line): Check for compiled user-init-file and
18608         set to uncompiled version if necessary.
18610 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18612         * mail/undigest.el (rmail-digest-end-regexp): New user option.
18613         (undigestify-rmail-message): Use it.
18615         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18617 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
18619         * tmm.el (tmm-goto-completions): Adapt to prompt being part
18620         of mini-buffer.
18622 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
18624         * emacs-lisp/copyright.el (copyright-update): Removed the
18625         requirement for a trailing space from `copyright-regexp', to
18626         support copyrights with owner specified on a separate line..
18628         * align.el: New file.
18630         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18632         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18634 2000-01-13  Dave Love  <fx@gnu.org>
18636         * ph.el: Removed.  (Obsoleted by EUDC.)
18638 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18640         * net/eudc.el (toplevel): Remove autoloaded code installing
18641         menu with easymenu, because that causes build problems.
18643         * frame.el (frame-notice-user-settings): New variable.
18644         (frame-notice-user-settings): Don't modify frame parameters
18645         if called a second time.
18647 2000-01-13  Richard M. Stallman  <rms@gnu.org>
18649         * frame.el (frame-notice-user-settings):
18650         Notice default-frame-parameters even for non-window frames.
18652 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18654         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18655         for Emacs.
18656         (eudc-bob-can-display-inline-images): Extend for Emacs.
18657         (eudc-bob-toggle-inline-display): Ditto.
18658         (eudc-bob-display-jpeg): Ditto.
18660 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
18662         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18663         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18664         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18666         * add-log.el (add-change-log-entry): Fix error trying an
18667         `(insert nil)'.
18669         * subdirs.el: Add `net' directory.
18671         * net: New directory.
18673         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18674         eval-last-sexp.  Don't bind debug-on-error here.
18675         (eval-last-sexp): New function.  Bind debug-on-error if
18676         eval-expression-debug-on-error is non-nil.
18677         (eval-defun-2, eval-defun): Likewise.
18679         * simple.el (eval-expression): Don't bind debug-on-error if
18680         eval-expression-debug-on-error is nil.  Detect changed
18681         debug-on-error, and propagate new value to global binding, if
18682         eval-expression-debug-on-error is non-nil,
18683         (eval-expression-debug-on-error): Change doc string.
18685 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18687         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18689         * emacs-lisp/lisp-mode.el (with-syntax-table):
18690         Set up lisp-indent-function property.
18692         * subr.el (with-syntax-table): Moved from simple.el.
18694         * simple.el (with-syntax-table): Moved to subr.el.
18696 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
18698         * tmm.el (tmm-shortcut): Delete region after prompt instead
18699         of erasing buffer.
18701         * textmodes/fill.el (fill-common-string-prefix): New function.
18702         (fill-context-prefix): Use the longest common prefix of first
18703         and second line fill prefix, if there is one.
18705 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18707         * array.el (array-mode): Don't use make-variable-buffer-local.
18708         Use make-local-variable for `truncate-lines'.
18710 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
18712         * add-log.el (add-log-current-defun): Handle user-defined
18713         add-log-current-function returning nil,
18715         * add-log.el (add-change-log-entry): Insert version number
18716         if having found a current function
18718         * add-log.el (add-log-current-defun):
18719         Call `add-log-current-defun-function'.  Try matches at level 0 and
18720         level 1.  Strip whitespace from defun found.
18722 2000-01-10  John Wiegley  <johnw@gnu.org>
18724         * allout.el (isearch-done/outline-provisions): Added `edit'
18725         argument to correspond with the current definition of `isearch-done'.
18727 2000-01-10  Dave Love  <fx@gnu.org>
18729         * elide-head.el (elide-head): Use point-marker, not point.
18731 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
18733         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18734         before and after the year 2000.
18736         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18737         Add ispell- prefix.
18739 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
18741         * ispell.el:  Only define dictionaries in menus when they exist.
18742         (version18p): New variable.
18743         (version20p): New variable.
18744         (xemacsp): New variable.
18745         (ispell-choices-win-default-height): Fix for XEmacs visibility.
18746         (ispell-dictionary-alist1): Added Brasileiro dictionary.
18747         (ispell-dictionary-alist6): Russian command lines no longer accept
18748         run-together words.
18749         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18750         (ispell-dictionary-alist): Add koi8-r to customize definition.
18751         (check-ispell-version): Added documentation string.  Return library
18752         path when called non-interactively.
18753         (ispell-menu-map-needed): Uses new variables.
18754         (ispell-library-path): New variable.
18755         (ispell-decode-string): XEmacs fix for bogus variable bindings.
18756         (ispell-word): Improved documentation string.  Test for valid
18757         character mappings.  Correctly check typed in word changes that can
18758         result in single words split into multiple words.
18759         Return replacement word.
18760         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
18761         replace in recursive query replace mode.  Help message for
18762         recursive edit mode.
18763         (ispell-show-choices): Protect against bad framepop bindings.
18764         (ispell-help): Fix to work with XEmacs.
18765         (ispell-highlight-spelling-error): Use new variables.
18766         (ispell-overlay-window): Fix to work with XEmacs.
18767         (ispell-parse-output): Passed and returns location information
18768         tracking spelling corrections.  Doesn't recheck same word on
18769         current line.
18770         (ispell-init-process): Protect against bogus XEmacs variable binding.
18771         Fix call to single argument in sleep-for.  Use new variables.
18772         (ispell-region): Passed and returns location information tracking
18773         spelling corrections.  Doesn't check same word on current line.
18774         Improved documentation string.  Doesn't resend a line already
18775         checked to the ispell process - fixes bug in LaTeX parsing.
18776         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18777         (ispell-skip-region): No longer skips <TT> in SGML.
18778         (ispell-process-line): Tracks location information with spelling
18779         corrections.  Added documentation string.  Accounts for words
18780         already accepted on this line.  Don't allow query-replace on line
18781         starting with math characters.  Doesn't resend a line already sent
18782         to ispell process.  Fixes alignment error bug.
18784 2000-01-10  Richard M. Stallman  <rms@gnu.org>
18786         * dired-x.el (dired-guess-shell-alist-default):
18787         Suggest xloadimage, which is free, not xv, which isn't.
18789         * ange-ftp.el (ange-ftp-file-name-nondirectory):
18790         Don't ever include the host name or user name in the value.
18792 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18794         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18795         of a real newline.
18797 2000-01-09  Stephen Eglen  <stephen@gnu.org>
18799         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18800         for .png files.
18802 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
18804         * cus-edit.el (custom-hook-convert-widget): Fix comment.
18806 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18808         * progmodes/cperl-mode.el: Replace ^F with ^L.
18810         * sendmail.el (toplevel): Provide `sendmail' when compiling before
18811         `require'ing rmail and mailalias to prevent infinite recursion.
18813 2000-01-08  Dave Love  <fx@gnu.org>
18815         * emacs-lisp/backquote.el: Remove inappropriate customization
18816         (allowing custom.el to use backquote).
18818 2000-01-07  Dave Love  <fx@gnu.org>
18820         * add-log.el (add-log-debugging): Deleted.
18821         (add-change-log-entry): Treat a backup FILE-NAME as its parent
18822         file.  Remove debugging code.
18823         (change-log-get-method-definition, change-log-name): Add doc.
18824         (change-log-sortable-date-at): New function.
18825         (change-log-merge): New command.
18827         * time.el (display-time-string-forms): Make the Mail string active.
18828         (display-time-update): Provide help-echo for load average.
18830         * bindings.el (make-mode-line-mouse2-map): New function.
18831         (mode-line-modified): Use it and simplify.
18832         (mode-line-mule-info): Provide help-echo info.
18833         (minor-mode-alist): Activate the strings.
18834         (make-mode-line-mouse-sensitive): Simplify for
18835         mode-line-buffer-identification.
18837 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
18839         * play/pong.el: New file.
18841 2000-01-06  Dave Love  <fx@gnu.org>
18843         * array.el: Assorted cleanups for compiler warnings, doc strings,
18844         `array-' prefix for symbols.
18846 2000-01-05  Dave Love  <fx@gnu.org>
18848         * textmodes/outline.el (outline-mode-menu-bar-map):
18849         Add outline-headers-as-kill.
18850         (outline-mode): Define imenu-generic-expression.
18851         (outline-headers-as-kill): New command.
18853         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18854         from paragraph-start.
18855         (paragraph-indent-minor-mode): New command.
18857         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18858         M-C-e, M-C-h, C-j, C-xnd, TAB.
18859         (fortran-mode): Set beginning-of-defun, end-of-defun.
18860         (fortran-column-ruler): Simplify.
18861         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18862         (fortran-with-subprogram-narrowing): Likewise.
18863         (fortran-indent-subprogram): Call mark-defun.
18864         (fortran-check-for-matching-do): Change narrowing.
18866         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18867         (cl-lucid-hash-tag): Delete.
18868         (cl-hash-table-p): Correct test for native table.
18869         (cl-hash-table-count): Use hash-table-count.
18871         * browse-url.el (browse-url): Fix case of
18872         browse-url-browser-function being an alist.
18874 2000-01-05  Carsten Dominik  <cd@gnu.org>
18876         * textmodes/reftex-vars.el (reftex-parse-file-extension)
18877         (reftex-index-phrase-file-extension): New options.
18879         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18880         Use new option `reftex-index-phrase-file-extension'.
18882         * textmodes/reftex.el (reftex-access-parse-file): Use new option
18883         `reftex-parse-file-extension'.
18885 2000-01-05  Dave Love  <fx@gnu.org>
18887         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18888         (beginning-of-defun-raw): Use it.
18889         (end-of-defun): New variable.
18890         (end-of-defun): Use it.
18891         (check-parens): New command.
18893 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
18895         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18896         (hs-show-block): Don't use `mapcar' when not accumulating.
18898         Fix buglet in local variables initialization.
18900 2000-01-05  Andreas Schwab  <schwab@suse.de>
18902         * hscroll.el (hscroll): Doc fix.
18904 2000-01-05  Carsten Dominik  <cd@gnu.org>
18906         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18907         Require idlw-toolbar.
18909         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18910         file idlw-rinfo.el.
18911         (idlwave-customize): Load must read file idlw-shell.el.
18912         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18914 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
18916         * progmodes/idlw-shell.el: Also provide idlwave-shell
18917         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18918         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18920         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
18921         both reftex-dcr and reftex-vcr.
18923         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18925 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18927         * ps-print.el: PostScript code now is in separate files, doc fix.
18928         (ps-print-version): New version number (5.0.3).
18929         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18930         local.
18931         (ps-spool-config): Initialization fix.
18932         (ps-print-prologue-1, ps-print-prologue-2)
18933         (ps-print-duplex-feature): PostScript code moved to separated file.
18934         (ps-background-image): Little code reformating.
18935         (ps-begin-file, ps-begin-job): Fix code.
18936         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18937         (ps-prologue-file): New fun.
18939 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18941         * ps-vars.el: Eliminated.
18943         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18944         `;;;###autoload'.
18946         * ps-print.el: ps-vars eliminated, doc fix.
18947         (ps-print-version): New version number (5.0.2).
18948         (ps-spool-config): Initialization fix.
18949         (ps-print-customize): New fun.
18951 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
18953         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
18955 2000-01-04  Dave Love  <fx@gnu.org>
18957         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18958         menu items.
18960 2000-01-03  Dave Love  <fx@gnu.org>
18962         * elide-head.el (elide-head) [defgroup]: Add :version.
18964         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
18965         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18966         Use `cl-hash-table-p', not `hash-table-p'.
18967         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18969 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18971         * faces.el (face-read-integer, read-face-attribute)
18972         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
18974 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
18976         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18977         at comment end, and re-insert them after filling.
18979 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18981         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18982         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18983         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18985 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18987         * term/x-win.el (xw-defined-colors): Call color-supported-p,
18988         the new name of face-color-supported-p.
18990         * term/w32-win.el (xw-defined-colors): Likewise.
18992 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18994         * simple.el (completion-setup-function): Count completion-size
18995         from minibuffer-prompt-end, not from point-min.
18997 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
18999         * faces.el (read-face-attribute, defined-colors, color-defined-p):
19000         Pass the frame to tty-color-* functions.
19001         (display-color-p, frame-set-background-mode): Pass the frame to
19002         tty-display-color-p.
19004         * term/tty-colors.el (tty-defined-color-alist): Renamed from
19005         tty-color-alist.
19006         (tty-color-alist, tty-modify-color-alist): New functions.
19007         (tty-color-define,  tty-color-clear, tty-color-approximate)
19008         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19009         optional parameter FRAME.
19011 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
19013         * image.el (create-image, defimage): Don't assume image data is
19014         a string.
19016         * image.el (defimage): Handle specifications containing :data
19017         instead of :file.
19018         (image-type-from-data): New function.
19019         (image-type-from-file-header): Use it.
19020         (create-image): Add parameter DATA-P.
19022 See ChangeLog.8 for earlier changes.
19024 ;; Local Variables:
19025 ;; coding: iso-2022-7bit
19026 ;; End: