(occur): Bind inhibit-read-only to t.
[emacs.git] / lisp / ChangeLog
blobb61e1dd0a61c00b8666b8d1b722d252f9e91846c
1 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
3         * replace.el (occur): Bind inhibit-read-only to t.
5 2001-08-16  Miles Bader  <miles@gnu.org>
7         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t
8         when calling `constrain-to-field', to avoid problems with comint
9         prompts.
11 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
13         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
14         (toplevel): Set it as `common-lisp-indent-function' for
15         `defmethod'.
17         * ediff-mult.el (ediff-get-meta-info): Fix the condition 
18         of a while-loop.
20         * Makefile.in (DONTCOMPILE): Remove sc.el.
21         
22         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
23         Don't include term/.
25         * mail/sc.el:  Moved to obsolete/.
27 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
29         * ps-print.el: Change error function arguments to follow Emacs
30         message convention.  Doc fix.
31         (ps-print-version): New version number (6.5.4).
32         (coding-system-for-write): Change declaration position to avoid
33         XEmacs compilation gripes.
34         (coding-system-for-read, buffer-file-coding-system): Declarations
35         to avoid XEmacs compilation gripes.
37         * ps-mule.el: Doc fix.
38         (ps-mule-encode-header-string): If STRING is not a string, replace
39         STRING by empty string.
41 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
43         * frame.el (show-trailing-whitespace): Doc fix.
45 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
47         * desktop.el (desktop-save): Insert the coding: tag before
48         desktop-header.
50 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
52         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
53         its path from $els.
55         * image.el (image-jpeg-p): Fix call of substring.
57 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
59         * play/animate.el (animate-string): Doc fix.  Use a buffer
60         name with stars in it.
61         (animate-sequence): New function.
62         From Richard Stallman <rms@gnu.org>.
64         * frame.el (select-frame-set-input-focus): New function
65         extracted from other-frame.
66         (other-frame): Use it.
67         (next-multiframe-window, previous-multiframe-window): Use it.
69         * isearch.el (isearch-other-meta-char): Don't switch to the
70         buffer of a window clicked on, when the current buffer is
71         in Isearch mode.
73         * image.el (image-jpeg-p): Test for APPn markers in the range
74         #xe0..#xef.
76 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
78         * desktop.el (desktop-save): Don't use concat to form a file
79         name, use expand-file-name.
81         * mouse.el (mouse-delete-window): Do nothing if frame has just
82         one window.
84         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
85         for the minor mode name.
87         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
88         minor mode name.
90         * time.el (display-time-string-forms): Use
91         make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
93         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
94         the minor mode name.
96         * emacs-lisp/easy-mmode.el (define-minor-mode): Use 
97         mode-line-minor-mode-keymap for the minor mode name.
99         * calendar/calendar.el (calendar-mode-line-format): Use
100         make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
102         * bindings.el (make-mode-line-mouse-map): Renamed from
103         make-mode-line-mouse2-map.  Take additional arg MOUSE.
104         (mode-line-modified): Use mouse-3 instead of mouse-2.
105         (mode-line-buffer-identification-keymap): Bind keys differently.
106         (propertized-buffer-identification): Adapt help-echo to new
107         bindings.
109         * bindings.el (mode-line-format): Specify help-echo for line
110         number, column number and buffer-percent part of the mode-line.
112         * image.el (image-type-regexps): Allow whitespace at the start
113         of the image data for XPM, XBM and Postscript, which are
114         text files.
115         (image-jpeg-p): Correct calculation of next field offset.
117 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
119         * battery.el: Fix typo.
121 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
123         * image.el (image-type-regexps): Allow predicates.  Change the way
124         JPEG images are recognized.
125         (image-jpeg-p): New function.
126         (image-type-from-data): Handle predicates in image-type-regexps.
128         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
129         #:, #x, #o, and similar constructs.
131 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
133         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
135         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
136         instead of `progn'.
138         * tar-mode.el (tar-extract): Avoid generating a new buffer
139         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
141         * textmodes/paragraphs.el (forward-sentence): Avoid building
142         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
144         * progmodes/executable.el (executable-set-magic): If 
145         executable-find returns a quoted file name, unquote it before
146         inserting it.
148         * image.el (image-type-regexps): For JPEG files, use a regexp
149         derived from the JFIF spec.
150         
151         * image.el (image-type-regexps): Use `\`' instead of `^' in
152         most regular expressions.
154 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
156         * play/animate.el: re-insert a reference to re-inserted function.
158 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
160         * help.el (describe-function-1): Use
161         find-function-search-for-symbol instead of find-function-noselect
162         because the latter follows aliases.
164         * play/animate.el (animate-birthday-present): Re-insert.
166         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle
167         old-style menu definitions.
169 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
171         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
172         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
174         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
175         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
176         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
178 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
180         * textmodes/tildify.el: Milan Zamazal has new address.
182 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
184         * custom.el (custom-set-variables): Don't test `custom-requests'
185         properties, check the third element of the options passed to
186         custom-set-variables instead.
188         * info.el (info-insert-file-contents): Use info-file-exists-p
189         instead of file-exists-p.
191         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
192         the mode-line face is restored.  Fix several bugs.
194         * replace.el (perform-replace): Doc fix.
196 2001-08-02  Francesco Potorti`  <pot@gnu.org>
198         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
199         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
200         (uniquify-fix-item-base, uniquify-fix-item-filename)
201         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
202         Callers changed.
203         (uniquify-set-proposed): Changed to work with a vector item.
204         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
205         the fix list, and a list of strings for the non-file buffer
206         names.  Both changes reduce consing.
207         (uniquify-rationalize-a-list): Local variable renaming.
208         (uniquify-rationalize-conflicting-sublist): Use member instead of
209         assoc.
210         (uniquify-rename-buffer): Use unless instead of if not.
212 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
214         * recentf.el (recentf-dump-variable): Handle a value of nil
215         correctly.
217         * custom.el (custom-set-variables): Set options with :require
218         clauses last.
220         * custom.el (defcustom): Doc fix.
222         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
224 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
226         * man.el (man): Mention Man-switches in the doc string.
227         (Man-switches): Mention -a in the doc string.
229         * textmodes/ispell.el (ispell-alternate-dictionary): Add
230         /usr/share/lib/dict/words, for Irix.
232         * bindings.el: Bind shifted and control-shifted kp-* keys to the
233         corresponding non-kp keys.  Suggested by Stephen Gildea
234         <gildea@alum.mit.edu>.
236 2001-08-01  Francesco Potorti`  <pot@gnu.org>
238         * uniquify.el: These changes correct a corner case that the old
239         code managed correctly.
240         (uniquify-fix-item-proposed): Renamed from
241         uniquify-fix-item-min-proposed.
242         (uniquify-set-proposed): New function.
243         (uniquify-rationalize-file-buffer-names): Code reshuffled for
244         clarity and speed.
245         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.  This
246         is equivalent to what the old code did.
247         (uniquify-rationalize-a-list): Never recompute the proposed
248         name.  Sort the conflicting sublist before rationalising it: this
249         is equivalent to what the old code did, but one directory element
250         at a time, and only when necessary.
251         (uniquify-rationalize-conflicting-sublist): Recompute here the
252         proposed name.
254 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
256         * play/animate.el: Add Keywords and Maintainer.  Remove a
257         reference to a removed function.
259         * play/animate.el (animate-string): Handle case that the string is
260         longer than the window is wide.
262 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
264         * desktop.el (desktop-save): Bind coding-system-for-write to
265         `emacs-mule' for write-region.
267         * delsel.el (delete-selection-pre-hook): Don't set this-command
268         to `ignore' if the region is empty.
270         * international/mule.el (set-keyboard-coding-system): Set
271         keyboard-coding-system.
273         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
274         before accessing it.
276 2001-07-30  Andreas Schwab  <schwab@suse.de>
278         * menu-bar.el (toggle-highlight-paren-mode): Use
279         `(show-paren-mode)' as body.
281 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
283         * vc.el (vc-checkout-hook): New hook.
284         (vc-checkout): Run it.
286 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
288         * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
289         the ?= operator.  From Jonathan Kamens <jik@curl.com>.
291 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
293         * vc.el (vc-switch-backend): Fix autoload cookie.
295         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
296         the desktop file.
298 2001-07-30  Simon Josefsson  <jas@extundo.com>
300         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
301         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
303 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
305         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
306         (last-sexp-toggle-display): Renamed from last-sexp-print.
307         (last-sexp-toggle-display, eval-last-sexp-1): Use
308         last-sexp-setup-props.
310         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
311         New user-options.
312         (mouse-wheel-change-button): New function.
313         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
314         (mwheel-scroll): Ditto.
316 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
318         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
319         `...', compare with unabbreviated printed representation instead.
320         (last-sexp-print): Bind print-length and print-level to nil.
322         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
323         before assigning text properties.  Make properties rear-nonsticky.
325         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
326         (eval-last-sexp-1): Give printed text a `keymap' property and bind
327         <mouse-2> and <RET> in that map to a function printing the
328         unabbreviated value.
330         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
331         is a buffer, put a text property `printed-value' on the printed
332         representation, with the Lisp object printed as value.
334 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
336         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
337         Mention the effect of eval-expression-print-length and
338         eval-expression-print-level in the doc strings.  Suggested by
339         Kevin Gallagher <kevingal@onramp.net>.
341 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
343         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
344         for buttons > 3.
345         (xterm-mouse-translate): Handle the case that we don't get a
346         down-event.
348         * emacs-lisp/find-func.el (find-function-regexp): Add
349         easy-mmode-define-global-mode to the regexp.  Allow newlines
350         in front of the function name.
352         * isearch.el (isearch-other-meta-char): Fix last change.
354         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
355         similar events for which fake prefix keys are generated.  It's no
356         longer necessary since read_key_sequence doesn't modify these
357         events for internal purposes anymore.
359         * files.el (auto-mode-alist): Use nroff-mode for files ending
360         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
362 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
364         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
365         tool-bar-lines parameter, behave as if its value were zero.
366         (mouse-avoidance-set-pointer-shape): Don't do anything if
367         x-pointer-shape is not boundp.
369 2001-07-23  Francesco Potorti`  <pot@gnu.org>
371         * uniquify.el: Overall speedup changes when using many buffers.
372         (uniquify-fix-item-base, uniquify-fix-item-filename,
373         uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
374         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
375         place in the item, but was never used.
376         (uniquify-fix-item-min-proposed): New defalias: the fourth place
377         in the item is now used as cache for the proposed name.
378         (uniquify-rationalize-file-buffer-names): Move computation made on
379         newbuffile out of the loop, in the newbuffile-nd local var.  Use
380         dolist (cosmetic change).  Compute the proposed name for the most
381         common case and cache it in the fourth place in the item.
382         (uniquify-rationalize-file-buffer-names): Used to return a a list
383         of buffer whose name was changed, but that return value was never
384         used.
385         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
386         the cached proposed name, does much less consing and is quicker.
387         (uniquify-filename-lessp): Deleted.
388         (uniquify-rationalize-a-list): Use dolist (cosmetic change).  Do
389         not bind locally the uniquify-possibly-resolvable flag.  Use the
390         cached proposed name is possible.
391         (uniquify-get-proposed-name): Arguments changed, callers changed.
392         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
393         uniquify-possibly-resolvable flag, which is no more bound locally.
394         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
395         flag, which does not exist any more.
397 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
399         * term/internal.el (IT-unicode-translations): Fix the appearance of
400         "6`".
402         * progmodes/compile.el (compile-internal): If EMACS is already
403         defined in the environment, don't override its value.
405 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
407         * play/fortune.el: Undo change of 2001-07-13.
408         Fix autoload cookies.  Add types to defcustoms.
409         (fortune) <defgroup>: Add :link.
410         (fortune-from-region): Use eq, not eql.
411         From Dave Love <fx@gnu.org>.
413         * play/animate.el (animate-birthday-present): Function removed.
415         * play/animate.el: New file.
417 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
419         * startup.el (normal-top-level-add-subdirs-to-load-path): On
420         Windows, put into normal-top-level-add-subdirs-inode-list the
421         canonicalized names of the directories instead of inode numbers.
423 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
425         * ediff-util.el: Copyright years.
426         (ediff-choose-syntax-table): New function.
427         (ediff-setup): Use ediff-choose-syntax-table.
428         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
429         vc-state is available.
430         (ediff-make-temp-file): Use ediff-coding-system-for-write.
432         * ediff-init.el (ediff-with-syntax-table): New macro, uses
433         with-syntax-table.
434         (ediff-coding-system-for-read): From ediff-diff.el
435         (ediff-coding-system-for-write): New variable.
436         (ediff-highest-priority): Fixed the bug having to do with disappearing
437         overlays.
438         (ediff-file-remote-p): Use file-remote-p, if available.
439         (ediff-listable-file): New function.
440         (ediff-file-attributes): Use ediff-listable-file.
442         * ediff-mult.el (ediff-meta-insert-file-info1): Use
443         ediff-listable-file.
445         * ediff-ptch.el (ediff-prompt-for-patch-file): Use
446         ediff-coding-system-for-read.
447         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
449         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
450         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
452         * ediff.el: Date of last update, copyright years.
454         * ediff-wind (ediff-setup-control-frame): Nill->nil.
456         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
457         of Scott Bronson.
458         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
459         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
460         Deleted functions.
461         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
462         ex-token-list.
463         (viper-get-ex-address-subr): Convert registers to char data type.
465         * viper-util.el (viper-int-to-char,viper-char-equal): New
466         functions.
467         (viper-memq-char): Use viper-int-to-char.
468         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
469         vc-locking-state.
470         (viper-read-key): Use viper-read-key-sequence.
472         * viper.el (viper-major-mode-modifier-list): Added
473         inferior-emacs-lisp-mode.
474         (this-major-mode-requires-vi-state): New function that uses simple
475         heuristics to decide if vi state is appropriate.
476         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
477         (viper-non-hook-settings): Don't advise read-key-sequence.
478         (viper-read-key-sequence): New function that replaces the
479         previously used advice to read-key-sequence.
481         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
482         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
483         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
484         (viper-open-line-at-point,viper-substitute,viper-overwrite)
485         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
486         Got rid of the negative character hack.
487         (viper-escape-to-state,viper-replace-state-exit-cmd):
488         Use viper-read-key-sequence.
489         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
490         (viper-minibuffer-standard-hook,viper-read-string-with-history):
491         Don't override existing minibuffer-setup-hook.
492         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
493         Convert registers to char data type.
494         (viper-autoindent): Use viper-indent-line.
496         * viper-keym.el: Use viper-exec-key-in-emacs.
498 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
500         * server.el (server-visit-files): Fix variable name typo.
502 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
504         * simple.el (delete-trailing-whitespace): Save match data
505         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
507 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
509         * progmodes/compile.el (compilation-parse-errors): `linenum' might
510         return a this-error using the alternative format (a pair of markers).
512 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
514         * font-lock.el (c++-keywords): Add Standard C++ operator names.
516         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
517         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
519 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
521         * international/iso-transl.el: Fix typo in the header of the file.
523         * textmodes/picture.el (picture): Doc fix.
525         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
526         follow coding conventions in generated files.
528 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
530         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
531         (tool-bar-add-item): Don't call image-related primitives if the
532         display doesn't support images.
534         * frame.el (display-images-p): New function.
536 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
538         * server.el (server-visit-files): Handle the case the specified
539         column number is <= 0.
541 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
543         * startup.el (command-line-1): Add support for +LINE:COLUMN
544         command line argument.
546 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
548         * server.el (server-process-filter, server-visit-files):
549         Add support for +LINE:COLUMN style emacsclient calls.
551 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
553         * emacs-lisp/easy-mmode.el: Add Keywords header.
555         * play/pong.el: Author has new address.
557         * play/landmark.el: Author is no more reachable.
559         * play/handwrite.el: Author is no more reachable.
561 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
563         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
564         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
565         Complete bindings for F<1..12> keys.
566         (global-map): Remove `undo' binding (already in the default).
567         Replace `t<n>' bindings with `f<n>' bindings.
569 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
571         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
572         (tcl-mode): Use tcl-add-log-defun.
573         (tcl-indent-line): Use tcl-calculate-indent.
574         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
575         (tcl-indent-exp): Renamed from indent-tcl-exp.
576         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
577         (tcl-indent-for-comment): Call comment-indent-function properly
578         and handle the case where it returns nil.
580 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
582         * calendar/cal-islam.el (calendar-goto-islamic-date):
583         Remove autoload cookie.
585         * calendar/calendar.el (calendar-goto-islamic-date):
586         Add call to autoload.
588 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
590         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
591         Don't change compile-auto-highlight globally.
592         Don't bother with `font-lock-defaults' property since XEmacs
593         also understands the `font-lock-defaults' variable.
594         Use make-local-variable rather than make-variable-buffer-local.
595         Don't `defconst' comment-indent-function: keep the default.
596         Call easy-menu-add unconditionally.
597         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
598         (ada-create-menu): Use :included for Emacs as well.
600         * vc.el (vc-do-command): Autoload.
602         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
604 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
606         * ps-print.el: Fix Author: header.
608 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
610         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
611         mouse-1 etc., bind them to `ignore'.
613         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
614         send-invisible, which is already defined in Comint.
615         (eshell-watch-for-password-prompt): Use it.
617 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
619         * which-func.el (which-func-mode): Doc fix.
621         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
622         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
623         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
624         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
625         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
626         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
627         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
628         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
629         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
630         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
631         * emulation/edt-mapper.el, emulation/edt-pc.el,
632         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
633         * emulation/tpu-edt.el, emulation/tpu-extras.el,
634         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
635         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
636         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
637         * international/isearch-x.el, international/iso-cvt.el,
638         * international/ogonek.el, international/quail.el,
639         * international/utf-8.el, jit-lock.el, language/devan-util.el,
640         * language/devanagari.el, language/ethio-util.el,
641         * language/ethiopic.el, language/european.el, language/indian.el,
642         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
643         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
644         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
645         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
646         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
647         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
648         * progmodes/autoconf.el, progmodes/cmacexp.el,
649         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
650         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
651         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
652         * progmodes/ebnf2ps.el, progmodes/executable.el,
653         * progmodes/fortran.el, progmodes/idlw-shell.el,
654         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
655         * progmodes/m4-mode.el, progmodes/mantemp.el,
656         * progmodes/meta-mode.el, progmodes/octave-inf.el,
657         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
658         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
659         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
660         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
661         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
662         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
663         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
664         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
665         * textmodes/two-column.el, time-stamp.el, timezone.el,
666         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
667         * which-func.el, whitespace.el, wid-browse.el, widget.el,
668         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
669         conventions.
671 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
673         * simple.el (set-variable): Require 'cus-edit' instead of
674         `wid-edit', so that the Custom widgets get defined.
676 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
678         * allout.el: A fix to follow coding conventions.
680         * find-lisp.el: A fix to follow coding conventions.
682         * term/w32-win.el: A fix to follow coding conventions.
684         * textmodes/sgml-mode.el: A fix to follow coding conventions.
686         * term/xterm.el: A fix to follow coding conventions.
688         * term/news.el: A fix to follow coding conventions.
690         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
691         header line fixed.
693         * sun-curs.el: Fix Maintainer: header line.
695         * emacs-lisp/easymenu.el: Address of the author added.
697 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
699         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
700         property.
702 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
704         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
705         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
706         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
707         Some fixes to follow coding conventions.
709 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
711         * which-func.el (which-func-mode): Doc fix.
713 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
715         * net/rcompile.el (remote-compile): Use make-local-variable.
717         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
719         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
721         * mail/reporter.el (reporter-submit-bug-report):
722         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
724 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
726         * calendar/cal-china.el, calendar/cal-coptic.el,
727         * calendar/cal-dst.el, calendar/cal-french.el,
728         * calendar/cal-hebrew.el, calendar/cal-islam.el,
729         * calendar/cal-iso.el, calendar/cal-julian.el,
730         * calendar/cal-mayan.el, calendar/cal-persia.el,
731         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
732         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
733         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
734         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
735         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
736         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
737         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
738         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
739         * progmodes/ada-xref.el, progmodes/cc-align.el,
740         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
741         * progmodes/cc-defs.el, progmodes/cc-engine.el,
742         * progmodes/cc-langs.el, progmodes/cc-menus.el,
743         * progmodes/cc-styles.el, progmodes/cc-vars.el,
744         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
745         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
746         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
747         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
748         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
749         * textmodes/reftex.el: Some fixes to follow coding
750         conventions in Eshell files with known maintainers.
752         * emulation/viper.el: A fix to follow coding conventions.
754         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
755         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
756         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
757         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
758         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
759         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
760         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
761         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
762         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
763         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
764         conventions in Eshell files.
766         * composite.el, diff.el, emacs-lisp/levents.el,
767         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
768         * emulation/pc-mode.el, emulation/viper-cmd.el,
769         * emulation/viper-ex.el, emulation/viper-init.el,
770         * emulation/viper-keym.el, emulation/viper-macs.el,
771         * emulation/viper-mous.el, emulation/viper-util.el,
772         * emulation/viper.el, forms-pass.el, international/ccl.el,
773         * international/characters.el, international/encoded-kb.el,
774         * international/fontset.el, international/ja-dic-cnv.el,
775         * international/ja-dic-utl.el, international/kinsoku.el,
776         * international/kkc.el, international/mule-cmds.el,
777         * international/mule-diag.el, international/mule-util.el,
778         * international/mule.el, international/titdic-cnv.el,
779         * language/china-util.el, language/chinese.el,
780         * language/cyril-util.el, language/cyrillic.el, language/english.el,
781         * language/greek.el, language/hebrew.el, language/japan-util.el,
782         * language/japanese.el, language/korea-util.el, language/korean.el,
783         * language/lao-util.el, language/lao.el, language/misc-lang.el,
784         * language/slovak.el, language/thai-util.el, language/thai.el,
785         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
786         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
787         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
788         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
789         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
790         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
791         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
792         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
793         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
794         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
795         to follow coding conventions in files without maintainer or in files
796         with clear maintainer (but without Maintainer header stating so).
798         * emacs-lisp/elp.el: A fix to follow coding conventions.
800         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
801         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
802         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
803         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
804         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
805         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
806         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
807         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
808         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
809         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
810         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
811         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
812         conventions in files from Gnus.
814         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
815         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
816         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
817         * echistory.el, electric.el, emacs-lisp/authors.el,
818         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
819         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
820         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
821         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
822         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
823         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
824         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
825         * international/codepage.el, international/iso-ascii.el,
826         * international/iso-insert.el, international/iso-transl.el,
827         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
828         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
829         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
830         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
831         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
832         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
833         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
834         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
835         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
836         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
837         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
838         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
839         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
840         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
841         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
842         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
843         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
844         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
845         * textmodes/tex-mode.el, textmodes/text-mode.el,
846         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
847         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
848         * vt100-led.el, window.el: Some fixes to follow coding conventions in
849         files maintained by FSF.
851 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
853         * arc-mode.el: A fix to follow coding conventions.
855         * bindings.el: Ditto.
857         * cdl.el: Ditto.
859         * comint.el: Ditto.
861         * cus-start.el: Ditto.
863         * shell.el: Ditto.
865         * skeleton.el: Ditto.
867 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
869         * info.el (Info-build-node-completions):
870         Make Info-current-file-completions buffer local.
872 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
874         * which-func.el (which-func-mode, which-func-ff-hook)
875         (which-function-mode): Remove references to which-func-mode-global.
877         * calendar/cal-islam.el (calendar-goto-islamic-date):
878         Add  autoload cookie.
880         * play/fortune.el: Add types to defcustoms.
882 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
884         * language/czech.el: A fix to follow coding conventions.
886 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
888         * speedbar.el (speedbar-supported-extension-expressions): Add .g
889         to the extension list, for antlr-mode.  From Christoph Wedler
890         <Christoph.Wedler@sap.com>.
892 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
894         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
895         (vc-dired-mode-map): Fix the madness.
897         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
898         (vc-prefix-map): Moved back from vc.el.
900 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
902         * mail/mail-extr.el (mail-extr-all-top-level-domains):
903         Increase the size of the obarray.
904         (mail-extr-all-top-level-domains): Add more toplevel domains,
905         add more long names.
906         From: Per Starback <starback@ling.uu.se>.
908 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
910         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
911         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
913         * progmodes/ada-mode.el: Ditto.
915         * progmodes/ada-xref.el: Ditto.
917 2001-07-11  Miles Bader  <miles@gnu.org>
919         * finder.el (finder-insert-at-column): Also move to the next line
920         if exactly at COLUMN.
922 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
924         * help.el (describe-function-1): When printing FUNCTION's
925         documentation, don't assume FUNCTION is a symbol.
927         * startup.el (normal-top-level): Don't operate on the initial
928         frame if we failed to create one.
930 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
932         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
933         itself, i.e. only indent the contents in it.
935 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
937         * mail/rmail.el (rmail-show-message): Show beginning of message in
938         all windows containing it.
940 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
942         * term/tty-colors.el: Fix the header line and copyright years.
944 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
946         * emacs-lisp/advice.el (ad-make-advised-definition): If the
947         original definition has an interactive form, but is Elp
948         instrumented, use the interactive form of the function called by
949         elp-wrapper.
951         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
952         configurations with compare-window-configuration; they aren't
953         window configurations.
955         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
956         from the server for the format we expect.  Don't use it if it
957         doesn't look like what the Internet draft for FTP extensions specifies.
959         * toolbar/*.pbm: Cleaned up.
960         From Luis Fernandes <elf@ee.ryerson.ca>.
962 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
964         * cc-cmds.el: Extended the kludge to interoperate with the
965         delsel and pending-del packages wrt to the new function
966         `c-electric-delete-forward'.
968 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
970         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
971         to delay the call to <mode> for global minor modes.
972         (easy-mmode-define-navigation): Only recenter if interactive.
974 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
976         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
977         to lisp-indent-line.
979         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
980         from the server.  Call encode-time only when we are sure that we
981         got a 213 response.
983 2001-07-06  Simon Josefsson  <jas@extundo.com>
985         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
986         (mail-envelope-from): New user option.
987         (sendmail-send-it): Use it.
989 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
991         * ps-print.el: Use locale dependant date to print date in header.
992         Doc fix.
993         (ps-print-version): New version number (6.5.3).
994         (ps-right-header, ps-right-footer): Initialization and doc fix.
995         (ps-time-stamp-locale-default): New fun.
997 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
999         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1000         field problem with MIME-mode.
1002         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1004 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1006         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1007         MIME-mode.
1009 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
1011         * bindings.el (mode-line-mule-info): Don't show the tip with
1012         buffer-file-coding-system if that is nil.
1014 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
1016         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1017         instead of kill-line.
1019         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
1020         <Pavel@Janik.cz>.
1022         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
1023         <Pavel@Janik.cz>.
1025 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
1027         * font-lock.el (c-font-lock-keywords-3): When matching something
1028         like `struct X Y', finish with point after Y.
1030 2001-07-04  Simon Josefsson  <jas@extundo.com>
1032         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1033         in caller buffer.
1035 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
1037         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1038         instead of string-match to find the basename of the file.
1039         From Pascal Obry <p.obry@wanadoo.fr>.
1041         * net/browse-url.el (browse-url-default-windows-browser):
1042         Support the MS-DOS port when it runs on Windows.
1043         (browse-url-browser-function) [ms-dos]: Default to
1044         browse-url-default-windows-browser.
1046         * help.el (locate-library): Enable code that looks for compressed
1047         libraries if auto-compression-mode is on.
1049 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
1051         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1053 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
1055         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1057 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
1059         * allout.el: Fix the header line, so that finder.el recognizes it.
1060         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1062         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1063         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1065 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1067         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1069         * ps-bdf.el (bdf-directory-list): Use the value relative to
1070         installation-directory for MS-Windows as well.
1072 2001-06-29  Richard M. Stallman  <rms@gnu.org>
1074         * wid-edit.el (widget-color-sample-face-get):
1075         Return ((foreground-color . COLOR)) instead of constructing a face.
1077 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
1079         * faces.el (region): Change the background color for the
1080         light-background color display to lightgoldenrod2, to make it
1081         visible on some laptops.
1083 2001-06-28  Richard M. Stallman  <rms@gnu.org>
1085         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1086         (rmail-msg-restore-non-pruned-header): Likewise.
1087         If point was in the old pruned header, put it at the top.
1088         (rmail-msg-prune-header): If point was at the top, keep it there.
1090         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1091         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1093 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
1095         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1097 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
1099         * saveplace.el: Update maintainer email address.
1101 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1103         * uniquify.el: (uniquify-rationalize-file-buffer-names):
1104           Undo previous change.
1106 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1108         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1109         preliminary quick reordering.  Can speed things up dramatically.
1111 2001-06-26  Richard M. Stallman  <rms@gnu.org>
1113         * dired.el (dired-get-filename): A file name starting with ~
1114         is not absolute in this context.
1116         * which-func.el (which-func-maxout): Increase default to 500000.
1117         (which-function-mode): This is now the "real" name of the function.
1118         (which-func-mode): Now an alias.
1119         (which-func-mode-global): Name deleted.
1121         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1122         button-2, when binding hs-mouse-toggle-hiding.
1124 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1126         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1127         (rmail-msg-prune-header): Likewise.
1128         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1129         and `rmail-msg-prune-header'.
1131 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
1133         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1134         back than LINEBEG.
1136 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
1138         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1139         window where they clicked the mouse has a header line, adjust
1140         vertical movement by one.
1142 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
1144         * progmodes/glasses.el (glasses-make-readable): Consider underscores
1145         too when separating a parenthesis.
1147 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
1149         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1150         (bookmark-bmenu-hide-filenames): Add help-echo to
1151         mouse-highlighted text.
1152         (bookmark-bmenu-show-filenames): Remove help-echo property from
1153         the whitespace.
1155 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
1157         * files.el (auto-mode-alist): Add configure.ac (autoconf).
1158         From Karl Eichwalder <ke@suse.de>.
1160 2001-06-23  Richard M. Stallman  <rms@gnu.org>
1162         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1164         * progmodes/cc-styles.el (c-set-style): Don't specify initial
1165         contents for completing-read.
1167 2001-06-22  Richard M. Stallman  <rms@gnu.org>
1169         * menu-bar.el (menu-bar-make-toggle): Construct the
1170         function's doc string from HELP, not DOC, and make it accurate by
1171         adding "Toggle whether to " at the front and downcasing the initial.
1172         Change the HELP arg in some calls to make it fit this usage.
1174         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1175         Undo previous change.
1177 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
1179         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1181         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1183 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
1185         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1187         * dabbrev.el (dabbrev--select-buffers): Fix last change.
1189 2001-06-20  Richard M. Stallman  <rms@gnu.org>
1191         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1192         broken out from dabbrev--find-expansion.  Handle minibuffer
1193         specially here.
1194         (dabbrev--find-expansion): Simplify code in various ways.
1195         Don't treat minibuffers specially.
1196         Call dabbrev--make-friend-buffer-list.
1197         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
1198         (dabbrev--scanning-message): Do nothing when minibuffer is current.
1200 2001-06-19  John Wiegley  <johnw@gnu.org>
1202         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1203         Also, added a comment describing how to greatly speedup Eshell
1204         loadup time, by concatenating together all of Eshell's .elc files.
1206 2001-06-19  John Wiegley  <johnw@gnu.org>
1208         * eshell/esh-mode.el: Disabled a test that often yields false failures.
1210 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
1212         * woman.el (WoMan-highlight-references): Add help-echo to
1213         mouse-highlighted text.
1215 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
1217         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1219 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
1221         * international/quail.el (quail-start-conversion):
1222         Reset quail-translating to nil.
1224         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1225         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1227 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
1229         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1230         mouse-highlighted text.
1232         * dired.el (dired-mark-pop-up): Fix last change.
1234 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
1236         * calendar/calendar.el (generate-calendar-month): Add help-echo to
1237         mouse-highlighted text.
1239         * net/quickurl.el (quickurl-url-file): Run through
1240         convert-standard-filename.
1241         (quickurl-list-populate-buffer): Add help-echo to
1242         mouse-highlighted text.
1243         (top-level): Update Dave's URL.
1245         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1246         mouse-highlighted text.
1248         * textmodes/page-ext.el (pages-copy-header-and-position):
1249         Add help-echo to mouse-highlighted text.
1251         * tar-mode.el (tar-header-block-summarize): Add help-echo to
1252         mouse-highlighted text.
1254         * replace.el (occur): Add help-echo to mouse-highlighted text.
1256         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1257         mouse-highlighted text.
1259         * progmodes/cpp.el (cpp-make-button): Add help-echo to
1260         mouse-highlighted text.
1262         * progmodes/compile.el (compile-reinitialize-errors):
1263         Add help-echo to mouse-highlighted messages.
1264         (compilation-forget-errors): Remove help-echo property as well.
1266         * play/landmark.el (lm-plot-square, lm-init-display):
1267         Add help-echo to mouse-highlighted text.
1269         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1270         Add help-echo to mouse-highlighted text.
1272         * dired.el (dired-insert-set-properties): Add help-echo to
1273         mouse-highlighted text.
1274         (dired-mark-pop-up): Remove help-echo property from the file name.
1276         * comint.el (comint-send-input): Add help-echo to
1277         mouse-highlighted text.
1279         * buff-menu.el (list-buffers-noselect): Add help-echo to
1280         mouse-highlighted text.
1282         * arc-mode.el (archive-summarize-files): Add help-echo to
1283         mouse-highlighted text.
1285         * ffap.el (ffap-machine-p): Always return nil if
1286         open-network-stream is not fboundp.
1288 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
1290         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
1291         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1292         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1293         incorrectly binding chars between 128 and 256 to it.
1294         (sgml-maybe-name-self): Handle latin-1 chars properly.
1295         (sgml-tags-invisible): Bind buffer-file-name to nil.
1296         Use unwind-protect and restore-buffer-modified-p.
1297         (sgml-point-entered): Use buffer-substring-no-properties.
1298         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1299         (html-mode): Don't force `imenu-sort-function'.
1301 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
1303         * tar-mode.el: Fix the copyright notice.
1305         * font-lock.el (font-lock-comment-face): For tty's with dark
1306         background, use "red1", since "lightred" is not one of the colors
1307         recognized by tty-colors.el.
1309         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1310         create a buffer for extracted file, in case there's more than one
1311         file by that name in an archive, possibly in different
1312         directories.  From Kevin Rodgers <kevinr@ihs.com>.
1314         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
1315         <alex@gnu.org>.
1317 2001-06-15  Miles Bader  <miles@gnu.org>
1319         * textmodes/texinfmt.el (texinfo-format-syntax-table):
1320         Revert previous change.
1322 2001-06-14  Richard M. Stallman  <rms@gnu.org>
1324         * replace.el (keep-lines-read-args): Return just a regexp.
1325         Provide nil for the region args.
1326         (keep-lines, flush-lines, how-many):
1327         Calculate the defaults for the region here, when args are nil.
1329 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1331         * rot13.el (rot13-other-window): Some more doc fix.
1333 2001-06-14  Per Starback  <starback@ling.uu.se>
1335         * replace.el (case-replace, query-replace-from-history-variable)
1336         (query-replace-to-history-variable, keep-lines-read-args)
1337         (occur-revert-function, query-replace-help): Dox fix.
1339 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1341         * rot13.el (rot13-other-window): Doc fix.
1343 2001-06-14  Miles Bader  <miles@gnu.org>
1345         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1346         of " and \ to "." (punctuation).
1347         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1349 2001-06-13  Richard M. Stallman  <rms@gnu.org>
1351         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1353         * simple.el (shell-command-on-region): Never kill the
1354         *Shell Command Output* buffer.
1356 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
1358         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1360 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
1362         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1363         New var, to recognize ${ $' and PODs.
1364         (perl-font-lock-syntactic-face-function): New function.
1365         (perl-mode): Use them.
1366         (perl-continuation-line-p): New function, from perl-calculate-indent.
1367         (perl-calculate-indent): Use it, to properly handle continuation
1368         lines of continuation lines.
1370 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
1372         * server.el (server-process, server-buffer-clients): Doc fix.
1373         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1375 2001-06-09  John Wiegley  <johnw@gnu.org>
1377         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1378         test if the last command was Lisp or not.
1379         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1380         B x C".
1382 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
1384         * dos-w32.el (grep-regexp-alist): Remove definition, since the
1385         general one on compile.el supports drive letters.
1387 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1389         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1390         key description.
1392         * textmodes/reftex-sel.el (reftex-select-jump): New command.
1394         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1395         (reftex-toc-jump): New command.
1397         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1398         to parse international characters as well.
1400         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1401         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1403         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1405         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1406         TAB to the key separators.
1408 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
1410         * international/mule.el (auto-coding-alist): Remove redundant
1411         up-cased versions of the extensions (auto-coding-alist-lookup is
1412         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
1413         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
1415 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
1417         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1419 2001-06-01  Richard M. Stallman  <rms@gnu.org>
1421         * help.el (describe-variable): Put value on same line
1422         with preceding text, if it is short enough to look good that way.
1424 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
1426         * term/internal.el (IT-unicode-translations): New variable.
1427         (IT-setup-unicode-display): New function.
1429 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1431         * ps-print.el: Handle before-string and after-string overlay properties
1432         in ps-print-*-with-faces commands.  Doc fix.
1433         (ps-print-version): New version number (6.5.2).
1434         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1435         for XEmacs.
1436         (ps-prefix-quote): Doc fix.
1437         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1438         (ps-basic-plot-str, ps-plot-string): New funs.
1440 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
1442         * progmodes/etags.el (tags-compression-info-list): Fix docstring
1443         and :type spec.
1445 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
1447         * international/mule-cmds.el (inactivate-input-method):
1448         Set input-method-function to nil.
1450         * xml.el (xml-parse-tag): The document may contain invalid characters.
1451         From ShengHuo ZHU  <zsh@cs.rochester.edu>
1453 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1455         * mail/rmailsum.el (rmail-message-subject-p): Don't call
1456         `rmail-summary-line-decoder' if the message does not have
1457         a Subject: field.
1459         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1461         * mail/rmail.el (rmail-insert-mime-resent-message-function):
1462         New variable.
1463         (rmail-resend): Modify to work in `rmail-view-buffer'; call
1464         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1465         is non-nil.
1467 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
1469         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1471 2001-05-29  Sam Steingold  <sds@gnu.org>
1473         * faces.el (face-valid-attribute-values): Bind `valid' directly
1474         instead of using `setq'.
1476         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1477         Use `tex-shell-buf'.
1478         (tex-shell-proc): Use `tex-shell-running'.
1479         (tex-shell-buf-no-error): New function.
1480         (tex-send-tex-command): Use it.
1481         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1482         (tex-kill-job): Check the process before calling `quit-process'.
1484 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
1486         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1487         UTF-8 sequences.
1489 2001-05-28  Miles Bader  <miles@gnu.org>
1491         * comint.el (comint-carriage-motion): Renamed from
1492         `comint-cr-magic'.  Operate on the buffer instead of the string
1493         (for use as a comint post-output filter, instead of as a
1494         pre-output filter).  Handle backspaces too.  Add to the
1495         `comint-output-filter-functions' hook instead of
1496         `comint-preoutput-filter-functions'.
1498 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
1500         * language/japan-util.el (japanese-hankaku): Prefer the charset
1501         `jisx0201' when the optional argument `ascii-only' is not specified.
1502         (japanese-hankaku-region): Ditto.
1503         From Katsumi Yamaoka <yamaoka@jpl.org>
1505 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
1507         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1508         (outline-invisible-p): New function.
1509         (hide-leaves): Save excursion.
1510         (hide-other): Stop looping when reaching bobp.
1512 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1514         * cus-edit.el (custom-file): Fix last change.
1516 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
1518         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1519         same definition in byte-compile-function-environment as `autoload'
1520         would put in `symbol-function'.
1522         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1523         patch to correct the error message as well.
1525 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
1527         * cus-edit.el (custom-file): Don't assume we were invoked with -q
1528         unless ~/.emacs exists.
1530         * novice.el (enable-command): If user-init-file is nil or does not
1531         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1533 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1535         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1536         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1537         Allow spaces around macro arguments.
1538         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1539         indent-for-tab-command.
1540         (latex-mode-map, plain-tex-mode-map): New keymaps.
1541         Inherit from tex-mode-map.
1542         (tex-common-initialization): Don't setup the keymap any more
1543         since it's now done right by define-derived-mode.
1544         (latex-mode): Set skeleton-end-hook to nil.
1545         (latex-skeleton-end-hook): Remove.
1546         (tex-latex-block, latex-insert-item): Simplify.
1547         (latex-syntax-after): Use following-char rather than char-after.
1548         (tex-discount-args-cmds, tex-count-words): New functions.
1550         * textmodes/tildify.el (tildify-ignored-environments-alist):
1551         Recognize \verb* as well.
1553         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1554         (perl-comment-indent): Simplify to let newcomment.el do its job.
1555         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1556         (perl-mark-function): Cleanup the namespace.
1557         (perl-calculate-indent): Don't be fooled by nested functions.
1559         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1561         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1562         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
1564 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
1566         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1567         actually be `\\'.
1568         (ctlau-b5-converter): Likewise.
1570 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1572         * international/titdic-cnv.el (quail-misc-package-ext-info):
1573         Change CTLauB.el to CTLau-b5.el.
1575 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1577         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1578         rather than beginning-of-line to avoid problems with fields.
1579         (gud-perldb-massage-args): Use unless and push.
1580         (gud-chdir-before-run): New var.
1581         (gud-common-init): Use it.
1583 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1585         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1586         delete entries for chinese-ctlau and chinese-ctlaub.
1587         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1588         chinese-ctlaub.
1589         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1590         New functions.
1592 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
1594         * cus-edit.el (custom-comment-show): Remove debug code.
1596         * language/japan-util.el (japanese-symbol-table): Fix handling of
1597         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
1599 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
1601         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1602         Renamed by removing the silly `-flag' suffix.
1603         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1605 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1607         * replace.el (keep-lines-read-args): Use `copy-marker'.
1608         (how-many): Save excursion properly.
1609         (occur-mode): Use define-derived-mode.
1610         (perform-replace): Use with-current-buffer.
1612 2001-05-20  Richard M. Stallman  <rms@gnu.org>
1614         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1616         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1618         * info.el (Info-read-subfile): Widen before finding the
1619         desired node in the subfile.
1621         * startup.el (command-line-1): When >2 files visited,
1622         leave the last one visible, and make that the selected window.
1624 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
1626         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1628 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
1630         * international/ccl.el (define-ccl-program): Fix a typo.
1631         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1633         * international/mule.el (decode-char): Fix a typo.  From Pavel
1634         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1636         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
1637         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1639         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
1640         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1642 2001-05-18  Sam Steingold  <sds@gnu.org>
1644         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1645         and [RET] to `cvs-mode-find-file'.
1647 2001-05-18  John Wiegley  <johnw@gnu.org>
1649         * eshell/esh-ext.el (eshell-explicit-command-char): A new
1650         configuration variable, which determines the initial character
1651         that forces use of an external version of a command.  The default
1652         is *, but may be set to \, for example.
1654         * eshell/esh-ext.el (eshell-explicit-command):
1655         Use `eshell-explicit-command-char' instead of ?*.
1657         * eshell/esh-cmd.el (eshell/which):
1658         Use `eshell-explicit-command-char' instead of ?*.
1660         * eshell/em-cmpl.el (eshell-completion-command-name)
1661         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1662         instead of ?*.
1664 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
1666         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1667         subst-char-in-string.
1668         (ange-ftp-after-parse-ls-hook): New variable.
1669         (ange-ftp-ls): Run that hook.
1670         From Peter Milliken <Peter.Milliken@GTECH.COM>.
1672         * tmm.el (tmm-get-keymap): Fix handling of :filter.
1673         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1674         text into *Completions*.
1676         * net/goto-addr.el (goto-address-at-point): Deal with URLs
1677         part of which look like email addresses.
1679 2001-05-18  Andrew Innes  <andrewi@gnu.org>
1681         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1682         Use . instead of absolute path for lisp dir, to avoid bug in W2K
1683         cmd.exe's handling of FOR loops.
1684         (autoloads): Set find-file-suppress-same-file-warnings to t to
1685         avoid slew of spurious messages.
1687 2001-05-18  Simon Josefsson  <simon@josefsson.org>
1689         * mail/smtpmail.el (maybe-append-domain): Renamed to
1690         `smtpmail-maybe-append-domain'.
1691         (smtpmail-via-smtp): Use the new name.
1693         * net/browse-url.el (browse-url-browser-function): Add kde.
1694         (browse-url-kde-program, browse-url-kde-args): New variables.
1695         (browse-url-kde): New function.
1697 2001-05-18  Miles Bader  <miles@gnu.org>
1699         * simple.el (delete-horizontal-space, just-one-space):
1700         Use `constrain-to-field' instead of `field-end'/`field-beginning',
1701         because it's more efficient for large files.
1703 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1705         * mail/rmail.el (rmail-require-mime-maybe): New function.
1706         (rmail): Use it.
1707         (rmail-mode): Handle the case of finding Rmail files.
1709         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1710         functions.
1712 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1714         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1715         text-property after moving to the beginning of line and regardless
1716         of the value of font-lock-multiline.
1718 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1720         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1722         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1723         last coding system used before calling set-buffer-modified-p
1724         because that function changes last-coding-system.
1726 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1728         * files.el (switch-to-buffer-other-window)
1729         (switch-to-buffer-other-frame): Add an xref to display-buffer in
1730         the doc string.
1732 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1734         * language/slovak.el, language/czech.el: New maintainer.
1736 2001-05-16  Sam Steingold  <sds@gnu.org>
1738         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1739         sub-form of `defgeneric' correctly.
1741 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
1743         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1744         of `c'.
1746         * textmodes/outline.el (outline-font-lock-level): Remove the
1747         condition-case, test what outline-level returns instead, to
1748         ease debugging.
1750         * international/mule.el (auto-coding-regexp-alist): New user-option.
1751         (auto-coding-from-file-contents): New function.
1752         (set-auto-coding): Use it to determine a coding system.
1754 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
1756         * mouse.el (mouse-delete-other-windows): Doc fix.
1758         * emacs-lisp/lisp-mode.el (lisp-mode):
1759         Make font-lock-keywords-case-fold-search a buffer-local variable with
1760         make-local-variable before setting it.
1762 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
1764         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1765         prefixes.
1767 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
1769         * hexl.el (hexl-current-address): Print a message when called
1770         interactively.
1772 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
1774         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1776         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1778         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1780 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
1782         * startup.el (command-line): If parameters have been changed in
1783         the init files which influence font selection, clear the face
1784         cache so that faces get realized with the new parameters.
1786         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1788 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1790         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1792 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
1794         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1795         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
1797 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
1799         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1800         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
1802 2001-05-09  John Wiegley  <johnw@gnu.org>
1804         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1805         Annotated the documentation string to tell users about
1806         `eshell-no-numeric-conversions'.
1808         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1809         conversions if a Lisp function has the property
1810         `eshell-no-numeric-conversions' set to a non-nil value.
1812         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1813         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1814         property `eshell-no-numeric-conversions' on the following
1815         functions (which all deal with filesystem entities, and never Lisp
1816         numerical values): eshell/cd, eshell/pushd, eshell/popd,
1817         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1818         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1819         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1820         eshell/which, eshell/addpath.
1822 2001-05-09  John Wiegley  <johnw@gnu.org>
1824         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1825         encountered as an argument, don't convert it right away, but tag
1826         the first character of the string with the text properties
1827         `number', which signifies to `eshell-lisp-command' that the
1828         argument should be passed through `string-to-number' if it is
1829         actually used in the call to a Lisp function.
1831         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1832         function, convert any string arguments that have been tagged as
1833         "numbers", by calling string-to-number.
1835         * eshell/esh-util.el (eshell-number-regexp): Now that number
1836         conversions only happen for Lisp function calls, the number regexp
1837         should now match all integer and floating point forms.
1839         * eshell/esh-proc.el: Disable `eshell-stop-process' and
1840         `eshell-continue-process', since they are both nonfunctional at
1841         the moment.
1842         (eshell-proc-initialize): Don't bind keys for
1843         `eshell-stop-process' or `eshell-continue-process'.
1845         * eshell/em-unix.el (eshell-shuffle-files):
1846         Apply `directory-file-name' before calling `file-name-directory'.
1848         * eshell/em-hist.el (eshell-add-to-history): Reference to
1849         `eshell-history-ring' needed to be `eshell-history-index'.
1851         * calendar/timeclock.el (timeclock-find-discrep):
1852         Initialize `elapsed' to 0.
1853         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1854         it's still nil.
1856 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
1858         * arc-mode.el (archive-int-to-mode): Construct the string directly.
1859         (archive-mode): Use capitalize.
1860         (archive-unique-fname): Use make-temp-file.
1862 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
1864         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1866 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1868         * tar-mode.el (tar-extract): Pay attention to the value of
1869         coding-system-for-read, if it is non-nil.
1871         * calendar/holidays.el (holidays): Add an autoload cookie.
1872         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1874 2001-05-08  John Wiegley  <johnw@gnu.org>
1876         * calendar/timeclock.el (timeclock-workday-remaining):
1877         Changed logic for determining how much time is remaining.
1878         (timeclock-workday-elapsed): Don't accept a "relative" argument
1879         for the current day's elapsed time.  What could that have meant?
1880         (timeclock-workday-elapsed-string): No "relative" argument anymore.
1881         (timeclock-when-to-leave): Changed logic, similarly to what was
1882         done for `timeclock-workday-remaining'.
1883         (timeclock-find-discrep): Removed "today-only" argument, which had
1884         no meaning.  Fixed some more math problems.  The function now
1885         returns a three member list: (TOTAL-TIME-DISCREPANCY
1886         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1888 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1890         * w32-fns.el (convert-standard-filename): Start replacing slashes
1891         from the beginning of the file name, not from where the last
1892         invalid character was.  From "Andrew Maguire (SWW)"
1893         <Andrew.Maguire@Smallworld.co.uk>
1895 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
1897         The following changes are to provide infrastructure for handling
1898         MIME messages to rmail.  They don't affect the original behaviour
1899         if rmail-enable-mime is nil.
1901         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1902         (rmail-search-mime-message-function)
1903         (rmail-search-mime-header-function): New variables.
1904         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1905         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1906         `rmail-view-buffer' is hidden.
1907         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
1908         call rmai-show-mime-function.
1909         (rmail-display-labels): If rmail-enable-mime is non-nil, update
1910         mode-line-process of rmail-view-buffer.
1911         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1912         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1913         buffer.
1914         (rmail-next-message, rmail-next-undeleted-message): Be sure to
1915         set-buffer to the Rmail buffer.
1916         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1917         rmail-search-mime-header-function.
1918         (rmail-search-message): New function.
1919         (rmail-search): Call rmail-search-message to check if a message
1920         matches REGEXP, lastly update point after calling
1921         rmail-show-message.
1922         (rmail-undelete-previous-message, rmail-expunge-confirmed)
1923         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1924         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1925         header region, refer to rmail-msgref-vector while setting the
1926         current buffer to rmail-buffer temporarily.
1927         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1928         If rmail-enable-mime is non-nil, call
1929         rmail-insert-mime-forwarded-message-function instead of inserting
1930         forwarded message by itself.
1932         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1933         Rmail buffer.
1934         (rmail-set-label, rmail-next-labeled-message): Likewise.
1936         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1937         set-buffer to the Rmail buffer.
1938         (rmail-output-to-rmail-file): Likewise.
1939         (rmail-output): Likewise.
1941         * mail/rmailsum.el (rmail-message-subject-p): Process the result
1942         of mail-fetch-field by rmail-summary-line-decoder.
1943         (rmail-new-summary): Be sure to go to the Rmail buffer.
1944         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
1945         rmail-view-buffer to nil.
1946         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1947         rmail-view-buffer.
1948         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1949         rmail-buffer.
1950         (rmail-summary-scroll-msg-down): Likewise.
1951         (rmail-summary-beginning-of-message): Likewise.
1952         (rmail-summary-wipe): Likewise.
1953         (rmail-summary-toggle-header): Use save-window-excursion, not
1954         save-excursion.  Update point in rmail-view-buffer, not in
1955         rmail-buffer.
1956         (rmail-summary-reply): Before calling rmail-reply, set buffer to
1957         rmail-view-buffer, not rmail-buffer.
1959 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1961         * cus-edit.el (custom-file): Signal an error if user-init-file is
1962         nil (running -q).
1964         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1966         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1967         Add :version.
1969         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1970         New option.
1971         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1972         only if smtpmail-warn-about-unknown-extensions is set.
1974         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1975         instead of rmail-sort-by-keywords.
1977         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
1978         rmail-sort-by-keywords.
1980         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1981         rmail-summary-sort-by-keywords.  Doc fix.
1982         (rmail-summary-mode): Doc fix.
1984         * mail/rmail.el (rmail-edit): New Custom group.
1986         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1987         (rmail-edit-mode-hook): New user-option.
1989 2001-05-05  Richard M. Stallman  <rms@gnu.org>
1991         * help.el (help-xref-symbol-regexp): Recognize "source of"
1992         and friends, meaning make a link to the source file.
1993         (help-make-xrefs): Handle "source of" and friends
1994         by constructing a link that visits the source file.
1996         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1998 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
2000         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2001         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2002         Renamed from perl-font-lock-keywords to avoid clashes.
2003         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2004         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2005         Updated correspondingly.
2007         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2008         Typo `nonexistant' -> `nonexistent'.
2010 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
2012         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2013         Split `c-electric-delete' into two functions where
2014         `c-electric-delete-forward' always deletes forward and
2015         `c-electric-delete' only contains the code necessary for XEmacs to
2016         choose between backward and forward deletion.
2018         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2019         get the electric behavior on that key too.
2020         (c-fill-paragraph): Fixed bogus direct use of
2021         c-comment-prefix-regexp, which caused an error when it's a list.
2023 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2025         * dired-aux.el (dired-diff): Doc fix.
2027         * dired.el (dired-diff): Likewise.
2029 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
2031         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2033 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
2035         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2036         if both the buffer and the file are read-only.
2038         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2039         rather than font-lock-string-face.
2040         (sh-get-indent-info): Treat heredocs like strings.
2042 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
2044         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2045         a newline following `}'.
2046         (texinfo-format-email): New function.
2047         (toplevel): Use texinfo-format-email for @email.
2048         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2049         Add `display'.
2050         (texinfo-sort-region): Goto point-min before sorting.
2051         (texinfo-set): Remove leading white space from value.
2052         From yagi@is.titech.ac.jp.
2054         * replace.el (query-replace-regexp-eval): Doc fix.
2056 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
2058         * diff-mode.el (diff-nonexistant-face): New face.
2059         (diff-font-lock-keywords): Use it.
2061 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
2063         * font-lock.el (font-lock-mode): Doc fix.
2065         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2066         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2068 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
2070         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2071         backslash at the start of the here-document delimiter.
2072         (sh-font-lock-syntactic-keywords): Likewise.
2074         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2076 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
2078         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2079         (tty-color-translate, tty-color-by-index, tty-color-values)
2080         (tty-color-desc): Doc fix.
2082 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
2084         * dired-aux.el (dired-do-create-files, dired-do-copy)
2085         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2086         Mention dired-dwim-target in the doc string.
2088 2001-04-28  Miles Bader  <miles@gnu.org>
2090         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2091         (dabbrev--find-expansion): Use it.
2092         (dabbrev--select-buffers): Don't select ignored buffers.
2094 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
2096         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2098 2001-04-26  Richard M. Stallman  <rms@gnu.org>
2100         * dabbrev.el: Add doc strings for some functions.
2101         (dabbrev--eliminate-newlines): New variable.
2102         (dabbrev--substitute-expansion): Convert newlines to spaces
2103         if dabbrev--eliminate-newlines is set.
2104         If abbrev and expansion are both all-lower-case,
2105         leave dabbrev--last-case-pattern nil.
2107 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
2109         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2110         if necessary, like in rmail-show-message.
2112 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2114         * ps-print.el: Color specified by number is forced to be float number.
2115         (ps-print-version): New version number (6.5.1.1).
2116         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2117         initialization.
2118         (ps-prefix-quote): New internal var.
2119         (ps-print-quote): New fun.
2120         (ps-setup, ps-output-frame-properties, ps-float-format)
2121         (ps-format-color): Code fix.
2122         (ps-plot-region): Eliminate redundant foreground color text setting.
2124 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
2126         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2128 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
2130         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2132 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
2134         * info.el (Info-additional-directory-list): Doc fix.
2136         * find-lisp.el (find-lisp-find-dired-filter)
2137         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2138         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
2140 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
2142         * progmodes/make-mode.el (makefile-font-lock-keywords):
2143         Rationalize the rules for includes and conditionals and use the
2144         keyword face for them.
2146         * faces.el (modify-face): Add compatibility for non-interactive use.
2148 2001-04-24  John Wiegley  <johnw@gnu.org>
2150         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2151         fix from last night, since it wasn't finding eshell/cd.
2153 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
2155         * rect.el (string-rectangle): Revert to 20.x behaviour.
2156         (replace-rectangle): Make it an alias for string-rectangle.
2157         (string-insert-rectangle): New function.
2159 2001-04-23  John Wiegley  <johnw@gnu.org>
2161         * eshell/em-unix.el (eshell/diff): Fixed problems that were
2162         occurring with Emacs 21's diff.el/compile.el interaction layer.
2164 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
2166         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2167         case where the function was defined in a file, but not part of an
2168         eshell module.
2170 2001-04-23  John Wiegley  <johnw@gnu.org>
2172         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2173         code to work around a redisplay problem I've been having.
2175 2001-04-23  John Wiegley  <johnw@gnu.org>
2177         * calendar/timeclock.el (timeclock-day-required): If the time
2178         required for a particular day is not set, use `timeclock-workday'.
2179         (timeclock-find-discrep): Added some sample code in a comment.
2181         * eshell/eshell.el (eshell-command): Made a few changes so that
2182         `eshell-command' could be called programmatically.
2184         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2186         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2188 2001-04-23  John Wiegley  <johnw@gnu.org>
2190         * calendar/timeclock.el: Updated copyright.
2191         (timeclock-generate-report): Don't report the daily or two-week
2192         total, if no time has been worked in that period.
2193         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2194         final computational form, which was unnecessary; corrected a
2195         parsing problem when timeclock-relative was nil.
2197 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
2199         * calendar/timeclock.el (timeclock-modeline-display): Check if
2200         `list-entry' is null.
2201         (timeclock-use-display-time): The first argument to `set-variable'
2202         must be a symbol.
2204 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
2206         * calendar/calendar.el (diary-entry-marker)
2207         (calendar-today-marker, calendar-holiday-marker):
2208         Use display-color-p instead of window-system.
2209         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2210         instead of window-system.
2211         (calendar-hide-window): Use display-multi-frame-p instead of
2212         window-system.
2214         * calendar/cal-x.el (calendar-two-frame-setup)
2215         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2216         Use display-multi-frame-p instead of window-system.
2218 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
2220         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2222         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2223         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2225 2001-04-23  Alex Schroeder  <alex@gnu.org>
2227         * goto-addr.el: Instead of defining line-beginning-position and
2228         line-end-position a defalias is used for point-at-bol and point-at-eol.
2230 2001-04-23  Alex Schroeder  <alex@gnu.org>
2232         * goto-addr.el: Added XEmacs compatibility code.
2233         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2235 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
2237         * textmodes/paragraphs.el (sentence-end): Doc fix.
2239 2001-04-20  Alex Schroeder  <alex@gnu.org>
2241         * sql.el (sql-escape-newlines-and-send): New function.
2242         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2244 2001-04-20  Alex Schroeder  <alex@gnu.org>
2246         * sql.el (sql-db2-program): New option.
2247         (sql-db2-options): New option.
2248         (sql-db2): New function.
2250 2001-04-20  Alex Schroeder  <alex@gnu.org>
2252         * sql.el (sql-mode-menu): Added highlighting entries.
2253         (sql-highlight-oracle-keywords): New function.
2254         (sql-highlight-postgres-keywords): New function.
2255         (sql-highlight-ansi-keywords): New function.
2257 2001-04-20  Alex Schroeder  <alex@gnu.org>
2259         * sql.el (sql-help): Doc change.
2261 2001-04-19  Karl Fogel  <kfogel@collab.net>
2263         * saveplace.el (save-place-alist-to-file): Removed no-effect code
2264         that inserted file content only to delete it immediately.
2265         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
2266         <lektu@uol.com.br> for the patch.
2268 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2270         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2272 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2274         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2275         for defmethod.
2277         * comint.el (comint-cr-magic): New function.
2278         (toplevel): Add it to comint-preoutput-filter-functions.
2280 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2282         * makefile.w32-in (EMACSLOADPATH): Define.
2283         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2284         (recompile): Remove stuff to set EMACSLOADPATH.
2286 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2288         * language/slovak.el ("Slovak"): Add tutorial entry.
2290         * net/browse-url.el (browse-url-new-window-flag): Renamed from
2291         browse-url-new-window-p.
2293 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2295         * info.el (Info-menu-update): When there are no menus and/or no
2296         cross references in the node, make the respective items of the
2297         Info menu-bar menu inactive.
2299 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
2301         * indent.el (indent-for-tab-command): Call indent-line-function
2302         with no argument if PREFIX-ARG is non-nil.
2304         * frame.el (delete-other-frames): Handle minibuffer-only frames.
2306 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2308         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2309         an async subprocess if start-process is unavailable.  Suggested by
2310         Tim Van Holder <tim.van.holder@pandora.be>.
2312 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
2314         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
2315         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2317 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
2319         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2320         manual.
2322 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
2324         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2325         (cvs-menu): Add a few entries.
2327         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2328         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2329         lock file appears to be reachable from Emacs.
2330         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2331         (cvs-mode-find-file): Look for cvs-header-face rather than
2332         cvs-dirname-face (which doesn't exist).
2333         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2335         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2337 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2339         * emulation/pc-select.el (pc-selection-mode): Don't turn on
2340         normal-erase-is-backspace on a tty.  Instead, bind some keys such
2341         as [delete] directly, like pc-select.el did before
2342         normal-erase-is-backspace was invented.
2344 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
2346         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2348 2001-04-11  John Wiegley  <johnw@gnu.org>
2350         * eshell/em-ls.el (eshell-ls-insert-directory):
2351         Set font-lock-defaults to nil, to prevent fontification in dired
2352         buffers, if Eshell's ls is being used.
2354 2001-04-11  John Wiegley  <johnw@gnu.org>
2356         * calendar/timeclock.el (timeclock-completing-read): New function.
2357         (timeclock-ask-for-project, timeclock-ask-for-reason):
2358         Call `timeclock-completing-read'.
2360         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2361         required where `member' was being used.
2363 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
2365         * eshell/em-hist.el (eshell-previous-matching-input):
2366         Don't display "History item" if the the minibuffer is active.
2368 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
2370         * startup.el (command-line): Output a newline after printing
2371         an error from loading the window system's init file.
2373 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
2375         * textmodes/texinfo.el (texinfo-font-lock-keywords):
2376         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2377         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
2378         keywords whose arguments routinely include @@.
2380 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
2382         * emacs-lisp/advice.el (ad-make-advised-definition):
2383         Construct advice for subrs differently.
2385         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2386         regexp in parentheses when building the regexp for searching backwards.
2388         * simple.el (completion-list-mode-finish): New function.
2389         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2391         * language/european.el ("Polish"): Change sample text.
2392         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2394         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2395         parameter.
2397         * faces.el (menu): Doc fix.
2399 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2401         * ps-print.el: Footer implementation.  Doc fix.
2402         (ps-print-version): New version number (6.5.1).
2403         (ps-header-frame-alist): New customization var for header frame
2404         properties.
2405         (ps-line-number-color): New customization var for line number color.
2406         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2407         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2408         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2409         (ps-right-footer): New customization vars for footers.
2410         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2411         footers.
2412         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2413         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2414         Code fix.
2415         (ps-prologue-file): Indentation fix.
2416         (ps-print-quote): Fun eliminated.
2417         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2418         (ps-output-frame-properties): New fun.
2419         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2420         (ps-skip-newline): Replace defun by defsubst.
2422 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
2424         * eshell/eshell.el (eshell-command): Needed a "%s" format
2425         specifier, in case the buffer contains percent characters.
2427 2001-04-10  John Wiegley  <johnw@gnu.org>
2429         * calendar/timeclock.el (timeclock-generate-report): Added a
2430         missing insert of the project name.
2432 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
2434         * obsolete/profile.el: Moved from emacs-lisp/.
2436         * Makefile.in (nonobsolete_setwins): New macro.
2437         (finder-data): Use it instead of `setwins'.
2438         From: Dave Love <fx@gnu.org>.
2440         * server.el (server-visit-files): Set server-existing-buffer correctly.
2441         (server-visit-files): Run server-visit-hook after going to
2442         line 1 so that the hook can set point as it sees fit.
2444         * bindings.el (mode-line-modified): Unify help messages.
2446 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
2448         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2449         All callers changed.
2451 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
2453         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2454         long file names aren't supported, truncate the file names in
2455         quail-misc-package-ext-info to 8+3 before matching them against
2456         FILENAME.
2458         * dos-fns.el (dos-truncate-to-8+3): New function.
2460         * progmodes/compile.el (grep-compute-defaults): Use null-device
2461         instead of literal /dev/null. Reported by Jens Schmidt
2462         <schmidt@mathematik.uni-kl.de>.
2464         * simple.el (normal-erase-is-backspace-mode): Doc fix.
2466 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
2468         * textmodes/sgml-mode.el: Add unknown maintainer.
2469         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2470         (html-mode-map): Use set-keymap-parent.
2472 2001-04-06  Dave Love  <fx@gnu.org>
2474         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2475         Remove redundant string-to-list.
2477 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
2479         * composite.el (reference-point-alist): Doc fix.
2481 2001-04-05  Sam Steingold  <sds@gnu.org>
2483         * font-lock.el (font-lock-keywords-case-fold-search):
2484         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
2485         file made font-lock case-insensitive.
2487 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
2489         * faces.el (defface menu): Doc fix.
2491         * wid-edit.el (widget-color-sample-face-get): Don't make
2492         faces for undefined colors.
2494         * version.el (emacs-version): Include LessTif/Motif version info.
2496 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2498         * ps-mule.el: Eliminate cl package dependence.
2499         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2500         if they aren't defined yet.
2501         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2502         Eliminate cl package dependence.
2504 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
2506         * progmodes/cc-cmds.el (c-outline-level):
2507         Bind buffer-invisibility-spec.  Originally from Dave Love, but
2508         got lost when incorporating version 5.26.
2510 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
2512         * emulation/pc-select.el (pc-selection-mode):
2513         Call normal-erase-is-backspace-mode instead of binding
2514         keys individually.
2516         * cus-load.el (normal-erase-is-backspace): Use it instead of
2517         delete-key-deletes-forward.
2519         * startup.el (command-line): Use normal-erase-is-backspace and
2520         normal-erase-is-backspace-mode.
2522         * simple.el (normal-erase-is-backspace): Rename from
2523         delete-key-deletes-forward.  Doc fix.
2524         (normal-erase-is-backspace-mode): Rename from
2525         delete-key-deletes-forward-mode.  Doc fix.
2526         Run normal-erase-is-backspace-hook.
2528         * dired.el (dired-move-to-filename-regexp): Support file sizes in
2529         ``human-readable'' format produced by GNU `ls'.
2530         (dired-move-to-filename-regexp): Recognize ISO format dates.
2531         From Paul Eggert <eggert@twinsun.com>.
2533 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
2535         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2536         New functions.
2537         (lm-verify): Check keywords.
2538         From Eric M. Ludlam <eric@siege-engine.com>.
2540 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
2542         * speedbar.el (speedbar-insert-image-button-maybe): Check for
2543         `xemacs' feature instead of for the function `set-extent-property'.
2545 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
2547         * mail/mh-utils.el (mh-folder-hist): New var.
2548         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2550 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
2552         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2553         region, position point on the first or last 16-byte group.
2554         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2555         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
2556         hexl-beginning-of-line.
2558 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
2560         * icomplete.el (icomplete-mode): Treat an argument like other
2561         modes do.
2563         * startup.el (fancy-splash-head): Use splash8.xpm for color
2564         depth 8.
2566         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2567         Add an antry for ``converts''.
2569         * language/slovak.el ("Slovak"): Add documentation string.
2570         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2572         * language/czech.el ("Czech"): Add documentation string.
2573         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2575         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2576         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
2578 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2580         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2581         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2582         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2583         Use `defsubst' rather than a macro to ease debugging.
2584         (mail-extr-last): Remove (use `last' instead).
2585         (mail-extract-address-components): Properly reset the syntax-table
2586         after parsing an address.  Use `last' rather than mail-extr-last.
2587         Make sure the end marker stays at the very end.
2589 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
2591         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2592         last change.
2594 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2596         * ps-print.el: Line and paragraph spacing feature.  Region to cut
2597         out when printing.  Doc fix.
2598         (ps-print-version): New version number (6.5).
2599         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2600         New vars.  Line and paragraph spacing feature.
2601         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
2602         out when printing.
2603         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2604         (ps-get-font-size, ps-begin-job, ps-continue-line)
2605         (ps-plot-region): Code fix.
2606         (ps-print-prologue-2): Var eliminated.
2607         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2608         New internal vars.
2609         (ps-get-size): New fun.
2610         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2611         (ps-next-line): Replace defun by defsubst.
2612         (ps-mule-plot-string): Autoload doc fix.
2614         * ps-bdf.el: XEmacs compatibility.  Doc fix.
2615         (installation-directory, coding-system-for-read): Declare vars if
2616         it's not declared yet.
2617         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2619         * ps-mule.el: XEmacs compatibility.  Doc fix.
2620         (leading-code-private-22): Declare var if it's not declared yet.
2621         (charset-bytes, charset-dimension, charset-id, charset-width)
2622         (find-charset-region, split-char, char-width, chars-in-region)
2623         (forward-point, decompose-composite-char, encode-coding-string)
2624         (coding-system-p, ccl-execute-on-string, define-ccl-program):
2625         Define funs if not defined yet.
2626         (encode-composition-rule, find-composition): Define funs if not
2627         loaded yet.
2628         (ps-mule-prologue): PostScript code fix.
2630 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
2632         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
2633         non-nil, generate font for the header strings.
2634         (ps-mule-prepare-font): Likewise.
2635         (ps-mule-generate-glyphs): Likewise.
2636         (ps-mule-string-encoding): Likewise.
2637         (ps-mule-header-charsets): New variable.
2638         (ps-mule-encode-header-string): New function.
2639         (ps-mule-header-string-charsets): New function.
2640         (ps-mule-begin-job): Check charsets in the header strings.  If there
2641         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2643         * ps-print.el (ps-generate-header-line): Encode the header string by
2644         ps-mule-encode-header-string.
2645         (ps-mule-encode-header-string): Declare autoload.
2647 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
2649         * frame.el (cursor-in-non-selected-windows):
2650         Replaces show-cursor-in-non-selected-windows.
2652 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
2654         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2655         Delete entries for "chinese-py" and "chinese-ziranma".
2656         (quail-misc-package-ext-info): New variable.
2657         (tsang-quick-converter): New function.
2658         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2659         (quick-cns-converter, py-converter, ziranma-converter)
2660         (miscdic-convert, batch-miscdic-convert): New functions.
2662 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
2664         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2665         eight-bit-control chars.
2667         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2668         Reduce making temporary vector (suggested by Dave Love).
2670 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2672         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2673         string as well.
2675 2001-03-30  Andreas Schwab  <schwab@suse.de>
2677         * files.el (backup-directory-alist): Fix typo.
2679 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2681         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
2682         <eggert@twinsun.com>.
2684 2001-03-30  Dave Love  <fx@gnu.org>
2686         * progmodes/fortran.el (fortran-comment-region): Fix typo.
2688 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2690         * simple.el (transient-mark-mode): Mention C-g in the doc string.
2692 2001-03-30  Miles Bader  <miles@gnu.org>
2694         * subr.el (interactive-form): Fix paren typo.
2696 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
2698         * emacs-lisp/profile.el: Say that it's obsolete in the header
2699         line, so that finder.el puts that into its data-base.
2700         Suggested by Alex Schroeder <alex@gnu.org>.
2702 2001-03-29  Paul Eggert  <eggert@twinsun.com>
2704         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2705         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2707 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
2709         * generic.el (generic-mode-set-comments): Use "" rather than nil
2710         for comment-end.
2712 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
2714         * emacs-lisp/advice.el (ad-make-advised-definition):
2715         Call interactive-form to obtain the interactive spec of subrs.
2717         * subr.el (interactive-form): New function.
2719 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
2721         * vc-sccs.el (vc-sccs-register): Use relative file names.
2723 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
2725         * bookmark.el (bookmark-get-bookmark): Handle case that
2726         BOOKMARK is not a string.
2728         * image.el (image-type-regexps): Change type for PS files
2729         to `postscript'.
2731         * subr.el (read-passwd): Clear command history after each
2732         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
2734 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
2736         * international/kkc.el (kkc-save-init-file): Locally bind
2737         print-length to nil.
2739 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2741         * textmodes/flyspell.el: Some doc fixes.
2742         (flyspell-maybe-correct-transposition)
2743         (flyspell-maybe-correct-doubling): Use a temporary buffer
2745         * textmodes/ispell.el (ispell-parse-output): Doc fix.
2747         * emacs-lisp/byte-opt.el (byte-optimize-while)
2748         (byte-optimize-form-code-walker): Diagnose too few arguments
2749         for `if' and `while'.
2751 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2753         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2754         Prepend `\' to "\<quail-translation-docstring>".
2756 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2758         * autorevert.el (global-auto-revert-non-file-buffers):
2759         Remove duplicate defcustom.
2761 2001-03-26  Miles Bader  <miles@gnu.org>
2763         * international/latin1-disp.el (latin1-char-displayable-p):
2764         Add leading "-" for X font pattern.
2766 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2768         * international/mule-diag.el (describe-coding-system):
2769         For raw-text and emacs-mule, don't add anymore text about what
2770         charsets they can encode.
2772 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
2774         * help.el (view-lossage): Mention open-dribble-file in the doc
2775         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2777 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2779         * skeleton.el (skeleton-internal-list): Fix bogus logic.
2780         (skeleton-pair-insert-maybe): Don't pair after a backslash.
2782 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
2784         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2785         Call ccl-execute-on-string directly so that CCL program handling
2786         multibyte sequence can work correctly.
2787         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2788         property of the coding system.
2790 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2792         * textmodes/fill.el (fill-individual-paragraphs-prefix):
2793         Fix transcription typo.
2795 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
2797         * whitespace.el: Add buffer local variables to toggle testing of
2798         whitespaces in buffers without affecting the default values.
2799         Bump version to 3.0 to account for a few other changes.
2800         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2801         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2802         (whitespace-toggle-spacetab-check): New functions.
2804 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2806         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2808 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
2810         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2811         bs-cycle-configuration-name.  From Juanma Barranquero
2812         <lektu@uol.com.br>.
2814         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2815         and cc-vars.el.
2817         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2818         headers.  Always invoke sendmail with option -t.
2820 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2822         * Release of cc-mode 5.28.
2824 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2826         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2827         Removed the hardcoded switch to "java" style in Java mode.
2828         It's instead taken care of by the default value for c-default-style.
2830 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2832         * cc-align.el (c-lineup-math): Fix bug where lineup was
2833         triggered by equal signs in string literals.
2835 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2837         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2838         limit detection when at the ends of the buffer.
2840         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2841         "for" statement clause in case 7F; a better one is done
2842         earlier in case 7D anyway.
2844 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2846         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2847         somewhat more and did a small optimization.
2849 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2851         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2852         Use the limit argument only to limit the syntactic context
2853         search, not to limit the actual movement.
2855         * cc-cmds.el (c-beginning-of-statement): Move by sentence
2856         inside multiline strings, just like in comments.  Also various
2857         fixes to the paragraph and comment prefix recognition, block
2858         comment ender handling etc.
2860 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2862         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2863         the relative position of the point.
2865         * cc-cmds.el (c-electric-continued-statement): New function to
2866         use as abbrev hook to reindent for keywords such as "else"
2867         that continues an earlier statement.
2869         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2870         like classes.
2872         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2873         (pike-mode): Populate the default abbrev tables to reindent for
2874         keywords such as "else" that can continue earlier statements.
2875         Abbrev mode is therefore turned on by default now.  (Note that
2876         this doesn't apply to idl-mode, since IDL afaik doesn't have
2877         statements at all.)
2879 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2881         * cc-engine.el (c-inside-bracelist-p): Fix for handling
2882         bracelists where the declaration contains template arguments.
2884 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2886         * cc-cmds.el (c-comment-indent):
2887         Use `c-get-syntactic-indentation' to correctly calculate the
2888         syntactic indentation.  Fixes bug with lineup functions that
2889         return vectors.
2891         * cc-engine.el (c-get-syntactic-indentation): Split the
2892         indentation sum calculation from `c-indent-line' to a separate
2893         function.
2895 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2897         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2898         Fixed places where it was assumed that preprocessor directives
2899         have to start in column zero.
2901         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2902         template arguments after a class identifier properly.
2904         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2905         lists for `new Foo[]' constructs in Java as expressions and
2906         not top level definition brace lists on the top level, so that
2907         they'll get indented consistently with the same type of
2908         expression in a normal block.
2910 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2912         * cc-cmds.el (c-fill-paragraph): The kludge that checks
2913         whether the adaptive filling package fails to keep the comment
2914         prefix is now kludged further to check for filladapt-mode
2915         which doesn't have that problem. This is really icky, but it's
2916         the only way that works with the current misfeatures/bugs in
2917         both adaptive-fill-mode and filladapt-mode.
2919         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2920         around point is recognized more robust.
2922 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2924         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2925         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2926         (c-lit-type): Fixed all internal variables used dynamically so
2927         that they are always bound.
2929         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2930         errors:
2932         (c-indent-region): Fixed reporting of syntactic errors so that
2933         the region is fully reindented even when an error occurs.
2934         The last syntactic error is printed afterwards.  Also cleanup up a
2935         whole lot of code that tried to optimize indentation of whole
2936         sexps but in reality accomplishes nothing.
2938         (c-indent-sexp): Use c-indent-region.
2940         (c-parsing-error): Changed this variable to hold the message
2941         for any syntactic error that is discovered.
2943         (c-parse-state): Search backward from point instead of the bod
2944         position when the latter is invalid.  This makes CC Mode
2945         recover faster when there are unbalanced close braces.
2947         (c-backward-to-start-of-if): Use c-parsing-error to report
2948         dangling "else" clauses instead of throwing an error, and fall
2949         back to a reasonable position.
2951         (c-indent-line): Added argument to avoid reporting syntactic errors.
2953         (c-show-syntactic-information): Don't report any syntactic errors.
2955 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2957         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2958         paragraph recognition when moving by sentence in literals.
2960         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2961         start regexp for javadoc to recognize javadoc markup in general instead
2962         of a specific set of keywords, to be more future-safe.
2964         (c-Pike-pikedoc-paragraph-start)
2965         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2966         pikedoc markup.
2968         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
2970         (pike-mode): Initialize paragraph settings pikedoc recognition.
2972         * cc-vars.el (c-default-style): Made a nicer Customize widget.
2974         (c-comment-prefix-regexp): Made it possible to use an
2975         association list on this to specify mode specific regexps.
2976         The default value now use a special regexp in Pike mode to
2977         recognize pikedoc markup.
2979         (c-current-comment-prefix): New variable containing the actual
2980         regexp from c-comment-prefix-regexp for the current buffer.
2982 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2984         * cc-cmds.el (c-electric-brace): Fixed check for special brace
2985         lists: We can't look at the syntax, since a brace list can get
2986         recognized as a plain statement-cont.
2988         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2989         special brace list opener broken over two lines got recognized
2990         as a statement on the second line.  Case 9A changed.
2992 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2994         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2995         adjustment after line is reindented.
2997 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2999         * cc-defs.el (c-point): Added optional argument for position
3000         to use instead of the current point.
3002         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3003         the in-expression block symbols when the construct starts at
3004         boi, to avoid the extra level of indentation in that case.
3005         Cases 4, 16A and 17E affected.
3007 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3009         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3010         calls to `c-indent-line', to adhere better to Emacs conventions.
3012         * cc-engine.el (c-indent-line): Use the syntax already bound
3013         to `c-syntactic-context', if there is any.
3015 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3017         * cc-engine.el (c-get-offset): Fixed bug where the indentation
3018         wasn't added up correctly when a lineup function returned nil.
3020 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3022         * cc-engine.el (c-collect-line-comments): Fixed bug where
3023         empty lines were ignored when collecting line comments backwards.
3025 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3027         * cc-align.el (c-lineup-dont-change): Return an absolute
3028         indentation column to work correctly in the case when several
3029         syntactic elements are processed for the same line.
3031         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3032         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3033         (c-set-offset): Added absolute indentation column settings by
3034         using the vector type.
3036 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3038         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3039         Implemented two new cleanups `space-before-funcall' and
3040         `compact-empty-funcall'.
3042 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3044         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3045         helping building regexps.
3047         * cc-engine.el (c-on-identifier): New function for detecting
3048         identifiers.  It takes keywords into account.
3050         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3051         lists.  `c-keywords' is set to a regexp matching all keywords
3052         in the current language.
3054 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3056         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3057         list of characters to skip backwards over at the beginning of
3058         a statement, since it can precede string literals in Pike.
3060 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3062         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3063         recognition when standing on the last line in a C++ comment
3064         with nothing but whitespace after the prefix.
3066         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3067         given no limit argument.
3069 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3071         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3072         recognition for the `[]= operator symbol in Pike.
3074 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3076         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3077         around a bug in `eval-when-compile' in the byte compiler.
3079         * cc-engine.el (c-forward-token-1): Fixed bug with return
3080         value when count is zero and there's no token start within the limit.
3082         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3083         "prefix comments", i.e. comments which are followed by code on
3084         the same line.
3086         * cc-mode-19.el: Fixes so that checks that must be done at
3087         compile time also are done then.
3089 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3091         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3092         time and at runtime, and only when it's needed.
3094 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3096         Major cleanup for less error prone and more warning free
3097         compilation, including some fixes for bugs due to different
3098         compilation orders. Thanks to Martin Buchholz for providing
3099         the basis for all this.
3101         * cc-bytecomp.el: New file that provides some byte compilation
3102         features: It ensures that files always are loaded from the
3103         current source directory during compilation, and it provides a
3104         set of macros to turn off specific compiler warnings for
3105         specific symbols.  (It's not CC Mode specific in any way.)
3107         Fixed a nearly acyclic dependency tree (both runtime and
3108         compile-time) between all files.
3110         * cc-defs.el: Separated all macros before the inline functions,
3111         to ensure correct compilation.
3113         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3114         cc-defs.el to cc-engine.el and made it a function instead.
3116         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3117         about char-after.
3119         * cc-vars.el: Cope even when there isn't a custom package
3120         containing defcustom available.
3122         * cc-make.el: Removed since it's no longer necessary.
3124         README: Updated installation instructions.
3126 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3128         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3129         improve the modularity: Moved all mode init stuff from
3130         cc-langs.el to cc-mode.el, including the keymap
3131         initialization; cc-langs now only contains the various
3132         variables for configuring the language syntax.
3134         * cc-engine.el, cc-styles.el (c-evaluate-offset)
3135         (c-get-offset): Moved from cc-styles to cc-engine since file
3136         dependency analysis suggests they belong there (which also
3137         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
3139 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3141         * cc-cmds.el (c-fn-region-is-active-p): New function that
3142         wraps the corresponding macro, for use in places that aren't
3143         compiled.  Thanks to Martin Buchholz for pointing out this.
3145         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3147         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3148         add things to the bug report.
3150 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3152         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3153         returned prefix could contain a newline when the search for a
3154         good prefix line failed.
3156 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3158         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3159         (c-toggle-auto-hungry-state): Made the argument optional, as
3160         the documentation says it is.
3162 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3164         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3165         multiline string syntax, #"...", as a cpp macro.
3167 2001-03-21  Paul Eggert  <eggert@twinsun.com>
3169         * international/mule-cmds.el (set-locale-environment):
3170         Set system-messages-locale and system-time-locale, but only if the
3171         caller specifies a non-nil locale name.
3173 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3175         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3176         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
3178 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3180         * follow.el (follow-avoid-tail-recenter): Doc fix.
3182         * custom.el (custom-set-variables): Avoid reversing the list
3183         of args needlessly.
3185         * startup.el (fancy-splash-head): Don't change the colors of the
3186         XPM image on a dark background.
3188         * comint.el (comint-exec-1): Set columns of the terminal to
3189         window-width instead of frame-width.
3191         * info.el (Info-scroll-down): Add missing WINDOW arg for
3192         pos-visible-in-window-p.
3194         * ehelp.el (electric-help-mode-hook): Add defcustom.
3196         * mail/sendmail.el (mail-mode): Activate case-folding in
3197         font-lock-defaults.
3199 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
3201         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3202         (completion-ignored-extensions): Remove duplicate ".class".
3204 2001-03-19  Andreas Schwab  <schwab@suse.de>
3206         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3207         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3209 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
3211         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3212         methods since there are not prefix input methods.
3214 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
3216         * international/mule-cmds.el (read-input-method-name):
3217         Locally bind enable-recursive-minibuffers to t.
3219 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3221         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3223 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
3225         * ediff-util.el: Copyright years.
3226         (ediff-choose-syntax-table): New function.
3227         (ediff-setup): Use ediff-choose-syntax-table.
3229         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3230         with-syntax-table.
3232         * ediff.el: Date of last update, copyright years.
3234         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3236         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3237         of Scott Bronson.
3238         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3239         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3240         Deleted functions.
3241         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3242         ex-token-list.
3244         * viper-util.el: Spaces, indentation.
3246         * viper.el: Changed version, modification time.
3248 2001-03-16  John Wiegley  <johnw@gnu.org>
3250         * calendar/timeclock.el (timeclock-workday-remaining):
3251         Check whether `discrep' is non-null before using it.
3253 2001-03-16  John Wiegley  <johnw@gnu.org>
3255         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3256         first-time checkins.
3257         (timeclock-log-data): Fixed problem with reading timelog log file.
3258         Resulting data in the "day list" was incorrect.
3259         (timeclock-find-discrep): Check if `timeclock-file' is readable
3260         before opening it.
3261         (timeclock-time-less-p): New function.
3262         (timeclock-day-base): New function.
3263         (timeclock-geometric-mean): New function.
3264         (timeclock-generate-report): Generate a summary report based on
3265         the contents of the log file.  This uses `timeclock-log-data', and
3266         is an example of writing a timelog manipulation function.
3267         (timeclock-visit-timelog): A quick command for opening the timelog
3268         file.
3269         (timeclock-log-data): Bound the variable event.
3271 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
3273         * international/mule-cmds.el (select-safe-coding-system):
3274         Fix typo: symbol-name -> symbol-value.
3276         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3277         before substitute-in-file-name to handle double slashes in FILE
3278         correctly.
3280 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
3282         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3283         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3285 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
3287         * bindings.el (features): Add `md5' and `overlay' to the list.
3289         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3290         bound before using it.  It's not bound when configured without X,
3291         for instance.
3293 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
3295         * progmodes/hideshow.el: Update copyright.
3296         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3297         (hs-minor-mode-hook): Include `:version' in defcustom form.
3299 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
3301         * help.el (string-key-binding): Don't call event-start on
3302         a non-list.
3304 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
3306         * startup.el (fancy-splash-tail, command-line-1): Fix the
3307         copyright year.
3309 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
3311         * term.el: These changes are based on a patch sent from Yong Lu
3312         <lyongu@yahoo.com>.
3313         (term-set-escape-char): Bind M-x to execute-extended-command in
3314         term-raw-escape-map.
3315         (term-move-columns): Don't try to move to negagive column.
3316         (term-emulate-terminal): Insert a string before deleting a text to
3317         overwrite.
3319 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
3321         * play/life.el (life): Rearrange code so that all calls to
3322         life-display-generation are in a catch-form.
3324         * progmodes/etags.el (tags-loop-continue): Don't change point in a
3325         file that isn't interesting.  In an interesting file, push the old
3326         value of point on the mark ring.
3328         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3329         New function.
3330         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3331         Use it.
3333         * emacs-lisp/autoload.el (generate-file-autoloads):
3334         Remove warning about line lengths.
3336 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3338         * progmodes/etags.el (tags-compression-info-list): New variable.
3339         (find-tag-in-order): Use it to deal with compressed source files.
3340         (tag-file-name-match-p): New function.
3341         (etags-recognize-tags-table): Use it for better match of file names.
3343 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
3345         * international/mule-cmds.el (register-input-method): Doc fix.
3347         * international/quail.el (quail-translate-key): Fix condition to
3348         check if there's another breaking point in the current key.
3350 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
3352         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3353         Babyl header to the newly-created output file, bind
3354         coding-system-for-write to either rmail-file-coding-system or
3355         emacs-mule-unix.
3357 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
3359         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3360         Fix the name and regexp used for subsubsections.
3362 2001-03-10  Dave Love  <fx@gnu.org>
3364         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3365         and save-buffer if buffer-file-name non-nil.  From rms.
3367 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
3369         * vc.el (vc-do-command): If the destination buffer is already
3370         current, don't set it up and don't erase it.  Updated doc string
3371         to reflect that.
3372         (vc-version-diff): When doing a single file diff, don't switch to the
3373         *vc-diff* buffer before the command.  This is to preserve local
3374         variable bindings that might affect the diff command.
3375         (vc-print-log): Don't switch to the *vc* buffer before the
3376         command, so that local variable bindings are preserved.
3378         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3379         not the current buffer.
3380         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3382         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3383         make output go to buffer *vc*, not the current buffer.
3385 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3387         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3388         so ^, $, *, ? and + are interpreted correctly.
3390 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
3392         * help.el (string-key-binding): Renamed from
3393         mode-line-key-binding.  Handle any event on a string.
3394         Check for `keymap' properties as well as `local-map' properties.
3396         * comint.el (comint-insert-clicked-input): Use the last key
3397         from this-command-keys to lookup the global key definition.
3399 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
3401         * international/characters.el: Add category `j' for
3402         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
3404         * international/mule-conf.el (no-conversion): Fix docstring.
3405         (raw-text): Fix docstring.
3407 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
3409         * simple.el (choose-completion-string): When not leaving the
3410         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3411         is set.
3413         * window.el (shrink-window-if-larger-than-buffer): Handle frame
3414         parameter `(minibuffer . t)'.
3416 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3418         * progmodes/sh-script.el (sh-st-symbol): New symbol.
3419         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3420         (sh-mode): Remove `make-local-variable' for unused var
3421         `font-lock-unfontify-region-function'.
3423 2001-03-07  Richard M. Stallman  <rms@gnu.org>
3425         * info.el (Info-scroll-down): Fix previous change.
3427         * mail/rmail.el (rmail-toggle-header): Use a window which
3428         is showing the Rmail buffer, rather than the selected window.
3430 2001-03-07  Dave Love  <fx@gnu.org>
3432         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3433         now, to avoid problems with binding imenu directly to a mouse event.
3435 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3437         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3438         second arg t.
3440 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3442         * log-edit.el (log-edit-common-indent): New var.
3443         (log-edit-set-common-indentation): Renamed from
3444         log-edit-delete-common-indentation.  Use the new var.
3445         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3447         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3448         (cvs-mode-add-change-log-entry-other-window):
3449         Don't presume change-log-default-name is defined.
3451         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3453         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3454         the "tree" operation as well.
3456         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3458         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3459         to match paragraph-start.
3461         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3462         comment-start-skip and set comment-end-skip as well.
3463         (sgml-comment-indent): Fix for new value of comment-start-skip.
3464         (html-autoview-mode): Don't bother using make-local-hook.
3466 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3468         * cus-edit.el (custom-save-delete): Move in front of local
3469         variables, otherwise long Custom entries would make them ineffective.
3471         * uniquify.el: Set maintainer to FSF.
3473 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
3475         * dired-aux.el (dired-do-shell-command): Doc fix.
3477 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
3479         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3481         * which-func.el (which-func-modes): Add cperl-mode.
3482         (which-func-mode-global): Use define-minor-mode.
3484         * info-look.el: Docstring fixes and dead code eliminated.
3485         (cperl-mode): Add support.
3486         (emacs-lisp-mode): List all entries from elisp manual, whether
3487         or not they are currently (f)bound or not.  Update regexp.
3489         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3491         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3492         so that C-h m shows the correct information.
3493         Use make-local-variable rather than make-variable-buffer-local.
3494         (cperl-info-buffer, cperl-setup-tmp-buf):
3495         Use make-local-variable rather than make-variable-buffer-local.
3496         (cperl-msb-fix, cperl-get-help-defer):
3497         Check major-mode for `cperl-mode' as well.
3499         * progmodes/cperl-mode.el: Updated to author version 4.23.
3500         (cperl-electric-pod): SYNOPSIS was misspelled.
3501         (cperl-find-pods-heres): @if ? a : b was considered a REx.
3502         (cperl-after-expr-p): Make true after __END__.
3504 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
3506         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3507         bookmark-completion-ignore-case is t.
3509         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3510         switch, like xterm, and concat resource strings, with a newline
3511         between them.
3513 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
3515         * international/codepage.el (cp770-decode-table)
3516         (cp773-decode-table, cp774-decode-table): New variables.
3518         * man.el (Man-hyphenated-reference-regexp): New variable.
3519         (Man-build-references-alist): Use it to search for referenced
3520         manpages.  If hyphenated is non-nil, record a concatenated word in
3521         Man-refpages-alist only if it matches Man-reference-regexp.
3522         Update word's length when it is concatenated.  Reverse the list,
3523         to get the first manpage at the head.
3524         (Man-possibly-hyphenated-word): New function.
3525         (Man-follow-manual-reference): Use it instead of current-word to
3526         find a manpage at point, in a way that accounts for hyphenated
3527         references.
3529 2001-03-06  Alex Schroeder  <alex@gnu.org>
3531         * sql.el (sql-interbase): New function.
3532         (sql-interbase-program): New option.
3533         (sql-interbase-options): New option.
3534         And some typos fixed: "customise" to "customize".
3536 2001-03-06  Dave Love  <fx@gnu.org>
3538         * textmodes/flyspell.el (flyspell-region):
3539         Set up flyspell-local-mouse-map.
3541 2001-03-05  Richard M. Stallman  <rms@gnu.org>
3543         * mail/rmail.el (rmail-retry-failure):
3544         Don't call rmail-beginning-of-message.
3545         Don't discard From: field.  Do discard Received: field.
3546         Use unwind-protect to re-prune.
3547         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3549 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
3551         * international/quail.el (quail-title): Add autoload cookie.
3553 2001-03-05  Dave Love  <fx@gnu.org>
3555         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3556         new defs.
3558 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3560         * language/ethio-util.el (ethio-toggle-space):
3561         Update current-input-method-title if necessary.
3562         (ethio-toggle-punctuation): Likewise.
3564         * international/quail.el (quail-title): Fix for the case that a
3565         title of an input method is specified by a list of the same form
3566         as used in mode-line-format.
3568         * international/mule-cmds.el (activate-input-method):
3569         If current-input-method-title is set by activating INPUT-METHOD,
3570         respect that value.
3572 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
3574         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3576 2001-03-05  Alex Schroeder  <alex@gnu.org>
3578         * sql.el (sql-sybase): Fix typo (was: query user about server two
3579         times instead of server and database).
3581         * sql.el (sql-sybase): Doc change.
3582         (sql-mysql): Doc change.
3583         (sql-postgres): Doc change.
3585 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3587         * international/mule-conf.el (emacs-mule, raw-text):
3588         Docstring modified.
3590 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
3592         * term/internal.el: Update copyright notice.
3594         * term/pc-win.el: Update copyright notice.
3596 2001-03-02  Dave Love  <fx@gnu.org>
3598         * files.el (insert-file-contents-literally):
3599         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3600         not jka-compr-compression-info-list.
3602 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
3604         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3605         spaces in default comment-start-skip settings rather than \s-.
3607 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
3609         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3610         default-frame-alist as well.
3612 2001-03-01  Dave Love  <fx@gnu.org>
3614         * textmodes/reftex.el (defvar): Wrap some defvars in
3615         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
3617         * subr.el (event-basic-type): Doc fix.
3619         * international/quail.el: Doc fixes.
3621         * international/utf-8.el: Doc fixes.
3623         * international/mule-cmds.el: Doc fixes.
3624         (leim-list-header): Fix header text.
3626         * international/mule.el (coding-system-category): Doc fix.
3628         * international/ccl.el (ccl-compile): Doc fix.
3630 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
3632         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3633         rather than (before|after)-change-functions.
3635 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
3637         * ediff-util.el (ediff-scroll-horizontally): Arrange for
3638         scroll-left and scroll-right being called interactively so that
3639         they set the window's min_hscroll.
3641 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
3643         * info.el (info-insert-file-contents-1): Accept an additional
3644         argument `lfn': if it is non-nil, concatenate `filename' and
3645         `suffix'; otherwise use the complicated MS-DOS code.
3646         All callers changed.
3647         (info-insert-file-contents, Info-find-node): If the MS-DOS port
3648         can access long file names, try the long file-name version of
3649         `info-insert-file-contents-1', then the short file-name version.
3651 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
3653         * language/ethio-util.el (setup-ethiopic-environment-internal):
3654         Change bindings of functions keys to conform to "Emacs Lisp Coding
3655         Convention".
3657         * language/ethiopic.el ("Ethiopic"): Add documentation.
3659 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
3661         * international/utf-8.el (mule-utf-8): Set coding-category
3662         property to coding-category-utf-8.
3664 2001-02-27  Richard M. Stallman  <rms@gnu.org>
3666         * lpr.el (lpr-page-header-switches, print-region-1):
3667         Undo 2000-07-06 change.
3668         (lpr-add-switches): Default to t on gnu/linux.
3670 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
3672         * bs.el (bs-attributes-list): Doc fix.
3674 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3676         * help.el (describe-project): Display the file THE-GNU-PROJECT.
3678         * help.el (view-order-manuals): Use goto-address.
3680         * startup.el (command-line-1): Add info about ordering manuals
3681         to the not so fancy splash screens.
3683 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
3685         * vc.el (vc-default-workfile-unchanged-p)
3686         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3688 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3690         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3691         fontify in the right buffer.
3693         * allout.el (outline-flag-region): Move macro in front of first
3694         use to avoid a run-time error.
3696 2001-02-24  Andrew Innes  <andrewi@gnu.org>
3698         * makefile.w32-in: Fix copyright notice.
3700 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
3702         * international/utf-8.el (mule-utf-8): Set correct value for
3703         valid-codes property.
3705         * international/fontset.el (x-complement-fontset-spec): In the
3706         case that we use ASCII font for the other charsets, use only
3707         family and registry part of it.
3709 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3711         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3712         (shrink-window-if-larger-than-buffer): Doc fix.
3714 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
3716         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3717         predicate passed to completing-read.
3719 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3721         * startup.el (command-line): Fix last change.
3723 2001-02-23  Jason Rumney  <jasonr@gnu.org>
3725         * startup.el (tool-bar-originally-present): New variable.
3726         (command-line): Set it if the tool-bar is switched on at startup.
3728         * frame.el (frame-notice-user-settings): Only adjust frame height
3729         for no tool-bar case if tool-bar was originally switched on.
3730         From E. Jay Berkenbilt.
3732 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
3734         * server.el (server-switch-buffer): Only switch window if the
3735         current one is dedicated.
3737         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3738         rather than using (match-beginning 0) when searching for break point.
3740 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
3742         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3743         @ follows an accent command such as @'.  Support optional braces
3744         in commands that insert accents, like makeinfo does.
3746 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
3748         * startup.el (fancy-splash-text): Add a line for ordering
3749         manuals.  Reverse order of splash screens shown.
3750         (use-fancy-splash-screens-p): Adapt to the text line added.
3752         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3753         manuals from the FSF.
3755         * help.el (view-order-manuals): New function.
3756         (toplevel): Bind C-h C-m to this function.
3758 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
3760         * newcomment.el (comment-forward): Skip the comment-start before
3761         searching for the comment-end.
3763 2001-02-21  Dave Love  <fx@gnu.org>
3765         * custom.el (custom-initialize-changed, defcustom): Doc fix.
3767         * international/mule-cmds.el, international/mule.el: Doc fixes.
3769 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
3771         * startup.el (fancy-splash-screens): Use display-hourglass
3772         instead of display-busy-cursor.
3774         * frame.el (display-hourglass): Renamed from busy-cursor.
3775         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3776         (show-cursor-in-non-selected-windows): Doc fix.
3778 2001-02-20  Dave Love  <fx@gnu.org>
3780         * international/utf-8.el: Doc and commentary fixes.
3782 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3784         * ehelp.el (with-electric-help): Doc fix.
3786 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
3788         * msb.el (msb-mode): Call the update-buffers function explicitly
3789         with a FORCE argument.
3791         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3792         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
3793         returns nil.
3795 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3797         * ps-print.el: Timestamp package replacement.  Some enhancements.
3798         Some XEmacs compatibility.  Doc fix.
3799         (ps-print-version): New version number (6.4).
3800         (ps-printer-name): Initialization fix.
3801         (ps-zebra-stripe-follow): Funcionality enhancement.
3802         (ps-prologue-file): Code enhancement.
3803         (ps-right-header): Timestamp package replacement.
3804         (ps-setup, ps-face-bold-p, ps-face-italic-p)
3805         (ps-get-page-dimensions)
3806         (ps-generate-header, ps-begin-file, ps-begin-job)
3807         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3808         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3809         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3810         (coding-system-for-write): Var declaration (XEmacs compatibility).
3812 2001-02-20  Miles Bader  <miles@gnu.org>
3814         * image-file.el (image-file-name-extensions): Add "tif".
3816 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
3818         * wid-edit.el (widget-button-click): Save the selected window
3819         around the code handling clicks on buttons.
3821 2001-02-18  Dave Love  <fx@gnu.org>
3823         * imenu.el (imenu--generic-function): Use mapc to iterate over
3824         syntax characters.
3826 2001-02-17  Richard M. Stallman  <rms@gnu.org>
3828         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3830         * uniquify.el (uniquify-buffer-name-style): Doc fix.
3832 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3834         * mouse.el (mouse-save-then-kill): If the distance from the new
3835         point to the mark is equal to the distance of point from the new
3836         point, move point instead of the mark.
3838 2001-02-16  Dave Love  <fx@gnu.org>
3840         * textmodes/flyspell.el (flyspell-get-word): Return string without
3841         properties.
3843 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3845         * generic.el (generic-find-file-regexp): Doc fix.
3846         (generic-ignore-files-regexp): New defcustom.
3847         (generic-mode-find-file-hook): If the file's name matches the
3848         regexp in `generic-ignore-files-regexp', don't enter
3849         default-generic-mode.  Doc fix.
3851 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3853         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3854         Add autoload cookies.
3856         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3857         of cal-tex-24.
3859 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3861         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3863         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3864         the character class after the (optional) drive, to support file
3865         names with embedded blanks.
3867 2001-02-15  Sam Steingold  <sds@gnu.org>
3869         * textmodes/tex-mode.el (tex-shell-running):
3870         Check the process buffer too.
3872 2001-02-15  Dave Love  <fx@gnu.org>
3874         * battery.el (battery-status-function): Fix doc, :type.
3876         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3878 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
3880         * subr.el (read-passwd): Clear Lisp memory holding password.
3882 2001-02-15  Miles Bader  <miles@gnu.org>
3884         * info.el (Info-copy-current-node-name): New function.
3885         (Info-mode-menu): Add it to the menu.
3887 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
3889         * international/mule-cmds.el (toggle-input-method): Doc fix.
3891 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
3893         * replace.el (occur): Stop at end of buffer.
3895 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
3897         * international/mule-cmds.el (set-input-method): Another doc fix.
3899 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
3901         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3903 2001-02-13  Miles Bader  <miles@gnu.org>
3905         * faces.el (set-face-background, set-face-foreground)
3906         (set-face-stipple): Treat a value of nil as being `unspecified'.
3908 2001-02-12  Dave Love  <d.love@dl.ac.uk>
3910         * international/latin1-disp.el:  Doc fixes.
3911         (latin1-display) <defgroup>: Add :link.
3912         (latin1-display) <function>: Set variable latin1-display.
3914 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
3916         * international/mule-cmds.el (set-input-method): Doc fix.
3918 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
3920         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3921         (speedbar-line-file): Return nil if not a file.
3922         (speedbar-buffers-line-path): Return file for tags, and dir for files.
3924 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
3926         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3927         for remote files.
3928         (ediff-coding-system-for-read): Replaced the no-conversion default
3929         with raw-text.
3931         * ediff-init.el: Removed :version from defcustom vars.
3933         * ediff-util.el (ediff-compute-custom-diffs-maybe):
3934         Better handling of the diff mode.
3936         * ediff.texi: Added ediff-coding-system-for-read.
3938         * viper.texi: Fix typos.
3940 2001-02-11  Dave Love  <fx@gnu.org>
3942         * shadowfile.el: Doc fixes.
3943         (shadow) <defgroup>: Add :link.
3944         (shadowfile-unload-hook): New function.
3945         (shadow-initialize): Use defalias, not fset.
3946         (shadow-define-cluster, shadow-define-literal-group)
3947         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
3949         * international/mule.el: Doc and message fixes.
3951         * international/ccl.el (define-ccl-program): Doc fix.
3953 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
3955         * faces.el (mode-line): Set :line-width property to -1.
3957 2001-02-10  Richard M. Stallman  <rms@gnu.org>
3959         * complete.el (partial-completion-mode): Doc fix.
3961         * simple.el (delete-key-deletes-forward-mode):
3962         Change `let' to `let*' to fix gross bug in last change.
3964         * repeat.el (repeat): Don't let execute-kbd-macro alter
3965         real-last-command.
3967 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
3969         * simple.el (eval-expression): Doc fix.
3971 2001-02-09  Dave Love  <fx@gnu.org>
3973         * imenu.el (imenu-generic-expression): Doc fix.
3975         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3976         From Juanma Barranquero.
3978         * emacs-lisp/authors.el (authors): Expand `root' before running find.
3980 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
3982         * faces.el (set-face-attribute): Describe the case of a negative
3983         value specified for :line-width.
3985 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
3987         * which-func.el (which-func-mode): Invert which-func-mode-global.
3988         From Juanma Barranquero <lektu@uol.com.br>.
3990 2001-02-08  Dave Love  <fx@gnu.org>
3992         * wid-edit.el (widget-plist-convert-widget): Replace binding of
3993         widget-plist-value-type.
3994         (widget-alist-convert-widget): Replace binding of
3995         widget-alist-value-type.
3997         * textmodes/paragraphs.el (sentence-end): Doc fix.
3999         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4000         Remove `backward-line'.
4002         * play/pong.el (pong-blank-color, pong-bat-color)
4003         (pong-ball-color, pong-border-color, pong-left-key)
4004         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4005         (pong-pause-key, pong-resume-key, pong-timer-delay):
4006         * mail/mh-comp.el (mh-compose-letter-function):
4007         * eshell/esh-mode.el (eshell-skip-prompt-function):
4008         * emulation/viper-ex.el (ex-unix-type-shell-options):
4009         * recentf.el (recentf-menu-filter):
4010         * ps-print.el (ps-print-region-function):
4011         * lpr.el (print-region-function):
4012         * forms.el (forms-mode-hooks):
4013         * dirtrack.el (dirtrack-directory-change-hook):
4014         * cus-start.el (temp-buffer-show-function, display-buffer-function):
4015         * textmodes/spell.el (spell-filter):
4016         * textmodes/fill.el (adaptive-fill-function):
4017         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4018         * progmodes/etags.el (find-tag-default-function):
4019         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4020         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4022 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
4024         * emulation/viper-init.el (viper-fast-keyseq-timeout)
4025         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
4026         Meyering <jim@meyering.net>.
4028         * loadup.el: Revert last change.
4030 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
4032         * international/mule.el (transform-make-coding-system-args):
4033         Make it work also for coding systems not using CCL.
4035 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4037         * simple.el (previous-matching-history-element)
4038         (next-matching-history-element): Doc fix.
4040         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4041         specific part.
4043 2001-02-06  Dave Love  <fx@gnu.org>
4045         * add-log.el (add-log-current-defun-function)
4046         (add-log-buffer-file-name-function, add-log-file-name-function):
4047         Fix :type.
4048         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4050 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4052         * info.el (info-initialize): Remove the test for system-type when
4053         invocation-directory is non-nil.
4055         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4056         of `font-lock-defaults' to `backward-paragraph' rather than nil.
4058 2001-02-06  Andrew Innes  <andrewi@gnu.org>
4060         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4061         absolute.
4063 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
4065         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4066         buffers.  When hi-lock turned on rather than only checking current
4067         buffer for regexps, all buffers are checked. Moved activation of
4068         font-lock to hi-lock-refontify. When font-lock turned off rather
4069         than removing added highlighting just in current buffer, remove it
4070         in all buffers.  Changed edit menu text from "Automatic
4071         Highlighting" to "Regexp Highlighting" Documentation for
4072         highlighting phrases, minor documentation changes.
4073         (hi-lock-set-file-patterns): Execute only if there are new or
4074         existing file patterns.
4075         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4076         unfontify and, if a support mode is active, will not refontify the
4077         whole buffer.  If necessary, turn on font lock. (Removed
4078         font-lock-unfontify and font-lock support-mode-specific calls,
4079         such as lazy-lock-fontify-window.)
4080         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4081         patterns are found. Not useful now since find-file-hook is removed
4082         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4083         (hi-lock-face-phrase-buffer): New function.  Also added related
4084         menu item and keybinding.
4085         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4086         (hi-lock-process-phrase): New function.
4087         (hi-lock-line-face-buffer): Doc fixes.
4088         (hi-lock-face-buffer): Doc fixes.
4089         (hi-lock-unface-buffer): Doc fixes.
4091 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
4093         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4094         dabbrev-ignored-regexps.
4096 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
4098         * simple.el (kill-line): Doc fix.
4100 2001-02-05  Dave Love  <fx@gnu.org>
4102         * loadup.el: Revert last two changes -- bootstrapping works with
4103         regenerated loaddefs.
4105 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
4107         * isearch.el (isearch-forward): Doc fix.
4109         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4110         of font-lock-defaults to backward-paragraph.
4112 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4114         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4115         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4117 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4119         * ebnf2ps.el: Eliminate time-stamp functions.
4120         (ebnf-version): New version (3.5).
4121         (ebnf-eps-finish-and-write): Replace time-stamp functions by
4122         format-time-string.
4124 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4126         * simple.el (next-line): Goto end-of-line before inserting a newline.
4128 2001-02-05  Miles Bader  <miles@gnu.org>
4130         * image-file.el (insert-image-file): When visiting an image, also
4131         set `truncate-lines' to t so that any fringe arrow looks correct.
4133 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
4135         * isearch.el (isearch-forward): Add description about input method
4136         in the docsting.
4138 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
4140         * skeleton.el (skeleton-internal-1): Always push the mark for @.
4142 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4144         * info.el (info-initialize): If installation-directory is nil, for
4145         DOS/Windows systems try looking in a sibling of invocation-directory.
4147 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
4149         * wid-edit.el (widget-button-click): Fix last change.
4151         * frame.el (frame-notice-user-settings): When resizing the initial
4152         frame because the tool bar is off, also change the frame's top
4153         position if a negative top position was specified.
4155 2001-02-02  Miles Bader  <miles@gnu.org>
4157         * image-file.el (insert-image-file): When visiting an image,
4158         suppress the cursor in the image buffer.
4160 2001-02-01  Dave Love  <fx@gnu.org>
4162         * progmodes/f90.el (f90-mode): Remove startup message.
4164         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
4166 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4168         * startup.el (command-line): Fix code determining whether or not
4169         to use delete-key-deletes-forward-mode.
4171 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
4173         * vc.el (vc-diff-switches): New user option.
4174         (vc-version-diff): Use it.
4175         (vc-diff-switches-list): New macro.
4177         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4178         New customization options.
4179         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4181         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4183 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4185         * msb.el (toplevel): Quote hook symbols.
4187 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
4189         * international/mule.el (make-coding-system): Add description
4190         about recognized properties in the docstring.
4192         * international/mule-conf.el: Remove unused charsets
4193         mac-roman-lower and mac-roman-upper.
4195 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
4197         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4198         is in front of the left-margin, if any.
4200         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4201         like `delete'.
4203         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4205         * term/w32-win.el (mouse-set-font): Doc fix.
4207 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4209         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4210         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4211         on already.
4213 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
4215         * files.el (save-buffer): Don't give message if (buffer-file-name)
4216         returns nil.
4218 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
4220         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4222         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4223         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
4225         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4226         display problems.
4228 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
4230         * international/mule.el (charset-info): Fix docstring.
4232         * international/mule-diag.el (describe-character-set): Check final
4233         char valid before printing it.
4235 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
4237         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4239         * frame.el (frame-notice-user-settings): Do the tool-bar
4240         stuff only for graphical displays.  Fix a braino.
4242         * frame.el (frame-initialize): Create initial frame visible.
4243         (frame-notice-user-settings): When tool-bar has been switched off,
4244         correct the frame size and sync tool-bar-mode.
4246         * startup.el (command-line): Remove manipulation of frame
4247         height for tool bars.
4249 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4251         * lpr.el: Compatibility with XEmacs and doc fixes.
4252         (lpr-windows-system, lpr-lp-system): New vars.
4253         (lpr-printer-switch): New defcustom.
4254         (printer-name, lpr-command): Customization fix.
4255         (print-region-1): Code fix.
4256         (print-region-new-buffer, printify-region): Indentation fix.
4257         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4258         New functions.
4260 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4262         * msb.el (toplevel): Fix the eval-after-load.
4264 2001-01-29  Dave Love  <fx@gnu.org>
4266         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4268         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4270         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4271         (tcl-using-emacs-19-23): Consider Emacs 21+.
4272         (tcl-help-directory-list, tcl-command-switches): Fix :type.
4273         (tcl-add-emacs-menu): Supply menu name.
4274         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4276 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4278         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4280 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
4282         * pcvs.el (cvs-mark-fis-dead): New function.
4283         (cvs-mode-add): Use it.
4284         (cvs-mode-add-change-log-entry-other-window):
4285         Rebind change-log-default-name to itself rather than to nil.
4287 2001-01-29  Sam Steingold  <sds@gnu.org>
4289         * vc-cvs.el: Replaced (require 'vc) with a bunch of
4290         `autoload' statements.
4292 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
4294         * files.el (confirm-kill-emacs): Doc fix.
4296         * frame.el (frame-initialize): Doc fix.
4298         * time-stamp.el (time-stamp-string): Doc fix.
4300         * woman.el (WoMan-log-1): Make the log buffer writable.
4301         From Markus Rost <rost@math.ohio-state.edu>.
4303 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4305         * imenu.el (imenu-syntax-alist): Add autoload cookie for
4306         the `make-variable-buffer-local'.
4308 2001-01-29  Dave Love  <fx@gnu.org>
4310         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4311         (ansi-color-for-comint-mode-on, ansi-color-process-output):
4312         Add autoload cookie.
4313         (ansi-color-apply-sequence): Fix typo.
4315 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4317         * menu-bar.el (menu-bar-files-menu): Add menu items for
4318         Postscript printing in black and white.
4320         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4321         X-Mailman-Version, Precedence, List-Help, List-Post,
4322         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4323         Content-Type, Content-Length.
4325 2001-01-29  Dave Love  <fx@gnu.org>
4327         * elide-head.el (elide-head): Make overlay evaporate.
4329         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4331 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
4333         * isearch.el (isearch-highlight): Don't punt if the display
4334         doesn't support colors, since isearch faces are defined for
4335         monochrome displays as well.
4337 2001-01-27  Sam Steingold  <sds@gnu.org>
4339         * shell.el (shell-write-history-on-exit): Make sure that we are in
4340         the shell buffer (M-x tex-file RET inserted the error message into
4341         the TeX buffer).
4343 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4345         * simple.el (transient-mark-mode): Doc fix.
4347 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
4349         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4351 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4353         * shell.el (shell-unquote-argument): If the shell is one of the
4354         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4355         quote character.
4356         (shell-dumb-shell-regexp): Document that the shells which match
4357         this regexp are supposed to not treat a backslash as a quote character.
4359         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4360         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
4362 2001-01-27  Richard M. Stallman  <rms@gnu.org>
4364         * dabbrev.el (dabbrev--substitute-expansion):
4365         Treat a one-capital-letter abbrev as "not all upper case",
4366         so as to force preservation of the expansion's pattern
4367         if the expansion starts with a capital letter.
4369 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4371         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4372         Doc fix.
4374         * simple.el (transient-mark-mode): Document the fact that many
4375         commands act on the region when mark is active.
4377 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
4379         * international/quail.el (quail-setup-completion-buf): Make the
4380         multibyteness of current buffer inherited to Quail completion buffer.
4381         (quail-show-guidance-buf): Make the multibyteness of current
4382         buffer inherited to Quail guidance buffer.
4383         (quail-help): Make the multibyteness of current buffer inherited
4384         to Quail help buffer.
4386 2001-01-26  Dave Love  <fx@gnu.org>
4388         * time-stamp.el: Doc fixes.
4390         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4391         (delphi-keyword-face, delphi-other-face): Fix :type.
4393         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
4395         * mail/feedmail.el (feedmail): Add :link.
4396         (feedmail-send-it): Doc fix.
4398         * mail/sendmail.el: Doc fixes.
4399         (sendmail-send-it): Fix the non-ASCII regexp and use
4400         rfc2047-encode-string.
4402         * dired.el, dired-aux.el: Revert last change.
4404 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4406         * makefile.w32-in (DONTCOMPILE): Add various term files.
4408 2001-01-26  Dave Love  <fx@gnu.org>
4410         * Makefile.in (DONTCOMPILE): Add various term files.
4412 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4414         * man.el (Man-default-man-entry, Man-mode): Doc fix.
4416         * startup.el (display-startup-echo-area-message): Make sure
4417         the echo area is resized to fit the size of the startup message.
4419         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4420         part of which is a constant.
4422 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
4424         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4426 2001-01-26  Richard M. Stallman  <rms@gnu.org>
4428         * simple.el (next-line): Don't let `newline' expand abbrevs.
4429         Simplify slightly.
4430         (open-line): Don't let `newline' expand abbrevs.
4432 2001-01-25  John Wiegley  <johnw@gnu.org>
4434         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4435         to `repeat' in the :type field.
4437         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4438         allow a choice of regexp or nil.
4439         (pcomplete-dir-ignore): Same.
4441         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4442         a command) to always fail.
4444 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
4446         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4447         discard the result.
4448         (iswitchb-to-end): Likewise.
4450 2001-01-25  Sam Steingold  <sds@gnu.org>
4452         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4453         Require vc.
4455 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
4457         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4459         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4461 2001-01-25  Dave Love  <fx@gnu.org>
4463         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4464         (describe-coding-system): Tweak the English text.
4466         * loadup.el: Preload international/ccl for utf-8.
4468 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
4470         * mail/rmail.el (rmail-redecode-body): Doc fix.
4472 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
4474         * international/mule-cmds.el (reset-language-environment):
4475         Reset coding-category-utf-8 to mule-utf-8.
4477         * international/mule-conf.el (coding-category-utf-8):
4478         Initialize to mule-utf-8.
4480         * loadup.el: Preload international/utf-8.
4482         * international/utf-8.el: New file.
4484 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
4486         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4488 2001-01-24  Sam Steingold  <sds@gnu.org>
4490         * dired.el (dired-replace-in-string): Removed.
4491         (dired-sort-toggle): Use `replace-regexps-in-string'
4492         instead of `dired-replace-in-string'.
4494         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4495         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4497         * gs.el (gs-replace-in-string): Removed.
4498         (gs-options): Use `replace-regexps-in-string'
4499         instead of `gs-replace-in-string'.
4501 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
4503         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4504         bug report is mailed to an email list and posted to a news group.
4506 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4508         * comint.el (comint-replace-by-expanded-history-before-point):
4509         Fix change of 2000-08-03 to move point to the start of the line again.
4511         * startup.el (tool-bar-images-pixel-height): New variable.
4512         (command-line): After loading the user's init file, when
4513         tool-bar-mode is on, increase the frame's size by some lines for
4514         the tool-bar.
4516         * frame.el (frame-initialize): Create the initial frame invisible.
4518 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4520         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4521         (chinese-big5): MIME:Big5.
4523 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4525         * international/mule-cmds.el (universal-coding-system-argument):
4526         Handle commands with prefix args.
4528 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4530         * calendar/diary-lib.el (diary-float): Fix case of MONTH
4531         being a list of numbers.
4532         (diary-mail-entries): Rewritten.
4534 2001-01-23  Dave Love  <fx@gnu.org>
4536         * international/mule.el (make-coding-system): Fix typo.
4538         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4539         Add backward-paragraph as font-lock-beginning-of-syntax-function.
4541 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
4543         * font-lock.el (font-lock-mode): Doc fix.
4545 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
4547         * international/mule.el (make-translation-table): Fix docstring.
4549 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
4551         * mail/rmail.el (rmail-redecode-body): New function.
4553         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4555 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
4557         * isearch.el (isearch-lazy-highlight-case-fold-search)
4558         (isearch-lazy-highlight-regexp): New variables.
4559         (isearch-lazy-highlight-cleanup): Update lazy highlight if
4560         case-fold search or regexp search has been toggled.
4562         * wid-edit.el (widget-button-click): Avoid a save-excursion
4563         around running a global binding.
4565         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4566         to 0.25.
4568 2001-01-20  Miles Bader  <miles@gnu.org>
4570         * cus-edit.el (custom-face-save): Do post-processing on the face's
4571         new value like `custom-face-set' does.
4573 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4575         * mail/emacsbug.el (report-emacs-bug): Report the value of
4576         LC_CTYPE, not LC_TYPE.
4578         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4579         isearch-toggle-regexp and isearch-edit-string to doc string.
4581 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4583         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4584         as font-lock-beginning-of-syntax-function in font-lock-defaults.
4586         * jit-lock.el (jit-lock-fontify-now): Don't bind
4587         font-lock-beginning-of-syntax-function to nil.
4589 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4591         * mail/emacsbug.el (report-emacs-bug): Report values of
4592         locale-coding-system, default-enable-multibyte-characters, and the
4593         environment variables LC_ALL, LC_TYPE, and LANG.
4595 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4597         * font-lock.el (font-lock-default-fontify-region): Fix last change.
4599         * font-lock.el (font-lock-multiline): Default to nil.
4600         (font-lock-default-fontify-region): If font-lock-multiline is
4601         nil, don't check the property `font-lock-multiline'.
4603         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4604         is nil, don't check the `font-lock-multiline' text property.
4606 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4608         * viper.el: Call initial-major-mode on startup.
4610         * ediff.el (ediff-patch-file): Use better defaults.
4612         * ediff-vers.el: Fix for 8+3 DOS file systems.
4614 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
4616         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4617         diff mode, if available.
4619 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4621         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4623         * ediff-init.el (subst-char-in-string): Define and use it, unless
4624         it's already defined.
4626 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
4628         * tooltip.el (tooltip-hide-delay): New user-option.
4629         (tooltip-show): Use tooltip-hide-delay instead of the default.
4631 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
4633         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4634         kill-local-variable doesn't work for enable-multibyte-characters.
4636 2001-01-17  Dave Love  <fx@gnu.org>
4638         * ediff-init.el (ediff-before-setup-hook)
4639         (ediff-merge-filename-prefix): Add :version.
4641         * international/latin1-disp.el: Require disp-table.
4642         (latin1-display): Fix :set.
4644         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4646 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
4648         * isearch.el (isearch-lazy-highlight-initial-delay)
4649         (isearch-lazy-highlight-interval): Default to 0.
4651 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
4653         * isearch.el (isearch-highlight): Set isearch-overlay priority to
4654         1 here rather than each time through
4655         isearch-lazy-highlight-new-loop.
4656         (isearch-lazy-highlight-max): Variable deleted.
4657         (isearch-lazy-highlight-max-at-a-time): New user variable, like
4658         isearch-lazy-highlight-max but controls a single invocation of
4659         isearch-lazy-highlight-update.
4660         (isearch-lazy-highlight-wrapped): Variable recreated.
4661         (isearch-lazy-highlight-window-start): New variable.
4662         (isearch-lazy-highlight-cleanup): Restored to behavior of
4663         before 2-Jan.
4664         (isearch-lazy-highlight-remove-overlays): Function deleted;
4665         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
4666         behavior removed.
4667         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4668         isearch-lazy-highlight-update in a loop rather than just once.
4669         Test isearch-invalid-regexp here and decide not to start a new
4670         loop, rather than testing it each time through
4671         isearch-lazy-highlight-update.
4672         (isearch-lazy-highlight-search): Function restored.
4673         (isearch-lazy-highlight-update): Get called in a timer loop again,
4674         but this time highlight more than one match each time through.
4675         Only highlight matches in the visible part of the window.
4676         Start at point, move in the direction of the search, and wrap around at
4677         the edge of the window.  Use sit-for to force redisplay and ensure
4678         window-start is credible.  "Face suppressing" behavior removed;
4679         overlay priorities should make it unnecessary, right?
4680         (isearch-highlight): Face suppressing behavior removed.
4681         (isearch-dehighlight): Face suppressing behavior removed.
4682         (isearch-set-lazy-highlight-faces-at): Removed.
4684 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
4686         * language/european.el ("Latin-1"): Make the format of description
4687         about additional language environments same as that of Latin-2.
4689 2001-01-16  Dave Love  <fx@gnu.org>
4691         * isearch.el (isearch-lazy-highlight): Add :version.
4693         * simple.el (backward-delete-char-untabify-method)
4694         (next-line-add-newlines): Add :version.
4696 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
4698         * bindings.el: Bind <backspace> and <delete> via function-key-map.
4699         Don't bind <delete> otherwise.
4701         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4702         and <delete> via function-key-map.
4704         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4705         Subject line only if point is after the `Subject:'.
4707 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
4709         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4710         japanese-jisx0213-2 in `charset' property of this lang. env.
4712         * language/european.el ("Latin-1"): Add description for Dutch and
4713         Spanish lang. env.
4715         * international/mule.el (decode-char): Fix conditions.
4716         (encode-char): Handle eight-bit-control too.
4717         (transform-make-coding-system-args): New function.
4718         (make-coding-system): Accept XEmacs style arguments for CCL base
4719         coding system.
4721 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
4723         * progmodes/etags.el (find-tag-noselect): Save the value of
4724         tags-file-name before switching buffers, for the case it has a
4725         buffer-local value.
4727 2001-01-15  Alex Schroeder  <alex@gnu.org>
4729         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4730         From Dave Love <fx@gnu.org>.
4731         (ansi-color-for-comint-mode): Fix :version.
4733 2001-01-15  Alex Schroeder  <alex@gnu.org>
4735         * ansi-color.el (ansi-color-unfontify-region): Doc change.
4737 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
4739         * dired.el (dired-insert-directory): If file-system-info fails,
4740         remove the " free " part, but don't signal an error.
4742 2001-01-12  Sam Steingold  <sds@gnu.org>
4744         * bookmark.el (bookmark-maybe-historicize-string):
4745         Use new backquote syntax.
4747 2001-01-12  Richard M. Stallman  <rms@gnu.org>
4749         * subr.el (last): Handle a list that doesn't end in nil.
4751 2001-01-12  Sam Steingold  <sds@gnu.org>
4753         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4754         to `backward-delete-char-untabify'.
4756 2001-01-12  Dave Love  <fx@gnu.org>
4758         * cus-edit.el (customize-menu-create): Fix the :filter following
4759         easymenu change.
4761         * wid-edit.el (function): Add :match-alternatives.
4762         (widget-color-action): Doc fix.
4764 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
4766         * calendar/calendar.el (calendar-basic-setup): Doc fix.
4768 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
4770         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4772         * international/ccl.el (define-ccl-program): Fix docstring.
4774 2001-01-11  Dave Love  <fx@gnu.org>
4776         * international/mule-cmds.el (standard-display-european-internal):
4777         Set display table for 2208 as for 160.
4779         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4781         * progmodes/fortran.el (fortran-mode-map): Modify Customization
4782         entry for custom-menu-create change.
4783         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
4784         don't cons it in the search loop.
4786         * imenu.el (imenu--truncate-items): Revert last change.
4788 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4790         * info.el (Info-setup-header-line): If the node header includes
4791         either Next: or Prev: links, don't show the File: and Node: parts
4792         in the header line.
4794 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
4796         * comint.el (comint-goto-process-mark): Don't print a message
4797         when running in batch mode.
4799         * isearch.el (isearch-search): In the condition-case handler for
4800         `error', set isearch-invalid-regexp to the whole error message.
4802         * subr.el (eval-after-load): Call load-symbol-file-load-history to
4803         ensure that eval-after-load works for files dumped with Emacs.
4805         * help.el (load-symbol-file-load-history): New function extracted
4806         from function symbol-file.
4807         (symbol-file): Use it.
4809         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4811 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4813         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4814         behave as if there were no prefix argument.
4815         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4816         argument were nil.
4818 2001-01-11  Richard M. Stallman  <rms@gnu.org>
4820         * isearch.el (isearch-lazy-highlight-update):
4821         Don't look for more potential matches once maximum is exceeded.
4822         Use overlays-in to check correctly for overlap with current match.
4823         Ignore empty matches.
4825 2001-01-11  Miles Bader  <miles@gnu.org>
4827         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4828         (ispell-overlay-window, ispell-help, ispell-show-choices)
4829         (ispell-command-loop): Use it instead of `window-height'.
4831 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4833         * files.el (confirm-kill-emacs): New user-option.
4834         (save-buffers-kill-emacs): Ask for final confirmation before
4835         killing Emacs.
4837         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4838         to nil.
4840 2001-01-10  Dave Love  <fx@gnu.org>
4842         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4844         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4846         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4848         * calculator.el (calculator-number-digits): Fix :type.
4850         * vc-cvs.el (vc-cvs-header): Fix :type.
4851         * vc-rcs.el (vc-rcs-header): Fix :type.
4852         * vc-sccs.el (vc-sccs-header): Fix :type.
4854         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4856         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4858         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4860 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4862         * simple.el (set-variable): Force a thorough redisplay for the
4863         case that the variable has an effect on the display, like
4864         `tab-width' has.
4866 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
4868         * vc.el: Add documentation for backend interface.
4870 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
4872         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4874         * international/mule-conf.el (latin-extra-code-table): Set to t
4875         for \223 and \224.
4877 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4879         * international/mule-cmds.el (locale-language-names): Map "es" to
4880         "Spanish" and "nl" to "Dutch".
4882 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
4884         * bindings.el (global-map): Bind <home> to beginning-of-line,
4885         <end> to end-of-line, C-<home> to beginning-of-buffer, and
4886         C-<end> to end-of-buffer.
4888         * language/european.el: Add Dutch and Spanish language info
4889         to be able to use the appropriate tutorials.
4891 2001-01-09  Alex Schroeder  <alex@gnu.org>
4893         * ansi-color.el (ansi-color-process-output): Use markers instead
4894         of positions for start and end of region.
4895         (ansi-color-apply-on-region): Rewrote code to make it more robust.
4896         Previously, occasional mistakes happend when fontifying many
4897         chunks of output (eg. ls --color=yes /dev).  This happened
4898         whenever an overlay was created up to the end of the region, which
4899         coincided with the process-mark.  New text would then be added
4900         within that overlay instead of after it.
4901         (ansi-color-make-extent): Overlays are created with the property
4902         `modification-hooks' set to '(ansi-color-freeze-overlay).
4903         (ansi-color-freeze-overlay): New function.  When inserting text at
4904         the end of the overlay, the overlay will resize.
4906 2000-01-09  Alex Schroeder  <alex@gnu.org>
4908         * ansi-color.el (ansi-color-process-output): Doc change.
4909         (ansi-color-unfontify-region): Doc change.  No longer installed
4910         automatically in font-lock-unfontify-region-function.
4911         (ansi-color-apply): Doc change.
4912         (ansi-color-apply-on-region): Use extents or overlays instead of
4913         text-properties.
4914         (ansi-color-make-extent): New function.
4915         (ansi-color-set-extent-face): New function.
4917 2000-01-09  Alex Schroeder  <alex@gnu.org>
4919         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4920         both use ansi-color-process-output, now.
4921         (ansi-color-process-output): Doesn't return string anymore.  It is
4922         installed in comint-output-filter-functions for both Emacs and
4923         XEmacs, now.
4924         (ansi-color-unfontify-region): Simplified code removing variables
4925         pos and start-ansi.
4926         (ansi-color-apply): Put text-property ansi-color before putting
4927         text-property face because ansi-color-unfontify-region is called
4928         immediately after the call to put-text-property.
4929         (ansi-color-context-region): Doc change.
4930         (ansi-color-filter-region): Simplified code.
4931         (ansi-color-apply-on-region): Changed start to start-marker, using
4932         a marker explicitly.  Put text-property ansi-color before putting
4933         text-property face because ansi-color-unfontify-region is called
4934         immediately after the call to put-text-property.
4936 2000-01-09  Alex Schroeder  <alex@gnu.org>
4938         * ansi-color.el (ansi-color-faces-vector): Doc change.
4939         (ansi-color-for-comint-mode): Changed :type property to choice.
4940         (ansi-color-last-context): Removed.
4941         (ansi-color-process-output): Don't use ansi-color-last-context, as
4942         the main functions will store their context now.
4943         (ansi-color-context): Doc change.
4944         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4945         Uses ansi-color-context such that repeated calls will strip
4946         partial escape sequences, too.
4947         (ansi-color-apply): Simplified code.  Colorize end of string if
4948         face is not null.  Store context in new (FACE STRING) format, such
4949         that repeated calls will strip partial escape sequences, too.
4950         Append faces to face property using ansi-color-apply-sequence such
4951         that cumulative mode actually works.
4952         (ansi-color-context-region): New variable.
4953         (ansi-color-filter-region): Rewrote it based on
4954         ansi-color-apply-on-region.  Uses ansi-color-context-region such
4955         that repeated calls will strip partial escape sequences, too.
4956         (ansi-color-apply-on-region): Simplified code.  Colorize end of
4957         region if face is not null.  Store context in new (FACE POS)
4958         format, such that repeated calls will strip partial escape
4959         sequences, too.  Append faces to face property using
4960         ansi-color-apply-sequence such that cumulative mode actually works.
4961         (ansi-color-apply-sequence): New function.
4962         (ansi-color-get-face): When the default face is added to the list
4963         of faces, all previous settings are discarded and the list of
4964         faces is set to '(default).
4966 2000-01-09  Alex Schroeder  <alex@gnu.org>
4968         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4969         face, such that ansi-color-apply and ansi-color-apply-on-region
4970         will do the right thing.
4971         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4972         returns nil, set the list of faces back to nil instead of
4973         appending the result of ansi-color-get-face to the front of the list.
4975 2000-01-09  Alex Schroeder  <alex@gnu.org>
4977         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4978         (ansi-color-process): Doc change.
4979         (ansi-color-last-context): New buffer-local variable.
4980         (ansi-color-process-output): New function.  It is automatically
4981         added to comint-output-filter-functions if this is XEmacs.
4982         (ansi-color-unfontify-region): New optional parameter for XEmacs
4983         compatibility.  Check wether font-lock-syntactic-keywords is
4984         boundp before removing the syntax table text property, as XEmacs
4985         doesn't have it.
4986         (ansi-color-filter-region): Doc change.
4987         (ansi-color-apply-on-region): Doc change.
4988         (ansi-color-make-face): New function.  Compatibility layer for
4989         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
4990         (ansi-color-make-color-map): Use ansi-color-make-face.
4991         (ansi-color-get-face): Avoid face text property '(nil) as results
4992         in an errow for XEmacs.
4994 2000-01-09  Alex Schroeder  <alex@gnu.org>
4996         * ansi-color.el (ansi-color-unfontify-region): New function.
4997         Uses text-property ansi-color in order to preserve fontification by
4998         ansi-color.  When the package is loaded, a lambda expression is
4999         put onto font-lock-mode-hook.  This lambda expression will check
5000         font-lock-unfontify-region-function and replace
5001         font-lock-default-unfontify-region with ansi-color-unfontify-region.
5002         (ansi-color-apply): Add text-property ansi-color in addition to
5003         text-property face.
5004         (ansi-color-apply-on-region): Add text-property ansi-color in
5005         addition to text-property face.
5006         (save-buffer-state): Copy of the macro that is also used by
5007         lazy-lock and font-lock.
5009         (ansi-color-for-comint-mode): New option.
5010         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5011         (ansi-color-for-comint-mode-off): Ditto.
5012         (ansi-color-for-comint-mode-filter): Ditto.
5013         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
5014         decide what to do.  This function is added to
5015         comint-preoutput-filter-functions when the package is loaded.
5017         (ansi-color-for-shell-mode-set): Removed.
5018         (ansi-color-for-shell-mode): Removed.
5020 2000-01-09  Alex Schroeder  <alex@gnu.org>
5022         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5023         the lambda expression from the ansi-color-for-shell-mode :set
5024         property.  Additionally, modify shell-mode-hook to enable or
5025         disable font-lock-mode for future shell buffers.
5026         (ansi-color-for-shell-mode): The :set property calls
5027         ansi-color-for-shell-mode-set instead of a lambda expression.
5029 2000-01-09  Alex Schroeder  <alex@gnu.org>
5031         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5032         (ansi-color-context): New variable.
5033         (ansi-color-apply): Save context between calls.
5035 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
5037         * isearch.el (isearch, isearch-lazy-highlight-face):
5038         New definitions for face colors and attributes.
5040         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5041         of display-mouse-p.
5043 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
5045         * international/mule.el (make-coding-system): If the coding system
5046         accepts extra latin codes, register such codes as safe for the
5047         coding system.
5049 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5051         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5052         don't mention the file name or the date here, because they are
5053         logged at the start of the file.
5055 2001-01-08  Richard M. Stallman  <rms@gnu.org>
5057         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5058         Change screen-width to frame-width.
5060 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5062         * info.el (Info-search): Print the default as part of the prompt.
5064 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
5066         * vc.el (vc-default-latest-on-branch-p): New function, replaces
5067         constant implementations in backends.
5069         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5070         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5072         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5073         WRITABLE to EDITABLE.
5075         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5076         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5077         to EDITABLE.
5079 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5081         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5082         (copyright, copyright-update): Compute the current year at run time.
5084 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
5086         * isearch.el (isearch-old-signal-hook): Removed.
5087         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5088         instead of setting signal-hook-function.
5089         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5091 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
5093         * emulation/edt.el: Update to version 4.0.  Provide support for
5094         EDT scroll margins at top and bottom of the window.  Provide an
5095         emulation of the EDT SUBS command (bound to GOLD-Enter, by
5096         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
5097         user when file-related buffer modifications exist.
5098         Provide support for running EDT Emulation in XEmacs.
5099         Provide customize access to some user updatable variables.
5100         Add Commentary section to file header.
5101         Fixed a few minor bugs and cleaned up some code.
5103         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
5104         for detecting a keypress that generates an ASCII key sequence.
5105         (Previously, only a keypress that generates a vector was
5106         recognized.)  Embed Window Manager name into name of the generated
5107         EDT Emulation initialization file since the initialization file is
5108         Window Manager specific.  Add Commentary section to file header.
5110 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
5112         * mail/sendmail.el (mail-mode): Doc fix.
5114         * info.el (Info-goto-emacs-command-node): Doc fix.
5115         (Info-goto-emacs-key-command-node): Doc fix.
5117 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5119         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5120         systems without long file-name support.
5122 2001-01-06  Andrew Innes  <andrewi@gnu.org>
5124         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5126 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5128         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5129         (isearch-lazy-highlight-update): Doc fix.
5131         * ffap.el (ffap-bindings): Doc fix.
5133         * dired-x.el (dired-virtual-guess-dir): Doc fix.
5135 2001-01-05  Dave Love  <fx@gnu.org>
5137         * emacs-lisp/cl-seq.el (remove, remq): Remove.
5139 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
5141         * mouse-drag.el (mouse-drag-safe-scroll):
5142         Bind scroll-preserve-screen-position to nil.
5144         * isearch.el (isearch-old-signal-hook): New variable.
5145         (isearch-mode): Set signal-hook-function to isearch-done.
5146         (isearch-done): Restore old signal-hook-function.
5148         * info.el (Info-fontify-node): Mark one more char as intangible.
5150 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
5152         * composite.el (compose-last-chars): New argument COMPONENTS.
5153         If it is non-nil, compose preceding characters by compose-region with
5154         COMPONENTS.
5156         * international/quail.el (quail-input-string-to-events): New function.
5157         (quail-input-method): Convert input string to events here.
5158         (quail-start-translation): Return input string, not event list.
5159         (quail-start-conversion): Likewise.
5161 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
5163         * tooltip.el (tooltip-cancel-delayed-tip)
5164         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5165         and tooltip-add-timeout.
5166         (tooltip-show): Set border color from faces's foreground.
5167         (tooltip-show-help-function): If called with the same help string
5168         as last time, do nothing.
5169         (tooltip-help-tips): Don't set tooltip-help-message to nil.
5171         * startup.el (fancy-splash-screens): Don't bind show-help-function
5172         to nil.
5174         * tooltip.el (tooltip-frame-parameters): Remove colors.
5175         (tooltip): New face
5176         (tooltip-set-param): New function.
5177         (tooltip-show): Set up color frame parameters from face `tooltip'.
5178         Display the tooltip text in face `tooltip'.
5180 2001-01-04  Dave Love  <fx@gnu.org>
5182         * whitespace.el (whitespace-global-mode): Fix typo.
5184         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5186 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
5188         * help.el (help-for-help): Fix a typo in a doc string.
5189         From kwzh@gnu.org (Karl Heuer).
5191 2001-01-03  Dave Love  <fx@gnu.org>
5193         * dired-x.el: Doc fixes.  Maintainer change.
5194         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5195         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5196         (dired-guess-shell-alist-user): Customize.
5197         (dired-x-help-address): Set to bug-gnu-emacs.
5198         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5199         (dired-default-directory): Renamed from default-directory.
5201         * hl-line.el (hl-line): Doc fix.
5203 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
5205         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5207 2001-01-02  Richard M. Stallman  <rms@gnu.org>
5209         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5210         to remove all the current alternative-match highlighting.
5211         If nil, remove only what's outside the current window.
5212         (isearch-lazy-highlight-remove-overlays): Take optional
5213         region within which NOT to remove them.
5214         (isearch-lazy-highlight-new-loop): Greatly simplified.
5215         (isearch-lazy-highlight-update): Find all the other occurrences
5216         visible in the window, in just one call.
5217         (isearch-lazy-highlight-start): Now holds start of region to scan.
5218         (isearch-lazy-highlight-end): Now holds end of region to scan.
5219         (isearch-lazy-highlight-wrapped): Variable deleted.
5220         (isearch-lazy-highlight-search): Function deleted.
5222 2000-01-02  Andrew Innes  <andrewi@gnu.org>
5224         * w32-fns.el (convert-standard-filename): Do length check on name
5225         before aref.
5227 2001-01-02  Dave Love  <fx@gnu.org>
5229         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5230         value.
5231         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5233         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5235         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5236         read syntax.
5238         * calendar/todo-mode.el (todo): Add :link, :version.
5239         (todo-save-top-priorities): Remove autoload cookie.
5240         (todo-add-category, todo-add-item-non-interactively)
5241         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5243 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
5245         * comint.el (comint-input-history-ignore): New variable.
5246         (comint-read-input-ring): Ignore entries matching
5247         comint-input-history-ignore.
5249 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
5251         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5252         (lm-copyright-mark): New function.
5253         (lm-crack-copyright): New function.
5254         (lm-verify): Check that the file has a copyright.
5255         Check that the file is copyright Free Software Foundation.
5257 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
5259         * international/mule-diag.el (print-fontset): Indent font name by
5260         24 columns, not 25.
5262 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
5264         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5265         in Subject line.
5267         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5268         Use mail-mode-hook instead of mail-setup-hook.
5269         Otherwise continuing an interrupted message with C-u C-x m for
5270         instance, winds up in Mail mode without abbrevs.
5272 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5274         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5275         non-nil.  Adding almost all customization variables on ps-setup.
5276         Doc fix.
5277         (ps-print-version): New version number (6.3.3).
5278         (ps-end-with-control-d): Initialization fix.
5279         (ps-lines-printed): New var.
5280         (ps-skip-newline): New fun.
5281         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5282         (ps-next-line, ps-continue-line, ps-plot-region)
5283         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5285 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
5287         * international/fontset.el (x-complement-fontset-spec):
5288         Resolve ASCII font name so that the same family name is used for fonts
5289         registered in x-font-name-charset-alist.
5290         (create-fontset-from-fontset-spec): Adjusted for the above change.
5291         The name of fontset alias should be a unresolved ASCII font name.
5293 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
5295         * simple.el (delete-key-deletes-forward-mode): Bind backspace
5296         and delete in isearch-mode-map.
5298 2000-12-28  Richard M. Stallman  <rms@gnu.org>
5300         * dired-x.el (dired-guess-shell-alist-default):
5301         Use xpdf instead of acroread.
5303 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
5305         * textmodes/artist.el (artist-butlast): Deleted.
5306         (artist-ellipse-mirror-quadrant): Use butlast instead of
5307         artist-butlast.
5309         * subr.el (butlast, nbutlast): Moved from cl.el to here.
5311         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5313 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5315         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5317         * ls-lisp.el: Better support for the Mac and MS-Windows.
5318         (ls-lisp): New defgroup.
5319         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5320         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5321         (ls-lisp-support-shell-wildcards): New defcustoms.
5322         (ls-lisp-parse-symlink): New function.
5323         (insert-directory): Code to convert switches to a list and set up
5324         the wildcard argument copied from ls-lisp-insert-directory.
5325         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
5326         for -C and -R switches.
5327         (ls-lisp-column-format): New function.
5328         (ls-lisp-delete-matching, ls-lisp-handle-switches)
5329         (ls-lisp-format-time): Add doc strings.
5330         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5331         Support ls-lisp-dirs-first.
5332         (ls-lisp-classify, ls-lisp-extension): New functions.
5333         (ls-lisp-format): Optionally support emulation of symlinks.
5334         Support -i, -s, and -G switches.
5336 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
5338         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5340         * version.el (emacs-version): Print X scroll bar information.
5342         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5343         instead of x-toolkit-scroll-bars-p.
5345         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5346         of x-toolkit-scroll-bars-p.
5348 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5350         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5351         (ffap-bindings): Doc fix, to reflect the above change.
5353 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
5355         * term.el (term-char-mode): Define all non-ascii self-inserting
5356         characters to 'term-send-raw in term-raw-map.
5358 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
5360         * viper-init (viper-restore-cursor-type): Added condition-case guard.
5362         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5363         Changed initialization; use add-hook.
5364         (ediff-file-remote-p): Use file-local-copy.
5366         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5368         * ediff.el (ediff-patch-buffer): Bug fix.
5369         (ediff-revision): Allow selection of the file at the prompt.
5371 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
5373         * subr.el (combine-run-hooks): Remove.
5375         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5376         and remove the rogue second spec.
5378 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
5380         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5382 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
5384         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5385         Use minibuffer menu prompt for the `=' prefix.
5386         (smerge-command-prefix): Change default to C-^.
5387         (smerge-mode): Don't assume font-lock doesn't move point.
5389         * skeleton.el (skeleton-internal-1): Make sure the first line of
5390         the region is also re-indented.
5391         (skeleton-end-newline): New var.
5392         (skeleton-end-hook): Use it.
5394 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5396         * comint.el (comint-password-prompt-regexp): Support CVS.
5398 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
5400         * simple.el (delete-key-deletes-forward-mode): Simplify.
5401         Also backspace key combinations, depending on
5402         delete-key-deletes-forward.
5404         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5406         * simple.el (delete-key-deletes-forward): Doc fix.
5408 2000-08-22  Emmanuel Briot  <briot@gnat.com>
5410         * xml.el (top level comment): Updated to reflect the fact that
5411         white spaces are relevant in the XML file.
5412         (xml-parse-file): Do not kill an existing Emacs buffer if the file
5413         to parse was already edited. This allows for on-the-fly analysis
5414         of XML files.
5415         (xml-parse-tag): Check that the casing is the same in the start
5416         tag and end tag, since XML is case-sensitive.  Allows for spaces
5417         in the end tag, after the name of the tag.
5418         (xml-parse-attlist): Allow for the character '-' in the name of
5419         attributes, as in the standard http-equiv attribute Do not save
5420         the properties in the XML tree, since they are not relevant.
5422 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
5424         * generic.el (generic-read-type): Undo last change, inline into
5425         `generic-mode' and then remove.
5426         (generic-mode): Inline generic-read-type.
5427         (define-generic-mode): Push the symbol name rather than the symbol
5428         onto generic-mode-list.
5430 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
5432         * generic.el (generic-read-type): Build an alist for
5433         completing-read as in 20.7.
5435         * play/landmark.el (lm): Use interactive spec `P'.
5436         (toplevel): Don't set debug-on-error.
5438         * server.el (server-switch-buffer): Choose a window on a visible frame.
5440 2000-12-21  Dave Pearson  <davep@davep.org>
5442         * quickurl.el: Commentry change, I've moved my web site.
5444 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5446         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5447         ranges like \177-\237, but accepts the character sequence from \177 to
5448         \237.  Doc fix.
5449         (ebnf-version): New version (3.4).
5450         (ebnf-setup): Code fix.
5451         (ebnf-range-regexp): New fun.
5452         (ebnf-8-bit-chars): Const fix.
5454         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5455         entry.  Doc fix.
5456         (ebnf-bnf-lex): Code fix.
5457         (ebnf-bnf-comment-chars): Const fix.
5459         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5460         entry.  Doc fix.
5461         (ebnf-iso-comment-chars): Const fix.
5463         * ebnf-otz.el: Doc fix.
5465         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5466         entry.  Doc fix.
5467         (ebnf-yac-skip-code): Code fix.
5468         (ebnf-yac-comment-chars): Const fix.
5470 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
5472         * files.el (insert-directory-safely): New function.
5473         (recover-file): Use it instead of insert-directory.
5474         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5476 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5478         * international/mule-cmds.el (select-safe-coding-system):
5479         Check coding-category-list more rigidly.  Improve help message.
5481         * dired.el (dired-move-to-filename-regexp): Fix previous change.
5483 2000-12-21  Miles Bader  <miles@gnu.org>
5485         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5487 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5489         * international/mule-diag.el (describe-char-after): Make *Help*
5490         buffer inherit multibyteness of the current buffer.
5492         * international/mule.el (make-char): Docstring adjusted for the
5493         change of make-char-internal.
5495 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
5497         * international/iso-cvt.el: Docstrings fix.
5499 2000-12-20  Dave Love  <fx@gnu.org>
5501         * subr.el (eval-after-load): Doc fix.
5503 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
5505         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5506         for numbers.
5508 2000-12-20  Miles Bader  <miles@gnu.org>
5510         * international/quail.el (quail-help): Resize the help window
5511         again after it has all its contents.  Remove unneeded progn.
5513 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
5515         * pcmpl-linux.el: Fix copy/paste error.
5517 2000-12-19  Andrew Innes  <andrewi@gnu.org>
5519         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5521 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5523         * progmodes/idlw-rinfo.el: Fixed copyright notice.
5525         * progmodes/idlw-toolbar.el: Fixed copyright notice.
5527         * progmodes/idlw-shell.el: Fixed copyright notice.
5529         * progmodes/idlwave.el: Fixed copyright notice.
5531         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5532         TAB as key separators.
5534 2000-12-19  Alex Schroeder  <alex@gnu.org>
5536         * sql.el (sql-sybase-options): New option.
5537         (sql-sybase): Use it.  Add sql-database to the list of parameters
5538         provided for login.  The options -w 2048 -n are not used any more.
5539         (sql-postgres-options): Changed default from "--pset" to "-P".
5540         (sql-mysql-options): Doc change.
5541         (sql-stop): Doc change.
5543 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
5545         * international/quail.el (quail-input-method): Always hide
5546         the guidance buffer on exiting.
5548 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5550         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5551         isn't fboundp.
5553         * server.el (server-buffer-done): Bury the buffer before
5554         killing it.
5556         * faces.el (face-spec-set): Interpret a nil in specs for
5557         foreground and background colors as `unspecified', for
5558         compatibility with 20.x.
5560 2000-12-18  Dave Love  <fx@gnu.org>
5562         * simple.el (mail-user-agent): Doc fix.
5563         (input-mode-8-bit): Removed.
5565         * international/mule.el (set-keyboard-coding-system): Doc fix.
5566         (keyboard-coding-system): New option.
5568         * mail/sendmail.el (send-mail-function): Customize.
5570 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
5572         * international/codepage.el (cp866-decode-table): New table.
5574 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5576         * version.el (emacs-version): Remove `%a' from the time format
5577         because the weekday doesn't fit well into each locale.
5579 2000-12-18  Miles Bader  <miles@gnu.org>
5581         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5583         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5584         Check that emacs-major-version is `=' to 20, not `>='.
5585         (artist-replace-chars): Use `make-string' instead of a loop.
5587 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
5589         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5590         (cvs-execute-single-file): Don't change directory.
5591         Patch from Per Cederqvist.
5593 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5595         * textmodes/ispell.el (check-ispell-version):
5596         If `ispell-program-name' is "aspell", pass it the -v switch instead
5597         of -vv.
5599 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
5601         * international/mule-diag.el (mule-diag): Insert information about
5602         configure options, multibyte awareness, language env.
5604         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5605         regexp to search for candidates.
5607 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5609         * info.el (Info-forward-node): If the node has an
5610         Info-header-line, widen the buffer before searching for "next:"
5611         and "up:" pointers, and set the search limit to stay in the
5612         current node.
5614 2000-12-16  Miles Bader  <miles@gnu.org>
5616         * simple.el (delete-trailing-whitespace): Remove extraneous let.
5618 2000-12-15  Miles Bader  <miles@gnu.org>
5620         * comint.el (comint-send-string, comint-send-region): Also accept
5621         a buffer, buffer-name, or nil for PROCESS, for compatibility with
5622         process-send-string/region.
5624 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
5626         * isearch.el (isearch-lazy-highlight-max): New user-option.
5627         (isearch-lazy-highlight-update): Don't highlight more than
5628         isearch-lazy-highlight-max matches.
5630         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5632 2000-12-15  Richard M. Stallman  <rms@gnu.org>
5634         * sort.el (sort-columns): Fix error message.
5636         * dabbrev.el (dabbrev--last-case-pattern): Value is now
5637         `upcase' or `downcase' or nil.
5638         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5639         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5640         (dabbrev--substitute-expansion): New arg record-case-pattern.
5641         If it is non-nil, set dabbrev--last-case-pattern.
5642         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5644         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5646 2000-12-15  Miles Bader  <miles@gnu.org>
5648         * paths.el (Info-default-directory-list): Don't delete
5649         configure-info-directory from the list of standard info
5650         directories when appending it to the end -- their order is important.
5652         * faces.el (read-face-attribute): If there's no entry for the
5653         user's input in VALID, just use it as-is (this will often result
5654         in an error, but it may be OK for e.g. colors using hexadecimal
5655         notation, and at least will yield a better error message).
5657         * window.el (mode-line-window-height-fudge): Function removed.
5658         (height-affecting-face-attributes, mode-line-window-height-fudge):
5659         Variables removed.
5660         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5661         window is really the right size.  Use vertical-motion
5662         rather than forward-line.
5663         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5664         (ispell-command-loop, ispell-show-choices): Use the variable
5665         ispell-choices-win-default-height, rather than the function.
5666         (ispell-choices-win-default-height): Function removed.
5667         (ispell-mode-line-window-height-fudge): Function removed.
5669 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
5671         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5673 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5675         * paths.el (Info-default-directory-list):
5676         If configure-info-directory is not one of the standard directories,
5677         put it first in the list; otherwise put it last.  Doc string
5678         changed accordingly.
5680         * info.el (Info-directory-list): Change doc string to reflect the
5681         change in Info-default-directory-list.
5683         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5684         windows-nt as windowed environments, even under -nw.
5686         * startup.el (command-line): Don't call x-backspace-delete-keys-p
5687         if not fboundp.  Switch delete-forward mode for the <delete> key
5688         on all PC platforms, even under -nw.
5690         * term/internal.el ([M-delete]): Remap to M-d.
5692 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5694         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5696 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5698         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5700 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5702         * startup.el (command-line): Call delete-key-deletes-forward-mode,
5703         if appropriate.
5705         * simple.el (delete-key-deletes-forward): New user-option.
5706         (delete-key-deletes-forward-mode): New function.
5708         * bindings.el: Bind `delete' to backward-delete-char.
5710         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5711         Test if symbol is bound before getting its value.
5713         * tooltip.el (tooltip-show): If an error is signaled in
5714         x-show-tip, display that error, and display the help in the
5715         echo area.
5717 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
5719         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5720         Show "... entries" messages for every 10000 entries, not 10.
5722 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
5724         * bookmark.el: Provide a generic exit hook, as suggested by
5725         Ovidiu Predescu <ovidiu@cup.hp.com>:
5726         (bookmark-exit-hook): New var.
5727         (bookmark-exit-hook-internal): New func, replaces
5728         old raw lambda form in `kill-emacs-hook', and runs new
5729         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
5730         as logically that feature must have been provided if this function
5731         is running.
5732         Removed ;;;###autoload before the `add-hook' call.
5734 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
5736         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5737         (easy-menu-current-active-maps): New function.
5738         (easy-menu-get-map): Use it.
5739         Make a proper menu entry when creating a new keymap.
5741 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
5743         * international/characters.el: Fix cases and syntaxes for
5744         mule-unicode-0100-24ff.
5746         * dired.el (dired-move-to-filename-regexp): Fixed for the case
5747         that a Japanese character is not appended after day and year.
5749         * info.el (Info-suffix-list): Change format for a command that
5750         requires arguments.
5751         (info-insert-file-contents): Adjusted for the above change.
5753 2000-12-12  Andreas Schwab  <schwab@suse.de>
5755         * tar-mode.el (tar-extract): Base the name of the subfile buffer
5756         on the name of the tar buffer.  Verify that the existing buffer is
5757         visiting the same subfile.
5759 2000-12-12  Dave Love  <fx@gnu.org>
5761         * subdirs.el: Add obsolete.
5763 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5765         * mail/rmailsum.el (rmail-summary-expunge)
5766         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5767         instead of rmail-confirm-expunge.
5769         * replace.el (perform-replace): Don't use an empty match adjacent
5770         to a non-empty match when computing the next match before the
5771         replacement is performed.
5773 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
5775         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5776         definition (patch by Stefan Monnier).
5777         (glasses-mode): Use jit-lock instead of `after-change-functions'
5778         (patch by Stefan Monnier).
5780 2000-12-12  Miles Bader  <miles@gnu.org>
5782         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5783         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5785 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
5787         * term/mac-win.el: Remove load for ls-lisp.
5789         * loadup.el: Load ls-lisp for system-type `macos'.
5791 2000-12-12  Miles Bader  <miles@gnu.org>
5793         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5794         Respect field end too.
5795         (just-one-space): Respect fields as `delete-horizontal-space'.
5796         (newline-and-indent, reindent-then-newline-and-indent):
5797         Use `delete-horizontal-space'.
5799 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
5801         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5802         (so as to obey the field property in the minibuffer).
5804         * obsolete/c-mode.el: Moved from lisp/progmodes.
5805         * obsolete/auto-show.el: Moved from lisp.
5806         * obsolete/ooutline.el: Moved from lisp/textmodes.
5808 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5810         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
5811         changes to list them here.
5813         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5814         Too many changes to list them here.
5816         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5817         Too many changes to list them here.
5819         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5821 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
5823         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5825         * cus-edit.el (custom-save-variables, custom-save-faces):
5826         Comment fix.
5828         * hscroll.el: Moved to `obsolete' subdir.
5830 2000-12-11  Miles Bader  <miles@gnu.org>
5832         * window.el (window-text-height): Function removed (now in C).
5834 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
5836         * log-edit.el (log-edit-parent-buffer): New var.
5837         (log-edit): Set it.  Add BUFFER argument.
5838         (log-edit-done): Use char-before.
5839         Don't bother checking validity of vc-comment-ring.
5840         Only bury the buffer if log-edit popped it up.
5842         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5843         (cvs-mode-diff-help): Remove.
5844         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5845         (cvs-mode-marked): Set up the default for CMD manually.
5847         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5848         Remove binding for ? now made unnecessary.
5850 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5852         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5853         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5855         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5856         when master file is not open.
5858 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5860         * progmodes/ada-stmt.el: Update `maintainer'.
5862 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
5864         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5865         choices to match documentation string.
5867 2000-12-09  Miles Bader  <miles@gnu.org>
5869         * minibuf-eldef.el: New file.
5871         * window.el (fit-window-to-buffer): Don't pass last argument to
5872         pos-visible-in-window-p, now that its meaning is inverted.
5874 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
5876         * image.el (create-image): Doc fix; spotted by Per Cederqvist
5877         <ceder@lysator.liu.se>.
5879 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
5881         * autoinsert.el (auto-insert-alist): Add missing final \n.
5883         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
5884         (cvs-menu-map): Remove.
5885         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5886         (cvs-mode-quit): Turn it back into a plain function.
5888         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5889         (texinfo-filter): Remove (move to texinfo.el).
5891         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5892         file where it's more visible.
5893         (texinfo-filter, texinfo-chapter-level-regexp): New variables
5894         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5895         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5896         (texinfo-inside-macro-p): Only catch `scan-error's.
5897         (texinfo-inside-env-p): Make better use of the match info.
5898         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5899         (texinfo-insert-@end): Slight re-organization.
5900         Also remove useless `looking-at' call.
5902 2000-12-08  Andrew Innes  <andrewi@gnu.org>
5904         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5905         accessible in -nw mode.
5907         * term/w32-win.el: Remove stuff about selection timeout, which is
5908         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
5909         it is accessible in -nw mode.
5911 2000-12-08  Dave Love  <fx@gnu.org>
5913         * emacs-lisp/lisp-mode.el (lisp-mode):
5914         Set font-lock-keywords-case-fold-search.
5916 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
5918         * textmodes/ispell.el (ispell): Doc fix.
5920 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
5922         * international/quail.el (quail-insert-decode-map): Check the
5923         frame width of a window displaying the current buffer, not that of
5924         the selected frame.
5925         (quail-help): Make sure that the help buffer has window before
5926         inserting text in it.
5928 2000-12-07  Sam Steingold  <sds@gnu.org>
5930         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5931         Backquote is used in isearch.el, so autoloading saves nothing.
5933 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
5935         * startup.el (normal-top-level-add-subdirs-to-load-path):
5936         Ignore the CVS and RCS subdirectories case-insensitively.
5938         * dired.el (dired-insert-directory): If file-system-info is
5939         fboundp, call it instead of invoking dired-free-space-program.
5941 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
5943         * server.el (server-visit-files): Push files on file-name-history.
5945         * progmodes/cc-langs.el: Update copyright.
5947         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5949         * bindings.el (mode-line-mode-menu): Add glasses-mode.
5951         * bindings.el (mode-line-mode-menu): Reverse the order
5952         of define-keys so that the menu appears in alphabetical order.
5954 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
5956         * progmodes/glasses.el (glasses-mode): Update mode line at the end
5957         of the function.
5959 2000-12-07  Dave Love  <fx@gnu.org>
5961         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5963         * facemenu.el (facemenu-unlisted-faces): Fix value.
5965 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5967         * font-lock.el (font-lock-default-fontify-region):
5968         Include the terminating \n (off-by-one error).
5969         (font-lock-set-defaults): Use dolist.
5971         * derived.el (define-derived-mode): Don't use combine-run-hooks.
5973 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
5975         * international/mule-cmds.el (describe-language-environment):
5976         Fix for the case that an input method title is not string but a list.
5978         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5979         of wrong SIZE record.
5981 2000-12-06  Dave Love  <fx@gnu.org>
5983         * newcomment.el (comment-region, comment-dwim): Doc fix.
5985         * textmodes/texinfo.el: Require tex-mode when compiling.
5986         (texinfo-update-node): Doc fix.
5987         (texinfo-imenu-generic-expression): Add @anchor.
5988         (texinfo-font-lock-keywords): Add @uref.
5989         (texinfo-inside-macro-p): Don't use ignore-errors.
5990         (texinfo-insert-quote): Match more contexts.
5992         * international/mule.el (decode-char, encode-char): Doc fix.
5993         (auto-coding-alist): Customize.
5995         * files.el (load-file): Fix change of 2000-03-12.
5997         * wid-edit.el (widget-text-keymap): Doc fix.
5999 2000-12-06  Andrew Innes  <andrewi@gnu.org>
6001         * makefile.w32-in (lisp): Set to an absolute directory, namely
6002         $(CURDIR).
6004 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
6006         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6007         read generated-autoload-file, and set buffer-file-coding-system to
6008         raw-text-unix after reading the file.
6010         * international/mule-conf.el (file-coding-system-alist):
6011         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6013 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
6015         * replace.el (occur): Make line-number-width 1 smaller for the
6016         colon following the line number.
6018         * startup.el (fancy-splash-text, command-line-1):
6019         Use `File' for the menu name instead of `Files'.
6021         * tmm.el: Update copyright.
6023         * cus-start.el: Add entry for even-window-heights.
6025 2000-12-06  Miles Bader  <miles@gnu.org>
6027         * faces.el (frame-set-background-mode): Avoid stomping on
6028         locally modified faces.
6030 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
6032         * international/fontset.el: Correct the font registries for
6033         japanese-jisx0213-1 and japanese-jisx0213-2.
6035 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
6037         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6039         * iswitchb.el: Update customization commentary.
6041 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
6043         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6044         (tpu-search-highlight): Fixed comparison of overlay end positions.
6045         (tpu-trim-line-ends): Implemented trimming logic locally.
6047         * emulation/tpu-extras.el (tpu-write-file-hook)
6048         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6050 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
6052         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6053         to cn-gb.
6054         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6056 2000-12-04  Dave Love  <fx@gnu.org>
6058         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6060 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6062         * mail/rmailsum.el (rmail-summary-expunge)
6063         (rmail-summary-expunge-and-save): Ask for confirmation with
6064         rmail-expunge-confirmed.
6066         * mail/rmail.el (rmail-expunge-confirmed): New function.
6067         (rmail-expunge): Use it.
6069 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
6071         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6072         (etags-recognize-tags-table, find-tag-in-order):
6073         New functionality: interpret file names as tags.
6075 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
6077         * info.el (Info-scroll-prefer-subnodes): New defcustom.
6078         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6079         the first subnode until the bottom of the current node is visible.
6081 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
6083         * format.el (format-decode): Don't change buffer's undo list.
6085 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
6087         * faces.el (face-font-registry-alternatives): Add entries for CJK
6088         fonts.  Doc-string adjusted for the actual usage of this data.
6090         * international/fontset.el: Change the font registries for CJK
6091         fonts in the default fontset.  Don't append '*' to registries.
6093 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
6095         * emacs-lisp/easy-mmode.el (define-derived-mode)
6096         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6098         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6099         (derived-mode-p): New function.
6100         (derived-mode-make-docstring): Add `docstring' argument.
6101         Use it if available and complete it if necessary.
6103 2000-12-03  Andreas Schwab  <schwab@suse.de>
6105         * type-break.el (type-break): Don't make parent of itself.
6107 2000-12-03  Miles Bader  <miles@gnu.org>
6109         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6111 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6113         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6114         (tex-main-file, tex-file): Simplify.
6115         (tex-generate-zap-file-name): Use subst-char-in-string.
6116         (tex-strip-dots): Remove.
6118         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6120         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6121         to check if the match succeeded.
6123 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6125         * startup.el (use-fancy-splash-screens-p): New function.
6126         (command-line-1): Use it to determine whether or not to use
6127         a fancy splash screen.
6129 2000-12-02  Andreas Schwab  <schwab@suse.de>
6131         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6133 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6135         * international/mule.el (make-char): Fix last change.
6137         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6138         New defcustoms.
6139         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6140         autoloading tex-mode; instead, do the same manually.
6141         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
6142         with numeric argument.  Docstring fix.
6143         (toplevel): Require cl when compiling.
6145         * international/mule.el (make-char): Doc fix.
6147 2000-12-02  Jason Rumney  <jasonr@gnu.org>
6149         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6150         the Emacs Lisp manual)
6152 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6154         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6156         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6157         the Emacs Lisp manual).
6159 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6161         * simple.el (next-line-add-newlines): Change default to nil.
6163 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
6165         * files.el (revert-buffer, recover-file):
6166         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6168 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6170         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6172 2000-12-01  Miles Bader  <miles@gnu.org>
6174         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6176 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
6178         * international/mule-diag.el (describe-char-after): Fix typo.
6179         (describe-character-set, non-iso-charset-alist): Fix typo.
6181 2000-12-01  Miles Bader  <miles@gnu.org>
6183         * image-file.el (image-file-name-regexp): Automatically add
6184         upper-case variants of each filename extension in
6185         `image-file-name-extensions', since they seem to be common.
6187         * simple.el (minibuffer-contents)
6188         (minibuffer-contents-no-properties, delete-minibuffer-contents):
6189         New functions.
6190         * filecache.el (file-cache-directory-name)
6191         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6193 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
6195         * filecache.el (file-cache-minibuffer-complete): Don't try to
6196         delete the minibuffer prompt.
6198 2000-11-30  Dave Love  <fx@gnu.org>
6200         * cus-start.el: Fix read-buffer-function type.
6202 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6204         * md5.el: Removed.  There's a built-in function, now.
6206 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
6208         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6209         as dummy 0-th char of rmail-deleted-vector.
6211 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
6213         * ps-print.el (ps-end-job): Bind case-fold-search only after
6214         switching to ps-spool-buffer.
6216 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6218         * ps-print.el: Line number font customization.  PostScript: Lines and
6219         PageCount are initialized on each page.  Doc Fix.
6220         (ps-print-version): New version number (6.3.2).
6221         (ps-lpr-switches, ps-font-info-database, ps-font-size)
6222         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6223         (ps-right-header): Customization fix.
6224         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6225         Fix code.
6226         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6227         New vars.
6229 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6231         * bs.el: Fix typos and spelling errors.
6232         (bs-appearance) <defgroup>: Renamed from bs-appearence.
6233         (bs-configuration): Doc fix.
6235         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
6237 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
6239         * emulation/tpu-edt.el (tpu-version): New version.
6240         (tpu-search-overlay, tpu-replace-overlay): New initial range.
6241         (tpu-original-mode-line): Variable deleted.
6242         (tpu-mark-flag): New initial value.
6243         (tpu-set-mode-line): Don't redefine mode-line-format.
6244         Add tpu-mark-flag to minor-mode-alist.
6245         (tpu-update-mode-line): New mark flag logic.
6246         (tpu-get): Use find-file-wildcards.
6247         (tpu-search-highlight): Move overlay less, reset overlay properly.
6248         (tpu-unselect): Deactivate mark.
6249         (tpu-lm-replace): Reset overlay properly.
6250         (tpu-forward-line): Use forward-visible-line.
6251         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
6253         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6255 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6257         * cus-edit.el (custom-face-value-create): Always emphasize tag.
6259 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6261         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6262         and skip whitespace and newlines.
6264 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
6266         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6268 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
6270         * help.el (describe-function-1): Regexp-quote function name
6271         when used as part of a regexp.
6273         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6274         Use face-attribute instead of face-foreground and face-background.
6275         (tool-bar-add-item): Likewise, and handle unspecified colors.
6277         * enriched.el (enriched-face-ans): Use face-attribute instead
6278         of face-foreground and face-background.
6280         * faces.el (face-foreground, face-background, face-stipple):
6281         Return nil if attribute is unspecified, for backward compatibility.
6283         * files.el (auto-mode-alist): Add an entry for antlr-mode.
6285         * play/5x5.el: Remove version info.
6287         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6289         * frame.el (blink-cursor-mode): Doc fix.
6291 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6293         * antlr-mode.el: New commands to run ANTLR from within Emacs and
6294         to create Makefile rules.
6295         (antlr-tool-command): New user option.
6296         (antlr-ask-about-save): New user option.
6297         (antlr-makefile-specification): New user option.
6298         (antlr-file-formats-alist): New variable.
6299         (antlr-special-file-formats): New variable.
6300         (antlr-unknown-file-formats): New user option.
6301         (antlr-help-unknown-file-text): New variable.
6302         (antlr-help-rules-intro): New variable.
6303         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6304         (antlr-mode-menu): Add entries.
6305         (antlr-file-dependencies): New function.
6306         (antlr-directory-dependencies): New function.
6307         (antlr-superclasses-glibs): New function.
6308         (antlr-run-tool): New command.
6309         (antlr-makefile-insert-variable): New function.
6310         (antlr-insert-makefile-rules): New function.
6311         (antlr-show-makefile-rules): New command.
6313         * antlr-mode.el: More Emacs/XEmacs stuff.
6314         (antlr-no-action-keywords): New constant with value nil.
6315         (antlr-font-lock-keywords-alist): Use it.  Old value would break
6316         syntax highlighting in Emacs-21.0.
6317         (antlr-default-directory): Emacs/XEmacs dependend function.
6318         (antlr-read-shell-command): Ditto.
6319         (antlr-with-displaying-help-buffer): Ditto.
6321 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6323         * antlr-mode.el: imenu, parsing and highlighting changes.
6324         (antlr-imenu-create-index-function): Don't create extra submenus
6325         for definitions in different grammar classes.  It is not necessary
6326         for the menu and would make command `imenu' awkward to use.
6327         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6328         header actions and more than one.
6329         (antlr-font-lock-tokendef-face): Changed color.
6330         (antlr-font-lock-tokenref-face): Changed color.
6331         (antlr-font-lock-additional-keywords): Also highlight lowercase.
6332         (antlr-mode-syntax-table): New variable.
6333         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6334         (antlr-with-syntax-table): Don't copy syntax table.
6336 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6338         * antlr-mode.el: Minor changes: language setting.
6339         (antlr-language-alist): The value for file option "language" can
6340         be both an identifier and a string.
6341         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6342         (antlr-language-limit-n-regexp): Change accordingly.
6344 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6346         * antlr-mode.el: Minor changes: tabs, hiding.
6347         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6348         (antlr-action-visibility): Also allow value nil to also hide the
6349         braces.  Renamed from `antlr-tiny-action-length'.
6350         Suggested by Jay@aol.com.
6351         (antlr-hide-actions): Change accordingly.  Hide line if completely
6352         hidden action is on a line of its own.
6354 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6356         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6358         * sort.el (sort-columns): Don't concat strings with numbers.
6360 2000-11-29  Dave Love  <fx@gnu.org>
6362         * cus-edit.el (face): Fix :format.
6364         * mail/feedmail.el: Require smtpmail when compiling.
6365         (mail-do-fcc): Autoload.
6366         (feedmail) <defgroup>: Fix :link.
6367         (feedmail-nuke-body-in-fcc): Fix :type.
6368         (feedmail-send-it): Add autoload cookie.
6370 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6372         * newcomment.el (comment-indent): Save excursion around call to
6373         comment-indent-function.
6375 2000-11-29  Miles Bader  <miles@gnu.org>
6377         * subr.el (member-ignore-case): Return the tail of the list who's
6378         car matches, like `member', not the matching element itself.
6380 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
6382         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
6383         should not contain `\n'.
6385 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6387         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6389         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6391         * dired-aux.el (dired-do-create-files): Construct default file
6392         name for dired-mark-read-file-name so that when the user enters
6393         just RET, the target file will end up in the target directory.
6395         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6396         local-abbrev-table before changing buffers because it might
6397         have a buffer-local binding.
6399 2000-11-28  Miles Bader  <miles@gnu.org>
6401         * simple.el (delete-horizontal-space): Handle fields more generally.
6403 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6405         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6407 2000-11-28  Dave Love  <fx@gnu.org>
6409         * progmodes/ps-mode.el (ps-mode): Set comment-start and
6410         comment-start-skip locally.
6412         * progmodes/fortran.el (fortran-mode): Don't set
6413         fortran-comment-line-start-skip.  Set comment-start to
6414         fortran-comment-line-start.
6415         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6416         (fortran-comment-line-start-skip): Simplify slightly.
6418 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6420         * play/5x5.el: Remove RCS keyword.
6422         * bs.el: Mistaken commit, undone 2000-11-30.
6424 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
6426         * textmodes/tildify.el (tildify-string-alist):
6427         Add `plain-tex-mode' here.
6429 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
6431         * chistory.el (Command-history-setup): Remove extraneous `keymap'
6432         reference.
6434 2000-11-28  Miles Bader  <miles@gnu.org>
6436         * cus-face.el (custom-face-attributes): Add post-filter function
6437         for :box.  Make pre-filter function for :box handle all cases.
6439         * wid-edit.el (widget-choose): Make sure pop-up window is large
6440         enough to display all the choices, as there's no way to scroll it.
6442 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
6444         * international/mule-conf.el: Make the coding system no-conversion
6445         safe for all characters.
6447 2000-11-27  Dave Love  <fx@gnu.org>
6449         * net/ldap.el (ldap) <defgroup>: Add :version.
6451         * tooltip.el (tooltip-use-echo-area): Doc fix.
6453         * cus-start.el <minibuffer-prompt-properties>: Add version.
6454         <read-buffer-function>: Add.
6456         * apropos.el (apropos-print): Add help-echo to active text.
6458         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6460 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6462         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6463         type, group and version.
6465 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
6467         * select.el (x-get-selection): Docstring fix.
6469 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
6471         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6473 2000-11-27  Andrew Innes  <andrewi@gnu.org>
6475         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6477         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6479 2000-11-27  Miles Bader  <miles@gnu.org>
6481         * dired.el (dired-get-filename): Return filename verbatim if
6482         LOCALP is `verbatim'.
6483         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6484         `verbatim' so that we don't inadvertently delete a non-existant
6485         directory name.
6487 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
6489         * international/characters.el: Specify cases and syntaxes for
6490         mule-unicode-0100-24ff.
6492 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6494         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6495         that foreground and/or background colors of the face `tool-bar'
6496         are unspecified.
6498 2000-11-27  Miles Bader  <miles@gnu.org>
6500         * wid-edit.el (widget-field-buffer, widget-field-start)
6501         (widget-field-end): Handle widget field `pseudo-overlays'.
6502         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6503         if it's there instead of in `widget-field-list'.
6505         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6506         (help-make-xrefs): Delete extraneous newlines at the end of the
6507         docstring.
6509 2000-11-25  Jason Rumney  <jasonr@gnu.org>
6511         * startup.el (command-line): Call set-locale-environment after
6512         Window System init file is read, as it can result in a call to
6513         redraw-frame.
6515 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
6517         * simple.el (shell-command): Mention the effect of the prefix
6518         argument in the doc string.
6520 2000-11-25  Miles Bader  <miles@gnu.org>
6522         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6524         * wid-edit.el (widget-field-value-delete): Don't try to delete
6525         overlay when it's the `pseudo-overlay' that exists at some points.
6527 2000-11-24  Jason Rumney  <jasonr@gnu.org>
6529         * international/mule-cmds.el (locale-language-names): Add "jp" as
6530         a non-standard alternative for Japanese.
6532 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
6534         * vc-hooks.el: Require 'cl during compilation.
6536 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
6538         * faces.el (face-set-after-frame-default): Let face attributes
6539         specified for new frames override frame parameters.
6541         * startup.el (command-line): Fix computation of the source file
6542         for user-init-file when user-init-file is a compiled file.
6544 2000-11-24  Miles Bader  <miles@gnu.org>
6546         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6547         (custom-post-filter-face-spec): New functions.
6548         (custom-face-set, custom-face-value-create): Filter the face spec
6549         before and after customization.
6550         (custom-face-set): If VALUE specifies a null face, pass a
6551         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6552         * cus-face.el (custom-face-attributes): Remove SET and GET
6553         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
6554         cases they're needed.
6556         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6557         that it's distinguishable from the :off-glyph on dark-background
6558         displays.  Set its background color too.
6560         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6561         so that people can easily turn it off.
6563 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6565         * ediff-diff.el: Moved variables around to have it compile under NT.
6567         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6569         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6571         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6572         redundant skip-small-frames test.
6574         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6575         (viper-downgrade-to-insert): Protect against errors in hooks.
6577         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6578         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6579         (viper-restore-cursor-type,viper-set-insert-cursor-type):
6580         New functions.
6582         * viper-util.el (viper-memq-char): Bug fixes.
6584         * viper.el (viper-mode): Fix cursor handling.
6586 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
6588         * international/mule-diag.el (list-iso-charset-chars):
6589         For two-byte charset, fix the `while' condition.
6590         (list-non-iso-charset-chars): Fix the `while' condition.
6592 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6594         * subr.el (add-hook, remove-hook): Don't call make-local-hook
6595         if the variable is make-variable-buffer-local.
6597         * progmodes/ada-stmt.el (ada-template-map):
6598         Initialize and bind it to C-c t in ada-mode-map.
6599         (ada-stmt-mode-hook): New function extracted from old code.
6600         Only change the buffer-local side of skeleton-*.
6601         (ada-mode-hook): Use it.
6603 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6605         * iswitchb.el (iswitchb-minibuf-depth): New variable.
6606         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6607         we expect to be returned by minibuffer-depth once we prompt the
6608         user in the minibuffer.
6609         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6610         as recorded in iswitchb-minibuf-depth, return non-nil.
6612 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
6614         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6615         (hscroll-window-maybe): Docstring fix.
6617 2000-11-23  Dave Love  <fx@gnu.org>
6619         * rect.el (string-rectangle): Don't test delete-selection-mode.
6621 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6623         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6624         is in the tool bar.
6626         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6627         with `no-dir'; we want the directory part to be able to remove it.
6629 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6631         * textmodes/outline.el (outline-flag-region):
6632         Don't bind inhibit-read-only since we don't modify the buffer.
6633         (outline-isearch-open-invisible): Don't jump to overlay-start
6634         since we're trying to unhide text around point.
6635         (outline-discard-overlays): Use dolist.
6637         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6639 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6641         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6643 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6645         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6646         Fix ARG regexp to skip quoted braces.
6647         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6648         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6649         are (correctly) handled separately).
6650         Remove `caption' and `footnote' from `citations': they contain text.
6651         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6652         (latex-skeleton-end-hook): New function.
6653         (latex-mode): Use it.
6654         (tex-start-tex-marker): Remove.
6655         (tex-send-tex-command): Don't set tex-start-tex-marker.
6656         (tex-error-parse-syntax-table): New var.
6657         (tex-compilation-parse-errors): Use it.
6658         Ignore tex-start-tex-marker.  Don't bother with marker-position.
6659         (tex-validate-buffer): Don't bother with marker-position.
6661         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6662         (flyspell-generic-progmode-verify): Use it.
6664 2000-11-22  Sam Steingold  <sds@gnu.org>
6666         * simple.el (delete-trailing-whitespace): New interactive function.
6668         * progmodes/ada-mode.el (ada-mode): Use it instead of
6669         `ada-remove-trailing-spaces'.
6670         (ada-remove-trailing-spaces): Removed.
6672         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6674         * textmodes/picture.el (picture-clean): Removed.
6675         (picture-mode-exit): Call it instead of `picture-clean'.
6677 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6679         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6681         * hi-lock.el (hi-lock-refontify): Don't call non-existent
6682         jit-lock-fontify-buffer; it should anyway be unneccessary to
6683         do anything special when jit-lock is active.
6684         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6686 2000-11-22  Dave Love  <fx@gnu.org>
6688         * calendar/todo-mode.el (todo-top-priorities): Use
6689         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6691         * language/chinese.el, language/cyrillic.el:
6692         * language/devanagari.el, language/ethiopic.el, language/greek.el:
6693         * language/hebrew.el, language/indian.el, language/japanese.el:
6694         * language/korean.el, language/lao.el, language/misc-lang.el:
6695         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6696         Use provide.
6698         * cus-edit.el (custom-buffer-create-internal): Save some consing.
6699         (custom-variable-set): Improve validation error mesage.
6701         * rect.el (string-rectangle): Revert last change.
6702         (string-rectangle-line): New arg DELETE.
6703         (string-rectangle): Check delete-selection-mode.
6705         * emacs-lisp/edebug.el (edebug-version)
6706         (edebug-maintainer-address): Deleted.
6707         (edebug-submit-bug-report): Just alias to report-emacs-bug.
6708         (edebug-read-function): Account for other `'#' read forms.
6709         (edebug-mode-menus): Make some items toggles.
6710         (edebug-outside-unread-command-event, unread-command-event):
6711         Remove these to avoid warnings.
6713 2000-11-22  David Ponce  <david@dponce.com>
6715         * recentf.el (recentf-menu-items-for-commands)
6716         (recentf-make-menu-items, recentf-make-menu-item)
6717         (recentf-filter-changer): Added :help and :active menu-item properties.
6719         (recentf-build-dir-rules, recentf-dump-variable)
6720         (recentf-edit-list, recentf-open-files-item)
6721         (recentf-open-files): Replaced unnecessary `mapcar' with new
6722         built-in `mapc'.
6724 2000-11-23  Miles Bader  <miles@gnu.org>
6726         * faces.el (menu): Make inverse-video on ttys too.
6728 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6730         * simple.el (comment-line-break-function): Use the new name
6731         indent-new-comment-line -> comment-indent-new-line.
6732         (clone-indirect-buffer): Don't ignore NORECORD.
6733         (next-completion): Properly handle the case where items are adjacent.
6735         * mouse.el (popup-menu): Stupid typo.
6737 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6739         * emacs-lisp/authors.el: Remove autoload cookies, add author,
6740         maintainer, keywords tags.
6742         * rect.el (replace-rectangle): Don't call string-rectangle-line
6743         with too many arguments.
6745 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
6747         * ediff-util.el (ediff-file-checked-out-p)
6748         (ediff-file-checked-in-p): Call vc-state instead of
6749         vc-locking-user, which no longer exists.
6751         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6753 2000-11-22  Dave Love  <fx@gnu.org>
6755         * md5.el (md5): Provide.
6756         (md5): Fix error call.
6758 2000-11-22  Miles Bader  <miles@gnu.org>
6760         * textmodes/refill.el (refill-adjust-ignorable-overlay)
6761         (refill-fill-paragraph-at): Remove debugging code.
6763         * calendar/calendar.el (generate-calendar-window): When we don't
6764         call `fit-window-to-buffer', make sure the top line is fully visible.
6766         * image-file.el (insert-image-file): Don't make `read-only'
6767         property rear-nonsticky.
6769         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6770         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6771         stashing away its original value.
6772         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6773         in the recursive edit.
6774         Bind `isearch-original-minibuffer-message-timeout' to protect it.
6775         (isearch-done): Restore `minibuffer-message-timeout'.
6777         * cus-start.el: Remove entry for `mode-line-inverse-video'.
6779 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
6781         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6783         * find-lisp.el (find-lisp-find-files-internal):
6784         Use dolist, when and file-name-as-directory.
6786         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6787         (define-derived-mode, define-minor-mode): Add specs.
6789         * window.el: General comment and spacing fixes.
6790         (save-selected-window): Use backquotes.
6791         (window-safely-shrinkable-p): New function.
6792         (shrink-window-if-larger-than-buffer): Use it.
6794         * subr.el (make-local-hook): Docstring fix.
6796         * shell.el (shell-mode): Use define-derived-mode.
6798         * newcomment.el (comment-indent): Insert comment before calling
6799         comment-indent-function.  Don't insert in column 0.
6800         (comment-dwim): Indent before inserting comment.
6802         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
6803         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
6804         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6805         Use mapc rather than map.
6807         * files.el (find-buffer-visiting): Compare all attributes before
6808         declaring two files identical (rather than just their inode-no).
6809         (auto-mode-alist): Use \' rather than $.
6811         * which-func.el: Update maintainer line.
6813         * pcvs.el (uniquify-buffer-file-name): Remove advice.
6814         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6815         (uniquify-buffer-file-name): Use it.
6817 2000-11-22  Miles Bader  <miles@gnu.org>
6819         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6820         * simple.el (minibuffer-avoid-prompt): New function.
6822 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
6824         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6826 2000-11-21  Miles Bader  <miles@gnu.org>
6828         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6829         inclusion of `track-mouse'.
6831         * textmodes/refill.el (refill-ignorable-overlay): New variable.
6832         (refill-adjust-ignorable-overlay): New function.
6833         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6834         only the paragraph's tail if possible.
6835         Update `refill-ignorable-overlay'.
6836         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6838         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6839         point inside the fill-prefix.
6841         * textmodes/refill.el (refill-post-command-function): Don't reset
6842         refill-doit in the case where a self-insertion command doesn't
6843         case a refill.  Use `refill-fill-paragraph-at', getting position
6844         from `refill-doit'.
6845         (refill-after-change-function): Set `refill-doit' to END.
6846         (refill-fill-paragraph-at): New function, mostly from old
6847         refill-fill-paragraph.
6848         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6849         (refill-pre-command-function): New function.
6850         (refill-mode): Add it to `pre-command-hook'.
6852 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
6854         * textmodes/artist.el (artist-mode): Fix autoload cookie.
6856         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6857         javadoc tags.
6859 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
6861         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6862         vc.el).
6864         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6865         require vc.
6867         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6868         checkouts.
6870 2000-11-20  Dave Love  <fx@gnu.org>
6872         * Makefile.in (DONTCOMPILE): Omit bindings.el.
6874 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
6876         * calculator.el (calculator-paste): Use `if' instead of `and'
6877         and `or'.
6878         (calculator-help): Don't use electric-describe-mode for XEmacs.
6880 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
6882         * info.el (info-menu-5): Doc fix.
6884         * textmodes/artist.el: New file.
6886 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
6888         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6889         and differentiate according to checkout model.
6890         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6891         since this function is only concerned with master state.
6893         * vc-hooks.el (vc-workfile-unchanged-p)
6894         (vc-default-workfile-unchanged-p): Moved here from vc.el.
6896         * vc.el (vc-workfile-unchanged-p)
6897         (vc-default-workfile-unchanged-p): See above.
6899 2000-11-19  Miles Bader  <miles@gnu.org>
6901         * image-file.el (insert-image-file): Make `intangible' and
6902         `read-only' properties rear-nonsticky too.
6904 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
6906         * ps-print.el: Update copyright notice.
6908         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6909         (tooltip-show): Use the offsets.
6911         * bindings.el (mode-line-modified): Fix a typo.
6912         (mode-line-toggle-modified, mode-line-widen)
6913         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6915 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
6917         * ps-print.el (toplevel): Test for find-coding-system being
6918         fboundp before calling ps-x-find-coding-system.
6920 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
6922         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6923         (vc-version-backup-file): Docstring fix.
6925 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6927         * files.el (basic-save-buffer): Don't add a newline if
6928         find-file-literally is non-nil.
6929         (find-file-literally): Extend doc string.
6931         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6932         sort(1) with the `-f' argument.
6934 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
6936         * vc.el: Updated backend documentation.
6937         (vc-default-check-headers): New function.
6939         * vc-{cvs,rcs,sccs}.el: Functions reordered.
6941         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
6942         up-to-date.
6943         (vc-do-command): In the asynchronous case, output messages only if
6944         the minibuffer is not active.
6946         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
6947         `vc-cvs-use-edit' is on.
6948         (vc-cvs-checkout): When this is used for reverting the workfile,
6949         make a backup of the original contents and revert to that in case
6950         of error.
6951         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6952         remote repositories.
6954         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6955         for both version and ratio in the minibuffer.
6957         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6958         Use vc-do-command to perform the annotation, not call-process.
6960 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6962         * international/quail.el (quail-start-translation): Don't call
6963         `message' before reading key sequence.
6965 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
6967         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6969 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6971         * window.el (fit-window-to-buffer): Be sure to acquire at least
6972         one text line even if the buffer is empty.
6974 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6976         * net/ange-ftp.el (ange-ftp-file-writable-p)
6977         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6978         Bind ange-ftp-process-verbose to nil.
6980 2000-11-15  Dave Love  <fx@gnu.org>
6982         * wid-edit.el (widget-specify-field, widget-specify-button):
6983         If :help-echo is a function, set help-echo of overlay to
6984         widget-mouse-help.
6985         (widget-mouse-help): New function.
6986         (widget-echo-help): Rewritten for :help-echo functions only taking
6987         a widget arg.
6989         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6990         Use display-graphic-p.
6991         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6992         and that JPEG is available.
6993         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6995         * international/mule-cmds.el (locale-charset-language-names):
6996         Match @euro.
6998 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
7000         * faces.el (face-set-after-frame-default):
7001         If `inhibit-default-face-x-resources' is bound, don't intialize the
7002         default face from X resources.
7004 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7006         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7007         Don't set EMACSLOADPATH.
7009 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
7011         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7012         texinfo-insert-@url.
7013         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7014         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7016 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7018         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7019         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7020         (checkdoc-minor-keymap): Backward compatibility.
7021         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7022         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7023         (checkdoc-this-string-valid-engine): Be a bit more strict
7024         to avoid matching substrings of `...' quoted vars/funs.
7025         (checkdoc-defun-info): Only look for `interactive' if alone.
7026         (debug-ignored-errors): Add "arg doesn't appear in docstring".
7028         * progmodes/compile.el (grep): `tag-default' can be nil.
7030         * newcomment.el (comment-indent): Paren typo.
7032 2000-11-14  Dave Love  <fx@gnu.org>
7034         * calculator.el: New maintainer version.
7036         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7038         * cmuscheme.el: Doc fixes.
7039         (cmuscheme) <defgroup>: Use `scheme' as parent.
7040         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
7042         * xscheme.el (scheme-program-name): Don't define here.
7044         * progmodes/scheme.el (scheme-program-name): New variable
7045         (originally in cmuscheme).
7047 2000-11-14  Miles Bader  <miles@gnu.org>
7049         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7050         Handle header-lines.  Don't loop forever if we can't enlarge the
7051         window anymore.  Simplify a bit.
7053 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
7055         * window.el (fit-window-to-buffer): Don't check
7056         window-text-height.  Assure that the last line is fully visible.
7058         * international/quail.el (quail-show-guidance-buf):
7059         Call fit-window-to-buffer to assure the enough height of the guidance
7060         buffer.
7061         (quail-update-guidance): Avoid making the guidance buffer shorter.
7063 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
7065         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7066         rather than `prepend' and add an interesting comment.
7067         (tex-math-face, tex-font-lock-syntactic-face-function):
7068         New face and function to use it.
7069         (tex-define-common-keys, tex-mode-map): Use menu-item rather
7070         than `menu-enable' symbol property.
7071         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7072         (tex-mode): Add some latex-mode commands for auto-selection.
7073         Use tex-font-lock-syntactic-face-function.
7074         (tex-insert-quote): Simplify.
7075         (tex-shell): New mode.
7076         (tex-start-shell): Use it.
7077         (tex-shell-proc, tex-shell-buf): New functions.
7078         (tex-send-command): Use it.
7079         (tex-main-file): Fix the meaning of the new arg REALFILE.
7080         (tex-send-tex-command): New function split from `tex-start-tex'.
7081         Set compilation-last-buffer and compilation-parsing-end.
7083         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7084         when it follows non-comment text on the line.
7086         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7087         Set font-lock-defaults.
7088         (lisp-mode-shared-map): Init inside the defvar.
7089         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7090         Use define-derived-mode.
7092 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
7094         * faces.el (header-line): Use `:box nil' for color/gs displays too.
7096 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
7098         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7099         Don't recursively optimize body because that can lead to infinite
7100         recursion; see comment there.
7102 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
7104         * faces.el (face-spec-set-match-display): Revert the change from
7105         2000-10-24.  Add a FIXME for after v21.1.
7107 2000-11-13  Miles Bader  <miles@gnu.org>
7109         * textmodes/fill.el (skip-line-prefix): New function.
7110         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
7111         (fill-paragraph): Don't leave point inside the fill-prefix.
7112         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7113         point inside the fill-prefix.
7115 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
7117         * calendar/calendar.el (generate-calendar-window):
7118         Use `fit-window-to-buffer'.
7120 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7122         * gud.el (gud-minor-mode): New var.
7123         (gud-symbol, gud-val): New functions.
7124         (gud-find-file): Copy gud-minor-mode to the new buffer.
7125         (gud-menu-map): Include entries for commands that are not always
7126         available, using :enable to (de)activate them.
7127         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
7128         (gud-mode-map): New map.
7129         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7130         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7131         Don't set up gud's menu (it's done by the minor-mode).
7132         (gud-minibuffer-local-map): New.
7133         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7134         (gud-query-cmdline): New function.
7135         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
7136         (gud-mode): Use define-derived-mode.
7137         Don't set up gud's menu (it's done by the minor-mode).
7138         (gud-chop-words): Remove.
7139         (gud-common-init): Use split-string instead.
7140         (gud-new-keymap, gud-make-debug-menu): Eradicate.
7142         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7143         Add keyword arg :name.
7145         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7146         (diff-count-matches, diff-split-hunk): New functions.
7147         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7149         * pcvs-info.el (cvs-fi-conflict-face): New var.
7151         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7152         Make it into a simple syntax-table, shared among all submodes.
7153         (sh-heredoc-face): Re-introduce.
7154         (sh-font-lock-syntactic-face-function): New function.
7155         (sh-mode): Use it.  Also use define-derived-mode.
7156         Remove old bogus setting of indent-region-function.
7157         (sh-set-shell): Don't set the syntax-table any more.
7158         (sh-mode-syntax-table) <defun>: Remove.
7160 2000-11-12  Miles Bader  <miles@gnu.org>
7162         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7163         message if interactive.
7165 2000-11-12  Dave Love  <fx@gnu.org>
7167         * mail/feedmail.el: Fix header,
7168         (feedmail) <defgroup>: Add :link.
7170         * view.el: Use local-map property, not keymap on mode-line string.
7172         * scroll-all.el (scroll-all-mode): Customize variable.
7173         Add autoload cookie to function.
7175         * lazy-lock.el: Remove compatibility code.
7177         * finder.el (finder-known-keywords): Add `files', remove `vms'.
7178         (finder-help-echo): New variable.
7179         (finder-mouse-face-on-line): Add help-echo stuff.
7180         (finder-list-keywords, finder-list-matches): Use mapc.
7182         * faces.el (face-font-registry-alternatives): Add :version.
7184         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7185         tags-table-list.
7187         * net/browse-url.el (browse-url-browser-function): Update :version.
7189         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7190         (mail-mode): Use [:alnum:] in some regexps.
7192 2000-11-10  Dave Love  <fx@gnu.org>
7194         * ediff.el (ediff-regions-internal, ediff-documentation):
7195         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7196         fundamental mode.
7198         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7199         buffer into fundamental mode.
7200         (ediff-set-difference): Use copy-sequence if available.
7202         * ediff-ptch.el (ediff-dispatch-file-patching-job):
7203         Check ediff-patch-map non-nil.
7204         (ediff-fixup-patch-map, ediff-fixup-patch-map)
7205         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7206         buffer into fundamental mode.
7208         * ediff-merg.el (state-or-merge): Defvar when compiling.
7210 2000-11-10  Jason Rumney  <jasonr@gnu.org>
7212         * w32-fns.el (w32-add-charset-info): New function.
7213         (w32-charset-info-alist): Use it.
7215 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7217         * faces.el (face-font-registry-alternatives): New user-option.
7219 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
7221         * textmodes/texinfo.el (texinfo-block-default): New var.
7222         (texinfo-insert-block): Use it.  Insert a newline if needed.
7224         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7225         (fill-region-as-paragraph): Use it.
7227         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7228         (latex-mode): Tweak tex-*-(head|trail)er regexps.
7229         Tweak paragraph regexps to allow a leading [ \t]*.
7230         (tex-latex-block): Insert a newline if necessary.
7231         (latex-insert-item): Only insert a newline if necessary.
7232         (tex-guess-main-file): New function.
7233         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
7234         Set tex-main-file if TeX-master is provided.
7235         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7237 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7239         * startup.el (command-line): Set the default tooltip-mode
7240         to t for graphical displays which implement x-show-tip.
7242         * tooltip.el (tooltip-mode): Add a comment about startup.el
7243         setting the default value of this user-option.
7245 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
7247         * font-lock.el (font-lock-*-face) <defvar>: Move.
7248         (font-lock-defaults-alist): Mark obsolete.
7249         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7250         (font-lock-mode): Use define-minor-mode.
7251         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7252         (font-lock-turn-off-thing-lock): Be more explicit.
7253         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7254         (font-lock-syntactic-face-function): New var.
7255         (font-lock-fontify-syntactically-region): Use it.
7256         (font-lock-doc-face): New.
7258         * pcvs.el (cvs-enabledp): Ignore errors.
7259         (cvs-commit-filelist): Never query.
7260         (cvs-mode-insert): Always add a terminating / in the initial prompt.
7261         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7262         (cvs-do-removal): Use cvs-partition rather than delete-if.
7263         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7264         cvs-bury-buffer.
7266         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7267         Allow `next' to jump to after the end of the last match.
7269 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
7271         * simple.el (byte-compiling-files-p): New function.
7273         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7274         if it is there.
7276         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7277         nil again.
7279         * textmodes/ispell.el (ispell-library-path): Don't call
7280         check-ispell-version when byte-compiling because that starts
7281         an ispell process, and ispell might not be installed.
7282         (toplevel): Don't set up a menu when byte-compiling.
7284         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7285         it, so that a boundp test can be used to determine if we're
7286         currently byte-compiling.
7288 2000-11-09  Dave Love  <fx@gnu.org>
7290         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7292 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7294         * ps-print.el: Patch for variable initialization when spooling.
7295         Doc fix.
7296         (ps-output-list): Fun eliminated.
7297         (ps-begin-file, ps-begin-job): Code fix.
7299 2000-11-08  Dave Love  <fx@gnu.org>
7301         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7303 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
7305         * simple.el (shell-command, display-message-or-buffer)
7306         (shell-command-on-region): Mention resize-mini-windows in the doc
7307         string.
7308         (display-message-or-buffer): Take the value of resize-mini-windows
7309         into account.
7311 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
7313         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7315         * dired.el (dired-between-files): Add `^. find' as an alternative
7316         to the regular expression, for find-dired.
7318 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7320         * textmodes/texnfo-upd.el: Require texinfo.
7321         (defmacro, defgroup): Remove.
7322         (texinfo-section-to-generic-alist): Remove.
7323         Use texinfo-section-list instead (i.e. level is changed string->int).
7324         (texinfo-filter): New function.
7325         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7326         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7327         Use it.  And use regexp-opt.
7328         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7329         (texinfo-update-menu-region-beginning)
7330         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7331         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7332         (texinfo-update-menu-same-level-regexps): Update.
7333         (texinfo-update-node, texinfo-every-node-update)
7334         (texinfo-sequential-node-update): Remove autoload cookie.
7336         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7337         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7338         (texinfo-chapter-level-regexp): Remove.
7339         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7341 2000-11-06  Dave Love  <fx@gnu.org>
7343         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7345         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7346         Match defun*.
7348 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7350         * composite.el (composition-function-table): Variable declaration
7351         moved to src/composite.c.
7352         (compose-chars-after): New optional arg object.
7354 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
7356         * bindings.el (mode-line-toggle-read-only)
7357         (mode-line-toggle-modified, mode-line-widen)
7358         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7359         (make-mode-line-mouse2-map): Rewritten.
7360         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7361         functions so that C-h k can show something with a doc string.
7363         * startup.el (fancy-splash-delay): Set to 10 seconds.
7364         (fancy-splash-max-time): New user-option.
7365         (fancy-splash-stop-time): New variable.
7366         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
7367         (fancy-splash-screens-1): Throw `stop-splashing' when current
7368         time is greater than fancy-splash-stop-time.
7370 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7372         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7374         * pcvs.el (cvs-mode-marked): New arg `noquery'.
7375         Prompt user for a file rather than raising an error.
7376         (cvs-enabledp): Fix call to cvs-mode-marked.
7377         (cvs-insert-file): New function (extracted from cvs-mode-insert).
7378         (cvs-mode-insert): Use it.  Change the init prompt' value.
7379         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7381         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7382         Don't pass default arg to ewoc-locate.
7383         (ewoc-collect): Return result in the right order.
7385         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7387         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7388         (cvs-status-get-tags): Fix regexp.
7389         (cvs-status-trees, cvs-status-cvstrees):
7390         Combine after change hooks and don't sit-for.
7391         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7392         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7393         Use make-char rather than hard-coded cryptic data.
7394         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7396         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7398         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7399         (cvs-insert-strings): New function.
7401 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
7403         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7404         `mwheel-scroll-amount'.
7405         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7406         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7407         string-matching against the version string.
7409 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7411         * language/thai.el ("Thai"): Set a lisp form that produces
7412         composed string in `sample-text' language info.
7414         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7415         composed string in `sample-text' language info.
7417         * international/mule-cmds.el (describe-language-environment):
7418         Eval `sample-text' data and insert the result.
7420         * international/mule-conf.el (compound-text): Define this coding
7421         system here.  Make x-ctext and ctext aliases of it.
7423         * language/european.el (compound-text, ctext): Moved to
7424         international/mule-conf.el.
7426 2000-11-05  Andrew Innes  <andrewi@gnu.org>
7428         * w32-fns.el (w32-version): New function.
7430 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
7432         * progmodes/awk-mode.el: Update copyright.
7433         (awk-mode-abbrev-table): Remove.
7434         (awk-font-lock-keywords): Use regexp-opt.
7435         (awk-mode): Use define-derived-mode.
7437         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7438         when extracting a suffix.
7440 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
7442         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
7443         auto-save-mode.
7445 2000-11-04  Jason Rumney  <jasonr@gnu.org>
7447         * language/european.el (decode-mac-roman): Test against r1 not r0.
7449 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7451         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7452         (icon-mode): Define indent-line-function.
7453         (icon-comment-indent): Simplify.
7454         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7456         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7458         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7459         Bind change-log-default-mode to defeat the caching done on it.
7460         Don't bother saving excursion any more.
7462         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7464         * frame.el (after-setting-font-hook): Rename hooks -> hook.
7465         (set-frame-font): Use the new name (and the old for compatibility).
7467         * toolbar/tool-bar.el (tool-bar-mode):
7468         * time.el (display-time-mode):
7469         * recentf.el (recentf-mode):
7470         * paren.el (show-paren-mode):
7471         * mwheel.el (mouse-wheel-mode):
7472         * msb.el (msb-mode):
7473         * jka-compr.el (auto-compression-mode):
7474         * image-file.el (auto-image-file-mode):
7475         * hl-line.el (hl-line-mode):
7476         * delsel.el (delete-selection-mode):
7477         * autoinsert.el (auto-insert-mode):
7478         * complete.el (partial-completion-mode): Drop unneeded positional args.
7480         * info.el (Info-mode):
7481         * comint.el (comint-mode): Don't bother with make-local-hook.
7483         * log-edit.el (log-edit-menu): New menu.
7485 2000-11-03  Miles Bader  <miles@gnu.org>
7487         * wid-edit.el (widget-end-of-line): Reinstate, with a new
7488         definition, so that trailing spaces are handled properly.
7489         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7491 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
7493         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7494         tab character.
7495         (fancy-splash-screens): Set tab-width to 20.
7497 2000-11-03  Dave Love  <fx@gnu.org>
7499         * comint.el (comint-completion-addsuffix): Fix custom type.
7501 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7503         * font-lock.el (font-lock-buffers): Remove.
7504         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7505         (font-lock-change-major-mode): Remove.
7506         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7507         (font-lock-default-fontify-region): Extend the multiline
7508         fontification to whole lines.
7509         (font-lock-fontify-anchored-keywords)
7510         (font-lock-fontify-keywords-region): If matching just one
7511         line (with \n) only mark the \n as multiline.
7513         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7514         Correctly handle the case where several :group args are supplied.
7515         Allow :extra-args.
7516         (easy-mmode-define-global-mode): Allow :extra-args.
7517         Correctly handle the case where several :group args are supplied.
7519 2000-11-02  Miles Bader  <miles@gnu.org>
7521         * calendar/calendar.el (diary-face, calendar-today-face)
7522         (holiday-face): Remove dependency on `window-system'.
7524 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
7526         * Makefile.in (emacs): Set EMACSLOADPATH always.
7527         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7528         (compile-files): Bomb out if compilation of a file fails.
7530 2000-11-02  Dave Love  <fx@gnu.org>
7532         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7534 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
7536         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7537         punctuation in the warning inserted into the *mail* buffer.
7539 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
7541         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7542         (authors-public-domain-p): New function.
7543         (authors-print): Use it.
7545         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7547         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7549 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7551         * ps-print.el: Extension for even/odd printing.  Doc fix.
7552         (ps-print-version): New version number (6.3.1).
7553         (ps-even-or-odd-pages): Customization fix.
7554         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7555         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7556         (ps-page-count): Var replaced by `ps-page-column'.
7557         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7558         (ps-print-sheet-p): New fun.
7560 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7562         * tooltip.el (tooltip-gud-tips-setup): New function.
7563         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7564         (tooltip-mode): Call tooltip-gud-tips-setup.
7565         (tooltip-gud-tips): Use `gud-basic-call' instead of
7566         process-send-string, so the prompt gets frobbed appropriately.
7567         Handle nil return value from `tooltip-gud-print-command'.
7569 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
7571         * comint.el (comint-add-to-input-history): New function.
7572         (comint-send-input): Use `comint-add-to-input-history'.
7574 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7576         * info.el (info-menu-header): New face.
7577         (Info-fontify-menu-headers): New function.
7578         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7580         * info.el (Info-insert-dir): Don't include blank lines at
7581         beginning of additional dir files (one is added automatically).
7583 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7585         * emacs-lisp/easy-mmode.el (define-minor-mode):
7586         Revert the latest changes.
7587         Allow the three positional arguments to be skipped and replaced
7588         by keyword arguments.
7589         Add a :toggle argument to determine whether a nil arg means toggle
7590         or means turn-on.  The default is unchanged.
7591         Add a call to force-mode-line-update.
7593 2000-11-01  Dave Love  <fx@gnu.org>
7595         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7597 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
7599         * calendar/calendar.el (diary-face, holiday-face):
7600         Add dark-background variants.
7602 2000-10-31  Sam Steingold  <sds@gnu.org>
7604         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7605         `tex-main-file' does not have directory in it.
7607 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
7609         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7611 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
7613         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7614         functional change.
7616 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
7618         * files.el (find-file-noselect): When we expand a wildcard, return
7619         a list of buffers, as we should do according to the doc string.
7621 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
7623         * loadup.el (top level): Adjust load path if program name is
7624         "../src/bootstrap-emacs", in case it's not dumped and thus the
7625         load path adjustment hasn't already been done.
7627 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7629         * ps-print.el: Fix bug on selected pages for printing.
7630         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
7631         is on.  Try to avoid warning messages when compiling.  Doc Fix.
7632         (ps-print-version): New version number (6.3).
7633         (ps-color-device): Use `color-values' to determine if device
7634         supports color.
7635         (ps-color-values): Try to use `x-color-values' when using XEmacs.
7636         (ps-print-page-p): Changed from defsubst to defun.
7637         (ps-page-number): Changed from defmacro to defun.
7638         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7639         printing.
7640         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7641         (ps-end-file, ps-dummy-page): Funs eliminated.
7642         (ps-print-color-scale): Changed default value.
7643         (ps-page-n-up, ps-print-page-p): New internal vars.
7644         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7645         (ps-plot-region, ps-generate, ps-end-job): Code fix.
7647         * delim-col.el: Little programming improvement.
7648         (delimit-columns-str): New macro.
7649         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7651 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
7653         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7654         Moved to european.el.
7655         (ccl-encode-mac-roman-font, fontset-mac): Modified for
7656         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7657         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7658         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7660 2000-10-30  Dave Love  <fx@gnu.org>
7662         * progmodes/cc-menus.el (imenu-generic-expression)
7663         (imenu-progress-message): Only defvar when compiling.
7665         * emacs-lisp/elp.el (elp-unload-hook): New function.
7667         * loadhist.el (unload-feature): Call elp-restore-function,
7668         checking for symbols; don't use elp-restore-all.
7669         (loadhist-hook-functions): Doc fix.
7671 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7673         * log-edit.el (log-edit-confirm): Fix the default.
7675 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7677         * delim-col.el: Little fix: replace delimit-columns-align-columns by
7678         delimit-columns-format.
7679         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7681 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
7683         * comint.el (comint-replace-by-expanded-history): Don't use
7684         comint-get-old-input (we're not looking at *old* input).
7685         (comint-get-old-input-default): If using fields, signal an error
7686         when the point is not in an input field.
7688 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
7690         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7691         and mule-unicode-e000-ffff.
7693         * international/mule.el (decode-char, encode-char): New functions.
7694         (make-coding-system): Accept a symbol of translation table as a
7695         value of property `safe-chars'.
7697         * international/mule-cmds.el (encode-coding-char): Check property
7698         safe-chars instead of safe-charsets.
7700         * international/fontset.el (fontset-default): Modified for
7701         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7702         (x-font-name-charset-alist): Likewise.
7703         (ccl-encode-unicode-font): New CCL program.  Record it in
7704         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7706         * language/european.el (mac-roman-decoder, mac-roman-encoder):
7707         New translation tables.
7708         (decode-mac-roman, encode-mac-roman): Definition of these CCL
7709         programs are modified and moved from mac-win.el.
7710         (mac-roman): Definition of this coding system is modified and
7711         moved from mac-win.el.
7713 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7715         * ediff-wind.el (ediff-setup-control-frame): Enclose
7716         face-attribute in condition-case to avoid errors in older emacsen.
7718 2000-10-29  Miles Bader  <miles@gnu.org>
7720         * custom.el (custom-add-to-group): Allow multiple entries for a
7721         given value OPTION, as long as their widget types are different.
7722         * cus-edit.el (custom-face-value-create): If face name doesn't end
7723         with "face", add such here (similar to custom group widgets).
7725         * comint.el (comint-highlight-prompt): Add :type.
7727 2000-10-28  John Wiegley  <johnw@gnu.org>
7729         * calendar/timeclock.el (timeclock-log): Doc fix.
7730         (timeclock-last-event): Doc fix.
7731         (timeclock-log): Kill the timelog buffer after appending a new event.
7732         (timeclock-find-discrep): Use a temp buffer to read in the
7733         timelog, instead of visiting the file.
7734         (timeclock-log-data): A new function, along with a host of helper
7735         functions, for the purpose of making timelog data accessible to
7736         programmers.
7738         * eshell/esh-mode.el (window-height test): Make certain that
7739         `eshell-stringify-t' is non-nil.
7740         (eshell-password-prompt-regexp): Changed to a much simpler
7741         password regexp.
7742         (eshell-send-input): If `eshell-invoke-directly' returns t,
7743         directly invoke the parsed command using `eval'.  This improves
7744         turn-around time on simple commands by a factor of three or
7745         greater, such as cd, ls, pwd, etc. -- which get used very often.
7746         It also conserves thousands of cons cells per call (since
7747         `eshell-do-eval' consumes memory like a Cookie Monster set loose
7748         in the Pacific Cookie Company).
7750         * eshell/esh-test.el (eshell-test): Whitespace fix.
7752         * eshell/em-ls.el (eshell-ls-insert-directory):
7753         Make `eshell-ls-initial-args' nil when inserting directory contents.
7755         * eshell/em-script.el (eshell-script-initialize): Add names to
7756         `eshell-complex-commands, since `source' and `.' are complex.
7758         * eshell/esh-cmd.el (eshell-rewrite-for-command)
7759         (eshell-rewrite-while-command): Use `eshell-protect' instead of
7760         `eshell-copy-handles'.
7761         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7762         bodies.
7763         (eshell-separate-commands): Whitespace fix.
7764         (eshell-complex-commands): Added a new list of names, for
7765         determining whether a given command is as simple as it looks.
7766         (eshell-invoke-directly): New function.  Returns t if a command
7767         should be invoked directly (using `eval'), rather than indirectly
7768         using `eshell-do-eval'.
7769         (eshell-do-eval): Whitespace fix.
7771         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7772         which provides an emulation of the DOS shell behavior of assuming
7773         that cp/mv/ln should copy/move/link to the current directory.
7774         (eshell-remove-entries): Added a doc string.
7775         (eshell-shuffle-files): Removed the check for `target' being null.
7776         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7777         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7778         it to do a smarter check of whether a destination was provided.
7779         (eshell/mv, eshell/cp): Enable `:preserve-args'.
7780         (eshell/ln): Enable `:preserve-args', and use
7781         `eshell-mvcpln-template' to implement the body of the function.
7782         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7783         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7784         list after flattening it.  This makes it possible to cat files
7785         with numerical names.
7786         (eshell-unix-initialize): Added several names to
7787         `eshell-complex-commands.
7788         (eshell-unix-command-complex-p): Return t if a given command name
7789         may result in external processes being invoked.
7791         * eshell/em-glob.el (eshell-glob-show-progress): Make this
7792         variable nil by default, since it slows down glob processing by a
7793         factor of two or more, and increases memory consumption.
7795         * eshell/em-smart.el: Added a note about how memory consumptive
7796         smart display mode can be (at least this is true in Emacs 21).
7797         (eshell-smart-initialize): Whitespace fix.
7798         (eshell-refresh-windows): Use `if' instead of `when'.
7799         (eshell-smart-scroll-window): Calling `save-current-buffer' was
7800         not necessary.
7801         (eshell-currently-handling-window): Added a missing global variable.
7803         * eshell/em-ls.el (eshell-do-ls): Code simplification.
7804         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7805         Whitespace fix.
7806         (eshell-ls-exclude-hidden): Added this variable in addition to
7807         `eshell-ls-exclude-regexp'.  This one prevents files beginning
7808         with . from even being read, which can improve memory consumption
7809         quite a bit.
7810         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7811         read file entries beginning with a dot.  In home directories with
7812         lots of hidden files, fully two-thirds of the time spent in ls is
7813         used to read directory entries that are immediately thrown away.
7814         (eshell-ls-initial-args): Added back this configuration variable,
7815         for specifying default initial arguments to every call to ls.
7816         Much faster than using an alias to do the same thing.
7817         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7818         (eshell-ls-dir): Whitespace change.
7820         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7822         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7823         (eshell-stringify-t): Added a customization variable, to indicate
7824         whether `t' should be rendered as a string at all.  If not, one
7825         can still determine if the result of an expression is true using
7826         "file-exists-p FILE && echo true".
7827         (eshell-stringify): If `eshell-stringify-t' is nil, don't
7828         stringify t!
7830         * eshell/esh-module.el: Whitespace fix.
7832         * eshell/em-alias.el (eshell-alias-initialize):
7833         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7834         (eshell-command-aliased-p): New function that returns t if a
7835         command name names an aliased.
7837 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7839         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7840         redrawing the screen when changing cursor color.
7841         (viper-insert-state-pre-command-sentinel)
7842         (viper-replace-state-pre-command-sentinel)
7843         (viper-replace-state-post-command-sentinel):
7844         Use viper-preserve-cursor-color.
7845         Many functions changed to use viper= instead of = when comparing
7846         characters.
7847         * viper-util.el (viper-memq-char,viper=): New functions for
7848         working with characters.
7849         (viper-change-cursor-color): Fixed buglet.
7850         Many functions changed to use viper= instead of = when comparing
7851         characters.
7852         * viper.el (viper-insert-state-mode-list): Added eshell.
7854         * ediff-init.el (ediff-before-setup-hook): New hook.
7855         Several typos fixed in various docstrings.
7856         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7857         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7858         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7859         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7860         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7861         (ediff-get-selected-buffers): New function.
7862         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7863         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7864         Use save-window-excursion.
7865         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7866         termination check in while loop.
7867         * ediff.el (ediff-get-default-file-name): Better defaults when in
7868         dired buffer.
7869         (ediff-files,ediff-merge-files,ediff-files3)
7870         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7872 2000-10-28  Dave Love  <fx@gnu.org>
7874         * info.el (Info-fontify-node): Add help-echo for menu items.
7876 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
7878         * startup.el (normal-top-level): If the value of $TERM indicates
7879         we are running from xterm or one of its work-alikes, default to a
7880         light background mode.
7882         Support for -fg, -bg, and -rv command-line arguments for TTYs:
7883         * faces.el (tty-handle-reverse-video): New function.
7884         (tty-create-frame-with-faces): Call it.
7886         * frame.el (frame-notice-user-settings): Don't apply
7887         default-frame-alist and initial-frame-alist to MS-DOS frames.
7888         Call tty-handle-reverse-video, frame-set-background-mode, and
7889         face-set-after-frame-default for non-MS-DOS frames.
7891         * startup.el (tty-long-option-alist): New variable.
7892         (tty-handle-args): New function.
7893         (command-line): Call tty-handle-args.
7895         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7896         startup.el now does that for all character-terminal frames.
7898 2000-10-28  Miles Bader  <miles@gnu.org>
7900         * emacs-lisp/easy-mmode.el (define-minor-mode):
7901         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7902         is global.  If :global is followed by a non-nil but non-t value,
7903         make the mode buffer-local, but also generate a `global-MODE'
7904         version using `easy-mmode-define-global-mode'.
7905         Add :conditional-turn-on keyword argument.
7907 2000-10-28  Dave Love  <fx@gnu.org>
7909         * international/latin1-disp.el (latin1-char-displayable-p):
7910         Don't use window-system.
7912 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
7914         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7915         Don't call find-buffer-file-type-coding-system.  Instead, just
7916         set eol-type to -unix if inhibit-eol-conversion is in effect, or
7917         if the file is on an untranslated filesystem.
7918         (add-untranslated-filesystem): Use "D" instead of "f" inside
7919         interactive.
7921 2000-10-27  Dave Love  <fx@gnu.org>
7923         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7924         (refill-mode): Use it.
7926 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
7928         * international/quail.el (quail-activate): Don't make-local-hook.
7930 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
7932         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7933         manual backups and file.~<rev>.~ for automatic ones.
7934         (vc-make-version-backup): Don't do it on MS-DOS without long file
7935         names.
7937         * vc.el (vc-version-other-window): If an automatic backup of the
7938         desired version exists, rename it instead of copying it.
7940         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7941         after command.  If there's an unexpected error, signal it instead
7942         of being silent.
7943         (vc-cvs-merge-news): Be prepared for no news at all.
7945 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
7947         * shell.el (shell): Add BUFFER argument.
7948         * comint.el (make-comint-in-buffer): New function.
7949         (make-comint): Use it.
7951         * faces.el (face-spec-choose): Change syntax so that the list of
7952         attribute-value pairs is now the cdr of each clause, not the cadr.
7953         Detect old-style entries, and handle them.  Use pop.
7955 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
7957         * cus-edit.el (custom-mode-map): Use a sparse map.
7958         (custom-mode): Don't bother with make-local-hook.
7960         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7962         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7964 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7966         * ps-print.el: Avoid compilation gripes.
7967         (ps-print-version): New version number (6.2.1).
7969 2000-10-26  Dave Love  <fx@gnu.org>
7971         * menu-bar.el: Modify some menu item help strings.
7972         (menu-bar-help-menu): Add link to MORE.STUFF.
7974         * cus-edit.el (custom-mode): Add `special' mode-class property.
7976         * wid-browse.el (widget-browse-mode): Likewise.
7978         * wid-edit.el (widget-specify-field): Revert to using local-map
7979         property, not keymap.
7981 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
7983         * wid-edit.el (widget-field-end): When checking for a `boundary'
7984         field, do so in the correct buffer.
7986         * simple.el (undo): Correctly distinguish between numeric and
7987         non-numeric prefix args in non-transient-mark-mode, as per the doc
7988         string.  When in transient-mark-mode, treat all prefix-args as
7989         numeric.
7991         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7992         Position point on match.  Handle N == 0 correctly.
7994         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7995         (comint-mode-map): Reverse order of `comint-write-output' and
7996         `comint-append-output-to-file'.
7997         (comint-append-output-to-file): Reinstate this function, for the
7998         benefit of the menu.
8000 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
8002         * vc.el (vc-version-other-window): Bind `file'.
8004 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8006         * Makefile.in (update-authors): New target for maintenance purposes.
8008         * emacs-lisp/authors.el (batch-update-authors): New function.
8009         (authors-fixed-entries): New defconst.
8010         (authors-add-fixed-entries): New function.
8011         (authors): Call it.: Don't process lispref/.
8013 2000-10-25  Jason Rumney  <jasonr@gnu.org>
8015         * cus-edit.el (custom-button-face, custom-button-pressed-face):
8016         Merge x w32 and mac definitions.
8018 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
8020         * menu-bar.el (menu-bar-options-menu): Add a help string for
8021         `uniquify'.
8023 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
8025         * time-stamp.el (time-stamp-string-preprocess):
8026         Fix a wrong type argument error.
8028 2000-10-25  Miles Bader  <miles@gnu.org>
8030         * recentf.el (recentf-mode): Variable removed.
8031         (recentf-mode): Use `define-minor-mode'.
8033         * mwheel.el (mouse-wheel-mode): New global minor mode.
8034         (mwheel-install): Use `mouse-wheel-mode'.
8036 2000-10-25  Dave Love  <fx@gnu.org>
8038         * progmodes/cperl-mode.el (cperl-mode):
8039         Set normal-auto-fill-function correctly.
8041         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8042         Don't inherit from global-map and don't nullify menu-bar and tool-bar
8043         bindings.
8045 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
8047         * wid-edit.el (widget-field-at): New function.
8048         (widget-at, widget-field-activate): Use it.
8049         (widget-tabable-at): Use `widget-at'.
8050         (widget-specify-field): If the terminating character of the widget
8051         field (which is read-only) is a newline, put it into a special
8052         `boundary' field so that C-n/C-p act more naturally.
8053         (widget-field-end): Also don't subtract one if a special
8054         `boundary' field has been added after the widget field.
8056         * comint.el (comint-output-filter, comint-send-input):
8057         Don't bother adding stickiness fields to overlays to fool the field
8058         code, since it should notice the overlay insertion-types now.
8060         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8061         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8062         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8064 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8066         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8067         (authors): Set file coding system to iso-2022-7bit.
8068         Add file-local variables to output buffer.
8070         * files.el (after-find-file): Don't print any warnings if
8071         WARN is nil.
8073 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8075         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8077         * delim-col.el: Now there is a column formatting mechanism.
8078         Modified to customization mechanisms convention.  Doc fix.
8079         (columns): New group for delim-col.
8080         (delimit-columns-before, delimit-columns-after)
8081         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8082         (delimit-columns-end): New vars.
8083         (delimit-columns-customize, delimit-columns-format): New funs.
8084         (delimit-columns-region, delimit-columns-rectangle)
8085         (delimit-columns-rectangle-line): Modified to support column
8086         formatting.
8088 2000-10-24  Dave Love  <fx@gnu.org>
8090         * log-edit.el (log-edit): Add :version and a :group for vc.
8092 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
8094         * files.el (after-find-file): Don't print a message ``New file''
8095         if WARN is nil.
8097         * wid-edit.el (widget-field-keymap, widget-text-keymap):
8098         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
8099         get duplicate tool-bar entries because we'll see the global ones
8100         on more than one path through keymaps.
8102         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8104         * progmodes/cmacexp.el: Change Francesco's email address.
8106 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8108         * window.el (fit-window-to-buffer): Adjust point of the window
8109         buffer, not that of the current buffer.
8111 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
8113         * progmodes/cmacexp.el: Update the euthor's email address.
8115 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8117         * faces.el (face-spec-set-match-display): Add `graphic' display
8118         type (the inverse of `tty').  Use `display-graphic-p' instead of
8119         the window-system variable.
8121 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8123         * international/isearch-x.el (isearch-with-input-method):
8124         Call input-method-function with the first event in
8125         unread-command-events.
8127 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8129         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8131 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
8133         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8134         New charsets.
8136         * term/mac-win.el: Remove definitions of mac-roman-lower and
8137         mac-roman-upper, require dired, and define instead of set
8138         mac-ready-for-drag-n-drop to avoid compilation error.
8140 2000-10-23  Andrew Innes  <andrewi@gnu.org>
8142         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8143         Remove superfluous calls to subst-char-in-string; instead apply
8144         expand-file-name after convert-standard-filename to ensure
8145         expected directory separators are used.
8147 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
8149         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8151 2000-10-23  Dave Love  <fx@gnu.org>
8153         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8154         (tool-bar-add-item): Set foreground and background for XBM icons.
8156         * international/latin1-disp.el (latin1-char-displayable-p):
8157         New function (from Handa).
8158         (latin1-display-check-font): Use it.
8160         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8161         using :key-sequence, making it much more usable.
8162         Use nconc, not append.
8163         (imenu--create-keymap-1): Avoid append.
8165         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8167 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8169         [the following changes fix a bug where `define-minor-mode' didn't
8170         correctly generate :require clauses for defcustoms in compiled files]
8171         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8172         (byte-compile-log-file, byte-compile-log-1): Don't set
8173         `byte-compile-current-file' to nil.  Instead set
8174         `byte-compile-last-logged-file' to it.  Test whether
8175         byte-compile-current-file equals byte-compile-last-logged-file
8176         instead of whether its nil.
8177         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8179 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
8181         * textmodes/refill.el: Fix var names in doc.
8182         (refill-mode): Don't bother with make-local-hook anymore.
8184 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8186         * faces.el (face-user-default-spec, face-default-spec): New functions.
8187         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8188         (frame-set-background-mode, face-set-after-frame-default):
8189         Use `face-user-default-spec'.  Simplify code slightly.
8191         * woman.el (woman-italic-face, woman-bold-face)
8192         (woman-unknown-face): Add dark-background variants.
8193         (woman-default-faces): Renamed from `woman-colour-faces'.
8194         Set using the stored defaults, rather than using hard-wired colors.
8195         (woman-monochrome-faces): Renamed from `woman-black-faces'.
8196         Just make the foreground `unspecified' rather than "black".
8197         (woman-menu): Rename menu entries accordingly.
8199         * faces.el (header-line): Make more reasonable on mono/grayscale
8200         displays.
8202 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
8204         * cus-edit.el (custom-button-face): Use 3D look for mac.
8205         (custom-button-pressed-face): Likewise.
8207         * faces.el (set-face-attributes-from-resources): Handle mac frames
8208         in the same way as x and w32 frames.
8209         (face-valid-attribute-values): Likewise.
8210         (read-face-attribute): Likewise.
8211         (defined-colors): Likewise.
8212         (color-defined-p): Likewise.
8213         (color-values): Likewise.
8214         (display-grayscale-p): Likewise.
8215         (face-set-after-frame-default): Likewise.
8216         (mode-line): Same default face as for x and w32.
8217         (tool-bar): Likewise.
8219         * frame.el: Remove call to frame-notice-user-settings at end of
8220         the file.
8222         * info.el (Info-fontify-node): Make underlines invisible for mac
8223         as for x, pc, and w32 frame types.
8225         * term/mac-win.el: New file.
8227 2000-10-22  Dave Love  <fx@gnu.org>
8229         * textmodes/refill.el: New file.
8231 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
8233         * vc-hooks.el (vc-version-backup-file-name): New optional args
8234         MANUAL and REGEXP.
8235         (vc-delete-automatic-version-backups, vc-make-version-backup):
8236         New functions.
8237         (vc-before-save): Use the latter.
8238         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8239         confusion.
8241         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8242         expected by vc[-hooks].el.
8244         * vc.el (vc-checkout): Added `-p' suffix in call to
8245         vc-make-version-backups-p; use vc-make-version-backup to actually
8246         make the backup.
8247         (vc-version-other-window, vc-version-backup-file): Handle both
8248         automatic and manual backups.
8249         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8250         of all of them.
8252 2000-10-22  Miles Bader  <miles@gnu.org>
8254         * comint.el (comint-highlight-input, comint-highlight-prompt):
8255         Renamed, `-face' at end removed.
8256         (comint-send-input, comint-output-filter): Use renamed faces.
8258         * window.el (fit-window-to-buffer): Change defaulting of
8259         MAX-HEIGHT slightly.
8261         * faces.el (color-values, color-defined-p): Use `member', not
8262         `memq', because it works correctly for strings.
8263         (frame-set-background-mode): Actually, "unspecified-fg" and
8264         "unspecified-bg" *are* strings.  Use `member', not `memq', and
8265         `equal', not `eq', when a string value is possible.
8267 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
8269         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8271 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
8273         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8274         sh-electric-rparen, sh-electric-less and sh-electric-hash.
8275         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8276         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8277         (sh-font-lock-syntactic-keywords): Use them.
8278         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8279         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8280         (sh-mode): Don't override font-lock-unfontify-region-function.
8281         Use a copy of sh-font-lock-syntactic-keywords.
8282         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8283         Don't call sh-scan-buffer since font-lock does it on the fly.
8284         (sh-get-indent-info): Use `face' rather than `syntax-table'
8285         text-property to detect here-documents.
8286         Replace sh-special-syntax with sh-st-punc.
8287         (sh-prev-line): Use `face' rather than `syntax-table'
8288         text-property to skip over here-documents.
8289         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8290         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8291         (sh-electric-less, sh-set-here-doc-region)
8292         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8293         (sh-scan-buffer, sh-rescan-buffer): Remove.
8295 2000-10-21  Andrew Innes  <andrewi@gnu.org>
8297         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8298         remote (ange-ftp) file names.
8300 2000-10-21  Miles Bader  <miles@gnu.org>
8302         * window.el (fit-window-to-buffer): New function.
8303         (shrink-window-if-larger-than-buffer): Use it.
8304         (window-text-height): Don't expect minibuffers to have mode-lines.
8306         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8307         * international/quail.el (quail-update-guidance):
8308         Use `fit-window-to-buffer' instead of `set-window-text-height'.
8310         * international/quail.el (quail-show-guidance-buf): Make sure
8311         guidance window really has enough room.
8312         (quail-update-guidance): If quail-guidance-win is already shown,
8313         make sure its height is OK.
8315         * window.el (window-text-height, set-window-text-height):
8316         New functions.
8317         (shrink-window-if-larger-than-buffer): Use `window-text-height'
8318         instead of `window-height' & `mode-line-window-height-fudge'.
8319         (mode-line-window-height-fudge): Add FACE parameter.
8320         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8321         instead of `enlarge-window' & `mode-line-window-height-fudge'.
8323 2000-10-20  Miles Bader  <miles@gnu.org>
8325         * window.el (height-affecting-face-attributes): Use `defconst'.
8327         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8328         New function, conditionally aliased to `mode-line-window-height-fudge'.
8329         (ispell-help): Use it.
8330         (ispell-choices-win-default-height): Don't include mode-line fudge.
8331         (ispell-choices-win-default-height): New function.
8332         (ispell-show-choices, ispell-command-loop): Use function
8333         `ispell-choices-win-default-height' instead of variable.
8335 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
8337         * window.el (mode-line-window-height-fudge): New variable.
8338         (height-affecting-face-attributes): New variable.
8339         (mode-line-window-height-fudge): New function.
8340         (shrink-window-if-larger-than-buffer): Use it.
8341         * help.el (resize-temp-buffer-window): Likewise.
8343         * info.el (Info-fontify-node): Add support for @subsubsection
8344         titles, which use `Info-title-4-face'.
8345         (Info-title-4-face): New face.
8346         (Info-title-3-face): Inherit from Info-title-4-face instead of
8347         variable-pitch.
8349 2000-10-19  Jason Rumney  <jasonr@gnu.org>
8351         * dired.el (dired-insert-directory): Do not let errors signalled by
8352         attempt to run dired-free-space-program prevent dired from working.
8354 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
8356         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8358 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
8360         * dirtrack.el (dirtrack): Fix call to run-hooks.
8362         * cmuscheme.el (cmuscheme-program-name): Renamed from
8363         scheme-program-name because xscheme.el contains a defcustom with
8364         the same name.  As a consequence, customizing group `cmuscheme'
8365         loaded `xscheme' which redefined run-scheme.
8366         (run-scheme): Use cmuscheme-program-name.
8368         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8370         * play/doctor.el (doctor-death): Update the Samaritans'
8371         anonymous address, and add a website for Befrienders International.
8373 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8375         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
8376         Avoid compilation gripes.  Doc fix.
8377         (ps-print-version): New version number (6.2).
8378         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8379         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8380         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8381         (ps-x-extent-priority, ps-x-extent-start-position)
8382         (ps-x-face-font-instance, ps-x-find-coding-system)
8383         (ps-x-font-instance-properties, ps-x-make-color-instance)
8384         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8385         avoid compilation gripes without defining functions.
8386         (ps-e-find-composition): Alias for function find-composition, to have a
8387         suitable function depending on Emacs version.
8388         (ps-color-device, ps-color-values, ps-face-foreground-name)
8389         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8390         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8391         (ps-print-ensure-fontified): Function definitions surrounded by
8392         `eval-and-compile' to avoid compilation gripes.
8393         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8394         by symbol-value to avoid compilation gripes.
8395         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8396         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8398 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8400         * startup.el (normal-top-level): Call `frame-set-background-mode'
8401         after `frame-notice-user-settings' because the latter doesn't call
8402         the former on a tty.
8404         * faces.el (frame-set-background-mode): `unspecified' &c are
8405         symbols, not strings.
8407 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8409         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8410         why some "light*" colors are deliberately absent from the alist.
8412         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8413         Change colors for tty's, as suggested by Miles Bader.
8415 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
8417         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8418         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
8419         for ISO10646-1 fonts.
8420         (x-font-name-charset-alist): Add an entry for "iso10646-1".
8422 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8424         * faces.el (frame-set-background-mode): If a tty frame defines a
8425         background color, use that to compute the background mode, instead
8426         of always defaulting to "dark".
8428 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8430         * comint.el (comint-write-output): New function.
8431         (comint-mode-map): Add it to the menu.
8432         Bind `C-c C-s' to comint-write-output.
8434 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
8436         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8437         Use fancy-splash-delay.
8439 2000-10-18  Alex Schroeder  <alex@gnu.org>
8441         * progmodes/sql.el (sql-sybase-options): New option.
8442         (sql-sybase): Use it.  Add sql-database to the list of parameters
8443         provided for login.  The options -w 2048 -n are not used any more.
8445         * comint.el (comint-read-input-ring): Bugfix such that the first
8446         and the last entry of the input ring file are not lost.
8448 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8450         * ps-print.el: Internal variable changes to defcustom,
8451         make-local-hook changes to defvar.  Doc fix.
8452         (ps-print-version): New version number (6.1).
8453         (ps-setup, ps-do-despool): Code fix.
8454         (ps-printer-name): Customization fix.
8455         (ps-printer-name-option): Now is a defcustom instead of an
8456         internal variable.
8457         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8458         (ps-print-begin-column-hook): Now are defvar instead of
8459         make-local-hook.
8461 2000-10-18  Miles Bader  <miles@gnu.org>
8463         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8464         (comint-kill-output): Changed into an alias for `comint-delete-output',
8465         and made obsolete.
8466         (comint-mode-map): Rename references to comint-kill-output.
8468 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
8470         * diff-mode.el (diff-header-face, diff-file-header-face)
8471         (diff-changed-face): Add bold and italic attributes to tty faces.
8472         (diff-function-face): New face.
8473         (diff-font-lock-keywords): Use it.
8475 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
8477         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8478         Remove commented-out call to force-mode-line-update.
8479         (comint-kill-output): Use `forward-line 0' instead of
8480         beginning-of-line to make sure we get past the prompt.
8482 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
8484         * diff-mode.el (diff-header-face, diff-file-header-face):
8485         Add specific setting for dark background.
8486         (diff-context-face): Renamed from diff-comment-face.
8487         Set explicitly rather than inheriting from font-lock-comment-face.
8489 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8491         * startup.el (command-line): Move the code which sets the default
8492         TTY colors to before before-init-hook.
8494 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8496         * jit-lock.el (jit-lock-stealth-time): Doc fix.
8498 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8500         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8501         extensions, for MS-DOS.
8503         * diff-mode.el (diff-header-face, diff-file-header-face)
8504         (diff-changed-face): Define tty-specific colors.
8506 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8508         * startup.el (fancy-splash-text): Realign the text.
8510 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8512         * font-lock.el (font-lock-comment-face): Define a separate default
8513         for dark-background tty's.
8515 2000-10-17  Miles Bader  <miles@gnu.org>
8517         * help.el (resize-temp-buffer-window): Add hack to avoid last line
8518         being obscured by whizzy mode-lines on graphics displays.
8520 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8522         * info.el (Info-title-1-face, Info-title-2-face)
8523         (Info-title-3-face): Define colors for tty's.
8524         (info-header-node): Remove unneeded tty-specific definition.
8526 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
8528         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8529         reverse from the frame parameters, and don't invert foreground and
8530         background colors.
8532 2000-10-16  Miles Bader  <miles@gnu.org>
8534         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8535         string "*Info*".  Call propertized-buffer-identification to spruce
8536         up the result.
8538 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8540         * help.el: Provide `help' for the sake of define-minor-mode
8541         which generates defcustoms with requires.
8543         * jit-lock.el (jit-lock-after-change): If we're in text that
8544         matches a multi-line font-lock pattern, make sure the whole text
8545         will be redisplayed.
8547         * emacs-lisp/authors.el (authors-add): Don't add an entry if
8548         author's name is unknown.
8550         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8551         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8552         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8553         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8554         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8555         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8556         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8557         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8558         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8559         Add author information.
8561 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
8563         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8564         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8565         full-color version (using the Gimp) to eliminate dithering artifacts.
8567 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8569         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8571         * simple.el (syntax-flag-table, string-to-syntax): Remove.
8573 2000-10-15  Dave Love  <fx@gnu.org>
8575         * progmodes/sh-script.el: Require skeleton and comint when compiling.
8577         * pcomplete.el (pcomplete) <defgroup>: Add :version.
8579         * whitespace.el: Doc fixes.
8580         (top-level): Don't add hooks here.
8581         (whitespace-running-emacs): Deleted.
8582         (timer): Don't require.
8583         (whitespace): Add back :version conditional on xemacs test.
8584         (whitespace-spacetab-regexp, whitespace-indent-regexp)
8585         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8586         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8587         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8588         Avoid specific xemacs test.
8589         (whitespace-global-mode): New option.
8590         (whitespace-global-mode): New command.
8591         (whitespace-unload-hook): New function.
8593         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8594         (Info-fontify-node, Info-goto-node, Info-mode-menu)
8595         (Info-fontify-node): `Goto' goes to `Go to'.
8596         (Info-fontify-node): Add help-echo to xref links.
8598 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
8600         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8602 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8604         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8605         Use plist-get and allow :inherit.
8607         * emacs-lisp/cl-macs.el (cl-do-arglist):
8608         Use plist-get and plist-member instead of memq.
8610         * emacs-lisp/ewoc.el (ewoc-location): New function.
8611         (ewoc-enter-after, ewoc-enter-before): Document return value.
8612         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8613         Don't need make-local-hook any more.
8614         (cvs-addto-collection): Return the new tin.
8615         (cvs-mode-insert): Jump to the new line.
8617         * jit-lock.el (jit-lock-fontify-buffer): Remove.
8619         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8621         * font-lock.el (font-lock-syntactically-fontified): New var.
8622         (font-lock-fontify-syntactic-keywords-region): Use it.
8623         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
8625         * diff-mode.el (diff-find-file-name): Fix regexp.
8627         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8628         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8630         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8631         (sh-mode-syntax-table): Add punctuation syntax for < and >.
8632         (sh-mode): Don't make all vars local here.
8633         (sh-kw): Reformat.
8634         (sh-set-shell): Use dolist.  Don't set indent-region-function.
8635         (sh-mode-syntax-table): Use pop.
8636         (sh-remember-variable): Use push.
8637         (sh-help-string-for-variable): Use memq.
8638         (sh-safe-backward-sexp): Remove.
8639         (sh-safe-forward-sexp): Add ARG.
8640         (sh-get-indent-info, sh-prev-stmt): Use it.
8641         (sh-prev-line): Simplify by using forward-comment.
8642         (sh-this-is-a-continuation): Simplify.
8643         (sh-learn-buffer-indent): Use dolist.
8644         (sh-do-nothing): Remove.
8645         (sh-set-char-syntax, sh-set-here-doc-region):
8646         Use inhibit-modification-hooks.
8647         (sh-name-style): Use mapcar and push.
8648         (sh-load-style): Use dolist.
8649         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8650         (sh-case, sh-while-getopts): Use propertize directly rather
8651         than sh-electric-rparen.
8653 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
8655         * textmodes/tex-mode.el: Require CL when compiling.
8656         (tex-mode-syntax-table): Init immediately.
8657         (tex-mode-map): Bind M-RET to latex-insert-item.
8658         (latex-mode): Set indent-line-function to latex-indent.
8659         (tex-common-initialization): Don't setup the syntax-table any more.
8660         (latex-insert-item): New skeleton.
8661         (tex-next-unmatched-end): Fix copy/paste braino.
8662         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8663         (latex-indent, latex-find-indent): New functions.
8664         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8665         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8666         (tex-compilation-parse-errors): Use with-syntax-table.
8668 2000-10-15  Miles Bader  <miles@gnu.org>
8670         * font-lock.el (font-lock-comment-face): Change dark-background,
8671         color, non-tty, default to `chocolate1'.
8673 2000-10-13  John Wiegley  <johnw@gnu.org>
8675         * eshell/esh-util.el (require): Added a missing `require' form,
8676         needed when compiling (for an ange-ftp macro definition).
8678 2000-10-13  Dave Love  <fx@gnu.org>
8680         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8682 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
8684         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8686         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8687         transparent -colors 8).
8689 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
8691         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8692         that breaks with old list format timestamps.
8693         (time-stamp-warn-inactive, time-stamp-old-format-warn)
8694         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8696 2000-10-13  John Wiegley  <johnw@gnu.org>
8698         * align.el, pcomplete.el, calendar/timeclock.el,
8699         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8701         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8702         faulty math, where holiday hours were being computing as seconds.
8704 2000-10-13  John Wiegley  <johnw@gnu.org>
8706         * desktop.el (desktop-buffer-modes-to-save): Added a global for
8707         specifying what "other" kinds of buffers should be saved.
8708         This used to be hard-coded.
8709         (desktop-buffer-misc-functions): A global for specifying how
8710         auxiliary data should be determined for special buffer types.
8711         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8712         instead of hard-coding the special buffer types.
8713         (desktop-save): Run `desktop-buffer-misc-functions' to gather
8714         auxiliary data, instead of hard-coding for Info buffers and dired.
8715         (desktop-buffer-info-misc-data): Aux function for determining Info
8716         buffer auxiliary info.
8717         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8718         (desktop-buffer-info): Changed this function to use the info
8719         gathered above.
8720         (desktop-create-buffer): Be a little more careful about what
8721         `minor-mode' means before calling it.  This is important for some
8722         buffer types.
8724 2000-10-13  John Wiegley  <johnw@gnu.org>
8726         * eshell/esh-util.el: Added a global form which declares an
8727         autoload for `parse-time-string', if that function is not already
8728         defined, and if parse-time.el is available on the user's system.
8730         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8731         to be aware of ange-ftp user info.
8732         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
8733         (eshell-ls-annotate): Use `eshell-file-attributes'.
8734         (eshell-ls-file): Made the user-id printing code a bit smarter.
8736         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8737         allow identification of alias user ids in remote directories.
8738         It's manual, but there's no other way to know when the current user
8739         on the local machine, is also the owning user on the remote machine.
8740         (fboundp): Bind `ange-cache'.
8741         (eshell-directory-files-and-attributes): Re-organized the logic a
8742         bit to use `eshell-file-attributes' instead of `file-attributes'.
8743         The former is more sensitive to directories that are read via FTP,
8744         and knows how to use ange-ftp to determine full attribute
8745         information, instead of just the name and last modtime.
8746         (eshell-current-ange-uids): Return the current user id when in a
8747         remote directory.
8748         (eshell-parse-ange-ls): Parse a full directory listing that has
8749         been returned by ange-ftp.
8750         (eshell-file-attributes): This beefed up version of
8751         `file-attributes' is only special if the user is currently in a
8752         remote directory, in which case it does a lot of work to find out
8753         what the real attributes of a file are, as they appear on the
8754         remote machine.  This makes usage of remote directories (i.e.,
8755         ange-ftp pathnames) much more useful.  You can now use Eshell as a
8756         full-fledged FTP client, with much more manipulation ability than
8757         most other clients.
8759         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8760         variable, which means that Eshell's du should always be preferred
8761         in remote directories.
8762         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8763         just `file-attributes'.
8764         (eshell-mvcp-template): Bind `ange-cache', to improve performance
8765         when reading remote directories.  This is an Eshell-specific
8766         variable (not part of ange-ftp).
8767         (eshell/ln): Bind `ange-cache'.
8768         (eshell/du): Added some extra logic for determining when to use
8769         Eshell's du (which is slow), and when to use the external version
8770         (which may or may not exist).
8772         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8773         Call `eshell-interactive-process', rather than using
8774         `get-buffer-process', since backgrounded processes don't count in
8775         the context of this function's logic.
8777         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8778         `forward-char', so that null strings are parsed correctly.
8780 2000-09-13  John Wiegley  <johnw@gnu.org>
8782         * eshell/em-pred.el (eshell-pred-file-type)
8783         (eshell-pred-file-links, eshell-pred-file-size):
8784         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
8786         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8787         that remote file globbing is more efficient.
8789         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8790         gathering the files and attributes within a directory.
8792         * eshell/em-unix.el (eshell/cat): If any of the files passed on
8793         the command line is a special file (not a regular file, directory
8794         or symlink), always attempt to call the external version of cat.
8796 2000-09-13  John Wiegley  <johnw@gnu.org>
8798         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8799         Eshell-friendly version of find-tag.
8801 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
8803         * image-file.el (image-file-name-extensions)
8804         (image-file-name-regexps): Add autoload cookies.
8806 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
8808         * international/mule-cmds.el (select-safe-coding-system): If FROM
8809         is string, show it in *Warning* buffer.
8811 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8813         * startup.el (normal-top-level): Use display-popup-menus-p instead
8814         of window-system.
8815         (command-line): Use display-graphic-p instead of window-system.
8816         (command-line-1): Use display-popup-menus-p and display-mouse-p
8817         instead of window-system.
8819 2000-10-12  Sam Steingold  <sds@gnu.org>
8821         * tooltip.el (tooltip-use-echo-area): New user variable.
8822         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8824 2000-10-12  Dave Love  <fx@gnu.org>
8826         * recentf.el: Maintainer's checkdoc fixes.
8828         * startup.el (normal-top-level-add-subdirs-to-load-path):
8829         Use character class, not ASCII when matching file names.
8830         (fancy-splash-head): Add trailing slash to URL.
8831         (command-line): Don't require XPM support for toolbar.
8833         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8834         (cperl-invalid-face): Revert last change.
8835         (cperl-init-faces): Quote cperl-invalid-face.
8837 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8839         * startup.el (fancy-splash-text): Remove superfluous quote.
8841 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8843         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8844         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8845         (command-line-1): Don't use fancy-splash-pending-command.
8846         (fancy-splash-screens-1): Goto point-min after inserting text.
8848         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8850         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8851         instead of shared-lisp-mode-map.
8853 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
8855         * faces.el (header-line): Change tty-variant to use underlining.
8857         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8858         (isearch-highlight): Restore lazy-isearch face properties at old
8859         position, and suppress them at new position.
8860         (isearch-dehighlight): Restore lazy-isearch face properties.
8861         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8862         over the real isearch overlay, but in that case, don't give it a
8863         face property.  Use `push'.
8865 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8867         * man.el (Man-getpage-in-background): Fix previous change.
8868         Decode the process output only when we are in multibyte mode.
8870 2000-10-11  Dave Love  <fx@gnu.org>
8872         * info.el (Info-mode-menu): Fix some help.
8873         (info-tool-bar-map): Add entry for Info-last.
8875         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8876         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8877         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8878         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8879         * toolbar/search-replace.xpm, toolbar/exit.xpm:
8880         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8881         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8882         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8883         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8884         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8885         Reduce colour requirements to 25 overall.  (Probably wants
8886         revisiting from the originals to reduce further.)
8888 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
8890         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8891         buffer-file-coding-system, instead of raw-text.
8892         (dehexlify-buffer): Bind coding-system-for-read to
8893         buffer-file-coding-system, instead of raw-text.
8895 2000-10-11  Sam Steingold  <sds@gnu.org>
8897         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8898         `underline' - fixes the bug introduced on 2000-09-21.
8900 2000-10-11  Dave Love  <fx@gnu.org>
8902         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8903         Avoid compiler warnings.
8904         (scheme-mode): Doc fix.
8905         (scheme-font-lock-keywords-1): Match `define-syntax'.
8907 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
8909         * faces.el (frame-set-background-mode): Pay attention to saved
8910         face specs as well as default ones.  Only do anything if the
8911         bg-mode or display-type has actually changed.  Use `dolist'.
8912         (region): Make dark-background `region' face less in-your-face.
8914 2000-10-10  Sam Steingold  <sds@gnu.org>
8916         * chistory.el, ielm.el, ledit.el:
8917         * progmodes/inf-lisp.el, progmodes/scheme.el:
8918         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8920 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
8922         * textmodes/texinfo.el: Update copyright and fix typo.
8924         * desktop.el (desktop-modes-not-to-save): New var.
8925         (desktop-save-buffer-p): Use it.
8926         Also, obey desktop-buffers-not-to-save even for non-file buffers.
8927         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8929 2000-10-10  Dave Love  <fx@gnu.org>
8931         * toolbar/tool-bar.el (tool-bar-add-item)
8932         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8934         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8935         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8936         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8937         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8938         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8939         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8940         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8941         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8942         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8943         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8944         the .xpms; probably need retouching.
8946 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
8948         * subr.el (add-to-list): Add optional argument APPEND.
8949         * battery.el (display-battery): Use `add-to-list'.
8951 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
8953         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8954         properties.
8955         (zone, zone-when-idle, zone-leave-me-alone)
8956         (zone-pgm-whack-chars): Use new symbol properties.
8958         * battery.el (display-battery): Doc spelling fix.
8960         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8961         property.
8963 2000-10-09  Dave Love  <fx@gnu.org>
8965         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8966         has been initialized before calling tool-bar-setup.
8967         (tool-bar-add-item-from-menu): Add autoload cookie.
8969 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
8971         * menu-bar.el (send-mail-item-name): New function.
8972         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8973         of mail-user-agent in the menu.  Don't display the "Send Mail"
8974         item if mail-user-agent is nil or its value is ignore.
8975         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8976         if read-mail-command is nil or its value is ignore.
8978         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8980 2000-10-09  Miles Bader  <miles@gnu.org>
8982         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8983         Correct image size.
8984         * toolbar/left_arrow.xpm: Correct image size.
8986         * jka-compr.el: Don't call `jka-compr-install' when loading (it
8987         will be done by the definition of `auto-compression-mode' if
8988         necessary.  Move code to uninstall existing file-name handler
8989         before definition of `auto-compression-mode'.
8991         * image-file.el (auto-image-file-mode): Move to the end of the
8992         file, because `define-minor-mode' actually calls the mode-function
8993         if the associated variable is non-nil, which requires that all
8994         needed functions be already defined.
8996         * mouse.el (popup-menu): Balance parens.
8998 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
9000         * mouse.el (popup-menu): Move the command call outside the loop
9001         so that popup-menu returns whatever the command returns.
9003         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
9004         (initialize-new-tags-table): Use run-hook-with-args-until-success.
9005         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9006         (tags-table-format-functions): Renamed from tags-table-format-hooks.
9008         * vc.el (vc-version-diff): diff-switches can be a list.
9009         Use relative filenames for prettier output.
9011         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9012         (vc-post-command-functions): Remove old-VC compatibility code.
9014         * newcomment.el (comment-indent-default): Autoload.
9016         * font-lock.el (font-lock-defaults): Make buffer-local.
9017         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9018         (font-lock-choose-keywords):
9019         Ignore LEVEL unless KEYWORDS is a list of syms.
9020         (c-keywords, c++-keywords, objc-keywords, java-keywords):
9021         Don't wrap regexp-opt things in \(...\) unnecessarily.
9023         * jit-lock.el: Don't require font-lock any more.
9024         (jit-lock-functions): Make buffer-local.
9025         (jit-lock-saved-fontify-buffer-function): Remove.
9026         (jit-lock-mode): Remove autoload cookie.
9027         Remove font-lock specific code.
9028         (jit-lock-unregister): Don't bother handling complex hooks any more.
9029         (jit-lock-refontify): New function.
9030         (jit-lock-fontify-buffer): Use it.
9031         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9032         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9033         Add optional args START and END.
9034         Never call font-lock-fontify-region directly.
9035         (jit-lock-function, jit-lock-stealth-fontify): Use it.
9037         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9039 2000-10-08  Dave Love  <fx@gnu.org>
9041         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9043         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9045         * play/studly.el (studlify-region, studlify-word): Add autoload
9046         cookie.
9048         * play/morse.el (morse-region, unmorse-region): Add autoload
9049         cookie.
9051         * play/spook.el (spook-phrases-file): Use expand-file-name, not
9052         concat.
9054         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9055         insist on symbols starting with word syntax.
9056         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9057         (eval-defun-1): Doc fix.
9058         (indent-sexp): Use nconc to build up indent-stack.
9060         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9061         Gnus with little use.
9062         (mail-setup-hook): Add mail-abbrevs-setup to options.
9064         * recentf.el: Doc fixes.
9066         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9067         Clean up remainder.
9069         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
9070         without timezone and (8) with timezone to enforce some whitespace.
9071         Simplify code somewhat.
9073         * options.el (list-options): Doc that you should use customize.
9075         * iswitchb.el (iswitchb-mode): Add :require.
9077         * info.el (Info-goto-node, Info-menu): Doc fix.
9078         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9079         (info-tool-bar-map): New variable.
9080         (Info-mode): Use it.
9081         (Info-edit-map): Define all in defvar.
9082         (speedbar-attached-frame): Avoid compiler warning.
9084         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9085         (global-map): Bind [tool-bar] to a filtered map.
9086         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
9087         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9088         Allow PBM icons.
9089         (tool-bar-setup): Adjust calls of tool-bar-add-item.
9091         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9092         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9093         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
9094         icons, except up_arrow, which is left-arrow rotated.
9096         * imenu.el (imenu-add-to-menubar): Fix last change.
9098 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
9100         * generic-x.el (rul-generic-mode): Remove eval-when-compile
9101         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
9103 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9105         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9106         typos in doc strings.
9108         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9109         the doc strings how to customize Font Lock faces.
9111         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9112         computing growth when dragging the header line.
9114 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9116         * simple.el (kill-line): Doc fix.
9118 2000-10-08  Miles Bader  <miles@gnu.org>
9120         * faces.el (secondary-selection): Make foreground visible on tty.
9122         * jka-compr.el (auto-compression-mode): Move to the end of the
9123         file, because `define-minor-mode' actually calls the mode-function
9124         if the associated variable is non-nil, which requires that all
9125         needed functions be already defined.
9126         (with-auto-compression-mode): Add autoload cookie.
9128 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
9130         * files.el (find-backup-file-name) [ms-dos]: If support for long
9131         file names is not available, behave as if version-control were set
9132         to never.
9134 2000-10-07  Dave Love  <fx@gnu.org>
9136         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9137         (browse-url-gnome-moz): New function.
9138         (browse-url-browser-function): Use it.
9139         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9141 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
9143         * indent.el (tab-always-indent): New var.
9144         (indent-for-tab-command): Use it.
9146         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9147         raise an error.  This way it can still default to a sane value.
9149 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9151         * startup.el (fancy-splash-screens): Use local rather than global map.
9152         Don't use `update-menu-bindings' any more.
9153         Get rid of assumptions about keymap representation.
9155 2000-10-06  Dave Love  <fx@gnu.org>
9157         * textmodes/fill.el (sentence-end-double-space)
9158         (sentence-end-without-period):  Doc fix.
9159         (adaptive-fill-regexp): Purecopy.
9160         (unjustify-current-line): Use line-end-position.
9161         (fill-individual-paragraphs-prefix): Use line-beginning-position.
9163         * net/eudc-vars.el (eudc): Add :version, :link.
9165         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9167         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9168         Fix for define-minor-mode.
9169         (function-at-point): Alias to function-called-at-point.
9171         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9173         * simple.el (backward-word): Doc fix.
9175         * image-file.el (image-file-name-regexp): image-file-regexps ->
9176         image-file-name-regexps.
9177         (image-file-name-extensions): Add pbm.
9179 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9181         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9182         and add filename to the names so that diff-mode can jump to source.
9184         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9185         (tex-font-lock-keywords, tex-font-lock-keywords-2)
9186         (tex-font-lock-keywords-1): Remove.
9187         (font-lock-turn-on-thing-lock): Use jit-lock-register.
9188         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9189         (font-lock-default-fontify-region):
9190         Expand beg..end correctly when just following a multiline region.
9191         (font-lock-fontify-anchored-keywords):
9192         Include the anchor text as part of the multiline.
9194 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
9196         * loadup.el (toplevel): Load `loaddefs' before `help' because the
9197         latter needs the autoloaded define-minor-mode macro during the
9198         bootstrap.
9200         * startup.el (command-line): For now, activate tool-bar-mode only
9201         if XPM images are supported.
9203         * mouse.el (mouse-drag-header-line): Don't allow resizing a
9204         window by dragging a header-line at the top of the frame; that's
9205         confusing because the header-line doesn't move.
9206         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9207         of treating the event as a list.  Some cleanup.
9209 2000-10-06  Miles Bader  <miles@gnu.org>
9211         * simple.el (display-message-or-buffer): New function.
9212         (shell-command-on-region): Use `display-message-or-buffer'.
9214         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9215         docstring parts.
9217         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9218         (smbclient-prompt-regexp): Add usage note to doc string.
9219         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9220         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9221         Use add-hook for adding the comint filter function, and only do so
9222         if it's not already in the global hook list.
9223         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9224         to `make-local-variable'.
9225         (nslookup-font-lock-keywords): Remove prompt entry.
9226         (nslookup): Don't set the process-filter.
9227         (finger): Exit the loop correctly when the regexps list runs out.
9228         (ftp, smbclient, smbclient-list-shares):
9229         Set the real major mode immediately, not after execing.
9230         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9232         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9234 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
9236         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9238         * which-func.el (which-func-format): Remove spurious space.
9239         (which-func-mode): Don't make it permanent-local.
9240         (which-func-ff-hook): Allow which-func-maxout to be nil.
9241         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
9242         (which-func-mode): Simplify.
9243         Use post-command-idle-hook rather than post-command-hook.
9244         Go through all buffers and update their state.
9245         (which-function): Also try add-log-current-defun-function.
9247         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9248         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9249         Update call to with-vc-properties accordingly.
9250         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9251         (vc-revert-buffer): More careful about window selection and deletion.
9252         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9254         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9255         (cvs-retrieve-revision): Reuse a pre-existing buffer.
9256         (cvs-dired-action): Change the default to quickdir.
9258         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9259         if comment-indent-function returns nil.
9260         (comment-indent-default): New function.
9261         (comment-indent-function): Use it and document the new semantics.
9263         * image-file.el: Docstring fixes.
9265         * help.el (help-xref-on-pp): Use match-string.
9266         (describe-variable): New arg BUFFER.
9267         Store the current buffer in the help-xref-stack.
9268         (temp-buffer-resize-mode): Use define-minor-mode.
9270         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9271         consistently with its docstring.
9272         Set jit-lock-first-unfontify-pos in an idempotent way.
9273         (jit-lock-register): Autoload and add arg CONTEXTUAL.
9275 2000-10-05  Alex Schroeder  <alex@gnu.org>
9277         * sql.el (sql-mysql-options): New variable.
9278         (sql-mysql): Use it.
9280 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
9282         * image.el (image): New group.
9284         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9285         (smerge-base-face, smerge-markers-face): Add dark-background variants.
9287 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9289         * net/net-utils.el (nslookup-font-lock-keywords)
9290         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9291         Ignore the value of wqindow-system; always define keywords
9293 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
9295         * startup.el (fancy-splash-screens): Remove the code for
9296         debugging; `(trace-to-stderr "EXITTT\n")'.
9298 2000-10-05  Miles Bader  <miles@gnu.org>
9300         * diff-mode.el (diff-goto-source): Update call to
9301         `diff-hunk-status-msg' to reflect new REV variable.
9303 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
9305         * progmodes/icon.el (icon-mode):
9306         Don't gratuitously override the default for comment-column.
9308         * vc-hooks.el (vc-mode-line): Fix interactive spec.
9310         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9311         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9312         (jit-lock-functions): New var.
9313         (jit-lock-function-1): Use it if non-nil.
9314         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
9315         Set the `fontified' property before doing the fontification to avoid
9316         repeatedly going through the same error.
9317         Don't turn errors into messages.
9318         (jit-lock-register, jit-lock-unregister): New functions.
9320         * dired.el (dired-mark-pop-up): Turn comment into docstring.
9321         Use with-current-buffer.
9323         * dired-aux.el (dired-do-create-files, dired-kill-tree):
9324         Turn comment into docstring.
9326         * apropos.el (apropos-mode): Use define-derived-mode.
9328 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
9330         * startup.el (fancy-splash-pending-command): New variable.
9331         (fancy-splash-pre-command): New function.
9332         (fancy-splash-screens): Rewritten.
9333         (command-line-1): If fancy-splash-pending-command is set, call it
9334         interactively.
9336 2000-10-04  Dave Love  <fx@gnu.org>
9338         * toolbar/tool-bar.el (tool-bar-setup): New function.
9339         (tool-bar-mode): Use it.
9341         * subr.el (substitute-key-definition): Doc fix.
9342         (play-sound-file): New command.
9344 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
9346         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9347         vc-version-backup-file-name): New functions.
9349         * files.el (basic-save-buffer): Call vc-before-save before saving.
9351         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9352         vc-cvs-stay-local-p.
9354         * vc.el (vc-revert-buffer): Handle empty diff properly.
9355         (vc-version-backup-file): New function.
9356         (vc-checkout): Create a version backup if necessary.
9357         (vc-checkin): If a version backup file exists, delete it.
9358         (vc-version-diff): Diff locally using version backups, if available.
9359         (vc-revert-file): If there's a version backup, revert locally.
9360         (vc-transfer-file): Use version backup for base version, if
9361         available.  If not, ask for confirmation whether to get it from the
9362         server.  Update mode line before check-in.
9364 2000-10-04  Dave Love  <fx@gnu.org>
9366         * toolbar/tool-bar.el (tool-bar-setup): New function.
9367         (tool-bar-mode): Use it.
9369 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9371         * net/net-utils.el (nslookup-font-lock-keywords)
9372         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9373         Only set if window-system is non-nil
9374         (net-utils-run-program): Returns buffer.
9375         (network-connection-reconnect): Added this function.
9377         * generic.el:
9378         Incorporates extensive cleanup and docfixes by
9379         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9380         Uses cl compile-time macros.
9381         (generic-mode-name, generic-comment-list)
9382         (generic-keywords-list, generic-font-lock-expressions)
9383         (generic-mode-function-list, generic-mode-syntax-table):
9384         Removed variables.
9385         (generic-mode-alist): Renamed to generic-mode-list.
9386         (generic-find-file-regexp): Default changed to "^#".
9387         (generic-read-type): Uses completing read on generic-mode-list.
9388         (generic-mode-sanity-check): removed this function.
9389         (generic-add-to-auto-mode): Removed this function
9390         (generic-mode-internal): Bind mode-specific definitions
9391         into function instead of putting them in alist.
9392         (generic-mode-set-comments): Reworked extensively.
9393         (generic-mode-find-file-hook): Simplified regexp searching
9394         (generic-make-keywords-list): Omit extra pair of parens
9396         * find-lisp.el (find-lisp-find-files-internal):
9397         Make sure directory name ends with "/".
9399         * generic-x.el (apache-conf-generic-mode):
9400         Regexp now allows leading whitespace.
9401         (rc-generic-mode): Added eval-when-compile
9402         around generic-make-keywords-list.
9403         Deleted duplicate regexp
9404         (rul-generic-mode): Added eval-when-compile
9405         around generic-make-keywords-list.
9406         (etc-fstab-generic-mode): New generic mode.
9407         (rul-generic-mode): Removed one eval-when-compile
9408         which caused a max-specpdl-size exceeded error.
9410 2000-10-04  Miles Bader  <miles@gnu.org>
9412         * simple.el (minibuffer-temporary-goal-position): New variable.
9413         (next-history-element): Try to keep the position of point in the
9414         input string constant.
9416         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9417         (dired-do-create-files): If there's only one file, pass it in as
9418         the DEFAULT arg to dired-mark-read-file-name.
9420 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
9422         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9423         (diff-goto-source): Be smarter when choosing REVERSE or not.
9425         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9426         (texinfo-mode-menu): Add an explicit shortcut for update all.
9428 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
9430         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9431         factorize backend-specific code cleanly (this was essentially
9432         conceived by Stefan Monnier).
9433         (vc-unregister): Function removed.
9434         (vc-revert-file): New function.
9435         (vc-revert-buffer): Delegate some of the work to it.
9437         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9438         default branch unconditionally.
9439         (vc-rcs-set-default-branch): New function.
9440         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9441         (vc-rcs-checkin): If an appropriate default branch has been set,
9442         force creation of that branch.
9443         (vc-rcs-receive-file): Rewritten to contain only backend-specific
9444         code (as suggested by Stefan Monnier).
9446 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9448         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9449         highlighting overlay with a different face over the overlay
9450         isearch uses to highlight the current match because that can lead
9451         to bad face combinations.
9453         * loadup.el (toplevel): Load faces before isearch.
9455         * isearch.el (isearch-faces): New custom group.
9456         (isearch): New defface; was already tested for in the code.
9457         (isearch-lazy-highlight-face): Changed to defface from defcustom.
9458         (isearch-highlight): Always use face `isearch'.
9460 2000-10-02  Dave Love  <fx@gnu.org>
9462         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9463         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
9464         comparison of opcode with operand.
9466 2000-10-03  Miles Bader  <miles@gnu.org>
9468         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9469         buffer, since the echo area will now grow to accommodate them.
9471 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
9473         * vc-hooks.el (vc-registered): If FILE used to be registered under
9474         a certain backend, try that one first.
9476         * vc.el (vc-responsible-backend): Undo the previous change in the
9477         argument list.  Handle multiple backends correctly.
9478         (vc-find-new-backend): Function removed.
9479         (vc-register): Use vc-responsible-backend, as before.
9480         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9482 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9484         * startup.el (fancy-splash-head): Change message below the
9485         logo.
9487 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
9489         * diff-mode.el (diff-goto-source): Emit a status message.
9490         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9491         (diff-test-hunk): Fix doc string.
9492         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9493         (diff-advance-after-apply-hunk): New variable.
9494         (diff-apply-hunk): Don't return a value.
9496 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
9498         * vc.el (vc-editable-p): Minor optimization.
9499         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9500         (vc-find-new-backend): New function split from vc-responsible-backend.
9501         (vc-register): Use it.
9502         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9503         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9504         (vc-default-unregister, vc-revert-buffer): Docstring fix.
9505         (vc-clear-headers): Don't use find-file.
9506         (vc-revert-buffer): Use `and' again (must have been a braino).
9507         (vc-switch-backend): Only prompt if requested.
9508         Short circuit if nothing is to be done.
9509         Don't use vc-resynch-buffer which could lose unsaved editing.
9510         (vc-default-receive-file): Update call to vc-unregister.
9511         (with-vc-file, vc-next-action-on-file):
9512         Use vc-backend rather than vc-registered.
9513         (vc-next-action-on-file): Use intern-soft.
9514         Deal with read-only *vc-diff* buffer.
9515         (vc-transfer-file): Docstring fix.
9517         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9518         (vc-rcs-receive-file): Avoid with-vc-properties.
9519         Update call to vc-unregister.
9520         Use constant `RCS' rather than (dynamically bound) var `backend'.
9522 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
9524         * vc.el (vc-next-action-on-file): Update mode line only if file
9525         is visited.
9526         (vc-start-entry): New argument initial-contents.  Don't visit the file
9527         if it isn't already visited.  Brought documentation up-to-date.
9528         (vc-next-action, vc-register): Updated calls to vc-start-entry.
9529         (vc-checkin): New optional arg initial-contents, which is passed to
9530         vc-start-entry.
9531         (vc-finish-logentry): Make sure to bury log buffer only if there
9532         really is one.  Call `vc-resynch-buffer' on log-file, not
9533         buffer-file-name.
9534         (vc-default-comment-history, vc-default-wash-log): New functions.
9535         (vc-index-of): Removed.
9536         (vc-transfer-file): Make do without the above.
9537         (vc-default-receive-file): Call comment-history unconditionally.  Pass
9538         the resulting string to vc-checkin, instead of inserting it into the
9539         comment ring.
9541         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9542         unconditionally.  Use the comments as initial contents of the log
9543         entry buffer.  Document the trick to force branch creation with no
9544         changes.
9546 2000-10-01  Miles Bader  <miles@gnu.org>
9548         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9549         `recenter' with an arg to prevent redrawing the display.
9551 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
9553         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9555         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9557         * progmodes/c-mode.el (c-mode):
9558         Don't gratuitously override the default for comment-column.
9560         * textmodes/tex-mode.el (latex-metasection-list): New var.
9561         (latex-imenu-create-index): Use it.
9562         Move the regexp construction outside loops (and use push).
9563         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9564         (tex-font-lock-keywords): Moved from font-lock.el.
9565         (tex-comment-indent): Remove.
9566         (tex-common-initialization): Don't set comment-indent-function.
9567         (latex-block-default): New var.
9568         (tex-latex-block): Use it to provide a default choice.
9569         Add any unknown choice to latex-block-names.
9570         Insert [...] after {...}.
9571         (tex-last-unended-begin): Simplify regexp.
9572         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9573         (latex-forward-sexp-1, latex-forward-sexp): New functions.
9574         (latex-mode): Set forward-sexp-function.
9576         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9577         Add regexp for @ignore ... @end ignore.
9578         (texinfo-heading-face): New face.
9579         (texinfo-font-lock-keywords): Use it.
9580         (texinfo-mode-menu): New menu.
9581         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9582         New functions.
9583         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9584         (texinfo-section-types-regexp, texinfo-section-level-regexp)
9585         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9586         Remove declaration.
9587         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9589         * delsel.el (delete-selection-mode): Use define-minor-mode.
9591         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9593 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9595         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9597 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
9599         * replace.el (keep-lines-read-args): New function.
9600         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9601         read arguments interactively.  Add parameters RSTART and REND.
9602         Operate on the active region in Transient Mark mode.
9604         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9606         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9607         (authors-obsolete-files-regexps): New variable.
9608         (authors-add): Don't record changes in obsolete files.
9610 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9612         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9614         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9615         (comment-indent): Make sure there's a space between code and comment.
9616         Shift comments left to avoid going past fill-column.
9618 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9620         * startup.el (startup-echo-area-message): New function.
9621         (display-startup-echo-area-message): Use it.
9622         (fancy-splash-screens): Rewritten to use keymaps and a timer.
9623         (fancy-splash-default-action): New function.
9624         (fancy-splash-screens-1): New function.
9625         (fancy-splash-head): Put a help-echo and a keymap under the image.
9627 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9629         * diff-mode.el (diff-add-log-file-name): Remove.
9630         (diff-mode): Use add-log-buffer-file-name-function.
9632         * add-log.el (find-change-log): New arg BUFFER-FILE.
9633         (add-log-file-name): Obey add-log-file-name-function.
9634         (add-log-buffer-file-name-function): New var.
9635         (add-change-log-entry): Use it.
9637 2000-09-29  Miles Bader  <miles@gnu.org>
9639         * image-file.el (image-file-name-extensions): New variable.
9640         (image-file-name-regexps): Renamed from `image-file-regexps'.
9641         New default value is nil.  Call `auto-image-file-mode'.
9642         (image-file-name-regexp): New function.
9643         (auto-image-file-mode): New minor mode.
9644         (insert-image-file): Don't make conditional on the image-file
9645         handler being enabled.
9646         (image-file-handler): Make the call here conditional instead.
9647         (set-image-file-handler-enabled, enable-image-file-handler)
9648         (disable-image-file-handler): Functions removed.
9650         * emacs-lisp/authors.el (authors-print): Rephrase many-files
9651         string.
9653 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9655         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9656         it's a function from CL.
9657         (latex-imenu-create-index): Replace eval-when-compile with progn
9658         because latex-section-alist is not bound while compiling.
9660 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9662         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9663         (outline-mode): Use define-derived-mode.
9665         * progmodes/perl-mode.el (perl-mode):
9666         * progmodes/awk-mode.el (awk-mode):
9667         * progmodes/asm-mode.el (asm-mode):
9668         Don't gratuitously override the default for comment-column.
9670         * emacs-lisp/lisp.el (lisp-complete-symbol):
9671         Distinguish the let-binding case from the funcall case.
9672         (forward-sexp-function): New variable.
9673         (forward-sexp): Use it.
9675         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9676         (easy-mmode-defmap): Remove the now useless autoload.
9678         * time.el (display-time-mode): Use define-minor-mode.
9680         * subr.el (add-minor-mode): Don't eval NAME.
9681         Don't depend on the presence of TOGGLE-FUN for any special behavior.
9682         Use if rather than cond.
9684         * simple.el (read-expression-map): Define more properly.
9685         (comment-indent-hook): Remove.
9686         (string-to-syntax): Bug fix.
9688         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9689         (cvs-ediff-diff): Fix typo.
9690         (cvs-revert-if-needed): Don't bother preserving read-only.
9692         * paren.el (show-paren-mode): Use define-minor-mode.
9694         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9695         (toggle-auto-compression): Remove.
9696         (jka-compr-build-file-regexp): Remove useless grouping.
9698         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9699         Avoid user-reserved bindings.
9700         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9701         (diff-header-face): Revert to grey85.
9703         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9705         * complete.el (partial-completion-mode) <defcustom>: Remove.
9706         (partial-completion-mode): Use define-minor-mode.
9707         (PC-do-completion): Understand `completion-auto-help = delay'
9708         to mean to popup the completion buffer only the second time.
9709         (PC-include-file-all-completions, PC-include-file-all-completions)
9710         (PC-include-file-all-completions): Don't quote lambda.
9712         * comint.el (comint-mode-hook): Docstring fix.
9713         (comint-mode): Use define-derived-mode.
9714         (comint-mode-map): Remove obsolete comment.
9715         (make-comint): Minor stylistic change.
9716         (comint-insert-clicked-input): Be more careful to find the overlay.
9717         Use this-command-keys rather than hardcoding mouse-2.
9719         * font-lock.el: Replace confusing (,@ with ,
9720         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9721         Don't use regexp-opt-depth.  Spice up the regexp for args.
9722         Don't distinguish between cmds that can take an opt arg or not.
9723         Use `append' and `prepend' rather than `keep'.
9725         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9726         (latex-outline-regexp): New var.
9727         (latex-outline-level): New fun.
9728         (latex-section-alist): New var.
9729         (latex-imenu-create-index): Use it.  Use `push' as well.
9730         (tex-shell-map): Initialize it properly.
9731         (tex-mode): Minor stylistic change.
9732         (plain-tex-mode): Use define-derived-mode.
9733         (latex-mode): Use define-derived-mode.
9734         Construct the paragraph regexps in a more readable way.
9735         Set the buffer-local outline-{level,regexp} vars.
9736         (slitex-mode): Derive from latex-mode.
9737         (tex-common-initialization): Don't kill-all-vars anymore.
9738         Add setting for comment-add and font-lock-defaults.
9739         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9740         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
9741         (tex-start-tex): New arg DIR (and send a chdir command for it).
9742         Also display the shell buffer and save it in tex-last-buffer-texed.
9743         (tex-region): Use expand-file-name rather than concat.
9744         Remove code made useless by changes in tex-start-tex.
9745         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9747         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9749 2000-09-28  Dave Love  <fx@gnu.org>
9751         * eshell/eshell.el (eshell) <defgroup>: Add :version.
9753 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
9755         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9756         `append'.
9758 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9760         * info.el (Info-extract-pointer): Undo last change.
9761         Instead, fix the position of the `bound' arg to re-search-backward.
9763 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
9765         * info.el (Info-extract-pointer):
9766         Widen more carefully, to avoid finding pointers in other nodes.
9767         (Info-index): Use push.
9769 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9771         * frame.el (set-frame-font): Remove call to obsolete function
9772         frame-update-faces.
9773         (set-foreground-color, set-background-color): Likewise for
9774         frame-update-face-colors.
9776 2000-09-27  Miles Bader  <miles@gnu.org>
9778         * image-file.el: New file.
9780 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9782         * frame.el (frame-notice-user-settings): Don't call
9783         frame-update-faces, which is a no-op now.
9785         * ediff-wind.el (ediff-control-frame-parameters): Add zero
9786         tool-bar-lines.
9788 2000-09-27  Dave Love  <fx@gnu.org>
9790         * mouse.el: Fix last change.
9792 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
9794         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9796 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
9798         * international/quail.el (quail-help): The output message is
9799         improved.
9801 2000-09-26  Dave Love  <fx@gnu.org>
9803         * mouse.el (popup-menu): If POSITION is nil, set it using
9804         mouse-position.
9806 2000-09-25  Sam Steingold  <sds@gnu.org>
9808         * net/browse-url.el (browse-url-file-url): Check for null maps.
9810 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
9812         * frame.el (frame-notice-user-settings): Don't add a
9813         tool-bar-lines frame parameter to default-frame-alist in batch mode.
9815         * frame.el (frame-notice-user-settings):
9816         Make tool-bar-mode and default-frame-alist consistent.
9818         * toolbar/tool-bar.el (tool-bar-help): New function.
9820 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9822         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9823         current-load-list in top-level forms.  Else this leaks a cons cell
9824         every time a defun is called.
9826         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9828 2000-09-25  Dave Love  <fx@gnu.org>
9830         * startup.el (fancy-splash-head): Check XPM is available.
9832         * autoinsert.el (auto-insert): Doc fix.
9833         (auto-insert-alist): Following GNU notices, don't say `copyright
9834         _by_'.  Use line-beginning-position.
9835         (auto-insert): Check buffer-file-name is non-nil before use.
9837 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9839         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9840         starting with `@def' or `@multitable', in addition to ones
9841         specified by the user in auto-fill-inhibit-regexp.
9843 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
9845         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9846         rmail-dont-reply-to-names matches the empty string.
9848 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9850         * startup.el (command-line-1, fancy-splash-text): Change the
9851         text to sound more friendly.
9853 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
9855         * progmodes/hideshow.el: Update author email address.
9856         Generally, sync w/ maintainer version 5.22.
9857         (hs-hide-all-non-comment-function): New var.
9858         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9859         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9860         (hs-show-region): Delete this command.
9861         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9863 2000-09-22  Dave Love  <fx@gnu.org>
9865         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9866         (hl-line-highlight): Specify buffer when moving overlay.
9868         * progmodes/fortran.el (fortran-mode): Locally set
9869         normal-auto-fill-function.
9870         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9871         (fortran-mode-map): Adjust auto-fill menu entry.
9873 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
9875         * vc-rcs.el (toplevel): Require `vc' when compiling.
9877         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9879 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
9881         * vc.el (vc-switch-backend): Signal an error if the file is not
9882         registered under the new backend.
9884         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9885         without explicit revision number.
9887 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
9889         * diff-mode.el (diff-file-header-face): Reset to its previous value.
9890         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9891         (diff-xor): New function.
9892         (diff-find-source-location): Use it.  Fix a stupid name clash.
9893         (diff-hunk-status-msg): New function.
9894         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9895         (diff-test-hunk): Use diff-find-source-location.
9896         (diff-goto-source): Favor the `reverse'.
9897         (diff-hunk-text): Properly handle one-sided context diffs.
9898         (diff-apply-hunk): When done, advance to the next hunk.
9900 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9902         * startup.el (command-line): If frame was created with a non-zero
9903         tool-bar-lines parameter, switch tool-bar-mode on.
9905         * add-log.el (change-log-date-face, change-log-name-face)
9906         (change-log-email-face, change-log-file-face)
9907         (change-log-list-face, change-log-conditionals-face)
9908         (change-log-function-face, change-log-acknowledgement-face):
9909         New faces, inheriting from font-lock faces.
9910         (change-log-font-lock-keywords): Use them.
9912 2000-09-21  Dave Love  <fx@gnu.org>
9914         * progmodes/cperl-mode.el (top-level): Clean up
9915         `eval-when-compile's and assorted defvars.
9916         (cperl-invalid-face): Don't double-quote value.  Change custom
9917         type.
9918         (cperl-mode): Set normal-auto-fill-function and don't zap
9919         auto-fill-function.
9920         (cperl-imenu--function-name-regexp-perl): Renamed from
9921         imenu-example--function-name-regexp-perl.
9922         (cperl-imenu--create-perl-index): Renamed from
9923         imenu-example--create-perl-index.
9924         (cperl-xsub-scan): Don't require cl.
9926         * msb.el (msb-mode-map): Use substitute-key-definition.
9927         (msb-mode): Use msb-mode-map.
9929 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
9931         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9932         New functions.
9933         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9934         (vc-switch-backend): New function.
9935         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9936         (vc-register): Fix prompt.
9937         (vc-unregister, vc-default-unregister): New functions.
9938         (vc-version-diff): Handle empty buffer in sentinel.
9940         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9941         (vc-rcs-state-heuristic): Use it to guess the state of files with
9942         non-strict locking.
9943         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9944         been set with -b, but not created yet.
9945         (vc-rcs-fetch-master-state): With non-strict locking, compare file
9946         contents in order to find the state.
9947         (vc-rcs-checkin): Allow creation of branches with no changes.
9948         (vc-rcs-unregister, vc-rcs-receive-file)
9949         (vc-rcs-set-non-strict-locking): New functions.
9951         * vc-hooks.el (vc-name): Force correct computation of the value
9952         in case it is missing.
9954 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9956         * startup.el (fancy-splash-tail): Use a different foreground
9957         color on a dark frame background.
9959 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
9961         * info.el: Use the correct capitalization when making Info-mode
9962         and Info-edit-mode `special' modes.
9964 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
9966         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9967         (diff-mode): Add support for add-log.el.
9968         (diff-hunk-text): Use char offsets rather than line offsets.
9969         (diff-find-source-location): Replace LINE with line-offset (nil
9970         if not found) and always set POS to a meaningful position.
9971         Adapt to the new char-offsets.
9972         (diff-apply-hunk): Drop support for the unused `select' POPUP.
9973         Adapt to the new diff-find-source-location.
9974         (diff-goto-source): Adapt to the new diff-find-source-location.
9976         * add-log.el (add-log-file-name): New function (split out of
9977         add-change-log-entry).
9978         (add-change-log-entry): Use it.
9979         Call add-log-file-name-function with the changelog file name if
9980         the current buffer is not associated with any file.
9981         Avoid find-file if the selected window is dedicated.
9983         * diff-mode.el (diff-find-source-location):
9984         Move code from diff-apply-hunk.  Return buffer rather than file.
9985         (diff-apply-hunk): Use the new result from  diff-find-source-location.
9986         (diff-goto-source): Use the new diff-find-source-location.
9988 2000-09-20  Dave Love  <fx@gnu.org>
9990         * iswitchb.el: Some doc fixes.
9991         (iswitchb-mode-map): Define completely initially.  Inherit
9992         minibuffer-local-map.
9993         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9994         fundamental-mode.
9995         (iswitchb-global-map): New variable.
9996         (iswitchb-summaries-to-end): Amalgamate regexps.
9997         (iswitchb-mode): New.
9998         (iswitchb-mode-hook): New variable.
9999         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
10000         `extensions'.
10002 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10004         * ehelp.el (electric-help): New defgroup.
10005         (electric-help-shrink-window): New user-option.
10006         (with-electric-help): Use it.
10008         * window.el (shrink-window-if-larger-than-buffer): If face
10009         `mode-line' has a :box, and we're on a graphical frame, add 1
10010         to the needed window height.
10012         * frame.el (frame-notice-user-settings): Add a last parameter nil
10013         to a call to `append', because the last list passed to `append' is
10014         not copied, and so subsequent calls to assq-delete-all will modify
10015         default-frame-alist.
10017         * startup.el (fancy-splash-image): Change :type.
10018         (fancy-splash-head): Use an XBM image if appropriate.
10019         (command-line-1): Show splash screens in more cases.
10021         * startup.el (fancy-splash-text): Don't quote faces.
10023         * dired.el (dired-font-lock-keywords): Undo last change.
10024         (dired-readin): Bind indent-tabs-mode to nil.
10026         * startup.el (fancy-splash-head): If frame's background mode
10027         is `dark', change the black background of the image to gray.
10028         (fancy-splash-screens): Display startup echo area message.
10029         (display-startup-echo-area-message): New function.
10031 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
10033         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10035         * info.el (info-header-node): Tweak for color ttys.
10037         * faces.el (face-valid-attribute-values): Make sure directories we
10038         search for stipples both exist and are readable before trying to
10039         search them.
10041         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10042         in the dry-run case.
10044         * jka-compr.el (with-auto-compression-mode): New macro.
10046         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10047         (custom-group-tag-face, custom-variable-tag-face): Use relative
10048         :height and inherit from `variable-pitch' face instead of
10049         hardwiring :family.
10050         * hi-lock.el (hi-black-hb): Likewise.
10052         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10053         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10054         toolbar-add-item, if image doesn't have a mask add a `:mask
10055         heuristic'.
10057 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
10059         * diff-mode.el: Docstring fixes.
10060         (diff-header-face, diff-comment-face): New faces.
10061         (diff-font-lock-keywords): Highlight a bit differently.
10062         (diff-find-source-location): Don't return SPAN any more.
10063         (diff-hunk-text): Don't bother erasing the temp buffer.
10064         (diff-find-text): Drop argument LINE.
10065         (diff-apply-hunk): Update calls to diff-find-text.
10066         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10068         * calendar/calendar.el: Docstring fixes.
10069         (calendar-make-alist): Don't quote lambda.
10070         (calendar-star-date): Use make-local-variable.
10072 2000-09-19  Dave Love  <fx@gnu.org>
10074         * toolbar/tool-bar.el: Renamed from toolbar.el.
10075         Change `toolbar' to `tool-bar' generally in symbols.
10076         Make some items invisible in `special' major modes.
10077         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10078         Add arg PROPS.
10080         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10081         Add :version here.
10082         (fancy-splash-delay, fancy-splash-image): Remove :version here.
10084 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10086         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10088         * files.el (find-file-suppress-same-file-warnings): New user-option.
10089         (find-file-noselect): Use it.
10091         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10092         (fancy-splash-screen): Defgroup.
10094         * add-log.el (change-log-font-lock-keywords): Match names
10095         more exactly for the case that font-lock-constant-face is
10096         underlined.
10098 2000-09-19  Richard M. Stallman  <rms@gnu.org>
10100         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10102 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
10104         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10106 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10108         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10109         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10110         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10111         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10112         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10113         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10114         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10115         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10116         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10117         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10118         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10119         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10121         * startup.el (fancy-splash-text): New variable.
10122         (fancy-splash-delay, fancy-splash-image): New user-options.
10123         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10124         (fancy-splash-screens): New functions.
10125         (command-line-1): If display has a `display' frame parameter, has
10126         colors, and we have XPM support, show more fancy splash screens.
10128 2000-09-19  Dave Love  <fx@gnu.org>
10130         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
10131         with null `help'.  Use modern backquote syntax.
10133 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10135         * font-lock.el (font-lock-mode): Change message telling the user
10136         that ``the buffer is too big''.
10138         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10139         for instance for the case that tab-width is 2.
10141 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
10143         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10144         toolbar-add-item, if image doesn't have a mask add a `:mask
10145         heuristic'.
10147 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
10149         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10150         and return a cons if it's non-nil.
10151         (diff-apply-hunk): Try to jump to the line in the source text
10152         corresponding to the position of point in the in the hunk.
10154         * info.el (Info-title-3-face, Info-title-2-face)
10155         (Info-title-1-face): Use face inheritance and relative sizes
10156         instead of hard-wiring things.
10158         * faces.el (secondary-selection): Make dark-background variant sane.
10160 2000-09-16  Andrew Innes  <andrewi@gnu.org>
10162         * makefile.w32-in (compile-files-CMD): No need to make .elc files
10163         read-only, since they aren't under VC now.
10165 2000-09-17  Dave Love  <fx@gnu.org>
10167         * tmm.el: Replace mapcar with mapc in several places.
10169         * loadhist.el (unload-feature): Maybe call elp-restore-list and
10170         ad-unadvise.
10172         * international/latin1-disp.el: New file.
10174         * calendar/cal-move.el (scroll-calendar-left)
10175         (scroll-calendar-right): Make arg optional (for active mode line).
10177         * calendar/calendar.el (calendar-mode-line-format): Make fields
10178         mouse-sensitive.
10179         (calendar-read-date, calendar-read-date, calendar-window-list):
10180         Unquote lambda.
10181         (calendar-month-name): Use aref, not sref.
10183         * view.el (minor-mode-alist): Propertize the string.
10185         * international/characters.el (standard-case-table): Add entries
10186         for Greek.
10188 2000-09-18  Miles Bader  <miles@gnu.org>
10190         * info.el (info-node, info-xref): Add dark-background variants.
10192         * faces.el (header-line): Change defaults to be less confusing
10193         when mixed with mode-lines.
10195         * info.el (Info-fontify-node): Make a few cleanups.
10196         Add extra `help-echo' and `local-map' props to node xrefs.
10197         Use header-specific faces for node-names & xrefs.
10198         (Info-use-header-line): New variable.
10199         (info-header-xref, info-header-node): New faces.
10200         (Info-setup-header-line): New function.
10201         (Info-select-node): Call Info-setup-header-line when enabled.
10202         (Info-extract-pointer): Work even if the header line is hidden.
10203         (Info-header-line): New variable.
10205 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
10207         * vms-patch.el (print-region-function): Don't quote lambda.
10209         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10211         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10212         (lm-get-header-re): Allow spaces between the header and the colon.
10213         (lm-header): Allow $ in non-RCS headers.
10214         (lm-header-multiline): Put the strings back into order.
10215         Stop at an empty line.  Don't require two space chars if the
10216         line is clearly not another header line.
10218         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10219         (popup-menu-popup): Remove.
10221 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10223         * toolbar/toolbar.el (toolbar-add-item): Use the same image
10224         specification if or if not tool-bar item contains an `:enabled'
10225         property.
10227         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10228         current buffer has no file name.
10230 2000-09-15  Dave Love  <fx@gnu.org>
10232         * strokes.el: Sync with maintainer's current version with changes
10233         for Emacs, but avoid runtime cl and levents.
10234         (toplevel):  Change autoloads and compilation requires.
10235         (strokes-version, strokes-bug-address, strokes-lift): Values
10236         changed.
10237         (strokes-xpm-header, strokes-insinuated): New variable.
10238         (strokes): Add :link.
10239         (strokes-mode): Customized.
10240         (strokes-while-inhibiting-garbage-collector): New macro.
10241         (strokes-remassoc): Avoid remove-if.
10242         (strokes-fix-button2-command): Don't use ad-do-it.
10243         (strokes-insinuate): New function.
10244         (strokes-button-press-event-p, strokes-button-release-event-p):
10245         New functions, used instead of non-`strokes-' versions..
10246         (strokes-mouse-event-p): Rewritten.
10247         (strokes-event-closest-point): Avoid event-point.
10248         (strokes-get-grid-position): Avoid cdadr, caadr
10249         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10250         functions.
10251         (strokes-help): Use with-output-to-temp-buffer.
10252         (strokes-window-configuration-changed-p): New function.
10253         (strokes-update-window-configuration): Use buffer-live-p,
10254         strokes-window-configuration-changed-p.
10255         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
10256         (strokes-char-face): New face.
10257         (strokes-char-table, strokes-base64-chars): New variable.
10258         (strokes-xpm-for-stroke, strokes-list-strokes)
10259         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10260         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10261         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10262         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10263         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10264         functions.
10266 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10268         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10270         * image.el (create-image): Doc fix.
10272         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10273         instead of `:heuristic-mask t'.
10275 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10277         * makefile.w32-in: Revert to Unix line endings.
10279 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10281         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
10282         when installing.
10284         * makefile.nt (DONTCOMPILE): Fix typo.
10286         * shell.el (shell-write-history-on-exit): New function.
10287         (shell-dumb-shell-regexp): New custom variable.
10288         (shell-mode): Make shell-write-history-on-exit the process
10289         sentinel if shell name matches shell-dumb-shell-regexp.
10291         * w32-fns.el: Comment out before-init-hook function which resets
10292         source-directory based; this breaks bootstrap.
10294 2000-09-14  Dave Love  <fx@gnu.org>
10296         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10297         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10298         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10299         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10300         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10301         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10302         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
10303         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
10304         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10306         * toolbar/toolbar.el: New.
10308         * subdirs.el: Add toolbar.
10310 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
10312         * indent.el (indent-for-tab-command): Doc fix.
10314 2000-09-14  Alex Schroeder  <alex@gnu.org>
10316         * ansi-color.el (ansi-colors): Doc change.
10317         (ansi-color-get-face): Simplified regexp.
10318         (ansi-color-faces-vector): Added more faces, doc change.
10319         (ansi-color-names-vector): Doc change.
10320         (ansi-color-regexp): Simplified regexp.
10321         (ansi-color-parameter-regexp): New regexp.
10322         (ansi-color-filter-apply): Doc change.
10323         (ansi-color-filter-region): Doc change.
10324         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10325         deal with zero length parameters.
10326         (ansi-color-apply-on-region): Doc change.
10327         (ansi-color-map): Doc change.
10328         (ansi-color-map-update): Removed debugging message.
10329         (ansi-color-get-face-1): Added condition-case to trap
10330         args-out-of-range errors.
10331         (ansi-color-get-face): Doc change.
10332         (ansi-color-make-face): Removed.
10333         (ansi-color-for-shell-mode): New option.
10335 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
10337         * international/quail.el (quail-start-translation): Translate KEY
10338         if necessary even if it doesn't have any mapping in the current
10339         input method.
10340         (quail-start-conversion): Likewise.
10341         (quail-help): The output message is improved.
10343 2000-09-13  Miles Bader  <miles@gnu.org>
10345         * comint.el (comint-output-filter): Revert to using
10346         `insert-before-markers'.  Add bletcherous hack to undo damage
10347         caused by `insert-before-markers'.  Put `front-sticky' property on
10348         overlays created here so that the field code understands how the
10349         overlay works.  Use a let when making comint-last-prompt-overlay,
10350         so that the code is easier to read.
10352 2000-09-13  Dave Love  <fx@gnu.org>
10354         * wid-edit.el (widget-default-format-handler): DTRT when
10355         doc-property is a function.
10357 2000-09-12  Francesco Potorti`  <pot@gnu.org>
10359         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10360         filed name if it's not there.
10362 2000-09-12  Dave Love  <fx@gnu.org>
10364         * simple.el (read-mail-command): Doc fix.
10365         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10367         * vc.el (vc-dired-listing-switches): Fix :version.
10369         * vc-hooks.el: Doc fixes.
10371         * subr.el (add-minor-mode): Use toggle-fun arg.
10373         * speedbar.el: Add :version to several defcustoms.
10375         * imenu.el (imenu--truncate-items, imenu--cleanup)
10376         (imenu--generic-function): Avoid mapcar.
10377         (imenu--replace-spaces): Function removed.
10378         (imenu--completion-buffer): Use subst-char-in-string.
10379         (imenu-add-to-menubar): Use keymap inheritance.
10381 2000-09-12  Miles Bader  <miles@gnu.org>
10383         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10384         (diff-mode-map): Bind `diff-test-hunk'.
10385         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10387 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10389         * bytecomp.el (byte-compile-defvar): Undo last change
10390         because it breaks '(make-variable-buffer-local (defvar ...)'
10391         which is used at least in dired.
10393 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10395         * international/quail.el (quail-define-package): Docstring
10396         modified.
10398 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10400         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10401         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10402         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
10403         docstring of "chinese-py".
10405         * international/quail.el (quail-translation-docstring): New
10406         variable.
10407         (quail-show-keyboard-layout): Docstring modified.
10408         (quail-select-current): Likewise.
10409         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10410         infinite recursive call.
10411         (quail-help): Check quail-translation-docstring.  Format of the
10412         output changed.
10413         (quail-help-insert-keymap-description): Adjusted for the above
10414         change.
10416 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10418         * bytecomp.el (byte-compile-defvar): Only cons onto
10419         current-load-list in top-level forms.  Else this leaks a cons cell
10420         every time a defun is called.
10422 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
10424         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10425         Now understands non-unified diffs.  Some functionality moved into
10426         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
10427         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
10428         modify anything.  Only reposition point in the patched file if the
10429         patch succeeds.  Only pop up another window if POPUP is true.
10430         Emit a message describing what happened if successful, and at what
10431         line-offset.  Automatically detect reversed hunks and do something
10432         appropriate.
10433         (diff-hunk-text, diff-find-text): New functions.
10434         (diff-filter-lines): Function removed.
10435         (diff-test-hunk): New function.
10436         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10438 2000-09-10  Dave Love  <fx@gnu.org>
10440         * textmodes/tildify.el: Minor doc/commentary fixes.
10441         (tildify) <defgroup>: Add :version.
10443         * faces.el (face-x-resources): Make custom type more specific.
10444         (frame-background-mode): Use mapc.
10445         (region) <defcustom>: Add :version.
10447 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
10449         * vc-sccs.el (vc-sccs-register):
10450         * vc-rcs.el (vc-rcs-register):
10451         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10452         * vc.el (vc-register): Clear file's properties.
10454 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
10456         * faces.el (face-spec-set): Only face-spec-reset-face when
10457         ATTRS is non-nil.
10459 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10461         * help.el (help-insert-xref-button): Fix a typo in doc string.
10463 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
10465         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10466         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10467         methods.
10469         * menu-bar.el (read-mail-item-name): New function.
10470         (menu-bar-tools-menu): Use it to compute and display the package
10471         used to read email.
10472         (menu-bar-tools-menu): Fix typo in GUD's help string.
10474 2000-09-07  Dave Love  <fx@gnu.org>
10476         * diff-mode.el (diff-mouse-goto-source): New function.
10478         * vc-sccs.el: Doc fixes.
10479         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10481         * vc-rcs.el: Doc fixes.
10482         (vc-rcs-register-switches, vc-rcs-checkin-switches)
10483         (vc-rcs-checkout-switches, vc-rcs-header)
10484         (vc-rcs-master-templates): Add or change :version.
10486         * vc-cvs.el: Doc fixes.
10487         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10488         (vc-cvs-stay-local): Add :version.
10490         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10492 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10494         * international/quail.el (quail-help): Fix previous change.
10496 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10498         * faces.el (color-values): Doc fix.
10500         * faces.el (frame-set-background-mode): Use frame-parameter
10501         instead of frame-parameters.
10503         * frame.el (filtered-frame-list): Reduce consing.
10504         (frames-on-display-list): Call frame-parameter instead of
10505         frame-parameters.
10507 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10509         * language/devan-util.el (devanagari-to-indian-region): In the
10510         loop, change the following char, not preceding char.
10512 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10514         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10515         instead of frame-parameters.
10517         * faces.el (set-face-attribute): Simplify by calling
10518         internal-set-lisp-face-attribute with FRAME being 0.
10520         * vc.el: Remove `Id' version control keyword.
10522 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10524         * help.el (help-make-xrefs): Adjusted for the change of
10525         help-xref-mule-regexp.
10526         (help-insert-xref-button): New function.
10528         * international/mule-cmds.el (help-xref-mule-regexp-template):
10529         Include the pattern for character set.
10530         (leim): New group.
10532         * international/quail.el: Don't require face.
10533         (quail): New group.
10534         (quail-other-command): Dummy command to make quail-help work better.
10535         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10536         (quail-keyboard-layout-substitution): New variable.
10537         (quail-update-keyboard-layout): New function.
10538         (quail-keyboard-layout-type): New customizable variable.
10539         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10540         (quail-keyboard-translate): Pay attention to
10541         quail-keyboard-layout-substitution.
10542         (quail-insert-kbd-layout): New function.
10543         (quail-show-keyboard-layout): New function.
10544         (quail-get-translation): If the definition is a vector of length
10545         1, and the element is a string of length 1, return the character
10546         in that string.
10547         (quail-update-current-translations): Fix the case of
10548         relative-index out of range.
10549         (quail-build-decode-map, quail-insert-decode-map): New Functions.
10550         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10551         Show key sequences for all available characters.
10552         (quail-help-insert-keymap-description): Don't show such verbose
10553         key bindings as quail-self-insert-command.
10555         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10556         Format changed, and each element now have extra documentations.
10557         (tit-process-header): Delete invalid characters from TIT-PROMPT.
10558         Adjusted for the change of quail-cxterm-package-ext-info.
10560 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
10562         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10563         requiring it leads to a recursive loading of vc.el and vc-hooks.el
10564         during bootstrap.
10566 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10568         * vc.el: (toplevel): Don't require `dired' at run-time.
10569         (vc-dired-resynch-file): Remove autoload cookie.
10571 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10573         * vc.el: Made several backend functions optional.
10574         (vc-default-responsible-p): New function.
10575         (vc-merge): Use RET for first version to trigger merge-news, not
10576         prefix arg.
10577         (vc-annotate): Handle backends that do not support annotation.
10578         (vc-default-merge-news): Removed.  The existence of a merge-news
10579         implementation is now checked on caller sites.
10581         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10582         case.
10584         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10585         special case that has been removed from the default in vc-hooks.el.
10587 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10589         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10591 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10593         * vc-hooks.el: Require vc during compilation.
10594         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10595         macro `with-vc-properties' in vc.el.
10596         (vc-file-getprop): Doc fix.
10597         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10599         * vc.el: Require dired-aux during compilation.
10600         (vc-name-assoc-file): Moved to vc-sccs.el.
10601         (with-vc-properties): New macro.
10602         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10603         vc-finish-steal): Use it.
10604         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
10605         to the backend-specific function is now supposed to do the checkout,
10606         too.
10607         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10609         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10610         set file properties; that gets done in the generic code now.
10612         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10613         Changed parameter list, added code from vc.el that does the
10614         checkout, possibly with a double-take.
10616         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10617         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10618         the above under the new name.
10619         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
10620         parameter list, added checkout command.
10621         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10622         properties; that gets done in the generic code now.
10624 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10626         * vc.el: Docstring fixes (courtesy of checkdoc).
10628 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10630         * vc.el (vc-checkout-writable-buffer-hook)
10631         (vc-checkout-writable-buffer): Remove.
10632         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10633         (vc-log-mode): Make it into a clean derived major mode.
10634         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10635         vc-log-mode if log-edit is not available.
10636         (vc-dired-mode-map): Don't set-keymap-parent yet.
10637         (vc-dired-mode): Do set-keymap-parent here.
10638         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10640 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
10642         * faces.el (set-face-attribute, face-spec-reset-face)
10643         (face-spec-set): Avoid consing by removing calls to `apply'.
10645         * frame.el (frame-parameter): Move to C code.
10647 2000-09-05  Dave Love  <fx@gnu.org>
10649         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10650         insert-before-markers-and-inherit.  Now checked systematically!
10652 2000-09-05  Alex Schroeder  <alex@gnu.org>
10654         * sql.el (sql-postgres): Use sql-postgres-options.
10655         (sql-postgres-options): New variable.
10657 2000-09-05  Alex Schroeder  <alex@gnu.org>
10659         * sql.el (sql-mode-menu): Work around missing variable mark-active
10660         in XEmacs.
10661         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10662         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10663         compatibility.
10665 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
10667         * vc.el (vc-dired-resynch-file): Add autoload cookie.
10669         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10671         * Makefile.in (DONTCOMPILE): Fix typo in file name.
10673 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10675         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10676         don't support anything else under SCCS yet.
10678         * vc-hooks.el: Minor doc fixes.
10680 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10682         * vc.el (vc-next-action-on-file): Do not visit the file if it's
10683         not necessary.  If verbose in state `needs-patch', do the same as
10684         under `up-to-date'.  When NOT verbose and `needs-patch', check out
10685         latest version instead of `merge-news'.
10686         (vc-next-action-dired): Don't mess with default-directory here; it
10687         breaks other parts of dired.  It is the job of the
10688         backend-specific functions to adjust it temporarily if they need it.
10689         (vc-next-action): Remove a special CVS case.
10690         (vc-clear-headers): New optional arg FILE.
10691         (vc-checkin, vc-checkout): Set properties vc-state and
10692         vc-checkout-time properly.
10693         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10694         (vc-print-log): Use new backend function `show-log-entry'.
10695         (vc-cancel-version): Do the checks in a different order.  Added a
10696         FIXME concerning RCS-only code.
10698         * vc-rcs.el (vc-rcs-show-log-entry): New function.
10699         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10701         * vc-cvs.el (vc-cvs-show-log-entry): New function.
10703         * vc-hooks.el (vc-default-mode-line-string): Show state
10704         `needs-patch' as a `-' too.
10706 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10708         * vc.el (vc-responsible-backend): New optional arg REGISTER.
10709         (vc-default-could-register): New function.
10710         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10711         (vc-resynch-buffer): Call vc-dired-resynch-file.
10712         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10713         vc-resynch-buffer instead of vc-resynch-window.
10714         (vc-next-action-dired): Don't redisplay here, that gets done as a
10715         result of the individual file operations.
10716         (vc-retrieve-snapshot): Corrected prompt order.
10718         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10720         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10721         as well.
10722         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
10723         hostname regexps.  Updated all callers.
10724         (vc-cvs-responsible-p): Handle directories as well.
10725         (vc-cvs-could-register): New function.
10726         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10727         properties up-to-date.
10729         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10730         user whether to create one.
10732 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10734         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10735         check out a non-existing file.
10737         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10738         workfile does not exist.
10740         * vc.el (vc-version-diff): Use `require' to check for existence of
10741         diff-mode.
10743 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10745         * vc-cvs.el (vc-cvs-registered): Use new function
10746         vc-cvs-parse-entry to do the actual work.
10748 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10750         * vc-hooks.el (vc-find-backend-function): If function doesn't
10751         exist, return nil instead of error.
10752         (vc-call-backend): Doc fix.
10754         * vc.el (vc-do-command): Doc fix.
10755         (vc-finish-logentry): When checking in from vc-dired, choose the
10756         right backend for logentry check.
10757         (vc-dired-mode-map): Inherit from dired-mode-map.
10758         (vc-dired-mode): Local value of dired-move-to-filename-regexp
10759         simplified.
10760         (vc-dired-state-info): Removed, updated caller.
10761         (vc-default-dired-state-info): Use parentheses instead of hyphens.
10762         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10763         (vc-dired-listing-switches): New variable.
10764         (vc-directory): Use it, instead of dired-listing-switches.
10766         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10767         (vc-cvs-dir-state): New function.
10768         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10769         (vc-cvs-parse-entry): New function, also to be used in
10770         vc-cvs-registered.
10772 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10774         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10775         *or* single-window-frames.
10777 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10779         * vc.el (vc-update-changelog): Split into generic part and default
10780         implementation.  Doc string adapted.
10781         (vc-default-update-changelog): New function.  Call the `rcs2log'
10782         script in exec-directory, to fix a long-standing nuisance.
10784         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10785         simply signals an error.
10787 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10789         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10790         control-flow more clear and to avoid running `cvs' twice.
10792         * vc.el (vc-next-action-on-file): Doc fix.
10793         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10794         (vc-print-log): Eval `file' before constructing the continuation.
10796 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10798         * vc.el (vc-next-action-on-file): Corrected several messages.
10799         (vc-merge): Add prefix arg `merge-news'; handle it.
10801         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10802         is not reached.  It is.
10803         (vc-cvs-merge): Set state to 'edited after merge.
10804         (vc-cvs-merge-news): Set workfile version to nil if not known.
10805         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
10807         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10808         via stdout. (Merge from main line.)
10810 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10812         * vc.el (vc-finish-logentry): Thinko in the "same comment"
10813         detection.
10815 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10817         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10818         against kill-all-local-variables.
10819         (vc-log-edit): Don't save vc-parent-buffer any more.
10820         (vc-last-comment-match): Initialize to an empty string.
10821         (vc-post-command-functions): New hook.
10822         (vc-do-command): Run it.
10823         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10824         (vc-finish-logentry): Only add the comment to the ring if it's
10825         different from the last comment entered.
10826         (vc-new-comment-index): New function.
10827         (vc-previous-comment): Use it.  Make the minibuffer message
10828         slightly less terse.
10829         (vc-comment-search-reverse): Make it work forward as well.  Don't
10830         set vc-comment-ring-index if no match is found.  Use
10831         vc-new-comment-index.
10832         (vc-comment-search-forward): Use vc-comment-search-reverse.
10833         (vc-dired-mode-map): Don't inherit from dired-mode-map since
10834         define-derived-mode will do it for us.  Bind `v' to a keymap that
10835         inherits from vc-prefix-map so that we can bind `vt' without
10836         binding C-x v t.
10837         (vc-retrieve-snapshot): Parenthesis typo.
10839         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10840         to 1.  Make sure to switch to *vc* before looking for an error
10841         message.  Use vc-parse-buffer.
10843 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10845         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10846         and NAME.
10847         (vc-retrieve-snapshot): Split into two parts.
10848         (vc-default-retrieve-snapshot): New function.
10850         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10851         (vc-cvs-retrieve-snapshot): New function (untested).
10852         (vc-cvs-stay-local): Default to t.
10853         (vc-cvs-remote-p): New function and property.
10854         (vc-cvs-state): Stay local only if the above is t.
10855         (vc-handle-cvs): Removed.
10856         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10857         done via vc-handled-backends now.
10858         (vc-cvs-header): Escape Id.
10860 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10862         * vc.el (vc-do-command): Remove unused commands.
10863         (vc-version-diff): Make sure default-directory ends with a slash.
10864         Move the window commands into a vc-exec-after.
10865         (vc-print-log): Move more of the code into the `vc-exec-after'.
10867 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10869         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10870         (vc-print-log): Search current revision from beginning of buffer.
10871         (vc-revert-buffer): Clear echo area after the diff is finished.
10872         (vc-prefix-map): Removed definition of "t" for terse display in vc
10873         dired.
10874         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
10875         definition of "vt" for terse display.
10876         (vc-dired-mode): Fix dired-move-to-filename-regexp.
10878 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10880         * vc.el (vc-exec-after): Avoid caddr.
10882 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10884         * vc.el (vc-exec-after): New function.
10885         (vc-do-command): Use it to add a termination message for async
10886         procs.
10887         (vc-checkout): Try to handle a missing-backend situation.
10888         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10889         of a directory with a backend using async diffs.
10890         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10891         present.
10893         * vc-sccs.el (vc-sccs-state-heuristic): Use
10894         file-ownership-preserved-p.
10896         * vc-rcs.el (vc-rcs-state-heuristic): Use
10897         file-ownership-preserved-p.
10898         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10900 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10902         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10903         vc-do-command.
10905         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10906         when there are no changes.
10908 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10910         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10912         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10914 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10916         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10918         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10919         the `fset' outside of the defvar so that it works even if
10920         vc-prefix-map was already defined.
10921         (vc-setup-buffer): New function, split out of vc-do-command.
10922         (vc-do-command): Allow BUFFER to be t to mean `just use the
10923         current buffer without any fuss'.
10924         (vc-version-diff): Change the `diff' backend operation to just put
10925         the diff in the current buffer without erasing it.  Always use
10926         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
10927         shrink-window-if-larger-than-buffer.
10928         (vc-print-log): Change the `print-log' backend operation to just
10929         put the log in the current buffer without erasing it.  Protect
10930         shrink-window-if-larger-than-buffer.
10931         (vc-update-change-log): Fix setd typo.
10933         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10934         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10936         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10937         (vc-rcs-diff): Insert in the current buffer and remove unused arg
10938         CMP.
10940         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10941         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
10942         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10944 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10946         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10947         not possible, use vc-BACKEND-workfile-unchanged-p.
10948         (vc-default-workfile-unchanged-p): New function.  Delegates to a
10949         full vc-BACKEND-diff.
10951         * vc-hooks.el (vc-simple-command): Removed.
10953         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10954         instead of vc-simple-command.
10955         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10956         avoid doing a diff when opening a file.
10957         (vc-rcs-state): Added check for unlocked-changes.
10958         (vc-rcs-header): Escape Id.
10959         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10960         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10961         version.
10963         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10964         (vc-sccs-diff): Remove optional arg CMP.
10965         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10966         SCCS-specific function.
10968         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10969         vc-simple-command.
10971 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10973         * vc.el (vc-editable-p): Renamed from vc-writable-p.
10974         (with-vc-file, vc-merge): Use vc-editable-p.
10975         (vc-do-command): Remove unused var vc-file and fix the
10976         doubly-defined `status' var.  Add a user message when starting an
10977         async command.
10978         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10979         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10980         Use with-current-buffer.
10981         (vc-buffer-sync): Use unless.
10982         (vc-next-action-on-file): If the file is 'edited by read-only,
10983         make it read-write instead of trying to commit.
10984         (vc-version-diff, vc-update-change-log): Use `setq
10985         default-directory' rather than `cd'.
10986         (vc-log-edit): Don't forget to set default-directory in the
10987         buffer.
10989         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10990         (vc-sccs-state-heuristic): Use file-writable-p instead of
10991         comparing userids.
10992         (vc-sccs-checkout): Use `unless'.
10994         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10995         of comparing userids.
10996         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10997         Simplify the logic by eliminating unreachable code.
10998         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10999         just do a recursive call if we need to retry.
11000         (vc-rcs-checkout): Handle the case where rcs is missing by making
11001         the buffer read-write if requested and re-signalling the error.
11003         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11005 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11007         * vc-hooks.el (vc-handled-backends): Docstring change.
11008         (vc-ignore-vc-files): Mark obsolete.
11009         (vc-registered): Check vc-ignore-vc-files.
11010         (vc-find-file-hook, vc-file-not-found-hook): Don't check
11011         vc-ignore-vc-files.
11013         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11015 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11017         * vc.el (vc-checkout): Don't do anything special for ange-ftp
11018         files since ange-ftp already has vc-registered return nil.
11020         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11021         (vc-sccs-workfile-version): Use with-temp-buffer and new
11022         vc-parse-buffer and don't bother setting the property.
11023         (vc-sccs-add-triple): Use with-current-buffer and
11024         find-file-noselect.
11025         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11027         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
11028         derives from the old vc-parse-buffer but uses the revision number
11029         rather than the date (much easier to compare robustly).
11030         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
11031         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
11032         locking-user more directly.  Check strict locking and set
11033         checkout-model appropriately.
11034         (vc-rcs-parse-locks): Remove.
11035         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11036         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11037         (vc-rcs-system-release): Use with-current-buffer and
11038         vc-parse-buffer.
11039         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11041         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11042         (vc-simple-command): Docstring fix.
11043         (vc-registered): Align the way the file-handler is called with the
11044         way the function itself works.
11045         (vc-file-owner): Remove.
11047         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
11048         extraction of fields and call to file-attributes because of a
11049         temporary bug in rcp.el.
11050         (vc-cvs-fetch-status): Use with-current-buffer.
11052 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11054         * vc.el (vc-do-command): Use file-relative-name.
11055         (vc-responsible-backend): Use vc-backend if possible.
11056         (vc-create-snapshot): Improve the `interactive' spec. Add support
11057         for branches and dispatch to backend-specific `create-snapshot'.
11058         (vc-default-create-snapshot): New function, containing the bulk of
11059         the old vc-create-snapshot.
11060         (vc-retrieve-snapshot): Improve the interactive spec.
11062         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11063         (vc-backend-hook-functions): Remove.
11064         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11065         (vc-backend): Reintroduce the test for `file = nil' now that I
11066         know why it was there (and added a comment to better remember).
11068         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11069         code from vc-sccs-hooks.el.
11070         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
11071         'vc anymore.
11072         (vc-sccs-responsible-p): Use expand-file-name instead of concat
11073         and file-directory-p instead of file-exists-p.
11074         (vc-sccs-check-headers): Simplify the regexp.
11076         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11077         from vc-rcs-hooks.el.  Don't require 'vc anymore.
11078         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11079         file-directory-p instead of file-exists-p.
11081         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11082         from vc-cvs-hooks.el.
11083         (proto vc-cvs-registered): Require 'vc-cvs instead of
11084         'vc-cvs-hooks.  Don't require 'vc anymore.
11085         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11086         file-directory-p instead of file-exists-p.
11087         (vc-cvs-create-snapshot): New function, replacing
11088         vc-cvs-assign-name.
11089         (vc-cvs-assign-name): Remove.
11091 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11093         * vc-cvs.el (vc-cvs-header): New var.
11095         * vc-rcs.el (vc-rcs-exists): Remove.
11096         (vc-rcs-header): New var.
11098         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11099         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11100         (vc-sccs-header): New var.
11102         * vc.el (vc-do-command): Get rid of the `last' argument.
11103         (vc-header-alist): Remove, replaced by vc-X-header.
11104         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11105         (vc-dired-hook): Use expand-file-name instead of concat.
11106         (vc-directory): Use file-name-as-directory.
11107         (vc-snapshot-precondition, vc-create-snapshot)
11108         (vc-retrieve-snapshot): Allow the command to operate on any
11109         directory.
11111         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11112         just removing the 'WORKFILE argument or by removing the 'MASTER
11113         argument and replacing `file' with (vc-name file).
11115 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11117         * vc.el: Update Copyright and add a crude list of backend funs.
11118         (vc-writable-p): New function.
11119         (with-vc-file): Use vc-writable-p.
11120         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11121         (vc-register): Avoid vc-name.
11122         (vc-locking-user): Remove.
11123         (vc-steal-lock): Make the `owner' arg non-optional.
11124         (vc-merge): Use vc-writable-p instead of vc-locking-user and
11125         vc-checkout-model.
11126         (vc-default-dired-state-info): Use vc-state instead of
11127         vc-locking-user and return special strings for special states.
11128         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11129         and get rid of one of the special CVS cases.
11130         (vc-cancel-version): prettify error message with \\[...].
11131         (vc-rename-master): New function.
11132         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11133         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
11134         the CVS special case generic.
11135         (vc-default-record-rename): Remove.
11136         (vc-file-tree-walk-internal): Only call FUNC for files that are
11137         under control of some VC backend and replace `concat' with
11138         expand-file-name.
11139         (vc-file-tree-walk): Update docstring.
11140         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11141         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11143         * vc-sccs.el (vc-sccs-rename-file): Renamed from
11144         vc-sccs-record-rename.  Use `find-file-noselect' rather than
11145         `find-file' and call `vc-rename-master' to do the actual move.
11146         (vc-sccs-diff): Remove unused `backend' variable.
11148         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11149         to delay loading of vc-sccs until it is really used.
11150         (vc-sccs-master-templates): Preload.
11151         (vc-sccs-state): Update call to vc-sccs-parse-locks.
11152         (vc-sccs-project-dir): Remove (merged into
11153         vc-sccs-search-project-dir).
11154         (vc-sccs-search-project-dir): Rewrite using file name handling ops
11155         rather than `concat', make sure it is preloaded and don't bother
11156         to check that the file actually exists.
11157         (vc-sccs-parse-locks): Remove unused `file' argument, remove
11158         `locks' argument (use buffer's content instead) and eliminate n^2
11159         behavior.
11161         * vc-rcs.el: Update Copyright.
11162         (vc-rcs-rename-file): New function.
11163         (vc-rcs-diff): Remove unused `backend' variable.
11165         * vc-hooks.el: Update Copyright.
11166         (vc-backend): Don't accept a nil argument any more.
11167         (vc-up-to-date-p): Turn into a defsubst.
11168         (vc-possible-master): New function.
11169         (vc-check-master-templates): Use `vc-possible-master' and allow
11170         funs in vc-X-master-templates to return a non-existent file.
11172         * vc-cvs.el: Update Copyright.
11173         (vc-cvs-diff): Remove unused `backend' variable.
11174         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11176         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11178 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11180         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11181         since it can be called from vc-rcs.el.
11182         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11184 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11186         * vc.el (vc-version-diff): Expand file name read from the
11187         minibuffer.  Handle the case when a previous version number can't
11188         be guessed.  Give suitable messages when there were no differences
11189         found.
11190         (vc-clear-headers): Call backend-specific implementation, if one
11191         exists.
11192         (vc-cancel-version): Made error checks generic.  When done, clear
11193         headers generically, too.
11195         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11196         from vc-clear-headers in vc.el.
11198         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11199         correctly.
11200         (vc-rcs-latest-on-branch-p): Made second argument VERSION
11201         optional.  Handle the case when it's not there.
11203 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11205         * vc.el (vc-locking-user): Moved from vc-hooks.el.
11207 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11209         * vc-hooks.el (vc-loadup): Remove.
11210         (vc-find-backend-function): Use `require'.  Also, handle the case
11211         where vc-BACKEND-hooks.el doesn't exist.
11212         (vc-call-backend): Cleanup.
11214 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11216         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11217         vc-rcs-grab-templates)
11218         (vc-rcs-registered): Remove.  The default function works as well.
11219         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11220         vc-sccs-grab-templates)
11221         (vc-sccs-registered): Remove.  The default function works as well.
11223         * vc.el (vc-version-diff): Left out a vc- in call to
11224         vc-call-backend.
11225         (vc-default-dired-state-info, vc-default-record-rename)
11226         (vc-default-merge-news): Update for the new backend argument.
11228         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11229         using the default function.
11230         (vc-call-backend): If calling the default function, pass it the
11231         backend as first argument.  Update the docstring accordingly.
11232         (vc-default-state-heuristic, vc-default-mode-line-string): Update
11233         for the new backend argument.
11234         (vc-make-backend-sym): Renamed from vc-make-backend-function.
11235         (vc-find-backend-function): Use the new name.
11236         (vc-default-registered): New function.
11238 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11240         * vc.el (vc-merge): Use vc-find-backend-function.
11242         * vc-hooks.el (vc-backend-functions): Remove.
11243         (vc-loadup): Don't setup 'vc-functions.
11244         (vc-find-backend-function): New function.
11245         (vc-call-backend): Use above fun and populate 'vc-functions
11246         lazily.
11247         (vc-backend-defines): Remove.
11249 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11251         * vc.el (vc-register): Put a FIXME note for a newly found bug.
11252         Call vc-call-backend without the leading vc-.
11253         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11254         (vc-check-headers): Call vc-call-backend without the leading vc-.
11255         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11256         (vc-annotate-display): Replace confusing use of `cond' with `or'.
11257         Call vc-call-backend without the leading vc-.
11259         * vc-cvs.el (tail): Provide vc-cvs.
11260         * vc-sccs.el (tail): Provide vc-sccs.
11261         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11263         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11264         (vc-make-backend-function, vc-call): Pass names without leading
11265         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11266         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11267         (vc-call-backend): Always try to load vc-X-hooks.
11268         (vc-registered): Remove vc- in call to vc-call-backend.
11270 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11272         * vc.el (vc-process-filter): New function.
11273         (vc-do-command): Setup `vc-process-filter' for the async process.
11274         (vc-maybe-resolve-conflicts): New function to reduce
11275         code-duplication.  Additionally, it puts the buffer in
11276         `smerge-mode' if applicable.
11277         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11278         calling `merge-news'.
11279         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11280         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
11281         interfacing to log-edit.el.
11282         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11283         log-edit is available.
11284         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11286 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11288         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11289         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11290         defvar and the initialization.
11291         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11293         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11294         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11296         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11298 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11300         * vc.el (vc-file-clear-masterprops): Removed.
11301         (vc-checkin, vc-revert-buffer): Removed calls to the above.
11302         (vc-version-diff): Use buffer-size without argument.
11303         (vc-register): Heed vc-initial-comment.
11305         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11306         default branch.
11308         * vc-rcs.el (vc-rcs-register): Parse command output to find master
11309         file name and workfile version.
11310         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11312         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11313         vc-file-clear-masterprops.
11315         * vc-sccs.el (vc-sccs-checkout): Removed call to
11316         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
11317         rather than user login name.
11320 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11322         * vc.el (vc-workfile-unchanged-p): Remove unused argument
11323         `want-differences-if-changed' and simplify.
11324         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11325         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11326         output (which is invalid for async vc-diff) to decide whether to
11327         do the revert silently or not.
11329 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11331         * vc-hooks.el (vc-loadup): Load files quietly.
11332         (vc-call-backend): Oops, brain fart.
11334 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11336         * vc-cvs.el (vc-cvs-state): Typo.
11337         (vc-cvs-merge-news): Return the status code rather than the error msg.
11339 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11341         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11342         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11343         vc-state or vc-up-to-date-p.
11344         (vc-merge): Use vc-backend-defines to check whether merging is
11345         possible.  Set state to 'edited after successful merge.
11347         * vc-hooks.el (vc-locking-user): If locked by the calling user,
11348         return that name.  Redocumented.
11350 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11352         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11353         new `vc-state' semantics.
11354         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11355         'vc-locking-user to the current user.
11356         (vc-merge): Inline vc-backend-merge.  Comment out code that I
11357         don't understand and hence can't adapt to the new `vc-state' and
11358         `vc-locking-user' semantics.
11359         (vc-backend-merge): Remove.
11361         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11362         rather than 'vc-locking-user.
11364         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11366         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11367         (vc-state): Don't use 'reserved any more.  Just use the same
11368         convention as the one used for vc-<backend>-state where the
11369         locking user (as a string) is returned.
11370         (vc-locking-user): Update, based on the above convention. The
11371         'vc-locking-user property has disappeared.
11372         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11374         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11375         with a heuristic one.
11376         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11377         (vc-cvs-checkin): Do a trivial parse to set the state in case of
11378         error.  That allows us to get to 'needs-merge even in the
11379         stay-local case.  There's still no way to detect 'needs-patch in
11380         such a setup (or to force an update for that matter).
11381         (vc-cvs-logentry-check): Remove, the default works as well.
11383 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11385         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11387         * vc.el (vc-do-command): kill-all-local-variables, to reset any
11388         major-mode in which the buffer might have been put earlier.  Use
11389         `remove' and `when'.  Allow `okstatus' to be `async' and use
11390         `start-process' in this case.
11391         (vc-version-diff): Handle the case where the diff looks empty
11392         because of the use of an async process.
11394 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11396         * vc.el (vc-next-action-on-file): Removed optional parameter
11397         `simple'.  Recompute state unconditionally.
11398         (vc-default-toggle-read-only): Removed.
11400         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11401         (vc-toggle-read-only): Undid prev change.
11403         * vc-cvs.el (vc-cvs-stay-local): Renamed from
11404         vc-cvs-simple-toggle.  Redocumented.
11405         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11406         (vc-cvs-toggle-read-only): Removed.
11408 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11410         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11411         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11412         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11413         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
11414         still is. So maybe it should be removed.
11415         (vc-head-version, vc-find-binary): Remove.
11416         (vc-recompute-state): Move from vc-hooks.el.
11417         (vc-next-action-on-file): Add a `simple' argument to allow
11418         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11419         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11420         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11421         (vc-dired-mode-map): Properly defvar it.
11422         (vc-print-log): Call log-view-mode if available.
11423         (small-temporary-file-directory): defvar instead of use boundp.
11424         (vc-merge-news): Moved to vc-cvs.el.
11425         (vc-default-merge-news): New function.
11427         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11428         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11429         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11430         unknown `vc-latest-version' function.  It should probably refer to
11431         vc-workfile-version or somesuch, but it's very unclear to me and I
11432         don't have SCCS to test things.
11434         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11435         (vc-sccs-state-heuristic): Fix typo.
11436         (vc-sccs-workfile-unchanged-p): Add missing argument.
11438         * vc-rcs.el: Require vc and vc-rcs-hooks.
11439         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11440         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11441         (vc-release-greater-or-equal-p): Move from vc.
11442         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11443         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11444         (vc-rcs-checkout): Add a missing `new-version' argument in the
11445         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
11447         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11448         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11449         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11450         than the apparently unbound `workfile-version'.
11452         * vc-hooks.el (vc-master-templates): Def the obsolete var.
11453         (vc-file-prop-obarray): Use `make-vector'.
11454         (vc-backend-functions): Add new hookable functions
11455         vc-toggle-read-only, vc-record-rename and vc-merge-news.
11456         (vc-loadup): If neither backend nor default functions exist, use
11457         the backend function rather than nil.
11458         (vc-call-backend): If the function if not bound yet, try to load
11459         the non-hook file to see if it provides it.
11460         (vc-call): New macro plus use it wherever possible.
11461         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11462         nor `vc-find-binary' since it's only called from
11463         vc-mistrust-permission which is only used once the backend is known.
11464         (vc-checkout-model): Fix parenthesis.
11465         (vc-recompute-state, vc-prefix-map): Move to vc.el.
11467         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11468         (vc-cvs-release, vc-cvs-system-release): Remove.
11469         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11470         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11471         status symbols.
11472         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11473         (vc-cvs-toggle-read-only): First cut at a function to allow a
11474         cvs-status-free vc-toggle-read-only.
11475         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11476         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11477         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
11478         (vc-cvs-checkout): Modify access rights directly if the user
11479         requested not to use `cvs edit'.  And refresh the mode line.
11481         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11482         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11484 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11486         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
11487         workfile' that got lost when the code was extracted from vc.el.
11488         And merged the tail with the rest of the code (not possible in the
11489         old vc.el where the tail was shared among all backends).  And
11490         explicitly set the state to 'edited if `writable' is set.
11492         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11493         (vc-cvs-state): Be careful to return the value from
11494         vc-cvs-parse-state.
11495         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
11496         property but return it instead.  Also be careful to handle a nil
11497         or "" `rev' when workfile is non-nil (it was handled properly when
11498         workfile was nil).
11500         * vc.el: Removed those pesky unnecessary `(function' quotes.
11501         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11502         directly in the defvar.
11503         (vc-do-command): Bind inhibit-read-only so as to properly handle
11504         the case where the destination buffer has been made read-only.
11505         (vc-diff): Delegate to vc-version-diff in all cases.
11506         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11507         (vc-annotate-mode-variables): Removed (code moved partly to
11508         defvars and partly to vc-annotate-add-menu).
11509         (vc-annotate-mode): Turned into a derived-mode.
11510         (vc-annotate-add-menu): Moved in code in
11511         vc-annotate-mode-variables.
11512         (vc-update-change-log): Use make-temp-file if available.
11514 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
11516         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11517         `vc-checkout-model' updated to `vc-cvs-update-model'.
11519 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11521         * vc.el (vc-next-action-on-file): Added handling of state
11522         `unlocked-changes'.
11523         (vc-checkout-carefully): Is now practically obsolete, unless the
11524         above is too slow to be enabled unconditionally.
11525         (vc-update-change-log): Fixed typo.
11527         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11529         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11530         Now handles state `unlocked-changes'.
11531         (vc-sccs-workfile-unchanged-p): New function, to support the above.
11533         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11535         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11536         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
11537         `unlocked-changes'.
11538         (vc-rcs-workfile-unchanged-p): Renamed from
11539         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
11540         function yet, but supposed to become one soon.
11542         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11543         `vc-steal-lock'.
11544         (vc-call-backend): Changed error message.
11545         (vc-state): Added description of state `unlocked-changes'.
11547 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11549         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11550         always return t in CVS-controlled directories.
11552         * vc.el (vc-responsible-backend): New function.
11553         (vc-register): Largely rewritten.
11554         (vc-admin): Removed (implementation moved into vc-register).
11555         (vc-checkin): Redocumented.
11556         (vc-finish-logentry): If no backend defined yet (because we are in
11557         the process of registering), use the responsible backend.
11559         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11560         Updated function lists.
11561         (vc-call-backend): Fixed typo.
11563         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11564         New functions.
11565         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11566         Removed query option.  Redocumented.
11568 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11570         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11572         * vc.el: Updated callers of `vc-checkout-required' to use
11573         `vc-checkout-model'.
11575 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11577         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
11578         stuff updated to reference this function instead of the old
11579         `vc-backend-release-p'.
11581 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11583         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11584         vc-checkout-model.  Return appropriate values.  Updated callers.
11586 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11588         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11589         (vc-backend-revert): Function moved into `vc-revert';
11590         `vc-next-action' must be updated to accomodate this change.
11591         (vc-backend-steal): Function moved into `vc-finish-steal'.
11592         (vc-backend-logentry-check): Function moved into
11593         `vc-finish-logentry'.
11594         (vc-backend-printlog): Function moved into `vc-print-log'.
11595         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11596         (vc-backend-assign-name): Function moved into
11597         `vc-create-snapshot'.
11599 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11601         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11602         Rename to vc-checkout-model.  Return appropriate values.
11603         Update callers.
11605         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11606         to vc-checkout-model.
11607         (vc-checkout-required): Rename to vc-checkout-model.
11608         Re-implement and re-comment.
11609         (vc-after-save): Use vc-checkout-model.
11611 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11613         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11614         Update to use the vc-BACKEND-diff functions instead.
11615         `vc-diff' is now working.
11617         * vc-rcs.el (vc-rcs-logentry-check): New function.
11619         * vc-cvs.el (vc-cvs-logentry-check): New function.
11621         * vc-sccs.el (vc-sccs-diff): Function changed name from
11622         `vc-backend-diff'.  This makes `vc-diff' work.
11624         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11625         of functions possibly implemented in a vc-BACKEND library.
11626         (vc-checkout-required): Fix bug that caused an error to be
11627         signaled during `vc-after-save'.
11629         * vc.el: Fix typo.
11630         This checkin is made with our new VC code base for the very first time.
11631         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11633         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11634         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11636         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11637         updated to `vc-uses-locking'.
11638         (vc-checkout-required): Call to backend function.
11639         `vc-checkout-required' updated to `vc-uses-locking' instead.
11641         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11642         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11644         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11645         to match the split into various backends.
11646         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
11647         (vc-retrieve-snapshot): Bug fix.
11649 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11651         * vc-sccs.el (vc-sccs-release): Doc fix.
11653 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11655         * vc.el (vc-next-action-on-file): Bug found and fixed.
11656         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11657         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11659         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11660         (vc-rcs-checkout): Name space cleaned up.  No more revision number
11661         crunching function names that are not prefixed with vc-rcs.
11662         (vc-rcs-checkout-model): Function added.  References to
11663         `vc-checkout-model' replaced.
11665 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11667         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11668         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
11669         still need to be split, and implemented for RCS).
11671 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11673         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11675         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11676         required by the vc.el file.
11678         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11679         required by the vc.el file.
11680         (vc-rcs-exists): Function added.
11682         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11683         required by the vc.el file.
11685         * vc.el (vc-admin): Updated to handle selection of appropriate
11686         backend.  Current implementation is crufty and need re-thinking.
11688         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11690 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11692         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11693         beginning of annotate buffers correctly.
11695         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11696         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11697         functionality updated quite a lot to support multiple backends.
11698         Variables `vc-annotate-mode', `vc-annotate-buffers',
11699         `vc-annotate-backend' added.
11701         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11702         `vc-annotate-difference' added to supported backend functions.
11704 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11706         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11707         Use with-temp-file instead of /bin/sh.  Merged from mainline
11709 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11711         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11713         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11715         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11717 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11719         * vc-hooks.el: vc-state-heuristic added to
11720         vc-backend-hook-functions.
11722         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11724         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11726         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11727         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
11728         state to `reserved'.
11730         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11731         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
11733 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11735         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
11736         untouched.
11738         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11740         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11741         if defined.  (Merged from main line, slightly adapted.)
11743         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11744         millenium problem (merged from mainline).
11746 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11748         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11749         part and moved the non-BACKEND stuff to vc.el.
11751         * vc.el: Split the annotate feature into a BACKEND specific part
11752         and moved it from the vc-cvs.el file to this one.
11754 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11756         * vc-hooks.el: Implement new state model.
11757         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11758         (vc-locking-user): Simplify.  Now only needed if the file is
11759         locked by somebody else.
11760         (vc-lock-from-permissions): Remove.  Functionality is in
11761         vc-sccs-hooks.el and vc-rcs-hooks.el now.
11762         (vc-mode-line-string): New name for former vc-status.  Adapted.
11763         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
11765         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11766         Various simplifications and adaptations all over the place.
11768         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11769         Simplify and adapt the rest.
11771         * vc.el (vc-resynch-window): Add TODO comment: check for
11772         interaction with view mode according to recent RCS change.
11773         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11775 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11777         * vc.el: Convert the remaining function comments to docstrings.
11779 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11781         * vc.el (vc-backend-release, vc-release-greater-or-equal)
11782         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11783         (vc-minor-part, vc-previous-version): Functions that operate and
11784         compare revision numbers got proper documentation.  Comments added
11785         about their possible removal.
11787 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11789         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11790         the vc-backend.el files.
11792         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11794         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11795         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11796         (vc-rcs-previous-version): Functions added.
11798         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11800         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11802 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11804         * vc-hooks.el (vc-master-templates): Is really obsolete.
11805         Comment out the definition for now.  What is the right procedure
11806         to get rid of it?
11807         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11808         rewritten.
11809         (vc-default-registered): Remove.
11810         (vc-check-master-templates): New function; does mostly what the
11811         above did before.
11812         (vc-locking-user): Don't rely on the backend to set the property.
11814         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11815         Rewrite documentation.
11816         (vc-rcs-templates-grabbed): New variable.
11817         (vc-rcs-grab-templates): New function.
11818         (vc-rcs-registered): Rewrite to use above mechanism.
11820         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11821         Rewrite documentation.
11822         (vc-sccs-templates-grabbed): New variable.
11823         (vc-sccs-grab-templates): New function.
11824         (vc-sccs-registered): Rewrite to use above mechanism.
11825         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11826         Don't throw the result, simply return it.
11828         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11829         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
11830         (vc-cvs-registered): Does the check itself now.  Simplify.
11832         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11833         from main line.
11835 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11837         * vc-cvs.el (vc-cvs-diff): New function.
11839         * vc-sccs.el (vc-sccs-diff): New function.
11841         * vc-rcs.el (vc-rcs-diff): New function.
11842         (vc-rcs-checkout): Bug (typo) found and fixed.
11843         (vc-rcs-register-switches): New variable.
11845         * vc.el (vc-backend-diff): Function removed and placed in the
11846         backend files.
11848 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11850         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11852         * vc.el (vc-backend-checkout): Function removed and replaced in
11853         the vc-backend.el files.
11855         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11857         * vc.el (vc-backend-admin): Removed and replaced in the
11858         vc-backend.el files.
11860         * vc.el (Martin): Removed all the annotate functionality since it
11861         is CVS backend specific.
11863 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11865         * spec.txt: Added specification of vc-state.
11867         * vc-sccs-hooks.el (vc-sccs-master-properties):
11868         Remove handling of vc-latest-version and
11869         vc-your-latest-version.  What used to be vc-latest-version, is now
11870         returned as vc-workfile-version.
11871         (vc-sccs-workfile-version): Adapt.
11873 2000-09-04  Dave Love  <fx@gnu.org>
11875         * vc.el: [Merged from mainline.]
11876         (vc-dired-mode): Make the dired-move-to-filename-regexp
11877         regexp match the date, to avoid treating date as file size.
11878         Add YYYY S option to WESTERN/
11880 2000-09-04  Dave Love  <fx@gnu.org>
11882         * vc.el: Require `compile' when compiling.
11883         (vc-logentry-check-hook): New option.
11884         (vc-steal-lock): Use compose-mail.
11885         (vc-dired-mode-map): Defvar when compiling.
11886         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11887         vc-sccs.el and renamed.  Callers changed.
11888         (vc-backend-checkout, vc-backend-logentry-check)
11889         (vc-backend-merge-news): Doc fix.
11890         (vc-default-logentry-check): New function.
11891         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11892         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11893         (vc-backend-merge): Doc fix.  Use backend functions.
11894         (vc-check-headers): Use backend functions.
11896         * vc-cvs.el: Require vc when compiling.
11897         (vc-cvs-register-switches): Doc fix.
11898         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11899         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11900         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11901         New functions (code from vc.el).
11902         (vc-annotate-display-default): Fix interactive spec.
11903         (vc-annotate-time-span): Doc fix.
11905         * vc-rcs.el: Require vc when compiling.
11906         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11907         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11908         (vc-rcs-checkin): New functions (code from vc.el).
11909         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11910         Doc fix.
11911         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
11913         * vc-sccs.el: Require vc when compiling.
11914         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11915         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11916         (vc-sccs-revert)
11917         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11918         from vc.el).
11919         (vc-sccs-add-triple, vc-sccs-record-rename)
11920         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11921         (vc-sccs-admin): Doc fix.
11923 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11925         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11926         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11927         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11928         from vc.el.
11930         * vc-sccs.el (vc-admin-sccs): Added from vc.el
11932         * vc-cvs.el: Moved the annotate functionality from vc.el.
11933         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11935 2000-09-04  Dave Love  <fx@gnu.org>
11937         * vc.el (vc-backend-release): Call vc-system-release.
11939         * vc-sccs.el (vc-sccs-system-release):
11940         Renamed from vc-sccs-backend-release.
11942         * vc-rcs.el (vc-rcs-system-release):
11943         Renamed from vc-rcs-backend-release.
11945         * vc-cvs.el (vc-cvs-system-release):
11946         Renamed from vc-cvs-backend-release.
11948 2000-09-04  Dave Love  <fx@gnu.org>
11950         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11951         backend files.
11952         (vc-backend-release): Dispatch to backend functions.
11953         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
11954         probably needs attention.]
11956         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11957         (vc-sccs-backend-release): New function.
11959         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11960         (vc-cvs-backend-release): New function.
11962         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11963         Doc fix.
11964         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11965         (vc-default-dired-state-info): New function.
11966         (vc-dired-state-info): Dispatch to backends.
11967         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
11969         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11970         from vc.el and renamed.
11972 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11974         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11975         (vc-version-other-window, vc-backend-assign-name): Removed
11976         references to vc-latest-version; sometimes changed into
11977         vc-workfile-version.
11979         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11980         vc-rcs-master-workfile-version.
11981         (vc-rcs-workfile-version): Use the above.  Don't call
11982         vc-latest-version (that was unreachable code, anyway).
11983         (vc-rcs-fetch-master-properties): Doc fix.
11985         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11986         (vc-backend-hook-functions): Removed them from this list, too.
11987         (vc-fetch-properties): Removed.
11988         (vc-workfile-version): Doc fix.
11990         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11991         (vc-rcs-workfile-version, vc-rcs-locking-user)
11992         (vc-rcs-uses-locking): Use it.
11994         * vc-hooks.el (vc-consult-rcs-headers):
11995         Moved into vc-rcs-hooks.el, under the name
11996         vc-rcs-consult-headers.
11998         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11999         headers.
12000         (vc-cvs-find-master): Use this name only; correct different
12001         versions of the name.
12003         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12004         New functions.
12005         (vc-sccs-locking-user): Use the latter.
12007         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12008         New functions.
12010         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12011         Moved into both
12012         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
12013         functions are implementation details of those two backends.
12015 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12017         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12018         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12020         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12021         (vc-sccs-parse-locks): SCCS-specific code moved here from
12022         vc-hooks.
12024         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12025         code moved here from vc-hooks.
12027         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12028         into back-end specific parts and removed.  Callers not updated
12029         yet; because I guess these callers will disappear into back-end
12030         specific files anyway.
12032 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12034         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12035         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12036         `vc-uses-locking'.
12038         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12039         Store yes/no in the property, and return t/nil.  Updated all
12040         callers.
12042         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12043         vc-sccs-uses-locking.  Don't set property.
12044         (vc-sccs-locking-user): Don't set property.
12046         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12047         vc-cvs-uses-locking.  Don't set property here; leave that to
12048         vc-hooks.
12049         (vc-cvs-locking-user): Reflect above change.  Streamlined.
12051         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12052         vc-rcs-uses-locking.
12053         (vc-rcs-locking-user): Reflect above change.
12055 2000-09-04  Dave Love  <fx@gnu.org>
12057         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12059         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12061         * vc-hooks.el (vc-checkout-model): Punt to backends.
12063         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12065         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12067         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12068         New functions.
12070         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12071         New functions.
12073         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12074         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12076         * vc-hooks.el (vc-default-locking-user): New function.
12077         (vc-locking-user, vc-workfile-version): Punt to backends.
12079 2000-09-04  Dave Love  <fx@gnu.org>
12081         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12082         (vc-master-workfile-version): Moved from vc-hooks.
12084         * vc-rcs-hooks.el: Fix duplicate code in last change.
12086         * vc-rcs-hooks.el: Require vc-hooks when compiling.
12087         (vc-rcs-master-templates): Improve :type.
12088         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12089         vc-master-workfile-version): Moved from vc-hooks.
12091         * vc-sccs-hooks.el: Require vc-hooks when compiling.
12092         (vc-sccs-master-templates): Improve :type.
12093         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12095         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12097         * vc-cvs-hooks.el: Require vc-hooks when compiling.
12098         (vc-cvs-master-templates): Improve :type.  Use
12099         vc-cvs-find-cvs-master.
12100         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12101         from vc-hooks.
12102         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12104         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12105         Moved to vc-cvs-hooks.
12107         * vc-hooks.el: Add doc strings in various places.  Simplify the
12108         minor mode setup.
12109         (vc-handled-backends): New user variable.
12110         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12111         simplification.
12113 2000-09-04  Dave Love  <fx@gnu.org>
12115         * vc.el: Some doc fixes for autoloaded and interactive functions.
12116         Fix compilation warnings from ediff stuff.
12117         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12119         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12121         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12123         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12125 2000-09-04  Dave Love  <fx@gnu.org>
12127         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12128         New variable.
12129         (vc-make-backend-function, vc-loadup, vc-call-backend)
12130         (vc-backend-defines): New functions.
12132         * vc-hooks.el: Various doc fixes.
12133         (vc-default-back-end, vc-follow-symlinks): Custom fix.
12134         (vc-match-substring): Function removed.  Callers changed to use
12135         match-string.
12136         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12137         Simplify.
12139 2000-09-04  Dave Love  <fx@gnu.org>
12141         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12142         type.
12143         (vc-sccs-project-dir, vc-search-sccs-project-dir)
12144         (vc-sccs-registered): Doc fix.
12146         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12147         (vc-cvs-registered): Doc fix.
12149         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12150         (vc-rcs-registered): Doc fix.
12152 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12154         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12156         * vc-hooks.el: vc-registered has been renamed
12157         vc-default-registered.  Some functions have been moved to the
12158         backend specific files.  they all support the
12159         vc-BACKEND-registered functions.
12161 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12163         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12165         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12167 2000-09-04  Dave Love  <fx@gnu.org>
12169         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12170         menu-bar-update-hook.
12172         * help.el (help-manyarg-func-alist): Add
12173         find-operation-coding-system.
12175         * wid-edit.el (widget-sexp-validate): Fix garbled code.
12177         * custom.el (custom-set-variables): Print message about errors in
12178         setting.
12180 2000-09-03  Andrew Innes  <andrewi@gnu.org>
12182         * makefile.w32-in: Change to DOS line endings.
12184 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12186         * mouse.el (mouse-popup-menubar): Supply the prompt string for
12187         minor-mode keymaps, if they don't have one.
12189 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12191         * eshell/esh-module.el (eval-when-compile): Don't lose if
12192         esh-module.el's file name is truncated to DOS 8+3 limits.
12194 2000-09-01  John Wiegley  <johnw@gnu.org>
12196         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12197         predicate, which caused entries in the completion list to be
12198         doubled.
12200 2000-08-30  John Wiegley  <johnw@gnu.org>
12202         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12203         sending to subprocesses.  Also, hook pre-command-hook if
12204         `eshell-send-direct-to-subprocesses' is non-nil.
12205         (eshell-send-direct-to-subprocesses): New config variable.  If t,
12206         subprocess input is send immediately.
12207         (eshell-toggle-direct-send): New function.
12208         (eshell-self-insert-command): New function.
12209         (eshell-intercept-commands): New function.
12210         (eshell-send-input): If direct subprocess sending is enabled,
12211         don't echo any input to the Eshell buffer.  Let the subprocess
12212         handle that.  This requires "stty echo" in bash, for example.
12214 2000-08-28  John Wiegley  <johnw@gnu.org>
12216         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12217         completion function for Eshell's implementation of `unset'.
12219 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12221         * info.el (Info-directory-list): Doc fix.
12223 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
12225         * filecache.el (file-cache-add-directory-using-find): Don't quote
12226         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12228 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
12230         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12231         coding systems.
12233 2000-08-30  Andrew Innes  <andrewi@gnu.org>
12235         * timer.el (run-with-idle-timer): Undo last change, so that timer
12236         is not activated immediately if Emacs is already idle.  Some
12237         existing code relies on this behaviour.
12239 2000-08-30  Miles Bader  <miles@gnu.org>
12241         * frame.el (set-frame-font): Do completion of font-name for
12242         interactive use.
12244 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
12246         * international/quail.el (quail-start-translation): Bind locally
12247         last-command-event, last-command, and this-command.
12248         (quail-start-conversion): Likewise.
12249         (quail-self-insert-command): Fix docstring.
12251 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
12253         * progmodes/executable.el
12254         (executable-make-buffer-file-executable-if-script-p): Check that
12255         buffer contains at least 2 characters.
12257 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
12259         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12261 2000-08-29  Dave Love  <fx@gnu.org>
12263         * diff-mode.el (diff-mode) <defgroup>: Add :version.
12264         (diff-mode-shared-map): Bind mouse-2.
12265         (diff-imenu-generic-expression): New variable.
12266         (diff-mode): Use it.
12268         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12269         (mouse-popup-menubar): Add minor mode menus.
12270         (popup-menu): Check for lookup-key returning number.
12272 2000-08-29  Miles Bader  <miles@gnu.org>
12274         * comint.el (comint-send-input): Create overlays using the proper
12275         front/read-advance arguments.
12277 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12279         * ps-print.el: Even/odd pages printing.  Doc fix.
12280         (ps-print-version): New version number (6.0).
12281         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12282         (ps-background, ps-begin-file, ps-begin-job): Code fix.
12283         (ps-print-duplex-feature): Variable eliminated.
12284         (ps-even-or-odd-pages): New variable.
12286         * progmodes/ebnf2ps.el: Doc fix.
12287         (ebnf-version): New version (3.3).
12288         (ebnf-user-arrow): Change variable customization to sexp.
12289         (ebnf-user-arrow): Function eliminated.
12290         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12292 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
12294         * help.el (help-xref-mule-regexp): New variable.
12295         (help-make-xrefs): Handle help-xref-mule-regexp.
12297         * international/mule-cmds.el (help-xref-mule-regexp-template): New
12298         variable.
12299         (describe-input-method): Temporarily activate the specfied input
12300         method to display the information.
12301         (describe-language-environment): Hyperlinks to mule related items.
12303         * international/mule-diag.el (charset-multibyte-form-string): New
12304         function.
12305         (list-character-sets-1): Use charset-multibyte-form-string.
12306         (describe-character-set): New function.
12307         (describe-coding-system): Hyperlinks to safe character sets.
12309         * international/quail.el (quail-help): New arg PACKAGE.
12310         Hyperlinks to mule related items.
12311         (quail-help-insert-keymap-description): Use
12312         substitute-command-keys instead of describe-bindings.
12313         (quail-translation-help): Hyperlinks to mule related items.
12315 2000-08-28  John Wiegley  <johnw@gnu.org>
12317         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12318         have a defsubst call itself.  Made `eshell-flatten-list' back into
12319         a function again.
12321         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12322         catch, in case re-centering point at bottom messes up the display.
12323         This happens frequently in Emacs 21, due I believe to variable
12324         line heights.
12326         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12327         to call `find-tag-interactive'.
12329         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12330         the list of remember directories.
12332 2000-08-28  John Wiegley  <johnw@gnu.org>
12334         * align.el: Test align-region-separate to see if it's a symbol.
12336 2000-08-28  John Wiegley  <johnw@gnu.org>
12338         * eshell/esh-util.el (eshell-flatten-list): Made this function
12339         into a defsubst form.  It gets used very frequently, although
12340         calls don't occur all that often.
12342         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12343         examining it.
12345         * eshell/esh-cmd.el (eshell-rewrite-while-command):
12346         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12347         `eshell-protect'.
12348         (eshell-copy-handles): Created a new macro for duplicating the
12349         current set of open handles.  This is needed by the looping
12350         functions.
12351         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12352         is not incorrectly stomped on.
12354         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12355         declaration for pcomplete-use-paring.
12356         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12357         value of eshell-cmpl-use-paring.
12358         * pcomplete.el (pcomplete-use-paring): New config variable, to
12359         indicate whether paring should be used.
12360         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12361         completion alternatives that have already been used.
12363         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12364         bound to C-c C-y, which will repeat the previous N arguments
12365         (based on prefix argument).
12366         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12368         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12369         if there is no *Help* buffer.  This is for XEmacs, which renames
12370         its help buffers uniquely.  TODO: Find out what the current buffer
12371         name to delete is.
12373         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12374         first entry that correlates to a passwd/group number.  Later
12375         entries (used for group/user name aliasing to multiple IDs) are
12376         ignored.
12378         * eshell/em-xtra.el (eshell/expr):
12379         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12380         (eshell-grep, eshell/diff, eshell/locate):
12381         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12382         argument list, before passing it to the system command.
12384         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12385         `find-tag' for use at final position in Eshell buffers (which
12386         otherwise triggers an error on Emacs 21).
12387         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12388         buffer, if it is currently bound to `find-tag'.
12390         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12391         in the list of matched Makefile names.
12392         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12393         directory, prefer its contents to Makefile.
12395         * eshell/em-dirs.el (eshell/cd): cd commands that look up
12396         directory parts (like "cd old new", or "cd =regexp"), are now case
12397         sensitive on non-Windows/DOS platforms.
12399         * eshell/esh-mode.el (eshell-parse-command-input): When a user
12400         types RET after an open delimiter (like "), display a message
12401         indicating that Eshell is waiting for the closing delimiter.
12403         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12404         environment variables.
12406         * eshell/em-unix.el (eshell/diff): Added logic to fail more
12407         gracefully if the user enters incorrect arguments.
12409         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12410         Eshell buffers.
12412         * eshell/esh-var.el (eshell-interpolate-variable):
12413         * eshell/esh-mode.el (eshell-move-argument):
12414         * eshell/em-unix.el (eshell-du-sum-directory):
12415         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12416         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12417         (not (= ...)).
12419         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12420         to ensure the `preserve' flag gets propagated when doing recursive
12421         directory copies.
12423 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
12425         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12426         Don't convert \n into \0177 in memory.
12427         (eshell-read-history, eshell-write-history): Convert \n to \0177,
12428         and back again, when reading and writing.
12430 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
12432         * eshell/esh-util.el (eshell-processp): Added to relieve constant
12433         testing of `fboundp' on `processp'.
12435         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12436         (eshell/jobs): Don't call process-list if it is not bound.
12437         (eshell-gather-process-output): Support systems where async
12438         subprocesses aren't supported.
12439         (eshell-scratch-buffer, eshell-last-sync-output-start): New
12440         variables.
12442         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12443         eshell-do-eval returns t.
12444         (eshell-do-pipelines-synchronously): New defmacro.
12445         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12446         when async subprocesses aren't supported.
12447         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
12448         if async subprocesses aren't supported.
12449         (eshell-resume-command): Don't assume STATUS is a string.
12451         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12453         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12454         (eshell-close-target, eshell-get-target): Use eshell-processp.
12455         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12456         fix.
12457         (eshell-get-target, eshell-create-handles): Doc fix.
12459 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
12461         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12462         criterion to include commands that output something, as long as it
12463         leaves both the command and the end-of-buffer visible when the
12464         command has exited.
12465         (eshell-review-quick-commands): Adjust the help doc string
12466         accordingly.
12468 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
12470         * locate.el (locate): Cleaned up locate command's interactive prompting
12471         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12473         * filecache.el (file-cache-case-fold-search): New variable
12474         (file-cache-assoc-function): New variable
12475         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12476         Use file-cache-case-fold-search variable
12477         (file-cache-add-file): Use file-cache-assoc-function
12478         (file-cache-delete-file): likewise
12479         (file-cache-directory-name): likewise
12480         (file-cache-debug-read-from-minibuffer): likewise
12482 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
12484         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12485         (abbrev-table-name): New function.
12486         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12487         If non-nil list local abbrev, only.
12489 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
12491         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12492         from Gnus support code, and use special article copy buffer
12493         `(gnus-original-article-buffer)' instead.  This allows to get rid
12494         of article-hide-headers usage (which breaks in the latest Gnus
12495         version).  Thanks to Detlev Zundel.
12497 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
12499         * international/quail.el (quail-use-package): Hide "... loaded"
12500         message.
12501         (quail-start-translation, quail-start-conversion): Likewise.
12503         * international/kkc.el (kkc-region): Hide "... loaded" message.
12505 2000-08-27  Dave Love  <fx@gnu.org>
12507         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12509 2000-08-27  Miles Bader  <miles@gnu.org>
12511         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12513 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
12515         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12516         'ja-dic-cnv), not (require 'skkdic-cnv).
12518 2000-08-26  Miles Bader  <miles@gnu.org>
12520         * faces.el (face-x-resources): Add entry for :inherit.
12521         * cus-face.el (custom-face-attributes): Add support for :inherit
12522         attribute.  Add support for relative face heights.
12523         (custom-face-attributes-get): Treat `nil' as being a default value
12524         for :inherit (as well as `unspecified').
12526         * faces.el (set-face-attribute): Update doc string.
12527         (face-attribute-name-alist): Add :inherit.
12528         (face-valid-attribute-values): Handle :inherit.
12529         (face-read-string): Rephrase prompt to be less confusing.
12530         Assume that DEFAULT is a string, since we must return a string.
12531         (face-read-integer): Use `format' to turn DEFAULT into an
12532         acceptable default for face-read-string.  Match NEW-VALUE against
12533         the string "unspecified", not the symbol `unspecified', since
12534         that's what face-read-string returns.
12535         (read-face-attribute): Lookup a name for old-value in valid, and
12536         use it as a default if we find one.  Treat all values from
12537         face-read-string as strings.  If the default is used, don't do any
12538         more processing on the value, just use the old value directly.
12539         (read-face-and-attribute, modify-face): Tweak prompt.
12540         (read-face-name): Don't assume prompt ends with a space.
12542         * faces.el (describe-face): Add support for :inherit attribute.
12544 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
12546         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
12547         concat doesn't accept interger.
12549         * international/kkc.el: Remove SKK from Keywords.  Require
12550         ja-dic-utl instead of skkdic-utl.
12552         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12553         Provide ja-dic-cnv instead of skkdic-cnv.
12554         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
12555         (iso-2022-7bit-short): Add safe-charsets property.
12556         (skkdic-convert-postfix): Search Japanese chou-on character in
12557         addition to Hiragana character.
12558         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12559         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12560         (batch-skkdic-convert): Likewise.
12562         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12563         Provide ja-dic-utl instead of skkdic-utl.
12564         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12566 2000-08-24  Dave Love  <fx@gnu.org>
12568         * disp-table.el (standard-display-default): Make the test of `l'
12569         useful.
12571         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12572         mod sample text.
12574         * international/iso-ascii.el: Make pilcrow convenient string
12575         consistent with section.
12576         (iso-ascii-display): Set up multibyte characters as well as
12577         unibyte.
12579 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
12581         * international/mule-cmds.el (reset-language-environment): Set
12582         default-process-coding-system to '(undecided . iso-latin-1), which
12583         makes process I/O almost consistent with file I/O.   Call this
12584         function when mule-cmds.el[c] is loaded.
12586 2000-08-22  Andrew Innes  <andrewi@gnu.org>
12588         * makefile.w32-in: New file.
12590 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
12592         * comint.el (comint-output-filter): Compare end of
12593         comint-last-output-overlay with the start of the newly inserted
12594         text, not the end, when deciding whether to extend it.
12595         Set saved-point's insertion type to advance after insertion.
12597         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12598         since this is now done independently of font-lock mode.
12600 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12602         * server.el (server-kill-new-buffers): New user option.
12603         (server-existing-buffer): New buffer-local variable.
12604         (server-visit-files): When using an existing buffer, set
12605         server-existing-buffer to t.
12606         (server-buffer-done): If server-kill-new-buffers is t, kill the
12607         buffer, unless it was already present before visiting it with
12608         Emacs server.
12610 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
12612         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12613         even if the display doesn't support colors: some displays will
12614         support bold/underline faces.
12616 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12618         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12620         * startup.el (command-line): If user's init file had an error,
12621         add explanatory text to *Messages*.
12623 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
12625         * man.el (Man-getpage-in-background): Decode the process output by
12626         the system locale coding system.
12628 2000-08-20  Dave Love  <fx@gnu.org>
12630         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12631         Don't test x-popup-menu.
12632         (function) <complete-function>: Complete only fbound symbols.
12633         <validate, value>: New.
12634         (variable) <complete-function>: Complete only bound symbols.
12635         (coding-system): Add :base-only, :complete-function, :validate,
12636         :value, :prompt-match.
12637         (widget-coding-system-prompt-value): Use read-coding-system and
12638         act on :base-only.
12639         (editable-field): Add :help-echo.
12640         (widget-push-button-gui, widget-push-button-cache)
12641         (widget-gui-action, widget-editable-list-gui): COmment out, along
12642         with uses.
12643         (widget-at): Make arg optional.
12644         (widget-echo-help): Adjust for current help-echo calling sequence.
12645         (widget-specify-field, widget-specify-button)
12646         (widget-specify-insert, widget-get-sibling, widget-image-find)
12647         (widget-convert, widget-insert, widget-leave-text)
12648         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12649         (widget-setup, widget-field-find, widget-before-change)
12650         (widget-after-change, widget-default-complete)
12651         (widget-default-create, widget-default-delete)
12652         (widget-push-button-value-create, editable-field)
12653         (widget-field-prompt-value, widget-field-validate)
12654         (widget-choice-value-create, widget-choice-action)
12655         (widget-choice-validate, widget-checklist-add-item)
12656         (widget-radio-add-item, widget-radio-chosen)
12657         (widget-radio-value-inline, widget-editable-list-value-create)
12658         (widget-editable-list-entry-create)
12659         (widget-documentation-link-add)
12660         (widget-documentation-string-value-create)
12661         (widget-regexp-validate, widget-file-complete)
12662         (widget-sexp-validate, widget-plist-convert-widget)
12663         (widget-plist-convert-widget, widget-alist-convert-widget)
12664         (widget-alist-convert-widget, widget-color-complete): Simplify,
12665         particularly to avoid bindings which aren't optimized out.
12667         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12668         Doc fix.
12669         (down-list, backward-up-list, up-list, kill-sexp)
12670         (backward-kill-sexp, mark-sexp): Make arg optional.
12671         (lisp-complete-symbol): Add optional arg PREDICATE.
12673         * cus-start.el: Add display-buffer-reuse-frames,
12674         file-coding-system-alist.
12676 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
12678         * startup.el (command-line): Clear realized faces after
12679         modifying TTY color mappings.
12681 2000-08-20  Miles Bader  <miles@gnu.org>
12683         * faces.el (face-attr-match-p): Don't return true if ATTRS are
12684         merely a subset of FACE's attributes.
12686 2000-08-19  Miles Bader  <miles@gnu.org>
12688         * comint.el (comint-output-filter): Save the point with a marker,
12689         not just a buffer position.
12691         * international/mule.el (set-buffer-process-coding-system): Make
12692         interactive prompt less confusing.
12694 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
12696         * hilit-chg.el: General cleanup of doc strings, comments and
12697         code formatting.
12699 2000-08-19  Miles Bader  <miles@gnu.org>
12701         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12702         Compiler macro removed; beginning-of-line is no longer always
12703         equivalent to forward-line, in the presence of fields.
12705         * comint.el (comint-output-filter): Remove ad-hoc saving of
12706         restriction, and just use save-restriction, now that it works
12707         correctly.  Don't adjust comint-last-input-start to account for
12708         our insertion; it shouldn't have moved because we don't use
12709         insert-before-markers anymore.  Comment out call to
12710         `force-mode-line-update'; why is it here?
12712         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12713         while checking for prompt to delete.  Use `forward-line 0'
12714         instead of beginning-of-line.
12715         (gud-filter): Temporarily widen gud comint buffer while
12716         examining output.
12718 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
12720         * progmodes/sh-script.el: Big bag of typos.
12722         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12723         check since ispell-process is not bound when ispell is not yet loaded.
12725 2000-08-18  Dave Love  <fx@gnu.org>
12727         * image.el (find-image): Copy `spec' before using plist-put.
12729 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
12731         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12732         `portugues'.
12734         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12735         backward-kill-sexp, analogous to kill-sexp.
12737         * progmodes/icon.el (icon-indent-line)
12738         (icon-is-continuation-line): Handle comments specially.
12740 2000-08-17  Ken Stevens <k.stevens@ieee.org>
12742         * ispell.el: Set to standard author/maintainer/keyword fields.
12743         Fine tuning to menu map appearance and operation, and added help.
12744         Remove `start' and `end' error messages when compiling.
12745         (ispell-choices-win-default-height): Fixed comment string.
12746         (ispell-dictionary-alist-1): Fixed regexp in castellano and
12747         castellano8 dictionaries.
12748         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12749         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12750         dictionary, added italiano dictionary.
12751         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12752         word character
12753         (ispell-tex-skip-alists): Added psfig support.
12754         (ispell-skip-html): Renamed from ispell-skip-sgml.
12755         (ispell-begin-skip-region-regexp, ispell-skip-region)
12756         (ispell-minor-check): Improved html skipping support to skip across
12757         code, and recognize `&' commands without propper `;' syntax;
12758         (ispell-process-line): Fix alignment error when manually
12759         correcting spelling.
12760         (ispell): Fix comment string.
12761         (ispell-add-per-file-word-list): Always put word list on new line.
12763 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
12765         * format.el (format-encode-run-method): Fix error message to say
12766         `encode' instead of `decode'.  Use save-window-excursion around
12767         shell-command-on-region as in format-decode-run-method because
12768         shell-command-on-region can display a buffer with error output.
12769         (format-decode): Don't record undo information for the decoding.
12770         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
12771         that number part of the temporary buffer name so that more than
12772         one decoding using a temporary buffer can happen safely.
12774         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12775         of `A-z' in the regexp.
12777         * hilit-chg.el: Fix typos in commentary.
12779         * help.el (view-emacs-news): Rewritten for new naming scheme
12780         for old NEWS files.
12782         * startup.el (command-line): Pop to *Messages* in case an error
12783         is signaled while loading user-init-file.
12785 2000-08-17  Andreas Schwab  <schwab@suse.de>
12787         * files.el (insert-directory): Don't lose original file name,
12788         undoing an undocumented change.
12790 2000-08-17  Alex Schroeder  <alex@gnu.org>
12792         * sql.el (sql-magic-go): Use comint-bol.
12793         (sql-copy-column): Use comint-line-beginning-position.
12794         (comint-line-beginning-position): Define a replacement for
12795         comint-line-beginning-position if it is not fboundp.
12797 2000-08-17  Alex Schroeder  <alex@gnu.org>
12799         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12800         it didn't have any effect anyway.
12802 2000-08-17  Alex Schroeder  <alex@gnu.org>
12804         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12805         --pset and pager=off instead of sending \\o|cat at the beginning
12806         of the session.
12808 2000-08-17  Miles Bader  <miles@gnu.org>
12810         * progmodes/octave-inf.el: Add compatibility definition of
12811         comint-line-beginning-position.
12813 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
12815         * startup.el (normal-top-level): Look in each dir in load-path for
12816         a leim-list.el file too.  This assures of loading leim-list.el
12817         that is created at Emacs installation time even if a user have his
12818         own leim-list.el.
12820 2000-08-17  Miles Bader  <miles@gnu.org>
12822         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12823         foreground color to black if the background is dark.
12825 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
12827         * loadhist.el (unload-feature): Typo.
12829         * finder.el (finder-compile-keywords):
12830         * cus-dep.el (custom-make-dependencies): Add local-variable settings
12831         to the generated file.
12833         * mail/mh-e.el (mh-make-local-vars):
12834         Replace make-variable-buffer-local with make-local-variable.
12836         * play/landmark.el:
12837         * options.el (Edit-options-{set,toggle,t,nil}):
12838         * mail/mailabbrev.el (mail-abbrevs-mode):
12839         * textmodes/tex-mode.el (tex-expand-files):
12840         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12842         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12844         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12845         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12846         Allow going past the last element.
12847         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12848         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12849         (cvs-mouse-toggle-mark): Don't move point.
12850         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12852         * progmodes/compile.el (grep): Provide a default set of files.
12853         (next-error): Docstring fix.
12854         (compilation-find-file): Avoid find-file (fails in a dedicated window).
12856         * emacs-lisp/easy-mmode.el (define-minor-mode):
12857         Use `symbol-value' to keep the byte-compiler quiet.
12859         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12860         (diff-find-source-location): New fun, extracted from diff-goto-source.
12861         (diff-goto-source): Use it.
12862         (diff-next-complex-hunk, diff-filter-lines): New function.
12863         (diff-apply-hunk): New command.
12865         * smerge-mode.el (smerge-mode-menu): Doc fix.
12867         * msb.el (msb-mode): Define it in terms of define-minor-mode.
12869 2000-08-16  Dave Love  <fx@gnu.org>
12871         * windmove.el (windmove) <defgroup>: Add :version.
12873         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
12874         (goto-address-fontify-p, goto-address-highlight-p)
12875         (goto-address-url-face, goto-address-url-mouse-face)
12876         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12877         (goto-address-url-regexp): Use thing-at-point-url-regexp.
12878         (goto-address-fontify, goto-address-at-mouse): Simplify,
12879         (goto-address-at-point): browse-url-url-at-point,
12880         goto-address-find-address-at-point can return nil.
12881         (goto-address-find-address-at-point): Return nil on failure.
12883         * align.el (align) <defgroup>: Add :version.
12885         * calculator.el (calculator): Add :version.
12886         (calculator): Use two lines for calculator window if `modeline'
12887         face is boxed.
12889         * play/5x5.el: Doc fixes.
12890         (5x5) <defgroup>: Add :version.
12892         * play/fortune.el (fortune) <defgroup>: Add :version.
12893         (fortune-append): Fix error message.
12894         (fortune-from-region): Doc fix.
12896         * play/pong.el (pong): Doc fix.
12898         * play/morse.el: Keywords, commentary, autoloads.
12900 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
12902         * desktop.el (desktop-save): Don't look at symbol-value of a
12903         member of minor-mode-alist, unless it is boundp.
12905 2000-08-16  Sam Steingold  <sds@gnu.org>
12907         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12908         `while'; use `with-current-buffer' instead of `save-excursion'.
12909         Removed unnecessary kludges now that "*Buffer List*" is excluded.
12911 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
12913         * international/ccl.el (declare-ccl-program): Docstring modified.
12914         (ccl-execute-with-args): Likewise.
12916 2000-08-16  Miles Bader  <miles@gnu.org>
12918         * progmodes/sql.el: Add compatibility definition of
12919         comint-line-beginning-position.
12921 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
12923         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12924         'buffer-menu' property.
12925         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12926         fails.
12927         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12928         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12929         wasn't killed.
12931         * buff-menu.el (list-buffers-noselect): Don't display the
12932         *Buffer List* buffer.
12934         * font-lock.el: Require jit-lock to prevent a very late
12935         `Loading jit-lock' message.
12937         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12938         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12939         mail address.
12941 2000-08-15  Miles Bader  <miles@gnu.org>
12943         * textmodes/ispell.el (ispell-graphic-p): New constant.
12944         (ispell-choices-win-default-height, ispell-help): Use
12945         `ispell-graphic-p' instead of `xemacsp'.
12947 2000-08-15  Dave Love  <fx@gnu.org>
12949         * simple.el: Autoload widget-convert when compiling.
12950         (mail-user-agent): Doc fix.
12952         * help.el (function-called-at-point, variable-at-point): Use
12953         with-syntax-table.
12954         (help-manyarg-func-alist): Add insert-and-inherit.
12956         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12958         * delsel.el (delsel-unload-hook): New function.
12960         * find-file.el: Doc fixes.  Move provide to end.
12961         (ff) <defgroup>: Add :link.
12962         (ff-goto-click): Deleted.
12963         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12964         Use mouse-set-point.
12966         * textmodes/tildify.el: Doc fixes.
12967         (tildify) <defgroup>: Add:version.
12969         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12970         (glasses-custom-set): Use set-default, not set.
12971         (minor-mode-alist): Propertize the lighter.
12972         (glasses-mode): Provide optional arg.
12974         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12975         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
12976         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12977         option.  Provide :type.
12978         (cwarn-configuration): Provide :type.
12979         (cwarn-mode): Doc fix.
12981         * add-log.el (change-log-merge): Doc fix.
12982         (change-log-redate): New command.
12984         * net/browse-url.el (browse-url-filename-alist): Add a clause for
12985         Doze and Dog.
12986         (browse-url): Use dolist, not mapcar.
12987         (browse-url-at-point): Check for null url.
12988         (browse-url-event-buffer, browse-url-event-point): Functions
12989         deleted.
12990         (browse-url-at-mouse, browse-url-netscape): Simplify.
12992         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12993         modes.
12994         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12995         Fix previous change to mapcan.
12996         (msb--init-file-alist, msb--add-separators)
12997         (msb--make-keymap-menu): Simplify.
12998         (msb--choose-file-menu): Use copy-sequence.
12999         (msb-mode-map): Add title to keymap.
13000         (msb-unload-hook): New function.
13002         * bs.el: Fix indentation.
13003         (bs) <defgroup>: Add :links.
13004         (bs-show): Doc fix.
13005         (bs-apply-sort-faces): Don't use window-system.
13006         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13008 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
13010         * calendar/timeclock.el (timeclock-file): Run .timelog through
13011         convert-standard-filename.
13013 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13015         * emacs-lisp/authors.el: New file.
13017         * paren.el (show-paren-priority): New user option.
13018         (show-paren-function): Set overlay priorities to
13019         show-paren-priority.
13021 2000-08-14  Miles Bader  <miles@gnu.org>
13023         * comint.el (comint-bol): Use `forward-line 0' instead of calling
13024         beginning-of-line with inhibit-field-text-motion bound.
13026 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
13028         * calendar/timeclock.el: New file.
13030 2000-08-14  David Ponce  <david@dponce.com>
13032         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13033         `widget-button-click'. so that one can use left mouse button to
13034         click on dialog buttons.
13036 2000-08-14  Emmanuel Briot  <briot@gnat.com>
13038         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13039         identifiers, since XML is case sensitive
13041 2000-08-12  Miles Bader  <miles@gnu.org>
13043         * comint.el (comint-output-filter): Don't bother frobbing
13044         window-start, it doesn't seem to be necessary.
13046         * comint.el (comint-send-string, comint-send-region): Make into
13047         real functions.  Snapshot the prompt before sending.
13049 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13051         * info.el (Info-find-emacs-command-nodes): Rewrite to use
13052         technique similar to Info-index, instead of relying on specific
13053         names of relevant Index nodes.
13054         (Info-goto-emacs-command-node): Bind Info-history to nil when
13055         going to the first node found by Info-find-emacs-command-nodes.
13057 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
13059         * menu-bar.el (menu-bar-help-menu): Add a :help string.
13061 2000-08-10  Miles Bader  <miles@gnu.org>
13063         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13065 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13067         * info.el (Info-file-list-for-emacs): More elements for the
13068         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13069         and woman manuals.
13071 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
13073         * comint.el (comint-send-input): Make the newline boundary overlay
13074         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
13075         (comint-output-filter): Use `insert' instead of
13076         `insert-before-markers'.  Extend comint-last-output-overlay when
13077         necessary since we can't rely on insert-before-markers to do it.
13078         * gud.el (gud-filter): Use `with-current-buffer' instead of
13079         save-excursion when inserting the output, so that point gets
13080         updated correctly; the old method relied on a rather dodgy
13081         side-effect of comint-output-filter to avoid the effect of
13082         save-excursion.
13084 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
13086         * files.el (recover-file): Call insert-directory instead of
13087         invoking `ls' directly.
13089 2000-08-10  Miles Bader  <miles@gnu.org>
13091         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13092         (comint-last-prompt-overlay): New variables.
13093         (comint-output-filter): Implement prompt highlighting.
13094         (comint-snapshot-last-prompt): New function.
13095         (comint-send-input): Snapshot the last prompt.
13096         Use comint-highlight-input-face.
13097         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13098         Use defface instead of defcustom.
13099         (send-invisible, comint-send-eof): Snapshot the last prompt.
13100         (comint-delchar-or-maybe-eof): Use comint-send-eof.
13101         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13103 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
13105         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13106         (regexp-opt-group): Use a list of chars for `letters'.
13107         (regexp-opt-charset): `chars' is now a list of chars.
13108         Use a char-table rather than a vector so it works for multibyte chars.
13110         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
13111         Set cvs-minor-current-files to the selected fileinfo.
13112         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13113         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13115 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
13117         * files.el (insert-directory): Don't call access-file on
13118         directories on DOS and Windows.
13120 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
13122         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13123         longer if necessary.
13124         (ccl-embed-code): Call ccl-embed-data to store CODE in
13125         ccl-program-vector.
13127 2000-08-09  Miles Bader  <miles@gnu.org>
13129         * comint.el (comint-output-filter): Properly handle the case where
13130         the text surrounded by comint-last-output-overlay was deleted.
13132 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
13134         * info.el (Info-insert-dir): Use Info-additional-directory-list if
13135         non-nil.
13136         (Info-file-list-for-emacs): Remove "info" from the list because
13137         that leads to trying to use the documentation from file `info'
13138         in various situations where it isn't appropriate, for instance
13139         C-h C-k C-h i.
13141         * ffap.el (ffap-read-file-or-url-internal): Handle case that
13142         DIR and/or STRING are nil.
13144         * progmodes/compile.el (compilation-setup): Make variable
13145         compilation-error-screen-columns buffer-local, as some comment
13146         in the code suggests it should be.
13148         * files.el (auto-mode-interpreter-regexp): New variable.
13149         (set-auto-mode): Use it.
13151         * indent.el (indent-for-tab-command): Doc fix.
13153         * mouse-sel.el (mouse-sel-mode): Doc fix.
13155         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13156         labels.
13158         * help.el (print-help-return-message): When
13159         display-buffer-reuse-frames is set, let the help window been quit,
13160         instead of deleting it, which might delete a reused frame.
13162 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
13164         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13165         rename a directory to a name that differs only by its letter case.
13167 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
13169         * international/quail.el (quail-define-rules): Handle Quail decode
13170         map correctly.  Add code for supporting annotations.
13171         (quail-install-decode-map): New function.
13172         (quail-defrule-internal): New optional arguments decode-map and
13173         props.
13174         (quail-advice): New function.
13176 2000-08-07  Sam Steingold  <sds@gnu.org>
13178         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13179         `defconst', `define-condition', `with-slots'.
13180         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13182 2000-08-03  Miles Bader  <miles@gnu.org>
13184         * comint.el (comint-use-prompt-regexp-instead-of-fields):
13185         New variable.
13186         (comint-prompt-regexp, comint-get-old-input): Document dependence on
13187         comint-use-prompt-regexp-instead-of-fields.
13188         (comint-send-input): Add `input' field property to stuff we send to
13189         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13190         (comint-output-filter): Add `output' field property to process
13191         output, if comint-use-prompt-regexp-instead-of-fields is nil.
13192         (comint-replace-by-expanded-history)
13193         (comint-get-old-input-default, comint-show-output)
13194         (comint-backward-matching-input, comint-forward-matching-input)
13195         (comint-next-prompt, comint-previous-prompt):  Use field
13196         properties if comint-use-prompt-regexp-instead-of-fields is nil.
13197         (comint-line-beginning-position): New function.
13198         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
13199         (comint-replace-by-expanded-history-before-point): Use
13200         comint-line-beginning-position and line-end-position.
13201         (comint-last-output-overlay): New variable.
13202         (comint-mode): Make `comint-last-output-overlay' buffer-local.
13204         * shell.el (shell-prompt-pattern): Doc change.
13205         (shell-backward-command): Use line-beginning-position.
13207         * gud.el (gud-gdb-complete-command): Use
13208         comint-line-beginning-position.
13210         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13211         comint-bol doesn't actually go to the beginning of the line.
13213         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13214         if comint-use-prompt-regexp-instead-of-fields is non-nil.
13215         (try-expand-line-all-buffers): Likewise.
13217         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13218         explicitly matching comint-prompt-regexp.
13219         (sql-copy-column): Use comint-line-beginning-position instead of
13220         explicitly matching comint-prompt-regexp.
13222         * progmodes/octave-inf.el (inferior-octave-complete): Use
13223         comint-line-beginning-position.
13225         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13227         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13228         looking for a prompt, use `forward-line 0' instead of
13229         `beginning-of-line', to avoid getting caught by an input field.
13231 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
13233         * files.el (shell-quote-wildcard-pattern): Make sure to return
13234         PATTERN, in the Unix case.
13236 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
13238         * play/zone.el (zone): Discard any pending input before running
13239         the randomly-chosen pgm.
13241 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
13243         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13244         checking the existence of any multibyte characters.
13246 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
13248         * help.el (describe-mode): Test minor-mode symbol for being
13249         bound before testing its value for being nil.
13251         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13252         `first', `second', and `third'.
13254         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13255         (second): Make it an alias for `cadr'.
13257 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
13259         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13260         types of display support faces now.
13262 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
13264         * pcvs.el (require): Require `cl' during compilation, only.
13266         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13267         (toplevel): Remove `remq' and `remove' from autoloads.
13268         (cl-fake-autoloads): New variable.  If set, arrange for an error
13269         when CL functions etc. are autoloaded.
13271 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
13273         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13275         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13276         popped up, but the user clicks outside the menu, return an empty
13277         regexp (that causes unhighlight-regexp to have no effect).
13279         * menu-bar.el (menu-bar-games-menu): Add Zone.
13281         * hi-lock.el (toplevel): Require font-lock.
13283 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13285         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13286         (ebnf-8-bit-chars): New var for bug fix.
13287         (ebnf-string): Bug fix.
13289 2000-08-03  Sam Steingold  <sds@gnu.org>
13291         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13292         instead of `buffer-string'.
13293         (require 'cl): Always, not just when compiling.
13294         `ignore-errors' in `interactive', `list*', `defun*' &c make this
13295         necessary.
13297 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
13299         * international/mule-cmds.el (select-safe-coding-system): Make
13300         the message text about selecting a safe coding system more clear.
13302 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
13304         * hi-lock.el: New file.
13306         * play/zone.el: New file.
13308         * replace.el (occur): Set tab-width in the *Occur* buffer to the
13309         value of tab-width in the original buffer.  Choose a line number
13310         format that's a multiple of the original buffer's tab width, so
13311         that lines appear right.
13313         * textmodes/ispell.el (ispell): New function, replacing an alias.
13314         Spell-check active region if in transient-mark-mode and mark
13315         is active; otherwise spell-check buffer.
13317 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13319         * ps-mule.el: Fix a customization problem on
13320         ps-mule-font-info-database-default.
13322 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
13324         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13325         display-mouse-p instead of window-system.
13326         (ebrowse-member-mode-map): Ditto.
13328 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13330         * progmodes/ebnf2ps.el: Update ps-print functions call.
13331         Indentation fix.  Doc fix.
13332         (ebnf-version): New version number (3.2).
13333         (ebnf-format-color, ebnf-begin-job): Code fix.
13335 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
13337         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13338         font lock support on window-system.
13339         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13341         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13342         display-color-p, if fboundp, instead of window-system.
13344 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
13346         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13347         instead of window-system.
13349         * wid-edit.el (widget-choose): Use display-mouse-p instead of
13350         window-system.
13351         (widget-choice-mouse-down-action): Use display-popup-menus-p
13352         instead of window-system.
13354         * strokes.el (strokes-file): Run the file name through
13355         convert-standard-filename.
13356         (strokes-mode): Call display-mouse-p instead of looking at
13357         window-system.  Change the error message accordingly.
13359         * progmodes/cpp.el (toplevel): Support faces on tty's.
13361         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13362         (lm-plot-square, lm-init-display): Don't use window-system.
13364         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13365         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13367         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13368         instead of looking at window-system.
13370 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13372         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13373         of testing if iswitchb-prepost-hooks is bound, because the
13374         latter will always be true when invoking a recursive minibuffer
13375         from an active Iswitchb buffer.
13377 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
13379         * files.el (shell-quote-wildcard-pattern): New function.
13380         (insert-directory): Call it.  Only prepend "\" to command on Unix
13381         and GNU/Linux systems.
13383 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13385         * eshell/esh-groups.el: Change custom :link file names
13386         from `eshell.info' to `eshell'.
13388 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
13390         * dired.el (dired-build-subdir-alist): Expand subdirectory names
13391         correctly in recursive ange-ftp listings.
13393 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13395         * ps-print.el: Fix bug 1: if ps-font-size-internal,
13396         ps-header-font-size-internal and
13397         ps-header-title-font-size-internal variables are not set,
13398         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
13399         face text property is (foreground-color . COLOR) or
13400         `(background-color . COLOR)', ps-print crashes.  Doc fix.
13401         (ps-print-version): New version number (5.2.4).
13402         (ps-plot-region): Code fix.
13403         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13404         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13405         Bug fix 2.
13407 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
13409         * glasses.el (glasses-make-readable): Fix uncapitalization of
13410         identifiers like `myXMLDocument'.
13412 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
13414         * mail/mail-hist.el (mail-hist-previous-input)
13415         (mail-hist-next-input): Do the obvious code factorization.
13416         (mail-hist-retrieve-and-insert): New func, contains common
13417         code of above two.
13418         If inserting a message body, leave point at top.
13420 2000-07-28  Sam Steingold  <sds@gnu.org>
13422         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13423         Use `<=', not `<' to compare times!
13424         (ange-ftp-ls): Remove.
13426 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
13428         * play/cookie1.el: Add explanation of how to make cookie.el
13429         compatible with strfile(1) to comment.
13431         * subr.el (remove, remq): New functions.
13433         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13434         escape `*' in regexps.
13435         (midnight-find): Reverse order of arguments in the funcall of
13436         TEST.
13438         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13439         and `.class'.
13441         * play/meese.el: Add Commentary section.
13443 2000-07-27  Alex Schroeder  <alex@gnu.org>
13445         * sql.el (sql-ms): Added autoload cookie.
13446         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13447         (sql-oracle): Ditto.
13448         (sql-help): Doc change.
13450         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13451         types and exceptions.
13453 2000-07-27  Alex Schroeder  <alex@gnu.org>
13455         * sql.el (sql-placeholder-history): New variable.
13456         (sql-query-placeholders-and-send): New function that will query
13457         the user and replace placeholders with user input.
13458         (sql-oracle): If running on NT, set comint-input-sender to
13459         sql-query-placeholders-and-send.
13461         (sql-stop): If in the SQLi buffer, insert stop notification, else
13462         present it as a message.
13464 2000-07-27  Alex Schroeder  <alex@gnu.org>
13466         * sql.el (sql-input-ring-separator): Doc change.
13467         (sql-input-ring-file-name): Doc change.
13468         (sql-interactive-mode): Use `sql-input-ring-separator' and
13469         `sql-input-ring-file-name' to set the comint-mode equivalents
13470         without making them local variables.
13471         (sql-stop): Don't bind `sql-input-ring-separator' and
13472         `sql-input-ring-file-name' dynamically to their comint-mode
13473         equivalents.
13475 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13477         * international/mule.el (register-char-codings): New function.
13478         (make-coding-system): Handle `safe-chars' specification in the arg
13479         PROPERTY.
13481         * international/mule-cmds.el
13482         (find-coding-systems-region-subset-p): This function deleted.
13483         (sort-coding-systems-predicate): New variable.
13484         (sort-coding-systems): New function.
13485         (find-coding-systems-region): Use
13486         find-coding-systems-region-internal.
13487         (find-coding-systems-string): Use find-coding-systems-region.
13488         (find-coding-systems-for-charsets): Check
13489         char-coding-system-table.
13490         (select-safe-coding-system-accept-default-p): New variable.
13491         (select-safe-coding-system): Mostly rewritten.  New argument
13492         ACCEPT-DEFAULT-P.
13493         (select-message-coding-system): Call select-safe-coding-system
13494         with ACCEPT-DEFAULT-P arg.
13495         (reset-language-environment): Reset default-sendmail-coding-system
13496         to the default value iso-latin-1.
13497         (set-language-environment): Don't set the obsolete variable
13498         charset-origin-alist.
13500         * international/codepage.el (cp-coding-system-for-codepage-1):
13501         Give `safe-chars' property to make-coding-system.
13503         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13504         calling select-message-coding-system twice.
13506         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13507         instead of `safe-charsets'.
13508         (cyrillic-alternativnyj): Likewise.
13509         (ccl-encode-alternativnyj): Don't check the charset
13510         cyrillic-iso8859-5.
13512 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13514         * composite.el (compose-chars-after): Preserve match data.
13516 2000-07-26  Sam Steingold  <sds@gnu.org>
13518         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13519         (ange-ftp-real-file-newer-than-file-p): New function.
13520         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13521         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13523         * tooltip.el (tooltip-float-time): Removed (use `float-time').
13524         * midnight.el (midnight-float-time): Ditto.
13526 2000-07-26  Andreas Schwab  <schwab@suse.de>
13528         * files.el (normal-backup-enable-predicate): Correct
13529         interpretation of the return value of compare-strings.
13531 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
13533         * isearch.el (isearch-resume): New function.
13534         (isearch-done): Add something to command-history to resume
13535         the search.
13536         (isearch-yank-line, isearch-yank-word): Use
13537         buffer-substring-no-properties instead of buffer-substring.
13539         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13540         of flyspell-mouse-map.
13542         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13543         duplicate definition.
13544         (makefile-mode): Remove duplicate setting of local-abbrev-table.
13546         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13547         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13549 2000-07-25  Sam Steingold  <sds@gnu.org>
13551         * net/ange-ftp.el: Get modtime over the net.
13552         (ange-ftp-file-modtime): New function.
13553         (ange-ftp-write-region, ange-ftp-insert-file-contents)
13554         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13555         Use it.
13556         (ange-ftp-dot-to-slash): New function.
13557         (ange-ftp-fix-name-for-vms): Use it.
13559         * midnight.el (midnight-buffer-display-time): Use
13560         `with-current-buffer'.
13562 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
13564         * find-dired.el: Update copyright notice.
13565         (find-dired): Offer to kill a running `find'.
13567         * enriched.el (enriched-face-ans): For a `foreground-color'
13568         property, return '(("x-color" COLOR))' so that COLOR will be
13569         output as a parameter of the x-color annotation.  Likewise for the
13570         `background-color' property.  In the case of normal face
13571         properties, don't return annotations for unspecified foreground
13572         and background face attributes.
13574 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
13576         * language/japan-util.el (japanese-katakana-region): Fix handling
13577         HANKAKU argument.
13579 2000-07-25  Miles Bader  <miles@gnu.org>
13581         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13582         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
13583         constrain-to-field.
13585 2000-07-24  Andrew Innes  <andrewi@gnu.org>
13587         * timer.el (timer-activate-when-idle): Add optional parameter
13588         DONT-WAIT.  Update docstring.
13589         (run-with-idle-timer): Specify extra parameter to
13590         timer-activate-when-idle, so that timer will be activated
13591         immediately if Emacs is already idle.
13593         * w32-fns.el (w32-using-nt): Fix docstring.
13595 2000-07-24  Dave Love  <fx@gnu.org>
13597         * mouse.el (popup-menu): Set last-command-event.
13598         (mouse-major-mode-menu-prefix): Declare.
13600 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
13602         * textmodes/flyspell.el: Update to author's version 1.5d.
13604         * progmodes/hideshow.el: Update copyright notice.
13606         * vcursor.el: Set maintainer to FSF, since author cannot
13607         be reached.
13609 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
13611         * info.el (Info-goto-emacs-key-command-node): Leave a space after
13612         the prompt.
13614         * mouse.el (popup-menu): Run the keymap through indirect-function,
13615         in case it was defined with define-prefix-key.  If the menu is a
13616         list of keymaps, look up the binding of user's choice in each one
13617         of the keymaps.
13618         (mouse-popup-menubar): If the global and local menu-bar keymaps
13619         don't have a prompt string, create one and insert it into the
13620         keymap.  Don't barf if current-local-map returns nil.
13622 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
13624         * dired.el (dired-sort-R-check): Added to allow recursive listing
13625         to be undone.
13626         (dired-sort-other): Use it.
13628 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13630         * Release of cc-mode 5.27
13632 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13634         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13635         c-beginning-of-statement-1 that caused a bad case of recursion
13636         which could consume a lot of CPU in large classes in languages
13637         that have in-expression classes (i.e. Java and Pike).
13639         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13640         statements before top level constructs (i.e. case 6 is moved
13641         before case 5 and is now case 4) to catch in-expression
13642         classes in top level expressions correctly.
13644 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13646         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13647         objc-method-intro. Case 4 removed and case 5I added.
13649         * cc-langs.el (c-append-paragraph-start): New variable used by
13650         c-common-init to get paragraph-start correct.
13651         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13652         initialize paragraph-start to make it correct both with and
13653         without the javadoc special case.
13655         * cc-mode.el (java-mode): Use c-append-paragraph-start to
13656         initialize paragraph-start for javadoc markup.
13658         * cc-vars.el (c-style-variables-are-local-p): Incompatible
13659         change by defaulting this to t.  It's motivated by the
13660         confusing behavior that otherwise arise from the style system
13661         when editing both java and non-java files at the same time
13662         (see the comments about style setting in c-common-init).
13664 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13666         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13667         similar to the one in c-fill-paragraph to check the fill
13668         prefix from the adaptive fill function for sanity.
13670 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13672         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13673         defun block.
13675 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13677         * cc-align.el (c-lineup-multi-inher): Handle lines with
13678         leading comma nicely. Extended to handle member initializers
13679         too.
13681         * cc-engine.el: (c-beginning-of-inheritance-list,
13682         c-guess-basic-syntax): Fixed recognition of inheritance lists
13683         when the lines begins with a comma.
13685         * cc-vars.el (c-offsets-alist): Changed default for
13686         member-init-cont to c-lineup-multi-inher since it now handles
13687         member initializers and indents better for leading commas.
13689 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13691         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13692         handling that caused class open lines to be recognized as
13693         statement-conts in some cases.
13695         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13696         guessed by the adaptive fill function unless point is on the
13697         first line of a block comment.
13699         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13700         when the buffer ends with a macro continuation char.
13702         * cc-engine.el (c-guess-basic-syntax): Added support for
13703         function definitions as statements in Pike.  The first
13704         statement in a lambda block is now labeled defun-block-intro
13705         instead of statement-block-intro.
13707         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13708         so that the class surrounding point is selected, not the one
13709         innermost in the state.
13711         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13712         recognition of switch labels having hanging multiline
13713         statements.
13715         * cc-engine.el (c-beginning-of-member-init-list): Broke out
13716         some code in c-guess-basic-syntax to a separate function.
13717         * cc-engine.el (c-just-after-func-arglist-p): Fixed
13718         recognition of member inits with multiple line arglists.
13719         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13720         member-init-cont when the commas are in funny places.
13722 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13724         * cc-defs.el (c-auto-newline): Removed this macro since it's
13725         not used anymore.
13727         * cc-engine.el (c-looking-at-bos): New helper function.
13728         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13729         inexpr and toplevel classes apart in Pike.
13731         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13732         of case 9A.
13734         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13735         constant, since "class" can introduce an in-expression class
13736         in Pike nowadays.
13738 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13740         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13741         indentation on cpp-macro lines.
13743         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13744         a syntax modifier like comment-intro, to make it possible to
13745         get syntactic indentation for preprocessor directives.  It's
13746         incompatible wrt to lineup functions on cpp-macro, but it has
13747         no observable effect in the 99.9% common case where cpp-macro
13748         is set to -1000.
13750 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13752         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13753         member-init-cont when the preceding arglist is several lines.
13755 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13757         * cc-styles.el (c-style-alist): The basic offset for the BSD
13758         style corrected to 8.
13760 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13762         * cc-styles.el (c-style-alist): Adjusted the indentation of
13763         brace list openers in the gnu style.
13765 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13767         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13769         * cc-cmds.el (c-electric-brace, c-electric-slash,
13770         c-electric-star, c-electric-semi&comma, c-electric-colon,
13771         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13772         when c-syntactic-indentation is nil.
13774         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13775         we were left at comments preceding the first statement when
13776         reaching the beginning of the buffer.
13778         * cc-vars.el (c-syntactic-indentation): New variable to turn
13779         off all syntactic indentation.
13781 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13783         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13784         between the text and the block comment ender when it hangs,
13785         depending on how many there are before the fill.
13787 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13789         * cc-engine.el (c-beginning-of-closest-statement): New helper
13790         function to go back to the closest preceding statement start,
13791         which could be inside a conditional statement.
13792         * cc-engine.el (c-guess-basic-syntax): Use
13793         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13795         * cc-engine.el (c-guess-basic-syntax): Better handling of
13796         arglist-intro, arglist-cont-nonempty and arglist-close when
13797         the arglist is nested inside parens.  Cases 7A, 7C and 7F
13798         changed.
13800         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13801         up-to-date with javadoc 1.2.
13803 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13805         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13806         multiline Pike type decls.
13808 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13810         * cc-cmds.el (c-indent-new-comment-line): Always break
13811         multiline comments in multiline mode, regardless of
13812         comment-multi-line.
13814 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13816         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13817         fully::qualified::names in C++ member init lists.  Preamble in
13818         case 5D changed.
13820 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13822         * cc-langs.el (c-common-init): Handling of obsolete variables
13823         moved to c-initialize-cc-mode.  More compatible style override
13824         when using global style variables.
13825         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13826         variables moved here.
13828         * cc-styles.el (c-make-styles-buffer-local): Flag style
13829         variable localness in c-style-variables-are-local-p to make
13830         the compatibility measure in c-common-init work well.
13832         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13833         longer contain set-from-style.
13834         * cc-styles.el (c-initialize-builtin-style): Don't check for
13835         set-from-style on c-special-indent-hook.
13836         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
13837         copy-alist is sufficient now.
13839         * cc-styles.el (c-set-style, c-set-style-1,
13840         c-get-style-variables): Fixes to variable initialization so
13841         that duplicate entries in styles have the same effect
13842         regardless of DONT-OVERRIDE.
13844         * cc-styles.el (c-set-style-2): Fixed bug where the
13845         initialization of inheriting styles failed when the
13846         dont-override flag is set.
13848         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13849         on this.
13851 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13853         * cc-defs.el (c-forward-comment): Removed the workaround
13854         introduced in 5.38 since it had worse side-effects.  If a line
13855         contains the string "//\"", it regarded the // as a comment
13856         start since the \ temporarily doesn't have escape syntax.
13858 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
13860         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13861         ada-xref.el before ada-prj.el, so that the Project menu is created
13862         when ada-prj tries to add to it.
13863         (ada-activate-keys-for-case): Suppress the characters that are not
13864         part of the Ada syntax. Better compatibility with else-mode
13865         (ada-adjust-case-interactive): When auto-casing is not active,
13866         correctly insert newlines (used to insert only ^M).  Prevent the
13867         syntax table from being changed in case of an error
13868         (or '_' becomes part of a word and some commands are confused).
13869         Do nothing if ada-auto-case is nil.
13870         (ada-after-keyword-p): Ignore keywords that are also attributes
13871         (ada-batch-reformat): Update usage comment
13872         (ada-call-from-contextual-menu): New function
13873         (ada-case-read-exceptions): Reinitialize the casing exception list
13874         first to nil first, so that the casing exception file can be
13875         shared.
13876         (ada-check-defun-name): Handles "configure" keyword for gnatdist
13877         files.
13878         (ada-compile-goto-error): Fix regexp used to detect a file:line
13879         anywhere in the error message
13880         (ada-contextual-menu-last-point): New variable
13881         (ada-create-keymap): If the variable delete-key-deletes-forward is
13882         t on XEmacs, it means that DEL should delete one character
13883         forward.
13884         (ada-create-menu): Use :included instead of :visible for XEmacs.
13885         New submenu "Options".
13886         (ada-end-stmt-re): Correctly indent "select ... then abort"
13887         statements.
13888         (ada-fill-comment-paragraph): Correctly delete all leading '--'
13889         even if they don't match ada-fill-comment-prefix Fix handling of
13890         paragraphs on the first or last line of a file.
13891         (ada-format-paramlist): Fix handling of default parameter values.
13892         (ada-get-body-name): New function.
13893         (ada-get-current-indent): Optimized by searchling directly for an
13894         existing generic part or a statement outside of it.  Handle
13895         ada-indent-align-comments when indenting comments Replaced some
13896         regexps by testing directly the next character. This results in a
13897         huge speedup on some files.  New indentation scheme for renames
13898         statements.  Stop looking for the 'while' or 'for' associated with
13899         a 'loop' at the first semicolon encountered.  A "return" can also
13900         match an anonymous access subprogram declaration.
13901         (ada-get-indent-noindent): Ignore strings and comments when
13902         looking for the keywords "record" and "private".
13903         (ada-goto-matching-decl-start): When matching "if", make sure we
13904         are not in fact seeing "end if".  Ignore "when" statements except
13905         when initial keyword was "begin".  Fix handling of nested
13906         procedures.  Add a recursive call to this function to skip over
13907         other 'end' statmts.  Fix indentation for "when .. => begin"
13908         (ada-in-open-paren-p): Fix indentation for complex boolean
13909         expressions, where 'and then', 'or else' and parenthesis
13910         statements are mixed up.
13911         (ada-in-paramlist-p): Skip comments while searching for the
13912         beginning Fix handling of operator declarations.
13913         (ada-indent-align-comments): New variable
13914         (ada-indent-current): Change the syntax table only in the
13915         protected section, so that we are sure it is restored correctly.
13916         (ada-indent-on-previous-lines): Use ada-use-indent and
13917         ada-with-indent Correctly indent "select ... then"
13918         (ada-indent-region): Slight speedup.
13919         (ada-indent-renames): New variable.
13920         (ada-last-which-function-subprog, ada-last-which-function-line):
13921         New variables
13922         (ada-looking-at-semi-private): Correctly indent the 'private'
13923         keyword when it is the first word in a package declaration.
13924         (ada-loose-case-word): Stop searching if at the end of the buffer.
13925         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13926         even if point is not initially at the end of the word.
13927         (ada-matching-decl-start-re): Add "when".
13928         (ada-mode): Add support for abbrev-mode, outline-mode and
13929         which-func-mode Override the old find-file.el entry in
13930         ff-special-constructs since it is using the obsolete
13931         ada-spec-suffix variable
13932         (ada-no-auto-case): New function
13933         (ada-scan-paramlist): When parsing the argument type, accept
13934         spaces (as in "X 'Class", generated by Rational Rose).
13935         (ada-other-file-name): No longer loads the other file.
13936         (ada-popup-menu): Save and restore the current buffer and cursor
13937         position before and after displaying the menu.
13938         (ada-search-ignore-complex-boolean): New function.
13939         (ada-uncomment-region): Emacs21 already knows how to delete
13940         comments not starting in the first column.
13941         (ada-use-indent): New variable
13942         (ada-which-function): New function.
13943         (ada-with-indent): New variable
13944         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13945         can be batch-compiled from the command line.
13947         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13948         Add to the menu when the file is loaded, not in ada-mode-hook.
13949         Add -toolbar to the default ddd command Switches moved from
13950         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13951         ada-prj-default-comp-opt
13952         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13953         Reference Manual to the menu
13954         (ada-check-current): rewritten as a call to ada-compile-current
13955         (ada-compile): Removed.
13956         (ada-compile-application, ada-compile-current, ada-check-current):
13957         Set the compilation-search-path so that compile.el automatically
13958         finds the sources in src_dir.  Automatic scrollong of the
13959         compilation buffer.  C-uC-cC-c asks for confirmation before
13960         compiling
13961         (ada-compile-current): New parameter, prj-field
13962         (ada-complete-identifier): Load the .ali file before doing
13963         processing
13964         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13965         conform to gnatmake's behavior.
13966         (ada-find-file-in-dir): New function
13967         (ada-find-references): Set the environment variables for gnatfind
13968         (ada-find-src-file-in-dir): New function.
13969         (ada-first-non-nil): Removed
13970         (ada-gdb-application): Add support for jdb, the java debugger.
13971         (ada-get-ada-file-name): Load the original-file first if not done
13972         yet.
13973         (ada-get-all-references): Handles the new ali syntax (parent types
13974         are found between <>).
13975         (ada-initialize-runtime-library): New function
13976         (ada-mode-hook): Always load a project file when a file is opened,
13977         so that the casing exceptions are correctly read.
13978         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13979         (ada-parse-prj-file): Use find-file-noselect instead of find-file
13980         to open the project file, since the latter does not work with
13981         speedbar Get default values before loading the prj file, or the
13982         default executable file name is wrong.  Use the absolute value of
13983         src_dir to initialize ada-search-directories and
13984         compilation-search-path,...  Add the standard runtime library to
13985         the search path for find-file.
13986         (ada-prj-default-debugger): Was missing an opening '{'
13987         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13988         variables.
13989         (ada-prj-default-gnatmake-opt): New variable
13990         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13991         buffers, the project file is the default one Save the windows
13992         configuration before displaying the menu.
13993         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13994         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13995         ...)  regexp-quote identifiers names to support operators +,
13996         -,... in regexps.
13997         (ada-remote): New function.
13998         (ada-run-application): Erase the output buffer before starting the
13999         run Support remote execution of the application.  Use
14000         call-process, or the arguments are incorrectly parsed
14001         (ada-set-default-project-file): Reread the content of the active
14002         project file, not the one from the current buffer When a project
14003         file is set as the default project, all directories are
14004         automatically associated with it.
14005         (ada-set-environment): New function
14006         (ada-treat-cmd-string): New special variable ${current}
14007         (ada-treat-cmd-string): Revised.  The substitution is now done for
14008         any ${...} substring
14009         (ada-xref-current): If no body was found, compiles the spec
14010         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14011         compiler to get rid of command line length limitations.
14012         (ada-xref-get-project-field): New function
14013         (ada-xref-project-files): New variable
14014         (ada-xref-runtime-library-specs-path)
14015         (ada-xref-runtime-library-ali-path): New variables
14016         (ada-xref-set-default-prj-values): Default run command now does a
14017         cd to the build directory.  New field: main_unit Provide a default
14018         file name even if the current buffer has no prj file.
14020         * ada-prj.el:
14021         Rewritten to show a tabbed-dialog.
14022         (ada-prj-add-ada-menu): Remove the map and name parameters.
14023         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14024         New function
14025         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14026         (ada-prj-load-from-file): New function
14027         (ada-prj-save): Always save fields that depend on the current buffer
14028         (ada-prj-show-value): New function
14030         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14031         Ada mode. This will allow us to display the Ada menu in any buffer
14032         we want (for project items).
14033         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14034         number of spaces in the header.
14036 2000-07-24  Dave Love  <fx@gnu.org>
14038         * ediff-init.el (ediff-region-help-echo): Bind face-help.
14040 2000-07-23  Noah Friedman  <friedman@splode.com>
14042         * type-break.el (type-break): perform autosave.
14043         Suggested by Stephen Gildea <gildea@intouchsys.com>.
14044         (type-break-do-query): Cancel query schedule while performing
14045         actual query, to avoid possibility of a second query being made
14046         while first one is already in progress.
14047         (type-break-time-stamp-format): New variable.
14048         (type-break-time-stamp): New function.
14049         (type-break-time-warning): Use it.
14050         (type-break-keystroke-warning): Use it.
14051         (type-break-noninteractive-query): Use it.
14053         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14054         cookie.
14055         Use add-minor-mode to set minor-mode-alist, if available.
14056         (eldoc-echo-area-use-multiline-p): New user option.
14057         (eldoc-echo-area-multiline-supported-p): New variable.
14058         (eldoc-docstring-format-sym-doc): Use them.
14059         (eldoc-mode): If not using idle timers, append to local post and
14060         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
14061         (eldoc-display-message-no-interference-p): Don't interfere with
14062         edebug.
14063         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14064         (eldoc-function-arglist): New function.
14065         (eldoc-function-argstring): Use it.
14067         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14068         auto save directory exists before calling directory-files.
14070 2000-07-23  Dave Love  <fx@gnu.org>
14072         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14073         ^o, ^u.
14075 2000-07-21  Dave Love  <fx@gnu.org>
14077         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14078         now passed to the function.  It now works properly.
14080         * smerge-mode.el (smerge-mode-menu): Fill it out.
14082 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
14084         * info-look.el (info-lookup): If *info* is shown in another frame
14085         on the same display, select that frame, instead of switching to
14086         the Info buffer in another window of the selected frame.
14088         * simple.el (universal-argument-map): Bind numeric keypad keys
14089         kp-0 to kp-9 and kp-subtract.
14090         (digit-argument): Handle these keys.
14092 2000-07-20  Dave Love  <fx@gnu.org>
14094         * net/goto-addr.el (goto-address-fontify): Don't bother with
14095         buffer-modified and read-only stuff -- irrelevant with overlays.
14096         Put an extra property on the overlays and use it to clean up in
14097         case goto-address is re-run.
14099 2000-07-19  Richard M. Stallman  <rms@gnu.org>
14101         * timer.el (run-with-idle-timer): Doc fix.
14103         * mail/mail-utils.el (mail-strip-quoted-names):
14104         Handle case where <...> appears inside "...".
14105         Use replace-match to edit the string more simply.
14106         (rmail-dont-reply-to): Cope with an unmatched ".
14108 2000-07-19  Dave Love  <fx@gnu.org>
14110         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14111         implementation.
14113         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14114         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14115         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14117 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
14119         * textmodes/refer.el: Correct maintainer's email address.
14121         * progmodes/hideif.el: Correct author's email address.
14122         Fix typo in comment.
14124         * xml.el: New file.
14126         * mail/mailheader.el: Correct author's mail address.
14128         * gnus/parse-time.el: Correct author's mail address.
14130 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
14132         * comint.el (comint-highlight-input, comint-highlight-face):
14133         New user options.
14134         (comint-input-ring-file-name): Change custom type.
14135         (comint-mode-map): Bind mouse-2.
14136         (comint-insert-clicked-input): New function.
14137         (comint-send-input): Handle input highlighting.
14139 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
14141         * mouse.el (popup-menu): New function.
14142         (mouse-major-mode-menu): Use it.
14144 2000-07-18  Dave Love  <fx@gnu.org>
14146         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14147         improvements.
14149 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14151         * faces.el (face-font-selection-order)
14152         (face-font-family-alternatives): Add custom type.
14154 2000-07-18  Dave Love  <fx@gnu.org>
14156         * cus-edit.el (custom-variable-reset-saved)
14157         (custom-variable-reset-standard): Remove unused bindings.
14159         * rect.el (open-rectangle-line): Remove unused let.
14161         * hl-line.el (hl-line-highlight): Check hl-line-mode.
14163 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14165         * cdl.el: Fix `Maintainer' keyword.
14167         * play/pong.el: Add author's email address.
14169 2000-07-17  Sam Steingold  <sds@gnu.org>
14171         * files.el (insert-directory): Call `split-string' instead of
14172         re-implementing it.
14174 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14176         * mail/vms-pmail.el: Change maintainer to FSF.
14178         * net/goto-addr.el: Change maintainer to FSF.
14180         * info.el (Info-title-face-alist): Removed.
14182 2000-07-18  David Ponce  <david@dponce.com>
14184         * recentf.el (recentf-open-files): New command that works like
14185         `recentf-open-more-files', but shows the whole list of files (not just
14186         those omitted from the menu). Useful if you don't use a menu-bar!
14187         (recentf-open-more-files) Modified to use `recentf-open-files'.
14189         (recentf-open-files, recentf-open-more-files)
14190         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14192         (recentf-dialog-mode): New mode for dialogs. You can now just type
14193         "q" to cancel the dialogs.
14195 2000-07-18  David Ponce  <david@dponce.com>
14197         * recentf.el: This is a major update of recentf.el. It adds new
14198         features to better organize the recentf menu and "More..." buffer.
14200         Using new provided menu filtering functions you can now organize the
14201         recent files list:
14203         - by major modes
14204         - by directories
14205         - by user defined rules
14207         Finally, with the new `recentf-filter-changer' customizable filter you
14208         can define a ring of filters and dynamically (via the menu) cycle on
14209         each menu organization in the ring (a la msb).
14211 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
14213         * eshell/eshell.el (eshell): Replace links to eshell.info with
14214         links to eshell, to avoid problems on systems where the manual is
14215         installed as `eshell'.
14216         * eshell/esh-cmd.el (eshell-cmd): Ditto.
14217         * eshell/em-smart.el (eshell-smart): Ditto.
14218         * eshell/em-banner.el (eshell-banner): Ditto.
14219         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14221         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14222         same-file check in the MS-DOS version (it does support inodes).
14224         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14226         * eshell/eshell.el (eshell-directory-name):
14227         Run default directory name through convert-standard-filename.
14229 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
14231         * international/mule-cmds.el (select-safe-coding-system):
14232         Fix typo in the comment.
14234         * language/european.el (compound-text):
14235         Force katakana-jisx0201 to be designated to G1.
14237         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14238         Don't translate some national variant characters of latin-jisx0201.
14239         (x-ctext): Force katakana-jisx0201 to be designated to G1.
14241         * international/kkc.el (kkc-after-update-conversion-functions):
14242         New variable.
14243         (kkc-update-conversion): Run functions in it at the tail.
14245 2000-07-16  John Wiegley  <johnw@gnu.org>
14247         * lisp/align.el (align-newline-and-indent):
14248         Adding new function.  for auto-aligning blocks of code on RET.
14249         (align-region): Fixed badly formatted minibuffer message.
14251 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
14253         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14254         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
14255         the conversion list at first if appropriate.
14256         (kkc-next): Don't update kkc-next-count here.
14257         (kkc-prev): Don't update kkc-prev-count here.
14258         (kkc-show-conversion-list-update): Fix setting up of conversion
14259         list message.
14261 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14263         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14265 2000-07-16  Dave Love  <fx@gnu.org>
14267         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14268         function to be more specific.
14270         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14271         non-string help-echo.
14272         (widget-types-convert-widget): Defsubst it.
14273         (widget-echo-help): Try to cope with a help-echo function of two
14274         possible sorts.
14276 2000-07-15  Jason Rumney  <jasonr@gnu.org>
14278         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14279         Declare as obsolete.
14281         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14283 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
14285         * hilit-chg.el: Fix typo.
14287 2000-07-14  Dave Love  <fx@gnu.org>
14289         * info.el (Info-mode-menu): Fix use of :help, :enable.
14291 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
14293         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14295 2000-07-13  Dave Love  <fx@gnu.org>
14297         * emacs-lisp/easymenu.el: Doc fixes.
14298         (easy-menu-remove): Defalias to ignore.
14300         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14301         Call throw correctly.
14303 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
14305         * faces.el (frame-background-mode): Doc fix.
14307         * simple.el (eval-expression-print-length): Change custom type to
14308         allow entering nil as value.
14310 2000-07-13  Dave Love  <fx@gnu.org>
14312         * progmodes/fortran.el (fortran-imenu-generic-expression):
14313         Change definition layout.
14314         (fortran-mode-menu): Reinstate customize entries.
14316         * cus-edit.el (custom-group-menu-create, customize-menu-create):
14317         Use :filter, per old XEmacs code.
14319 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
14321         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14322         event when deciding what to send to the terminal.
14324 2000-07-12  Dave Love  <fx@gnu.org>
14326         * cus-start.el: Add optional version as 4th element of specs and
14327         use it for several things new in v21.  Remove load-path.  Fix type
14328         of line-number-display-limit.
14330 2000-07-11  Dave Love  <fx@gnu.org>
14332         * progmodes/fortran.el: Don't require easymenu.
14333         Use repeat counts in various regexps.
14334         (fortran-mode-syntax-table): Defvar directly.
14335         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14336         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14337         Use defvar, not defconst.
14338         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
14339         (fortran-mode): Set fortran-comment-line-start-skip,
14340         fortran-comment-line-start-skip, dabbrev-case-fold-search.
14341         (fortran-comment-indent): Use defsubst.
14342         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14343         Use fortran-comment-indent, not fortran-comment-indent-function.
14344         (fortran-comment-region, fortran-electric-line-number): Simplify.
14345         (fortran-auto-fill): New function.
14346         (fortran-do-auto-fill): Deleted.
14347         (fortran-find-comment-start-skip):
14348         Check for non-null comment-start-skip.
14349         (fortran-auto-fill-mode, fortran-fill-statement):
14350         Use fortran-auto-fill.
14351         (fortran-fill): Use fortran-auto-fill.  Check for null
14352         comment-start-skip.  Simplify final clause and use end-of-line finally.
14354         * widget.el (widget-plist-member): New alias.
14356 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
14358         * eshell/esh-module.el (toplevel): Reference
14359         byte-compile-current-file only if it is bound.
14361 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
14363         * dired.el: Don't require `dired-aux'.
14365 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
14367         * dired-aux.el (dired-show-file-type): New function.
14368         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14369         (dired-show-file-type): Add autoload.
14371 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
14373         * international/mule-diag.el (describe-font): Adjusted for the
14374         change of fontset-info.
14375         (print-fontset): Likewise.
14377 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14379         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14381 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
14383         * bindings.el: Bind `[delete]' to delete-char.
14385         * dired.el (dired-find-alternate-file): New function.
14386         (dired-mode-map): Bind `a' to dired-find-alternate-file.
14387         (toplevel): Require dired-aux when compiling.
14388         (dired-buffers): Move defvar within file to avoid compiler warning.
14390         * info.el (Info-last-search): Variable removed.
14391         (Info-search-history): New variable.
14392         (Info-search): New Info-search-history.
14394         * battery.el, info-look.el: Change author's mail address.
14396 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
14398         * mail/rmail.el (rmail-clear-headers): Don't throw an error
14399         if rmail-ignored-headers is nil.
14400         (rmail-retry-failure): Bind rmail-ignored-headers and
14401         rmail-displayed-headers to nil.
14403 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
14405         * lpr.el (lpr-page-header-switches): Add `-h' switch.
14406         (print-region-1): Don't hard code `-h' here.
14408         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14410 2000-07-01  Francesco Potorti`  <pot@gnu.org>
14412         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14413         exim can use "your message" instead of "the message".
14415 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14417         * facemenu.el: Docstrings fixes.
14418         (facemenu-get-face): Don't use internal-find-face.
14419         (facemenu-iterate): Rename arg to match the docstring.
14421         * newcomment.el (uncomment-region): Be more careful when skipping
14422         backwards over `=' not to bump into BOBP.
14424 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
14426         * ediff-diff.el (ediff-wordify): Use syntax table.
14427         * ediff-init.el (ediff-has-face-support-p): Use
14428         ediff-color-display-p.
14429         (ediff-color-display-p): Use display-color-p, changed to defun
14430         from defsubst.
14431         Got rid of special cases for NeXT and OS/2.
14432         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14433         face.
14435 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14437         * emacs-lisp/lucid.el: Require CL.
14438         (copy-tree, remprop): Remove, it's provided by CL.
14439         (map-keymap): Define in terms of cl-map-keymap.
14440         (extent-property, set-extent-end-glyph): New functions.
14442         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14444 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14446         * Makefile.in (DONTCOMPILE): Add comment that the name may
14447         not be changed without changing the make-dist script.
14449         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14450         (cl-mapc): Use mapc instead of cl-old-mapc.
14452 2000-07-05  Andrew Innes  <andrewi@gnu.org>
14454         * makefile.nt: Add support for `bootstrap' and related targets.
14456 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14458         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14459         (easy-menu-do-define): Use `menu-item' format.
14460         Handle case where easy-menu-create-menu returns a symbol.
14461         Manually call the potential top-level filter in the function binding.
14462         (easy-menu-filter-return): New arg NAME.
14463         Convert to a keymap if MENU is an XEmacs menu.
14464         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
14465         (easy-menu-converted-items-table, easy-menu-convert-item):
14466         New var and fun to memoize easy-menu-convert-item-1.
14467         (easy-menu-do-add-item): Use it.
14468         (easy-menu-create-menu): Use easy-menu-convert-item.
14469         Wrap easy-menu-filter-return around any :filter specification.
14470         Don't convert the menu if a filter was specified.
14471         Tell easy-menu-make-symbol not to check for MENU being an expression.
14472         (easy-menu-make-symbol): New arg NOEXP.
14474 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14476         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14477         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14478         (eval-defun): If called with prefix arg, instrument code for
14479         Edebug.
14481         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14482         similar to that of eval-defun.
14484 2000-07-04  Dave Love  <fx@gnu.org>
14486         * hl-line.el (hl-line-overlay): Make it permanent-local.
14488         * calendar/todo-mode.el: Replaced with a working version, based on
14489         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14491 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
14493         * paths.el (prune-directory-list): New function.
14494         (Info-default-directory-list): Rewritten to more methodically
14495         enumerate a big list of possible info directories (based on the
14496         list used by the standalone info reader).
14498         * info.el (info-initialize): Use prune-directory-list to remove
14499         non-existent directories from Info-directory-list.
14501         * paths.el (Info-default-directory-list): Try a list of possible
14502         info-directories instead of a single one.  Add the possible
14503         info directory "/usr/share/info".
14505         * woman.el (woman-man.conf-path): Explicitly include the debian
14506         man-db config file "/etc/manpath.config".
14507         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14508         are present in `manpath.config'.
14509         (woman-manpath): Include "/usr/share/man".
14511 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
14513         * frame.el (blink-cursor-mode): Don't hide cursor initially.
14515         * startup.el (command-line): Initialize blink-cursor based
14516         on window-system.
14518         * frame.el (blink-cursor): Default to nil if not running under
14519         a window-system.
14521         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14522         (face-x-resources): Remove duplicate entry for :font.
14524         * textmodes/refer.el (refer-find-entry-internal): Use some-window
14525         instead of cycling through windows with next-window.
14527         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14528         of cycling through windows with next-window.
14530         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14531         of cycling through windows with next-window.
14533         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14534         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14535         instead of cycling through windows with next-window.
14537         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14538         instead of cycling through windows with next-window.
14540         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14541         of cycling through windows with next-window.
14543         * terminal.el (te-process-output): Use walk-windows instead of
14544         cycling through windows with next-window.
14546         * server.el (server-switch-buffer): Use some-window instead of
14547         cycling through windows with next-window.
14549         * window.el (some-window): New function.
14550         (walk-windows): Remove reference to walk-windows-start.
14552         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14554 2000-07-03  Richard Stallman  <rms@gnu.org>
14556         * window.el (walk-windows): Guarantee termination by keeping a list
14557         of all the windows already handled.
14559 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14561         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14562         window-system.
14564         * man.el (Man-notify-when-ready): Don't use window-system.  If
14565         Man-notify-method is newframe, and the display is not
14566         multi-frame, select the frame created for the man page.
14567         (Man-init-defvars): Doc fix.
14569 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
14571         * faces.el (region): Change background color for light background.
14573         * ediff-wind.el (ediff-setup-control-frame): Remove :box
14574         attribute from mode-line face of Ediff control frame.
14576         * replace.el (query-replace-map): Bind `e' like `E'.
14578 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14580         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14581         Change name to "Select All".
14583         * dos-fns.el (convert-standard-filename): Fix last change.
14585 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
14587         * help.el (describe-variable): Don't insert a second `'s' in front
14588         of the string `value is shown below'.  Since the syntax-table is
14589         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14590         an existing `'s', so that this won't be deleted.
14592         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14593         * pcmpl-unix.el: New files.
14595 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14597         * wid-edit.el (widget-member): Use the new plist-member.
14599 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
14601         * replace.el (perform-replace): Undo change of 2000-04-04.
14602         Instead, move backward 1 character at the end of the loop when
14603         necessary.
14605         * faces.el (fringe): Change face for different backgrounds.
14607         * eshell/esh-module.el (toplevel): Load defgroup's differently;
14608         patch from John.
14610         * eshell/*.el: Change spelling of the Free Software Foundation.
14612         * eshell/esh-toggle.el: Removed.
14614         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14616         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14617         interactively.
14619 2000-06-26  Alex Schroeder  <alex@gnu.org>
14621         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14622         `define-key'; instead of checking `(emacs-version)' check for
14623         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
14624         for `;' and `o' which might be electric.
14626         (sql-electric-stuff): New user option.
14627         (sql-magic-go): New function which uses `sql-electric-stuff'.
14628         (sql-magic-semicolon): New function which uses
14629         `sql-electric-stuff'.
14631         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14632         is not fboundp.
14634         (sql-oracle-options): New variable.
14635         (sql-oracle): Use it.
14637         (sql-imenu-generic-expression): Doc change.
14638         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14639         is used.
14641         (sql-informix): Added command line parameter "-" to force
14642         sql-informix-program to use stdout.
14644 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
14646         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14647         (cp864-decode-table): Doc fix.
14648         (cp720-decode-table): New variable, supports the Arabic OEM
14649         codepage used by Windows.
14650         (cp737-decode-table): New, Greek OEM codepage used by Windows.
14652 2000-06-23  Dave Love  <fx@gnu.org>
14654         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14655         (font-lock-fontify-anchored-keywords): Use
14656         line-beginning-position.
14657         (global-font-lock-mode): Use mapc.
14659 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14661         * eshell/esh-module.el: Require CL when compiling.
14663 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14665         * comint.el (comint-substitute-in-file-name): Call replace-match
14666         with second and third arg t.
14668         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14669         Specify foreground color.
14671         * faces.el (tool-bar, mode-line, header-line): Specify foreground
14672         color.
14674         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14676         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14677         cddr instead of cdddr.
14679         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14680         instead of copy-list.
14682         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14683         of copy-list.
14685         * subdirs.el: Add eshell subdirectory.
14687         * eshell: New subdirectory containing the Eshell package.
14689         * pcomplete.el: New file.
14691 2000-06-23  Paul Eggert  <eggert@twinsun.com>
14693         * mail/mailpost.el (post-mail-send-it): Make sure file has
14694         proper permissions from birth.
14696         * files.el (basic-save-buffer-2): When temporarily setting
14697         file modes, set them to current modes plus 0200, not to 0777.
14699         * emerge.el (emerge-make-temp-file): Make sure file has proper
14700         permissions from birth.
14702 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
14704         * files.el (make-backup-file-name-1): On DOS/Windows, run the
14705         backup file name through convert-standard-filename.
14707         * dos-fns.el (convert-standard-filename): Convert leading
14708         directories as well.  When long file names are supported, convert
14709         characters that are invalid in Windows file names.
14711 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14713         * ps-print.el: Fix bug: if ^L is the very first buffer character,
14714         ps-print crashes.  New feature: page selection for printing.  Create
14715         raw-text-unix coding system for XEmacs.  Doc fix.
14716         (ps-print-version): New version number (5.2.3).
14717         (ps-plot-region): Bug fix.
14718         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14719         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14720         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14721         funs.
14722         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14723         (ps-last-page): New vars.
14725 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
14727         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14728         empty option string.
14730 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
14732         * man.el (man): Doc fix.
14734 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
14736         * international/mule-cmds.el (set-language-info-alist): Docstring
14737         fixed.
14739 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
14741         * version.el (emacs-version): Use ISO date format.
14743         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14744         instead of `M-backspace'.
14746         * simple.el (turn-off-auto-fill): New function.
14748 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
14750         * jit-lock.el (with-buffer-prepared-for-jit-lock):
14751         Renamed from with-buffer-prepared-for-font-lock and use
14752         inhibit-modification-hooks rather than setting *-change-functions.
14753         Update all functions to use the new name.
14754         (jit-lock-first-unfontify-pos): New semantics (and doc).
14755         (jit-lock-mode): Make non-interactive.
14756         Don't automatically turn on font-lock.
14757         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14758         Always use jit-lock-after-change.
14759         Remove and restore font-lock-after-change-function.
14760         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14761         (jit-lock-after-unfontify-buffer): Remove.
14762         (jit-lock-stealth-fontify):
14763         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14764         (jit-lock-after-change): Set the `fontified' text-prop to nil.
14766 2000-06-20  Sam Steingold  <sds@gnu.org>
14768         * emacs-lisp/cl-indent.el (toplevel): Indent
14769         `print-unreadable-object' properly.  Untabify.
14771 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14773         * textmodes/reftex.el (reftex-find-citation-regexp-format):
14774         Support for bibentry.
14775         (reftex-compile-variables): Fixed problem with end of section-re.
14777         * texmodes/reftex-dcr.el (reftex-view-crossref,
14778         reftex-view-crossref-from-bibtex):
14779         Deal with changed `reftex-find-citation-regexp-format'.
14780         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14781         Replaced `remprop' with `put'.
14782         (reftex-view-crossref, reftex-view-crossref-when-idle):
14783         Support for bibentry.
14785         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14786         New entry for bibentry package.
14788         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14789         Regexp also matches "\nobibliography".
14791         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14792         Call `reftex-ensure-write-access' before doing anything.
14793         (reftex-ensure-write-access): New function.
14795 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14797         * progmodes/idlwave.el: File re-installed (update to version 4.2)
14799         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14801         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14803         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14806 2000-06-20  Dave Love  <fx@gnu.org>
14808         * faces.el (frame-background-mode): Use set-default, not set, in
14809         setter.
14810         (frame-update-faces, frame-update-face-colors): Define with
14811         defalias.
14813         * enriched.el (enriched-decode-foreground)
14814         (enriched-decode-background): Don't use internal-find-face.
14816         * apropos.el: Doc fixes.
14818         * cus-edit.el (customize-changed-options): Check arg.
14819         (customize-version-lessp): Don't require decimal point.
14821         * custom.el (defcustom, defgroup): Doc fix.
14823         * newcomment.el (comment) <defgroup>: Add :version.
14824         (comment-multi-line): Doc fix.
14826         * emulation/mlsupport.el (define-hooked-local-abbrev,
14827         define-hooked-global-abbrev): Fix, using define-abbrev.
14829 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
14831         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14832         the whole buffer.
14834 2000-06-19  Dave Love  <fx@gnu.org>
14836         * menu-bar.el (menu-bar-options-save): New function.
14837         (menu-bar-options-menu): Use it.
14838         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14839         Simplify.
14841 2000-06-19  Andreas Schwab  <schwab@suse.de>
14843         * progmodes/etags.el (tags-query-replace): Put new parameters
14844         START and END at the end, for backward compatibility.
14846 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14848         * international/codepage.el:
14849         (cp-coding-system-for-codepage-1): Delete special codes for
14850         generating xxx-dos coding system because now a CCL based coding
14851         system can handle EOL conversion by default.
14853         * international/mule.el (make-coding-system): Generate subsidiary
14854         coding systems for EOL handling variants even for a CCL based
14855         coding system.
14857 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14859         * international/isearch-x.el (isearch-minibuffer-input-method)
14860         (isearch-minibuffer-input-method-function): These variables
14861         deleted.
14862         (isearch-with-input-method): Don't use the above variables.
14863         (isearch-process-search-multibyte-characters): Likewise.  Call
14864         read-string with the arg INHERIT-INPUT-METHOD t.
14866 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
14868         * font-lock.el (font-lock-after-fontify-buffer)
14869         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14871         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14872         Use consistent make-local-variable style for font-lock-fontified.
14873         (jit-lock-fontify-buffer):
14874         Don't bother checking for font-lock-mode and jit-lock-mode.
14876         * time.el: Remove trailing ^M that prevent CVS-merging.
14878 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14880         * Makefile.in (distclean): New target.
14882 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
14884         * Makefile.in (srcdir): Define for update-subdirs.
14886 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14888         * find-lisp.el: New file.
14890 2000-06-16  Andrew Innes  <andrewi@gnu.org>
14892         * time.el (display-time-mail-function): New variable, to allow
14893         external packages to indicate when new mail is available.
14894         (display-time-update): Use it.
14896 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
14898         * international/mule.el (mule-version): Change version name to
14899         SAKAKI.  AOI has already been used by Meadow.
14901         * international/quail.el (quail-show-guidance-buf): To find the
14902         bottom window (but minibuffer), pay attention to the height of
14903         minibuffer.
14905 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14907         * arc-mode.el (archive-mode-map): Use the new menu-item format for
14908         menu-bar menus.  Add help strings.  Don't remove the Edit menu
14909         from the menu bar, as the menu bar has enough space now.
14911         * Makefile.in (SHELL): Make sure /bin/sh is used.
14913         * woman.el (woman-man-buffer): Fix bold and underlined CJK
14914         characters, which use series of two ^H characters instead of one.
14916 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
14918         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14919         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14920         functions.
14921         (Info-find-node-2): Try a case-sensitive search first, then
14922         do a case-insensitive search.
14924         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14925         tutorials.
14927         * complete.el (PC-env-vars-alist): New variable.
14928         (PC-complete-as-file-name): New function.
14929         (partial-completion-mode): Initialize PC-env-vars-alist from
14930         process-environment.
14931         (PC-do-completion): Handle completion of env vars.
14933         * info.el (Info-set-mode-line): Show file name in mode line,
14934         use `*Info*' instead of `Info:'.
14936         * startup.el (command-line-1): Change copyright messages to year
14937         2000.
14939 2000-06-15  Dave Love  <fx@gnu.org>
14941         * net/goto-addr.el (goto-address-fontify): Use keymap property,
14942         not local-map.
14944 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
14946         * international/mule.el (set-buffer-file-coding-system): Almost
14947         rewritten to handle `undecided' as no-op.
14949 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
14951         * Makefile.in: New file.
14953         * Makefile: Removed.
14955         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14956         (goto-address-highlight-keymap): Bind C-c RET.
14958 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
14960         * mail/sendmail.el (sendmail-send-it): The temporary buffer
14961         inherits buffer-file-coding-system of the current buffer.
14963         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14964         0.  Give correct argument to set-auto-coding-function.
14965         (tar-expunge): For goto-char, use (point-min), not 0.
14966         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14967         (tar-subfile-save-buffer): Likewize.
14969         * international/mule.el
14970         (after-insert-file-set-buffer-file-coding-system): Call
14971         set-buffer-file-coding-system with the arg FORCE t.
14973 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
14975         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14976         nil.  Contemporary sendmails issue an X-Authentication-Warning if
14977         the sender is set with `-f'.
14979 2000-06-13  Dave Love  <fx@gnu.org>
14981         * help.el (describe-function-1): Kluge around cases of functions
14982         fset to subrs whose doc doesn't match their symbol-name.
14984         * image.el (insert-image): Default STRING to a space.
14986         * info.el Doc fixes.
14987         (Info-build-node-completions): Match Ref tags.
14989 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
14991         * frame.el (display-multi-frame-p, display-multi-font-p): New
14992         defaliases for display-graphic-p.
14994         * hl-line.el: Fixed a typo in commentary.
14996 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
14998         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14999         fixed.
15001 2000-06-12  Dave Love  <fx@gnu.org>
15003         * image.el (insert-image): Save a little consing.
15005 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15007         * language/tibet-util.el: Convert all tibetan-1-column characters
15008         to the corresponding tibetan characters.
15009         (tibetan-add-components): Delete code for the special treatment of
15010         'a chung.
15012         * language/tibetan.el (tibetan-composable-pattern): Fix previous
15013         change.
15014         (tibetan-vowel-transcription-alist): More rules added.
15015         (tibetan-composite-vowel-alist): New variable.
15016         (tibetan-precomposition-rule-alist): More rules added.
15018 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
15020         * startup.el (command-line): Only call menu-bar-mode if interactive.
15022         * thingatpt.el (toplevel symbol-properties):
15023         * textmodes/makeinfo.el (makeinfo-compile):
15024         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15025         * progmodes/hideif.el (hif-compress-define-list)
15026         (hide-ifdef-use-define-alist):
15027         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15028         (ange-ftp-vms-add-file-entry):
15029         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15030         * man.el (Man-build-man-command):
15031         * mail/rnewspost.el (news-reply-header-hook):
15032         * info.el (Info-insert-dir):
15033         * emulation/mlconvert.el (backward-word, forward-word, setq):
15034         * emacs-lisp/gulp.el (gulp-send-requests):
15035         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15036         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15037         (byte-optimize-apply, end of file):
15038         * emacs-lisp/advice.el (ad-advice-class-completion-table)
15039         (ad-make-freeze-definition):
15040         * startup.el (command-line, command-line-1): Don't quote lambdas.
15042         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15043         (cvs-cleanup-removed): New function.
15044         (cvs-cleanup-functions): New var.
15045         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15046         some flexibility in specifying additional entries to auto-cleanup.
15047         (cvs-quickdir): New function.
15048         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15049         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15050         (cvs-mode-find-file): Check that we are on a filename or dirname
15051         when invoked through a mouse-click.
15052         (cvs-full-path): Remove.
15053         (cvs-dired-action): Re-introduced.
15054         (cvs-dired-noselect): Use it.
15055         (vc-post-command-functions): use this new hook if available.
15057         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15058         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15059         (cvs-filename-map, cvs-dirname-map): Remove.
15060         (cvs-default-action): Remove.
15061         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15062         if the arg is really a keymap.
15063         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15064         Don't hardcode the mapping from state (aka type) to face, but check
15065         the var cvs-fi-<type>-face instead.
15066         (cvs-fileinfo-from-entries): New function.
15068         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15069         Docstring fix.
15070         (cvs-find-file-and-jump): Change default to be safer.
15071         (cvs-mode-diff-map): Define it as a function as well.
15072         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15073         Bind mouse-2 in this global map rather than with text-properties.
15075         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15076         file to resolve the ambiguity between C(conflict) and C(need-merge).
15078 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
15080         * international/mule.el (set-buffer-file-coding-system): If
15081         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15082         unconditionally.
15084 2000-06-12  Dave Love  <fx@gnu.org>
15086         * wid-edit.el (widget-specify-button): Really suppress the face if
15087         required.
15089 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
15091         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15093 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
15095         * imenu.el (imenu-generic-expression): Docstring fix.
15097         * composite.el (composition-function-table): Move the `put'
15098         below the autoload cookie so we can load the file before loaddefs.
15100         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15102         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15103         Handle easy-mmode-define-global-mode.
15104         For complex macros like define-minor-mode that can generate
15105         several autoload entries, try to autoload entries in the
15106         macroexpanded code.
15108         * emacs-lisp/easy-mmode.el (define-minor-mode):
15109         If KEYMAP is a symbol, just use it.
15110         Use byte-compile-current-file and load-file-name to infer the
15111         proper :require to pass to defcustom.
15112         Wrap the hook var into `progn' so as not to autoload it.
15113         Add a :autoload-end cookie.
15114         Be more careful about the evaluation of KEYMAP.
15115         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15116         (define-derived-mode): Move define-abbrev-table outside of defvar.
15118 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
15120         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15121         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15122         (backup-compiled-files): Ignore errors during `tar'.
15123         (bootstrap): Make autoloads before elc files.
15125 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
15127         * international/mule.el (set-buffer-file-coding-system): If one of
15128         undecided-XXX is specified, change only EOL conversion.
15130         * international/mule-conf.el (unix): New alias for the coding
15131         system undecided-unix.
15133 2000-06-09  Dave Love  <fx@gnu.org>
15135         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15137         * progmodes/executable.el: Byte compile dynamic.
15138         (executable-insert): Change custom type.
15139         (executable-find): Add autoload cookie.
15140         (executable-make-buffer-file-executable-if-script-p): New
15141         function.  After Noah Friedman.
15143         * files.el (after-save-hook): Customize, with
15144         executable-make-buffer-file-executable-if-script-p as an option.
15146 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
15148         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15149         "tib24p-mule.bdf" for Tibetan.
15151         * composite.el (decompose-composite-char): Declare it as obsolete.
15153         * man.el (Man-fontify-manpage): Pay attention to underline and
15154         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15156 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
15158         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15159         Set maintainer to FSF since author isn't reachable.
15161 2000-06-08  Dave Love  <fx@gnu.org>
15163         * international/mule-cmds.el (select-safe-coding-system): If
15164         DEFAULT-CODING-SYSTEM is not specified, also check the most
15165         preferred coding-system if buffer-file-coding-system is
15166         `undecided'.  From Handa.
15168 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
15170         * international/mule.el
15171         (after-insert-file-set-buffer-file-coding-system): If the buffer
15172         size is greater than INSERTED, judget that we are not visiting.
15174 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
15176         * whitespace.el (defgroup whitespace): Comment out `:version'.
15177         XEmacs 20.4 has problems defining the group with this present.
15178         We'll have this commented out till get resolve the problem.
15180 2000-06-07  John Wiegley  <johnw@gnu.org>
15182         * align.el (align-dq-string-modes, align-sq-string-modes)
15183         (align-open-comment-modes): Add pyhton-mode.
15184         (align-rules-list): Use get-text-property instead of
15185         text-properties-at.
15186         (align-rules-list): Add python-assignment.
15187         (align-rules-list): Change perl-comma-delimiter to
15188         basic-comma-delimiter.  Use if for Perl modes and python-mode.
15189         (align-rules-list): Add python-chain-logic and
15190         basic-line-continuation.
15192 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
15194         * apropos.el (apropos-mode-hook): New user variable.
15195         (apropos-mode): Run apropos-mode-hook.
15197 2000-06-07  David Ponce  <david@dponce.com>
15199         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15200         commands.  Require `wid-edit' at run-time.
15202 2000-06-07  David Ponce  <david@dponce.com>
15204         * recentf.el: Added some "Commentary".
15205         (recentf-open-more-files, recentf-edit-list): Minor changes to
15206         move the point at the top of the file list.  This behaviour is
15207         consistent with the menu one when the list contains a lot of
15208         files.
15209         (recentf-cleanup): Now displays the number of items removed from
15210         the list.
15211         (recentf-relative-filter) New menu filter to show filenames
15212         relative to `default-directory'.
15214 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15216         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
15217         with/without giving an error if PostScript printer doesn't have this
15218         kind of page size.  Zebra Stripe continues or restarts on next page.
15219         Manual/automatic paper feeding.  Switch or not the header.
15220         (ps-print-version): New version number (5.2.2).
15221         (ps-windows-system): Include emx as a Windows system.
15222         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15223         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15224         (ps-background-text): Code fix.
15225         (ps-error-handler-message, ps-user-defined-prologue)
15226         (ps-print-prologue-header, ps-printer-name)
15227         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15228         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15229         (ps-use-face-background): Customization fix.
15230         (ps-n-up-database): Data fix.
15231         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15232         (ps-switch-header): New vars.
15233         (ps-xemacs-color-name, ps-face-foreground-name)
15234         (ps-face-background-name, ps-boolean-constant): New funs.
15236 2000-06-07  Dave Love  <fx@gnu.org>
15238         * allout.el: New version from Manheimer.
15240 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
15242         * textmodes/fill.el (fill-find-break-point): Check the validity of
15243         charset.
15245 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15247         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15248         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15249         Call display-color-p and display-mouse-p instead of looking at
15250         window-system.
15252 2000-06-06  Dave Love  <fx@gnu.org>
15254         * image.el (find-image): Doc fix.  Return nil if image not found.
15255         (put-image, insert-image): Make STRING arg optional.
15257 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
15259         * language/vietnamese.el: Remove eval-when-compile.
15260         (viet-viscii-nonascii-translation-table): Define it as a
15261         translation table made from viet-viscii-decode-table.
15262         (viet-viscii-encode-table): Define it as a translation table made
15263         from the reverse map of above.
15264         (viet-vscii-nonascii-translation-table): Define it as a
15265         translation table made from viet-vscii-decode-table.
15266         (viet-vscii-encode-table): Define it as a translation table made
15267         from the reverse map of above.
15268         (ccl-decode-viscii): Use translate-character.
15269         (ccl-encode-viscii, ccl-encode-viscii-font)
15270         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15271         Likewize.
15273         * language/cyrillic.el: Remove eval-when-compile.
15274         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15275         translation table made from cyrillic-koi8-r-decode-table.
15276         (cyrillic-koi8-r-encode-table): Define it as a translation table
15277         made from the reverse map of above.
15278         (ccl-decode-koi8): Use translate-character.
15279         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15280         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15281         a translation table made from cyrillic-alternativnyj-decode-table.
15282         (cyrillic-alternativnyj-encode-table): Define it as a translation
15283         table made from the reverse map of above.
15284         (ccl-decode-alternativnyj): Use translate-character.
15285         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15286         Likewize
15288         * international/mule-diag.el (non-iso-charset-alist): Specify
15289         translation table symbol instead of translation table itself.
15290         (list-block-of-chars): CHARSET may be a translation table symbol.
15292         * international/mule.el (make-coding-system): If CODING-SYSTEM
15293         already exists, override it.
15295         * international/fontset.el: Use family `proportional' for Tibetan
15296         fonts.
15298         * international/ccl.el (ccl-compile-translate-character): Don't
15299         check if Rrr has property translation-table.
15300         (ccl-compile-map-multiple): Modified to avoid compiler warning.
15302 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
15304         * info.el: Bind case-fold-search to t when searching in case
15305         a user sets it to nil in a hook.
15307 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
15309         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15310         * hl-line.el (hl-line-mode): Use the new :global key argument.
15312         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15313         (tar-clip-time-string): Prepend a space.
15314         (tar-grind-file-mode): Construct a string rather than modifying one.
15315         (tar-header-block-summarize): Fix docstring.
15316         Use `format' rather than an error-prone set of copy-loops.
15318         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15319         (diff-goto-source, diff-unified->context, diff-context->unified)
15320         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15321         understand the format output by the `-p' argument to diff.
15323         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15324         (sh-re-done): Use defconst.
15325         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15326         (sh-help-string-for-variable, sh-guess-basic-offset):
15327         Don't quote lambdas.
15328         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15329         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15331         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15332         (mh-letter-mode): Derive from text-mode.
15333         This implicitly means that it now calls kill-all-local-variables.
15334         Also remove the Emacs-18 compatibility code.
15336         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15337         Make use of symbol-property doc-string-elt.
15338         Use memq rather than a sequence of eq.
15339         (doc-string-elt): Fix the wrong or missing previously unused values.
15340         (autoload-print-form): New function extracted from
15341         generate-file-autoloads to allow recursion when handling progn
15342         so that defvar's and defun's docstrings are properly printed.
15343         (generate-file-autoloads): Use it.
15345         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15346         Use find-file-hooks in the minor-mode function.
15347         Be careful not to loop indefinitely in the post-command-hook function.
15349 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
15351         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15352         tty's.
15353         * ediff-diff.el (ediff-exec-process): Use --binary for fine
15354         differences whenever appropriate.
15355         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15356         * viper.el (find-file, find-file-other-window): Get viper to do
15357         wildcards.
15359 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
15361         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15362         (jit-lock-fontify-buffer): New function for JIT refontification.
15363         (jit-lock-mode): Fix docstring.
15364         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15365         Remove jit-lock-after-change from the _local_ hook.
15366         (jit-lock-function-1): Fix docstring.
15368         * info.el (Info-on-current-buffer): Initialize info.
15370         * newcomment.el (comment-indent): Ignore comment-indent-hook.
15372         * progmodes/tcl.el (tcl-indent-for-comment):
15373         Ignore comment-indent-hook.
15375         * emacs-lisp/easy-mmode.el: Require CL during compilation.
15376         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15377         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15378         and improve to use the lighter to guess the capitalization.
15379         (define-minor-mode): Inline code from easy-mmode-define-toggle.
15380         Add keyword arguments to specify global-ness or the custom group.
15381         Add local-map and help-echo properties to the lighter.
15382         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15383         (easy-mmode-define-global-mode): New macro.
15385 2000-06-02  Dave Love  <fx@gnu.org>
15387         * wid-edit.el: byte-compile-dynamic since we typically don't use
15388         all the widgets.  Don't require cl or widget.  Remove
15389         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
15390         (widget-read-event): Removed.  Callers changed to use read-event.
15391         (widget-button-release-event-p): Renamed from
15392         button-release-event-p.
15393         (widget-field-add-space, widget-field-use-before-change):
15394         Uncustomize.
15395         (widget-specify-field): Use keymap property, not local-map.
15396         (widget-specify-button): Obey :suppress-face.
15397         (widget-specify-insert): Use modern backquote syntax.
15398         (widget-image-directory): Renamed from widget-glyph-directory.
15399         (widget-image-enable): Renamed from widget-glyph-enable.
15400         (widget-image-find): Replaces widget-glyph-find.
15401         (widget-button-pressed-face): Move defvar.
15402         (widget-image-insert): Replaces widget-glyph-insert.
15403         (widget-convert): Use keywordp.
15404         (widget-leave-text, widget-children-value-delete): Use mapc.
15405         (widget-keymap): Remove XEmacs stuff.
15406         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15407         (widget-button-click): Don't set point at the click, but re-centre
15408         if we scroll out of window.  Rewritten for images v. glyphs &c.
15409         (widget-tabable-at): Use POS arg, not point.
15410         (widget-beginning-of-line, widget-end-of-line)
15411         (widget-item-value-create, widget-sublist, widget-princ-to-string)
15412         (widget-sexp-prompt-value, widget-echo-help): Simplify.
15413         (widget-default-create): Use widget-image-insert; some rewriting.
15414         (widget-visibility-value-create)
15415         (widget-push-button-value-create, widget-toggle-value-create): Use
15416         widget-image-insert.
15417         (checkbox): Create on and off images dynamically.
15418         (documentation-link): Change :help-echo.
15419         (widget-documentation-link-echo-help): Remove.
15421 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
15423         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15425         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15426         (easy-mmode-define-toggle, define-minor-mode): Use it.
15427         (easy-mmode-define-keymap): Docstring fix.
15428         (define-derived-mode): Default PARENT to fundamental-mode.
15429         Add the derived-mode-parent symbol-property.
15430         (easy-mmode-derived-mode-p): New function.
15432 2000-06-02  Dave Love  <fx@gnu.org>
15434         * files.el (convert-standard-filename): Doc fix.
15435         (normal-backup-enable-predicate): New function.
15436         (backup-enable-predicate): Use it to replace the lambda form.
15438         * calendar/todo-mode.el: [This needs more work on the outline
15439         stuff.]  Doc fixes.
15440         (todo) <defgroup>: Add :version.
15441         (todo-add-category): Don't use pushnew.
15442         (todo-cmd-raise): Fix typo.
15443         (todo-top-priorities): Change temp buffer name.
15444         (todo-category-alist): Avoid redundant lambda.
15445         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15446         Use outline-next-heading.
15448         * autoarg.el: Rewritten to use define-minor-mode.
15449         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15450         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15452 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
15454         * isearch.el (isearch-other-meta-char): Fix previous change.
15456 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15458         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15459         (log-edit-done): Only add the comment to the ring if it's different
15460         from the last comment entered.
15462         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15464 2000-06-01  Dave Love  <fx@gnu.org>
15466         * hl-line.el: Rewritten using define-minor-mode.
15468         * help.el (describe-function-1): Distinguish special form from
15469         builtin function.  Sanity-check presence of arglist for builtins.
15471 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
15473         * international/characters.el: Fix syntax/category setting of
15474         Tibetan characters.
15476         * language/tibet-util.el (tibetan-add-components): Fixes for new
15477         encoding of Tibetan characters.
15478         (tibetan-decompose-precomposition-alist): New variable.
15479         (tibetan-decompose-region): Convert precomposed characters to
15480         non-precomposed characters.
15481         (tibetan-decompose-string): Likewise.
15482         (tibetan-composition-function): Fix args to
15483         thibetan-compose-string.
15485         * language/tibetan.el (tibetan-composable-pattern): More
15486         characters included.
15487         (tibetan-consonant-transcription-alist): Rule for "R" added.
15488         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15489         "+R" added.
15490         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15492         * language/lao-util.el (lao-composition-function): Fix args to
15493         compose-string.
15495         * language/thai-util.el (thai-composition-function): Fix args to
15496         compose-string.
15498         * isearch.el (isearch-update): Set disable-point-adjustment to t
15499         to prevent the point moving to the end of a composition when a
15500         part of a composition is searched.
15501         (isearch-other-meta-char): If the key invoking this command can be
15502         mapped by function-key-map to a printing char, call
15503         isearch-process-search-char directly.
15505 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15507         * emacs-lisp/bytecomp.el:
15508         * frame.el:
15509         * international/mule-cmds.el:
15510         * international/mule-util.el:
15511         * international/mule.el:
15512         * mouse.el:
15513         * subr.el:
15514         * faces.el: Update calls to make-obsolete with a WHEN argument.
15516         * byte-run.el (make-obsolete, make-obsolete-variable):
15517         Add an optional WHEN argument and change the format of the
15518         symbol-property information.
15519         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15520         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15521         new obsolete-symbol-property format and print WHEN if it is provided.
15523 2000-05-31  Dave Love  <fx@gnu.org>
15525         * loadhist.el (loadhist-hook-functions): Remove
15526         before-change-function, after-change-function.
15527         (unload-feature): Deal with symbols which are both bound and
15528         fbound.
15530         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15531         before-change-function, after-change-function.
15533         * simple.el (newline): Don't bind before-change-function,
15534         after-change-function.
15536 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
15538         * whitespace.el (whitespace-rescan-timer-time): Update interval
15539         set to 600 seconds (10 minutes) instead of 60 seconds since
15540         a large number of whitespace buffers causes emacs to `freeze'
15541         for a considerable amount of time.
15543         * whitespace.el: Updated email address
15545 2000-05-31  Dave Love  <fx@gnu.org>
15547         * add-log.el (change-log-font-lock-keywords) <function>: Add
15548         pattern for function of change.
15549         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15550         acknowledgements patterns.
15552 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
15554         * isearch.el (isearch-printing-char): If keyboard coding system is
15555         being used, call isearch-process-search-multibyte-characters.
15557         * international/isearch-x.el: Mostly rewritten.
15559         * international/quail.el (quail-start-conversion): Don't include
15560         unhandled events in the returned events, but set them in
15561         unread-command-events.  Exit if all inputs are deleted.
15563 2000-05-30  Jason Rumney  <jasonr@gnu.org>
15565         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15567         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15568         Reenable code to create initial fontsets.
15569         Use set-fontset-font in place of put-charset-property.
15571 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
15573         * progmodes/perl-mode.el (perl-indent-line): When looking for a
15574         label, ensure that the first colon isn't followed by another.
15576         * paths.el (Info-default-directory-list): Doc fix.
15578         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15579         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15580         send a query containing USER only, not USER@HOST.
15582         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15583         and rmail-msgend to compute the restriction at the end, instead of
15584         computing it.
15586 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15588         * dabbrev.el (dabbrev-expand): Don't display messages in the
15589         echo area if the minibuffer window is active.
15591         * jit-lock.el (jit-lock-mode): Add after change function to
15592         local hook.
15594 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
15596         * antlr-mode.el: New commands: hide/unhide actions,
15597         upcase/downcase literals.
15598         (antlr-tiny-action-length): New user option.
15599         (antlr-hide-actions): New command.  Suggested by
15600         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15601         (antlr-mode-map): New binding [C-c C-v].
15602         (antlr-mode-menu): New entries.
15603         (antlr-downcase-literals): New command.
15604         (antlr-upcase-literals): Ditto.
15606         * antlr-mode.el: Minor changes: indendation, mode-name.
15607         (antlr-indent-line): Indent cpp directive at column 0.
15608         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15610         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15611         (antlr-font-lock-additional-keywords): Workaround for intentional
15612         bug in XEmacs version of font-lock.
15613         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
15614         be used by a smarter version of `buffers-menu-grouping-function'.
15616 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15618         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15619         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15621 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
15623         * international/encoded-kb.el
15624         (encoded-kbd-iso2022-designation-map): Pay attention to that
15625         charset-iso-final-char return -1 for eight-bit-control and
15626         eight-bit-graphic.
15628 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15630         * speedbar.el (speedbar-use-images, speedbar-update-flag)
15631         (speedbar-easymenu-definition-base): Use display-graphic-p where
15632         available, instead of window-system.
15634 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15636         * international/codepage.el (cp-coding-system-for-codepage-1): Add
15637         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15638         coding systems.
15640 2000-05-26  Dave Love  <fx@gnu.org>
15642         * disp-table.el (standard-display-underline): Don't use
15643         internal-find-face.
15645         * mail/reporter.el: Maintainer change.  Doc fixes.
15646         (reporter-version): Deleted.
15648         * emacs-lisp/elp.el: Maintainer change.
15649         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15651 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
15653         * add-log.el (add-change-log-entry): Merge the current entry with the
15654         previous one if the previous one is empty.
15656 2000-05-26  Dave Love  <fx@gnu.org>
15658         * loadhist.el (unload-feature): Fix interactive spec [from
15659         lijnzaad@ebi.ac.uk].
15661         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15662         subr-arity to check primitives.
15663         (byte-compile-flush-pending, byte-compile-file-form-progn)
15664         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15665         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15666         mapcar.
15668 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
15670         * international/fontset.el: Set family names of non-latin charsets
15671         in default fontset to "*".
15673         * international/mule-diag.el (print-fontset): Combine family part
15674         and registry part of the fontname by "-*-" instead of "-".
15676         * international/mule-cmds.el (encode-coding-char): Make strings
15677         multibyte before calling encode-coding-string.
15679 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15681         * derived.el: Fix keywords.
15682         (define-derived-mode): Only define if needed.
15684         * simple.el (fill-comment, comment-column, comment-start)
15685         (comment-start-skip, comment-end, comment-indent-function)
15686         (block-comment-start, block-comment-end, indent-for-comment)
15687         (set-comment-column, kill-comment, comment-padding, comment-region)
15688         (comment-multi-line, indent-new-comment-line): Remove.
15690         * bindings.el (esc-map): Change ; to comment-dwim and use the new
15691         function names for comment operations.
15693         * newcomment.el: Add abundant autoload cookies.
15694         (comment-style): Don't depend on runtime data at compile-time.
15695         (comment-indent-hook): Remove.
15696         (comment-indent): Check if comment-indent-hook is bound.
15697         (comment-region): Docstring fix.
15699 2000-05-25  Dave Love  <fx@gnu.org>
15701         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15702         byte-code-function-p.
15704         * mail/rmailsum.el: Add provide.
15706         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15708         * smerge-mode.el (smerge-diff-switches): Don't use list* in
15709         defcustom.
15711 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
15713         * ediff-diff.el (ediff-exec-process): delete --binary option from
15714         non-buffer ediff jobs.
15716 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15718         * hilit-chg.el (highlight-changes-mode): Ask about color or
15719         grayscale support, not about window-system.
15721         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15722         window-system.
15723         (ffap-highlight): Always default to t.
15725         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15726         display-popup-menus-p instead of looking at window-system.
15728         * disp-table.el (standard-display-g1, standard-display-graphic):
15729         Only refuse to use string glyphs on X and MS-Windows.
15731         * avoid.el: Remove window-system from commentary, suggest to use
15732         display-*-p instead.
15734         * apropos.el (apropos-print): Use display-mouse-p instead of
15735         window-system.
15737 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15739         * international/codepage.el (cp-decoding-vector-for-codepage):
15740         Fill up unsupported characters with their own codes.  From Kenichi
15741         Handa.
15743 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15745         * international/mule-diag.el (describe-char-after): Use
15746         display-graphic-p instead of window-system, so that this function
15747         works on MS-DOS.
15749 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15751         * international/codepage.el (cp-make-coding-systems-for-codepage):
15752         Remove the eight-bit-graphic and eight-bit-control charsets from
15753         the list of charsets which we convert into `?'.
15755 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
15757         * international/mule-conf.el: Specify CHARSET-ID explicitely for
15758         private charsets.
15759         (mule-unicode-0100-24ff, japanese-jisx0213-1,
15760         japanese-jisx0213-2): New charsets.
15762         * international/fontset.el: Setup default fontset for new charsets.
15764 2000-05-24  Dave Love  <fx@gnu.org>
15766         * info.el (Info-find-node-2): Restructure [following "Vadim
15767         S. Solomin" <sovs@uic.nnov.ru>].
15769         * icomplete.el: Fix header for Finder.
15771 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
15773         * rmailout.el (rmail-output-to-rmail-file): Added optional param
15774         STAY.
15776         * rmail.el (rmail-automatic-folder-directives): New user variable.
15777         (rmail-show-message): Add call to `rmail-auto-file' during
15778         display.
15779         (rmail-auto-file): New function.
15781 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15783         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15784         account.
15785         (ediff-test-utility,ediff-diff-mandatory-option)
15786         (ediff-reset-diff-options): Utilities for proper initialization of
15787         ediff-diff-options and ediff-diff3-options on Windows.
15789         * ediff-init.el (ediff-merge-filename-prefix): New customizable
15790         variable.
15792         * ediff-mult.el (ediff-filegroup-action): Use
15793         ediff-merge-filename-prefix.
15795 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15797         * viper-ex.el (ex-write): Set selective display to nil.
15799 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15801         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15802         aliases for hebrew-iso-8bit.
15804 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15806         * woman.el: New version from Francis J. Wright
15807         <F.J.Wright@Maths.QMW.ac.uk>.
15808         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15809         names in environment variables regardless of the path separator.
15810         (woman-topic-all-completions-1): Don't call file-name-directory-p
15811         on all files, since woman-file-regexp already filters out any
15812         directories.
15814 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15816         * international/quail.el (quail-start-translation): Don't change
15817         modified-p of the current buffer.
15818         (quail-start-conversion): Likewise.
15820         * international/kkc.el (kkc-region): Don't change modified-p of
15821         the current buffer.
15823         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15824         conform to RFC1468.
15825         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15827 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
15829         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15830         (speedbar-insert-button): Invisible text property fix.
15831         (speedbar-directory-plus): Renamed from speedbar-directory-+
15832         (speedbar-directory-minus): Renamed from speedbar-directory--
15833         (speedbar-page-plus): Renamed from speedbar-file-+
15834         (speedbar-page-minus): Renamed from speedbar-file--
15835         (speedbar-page): Renamed from speedbar-file-
15836         (speedbar-tag): Renamed from speedbar-tag-
15837         (speedbar-tag-plus): Renamed from speedbar-tag-+
15838         (speedbar-tag-minus): Renamed from speedbar-tag--
15839         (speedbar-expand-image-button-alist): Use above renames.
15841         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15842         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15843         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15844         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15845         * sb-pg.xpm: Renamed from sb-file.xpm
15846         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15847         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15849 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15851         * international/quail.el (quail-show-guidance-buf): Set
15852         current-input-method of the guidance buffer to the name of the
15853         curren input method.
15855 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
15857         * progmodes/compile.el (compile-internal): Style typo.
15859         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15860         quote vars and functions in the docstring.
15862         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15864         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15865         Don't quote lambdas.
15867         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15869 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15871         * startup.el (command-line): Determine source file of compiled
15872         user init file differently.  Warn if compiled user init file
15873         is older than its source file.
15875         * ffap.el (ffap-url-regexp): Add `https'.
15877 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
15879         * files.el (make-backup-file-name-1): Replace slashes with `!'
15880         rather than `|' (which is not allowed on Windows).  Replace the
15881         drive letters with a string "drive_X".
15883 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15885         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15887         * files.el (interpreter-mode-alist): Add `bash2'.
15889 2000-05-22  Dave Love  <fx@gnu.org>
15891         * loadhist.el (feature-symbols, file-provides, file-requires): Use
15892         mapc.
15893         (feature-file): Avoid calling symbol-name.  Doc fix.
15894         (file-set-intersect, file-dependents): Use dolist, not mapcar.
15895         (loadhist-hook-functions): Add mouse-position-function.
15896         (unload-feature): Change uses of mapcar.
15898         * files.el (parse-colon-path): Doc fix.
15899         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15900         (set-auto-mode): Use mapc.
15902         * complete.el (PC-look-for-include-file): Use :alnum: character
15903         class.
15904         (partial-completion-mode): Add autoload cookie.
15906 2000-05-22  Sam Steingold  <sds@gnu.org>
15908         * info.el (Info-fontify-node): Fixed the call to
15909         `add-text-properties' (bug introduced on 2000-05-18).
15911 2000-05-22  Dave Love  <fx@gnu.org>
15913         * bindings.el: Remove debug-ignored-errors set in other files.
15915         * progmodes/etags.el: Add to debug-ignored-errors.
15916         (visit-tags-table-buffer): Clear out buffers holding old tables
15917         when making a new list.
15918         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15919         mapc.
15921         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
15922         quote keywords.
15923         (cmpl-string-case-type): Use character classes.
15925         * comint.el:
15926         * textmodes/ispell.el:
15927         * imenu.el:
15928         * mail/mh-e.el:
15929         * progmodes/compile.el: Add to debug-ignored-errors.
15931         * dabbrev.el: Add to debug-ignored-errors.
15932         (dabbrev-completion): Use mapc.
15934 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
15936         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15937         (woman-mapcan, woman-parse-man.conf)
15938         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15939         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15940         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
15941         path syntax better.
15942         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15943         (woman-manpath): Call woman-parse-man.conf.
15944         (woman-emulation): New defcustom, defaults to nroff.
15945         (woman-font-support): New defconst.
15946         (woman-use-symbol-font): New defcustom.
15947         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15948         "Emulation".
15949         Many functions: Doc fix.
15951 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
15953         * international/quail.el (quail-simple-translation-keymap): Map
15954         128..255 to quail-self-insert-command.
15955         (quail-keyboard-layout-alist): Add definition for "pc102-de".
15957 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
15959         * help.el (help-manyarg-func-alist): Typo.
15961         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15962         intervals which makes it heaps simpler.
15964         * newcomment.el (comment-region-internal): Go back to BEG after quoting
15965         the nested comment markers.
15967         * subr.el (remove-hook): Don't turn the hook's value into a list.
15969 2000-05-21  Dave Love  <fx@gnu.org>
15971         * edmacro.el (edmacro-parse-keys): Return vector if any elements
15972         are invalid characters.
15974         * international/mule-util.el (detect-coding-with-priority): Use
15975         mapc.  Remove redundant lambda.
15977         * international/mule-diag.el (list-non-iso-charset-chars)
15978         (describe-fontset): Remove redundant lambda.
15980         * emulation/crisp.el (brief-mode): New alias.
15982         * emacs-lisp/ring.el (ring-elements): New function.
15984         * emacs-lisp/easymenu.el (easy-menu-create-menu)
15985         (easy-menu-do-add-item): Use keywordp.
15987         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15989         * replace.el: Doc and error message fixes.
15990         (replace-highlight): Use facep, not internal-find-face.
15992 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
15994         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15996         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15997         (log-edit-insert-changelog): Drop `:' as well.
15999         * log-view.el: Fix file description.
16000         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16001         available.
16002         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16003         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16005         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16006         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16007         Print a status message if the toggle is called interactively.
16008         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16009         for global minor modes and use `defcustom' for them.
16010         Use add-minor-mode.
16011         (easy-mmode-define-derived-mode): Remove.
16012         (define-derived-mode): Fancier default docstring.
16013         (easy-mmode-define-navigation): Signal an error rather than (ding).
16015         * newcomment.el (comment-styles): New `box-multi'.
16016         (comment-normalize-vars): Better default for comment-continue to
16017         avoid whitespace-only continuations.
16018         (comment-search-forward): Always move even in the no-syntax case.
16019         (comment-padright): Only obey N if it's only obeyed for padleft.
16020         (comment-make-extra-lines): Better handling of empty continuations.
16021         Use `=' for the filler if comment-start has only one character.
16022         (uncomment-region): Try handling the special `=' filler.
16023         (comment-region): Allow LINES even if MULTI is nil.
16024         (comment-box): Choose box style based on comment-style.
16026 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
16028         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16029         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16031 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
16033         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16034         and insert, not subst-char-in-region.
16036         * international/mule-diag.el (list-character-sets-1): Handle
16037         charsets eight-bit-control and eight-bit-graphic.
16038         (list-iso-charset-chars): Likewise.
16039         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16040         charactes as is.  Use indent-to to align characters.
16042         * international/mule-cmds.el (find-multibyte-characters): Never
16043         exclude charsets eight-bit-control and eight-bit-graphic.
16045 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16047         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16048         Don't quote lambdas.
16050         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16052 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16054         * gud.el (gud-jdb-directories): Doc fix.
16056 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
16058         * newcomment.el: New file.
16060 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
16062         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16064 2000-05-18  Andreas Schwab  <schwab@suse.de>
16066         * dired.el (dired-between-files): Also skip lines beginning with
16067         `used'.
16069 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
16071         * msb.el (msb-menu-cond): Add choice `user'.
16073 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16075         * ps-print.el: Compatibility, customization and doc fix.
16076         (ps-printer-name-option): Replace defconst by defvar.
16077         (ps-postscript-code-directory): XEmacs compatibility.
16078         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16079         fix.
16080         (ps-user-defined-prologue, ps-print-prologue-header)
16081         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16082         compatibility and code fix.
16083         (ps-print-background-image, ps-print-background-text):
16084         Customization fix.
16085         (ps-line-number-start, ps-n-up-on): New vars.
16087 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
16089         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16090         the indent-comment function to just return the appropriate indent.
16092 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
16094         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16095         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16096         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16098 2000-05-18  Dave Love  <fx@gnu.org>
16100         * info.el (Info-fontify-node): Add intangible property as well as
16101         invisible.
16103         * calendar/appt.el (appt-make-list): Match all lines of entry.
16104         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16106 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
16108         * international/mule-diag.el (describe-char-after): Call
16109         internal-char-font, not char-font.  If internal-char-font returns
16110         nil, display "-- none --".
16112 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16114         * image.el (image-type-available-p): Don't reference image-types
16115         if it isn't bound.
16117 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
16119         * autoarg.el (autoarg-mode): Typo in the :set argument.
16121 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16123         * startup.el (command-line-1): Don't signal an error if the
16124         directory for auto-save-list files does not yet exist.
16126 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
16128         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16130 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
16132         * subr.el (remove-hook): `setq' hook-value, not `set'.
16134 2000-05-16  Sam Steingold  <sds@gnu.org>
16136         * info.el (debug-ignored-errors): More errors to ignore.
16138 2000-05-16  Dave Love  <fx@gnu.org>
16140         * cus-edit.el: Don't require cl or easymenu.
16141         (custom-variable-prompt): Test standard-value property, not
16142         user-variable-p.
16144 2000-05-16  Sam Steingold  <sds@gnu.org>
16146         * subr.el (add-hook): `setq' hook-value, not `set'.
16148 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
16150         * startup.el (command-line-1): Mention the FAQ in the startup
16151         message.
16153         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16155         * progmodes/compile.el (compilation-parse-errors): Collect
16156         `nomessage' regexps last.
16158         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16160         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16161         to the function name.
16163 2000-05-15  Dave Love  <fx@gnu.org>
16165         * speedbar.el (speedbar-recenter): Typo.
16166         (speedbar-expand-line): Make arg optional.
16167         (speedbar-mode): Avoid a compiler warning.
16169 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16171         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16172         user-specified option string is empty.
16174         * mouse.el (mouse-yank-at-click): Doc fix.
16176 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
16178         * term/internal.el (IT-character-translations): More updates of
16179         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16180         documents.
16182 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16184         * env.el (getenv): New function, interactively callable.
16185         (setenv, getenv): Remove autoload cookies.
16187         * loadup.el: Load `env'.
16189         * progmodes/f90.el: Change author's mail address.
16191 2000-05-14  Dave Love  <fx@gnu.org>
16193         * mail/rmail.el (rmail-show-message-hook): Customize and offer
16194         goto-addr as an option.
16196         * help.el (help-xref-stack): Doc fix.
16197         (help-xref-following): New variable.
16198         (help-make-xrefs): Use it.
16199         (help-xref-go-back): Use position information from stack element.
16200         (help-follow): Make position in stack element a pair.  Use
16201         help-xref-following.
16203         * autoarg.el: New file.
16205         * faces.el: Declare more functions obsolete.
16207         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16208         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16209         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16210         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16211         Remove all the setup-...-environment functions.
16213 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
16215         * speedbar.el: Updated the commentary section.  xemacs20p now uses
16216         >= when detecting.  Require `defimage' safely.
16217         (speedbar-easymenu-definition-base): Add toggle for images.
16218         (speedbar-easymenu-definition-special): Add flush cache & expand.
16219         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
16220         (speedbar-reconfigure-keymaps-hook): New variable.
16221         (speedbar-frame-parameters): Updated documentation.
16222         (speedbar-use-imenu-flag): Updated custom tag
16223         (speedbar-dynamic-tags-function-list): New variable.
16224         (speedbar-tag-hierarchy-method): Updated doc & custom.
16225         (speedbar-indentation-width, speedbar-indentation-width) New
16226         variables.
16227         (speedbar-hide-button-brackets-flag): Customizable.
16228         (speedbar-vc-indicator): Doc update.
16229         (speedbar-ignored-path-expressions): Updated default value.
16230         (speedbar-supported-extension-expressions): Updated default value.
16231         (speedbar-syntax-table): Remove {} paren status.
16232         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16233         as "+".  Added overlay aliases.
16234         (speedbar-mode): Use `speedbar-mode-line-update' instead of
16235         `force-mode-line-update'.
16236         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16237         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16238         `mouse-set-point'
16239         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16240         (speedbar-item-info-tag-helper): Revamped to handle a wider range
16241         of arbitrary text, and new helper functions.
16242         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16243         filename finder.
16244         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16245         (speedbar-directory-buttons): Update path search/expansion.
16246         (speedbar-make-tag-line): Pay attention to
16247         `speedbar-indentation-width'.  Use more care w/ invisible
16248         properties.
16249         (speedbar-change-expand-button-char): Call
16250         `speedbar-insert-image-button-maybe'.
16251         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16252         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16253         (speedbar-trim-words-tag-hierarchy)
16254         (speedbar-simple-group-tag-hierarchy): New functions
16255         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16256         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16257         functions.
16258         (speedbar-mouse-set-point): New function
16259         (speedbar-power-click): Updated documentation.
16260         (speedbar-line-token, speedbar-goto-this-file): Handle more types
16261         of tag prefix text.
16262         (speedbar-expand-line, speedbar-contract-line): Make more robust
16263         to strange text.
16264         (speedbar-expand-line): Takes universal argument to flush the
16265         cache.
16266         (speedbar-flush-expand-line): New function.
16267         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16268         Use new generator insertion method.
16269         (speedbar-fetch-dynamic-tags): New function.
16270         (speedbar-fetch-dynamic-imenu): Removed code now handled in
16271         `speedbar-fetch-dynamic-imenu'.
16272         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16273         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16274         "Revert Buffer" menu items.
16275         (speedbar-buffer-buttons-engine): Be smarter when creating a
16276         filename tag (for expansion purposes.).
16277         (speedbar-highlight-one-tag-line,
16278         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16279         (speedbar-recenter): New functions.
16280         (defimage-speedbar): Image loading abstraction.
16281         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16282         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16283         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16284         (speedbar-tag-type, speedbar-tag-mail): New images.
16285         (speedbar-expand-image-button-alist): New variable.
16286         (speedbar-insert-image-button-maybe): Insert an image over some
16287         buttons.
16289 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
16291         * international/mule-cmds.el (encode-coding-char): An ASCII
16292         character is always encodable.
16294         * international/mule-conf.el: Add more information in descriptions
16295         of character sets.
16297         * international/mule-diag.el (describe-char-after): New function.
16298         (describe-font-internal): Adjusted for the change of font-info.
16299         (describe-font): Likewise.
16300         (print-fontset): Rewritten for the new fontset implementation.
16301         (describe-fontset): Include fontset alias names in completion.
16302         (list-fontsets): Adjusted for the change of print-fontset.
16304         * simple.el (what-cursor-position): If DETAIL is non-nil, call
16305         describe-char-after instead of displaying the detail in the echo
16306         area.
16307         (syntax-code-table): Format changed.
16308         (string-to-syntax): Adjusted for the above change.
16310 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
16312         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16314 2000-05-12  Dave Love  <fx@gnu.org>
16316         * calendar/todo-mode.el: Remove some compatibility stuff and CL
16317         dependence.  Use line-{beginning,end}-position, not
16318         point-at{b,e}ol.  Some doc fixes.
16319         (todo-position): New function.  Fix callers of position to use it.
16320         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16322 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
16324         * time.el (display-time-mail-icon): Use `:ascent center'.
16326         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16327         handling FTP security extensions.
16329 2000-05-11  Dave Love  <fx@gnu.org>
16331         * calendar/todo-mode.el: New file.
16333 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
16335         * comint.el (comint-read-input-ring): Move reference to
16336         comint-input-ring-size outside of the save-excursion.  It was
16337         causing the default value to be the only one ever seen.
16339         * font-lock.el: Update copyright.  Remove Simon Marshall's email
16340         address on request from him.
16342         * subr.el (substitute-key-definition): Add comment describing
16343         the meaning of PREFIX.
16345 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
16347         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16349         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16350         (add-minor-mode): Don't make the variable buffer-local and add a
16351         reference to define-minor-mode in the docstring.
16353         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16354         HEADER/FOOTER and fix bug with trailing empty directory.
16355         (cvs-append-to-ignore): Use vc-editable-p if available.
16356         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16357         (vc-do-command): Tweak advice to handle the new VC.
16359         * log-view.el (log-view-goto-rev): New function for the new VC.
16360         (log-view-minor-wrap): Use mark-active.
16362         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16363         (log-edit-changelog-full-paragraphs): New var.
16364         (log-edit-insert-changelog): Remove a lonely leading `* file'.
16365         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16366         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16367         (log-edit-changelog-ours-p, log-edit-changelog-entries)
16368         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16369         Replace the `cvs' prefix with `log-edit'.
16371         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16373         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16374         (diff-font-lock-defaults): Explicitly turn off multiline.
16375         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16376         (diff-ediff-patch): Fix call to ediff-patch-file.
16377         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16378         Handle comments.
16380         * frame.el (automatic-hscrolling): Typo.
16382         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16384 2000-05-09  Sam Steingold  <sds@goems.com>
16386         * apropos.el (apropos-print): use `describe-face' instead of
16387         `customize-face-other-window'.
16389 2000-05-09  Dave Love  <fx@gnu.org>
16391         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16393         * help.el (describe-variable): Have customize button pop the
16394         help-xref stack when invoked.
16395         (help-xref-symbol-regexp): Add `face'.
16396         (help-make-xrefs): Check for quoted face names and adapt regexp
16397         submatch numbers to cope.
16398         (help-xref-interned): Maybe insert face doc too.  Separate
16399         sections with a line of hyphens.
16401         * faces.el:  Some doc fixes.  Declare some functions obsolete.
16402         (describe-face): Add customize button.  Return the help
16403         text.  Fix prompt.
16405 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
16407         * term/internal.el (IT-character-translations): Fix last change.
16409 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16411         * woman.el: New file
16412         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16414 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16416         * term/internal.el (IT-character-translations): Update ASCII
16417         simulations for greek-iso8859-7, add latin-iso8859-14 and
16418         latin-iso8859-15.
16420         * international/mule-cmds.el (set-language-info-alist): Call
16421         define-prefix-command with 3 arguments, to make the map suitable
16422         for a menu.
16424 2000-05-07  Dave Love  <fx@gnu.org>
16426         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16428 2000-05-05  Dave Love  <fx@gnu.org>
16430         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16431         list in doc string.  Don't quote keyword symbols.
16432         * emacs-lisp/cl.el: Likewise
16433         * emacs-lisp/cl-seq.el: Likewise
16435 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
16437         * abbrev.el (abbrev-mode): Make ARG optional.
16439 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
16441         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16443         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16445         * subr.el (substitute-key-definition): Clarify documentation.
16447 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
16449         * glasses.el (glasses-convert-to-unreadable): Use
16450         `glasses-separator' instead of the hard-wired "_".
16451         (glasses-mode): Call `glasses-make-unreadable' only in a single
16452         place.
16454 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
16456         * term/internal.el (cjk-codepages-alist): Add associations for
16457         Chinese and Korean codepages.  Remove FIXME comment.
16459 2000-05-03  Dave Love  <fx@gnu.org>
16461         * time.el (display-time-mail-face, display-time-use-mail-icon):
16462         New option.
16463         (display-time-mail-icon): New variable.
16464         (display-time-string-forms): Use the above.  Fix the local-map.
16466 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
16468         * replace.el (query-replace-map): Add binding for `E'.
16469         (query-replace-help): Extend help text.
16470         (perform-replace): Allow editing the replacement string.
16472         * make-mode.el (makefile-mode-abbrev-table): New variable.
16473         (makefile-mode): Set local abbrev table to
16474         makefile-mode-abbrev-table.
16475         (makefile-font-lock-keywords): Fontify includes and conditionals.
16477         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16478         set TOGGLE's value.
16480         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16481         mail-interactive-insert-alias.
16482         (mail-abbrev-complete-alias): New command.
16483         (mail-mode-map): Bind it to `M-TAB'.
16485 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
16487         * language/lao-util.el (lao-compose-region): New function.
16489 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
16491         * files.el (recover-session): Make directories as necessary
16492         if they don't exist yet.
16494         * calendar/cal-french.el
16495         (french-calendar-multibyte-special-days-array)
16496         (french-calendar-special-days-array): Change French text.
16497         (calendar-french-date-string): Change output.
16498         (calendar-goto-french-date): Likewise.
16500 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
16502         * wid-edit.el (widget-default-active): Obey `:always-active'.
16503         (widget-documentation-string-value-create): Set `:always-active'.
16505 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16507         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16508         default prefix to `~/_emacs.d/auto-save.list/_s'.
16509         (normal-top-level): Create the directory for auto-save files, if
16510         it doesn't already exist (in the ms-dos case only).
16512 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16514         * international/mule-cmds.el (set-language-environment): Don't
16515         concat an integer (dos-codepage), use format instead.
16517 2000-05-02  Dave Love  <fx@gnu.org>
16519         * help.el (help-xref-on-pp): Check for constant symbols.
16521 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
16523         * startup.el (normal-top-level): Put a condition-case around
16524         the code loading subdirs.el.
16526 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16528         * ps-print.el: Upside-down and face background color printing,
16529         line number step, doc fix.
16530         (ps-print-version): New version number (5.2).
16531         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16532         (ps-face-attribute-list, ps-plot-with-face): Code fix.
16533         (ps-spool-config): Var fix.
16534         (ps-printer-name-option): Const fix.
16535         (ps-print-upside-down, ps-use-face-background)
16536         (ps-line-number-step): New vars.
16537         (ps-window-system, ps-lp-system): New consts.
16538         (ps-face-background): New fun.
16540 2000-04-28  Richard Stallman  <rms@gnu.org>
16542         * files.el (make-auto-save-file-name):
16543         Apply auto-save-file-name-transforms to visited file name
16544         before generating auto save file name.
16545         (auto-save-file-name-transforms): New variable.
16547         * files.el (backup-enable-predicate):
16548         Correctly test for a file under a temporary directory.
16550 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
16552         * subr.el (add-minor-mode): Rewritten.
16554 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
16556         * mail/sendmail.el (sendmail-send-it): Set
16557         buffer-file-coding-system to the selected coding system for MIME
16558         header.
16560 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
16562         * dired.el (dired-move-to-filename-regexp): Allow format where
16563         YYYY is followed by two spaces.
16565         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16566         in the second character class of the regexp.
16568         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16569         mh-etc, too.
16571         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16572         nil.
16574         * subr.el (add-minor-mode): Use `set' instead of `setq'.
16576         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16577         argument.
16579 2000-04-27  Sen Nagata <sen@eccosys.com>
16581         * emacs-lisp/crm.el (crm-completion-table): New variable.
16582         (crm-collection-fn, crm-test-completion)
16583         (completing-read-multiple): Use it.
16585 2000-04-27  Dave Love  <fx@gnu.org>
16587         * help.el (locate-library): Use mapc.
16588         (help-manyarg-func-alist): Add call-process-region.
16590 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
16592         * subr.el (add-minor-mode): Make argument MAP optional.
16594         * desktop.el (desktop-save): Save list of minor modes.
16595         (desktop-create-buffer): Restore minor modes.
16596         (desktop-minor-mode-table): New user-option.
16598         * subr.el (add-minor-mode): New function.
16600         * image.el (find-image): New function.
16601         (defimage): Rewritten to find image at load time.
16603         * startup.el (normal-top-level-add-to-load-path): Handle
16604         case that the default directory is not in load-path.
16606         * help.el: Old patch from Stefan Monnier.
16607         (help-xref-on-pp): New function.
16608         (describe-variable): Use it to display xrefs in a symbol's value.
16610 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
16612         * cus-edit.el (custom-face): Fix parenthesis.
16614 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
16616         * mail/rmail.el (rmail-expunge): When there are no deleted
16617         messages, do nothing.
16619 2000-04-26  Dave Love  <fx@gnu.org>
16621         * international/mule-cmds.el (locale-translation-file-name):
16622         Defvar to nil.
16623         (set-locale-environment): Set it here (at runtime).
16625 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
16627         * replace.el (perform-replace): Add parameters START and END.  Use
16628         them instead of the check for a region in Transient Mark mode.
16629         (query-replace-read-args): Return two more list elements for the
16630         start and end of the region in Transient Mark mode.
16631         (query-replace, query-replace-regexp, query-replace-regexp-eval)
16632         (map-query-replace-regexp, replace-string, replace-regexp): Add
16633         optional last arguments START and END and pass them to
16634         perform-replace.
16636         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16637         form with additional arguments for perform-replace.
16639         * progmodes/etags.el (tags-query-replace): Add parameters START
16640         and END.  Construct a form with additional arguments for
16641         perform-replace.
16643         * simple.el (shell-command): Set default directory for "*Shell
16644         Command Output" buffer.
16646         * language/european.el (iso-latin-4): Fix typo.
16648         * emacs-lisp/crm.el: New file.
16650 2000-04-24  Dave Love  <fx@gnu.org>
16652         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16653         (Custom-reset-saved, Custom-reset-standard)
16654         (custom-group-value-create, custom-group-set, custom-group-save)
16655         (custom-group-reset-current, custom-group-reset-saved)
16656         (custom-group-reset-standard): Use mapc.
16657         (custom-buffer-create-internal): Disable undo when creating items.
16658         Use mapc.
16659         (custom-face): Avoid redundant lambda.
16661 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16663         * startup.el (auto-save-list-file-prefix): Set default to
16664         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16666 2000-04-24  Sam Steingold  <sds@gnu.org>
16668         * time-stamp.el (time-stamp-string-preprocess): Always convert
16669         `field-result' to a string.
16671 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16673         * frame.el (scrolling): New group.
16674         (automatic-hscrolling): New user-option.
16676         * startup.el (command-line-x-option-alist): Add `-lsp' and
16677         `--line-spacing'.
16679 2000-04-19  Dave Love  <fx@gnu.org>
16681         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16682         (cl-mapc): Rename from mapc.  Fix the funcall.
16684 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
16686         * simple.el (clone-indirect-buffer-other-window): New command.
16687         (clone-indirect-buffer): Add optional arg NORECROD.
16688         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16690         * help.el (resize-temp-buffer-window): Use count-screen-lines.
16692         * window.el (count-screen-lines): New function.
16693         (shrink-window-if-larger-than-buffer): Use count-screen-lines
16694         instead of window-buffer-height.
16696         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16697         non-existing variable comint-input-sentinel.
16698         (inferior-lisp-args-to-list): Removed.
16699         (inferior-lisp): Use split-string instead of
16700         inferior-lisp-args-to-list.
16702         * hexl.el (hexl-insert-hex-string): New command.
16704         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16705         instead of concat.
16707 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
16709         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16710         at the start of an existing but empty folder.
16712 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16714         * ps-mule.el: Customization fix, doc fix.
16715         (ps-multibyte-buffer): Customization fix.
16717 2000-04-17  Richard M. Stallman  <rms@gnu.org>
16719         * subr.el (read-passwd): Use read-char-exclusive.
16721 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
16723         * textmodes/texinfo.el (texinfo-insert-@email)
16724         (texinfo-insert-@emph, texinfo-insert-@quotation)
16725         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16726         (texinfo-mode-map): Add key bindings for them.
16728         * files.el (basic-save-buffer-2): Use a template with `$'
16729         instead of `#' for VMS.
16731         * simple.el (clone-indirect-buffer): New function.
16733 2000-04-16  Stephen Eglen  <stephen@gnu.org>
16735         * iswitchb.el (iswitchb-case): New function.  If the user input
16736         contains any upper-case characters, the search is made
16737         case-sensitive.
16739 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
16741         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16742         comment-end.
16743         (texinfo-font-lock-syntactic-keywords): New var.
16744         (texinfo-font-lock-keywords): Remove comment regexp.
16745         (texinfo-insert-block): New function.
16746         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16747         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
16748         and font-lock-defaults.  Use regexp-opt for outline-regexp.
16749         (texinfo-environments): New var.
16750         (texinfo-environment-regexp): Use regexp-opt and
16751         texinfo-environments.
16753         * textmodes/ispell.el (ispell-menu-map-needed): Check that
16754         ispell-process is bound since this might be eval'd before ispell
16755         is loaded.
16756         (ispell-message): Use a tiny bit less magic and a bit more hard
16757         data to figure out what kind of sc-cite-regexp to use.
16759         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16761         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16762         (insert-cyclic-diary-entry): Unquote the lambda.
16764         * gud.el (gud-jdb-build-source-files-list): Fix typo.
16766         * files.el (backup-enable-predicate): Unquote the lambda.
16768         * cus-edit.el (custom-face, face): Unquote the lambda.
16770 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16772         * ps-print.el: Check for line-beginning-position definition.
16774         * ps-print.el: Fix counting lines in a region.
16775         (ps-print-version): New version number (5.1.5).
16776         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16777         (ps-printing-region): Fun code fix.
16779 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
16781         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16782         to file-directory-p.
16784 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
16786         * gud.el (gud-jdb-build-source-files-list): Check that directory
16787         exists before calling directory-files.
16789 2000-04-13  Dave Love  <fx@gnu.org>
16791         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
16792         syntax.
16794         * emacs-lisp/cl-specs.el: Remove when, unless.
16796         * emacs-lisp/cl-extra.el: Don't quote keywords.
16797         (cl-old-mapc): New variable.
16798         (mapc): Use it.
16799         (cl-map-intervals): Use with-current-buffer.  Don't check for
16800         next-property-change.
16801         (cl-map-overlays): Use with-current-buffer.
16802         (cl-expt): Remove.
16803         (copy-tree, remprop): Define unconditionally.
16805         * emacs-lisp/cl-compat.el (keywordp): Remove.
16807         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
16808         to use keywordp.
16809         (edebug-spec): Enable keywordp.
16811         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16812         string-lessp.
16814         * cus-start.el: Use keywordp.
16816 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16818         * diary-lib.el (include-other-diary-files): Fix the fix of
16819         2000-02-18 by doing a save-excursion.
16821 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16823         * ps-print.el: Customization fix, doc fix.
16824         (ps-print-version): New version number (5.1.4).
16825         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16826         (ps-print-preprint): Adjust code.
16827         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16828         (ps-print-prologue-header, ps-print-control-characters)
16829         (ps-spool-config): Customization fix.
16831 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
16833         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16834         converted to the new menu-item format, names silightly changed,
16835         help strings added.
16837         Support for spelling without async subprocesses:
16839         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16840         (ispell-session-buffer): New variables.
16841         (ispell-start-process, ispell-process-status,
16842         ispell-accept-output, ispell-send-string): New functions, for
16843         Ispell invocation when async subprocesses aren't supported.
16844         (ispell-word, ispell-pdict-save, ispell-command-loop,
16845         ispell-process-line, ispell-buffer-local-parsing): Replace calls
16846         to process-send-string with calls to ispell-send-string, and
16847         accept-process-output with ispell-accept-output.
16848         (ispell-init-process): Call ispell-process-status instead of
16849         process-status with.
16850         (ispell-init-process): Call ispell-start-process.  Call
16851         ispell-accept-output and ispell-send-string.  Don't call
16852         process-kill-without-query and kill-process if they are unbound.
16853         (ispell-async-processp): New function.
16855 2000-04-12  Dave Love  <fx@gnu.org>
16857         * info.el: Add debug-ignored-errors.
16858         (Info-mode-menu): Add some items.
16859         (Info-directory): Add autoload cookie.
16861         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16862         Modify `truncate-lines'.  Make `describe-language-environment'
16863         always visible and add help.  Modify `describe-key' help.  Invoke
16864         Info-directory from `info'.  New entry `emacs-manual'.
16866 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16868         * progmodes/ebrowse.el (ebrowse-tree-mode):
16869         Use propertized-buffer-identification.
16870         (ebrowse-update-member-buffer-mode-line): Likewise.
16871         (ebrowse--mode-strings): Removed.
16872         (ebrowse--mode-line-props): Removed.
16874         * files.el (auto-mode-alist): Add `EBROWSE'.
16876         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16877         space before testing for end of buffer.
16878         (ebrowse-load): Removed.
16879         (ebrowse-revert-tree-buffer-from-file): Rewritten.
16880         (ebrowse-create-tree-buffer): Rewritten.
16881         (ebrowse-tree-mode): Read tree from buffer.
16883         * progmodes/ebrowse-ffh.el: Removed.
16885 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
16887         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16889 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16891         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16892         at the wrong place.
16894 2000-04-09  Dave Love  <fx@gnu.org>
16896         * files.el (backup-enable-predicate):
16897         Use temporary-file-directory, small-temporary-file-directory.
16898         (make-backup-file-name-function, backup-directory-alist): New vars.
16899         (make-backup-file-name-1): New function.
16900         (make-backup-file-name): Use it.
16901         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
16902         (file-newest-backup): Use make-backup-file-name.
16904 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
16906         * progmodes/ebrowse-ffh.el: New file.
16908         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16909         Moved to ebrowse-ffh.el.
16910         (ebrowse-load): Add autoload.
16912         * finder.el (finder-commentary): Add autoload cookie.
16914         * mail/rfc2368.el: Correct author's email address.
16916         * progmodes/ebrowse.el: New file.
16918         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16919         item help string.
16920         (easy-menu-do-add-item): Ditto.
16921         (easy-menu-define): Extend doc string.
16923         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16924         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16925         (jit-lock-function, jit-lock-stealth-fontify): Don't use
16926         with-buffer-unmodified.
16928 2000-04-08  Dave Love  <fx@gnu.org>
16930         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16931         unless, when.
16933 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
16935         * viper-util.el (viper-put-on-search-overlay): New subroutine.
16936         (viper-flash-search-pattern): No operation when using Emacs
16937         doesn't support face.
16938         Use `viper-put-on-search-overlay'.
16940 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
16942         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16943         like C-r.
16945         * progmodes/make-mode.el: Some doc fixes.
16946         (makefile-mode-abbrev-table): New variable.
16947         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16948         (makefile-font-lock-keywords): Fontify includes and conditionals.
16949         (toplevel): Require `dabbrev' and `add-log' when compiling.
16951         * replace.el (perform-replace): Don't move forward one char
16952         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
16953         to do that because it leaves point 1 position after the last
16954         replacement, after everything has been replaced.
16956         * jit-lock.el (with-buffer-unmodified): New macro.
16957         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16958         modified state.
16959         (jit-lock-function-1): Extracted from jit-lock-function; not
16960         preserving buffer's modified state.
16961         (jit-lock-function, jit-lock-stealth-fontify):
16962         Call jit-lock-function-1.
16964         * mail/rfc2368.el: Remove supernumerary copyright line.
16966 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
16968         * glasses.el: Provide facilities for inserting space before left
16969         parentheses and uncapitalization of identifiers.
16970         (glasses-mode): Try to remove old overlays in all cases.
16972 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
16974         * progmodes/compile.el (compile-internal): Display the compilation
16975         buffer in a different frame, if it's already displayed there.
16977         * mail/rfc2368.el: New file.
16979         * simple.el (sendmail-user-agent-compose): Recognize a `body'
16980         header and insert its value as mail body.
16982         * subr.el (member-ignore-case): New function.
16984         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16985         (dabbrev--find-expansion): Ignore buffers matching a regexp
16986         from dabbrev-ignored-regexps.
16988         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16989         to extensions handled by gzip.
16991 2000-04-03  Richard M. Stallman  <rms@gnu.org>
16993         * files.el (insert-directory): List the total free space
16994         along with the used space.
16996         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16997         line is followed by one that matches CITATION-REGEXP, end the
16998         paragraph.
17000 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
17002         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17003         (rmail-make-basic-summary-line): Use that option.
17005 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
17007         * international/mule-cmds.el (encoded-string-description):
17008         Rewritten.   Try pretty description for ISO 2022 escape sequences
17009         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
17010         for hexadecimal format.
17012 2000-04-01  Dave Love  <fx@gnu.org>
17014         * cpp.el: Change customization group to `c' from `C'.
17016         * vcursor.el (vcursor-move): Use display-color-p.
17018         * international/mule-util.el: Provide mule-utils.
17019         (string-to-sequence): Simplify and speed up.
17021         * international/mule.el (make-coding-system): Purecopy doc-string.
17023         * international/mule-cmds.el: Various menu changes.
17024         (describe-specified-language-support): Handle `Default'.
17025         (set-language-info): Purecopy `info'.
17027 2000-03-31  Andrew Innes  <andrewi@gnu.org>
17029         * vc.el (vc-backend-diff): Return the correct status if we had to
17030         retry the rcsdiff command without the --brief option.
17032 2000-03-31  Dave Love  <fx@gnu.org>
17034         * help.el (help-manyarg-func-alist): Correct several omissions.
17036         * add-log.el: Don't require cl, fortran.
17037         (add-log-current-defun-function): Doc fix.
17038         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
17039         (change-log-version-rcs): Function deleted.
17040         (change-log-version-number-search): Doc fix.
17041         Use vc-workfile-version. Avoid CL dolist.
17042         (add-change-log-entry): Just call add-log-current-defun to get
17043         defun.  Simplify somewhat.
17044         (change-log-get-method-definition-1): Likewise.
17045         (add-log-current-defun): Return nil if calling
17046         add-log-current-defun-function does so.  Move Fortran stuff to
17047         fortran.el.  Return string without properties.
17049         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17050         and :alpha: char classes.
17052         * mail/supercite.el: Defvar curline when compiling.
17053         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17054         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17055         rather than a-zA-Z0-9 to allow non-ASCII characters.
17057 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
17059         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17061         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17062         Re-enable new code.
17064         * lpr.el (print-region-1): Use -d to specify printer name for
17065         systems `usg-unix-v*, `dgux', `hpux', `irix'.
17067 2000-03-31  Dave Love  <fx@gnu.org>
17069         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17070         Look for function definition in symbol's function value slot first
17071         instead of first consulting byte-compile-function-environment.
17073 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
17075         * language/european.el ("Polish"): New language environment.
17076         (setup-polish-environment): New function.
17078 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
17080         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17081         Disable new code.
17083         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17084         trying to `load' the symbol of an autoload instead of the file
17085         recorded in the autoload.  Fix error messages.
17087 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17089         * ps-print.el: PostScript programming fix for ghostview, doc fix.
17090         (ps-print-version): New version number (5.1.3).
17091         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17092         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17093         (ps-generate-postscript-with-faces): Code fix.
17094         (ps-color-values): XEmacs compatibility.
17095         (ps-print-background-image, ps-print-background-text, ps-printer-name)
17096         (ps-default-fg, ps-default-bg): Adjust customization.
17097         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17098         (ps-color-scale): Renaming old ps-color-value fun.
17099         (ps-print-headers): Replace ps-print-header group to avoid conflict
17100         with ps-print-header variable.
17101         (ps-print-miscellany): New group.
17102         (ps-format-color, ps-rgb-color): New funs.
17103         (ps-default-foreground): New var.
17104         (ps-printer-name-option): New const.
17106 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
17108         * net/net-utils.el:
17109         (network-connection-host, network-connection-service): New variables
17110         (network-connection-mode): New mode, derived from comint-mode
17111         (network-connection-mode-setup): New function, saves host and
17112         service information in local variables.
17114         * lisp/locate.el:
17115         (locate-word-at-point): Added this function
17116         (locate): Default to using locate-word-at-point as input
17117         Run dired-mode-hook
17119 2000-03-29  Dave Love  <fx@gnu.org>
17121         * calendar/appt.el: Doc fixes.
17122         (appt-check): Convert min-to-app to a string before passing to
17123         appt-disp-window-function or concat.
17124         (appt-delete-window): Remove test for frame-root-window.
17125         (appt-select-lowest-window, appt-convert-time): Simplify.
17127         * emacs-lisp/bytecomp.el: Doc fixes.
17128         (byte-compile-file-form-autoload):
17129         Update byte-compile-function-environment.
17131 2000-03-29  Andreas Schwab  <schwab@suse.de>
17133         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17135         * dired.el (dired-insert-directory): If dired-free-space-program
17136         failed just delete its output.
17138 2000-03-29  Dave Love  <fx@gnu.org>
17140         * international/iso-cvt.el: Move provide to end.  Doc fixes.
17141         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17142         (iso-iso2sgml, iso-sgml2iso): New functions.
17143         (iso-cvt-define-menu): Fix some entries and use backquote for
17144         clarity.
17146         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17148 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
17150         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17151         ISO-DATE.  If non-nil, return date in ISO 8601 format.
17153 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
17155         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17156         if it ever becomes used.
17157         (log-edit-mode-hook): Default to vc-log-mode-hook.
17158         (log-edit-mode): Fix the docstring.
17160         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17161         the code.
17163 2000-03-26  Dave Love  <fx@gnu.org>
17165         * net/browse-url.el (browse-url): Re-fix case of
17166         browse-url-browser-function being an alist.
17167         (browse-url): Add :link to defgroup.
17169         * files.el: Doc fixes.
17170         (file-truename): Include `[' in wildcard characters.
17171         (automount-dir-prefix): Customize.
17172         (find-file-wildcards): Add :version.
17173         (find-file-noselect): Simplify a mapcar call.
17175         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17176         compatible with inf-lisp version.
17177         (eval-defun-1): Fix custom-declare-variable case.
17179 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
17181         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17183 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17185         * Makefile (COMPILE_FIRST): New macro.
17186         (compile-files): Compile files from COMPILE_FIRST first.
17188         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17190         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17191         matching open parenthesis in column 0 to defun-prompt-regexp
17192         only if open-paren-in-column-0-is-defun-start is set.
17194         * sun-curs.el: Require CL at compile-time only.
17196         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17197         instead of copy-list which is a function from CL.
17198         (msb--choose-menu, msb--mode-menu-cond)
17199         (msb--create-buffer-menu-2): Use dolist instead of mapc.
17200         (msb--init-file-alist): Use mapcar instead of mapcan.
17201         (msb--aggregate-alist): Use mapcar instead of mapcan.
17202         Fix `(' in column 0 in doc string.
17203         (msb--add-separators): Use mapcar instead of mapcan.
17205         * cus-dep.el: Require CL at compile-time only.
17207 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
17209         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17210         (byte-compile-warnings): New warning `noruntime'.
17211         (byte-compile-constants, byte-compile-variables): Fix docstring.
17212         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17213         execute `eval-whenc-compile's body.
17214         (byte-compile-unresolved-functions): Fix docstring.
17215         (byte-compile-eval): New function.
17216         (byte-compile-callargs-warn): Check if the function will be available
17217         at runtime (via property `byte-compile-noruntime').
17218         (byte-compile-print-syms): New function.
17219         (byte-compile-warn-about-unresolved-functions): Also warn about
17220         `noruntime' functions (and use `byte-compile-print-syms').
17221         (byte-compile-file): Capitalize the message.
17223 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17225         * mail/rmail.el (rmail-confirm-expunge): New user-option.
17226         (rmail-expunge): Ask for confirmation depending on the setting
17227         of rmail-confirm-expunge.
17229 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
17231         * Makefile (bootstrap-clean): If $(emacs) exists, build
17232         loaddefs.el first.  A loaddefs.el that's not up-to-date might
17233         cause a bootstrap failure because things don't autoload as expected.
17235 2000-03-23  Dave Love  <fx@gnu.org>
17237         * net/browse-url.el: Restore previous use of
17238         browse-url-maybe-new-window.
17240 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17242         * ps-print.el: Skip banner page fix.
17243         (ps-print-version): New version number (5.1.2).
17244         (ps-begin-file, ps-end-file, ps-generate): Code fix.
17246 2000-03-23  Dave Pearson  <davep@davep.org>
17248         * net/quickurl.el Changed the type of parameter passed to the
17249         function defined by `quickurl-format-function'. Before only the
17250         text of the URL was passed. Now the whole URL structure is passed
17251         and the function is responsible for extracting the parts it requires.
17252         Changed the default of `quickurl-format-function' accordingly.
17253         (quickurl-insert): Changed the `funcall' of
17254         `quickurl-format-function' to match the above change.
17255         (quickurl-list-insert): Changed the `url' case so that it makes
17256         use of `quickurl-format-function', previous to this the format was
17257         hard wired.
17259 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
17261         * startup.el: Change some spellings for the X Window System.
17263 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
17265         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17266         Clean up the code and the regexp and make sure the cursor is
17267         temporarily moved to the suspicious line while querying the user.
17269 2000-03-22  Jason Rumney  <jasonr@gnu.org>
17271         * w32-fns.el (w32-charset-info-alist): Initialize.
17273 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17275         * ps-print.el: N-up last page fix.
17276         (ps-print-version): New version number (5.1.1).
17277         (ps-end-file, ps-end-job, ps-generate): Code fix.
17279 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17281         * files.el (find-file-run-dired): Update docstring.
17282         (find-directory-functions): New hook.
17283         (find-file-noselect): Run find-directory-functions rather than
17284         calling dired directly.
17286         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17288         * pcvs.el: Add a minimal leading commentary.
17289         (cvs-make-cvs-buffer): Change the header part by removing the startup
17290         message and adding a `Module' entry.  Also replace the FOOTER and
17291         HEADER special fileinfos with the new support in ewoc for updating
17292         its own footer and header.
17293         (cvs-update-header): Update to use the header/footer of the ewoc.
17294         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17295         (cvs-is-within-p): New function.
17296         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17297         to only examine some subset of the buffers.
17299         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17300         `format' instead of our own ad-hoc functions.
17301         Remove HEADER and FOOTER cases, now handled in the EWOC.
17302         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17304         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17305         output to avoid scaring the user.
17306         (cvs-parse-table): Catch message for non-up-to-date commits.
17308         * pcvs-defs.el (cvs-startup-message): Remove.
17309         (cvs-global-menu): New autoloaded menu.
17311         * pcvs-util.el (cvs-string-fill): Remove.
17313         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17314         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17315         PP part of it and also make it work for footers and headers.
17316         (ewoc-create): Drop POS and BUFFER arguments.
17317         Use the DLL's dummy node to store the end-of-footer position.
17318         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17319         (ewoc-refresh): Remove unused `header' variable.
17320         (ewoc-(get|set)-hf): New functions.
17322         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17323         log-view-*-(message|file) and use easy-mmode-define-navigation.
17324         (log-view-message-re): Match SCCS format as well.
17325         And match the revision line rather than the dashed separator line.
17326         (log-view-mode): Use the new define-derived-mode.
17327         (log-view-current-tag): Fill in with an actual implementation.
17329         * cvs-status.el (cvs-status-(prev|next)): Rename from
17330         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17331         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17332         to let the output "breathe" a little more (more readable).
17333         (cvs-status-mode): Use the new define-derived-mode.
17335         * smerge-mode.el (smerge-auto-leave): New function and variable.
17336         (smerge-basic-map): Rename from smerge-basic-keymap.
17337         Change the bindings for smerge-diff-*.
17338         (smerge-*-map): Use easy-mmode-defmap.
17339         (smerge-(next|prev)): Use easy-mmode-define-navigation.
17340         (smerge-keep-*): Use smerge-auto-leave.
17342 2000-03-21  Jason Rumney  <jasonr@gnu.org>
17344         * cus-edit.el (custom-button-face): Use 3D look for w32.
17345         (custom-button-pressed-face): Likewise.
17347 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
17349         * progmodes/etags.el (tags-case-fold-search): New user-option.
17350         (tags-loop-eval): New function.  Bind case-fold-search around eval
17351         depending on the value of tags-case-fold-search.
17352         (tags-loop-continue): Use tags-loop-eval.
17353         (find-tag-in-order): Bind case-fold-search depending on the value
17354         of tags-case-fold-search.
17356 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17358         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17359         (diff-end-of-hunk): Return the end position for use in
17360         `easy-mmode-define-navigation'.
17361         (diff-recenter): Remove.
17362         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17363         of `easy-mmode-define-navigation'.
17364         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17365         previous renaming) and fix to use new names.
17366         (diff-merge-strings): Use \n as separator: simpler, faster.
17367         (diff-mode): Use `define-derived-mode'.
17369         * derived.el (define-derived-mode): Don't autoload anymore.
17370         Prefer the macro-only version provided by easy-mmode.el.
17372         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17373         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
17374         (easy-mmode-define-navigation): New macro.
17376         * subr.el (combine-run-hooks): New function.
17378 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
17380         * term/x-win.el: Fontsets related initialization is simplified.
17382         * international/mule-diag.el (describe-font): Don't refer to
17383         global-fontset-alist, instead call font-list.
17384         (describe-fontset, list-fontsets, mule-diag): Likewise.
17385         (print-fontset): Adjusted for the change of fontset implementation.
17387         * international/fontset.el (x-charset-registries): Variable removed,
17388         instead the corresponding data is stored in the default fontset.
17389         (register-alternate-fontnames): Function removed.
17390         (resolved-ascii-font): Variable removed.
17391         (x-compose-font-name): Ignore the second argument REDOCE.
17392         (x-complement-fontset-spec): Complement only an ASCII font and
17393         element for those charsets than can use that ASCII font.
17394         (generate-fontset-menu): Don't refer to global-fontset-alist,
17395         instead call fontset-list.
17396         (uninstantiated-fontset-alist): Variable removed.
17397         (x-style-funcs-alist): Likewise.
17398         (fontset-default-styles): Likewise.
17399         (x-modify-font-name): Function removed.
17400         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17401         (create-fontset-from-ascii-font): Docsting adjusted for the above
17402         change.
17403         (instantiate-fontset, resolve-fontset-name): Functions removed.
17404         (fontset-list): Now implemented by C code.
17406         * faces.el (read-face-font): Fix TABLE arg to completing-read.
17407         (describe-face): Include `font' attribute in the description.
17409 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
17411         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17413 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
17415         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17416         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17417         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17419         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17420         about behavior of set-buffer-modified-p wrt redisplay.
17422 2000-03-19  Richard M. Stallman  <rms@gnu.org>
17424         * view.el (view-mode-disable): Kill local binding of view-read-only.
17426 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
17428         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17429         is a string, convert it to a syntax cell using string-to-syntax.
17431         * simple.el (syntax-code-table, syntax-flag-table): New variables.
17432         (string-to-syntax): New function.
17434         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17435         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17436         try to use passive ftp mode.
17438 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
17440         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17442         * simple.el (append-to-buffer): Update point of windows after
17443         insertion.
17445         * abbrev.el (inverse-add-abbrev): Identify word by first moving
17446         forward then moving backward.  Reindent.
17448         * frame.el (other-frame): Call x-focus-frame only if
17449         focus-follows-mouse is off.
17451 2000-03-17  Dave Love  <fx@gnu.org>
17453         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17455 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
17457         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17458         regexp for labels cannot span several lines.
17460         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17461         `(setq :<key> ':<key>)' to the macro expansion.
17463 2000-03-16  Dave Love  <fx@gnu.org>
17465         * progmodes/f90.el (f90): Put custom group under `languages', not
17466         `fortran'.
17467         (f90-mode-hook): Customize.
17468         (f90-mode): Set add-log-current-defun-function.
17469         (f90-current-defun): New function.
17471 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
17473         * cus-edit.el (custom-variable-tag-face): Handle case that
17474         default face's height is not a number.
17475         (custom-face-tag-face, custom-group-tag-face-1)
17476         (custom-group-tag-face): Ditto.
17477         (custom-group-tag-face-1): Add :group.
17479         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17481 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
17483         * pcvs-defs.el (toplevel): Remove autoload cookie for form
17484         requiring easymenu.
17486 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17488         * ps-print.el: PostScript user-defined prologue, PostScript error
17489         handler, doc fix.
17490         (ps-print-version): New version number (5.1).
17491         (ps-user-defined-prologue, ps-error-handler-message)
17492         (ps-print-prologue-0, ps-error-handler-alist): New vars.
17493         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17494         (ps-insert-string): New function.
17496 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
17498         * international/ccl.el (ccl-compile-expression): Don't generate
17499         invalid self-assignment code.
17501 2000-03-14  Dave Love  <fx@gnu.org>
17503         * subr.el (replace-regexp-in-string): Renamed from
17504         replace-regexps-in-string.  Doc fix.
17506 2000-03-12  Dave Love  <fx@gnu.org>
17508         * cus-edit.el: Doc fixes.
17509         (customize-set-variable, customize-save-variable): Rename args for doc.
17510         (custom-variable-tag-face, custom-face-tag-face)
17511         (custom-group-tag-face-1, custom-group-tag-face): Modify from
17512         style which user identify as hyperlink.
17513         (hook): Don't add undefined functions to the hook.
17514         (debug-ignored-errors): Transfer message from bindings.el.
17516 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17518         * recentf.el (recentf-keep-non-readable-files-p):
17519         Remove double/nested definition.
17521 2000-03-12  Dave Love  <fx@gnu.org>
17523         * facemenu.el (facemenu-get-face): Use display-color-p.
17524         * enriched.el (enriched-decode-foreground): Likewise.
17525         (enriched-decode-background): Likewise.
17526         * isearch.el (isearch-highlight): Likewise.
17527         * info-look.el (info-lookup): Likewise.
17528         * simple.el (completion-setup-function): Likewise.
17530         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17531         :options.
17533         * bindings.el (mode-line-format): Fix line-number and
17534         column-number items.  Add help-echo for the background.
17535         (mode-line-mule-info): Modify help-echo.
17537         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17539         * files.el (load-file): Allow completion to .elc.
17541         * man.el: Doc fixes.
17542         (Man-init-defvars): Use display-color-p to set fontification.
17544         * play/hanoi.el (hanoi-internal): Don't use oddp.
17546 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17548         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17550         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17552 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17554         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17555         Fix comment.
17557 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
17559         * font-lock.el (font-lock-keywords): Fix the doc now that
17560         regexp-opt-depth is unnecessary.
17561         (save-buffer-state): Set an edebug spec.
17562         (font-lock-fontify-anchored-keywords): Properly handle the case when
17563         the matcher goes past the limit.
17565         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17566         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17568         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
17569         dll.el and cookie.el (from Elib) with heavy renaming and other
17570         massaging.
17572         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17573         Autoload the functions used.
17574         (easy-mmode-define-syntax): Fix CL typo.
17575         (easy-mmode-define-derived-mode): Improve the docstring generation.
17577 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
17579         * textmodes/texinfo.el (texinfo-version): Variable and function
17580         removed.
17582 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
17584         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17585         allow more flexibility.
17586         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17587         (easy-mmode-defmap, easy-mmode-defsyntax)
17588         (easy-mmode-define-derived-mode): New macros.
17590 2000-03-09  Didier Verna  <didier@xemacs.org>
17592         * rect.el (replace-rectangle): New function.
17594 2000-03-09  Dave Love  <fx@gnu.org>
17596         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17597         (fortran-comment-line-start-skip): Don't match cpp stuff.
17598         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
17599         (fortran-mode-map): Remove over-eager custom-menu-create for now.
17600         (fortran-mode): Don't set fortran-comment-line-start-skip,
17601         fortran-comment-line-start here.  Set comment-start,
17602         add-log-current-defun.
17603         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17604         (fortran-current-defun): New function.
17606 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
17608         * emacs-lisp/re-builder.el: New file.
17610         * mouse.el (mouse-drag-region): Don't run up-event handler
17611         if hscroll has changed.
17613         * octave-mod.el (octave-font-lock-keywords): To font-lock the
17614         builtin operators, use `font-lock-builtin-face' for Emacs and
17615         `font-lock-preprocessor-face' otherwise.
17617         * font-lock.el (lisp-font-lock-keywords-1): Highlight
17618         `(defun (setf foo)' differently.
17620 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
17622         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17623         (regexp-opt): Update comment and adapt the code the new meaning of
17624         the `paren' argument of regex-opt-group for shy-groups.
17625         (regexp-opt-depth): Handle shy groups as well as backslashed
17626         backslashes.
17627         (regexp-opt-group): Turn the leading comment into a docstring.
17628         Allow `paren' to be a string (the string to use to open a group).
17629         Remove open-presuf and close-presuf.  Instead of checking for `all
17630         one-char' and then later on check for `several one-char', handle
17631         both cases close together.  Also apply a more generic algorithm
17632         for suffixes (the mirror image of the algorithm used for
17633         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
17634         (regexp-opt-try-suffix): Removed.
17636         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17637         from comint-mode-map, so we can just inherit from it.  Also, move
17638         the initialization into the `defvar' since there's no docstring
17639         anyway and it's fairly short.
17640         (inferior-scheme-mode): Define it as derived-mode: the code is
17641         shorter and this way we inherit from comint-mode-map rather than
17642         copying it.
17644         * subr.el (replace-regexps-in-string): Properly handle the case
17645         where we match an empty string.
17647         * comint.el (comint-exec-1): Add the current-dir to the exec-path
17648         when the command has a directory component (such as "./testml").
17649         Also fix a typo in the comment.
17651 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
17653         * Makefile (compile-files): Compile files one by one because
17654         that's the only way to ensure a clean compilation environment for
17655         each individual file.
17657         * frame.el (other-frame): Call x-focus-frame.
17659 2000-03-07  Dave Love  <fx@gnu.org>
17661         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17662         :require to defcustom.
17664         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17666         * files.el (auto-mode-alist): Add configure.in.
17668         * progmodes/autoconf.el: New file.
17670 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
17672         * mail/mh-e.el: Change maintainer to `none'.
17674         * recentf.el (recentf-keep-non-readable-files-p): Quote args
17675         to remove-hook and add-hook.
17677 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17679         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17680         it as the default.
17681         (mail-send): Test mail-send-nonascii also for the new `mime' value.
17682         (sendmail-send-it): Conditionally add MIME headers specifying the
17683         used character set.
17685 2000-03-07  Dave Love  <fx@gnu.org>
17687         * winner.el: Fix keywords, autoload cookies.
17688         Split eval-when-compile form to avoid compilation failure.
17690 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
17692         * international/mule.el: Modify comment about coding system
17693         property `coding-category'.
17694         (make-coding-system): New argument EOL-TYPE.  Pay attention to
17695         coding-category property of PROPERTIES.
17697         * international/mule-conf.el (coding-category-utf-8)
17698         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17699         categories.  Include them in the argument for set-coding-priority.
17701         * international/mule-cmds.el (reset-language-environment):
17702         Include coding-category-utf-8, coding-category-utf-16-be, and
17703         coding-category-utf-16-le in the argument for set-coding-priority.
17704         (reset-language-environment): Initialize coding-category-utf-8,
17705         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17707 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
17709         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17710         code abstracted out of `bookmark-jump-noselect'.  Now tries info
17711         extensions as well as compression extensions.
17712         (bookmark-jump-noselect): Use above new func.
17714 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
17716         * strokes.el: Change maintainer's mail address.
17718 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
17720         * international/mule-diag.el (list-character-sets): Make help-echo
17721         string by substitute-command-keys.
17722         (list-character-sets): Likewise.
17723         (sort-listed-character-sets): Call help-setup-xref.
17725 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17727         * time.el (display-time-mail-file): Add `none' to the list of choices.
17729 2000-03-01  Dave Love  <fx@gnu.org>
17731         * help.el (help-xref-go-back): Don't try to set position.
17733         * international/mule-diag.el (list-character-sets):
17734         Call help-setup-xref.  Add help-echo to xrefs.
17735         (list-character-sets-1): Add help-echo to xrefs.
17737 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17739         * frame.el (blink-cursor-mode): Switch cursor on when turning
17740         the mode off.
17742         * add-log.el (add-log-current-defun): Add support for
17743         Autoconf mode.
17745         * mail/rmail.el (rmail-quit-hook): New variable.
17747 2000-03-01  Dave Love  <fx@gnu.org>
17749         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17751         * help.el (help-xref-button): Add help-echo arg.
17752         (describe-function-1, describe-variable, help-make-xrefs): Use it.
17754         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17756         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17758 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
17760         * image.el (defimage): Look for image files in load-path.
17762         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17764 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17766         * recentf.el (recentf): Added version tag to the defgroup of recentf.
17768 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17770         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17771         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17772         action to select/unselect a file.
17773         (recentf-edit-list): Code cleanup and improvement.
17774         (recentf-open-more-files-action): `recentf-open-more-files' button
17775         widget action to open a file.
17776         (recentf-open-more-files): No more use standard completion but widgets.
17777         (recentf-more-collection): Deleted.
17778         (recentf-more-history): Deleted.
17779         (recentf-setup-more-completion): Deleted.
17781 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17783         * recentf.el (recentf-mode): No more needs that Emacs is running
17784         under a window-system.
17786 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17788         * recentf.el (recentf-edit-list): New command to edit the recent
17789         list which allow the user to remove files.
17790         (recentf-edit-selected-items): New global variable, used by
17791         `recentf-edit-list' to hold the list of files to be removed from
17792         the recent list.
17793         (recentf-make-menu-items): Updated to display a "Edit list..."
17794         menu item.  Minor code cleanup.
17796 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17798         * recentf.el (recentf-open-more-files): New command to open files
17799         that are not displayed in the menu.
17800         (recentf-more-collection): New global variable holding the set of
17801         permissible completions used by `recentf-open-more-files'.
17802         (recentf-more-history): New global variable holding the history list
17803         used by `recentf-open-more-files' completion.
17804         (recentf-setup-more-completion): New function to setup completion for
17805         `recentf-open-more-files'.
17806         (recentf-make-menu-items): Updated to display a "More..." menu item.
17808 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17810         * recentf.el (recentf-menu-action): Doc fixed.
17812 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17814         * recentf.el (recentf-menu-filter): Doc updated.
17815         (recentf-update-menu-hook): Allow menu filters to force menu update.
17816         (recentf-make-menu-items): New menu filter handling.
17817         (recentf-make-menu-item): New helper function.
17818         (recentf-menu-elements): New menu handling function.
17819         (recentf-sort-ascending): Updated to new menu filter handling.
17820         (recentf-sort-descending): Updated to new menu filter handling.
17821         (recentf-sort-basenames-ascending): New menu filter function.
17822         (recentf-sort-basenames-descending): New menu filter function.
17823         (recentf-show-basenames): New menu filter function.
17824         (recentf-show-basenames-ascending): New menu filter function.
17825         (recentf-show-basenames-descending): New menu filter function.
17827 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17829         * diary-lib.el (list-diary-entries): Don't try to go forward at
17830         the end of the buffer.
17832 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
17834         * international/mule-diag.el (list-character-sets):
17835         Completely rewritten.
17836         (sort-listed-character-sets): New function.
17837         (list-character-sets-1): Completely rewritten.
17838         (list-character-sets-2): New function.
17839         (non-iso-charset-alist): New variable.
17840         (decode-codepage-char): New function.
17841         (charset-history): New variable.
17842         (read-charset) (list-block-of-chars)
17843         (list-iso-charset-chars)
17844         (list-non-iso-charset-chars)
17845         (list-charset-chars): New functions.
17846         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17847         (dump-charsets): Likewise.
17849 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
17851         * dired-x.el (dired-filename-at-point): Add `@' to valid
17852         file name characters.
17853         (dired-filename-at-point): Handle ange-ftp file names.
17855         * frame.el (frame-notice-user-settings): Use assq-delete-all
17856         instead of assoc-delete-all.
17857         (frame-notice-user-settings): Ditto.
17859         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17860         Don't copy alist.
17862 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
17864         * calculator.el (calculator-use-menu): New option.
17865         (calculator-initial-bindings): Changed some bindings to work as macros.
17866         (calculator-forced-input): Removed.
17867         (calculator-restart-other-mode): New variable.
17868         (calculator-mode-map): Set up menu.
17870 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
17872         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17874 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
17876         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17877         translate all ESC key sequences.
17878         (viper-goto-mark-subr): Restore markers for files for which
17879         they were saved.
17880         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17881         * viper-util.el (viper-set-replace-overlay-glyphs)
17882         (viper-set-replace-overlay): Always check if the replacement
17883         overlay is live.
17884         * viper.el (viper-vi-state-mode-list): Add major modes.
17885         * ediff-wind.el: Minor comment changes.
17886         * ediff.el: Copyright notice date fix.
17888 2000-02-27  Jason Rumney  <jasonr@gnu.org>
17890         * faces.el (face-font-family-alternatives): Add arial to helv.
17891         (mode-line, header-line, tool-bar): Same default as x for w32.
17892         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17893         face-font-family-alternatives from working.
17894         * term/w32-win.el (mouse-set-font): Do not build fontset from
17895         chosen font.
17897 2000-02-25  Sam Steingold  <sds@goems.com>
17899         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17900         properly.
17902 2000-02-25  Richard M. Stallman  <rms@gnu.org>
17904         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17906 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
17908         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17910         * frame.el (busy-cursor-delay-seconds): New option.
17912 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
17914         * frame.el (show-cursor-in-non-selected-windows): New option.
17916 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17918         * diary-lib.el (include-other-diary-files): Undo the selective
17919         display in any included file and don't kill it.
17921 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
17923         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17924         Menu items converted to (menu-item format, help strings added.
17925         [downcase, upcase]: Don't enable on MS-DOS.
17926         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17927         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17929 2000-02-23  Dave Love  <fx@gnu.org>
17931         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17932         (backward-kill-word): Revert addition of * to interactive spec --
17933         it's a feature.
17935         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17936         (backward-kill-sentence, kill-sentence): Likewise.
17938         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17939         scratch buffer name.
17940         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
17942         * term/w32-win.el (internal-face-interactive): Update prompt for
17943         new read-face-name.
17945         * mail/footnote.el (footnote): Add :version to defgroup.
17946         (footnote-section-tag-regexp): Customize.
17947         (footnote-start-tag, footnote-end-tag): New option.
17948         (footnote-latin-regexp): New variable.
17949         (Footnote-latin): New function.
17950         (footnote-style-alist): Add element for latin style.
17951         (footnote-style): Moved.
17952         (Footnote-goto-footnote): Use eq to test arg.
17954         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17956         * emacs-lisp/byte-opt.el: Change old backquote syntax.
17957         (byte-compile-trueconstp): Include keywords.
17958         (byte-optimize-quote, byte-optimize-lapcode):
17959         Use byte-compile-const-symbol-p.
17960         (byte-optimize-char-before): New optimization.
17962         * emacs-lisp/bytecomp.el: Change old backquote syntax.
17963         (byte-compile-const-symbol-p): New function.
17964         (byte-compile-constp, byte-compile-out-toplevel)
17965         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17966         Use it.
17968         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
17970 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
17972         * international/encoded-kb.el: Be sure to update minor-mode-alist
17973         and minor-mode-map-alist.
17974         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17975         codes SS2 and SS3 correctly.
17976         (encoded-kbd-self-insert-ccl): New function.
17977         (encoded-kbd-setup-keymap): New function.
17978         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
17979         by calling encoded-kbd-setup-keymap.
17981         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17982         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
17984 2000-02-22  Dave Love  <fx@gnu.org>
17986         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
17987         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
17988         (lisp-mode-syntax-table): Set up for #|...|# comments.
17989         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
17990         classes.  Match `defface'.
17991         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17992         (eval-defun-1): Fix for defcustom.
17993         (lisp-indent-region): Doc fix.
17995         * subr.el (when, unless, split-string): Doc fix.
17996         (read-passwd): Move call of clear-this-command-keys to the right place.
17997         (replace-regexps-in-string): New function.
17999 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
18001         * help.el (describe-variable): Set syntax table to
18002         emacs-lisp-mode-syntax-table when moving forward over the
18003         symbol's name.
18005 2000-02-22  Dave Love  <fx@gnu.org>
18007         * xt-mouse.el: Doc fixes.
18008         (xterm-mouse-position-function): New function, replacing advice of
18009         mouse-position.
18010         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
18012         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18014 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
18016         * format.el (format-annotate-single-property-change):
18017         Handle properties.with dotted-list values.
18018         (format-proper-list-p): New function.
18020         * enriched.el (enriched-face-ans): Handle '(foreground-color
18021         . COLOR) and (background-color . COLOR).
18023 2000-02-20  Dave Love  <fx@gnu.org>
18025         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18026         and assignments to it.
18027         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18028         current local map.
18029         (make-flyspell-overlay): Use it.
18030         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18032         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18033         (lm-get-header-re): Defun, not defsubst.
18034         (lm-get-package-name): Defun, not defsubst.  Simplify.
18035         (lm-version): Doc fix.  Simplify.
18036         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18037         (lm-crack-address, lm-last-modified-date, lm-commentary)
18038         (lm-verify, lm-synopsis): Simplify.
18039         (lm-report-bug): Require emacsbug.  Use compose-mail.
18041 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
18043         * dired.el (dired-mode): Call propertized-buffer-identification
18044         to set mode-line-buffer-identification to something having
18045         the right text properties.
18047         * bindings.el (propertized-buffer-identification): New function.
18049 2000-02-20  Dave Love  <fx@gnu.org>
18051         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18052         check for t-mouse too.
18054         * cus-start.el: Make echo-keystrokes `number'.
18056 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
18058         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18059         Don't call ring-empty-p unless tags-location-ring is bound.
18060         From Noah Friedman <friedman@splode.com>.
18062 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
18064         * progmodes/hideshow.el (hs-flag-region): No longer use
18065         `intangible' overlay property.
18067         (hs-toggle-hiding): New command.
18068         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18070         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18071         Fix omission bug: Run `hs-minor-mode-hook' for both activation
18072         and deactivation.
18074 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
18076         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18078 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18080         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18082         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18083         of `*' to handle `(* ... *)' comments.
18085 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
18087         * faces.el (list-faces-display): Use display-mouse-p instead of
18088         window-system.
18090         * menu-bar.el (global-map): Menu-bar items converted to the new
18091         format (menu-item..., rearranged for better CUA compliance, and
18092         their names changed for better clarity.  Help strings added.
18094         * international/mule-cmds.el (mule-menu-keymap)
18095         (describe-language-environment-map, set-coding-system-map)
18096         (setup-language-environment-map): Convert to new (menu-item...
18097         form, add help strings.  Change names of menu items for better clarity.
18098         "Mule" menu-bar item removed (it's now in the "Options" submenu).
18100 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18102         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18103         within the code.
18105 2000-02-16  Dave Love  <fx@gnu.org>
18107         * faces.el: Don't require custom.  Add more specific :groups to
18108         various deffaces.
18109         (set-face-attribute): Purecopy args.
18110         (read-face-name): Default to name at point and use it in prompt.
18111         Remove colon from arg in all callers.
18112         (list-faces-display): Hyperlink to face descriptions and customize
18113         buffers.
18115 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
18117         * wid-edit.el (widget-match-inline): An atom never matches a list.
18119 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18121         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18122         at ':' characters by call to split-string.
18124 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18126         * textmodes/bibtex.el: Added RCS version identification.
18128 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18130         * textmodes/bibtex.el: Some temporary comments removed.
18131         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18132         (bibtex-field-const): Allow capital letters.
18133         (bibtex-start-of-string): Deleted because unused.
18135         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
18136         use the term 'reference' to describe a bibtex entry as a whole.
18137         Further, reference keys are no longer called 'labels'.
18138         (bibtex-keys): Renamed to bibtex-reference-keys.
18139         (bibtex-reformat-previous-labels): Renamed to
18140         bibtex-reformat-previous-reference-keys.
18141         (bibtex-reference-type): Renamed to bibtex-entry-type.
18142         (bibtex-reference-head): Renamed to bibtex-entry-head.
18143         (bibtex-reference-maybe-empty-head): Renamed to
18144         bibtex-entry-maybe-empty-head.
18145         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18146         (bibtex-search-reference): Renamed to bibtex-search-entry.
18147         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18148         bibtex-enclosing-entry-maybe-empty-head.
18149         (bibtex-entry-field-alist, bibtex-entry-head)
18150         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18151         (bibtex-map-entries, bibtex-search-entry)
18152         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18153         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18154         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18155         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18156         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18157         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18158         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18160 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18162         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18163         comment.
18164         (bibtex-format-field-delimiters): New function, functionality
18165         extracted from bibtex-format-entry.
18166         (bibtex-autokey-get-yearfield-digits): New function, functionality
18167         extracted from bibtex-autokey-get-yearfield.
18169         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18170         entries in order to avoid stack overflow in the regexp matcher if
18171         field contents become large.
18172         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18173         (bibtex-field-string-part-not-braced)
18174         (bibtex-field-string-part-no-inner-braces)
18175         (bibtex-field-string-part-1-inner-brace)
18176         (bibtex-field-string-part-2-inner-braces)
18177         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18178         (bibtex-field-string-quoted, bibtex-field-string)
18179         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18180         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18181         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18182         Deleted as parsing is now performed by the following functions.
18183         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18184         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18185         (bibtex-parse-field-string, bibtex-search-forward-field-string)
18186         (bibtex-parse-association, bibtex-field-name-for-parsing)
18187         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18188         (bibtex-search-forward-field, bibtex-search-backward-field)
18189         (bibtex-start-of-field, bibtex-end-of-field)
18190         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18191         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18192         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18193         (bibtex-parse-string, bibtex-search-forward-string)
18194         (bibtex-search-backward-string, bibtex-start-of-string)
18195         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18196         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18197         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18198         entries.  Instead of reporting the results of the parsing by
18199         match-beginning or match-end, these functions return data structures
18200         that hold the corresponding positions.
18201         (bibtex-enclosing-field): Changed to also report field boundaries by
18202         return values rather than by match-beginning or match-end.
18203         The following functions have been adapted to use the new
18204         parsing functions.
18205         (bibtex-skip-to-valid-entry, bibtex-search-reference)
18206         (bibtex-enclosing-field, bibtex-format-entry)
18207         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18208         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18209         (bibtex-print-help-message, bibtex-end-of-entry)
18210         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18211         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18212         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18213         Use the new method for parsing.
18214         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18215         (bibtex-map-entries, bibtex-flash-head)
18216         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18217         (bibtex-autokey-change, bibtex-autokey-get-namefield)
18218         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18219         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18220         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18221         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18222         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18223         order to make the new binding of case-fold-search immediately visible.
18225 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18227         * textmodes/bibtex.el: Copyright notice is up to date.
18228         Added constant 'bibtex-maintainer-salutation.
18230         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18231         than make-temp-name, use match-string-no-properties and eliminate
18232         a quadratic behavior when building bibtex-strings.
18234         * bibtex.el (bibtex-reference-key): Accept string entries whose
18235         reference key contains upper case letters.
18237 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18239         * bibtex.el (bibtex-reference-head): Allow entries to start with
18240         a new line.
18242 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18244         * bibtex.el: Hiding of entry bodies is not longer provided by
18245         bibtex.el directly.  Instead the hideshow package can be used.
18246         Added a special bibtex entry to hs-special-modes-alist.
18247         (bibtex-hs-forward-sexp): Added for hideshow.el.
18249 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18251         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18252         proceedings entry type (for cross referencing). Thanks to Wagner
18253         Toledo Correa for the suggestion.
18255         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18257 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
18259         * international/characters.el: Setup case table for Vietnamese.
18261 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
18263         * uniquify.el (toplevel): Require CL at compile time.
18264         (uniquify-push): Removed.
18266         * shadowfile.el (shadow-when): Removed.
18268         * tempo.el (tempo-dolist, tempo-mapc): Removed.
18269         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18271         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18272         regexp for paragraph-start.
18274         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18275         commas as well.
18277 2000-02-10  Dave Love  <fx@gnu.org>
18279         * wid-edit.el: (widgets) [defgroup]: Remove url link.
18280         (widget-color-choice-list, widget-color-history, widget-mouse-help):
18281         Deleted.
18282         (widget-specify-field, widget-specify-button): Don't use
18283         widget-mouse-help as help-echo property.
18284         (default): Use #'ignore for :validate and :mouse-down-action.
18285         (checkbox): Add help-echo.
18286         (widget-sexp-validate): Rewritten to clarify error messages.
18287         (character): Use char-valid-p in :match function.
18288         (widget-color-complete): Use facemenu-color-alist.
18289         (widget-color-action): Use facemenu-read-color.
18291         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
18292         set up `caar' &c that we now have.
18294 2000-02-09  Ray Blaak  <blaak@gnu.org>
18296         * delphi.el: Make resourcestring a declaration region, like const
18297         and var.
18299 2000-02-09  Dave Love  <fx@gnu.org>
18301         * bindings.el (mode-line-input-method-map): New variable.
18302         (mode-line-mule-info): Use it; fix last change.
18303         (mode-line-mode-menu): Move definition.
18304         (mode-line-mouse-sensitive-p): Deleted.
18305         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18306         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
18308         * startup.el (command-line-1): Don't call
18309         make-mode-line-mouse-sensitive.
18311 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18313         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18314         before rmail-toggle-header, because the former toggles headers.
18316 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
18318         * diff-mode.el (diff-kill-junk): New interactive function.
18319         (diff-reverse-direction): Use delete-and-extract-region.
18320         (diff-post-command-hook): Restrict the area so that the hook also works
18321         outside of any diff hunk.  This is necessary for the minor-mode.
18322         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18323         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18325         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18326         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18327         so that it can be used more easily in <foo>-mode-hook.  Also make sure
18328         to avoid duplicate entries.
18329         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18330         (font-lock-remove-keywords): Just as was done for `add', allow it to
18331         work even if font-lock-mode is nil.  Also make sure we don't modify
18332         any pre-existing list by forcing a copy-sequence.  Finally rename
18333         `major-mode' to `mode'.
18334         (font-lock-fontify-syntactic-anchored-keywords)
18335         (font-lock-fontify-anchored-keywords)
18336         (font-lock-fontify-keywords-region): Use line-end-position.
18337         Don't make `font-lock-multiline' local (it's now done in
18338         font-lock-set-defaults).
18339         (font-lock-set-defaults): Make `font-lock-multiline' local.
18340         Move the `font-lock-fontified' creation to inside the `unless'.
18342 2000-02-06  Andrew Innes  <andrewi@gnu.org>
18344         * term/w32-win.el (x-handle-args): Comment out call to message,
18345         which occurs before window system is initialized.
18347         * makefile.nt: Add support for recompiling lisp code.
18349 2000-02-04  Dave Love  <fx@gnu.org>
18351         * bindings.el (mode-line-mule-info): Fix/extend last change.
18353         * completion.el: Replace completion-dolist with dolist.
18355         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18357 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
18359         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18360         environment names before they go into the section regexp.
18362         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18363         char class in regexp.
18365         * textmodes/reftex-parse.el (reftex-with-special-syntax):
18366         Bind `case-fold-search' to nil.
18368         * progmodes/idlwave.el (idlwave-template):
18369         Respect `idlwave-abbrev-change-case'.
18370         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18371         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18372         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18373         (idlwave-rw-case): New function.
18374         (idlwave-statement-match): Fixed problem with assignment regexp.
18375         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18376         (idlwave-surround): New argument LENGTH to support padding of
18377         operators longer than 1 char.
18379         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18380         idlwave-shell-expression-overlay.  Implemented printing of
18381         expressions on higher levels of the calling stack.
18382         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18383         (idlwave-retrieve-expression-from-level): New function.
18384         (idlwave-shell-last-calling-stack): Variable removed.
18385         (idlwave-shell-reset): Argument action reversed (`visible' to
18386         `hidden').  Also remove stop-line overlay.
18387         (idlwave-shell-calling-stack-routine): New variable.
18388         (idlwave-shell-parse-stack-and-display): Messages now display
18389         negative level numbers.
18390         (idlwave-shell-mode): Set `modeline-format'.
18391         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18392         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18393         (idlwave-shell-print-expression-function): New option.
18395         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18396         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18397         `tool-bar' instead of `toolbar'.
18399 2000-02-02  Dave Love  <fx@gnu.org>
18401         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18402         emacs-lisp-mode-hook.  Don't check for defalias being defined.
18404         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18405         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18406         Use the new builtins directly.
18408         * whitespace.el (whitespace): Add :version to defgroup.
18410         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18411         Doc fix.
18413         * thingatpt.el (sexp-at-point, symbol-at-point)
18414         (number-at-point, list-at-point): Add autoload cookie.
18416         * recentf.el (recentf): Add :version to defgroup.
18418         * quickurl.el (quickurl): Add :version to defgroup.
18420         * elide-head.el (elide-head): Use point-marker more.
18422         * bs.el (bs): Add :version to defgroup.
18424         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18426         * progmodes/delphi.el (delphi): Add :version to defgroup.
18428 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
18430         * ange-ftp.el (ange-ftp-write-region): Handle case that
18431         succeeding process operation sets a different coding system.
18433         * calculator.el: New file.
18435 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
18437         * frame.el (frames-on-display-list, framep-on-display): New functions.
18438         (display-mouse-p, display-popup-menus-p, display-graphic-p)
18439         (display-selections-p, display-screens, display-pixel-width)
18440         (display-pixel-height, display-mm-width, display-mm-height)
18441         (display-backing-store, display-save-under, display-planes)
18442         (display-color-cells, display-visual-class): New functions.
18444         * term/tty-colors.el (tty-color-gray-shades): New function.
18446         * faces.el (display-color-p): Use framep-on-display.
18447         (display-grayscale-p): New function.
18449 2000-01-31  Dave Love  <fx@gnu.org>
18451         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18452         (create-fontset-from-x-resource): Don't concat integers.
18454 2000-01-31  Inge Frick  <inge@nada.kth.se>
18456         * view.el: Some changes in documentation.  Removed some trailing
18457         whitespace. Changed some parameter names to agree with documentation.
18458         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18459         window is not deleted.  Modifies change 1998-04-26.
18461 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
18463         * windmove.el: New file.
18465         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18466         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18467         progmodes/ebnf-yac.el: Update copyright and license info.
18469         * jit-lock.el (jit-lock-function): Widen before calculating
18470         end position.
18471         (jit-lock-stealth-chunk-start): Rewritten.
18473         * info.el (Info-title-face-alist): Removed.
18474         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18475         (Info-fontify-node): Use these faces.
18477 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
18479         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18480         (cl-macro-list1): Recognize `&allow-other-keys' instead of
18481         `&allow-other-keywords'.
18483         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18484         the list of directories scanned heuristically.
18486         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18488 2000-01-30  Jason Rumney  <jasonr@gnu.org>
18490         * w32-fns.el: Define w32-tty-standard-colors.
18492         * startup.el (command-line): Use w32-tty-standard-colors when in
18493         w32 console mode.
18495 2000-01-30  Dave Love  <fx@gnu.org>
18497         * jka-compr.el (jka-compr-load): Fix up load-history.
18499         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18501         * emacs-lisp/cl-macs.el: Revert previous change.
18503 2000-01-29  Dave Love  <fx@gnu.org>
18505         * facemenu.el: Purecopy various strings.
18507         * timezone.el (timezone-fix-time): Window against 69 for two-digit
18508         years.  Deal with three-digit years.
18510         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18511         Use defconst, purecopy.
18512         (help-back-label): Purecopy it.
18514 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18516         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18517         variable. If non-nil, order the buffer list according to the
18518         currently selected frame.
18519         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18520         non-nil, pass the selected frame to function buffer-list.
18522 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18524         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18526 2000-01-28  Dave Love  <fx@gnu.org>
18528         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18530         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18531         Don't use lisp-indent-hook property.
18532         (cl-abs): Remove.
18534         * subr.el: Move out indent and edebug specs for when and unless.
18536         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18537         when, unless.
18539         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18540         unless, when.
18542 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
18544         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18545         `collecting' as synonym for `collect'.
18547         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18548         for the case it contains spaces.
18550         * simple.el (what-cursor-position): Change formatting of messages.
18552         * frame.el (delete-other-frames): New function.
18553         (toplevel): Bind it to C-x 5 1.
18555         * sort.el (sort-numeric-base): New option.
18556         (sort-numeric-fields): If number starts with `0' or `0[xX[',
18557         interpret it as octal or hexadecimal.  Use sort-numeric-base
18558         as default base.
18560         * progmodes/glasses.el: New file.
18562 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
18564         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18565         userids differently.
18567         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18568         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18569         progmodes/ebnf-yac.el: New files.
18571 2000-01-26  Dave Love  <fx@gnu.org>
18573         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18574         on a function with an empty body.  [From Eric Ludlam.]
18576 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
18578         * vc.el (vc-version-diff): Make sure file name is expanded.
18580 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
18582         * scroll-bar.el (scroll-bar-timer): Variable removed.
18583         (scroll-bar-toolkit-scroll): Don't use a timer.
18585 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
18587         * language/thai-util.el (thai-composition-function):
18588         Delete superfluous `a'.
18590 2000-01-24  Dave Love  <fx@gnu.org>
18592         * fortran.el (fortran-mode): Use beginning-of-defun-function,
18593         end-of-defun-function.
18595         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18597 2000-01-22  Jason Rumney  <jasonr@gnu.org>
18599         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18600         conflicts with new face support.
18602 2000-01-22  Richard M. Stallman  <rms@gnu.org>
18604         * replace.el (query-replace): Rename last arg to DELIMITED.
18605         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18606         (query-replace-regexp): Likewise.
18608 2000-01-20  Richard M. Stallman  <rms@gnu.org>
18610         * subr.el (with-syntax-table): Use make-symbol, not gensym.
18612         * emacs-lisp/lisp.el (beginning-of-defun-function):
18613         Variable renamed from beginning-of-defun.
18614         Do not call make-variable-buffer-local.
18615         (beginning-of-defun-raw): Use new variable name; doc fix.
18616         (beginning-of-defun): Doc fix.
18617         (end-of-defun-function): Variable renamed from end-of-defun.
18618         Do not call make-variable-buffer-local.
18619         (end-of-defun): Use new variable name; doc fix.
18621         * subr.el (dolist, dotimes): Copied from cl-macs.el
18622         and made to work.
18624         * mail/undigest.el (rmail-digest-end-regexps):
18625         Variable replaces rmail-digest-end-regexp.
18626         Allows multiple regexps for detecting the end line.
18627         (undigestify-rmail-message): Corresponding changes.
18629 2000-01-19  Dave Love  <fx@gnu.org>
18631         * files.el (user-init-file): Don't declare here -- is primitive.
18633         * startup.el (command-line): Check for compiled user-init-file and
18634         set to uncompiled version if necessary.
18636 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18638         * mail/undigest.el (rmail-digest-end-regexp): New user option.
18639         (undigestify-rmail-message): Use it.
18641         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18643 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
18645         * tmm.el (tmm-goto-completions): Adapt to prompt being part
18646         of mini-buffer.
18648 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
18650         * emacs-lisp/copyright.el (copyright-update): Removed the
18651         requirement for a trailing space from `copyright-regexp', to
18652         support copyrights with owner specified on a separate line..
18654         * align.el: New file.
18656         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18658         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18660 2000-01-13  Dave Love  <fx@gnu.org>
18662         * ph.el: Removed.  (Obsoleted by EUDC.)
18664 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18666         * net/eudc.el (toplevel): Remove autoloaded code installing
18667         menu with easymenu, because that causes build problems.
18669         * frame.el (frame-notice-user-settings): New variable.
18670         (frame-notice-user-settings): Don't modify frame parameters
18671         if called a second time.
18673 2000-01-13  Richard M. Stallman  <rms@gnu.org>
18675         * frame.el (frame-notice-user-settings):
18676         Notice default-frame-parameters even for non-window frames.
18678 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18680         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18681         for Emacs.
18682         (eudc-bob-can-display-inline-images): Extend for Emacs.
18683         (eudc-bob-toggle-inline-display): Ditto.
18684         (eudc-bob-display-jpeg): Ditto.
18686 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
18688         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18689         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18690         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18692         * add-log.el (add-change-log-entry): Fix error trying an
18693         `(insert nil)'.
18695         * subdirs.el: Add `net' directory.
18697         * net: New directory.
18699         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18700         eval-last-sexp.  Don't bind debug-on-error here.
18701         (eval-last-sexp): New function.  Bind debug-on-error if
18702         eval-expression-debug-on-error is non-nil.
18703         (eval-defun-2, eval-defun): Likewise.
18705         * simple.el (eval-expression): Don't bind debug-on-error if
18706         eval-expression-debug-on-error is nil.  Detect changed
18707         debug-on-error, and propagate new value to global binding, if
18708         eval-expression-debug-on-error is non-nil,
18709         (eval-expression-debug-on-error): Change doc string.
18711 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18713         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18715         * emacs-lisp/lisp-mode.el (with-syntax-table):
18716         Set up lisp-indent-function property.
18718         * subr.el (with-syntax-table): Moved from simple.el.
18720         * simple.el (with-syntax-table): Moved to subr.el.
18722 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
18724         * tmm.el (tmm-shortcut): Delete region after prompt instead
18725         of erasing buffer.
18727         * textmodes/fill.el (fill-common-string-prefix): New function.
18728         (fill-context-prefix): Use the longest common prefix of first
18729         and second line fill prefix, if there is one.
18731 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18733         * array.el (array-mode): Don't use make-variable-buffer-local.
18734         Use make-local-variable for `truncate-lines'.
18736 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
18738         * add-log.el (add-log-current-defun): Handle user-defined
18739         add-log-current-function returning nil,
18741         * add-log.el (add-change-log-entry): Insert version number
18742         if having found a current function
18744         * add-log.el (add-log-current-defun):
18745         Call `add-log-current-defun-function'.  Try matches at level 0 and
18746         level 1.  Strip whitespace from defun found.
18748 2000-01-10  John Wiegley  <johnw@gnu.org>
18750         * allout.el (isearch-done/outline-provisions): Added `edit'
18751         argument to correspond with the current definition of `isearch-done'.
18753 2000-01-10  Dave Love  <fx@gnu.org>
18755         * elide-head.el (elide-head): Use point-marker, not point.
18757 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
18759         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18760         before and after the year 2000.
18762         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18763         Add ispell- prefix.
18765 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
18767         * ispell.el:  Only define dictionaries in menus when they exist.
18768         (version18p): New variable.
18769         (version20p): New variable.
18770         (xemacsp): New variable.
18771         (ispell-choices-win-default-height): Fix for XEmacs visibility.
18772         (ispell-dictionary-alist1): Added Brasileiro dictionary.
18773         (ispell-dictionary-alist6): Russian command lines no longer accept
18774         run-together words.
18775         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18776         (ispell-dictionary-alist): Add koi8-r to customize definition.
18777         (check-ispell-version): Added documentation string.  Return library
18778         path when called non-interactively.
18779         (ispell-menu-map-needed): Uses new variables.
18780         (ispell-library-path): New variable.
18781         (ispell-decode-string): XEmacs fix for bogus variable bindings.
18782         (ispell-word): Improved documentation string.  Test for valid
18783         character mappings.  Correctly check typed in word changes that can
18784         result in single words split into multiple words.
18785         Return replacement word.
18786         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
18787         replace in recursive query replace mode.  Help message for
18788         recursive edit mode.
18789         (ispell-show-choices): Protect against bad framepop bindings.
18790         (ispell-help): Fix to work with XEmacs.
18791         (ispell-highlight-spelling-error): Use new variables.
18792         (ispell-overlay-window): Fix to work with XEmacs.
18793         (ispell-parse-output): Passed and returns location information
18794         tracking spelling corrections.  Doesn't recheck same word on
18795         current line.
18796         (ispell-init-process): Protect against bogus XEmacs variable binding.
18797         Fix call to single argument in sleep-for.  Use new variables.
18798         (ispell-region): Passed and returns location information tracking
18799         spelling corrections.  Doesn't check same word on current line.
18800         Improved documentation string.  Doesn't resend a line already
18801         checked to the ispell process - fixes bug in LaTeX parsing.
18802         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18803         (ispell-skip-region): No longer skips <TT> in SGML.
18804         (ispell-process-line): Tracks location information with spelling
18805         corrections.  Added documentation string.  Accounts for words
18806         already accepted on this line.  Don't allow query-replace on line
18807         starting with math characters.  Doesn't resend a line already sent
18808         to ispell process.  Fixes alignment error bug.
18810 2000-01-10  Richard M. Stallman  <rms@gnu.org>
18812         * dired-x.el (dired-guess-shell-alist-default):
18813         Suggest xloadimage, which is free, not xv, which isn't.
18815         * ange-ftp.el (ange-ftp-file-name-nondirectory):
18816         Don't ever include the host name or user name in the value.
18818 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18820         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18821         of a real newline.
18823 2000-01-09  Stephen Eglen  <stephen@gnu.org>
18825         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18826         for .png files.
18828 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
18830         * cus-edit.el (custom-hook-convert-widget): Fix comment.
18832 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18834         * progmodes/cperl-mode.el: Replace ^F with ^L.
18836         * sendmail.el (toplevel): Provide `sendmail' when compiling before
18837         `require'ing rmail and mailalias to prevent infinite recursion.
18839 2000-01-08  Dave Love  <fx@gnu.org>
18841         * emacs-lisp/backquote.el: Remove inappropriate customization
18842         (allowing custom.el to use backquote).
18844 2000-01-07  Dave Love  <fx@gnu.org>
18846         * add-log.el (add-log-debugging): Deleted.
18847         (add-change-log-entry): Treat a backup FILE-NAME as its parent
18848         file.  Remove debugging code.
18849         (change-log-get-method-definition, change-log-name): Add doc.
18850         (change-log-sortable-date-at): New function.
18851         (change-log-merge): New command.
18853         * time.el (display-time-string-forms): Make the Mail string active.
18854         (display-time-update): Provide help-echo for load average.
18856         * bindings.el (make-mode-line-mouse2-map): New function.
18857         (mode-line-modified): Use it and simplify.
18858         (mode-line-mule-info): Provide help-echo info.
18859         (minor-mode-alist): Activate the strings.
18860         (make-mode-line-mouse-sensitive): Simplify for
18861         mode-line-buffer-identification.
18863 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
18865         * play/pong.el: New file.
18867 2000-01-06  Dave Love  <fx@gnu.org>
18869         * array.el: Assorted cleanups for compiler warnings, doc strings,
18870         `array-' prefix for symbols.
18872 2000-01-05  Dave Love  <fx@gnu.org>
18874         * textmodes/outline.el (outline-mode-menu-bar-map):
18875         Add outline-headers-as-kill.
18876         (outline-mode): Define imenu-generic-expression.
18877         (outline-headers-as-kill): New command.
18879         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18880         from paragraph-start.
18881         (paragraph-indent-minor-mode): New command.
18883         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18884         M-C-e, M-C-h, C-j, C-xnd, TAB.
18885         (fortran-mode): Set beginning-of-defun, end-of-defun.
18886         (fortran-column-ruler): Simplify.
18887         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18888         (fortran-with-subprogram-narrowing): Likewise.
18889         (fortran-indent-subprogram): Call mark-defun.
18890         (fortran-check-for-matching-do): Change narrowing.
18892         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18893         (cl-lucid-hash-tag): Delete.
18894         (cl-hash-table-p): Correct test for native table.
18895         (cl-hash-table-count): Use hash-table-count.
18897         * browse-url.el (browse-url): Fix case of
18898         browse-url-browser-function being an alist.
18900 2000-01-05  Carsten Dominik  <cd@gnu.org>
18902         * textmodes/reftex-vars.el (reftex-parse-file-extension)
18903         (reftex-index-phrase-file-extension): New options.
18905         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18906         Use new option `reftex-index-phrase-file-extension'.
18908         * textmodes/reftex.el (reftex-access-parse-file): Use new option
18909         `reftex-parse-file-extension'.
18911 2000-01-05  Dave Love  <fx@gnu.org>
18913         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18914         (beginning-of-defun-raw): Use it.
18915         (end-of-defun): New variable.
18916         (end-of-defun): Use it.
18917         (check-parens): New command.
18919 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
18921         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18922         (hs-show-block): Don't use `mapcar' when not accumulating.
18924         Fix buglet in local variables initialization.
18926 2000-01-05  Andreas Schwab  <schwab@suse.de>
18928         * hscroll.el (hscroll): Doc fix.
18930 2000-01-05  Carsten Dominik  <cd@gnu.org>
18932         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18933         Require idlw-toolbar.
18935         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18936         file idlw-rinfo.el.
18937         (idlwave-customize): Load must read file idlw-shell.el.
18938         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18940 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
18942         * progmodes/idlw-shell.el: Also provide idlwave-shell
18943         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18944         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18946         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
18947         both reftex-dcr and reftex-vcr.
18949         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18951 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18953         * ps-print.el: PostScript code now is in separate files, doc fix.
18954         (ps-print-version): New version number (5.0.3).
18955         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18956         local.
18957         (ps-spool-config): Initialization fix.
18958         (ps-print-prologue-1, ps-print-prologue-2)
18959         (ps-print-duplex-feature): PostScript code moved to separated file.
18960         (ps-background-image): Little code reformating.
18961         (ps-begin-file, ps-begin-job): Fix code.
18962         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18963         (ps-prologue-file): New fun.
18965 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18967         * ps-vars.el: Eliminated.
18969         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18970         `;;;###autoload'.
18972         * ps-print.el: ps-vars eliminated, doc fix.
18973         (ps-print-version): New version number (5.0.2).
18974         (ps-spool-config): Initialization fix.
18975         (ps-print-customize): New fun.
18977 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
18979         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
18981 2000-01-04  Dave Love  <fx@gnu.org>
18983         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18984         menu items.
18986 2000-01-03  Dave Love  <fx@gnu.org>
18988         * elide-head.el (elide-head) [defgroup]: Add :version.
18990         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
18991         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18992         Use `cl-hash-table-p', not `hash-table-p'.
18993         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18995 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18997         * faces.el (face-read-integer, read-face-attribute)
18998         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19000 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19002         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19003         at comment end, and re-insert them after filling.
19005 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19007         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19008         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19009         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19011 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19013         * term/x-win.el (xw-defined-colors): Call color-supported-p,
19014         the new name of face-color-supported-p.
19016         * term/w32-win.el (xw-defined-colors): Likewise.
19018 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
19020         * simple.el (completion-setup-function): Count completion-size
19021         from minibuffer-prompt-end, not from point-min.
19023 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
19025         * faces.el (read-face-attribute, defined-colors, color-defined-p):
19026         Pass the frame to tty-color-* functions.
19027         (display-color-p, frame-set-background-mode): Pass the frame to
19028         tty-display-color-p.
19030         * term/tty-colors.el (tty-defined-color-alist): Renamed from
19031         tty-color-alist.
19032         (tty-color-alist, tty-modify-color-alist): New functions.
19033         (tty-color-define,  tty-color-clear, tty-color-approximate)
19034         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19035         optional parameter FRAME.
19037 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
19039         * image.el (create-image, defimage): Don't assume image data is
19040         a string.
19042         * image.el (defimage): Handle specifications containing :data
19043         instead of :file.
19044         (image-type-from-data): New function.
19045         (image-type-from-file-header): Use it.
19046         (create-image): Add parameter DATA-P.
19048 See ChangeLog.8 for earlier changes.
19050 ;; Local Variables:
19051 ;; coding: iso-2022-7bit
19052 ;; End: