(display-time-string-forms): Use
[emacs.git] / lisp / ChangeLog
blob65b628b059c7dcf1fc64242da370a8a0800c606f
1 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
3         * bindings.el (make-mode-line-mouse-map): Renamed from
4         make-mode-line-mouse2-map.  Take additional arg MOUSE.
5         (mode-line-modified): Use mouse-3 instead of mouse-2.
6         (mode-line-buffer-identification-keymap): Bind keys differently.
7         (propertized-buffer-identification): Adapt help-echo to new
8         bindings.
10         * bindings.el (mode-line-format): Specify help-echo for line
11         number, column number and buffer-percent part of the mode-line.
13         * image.el (image-type-regexps): Allow whitespace at the start
14         of the image data for XPM, XBM and Postscript, which are
15         text files.
16         (image-jpeg-p): Correct calculation of next field offset.
18 2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
20         * battery.el: Fix typo.
22 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
24         * image.el (image-type-regexps): Allow predicates.  Change the way
25         JPEG images are recognized.
26         (image-jpeg-p): New function.
27         (image-type-from-data): Handle predicates in image-type-regexps.
29         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
30         #:, #x, #o, and similar constructs.
32 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
34         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
36         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
37         instead of `progn'.
39         * tar-mode.el (tar-extract): Avoid generating a new buffer
40         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
42         * textmodes/paragraphs.el (forward-sentence): Avoid building
43         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
45         * progmodes/executable.el (executable-set-magic): If 
46         executable-find returns a quoted file name, unquote it before
47         inserting it.
49         * image.el (image-type-regexps): For JPEG files, use a regexp
50         derived from the JFIF spec.
51         
52         * image.el (image-type-regexps): Use `\`' instead of `^' in
53         most regular expressions.
55 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
57         * play/animate.el: re-insert a reference to re-inserted function.
59 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
61         * help.el (describe-function-1): Use
62         find-function-search-for-symbol instead of find-functin-noselect
63         because the latter follows aliases.
65         * play/animate.el (animate-birthday-present): Re-insert.
67         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle
68         old-style menu definitions.
70 2001-08-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
72         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
73         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
75         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
76         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
77         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
79 2001-08-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
81         * textmodes/tildify.el: Milan Zamazal has new address.
83 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
85         * custom.el (custom-set-variables): Don't test `custom-requests'
86         properties, check the third element of the options passed to
87         custom-set-variables instead.
89         * info.el (info-insert-file-contents): Use info-file-exists-p
90         instead of file-exists-p.
92         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
93         the mode-line face is restored.  Fix several bugs.
95         * replace.el (perform-replace): Doc fix.
97 2001-08-02  Francesco Potorti`  <pot@gnu.org>
99         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
100         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
101         (uniquify-fix-item-base, uniquify-fix-item-filename)
102         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
103         Callers changed.
104         (uniquify-set-proposed): Changed to work with a vector item.
105         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
106         the fix list, and a list of strings for the non-file buffer
107         names.  Both changes reduce consing.
108         (uniquify-rationalize-a-list): Local variable renaming.
109         (uniquify-rationalize-conflicting-sublist): Use member instead of
110         assoc.
111         (uniquify-rename-buffer): Use unless instead of if not.
113 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
115         * recentf.el (recentf-dump-variable): Handle a value of nil
116         correctly.
118         * custom.el (custom-set-variables): Set options with :require
119         clauses last.
121         * custom.el (defcustom): Doc fix.
123         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
125 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
127         * man.el (man): Mention Man-switches in the doc string.
128         (Man-switches): Mention -a in the doc string.
130         * textmodes/ispell.el (ispell-alternate-dictionary): Add
131         /usr/share/lib/dict/words, for Irix.
133         * bindings.el: Bind shifted and control-shifted kp-* keys to the
134         corresponding non-kp keys.  Suggested by Stephen Gildea
135         <gildea@alum.mit.edu>.
137 2001-08-01  Francesco Potorti`  <pot@gnu.org>
139         * uniquify.el: These changes correct a corner case that the old
140         code managed correctly.
141         (uniquify-fix-item-proposed): Renamed from
142         uniquify-fix-item-min-proposed.
143         (uniquify-set-proposed): New function.
144         (uniquify-rationalize-file-buffer-names): Code reshuffled for
145         clarity and speed.
146         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.  This
147         is equivalent to what the old code did.
148         (uniquify-rationalize-a-list): Never recompute the proposed
149         name.  Sort the conflicting sublist before rationalising it: this
150         is equivalent to what the old code did, but one directory element
151         at a time, and only when necessary.
152         (uniquify-rationalize-conflicting-sublist): Recompute here the
153         proposed name.
155 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
157         * play/animate.el: Add Keywords and Maintainer.  Remove a
158         reference to a removed function.
160         * play/animate.el (animate-string): Handle case that the string is
161         longer than the window is wide.
163 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
165         * desktop.el (desktop-save): Bind coding-system-for-write to
166         `emacs-mule' for write-region.
168         * delsel.el (delete-selection-pre-hook): Don't set this-command
169         to `ignore' if the region is empty.
171         * international/mule.el (set-keyboard-coding-system): Set
172         keyboard-coding-system.
174         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
175         before accessing it.
177 2001-07-30  Andreas Schwab  <schwab@suse.de>
179         * menu-bar.el (toggle-highlight-paren-mode): Use
180         `(show-paren-mode)' as body.
182 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
184         * vc.el (vc-checkout-hook): New hook.
185         (vc-checkout): Run it.
187 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
189         * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
190         the ?= operator.  From Jonathan Kamens <jik@curl.com>.
192 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
194         * vc.el (vc-switch-backend): Fix autoload cookie.
196         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
197         the desktop file.
199 2001-07-30  Simon Josefsson  <jas@extundo.com>
201         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
202         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
204 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
206         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
207         (last-sexp-toggle-display): Renamed from last-sexp-print.
208         (last-sexp-toggle-display, eval-last-sexp-1): Use
209         last-sexp-setup-props.
211         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
212         New user-options.
213         (mouse-wheel-change-button): New function.
214         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
215         (mwheel-scroll): Ditto.
217 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
219         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
220         `...', compare with unabbreviated printed representation instead.
221         (last-sexp-print): Bind print-length and print-level to nil.
223         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
224         before assigning text properties.  Make properties rear-nonsticky.
226         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
227         (eval-last-sexp-1): Give printed text a `keymap' property and bind
228         <mouse-2> and <RET> in that map to a function printing the
229         unabbreviated value.
231         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
232         is a buffer, put a text property `printed-value' on the printed
233         representation, with the Lisp object printed as value.
235 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
237         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
238         Mention the effect of eval-expression-print-length and
239         eval-expression-print-level in the doc strings.  Suggested by
240         Kevin Gallagher <kevingal@onramp.net>.
242 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
244         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
245         for buttons > 3.
246         (xterm-mouse-translate): Handle the case that we don't get a
247         down-event.
249         * emacs-lisp/find-func.el (find-function-regexp): Add
250         easy-mmode-define-global-mode to the regexp.  Allow newlines
251         in front of the function name.
253         * isearch.el (isearch-other-meta-char): Fix last change.
255         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
256         similar events for which fake prefix keys are generated.  It's no
257         longer necessary since read_key_sequence doesn't modify these
258         events for internal purposes anymore.
260         * files.el (auto-mode-alist): Use nroff-mode for files ending
261         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
263 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
265         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
266         tool-bar-lines parameter, behave as if its value were zero.
267         (mouse-avoidance-set-pointer-shape): Don't do anything if
268         x-pointer-shape is not boundp.
270 2001-07-23  Francesco Potorti`  <pot@gnu.org>
272         * uniquify.el: Overall speedup changes when using many buffers.
273         (uniquify-fix-item-base, uniquify-fix-item-filename,
274         uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
275         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
276         place in the item, but was never used.
277         (uniquify-fix-item-min-proposed): New defalias: the fourth place
278         in the item is now used as cache for the proposed name.
279         (uniquify-rationalize-file-buffer-names): Move computation made on
280         newbuffile out of the loop, in the newbuffile-nd local var.  Use
281         dolist (cosmetic change).  Compute the proposed name for the most
282         common case and cache it in the fourth place in the item.
283         (uniquify-rationalize-file-buffer-names): Used to return a a list
284         of buffer whose name was changed, but that return value was never
285         used.
286         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
287         the cached proposed name, does much less consing and is quicker.
288         (uniquify-filename-lessp): Deleted.
289         (uniquify-rationalize-a-list): Use dolist (cosmetic change).  Do
290         not bind locally the uniquify-possibly-resolvable flag.  Use the
291         cached proposed name is possible.
292         (uniquify-get-proposed-name): Arguments changed, callers changed.
293         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
294         uniquify-possibly-resolvable flag, which is no more bound locally.
295         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
296         flag, which does not exist any more.
298 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
300         * term/internal.el (IT-unicode-translations): Fix the appearance of
301         "6`".
303         * progmodes/compile.el (compile-internal): If EMACS is already
304         defined in the environment, don't override its value.
306 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
308         * play/fortune.el: Undo change of 2001-07-13.
309         Fix autoload cookies.  Add types to defcustoms.
310         (fortune) <defgroup>: Add :link.
311         (fortune-from-region): Use eq, not eql.
312         From Dave Love <fx@gnu.org>.
314         * play/animate.el (animate-birthday-present): Function removed.
316         * play/animate.el: New file.
318 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
320         * startup.el (normal-top-level-add-subdirs-to-load-path): On
321         Windows, put into normal-top-level-add-subdirs-inode-list the
322         canonicalized names of the directories instead of inode numbers.
324 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
326         * ediff-util.el: Copyright years.
327         (ediff-choose-syntax-table): New function.
328         (ediff-setup): Use ediff-choose-syntax-table.
329         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
330         vc-state is available.
331         (ediff-make-temp-file): Use ediff-coding-system-for-write.
333         * ediff-init.el (ediff-with-syntax-table): New macro, uses
334         with-syntax-table.
335         (ediff-coding-system-for-read): From ediff-diff.el
336         (ediff-coding-system-for-write): New variable.
337         (ediff-highest-priority): Fixed the bug having to do with disappearing
338         overlays.
339         (ediff-file-remote-p): Use file-remote-p, if available.
340         (ediff-listable-file): New function.
341         (ediff-file-attributes): Use ediff-listable-file.
343         * ediff-mult.el (ediff-meta-insert-file-info1): Use
344         ediff-listable-file.
346         * ediff-ptch.el (ediff-prompt-for-patch-file): Use
347         ediff-coding-system-for-read.
348         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
350         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
351         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
353         * ediff.el: Date of last update, copyright years.
355         * ediff-wind (ediff-setup-control-frame): Nill->nil.
357         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
358         of Scott Bronson.
359         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
360         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
361         Deleted functions.
362         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
363         ex-token-list.
364         (viper-get-ex-address-subr): Convert registers to char data type.
366         * viper-util.el (viper-int-to-char,viper-char-equal): New
367         functions.
368         (viper-memq-char): Use viper-int-to-char.
369         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
370         vc-locking-state.
371         (viper-read-key): Use viper-read-key-sequence.
373         * viper.el (viper-major-mode-modifier-list): Added
374         inferior-emacs-lisp-mode.
375         (this-major-mode-requires-vi-state): New function that uses simple
376         heuristics to decide if vi state is appropriate.
377         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
378         (viper-non-hook-settings): Don't advise read-key-sequence.
379         (viper-read-key-sequence): New function that replaces the
380         previously used advice to read-key-sequence.
382         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
383         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
384         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
385         (viper-open-line-at-point,viper-substitute,viper-overwrite)
386         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
387         Got rid of the negative character hack.
388         (viper-escape-to-state,viper-replace-state-exit-cmd):
389         Use viper-read-key-sequence.
390         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
391         (viper-minibuffer-standard-hook,viper-read-string-with-history):
392         Don't override existing minibuffer-setup-hook.
393         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
394         Convert registers to char data type.
395         (viper-autoindent): Use viper-indent-line.
397         * viper-keym.el: Use viper-exec-key-in-emacs.
399 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
401         * server.el (server-visit-files): Fix variable name typo.
403 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
405         * simple.el (delete-trailing-whitespace): Save match data
406         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
408 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
410         * progmodes/compile.el (compilation-parse-errors): `linenum' might
411         return a this-error using the alternative format (a pair of markers).
413 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
415         * font-lock.el (c++-keywords): Add Standard C++ operator names.
417         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
418         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
420 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
422         * international/iso-transl.el: Fix typo in the header of the file.
424         * textmodes/picture.el (picture): Doc fix.
426         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
427         follow coding conventions in generated files.
429 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
431         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
432         (tool-bar-add-item): Don't call image-related primitives if the
433         display doesn't support images.
435         * frame.el (display-images-p): New function.
437 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
439         * server.el (server-visit-files): Handle the case the specified
440         column number is <= 0.
442 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
444         * startup.el (command-line-1): Add support for +LINE:COLUMN
445         command line argument.
447 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
449         * server.el (server-process-filter, server-visit-files):
450         Add support for +LINE:COLUMN style emacsclient calls.
452 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
454         * emacs-lisp/easy-mmode.el: Add Keywords header.
456         * play/pong.el: Author has new address.
458         * play/landmark.el: Author is no more reachable.
460         * play/handwrite.el: Author is no more reachable.
462 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
464         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
465         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
466         Complete bindings for F<1..12> keys.
467         (global-map): Remove `undo' binding (already in the default).
468         Replace `t<n>' bindings with `f<n>' bindings.
470 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
472         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
473         (tcl-mode): Use tcl-add-log-defun.
474         (tcl-indent-line): Use tcl-calculate-indent.
475         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
476         (tcl-indent-exp): Renamed from indent-tcl-exp.
477         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
478         (tcl-indent-for-comment): Call comment-indent-function properly
479         and handle the case where it returns nil.
481 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
483         * calendar/cal-islam.el (calendar-goto-islamic-date):
484         Remove autoload cookie.
486         * calendar/calendar.el (calendar-goto-islamic-date):
487         Add call to autoload.
489 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
491         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
492         Don't change compile-auto-highlight globally.
493         Don't bother with `font-lock-defaults' property since XEmacs
494         also understands the `font-lock-defaults' variable.
495         Use make-local-variable rather than make-variable-buffer-local.
496         Don't `defconst' comment-indent-function: keep the default.
497         Call easy-menu-add unconditionally.
498         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
499         (ada-create-menu): Use :included for Emacs as well.
501         * vc.el (vc-do-command): Autoload.
503         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
505 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
507         * ps-print.el: Fix Author: header.
509 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
511         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
512         mouse-1 etc., bind them to `ignore'.
514         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
515         send-invisible, which is already defined in Comint.
516         (eshell-watch-for-password-prompt): Use it.
518 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
520         * which-func.el (which-func-mode): Doc fix.
522         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
523         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
524         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
525         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
526         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
527         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
528         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
529         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
530         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
531         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
532         * emulation/edt-mapper.el, emulation/edt-pc.el,
533         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
534         * emulation/tpu-edt.el, emulation/tpu-extras.el,
535         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
536         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
537         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
538         * international/isearch-x.el, international/iso-cvt.el,
539         * international/ogonek.el, international/quail.el,
540         * international/utf-8.el, jit-lock.el, language/devan-util.el,
541         * language/devanagari.el, language/ethio-util.el,
542         * language/ethiopic.el, language/european.el, language/indian.el,
543         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
544         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
545         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
546         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
547         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
548         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
549         * progmodes/autoconf.el, progmodes/cmacexp.el,
550         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
551         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
552         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
553         * progmodes/ebnf2ps.el, progmodes/executable.el,
554         * progmodes/fortran.el, progmodes/idlw-shell.el,
555         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
556         * progmodes/m4-mode.el, progmodes/mantemp.el,
557         * progmodes/meta-mode.el, progmodes/octave-inf.el,
558         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
559         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
560         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
561         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
562         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
563         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
564         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
565         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
566         * textmodes/two-column.el, time-stamp.el, timezone.el,
567         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
568         * which-func.el, whitespace.el, wid-browse.el, widget.el,
569         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
570         conventions.
572 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
574         * simple.el (set-variable): Require 'cus-edit' instead of
575         `wid-edit', so that the Custom widgets get defined.
577 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
579         * allout.el: A fix to follow coding conventions.
581         * find-lisp.el: A fix to follow coding conventions.
583         * term/w32-win.el: A fix to follow coding conventions.
585         * textmodes/sgml-mode.el: A fix to follow coding conventions.
587         * term/xterm.el: A fix to follow coding conventions.
589         * term/news.el: A fix to follow coding conventions.
591         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
592         header line fixed.
594         * sun-curs.el: Fix Maintainer: header line.
596         * emacs-lisp/easymenu.el: Address of the author added.
598 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
600         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
601         property.
603 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
605         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
606         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
607         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
608         Some fixes to follow coding conventions.
610 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
612         * which-func.el (which-func-mode): Doc fix.
614 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
616         * net/rcompile.el (remote-compile): Use make-local-variable.
618         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
620         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
622         * mail/reporter.el (reporter-submit-bug-report):
623         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
625 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
627         * calendar/cal-china.el, calendar/cal-coptic.el,
628         * calendar/cal-dst.el, calendar/cal-french.el,
629         * calendar/cal-hebrew.el, calendar/cal-islam.el,
630         * calendar/cal-iso.el, calendar/cal-julian.el,
631         * calendar/cal-mayan.el, calendar/cal-persia.el,
632         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
633         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
634         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
635         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
636         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
637         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
638         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
639         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
640         * progmodes/ada-xref.el, progmodes/cc-align.el,
641         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
642         * progmodes/cc-defs.el, progmodes/cc-engine.el,
643         * progmodes/cc-langs.el, progmodes/cc-menus.el,
644         * progmodes/cc-styles.el, progmodes/cc-vars.el,
645         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
646         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
647         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
648         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
649         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
650         * textmodes/reftex.el: Some fixes to follow coding
651         conventions in Eshell files with known maintainers.
653         * emulation/viper.el: A fix to follow coding conventions.
655         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
656         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
657         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
658         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
659         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
660         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
661         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
662         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
663         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
664         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
665         conventions in Eshell files.
667         * composite.el, diff.el, emacs-lisp/levents.el,
668         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
669         * emulation/pc-mode.el, emulation/viper-cmd.el,
670         * emulation/viper-ex.el, emulation/viper-init.el,
671         * emulation/viper-keym.el, emulation/viper-macs.el,
672         * emulation/viper-mous.el, emulation/viper-util.el,
673         * emulation/viper.el, forms-pass.el, international/ccl.el,
674         * international/characters.el, international/encoded-kb.el,
675         * international/fontset.el, international/ja-dic-cnv.el,
676         * international/ja-dic-utl.el, international/kinsoku.el,
677         * international/kkc.el, international/mule-cmds.el,
678         * international/mule-diag.el, international/mule-util.el,
679         * international/mule.el, international/titdic-cnv.el,
680         * language/china-util.el, language/chinese.el,
681         * language/cyril-util.el, language/cyrillic.el, language/english.el,
682         * language/greek.el, language/hebrew.el, language/japan-util.el,
683         * language/japanese.el, language/korea-util.el, language/korean.el,
684         * language/lao-util.el, language/lao.el, language/misc-lang.el,
685         * language/slovak.el, language/thai-util.el, language/thai.el,
686         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
687         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
688         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
689         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
690         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
691         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
692         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
693         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
694         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
695         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
696         to follow coding conventions in files without maintainer or in files
697         with clear maintainer (but without Maintainer header stating so).
699         * emacs-lisp/elp.el: A fix to follow coding conventions.
701         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
702         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
703         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
704         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
705         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
706         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
707         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
708         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
709         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
710         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
711         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
712         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
713         conventions in files from Gnus.
715         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
716         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
717         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
718         * echistory.el, electric.el, emacs-lisp/authors.el,
719         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
720         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
721         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
722         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
723         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
724         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
725         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
726         * international/codepage.el, international/iso-ascii.el,
727         * international/iso-insert.el, international/iso-transl.el,
728         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
729         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
730         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
731         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
732         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
733         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
734         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
735         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
736         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
737         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
738         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
739         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
740         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
741         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
742         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
743         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
744         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
745         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
746         * textmodes/tex-mode.el, textmodes/text-mode.el,
747         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
748         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
749         * vt100-led.el, window.el: Some fixes to follow coding conventions in
750         files maintained by FSF.
752 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
754         * arc-mode.el: A fix to follow coding conventions.
756         * bindings.el: Ditto.
758         * cdl.el: Ditto.
760         * comint.el: Ditto.
762         * cus-start.el: Ditto.
764         * shell.el: Ditto.
766         * skeleton.el: Ditto.
768 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
770         * info.el (Info-build-node-completions):
771         Make Info-current-file-completions buffer local.
773 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
775         * which-func.el (which-func-mode, which-func-ff-hook)
776         (which-function-mode): Remove references to which-func-mode-global.
778         * calendar/cal-islam.el (calendar-goto-islamic-date):
779         Add  autoload cookie.
781         * play/fortune.el: Add types to defcustoms.
783 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
785         * language/czech.el: A fix to follow coding conventions.
787 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
789         * speedbar.el (speedbar-supported-extension-expressions): Add .g
790         to the extension list, for antlr-mode.  From Christoph Wedler
791         <Christoph.Wedler@sap.com>.
793 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
795         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
796         (vc-dired-mode-map): Fix the madness.
798         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
799         (vc-prefix-map): Moved back from vc.el.
801 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
803         * mail/mail-extr.el (mail-extr-all-top-level-domains):
804         Increase the size of the obarray.
805         (mail-extr-all-top-level-domains): Add more toplevel domains,
806         add more long names.
807         From: Per Starback <starback@ling.uu.se>.
809 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
811         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
812         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
814         * progmodes/ada-mode.el: Ditto.
816         * progmodes/ada-xref.el: Ditto.
818 2001-07-11  Miles Bader  <miles@gnu.org>
820         * finder.el (finder-insert-at-column): Also move to the next line
821         if exactly at COLUMN.
823 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
825         * help.el (describe-function-1): When printing FUNCTION's
826         documentation, don't assume FUNCTION is a symbol.
828         * startup.el (normal-top-level): Don't operate on the initial
829         frame if we failed to create one.
831 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
833         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
834         itself, i.e. only indent the contents in it.
836 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
838         * mail/rmail.el (rmail-show-message): Show beginning of message in
839         all windows containing it.
841 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
843         * term/tty-colors.el: Fix the header line and copyright years.
845 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
847         * emacs-lisp/advice.el (ad-make-advised-definition): If the
848         original definition has an interactive form, but is Elp
849         instrumented, use the interactive form of the function called by
850         elp-wrapper.
852         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
853         configurations with compare-window-configuration; they aren't
854         window configurations.
856         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
857         from the server for the format we expect.  Don't use it if it
858         doesn't look like what the Internet draft for FTP extensions specifies.
860         * toolbar/*.pbm: Cleaned up.
861         From Luis Fernandes <elf@ee.ryerson.ca>.
863 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
865         * cc-cmds.el: Extended the kludge to interoperate with the
866         delsel and pending-del packages wrt to the new function
867         `c-electric-delete-forward'.
869 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
871         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
872         to delay the call to <mode> for global minor modes.
873         (easy-mmode-define-navigation): Only recenter if interactive.
875 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
877         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
878         to lisp-indent-line.
880         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
881         from the server.  Call encode-time only when we are sure that we
882         got a 213 response.
884 2001-07-06  Simon Josefsson  <jas@extundo.com>
886         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
887         (mail-envelope-from): New user option.
888         (sendmail-send-it): Use it.
890 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
892         * ps-print.el: Use locale dependant date to print date in header.
893         Doc fix.
894         (ps-print-version): New version number (6.5.3).
895         (ps-right-header, ps-right-footer): Initialization and doc fix.
896         (ps-time-stamp-locale-default): New fun.
898 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
900         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
901         field problem with MIME-mode.
903         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
905 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
907         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
908         MIME-mode.
910 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
912         * bindings.el (mode-line-mule-info): Don't show the tip with
913         buffer-file-coding-system if that is nil.
915 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
917         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
918         instead of kill-line.
920         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
921         <Pavel@Janik.cz>.
923         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
924         <Pavel@Janik.cz>.
926 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
928         * font-lock.el (c-font-lock-keywords-3): When matching something
929         like `struct X Y', finish with point after Y.
931 2001-07-04  Simon Josefsson  <jas@extundo.com>
933         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
934         in caller buffer.
936 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
938         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
939         instead of string-match to find the basename of the file.
940         From Pascal Obry <p.obry@wanadoo.fr>.
942         * net/browse-url.el (browse-url-default-windows-browser):
943         Support the MS-DOS port when it runs on Windows.
944         (browse-url-browser-function) [ms-dos]: Default to
945         browse-url-default-windows-browser.
947         * help.el (locate-library): Enable code that looks for compressed
948         libraries if auto-compression-mode is on.
950 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
952         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
954 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
956         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
958 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
960         * allout.el: Fix the header line, so that finder.el recognizes it.
961         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
963         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
964         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
966 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
968         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
970         * ps-bdf.el (bdf-directory-list): Use the value relative to
971         installation-directory for MS-Windows as well.
973 2001-06-29  Richard M. Stallman  <rms@gnu.org>
975         * wid-edit.el (widget-color-sample-face-get):
976         Return ((foreground-color . COLOR)) instead of constructing a face.
978 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
980         * faces.el (region): Change the background color for the
981         light-background color display to lightgoldenrod2, to make it
982         visible on some laptops.
984 2001-06-28  Richard M. Stallman  <rms@gnu.org>
986         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
987         (rmail-msg-restore-non-pruned-header): Likewise.
988         If point was in the old pruned header, put it at the top.
989         (rmail-msg-prune-header): If point was at the top, keep it there.
991         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
992         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
994 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
996         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
998 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
1000         * saveplace.el: Update maintainer email address.
1002 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1004         * uniquify.el: (uniquify-rationalize-file-buffer-names):
1005           Undo previous change.
1007 2001-06-27  Francesco Potorti`  <pot@gnu.org>
1009         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1010         preliminary quick reordering.  Can speed things up dramatically.
1012 2001-06-26  Richard M. Stallman  <rms@gnu.org>
1014         * dired.el (dired-get-filename): A file name starting with ~
1015         is not absolute in this context.
1017         * which-func.el (which-func-maxout): Increase default to 500000.
1018         (which-function-mode): This is now the "real" name of the function.
1019         (which-func-mode): Now an alias.
1020         (which-func-mode-global): Name deleted.
1022         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1023         button-2, when binding hs-mouse-toggle-hiding.
1025 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1027         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1028         (rmail-msg-prune-header): Likewise.
1029         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1030         and `rmail-msg-prune-header'.
1032 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
1034         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1035         back than LINEBEG.
1037 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
1039         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1040         window where they clicked the mouse has a header line, adjust
1041         vertical movement by one.
1043 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
1045         * progmodes/glasses.el (glasses-make-readable): Consider underscores
1046         too when separating a parenthesis.
1048 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
1050         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1051         (bookmark-bmenu-hide-filenames): Add help-echo to
1052         mouse-highlighted text.
1053         (bookmark-bmenu-show-filenames): Remove help-echo property from
1054         the whitespace.
1056 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
1058         * files.el (auto-mode-alist): Add configure.ac (autoconf).
1059         From Karl Eichwalder <ke@suse.de>.
1061 2001-06-23  Richard M. Stallman  <rms@gnu.org>
1063         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1065         * progmodes/cc-styles.el (c-set-style): Don't specify initial
1066         contents for completing-read.
1068 2001-06-22  Richard M. Stallman  <rms@gnu.org>
1070         * menu-bar.el (menu-bar-make-toggle): Construct the
1071         function's doc string from HELP, not DOC, and make it accurate by
1072         adding "Toggle whether to " at the front and downcasing the initial.
1073         Change the HELP arg in some calls to make it fit this usage.
1075         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1076         Undo previous change.
1078 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
1080         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1082         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1084 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
1086         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1088         * dabbrev.el (dabbrev--select-buffers): Fix last change.
1090 2001-06-20  Richard M. Stallman  <rms@gnu.org>
1092         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1093         broken out from dabbrev--find-expansion.  Handle minibuffer
1094         specially here.
1095         (dabbrev--find-expansion): Simplify code in various ways.
1096         Don't treat minibuffers specially.
1097         Call dabbrev--make-friend-buffer-list.
1098         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
1099         (dabbrev--scanning-message): Do nothing when minibuffer is current.
1101 2001-06-19  John Wiegley  <johnw@gnu.org>
1103         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1104         Also, added a comment describing how to greatly speedup Eshell
1105         loadup time, by concatenating together all of Eshell's .elc files.
1107 2001-06-19  John Wiegley  <johnw@gnu.org>
1109         * eshell/esh-mode.el: Disabled a test that often yields false failures.
1111 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
1113         * woman.el (WoMan-highlight-references): Add help-echo to
1114         mouse-highlighted text.
1116 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
1118         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1120 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
1122         * international/quail.el (quail-start-conversion):
1123         Reset quail-translating to nil.
1125         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1126         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1128 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
1130         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1131         mouse-highlighted text.
1133         * dired.el (dired-mark-pop-up): Fix last change.
1135 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
1137         * calendar/calendar.el (generate-calendar-month): Add help-echo to
1138         mouse-highlighted text.
1140         * net/quickurl.el (quickurl-url-file): Run through
1141         convert-standard-filename.
1142         (quickurl-list-populate-buffer): Add help-echo to
1143         mouse-highlighted text.
1144         (top-level): Update Dave's URL.
1146         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1147         mouse-highlighted text.
1149         * textmodes/page-ext.el (pages-copy-header-and-position):
1150         Add help-echo to mouse-highlighted text.
1152         * tar-mode.el (tar-header-block-summarize): Add help-echo to
1153         mouse-highlighted text.
1155         * replace.el (occur): Add help-echo to mouse-highlighted text.
1157         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1158         mouse-highlighted text.
1160         * progmodes/cpp.el (cpp-make-button): Add help-echo to
1161         mouse-highlighted text.
1163         * progmodes/compile.el (compile-reinitialize-errors):
1164         Add help-echo to mouse-highlighted messages.
1165         (compilation-forget-errors): Remove help-echo property as well.
1167         * play/landmark.el (lm-plot-square, lm-init-display):
1168         Add help-echo to mouse-highlighted text.
1170         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1171         Add help-echo to mouse-highlighted text.
1173         * dired.el (dired-insert-set-properties): Add help-echo to
1174         mouse-highlighted text.
1175         (dired-mark-pop-up): Remove help-echo property from the file name.
1177         * comint.el (comint-send-input): Add help-echo to
1178         mouse-highlighted text.
1180         * buff-menu.el (list-buffers-noselect): Add help-echo to
1181         mouse-highlighted text.
1183         * arc-mode.el (archive-summarize-files): Add help-echo to
1184         mouse-highlighted text.
1186         * ffap.el (ffap-machine-p): Always return nil if
1187         open-network-stream is not fboundp.
1189 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
1191         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
1192         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1193         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1194         incorrectly binding chars between 128 and 256 to it.
1195         (sgml-maybe-name-self): Handle latin-1 chars properly.
1196         (sgml-tags-invisible): Bind buffer-file-name to nil.
1197         Use unwind-protect and restore-buffer-modified-p.
1198         (sgml-point-entered): Use buffer-substring-no-properties.
1199         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1200         (html-mode): Don't force `imenu-sort-function'.
1202 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
1204         * tar-mode.el: Fix the copyright notice.
1206         * font-lock.el (font-lock-comment-face): For tty's with dark
1207         background, use "red1", since "lightred" is not one of the colors
1208         recognized by tty-colors.el.
1210         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1211         create a buffer for extracted file, in case there's more than one
1212         file by that name in an archive, possibly in different
1213         directories.  From Kevin Rodgers <kevinr@ihs.com>.
1215         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
1216         <alex@gnu.org>.
1218 2001-06-15  Miles Bader  <miles@gnu.org>
1220         * textmodes/texinfmt.el (texinfo-format-syntax-table):
1221         Revert previous change.
1223 2001-06-14  Richard M. Stallman  <rms@gnu.org>
1225         * replace.el (keep-lines-read-args): Return just a regexp.
1226         Provide nil for the region args.
1227         (keep-lines, flush-lines, how-many):
1228         Calculate the defaults for the region here, when args are nil.
1230 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1232         * rot13.el (rot13-other-window): Some more doc fix.
1234 2001-06-14  Per Starback  <starback@ling.uu.se>
1236         * replace.el (case-replace, query-replace-from-history-variable)
1237         (query-replace-to-history-variable, keep-lines-read-args)
1238         (occur-revert-function, query-replace-help): Dox fix.
1240 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1242         * rot13.el (rot13-other-window): Doc fix.
1244 2001-06-14  Miles Bader  <miles@gnu.org>
1246         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1247         of " and \ to "." (punctuation).
1248         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1250 2001-06-13  Richard M. Stallman  <rms@gnu.org>
1252         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1254         * simple.el (shell-command-on-region): Never kill the
1255         *Shell Command Output* buffer.
1257 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
1259         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1261 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
1263         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1264         New var, to recognize ${ $' and PODs.
1265         (perl-font-lock-syntactic-face-function): New function.
1266         (perl-mode): Use them.
1267         (perl-continuation-line-p): New function, from perl-calculate-indent.
1268         (perl-calculate-indent): Use it, to properly handle continuation
1269         lines of continuation lines.
1271 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
1273         * server.el (server-process, server-buffer-clients): Doc fix.
1274         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1276 2001-06-09  John Wiegley  <johnw@gnu.org>
1278         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1279         test if the last command was Lisp or not.
1280         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1281         B x C".
1283 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
1285         * dos-w32.el (grep-regexp-alist): Remove definition, since the
1286         general one on compile.el supports drive letters.
1288 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1290         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1291         key description.
1293         * textmodes/reftex-sel.el (reftex-select-jump): New command.
1295         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1296         (reftex-toc-jump): New command.
1298         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1299         to parse international characters as well.
1301         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1302         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1304         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1306         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1307         TAB to the key separators.
1309 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
1311         * international/mule.el (auto-coding-alist): Remove redundant
1312         up-cased versions of the extensions (auto-coding-alist-lookup is
1313         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
1314         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
1316 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
1318         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1320 2001-06-01  Richard M. Stallman  <rms@gnu.org>
1322         * help.el (describe-variable): Put value on same line
1323         with preceding text, if it is short enough to look good that way.
1325 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
1327         * term/internal.el (IT-unicode-translations): New variable.
1328         (IT-setup-unicode-display): New function.
1330 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1332         * ps-print.el: Handle before-string and after-string overlay properties
1333         in ps-print-*-with-faces commands.  Doc fix.
1334         (ps-print-version): New version number (6.5.2).
1335         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1336         for XEmacs.
1337         (ps-prefix-quote): Doc fix.
1338         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1339         (ps-basic-plot-str, ps-plot-string): New funs.
1341 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
1343         * progmodes/etags.el (tags-compression-info-list): Fix docstring
1344         and :type spec.
1346 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
1348         * international/mule-cmds.el (inactivate-input-method):
1349         Set input-method-function to nil.
1351         * xml.el (xml-parse-tag): The document may contain invalid characters.
1352         From ShengHuo ZHU  <zsh@cs.rochester.edu>
1354 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1356         * mail/rmailsum.el (rmail-message-subject-p): Don't call
1357         `rmail-summary-line-decoder' if the message does not have
1358         a Subject: field.
1360         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1362         * mail/rmail.el (rmail-insert-mime-resent-message-function):
1363         New variable.
1364         (rmail-resend): Modify to work in `rmail-view-buffer'; call
1365         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1366         is non-nil.
1368 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
1370         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1372 2001-05-29  Sam Steingold  <sds@gnu.org>
1374         * faces.el (face-valid-attribute-values): Bind `valid' directly
1375         instead of using `setq'.
1377         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1378         Use `tex-shell-buf'.
1379         (tex-shell-proc): Use `tex-shell-running'.
1380         (tex-shell-buf-no-error): New function.
1381         (tex-send-tex-command): Use it.
1382         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1383         (tex-kill-job): Check the process before calling `quit-process'.
1385 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
1387         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1388         UTF-8 sequences.
1390 2001-05-28  Miles Bader  <miles@gnu.org>
1392         * comint.el (comint-carriage-motion): Renamed from
1393         `comint-cr-magic'.  Operate on the buffer instead of the string
1394         (for use as a comint post-output filter, instead of as a
1395         pre-output filter).  Handle backspaces too.  Add to the
1396         `comint-output-filter-functions' hook instead of
1397         `comint-preoutput-filter-functions'.
1399 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
1401         * language/japan-util.el (japanese-hankaku): Prefer the charset
1402         `jisx0201' when the optional argument `ascii-only' is not specified.
1403         (japanese-hankaku-region): Ditto.
1404         From Katsumi Yamaoka <yamaoka@jpl.org>
1406 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
1408         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1409         (outline-invisible-p): New function.
1410         (hide-leaves): Save excursion.
1411         (hide-other): Stop looping when reaching bobp.
1413 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1415         * cus-edit.el (custom-file): Fix last change.
1417 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
1419         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1420         same definition in byte-compile-function-environment as `autoload'
1421         would put in `symbol-function'.
1423         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1424         patch to correct the error message as well.
1426 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
1428         * cus-edit.el (custom-file): Don't assume we were invoked with -q
1429         unless ~/.emacs exists.
1431         * novice.el (enable-command): If user-init-file is nil or does not
1432         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1434 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1436         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1437         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1438         Allow spaces around macro arguments.
1439         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1440         indent-for-tab-command.
1441         (latex-mode-map, plain-tex-mode-map): New keymaps.
1442         Inherit from tex-mode-map.
1443         (tex-common-initialization): Don't setup the keymap any more
1444         since it's now done right by define-derived-mode.
1445         (latex-mode): Set skeleton-end-hook to nil.
1446         (latex-skeleton-end-hook): Remove.
1447         (tex-latex-block, latex-insert-item): Simplify.
1448         (latex-syntax-after): Use following-char rather than char-after.
1449         (tex-discount-args-cmds, tex-count-words): New functions.
1451         * textmodes/tildify.el (tildify-ignored-environments-alist):
1452         Recognize \verb* as well.
1454         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1455         (perl-comment-indent): Simplify to let newcomment.el do its job.
1456         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1457         (perl-mark-function): Cleanup the namespace.
1458         (perl-calculate-indent): Don't be fooled by nested functions.
1460         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1462         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1463         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
1465 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
1467         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1468         actually be `\\'.
1469         (ctlau-b5-converter): Likewise.
1471 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1473         * international/titdic-cnv.el (quail-misc-package-ext-info):
1474         Change CTLauB.el to CTLau-b5.el.
1476 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1478         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1479         rather than beginning-of-line to avoid problems with fields.
1480         (gud-perldb-massage-args): Use unless and push.
1481         (gud-chdir-before-run): New var.
1482         (gud-common-init): Use it.
1484 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1486         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1487         delete entries for chinese-ctlau and chinese-ctlaub.
1488         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1489         chinese-ctlaub.
1490         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1491         New functions.
1493 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
1495         * cus-edit.el (custom-comment-show): Remove debug code.
1497         * language/japan-util.el (japanese-symbol-table): Fix handling of
1498         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
1500 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
1502         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1503         Renamed by removing the silly `-flag' suffix.
1504         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1506 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1508         * replace.el (keep-lines-read-args): Use `copy-marker'.
1509         (how-many): Save excursion properly.
1510         (occur-mode): Use define-derived-mode.
1511         (perform-replace): Use with-current-buffer.
1513 2001-05-20  Richard M. Stallman  <rms@gnu.org>
1515         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1517         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1519         * info.el (Info-read-subfile): Widen before finding the
1520         desired node in the subfile.
1522         * startup.el (command-line-1): When >2 files visited,
1523         leave the last one visible, and make that the selected window.
1525 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
1527         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1529 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
1531         * international/ccl.el (define-ccl-program): Fix a typo.
1532         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1534         * international/mule.el (decode-char): Fix a typo.  From Pavel
1535         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1537         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
1538         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1540         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
1541         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1543 2001-05-18  Sam Steingold  <sds@gnu.org>
1545         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1546         and [RET] to `cvs-mode-find-file'.
1548 2001-05-18  John Wiegley  <johnw@gnu.org>
1550         * eshell/esh-ext.el (eshell-explicit-command-char): A new
1551         configuration variable, which determines the initial character
1552         that forces use of an external version of a command.  The default
1553         is *, but may be set to \, for example.
1555         * eshell/esh-ext.el (eshell-explicit-command):
1556         Use `eshell-explicit-command-char' instead of ?*.
1558         * eshell/esh-cmd.el (eshell/which):
1559         Use `eshell-explicit-command-char' instead of ?*.
1561         * eshell/em-cmpl.el (eshell-completion-command-name)
1562         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1563         instead of ?*.
1565 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
1567         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1568         subst-char-in-string.
1569         (ange-ftp-after-parse-ls-hook): New variable.
1570         (ange-ftp-ls): Run that hook.
1571         From Peter Milliken <Peter.Milliken@GTECH.COM>.
1573         * tmm.el (tmm-get-keymap): Fix handling of :filter.
1574         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1575         text into *Completions*.
1577         * net/goto-addr.el (goto-address-at-point): Deal with URLs
1578         part of which look like email addresses.
1580 2001-05-18  Andrew Innes  <andrewi@gnu.org>
1582         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1583         Use . instead of absolute path for lisp dir, to avoid bug in W2K
1584         cmd.exe's handling of FOR loops.
1585         (autoloads): Set find-file-suppress-same-file-warnings to t to
1586         avoid slew of spurious messages.
1588 2001-05-18  Simon Josefsson  <simon@josefsson.org>
1590         * mail/smtpmail.el (maybe-append-domain): Renamed to
1591         `smtpmail-maybe-append-domain'.
1592         (smtpmail-via-smtp): Use the new name.
1594         * net/browse-url.el (browse-url-browser-function): Add kde.
1595         (browse-url-kde-program, browse-url-kde-args): New variables.
1596         (browse-url-kde): New function.
1598 2001-05-18  Miles Bader  <miles@gnu.org>
1600         * simple.el (delete-horizontal-space, just-one-space):
1601         Use `constrain-to-field' instead of `field-end'/`field-beginning',
1602         because it's more efficient for large files.
1604 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1606         * mail/rmail.el (rmail-require-mime-maybe): New function.
1607         (rmail): Use it.
1608         (rmail-mode): Handle the case of finding Rmail files.
1610         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1611         functions.
1613 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1615         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1616         text-property after moving to the beginning of line and regardless
1617         of the value of font-lock-multiline.
1619 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1621         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1623         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1624         last coding system used before calling set-buffer-modified-p
1625         because that function changes last-coding-system.
1627 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1629         * files.el (switch-to-buffer-other-window)
1630         (switch-to-buffer-other-frame): Add an xref to display-buffer in
1631         the doc string.
1633 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1635         * language/slovak.el, language/czech.el: New maintainer.
1637 2001-05-16  Sam Steingold  <sds@gnu.org>
1639         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1640         sub-form of `defgeneric' correctly.
1642 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
1644         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1645         of `c'.
1647         * textmodes/outline.el (outline-font-lock-level): Remove the
1648         condition-case, test what outline-level returns instead, to
1649         ease debugging.
1651         * international/mule.el (auto-coding-regexp-alist): New user-option.
1652         (auto-coding-from-file-contents): New function.
1653         (set-auto-coding): Use it to determine a coding system.
1655 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
1657         * mouse.el (mouse-delete-other-windows): Doc fix.
1659         * emacs-lisp/lisp-mode.el (lisp-mode):
1660         Make font-lock-keywords-case-fold-search a buffer-local variable with
1661         make-local-variable before setting it.
1663 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
1665         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1666         prefixes.
1668 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
1670         * hexl.el (hexl-current-address): Print a message when called
1671         interactively.
1673 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
1675         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1677         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1679         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1681 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
1683         * startup.el (command-line): If parameters have been changed in
1684         the init files which influence font selection, clear the face
1685         cache so that faces get realized with the new parameters.
1687         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1689 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1691         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1693 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
1695         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1696         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
1698 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
1700         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1701         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
1703 2001-05-09  John Wiegley  <johnw@gnu.org>
1705         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1706         Annotated the documentation string to tell users about
1707         `eshell-no-numeric-conversions'.
1709         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1710         conversions if a Lisp function has the property
1711         `eshell-no-numeric-conversions' set to a non-nil value.
1713         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1714         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1715         property `eshell-no-numeric-conversions' on the following
1716         functions (which all deal with filesystem entities, and never Lisp
1717         numerical values): eshell/cd, eshell/pushd, eshell/popd,
1718         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1719         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1720         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1721         eshell/which, eshell/addpath.
1723 2001-05-09  John Wiegley  <johnw@gnu.org>
1725         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1726         encountered as an argument, don't convert it right away, but tag
1727         the first character of the string with the text properties
1728         `number', which signifies to `eshell-lisp-command' that the
1729         argument should be passed through `string-to-number' if it is
1730         actually used in the call to a Lisp function.
1732         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1733         function, convert any string arguments that have been tagged as
1734         "numbers", by calling string-to-number.
1736         * eshell/esh-util.el (eshell-number-regexp): Now that number
1737         conversions only happen for Lisp function calls, the number regexp
1738         should now match all integer and floating point forms.
1740         * eshell/esh-proc.el: Disable `eshell-stop-process' and
1741         `eshell-continue-process', since they are both nonfunctional at
1742         the moment.
1743         (eshell-proc-initialize): Don't bind keys for
1744         `eshell-stop-process' or `eshell-continue-process'.
1746         * eshell/em-unix.el (eshell-shuffle-files):
1747         Apply `directory-file-name' before calling `file-name-directory'.
1749         * eshell/em-hist.el (eshell-add-to-history): Reference to
1750         `eshell-history-ring' needed to be `eshell-history-index'.
1752         * calendar/timeclock.el (timeclock-find-discrep):
1753         Initialize `elapsed' to 0.
1754         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1755         it's still nil.
1757 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
1759         * arc-mode.el (archive-int-to-mode): Construct the string directly.
1760         (archive-mode): Use capitalize.
1761         (archive-unique-fname): Use make-temp-file.
1763 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
1765         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1767 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1769         * tar-mode.el (tar-extract): Pay attention to the value of
1770         coding-system-for-read, if it is non-nil.
1772         * calendar/holidays.el (holidays): Add an autoload cookie.
1773         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1775 2001-05-08  John Wiegley  <johnw@gnu.org>
1777         * calendar/timeclock.el (timeclock-workday-remaining):
1778         Changed logic for determining how much time is remaining.
1779         (timeclock-workday-elapsed): Don't accept a "relative" argument
1780         for the current day's elapsed time.  What could that have meant?
1781         (timeclock-workday-elapsed-string): No "relative" argument anymore.
1782         (timeclock-when-to-leave): Changed logic, similarly to what was
1783         done for `timeclock-workday-remaining'.
1784         (timeclock-find-discrep): Removed "today-only" argument, which had
1785         no meaning.  Fixed some more math problems.  The function now
1786         returns a three member list: (TOTAL-TIME-DISCREPANCY
1787         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1789 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1791         * w32-fns.el (convert-standard-filename): Start replacing slashes
1792         from the beginning of the file name, not from where the last
1793         invalid character was.  From "Andrew Maguire (SWW)"
1794         <Andrew.Maguire@Smallworld.co.uk>
1796 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
1798         The following changes are to provide infrastructure for handling
1799         MIME messages to rmail.  They don't affect the original behaviour
1800         if rmail-enable-mime is nil.
1802         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1803         (rmail-search-mime-message-function)
1804         (rmail-search-mime-header-function): New variables.
1805         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1806         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1807         `rmail-view-buffer' is hidden.
1808         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
1809         call rmai-show-mime-function.
1810         (rmail-display-labels): If rmail-enable-mime is non-nil, update
1811         mode-line-process of rmail-view-buffer.
1812         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1813         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1814         buffer.
1815         (rmail-next-message, rmail-next-undeleted-message): Be sure to
1816         set-buffer to the Rmail buffer.
1817         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1818         rmail-search-mime-header-function.
1819         (rmail-search-message): New function.
1820         (rmail-search): Call rmail-search-message to check if a message
1821         matches REGEXP, lastly update point after calling
1822         rmail-show-message.
1823         (rmail-undelete-previous-message, rmail-expunge-confirmed)
1824         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1825         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1826         header region, refer to rmail-msgref-vector while setting the
1827         current buffer to rmail-buffer temporarily.
1828         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1829         If rmail-enable-mime is non-nil, call
1830         rmail-insert-mime-forwarded-message-function instead of inserting
1831         forwarded message by itself.
1833         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1834         Rmail buffer.
1835         (rmail-set-label, rmail-next-labeled-message): Likewise.
1837         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1838         set-buffer to the Rmail buffer.
1839         (rmail-output-to-rmail-file): Likewise.
1840         (rmail-output): Likewise.
1842         * mail/rmailsum.el (rmail-message-subject-p): Process the result
1843         of mail-fetch-field by rmail-summary-line-decoder.
1844         (rmail-new-summary): Be sure to go to the Rmail buffer.
1845         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
1846         rmail-view-buffer to nil.
1847         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1848         rmail-view-buffer.
1849         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1850         rmail-buffer.
1851         (rmail-summary-scroll-msg-down): Likewise.
1852         (rmail-summary-beginning-of-message): Likewise.
1853         (rmail-summary-wipe): Likewise.
1854         (rmail-summary-toggle-header): Use save-window-excursion, not
1855         save-excursion.  Update point in rmail-view-buffer, not in
1856         rmail-buffer.
1857         (rmail-summary-reply): Before calling rmail-reply, set buffer to
1858         rmail-view-buffer, not rmail-buffer.
1860 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1862         * cus-edit.el (custom-file): Signal an error if user-init-file is
1863         nil (running -q).
1865         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1867         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1868         Add :version.
1870         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1871         New option.
1872         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1873         only if smtpmail-warn-about-unknown-extensions is set.
1875         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1876         instead of rmail-sort-by-keywords.
1878         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
1879         rmail-sort-by-keywords.
1881         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1882         rmail-summary-sort-by-keywords.  Doc fix.
1883         (rmail-summary-mode): Doc fix.
1885         * mail/rmail.el (rmail-edit): New Custom group.
1887         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1888         (rmail-edit-mode-hook): New user-option.
1890 2001-05-05  Richard M. Stallman  <rms@gnu.org>
1892         * help.el (help-xref-symbol-regexp): Recognize "source of"
1893         and friends, meaning make a link to the source file.
1894         (help-make-xrefs): Handle "source of" and friends
1895         by constructing a link that visits the source file.
1897         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1899 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
1901         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1902         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1903         Renamed from perl-font-lock-keywords to avoid clashes.
1904         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1905         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1906         Updated correspondingly.
1908         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1909         Typo `nonexistant' -> `nonexistent'.
1911 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
1913         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1914         Split `c-electric-delete' into two functions where
1915         `c-electric-delete-forward' always deletes forward and
1916         `c-electric-delete' only contains the code necessary for XEmacs to
1917         choose between backward and forward deletion.
1919         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1920         get the electric behavior on that key too.
1921         (c-fill-paragraph): Fixed bogus direct use of
1922         c-comment-prefix-regexp, which caused an error when it's a list.
1924 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1926         * dired-aux.el (dired-diff): Doc fix.
1928         * dired.el (dired-diff): Likewise.
1930 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1932         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1934 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
1936         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1937         if both the buffer and the file are read-only.
1939         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1940         rather than font-lock-string-face.
1941         (sh-get-indent-info): Treat heredocs like strings.
1943 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
1945         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1946         a newline following `}'.
1947         (texinfo-format-email): New function.
1948         (toplevel): Use texinfo-format-email for @email.
1949         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1950         Add `display'.
1951         (texinfo-sort-region): Goto point-min before sorting.
1952         (texinfo-set): Remove leading white space from value.
1953         From yagi@is.titech.ac.jp.
1955         * replace.el (query-replace-regexp-eval): Doc fix.
1957 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
1959         * diff-mode.el (diff-nonexistant-face): New face.
1960         (diff-font-lock-keywords): Use it.
1962 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
1964         * font-lock.el (font-lock-mode): Doc fix.
1966         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1967         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1969 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
1971         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1972         backslash at the start of the here-document delimiter.
1973         (sh-font-lock-syntactic-keywords): Likewise.
1975         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1977 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
1979         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1980         (tty-color-translate, tty-color-by-index, tty-color-values)
1981         (tty-color-desc): Doc fix.
1983 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
1985         * dired-aux.el (dired-do-create-files, dired-do-copy)
1986         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1987         Mention dired-dwim-target in the doc string.
1989 2001-04-28  Miles Bader  <miles@gnu.org>
1991         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1992         (dabbrev--find-expansion): Use it.
1993         (dabbrev--select-buffers): Don't select ignored buffers.
1995 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
1997         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
1999 2001-04-26  Richard M. Stallman  <rms@gnu.org>
2001         * dabbrev.el: Add doc strings for some functions.
2002         (dabbrev--eliminate-newlines): New variable.
2003         (dabbrev--substitute-expansion): Convert newlines to spaces
2004         if dabbrev--eliminate-newlines is set.
2005         If abbrev and expansion are both all-lower-case,
2006         leave dabbrev--last-case-pattern nil.
2008 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
2010         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2011         if necessary, like in rmail-show-message.
2013 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2015         * ps-print.el: Color specified by number is forced to be float number.
2016         (ps-print-version): New version number (6.5.1.1).
2017         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2018         initialization.
2019         (ps-prefix-quote): New internal var.
2020         (ps-print-quote): New fun.
2021         (ps-setup, ps-output-frame-properties, ps-float-format)
2022         (ps-format-color): Code fix.
2023         (ps-plot-region): Eliminate redundant foreground color text setting.
2025 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
2027         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2029 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
2031         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2033 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
2035         * info.el (Info-additional-directory-list): Doc fix.
2037         * find-lisp.el (find-lisp-find-dired-filter)
2038         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2039         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
2041 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
2043         * progmodes/make-mode.el (makefile-font-lock-keywords):
2044         Rationalize the rules for includes and conditionals and use the
2045         keyword face for them.
2047         * faces.el (modify-face): Add compatibility for non-interactive use.
2049 2001-04-24  John Wiegley  <johnw@gnu.org>
2051         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2052         fix from last night, since it wasn't finding eshell/cd.
2054 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
2056         * rect.el (string-rectangle): Revert to 20.x behaviour.
2057         (replace-rectangle): Make it an alias for string-rectangle.
2058         (string-insert-rectangle): New function.
2060 2001-04-23  John Wiegley  <johnw@gnu.org>
2062         * eshell/em-unix.el (eshell/diff): Fixed problems that were
2063         occurring with Emacs 21's diff.el/compile.el interaction layer.
2065 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
2067         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2068         case where the function was defined in a file, but not part of an
2069         eshell module.
2071 2001-04-23  John Wiegley  <johnw@gnu.org>
2073         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2074         code to work around a redisplay problem I've been having.
2076 2001-04-23  John Wiegley  <johnw@gnu.org>
2078         * calendar/timeclock.el (timeclock-day-required): If the time
2079         required for a particular day is not set, use `timeclock-workday'.
2080         (timeclock-find-discrep): Added some sample code in a comment.
2082         * eshell/eshell.el (eshell-command): Made a few changes so that
2083         `eshell-command' could be called programmatically.
2085         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2087         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2089 2001-04-23  John Wiegley  <johnw@gnu.org>
2091         * calendar/timeclock.el: Updated copyright.
2092         (timeclock-generate-report): Don't report the daily or two-week
2093         total, if no time has been worked in that period.
2094         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2095         final computational form, which was unnecessary; corrected a
2096         parsing problem when timeclock-relative was nil.
2098 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
2100         * calendar/timeclock.el (timeclock-modeline-display): Check if
2101         `list-entry' is null.
2102         (timeclock-use-display-time): The first argument to `set-variable'
2103         must be a symbol.
2105 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
2107         * calendar/calendar.el (diary-entry-marker)
2108         (calendar-today-marker, calendar-holiday-marker):
2109         Use display-color-p instead of window-system.
2110         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2111         instead of window-system.
2112         (calendar-hide-window): Use display-multi-frame-p instead of
2113         window-system.
2115         * calendar/cal-x.el (calendar-two-frame-setup)
2116         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2117         Use display-multi-frame-p instead of window-system.
2119 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
2121         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2123         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2124         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2126 2001-04-23  Alex Schroeder  <alex@gnu.org>
2128         * goto-addr.el: Instead of defining line-beginning-position and
2129         line-end-position a defalias is used for point-at-bol and point-at-eol.
2131 2001-04-23  Alex Schroeder  <alex@gnu.org>
2133         * goto-addr.el: Added XEmacs compatibility code.
2134         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2136 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
2138         * textmodes/paragraphs.el (sentence-end): Doc fix.
2140 2001-04-20  Alex Schroeder  <alex@gnu.org>
2142         * sql.el (sql-escape-newlines-and-send): New function.
2143         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2145 2001-04-20  Alex Schroeder  <alex@gnu.org>
2147         * sql.el (sql-db2-program): New option.
2148         (sql-db2-options): New option.
2149         (sql-db2): New function.
2151 2001-04-20  Alex Schroeder  <alex@gnu.org>
2153         * sql.el (sql-mode-menu): Added highlighting entries.
2154         (sql-highlight-oracle-keywords): New function.
2155         (sql-highlight-postgres-keywords): New function.
2156         (sql-highlight-ansi-keywords): New function.
2158 2001-04-20  Alex Schroeder  <alex@gnu.org>
2160         * sql.el (sql-help): Doc change.
2162 2001-04-19  Karl Fogel  <kfogel@collab.net>
2164         * saveplace.el (save-place-alist-to-file): Removed no-effect code
2165         that inserted file content only to delete it immediately.
2166         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
2167         <lektu@uol.com.br> for the patch.
2169 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2171         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2173 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2175         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2176         for defmethod.
2178         * comint.el (comint-cr-magic): New function.
2179         (toplevel): Add it to comint-preoutput-filter-functions.
2181 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2183         * makefile.w32-in (EMACSLOADPATH): Define.
2184         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2185         (recompile): Remove stuff to set EMACSLOADPATH.
2187 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2189         * language/slovak.el ("Slovak"): Add tutorial entry.
2191         * net/browse-url.el (browse-url-new-window-flag): Renamed from
2192         browse-url-new-window-p.
2194 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2196         * info.el (Info-menu-update): When there are no menus and/or no
2197         cross references in the node, make the respective items of the
2198         Info menu-bar menu inactive.
2200 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
2202         * indent.el (indent-for-tab-command): Call indent-line-function
2203         with no argument if PREFIX-ARG is non-nil.
2205         * frame.el (delete-other-frames): Handle minibuffer-only frames.
2207 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2209         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2210         an async subprocess if start-process is unavailable.  Suggested by
2211         Tim Van Holder <tim.van.holder@pandora.be>.
2213 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
2215         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
2216         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2218 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
2220         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2221         manual.
2223 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
2225         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2226         (cvs-menu): Add a few entries.
2228         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2229         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2230         lock file appears to be reachable from Emacs.
2231         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2232         (cvs-mode-find-file): Look for cvs-header-face rather than
2233         cvs-dirname-face (which doesn't exist).
2234         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2236         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2238 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2240         * emulation/pc-select.el (pc-selection-mode): Don't turn on
2241         normal-erase-is-backspace on a tty.  Instead, bind some keys such
2242         as [delete] directly, like pc-select.el did before
2243         normal-erase-is-backspace was invented.
2245 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
2247         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2249 2001-04-11  John Wiegley  <johnw@gnu.org>
2251         * eshell/em-ls.el (eshell-ls-insert-directory):
2252         Set font-lock-defaults to nil, to prevent fontification in dired
2253         buffers, if Eshell's ls is being used.
2255 2001-04-11  John Wiegley  <johnw@gnu.org>
2257         * calendar/timeclock.el (timeclock-completing-read): New function.
2258         (timeclock-ask-for-project, timeclock-ask-for-reason):
2259         Call `timeclock-completing-read'.
2261         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2262         required where `member' was being used.
2264 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
2266         * eshell/em-hist.el (eshell-previous-matching-input):
2267         Don't display "History item" if the the minibuffer is active.
2269 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
2271         * startup.el (command-line): Output a newline after printing
2272         an error from loading the window system's init file.
2274 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
2276         * textmodes/texinfo.el (texinfo-font-lock-keywords):
2277         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2278         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
2279         keywords whose arguments routinely include @@.
2281 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
2283         * emacs-lisp/advice.el (ad-make-advised-definition):
2284         Construct advice for subrs differently.
2286         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2287         regexp in parentheses when building the regexp for searching backwards.
2289         * simple.el (completion-list-mode-finish): New function.
2290         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2292         * language/european.el ("Polish"): Change sample text.
2293         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2295         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2296         parameter.
2298         * faces.el (menu): Doc fix.
2300 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2302         * ps-print.el: Footer implementation.  Doc fix.
2303         (ps-print-version): New version number (6.5.1).
2304         (ps-header-frame-alist): New customization var for header frame
2305         properties.
2306         (ps-line-number-color): New customization var for line number color.
2307         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2308         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2309         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2310         (ps-right-footer): New customization vars for footers.
2311         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2312         footers.
2313         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2314         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2315         Code fix.
2316         (ps-prologue-file): Indentation fix.
2317         (ps-print-quote): Fun eliminated.
2318         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2319         (ps-output-frame-properties): New fun.
2320         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2321         (ps-skip-newline): Replace defun by defsubst.
2323 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
2325         * eshell/eshell.el (eshell-command): Needed a "%s" format
2326         specifier, in case the buffer contains percent characters.
2328 2001-04-10  John Wiegley  <johnw@gnu.org>
2330         * calendar/timeclock.el (timeclock-generate-report): Added a
2331         missing insert of the project name.
2333 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
2335         * obsolete/profile.el: Moved from emacs-lisp/.
2337         * Makefile.in (nonobsolete_setwins): New macro.
2338         (finder-data): Use it instead of `setwins'.
2339         From: Dave Love <fx@gnu.org>.
2341         * server.el (server-visit-files): Set server-existing-buffer correctly.
2342         (server-visit-files): Run server-visit-hook after going to
2343         line 1 so that the hook can set point as it sees fit.
2345         * bindings.el (mode-line-modified): Unify help messages.
2347 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
2349         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2350         All callers changed.
2352 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
2354         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2355         long file names aren't supported, truncate the file names in
2356         quail-misc-package-ext-info to 8+3 before matching them against
2357         FILENAME.
2359         * dos-fns.el (dos-truncate-to-8+3): New function.
2361         * progmodes/compile.el (grep-compute-defaults): Use null-device
2362         instead of literal /dev/null. Reported by Jens Schmidt
2363         <schmidt@mathematik.uni-kl.de>.
2365         * simple.el (normal-erase-is-backspace-mode): Doc fix.
2367 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
2369         * textmodes/sgml-mode.el: Add unknown maintainer.
2370         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2371         (html-mode-map): Use set-keymap-parent.
2373 2001-04-06  Dave Love  <fx@gnu.org>
2375         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2376         Remove redundant string-to-list.
2378 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
2380         * composite.el (reference-point-alist): Doc fix.
2382 2001-04-05  Sam Steingold  <sds@gnu.org>
2384         * font-lock.el (font-lock-keywords-case-fold-search):
2385         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
2386         file made font-lock case-insensitive.
2388 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
2390         * faces.el (defface menu): Doc fix.
2392         * wid-edit.el (widget-color-sample-face-get): Don't make
2393         faces for undefined colors.
2395         * version.el (emacs-version): Include LessTif/Motif version info.
2397 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2399         * ps-mule.el: Eliminate cl package dependence.
2400         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2401         if they aren't defined yet.
2402         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2403         Eliminate cl package dependence.
2405 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
2407         * progmodes/cc-cmds.el (c-outline-level):
2408         Bind buffer-invisibility-spec.  Originally from Dave Love, but
2409         got lost when incorporating version 5.26.
2411 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
2413         * emulation/pc-select.el (pc-selection-mode):
2414         Call normal-erase-is-backspace-mode instead of binding
2415         keys individually.
2417         * cus-load.el (normal-erase-is-backspace): Use it instead of
2418         delete-key-deletes-forward.
2420         * startup.el (command-line): Use normal-erase-is-backspace and
2421         normal-erase-is-backspace-mode.
2423         * simple.el (normal-erase-is-backspace): Rename from
2424         delete-key-deletes-forward.  Doc fix.
2425         (normal-erase-is-backspace-mode): Rename from
2426         delete-key-deletes-forward-mode.  Doc fix.
2427         Run normal-erase-is-backspace-hook.
2429         * dired.el (dired-move-to-filename-regexp): Support file sizes in
2430         ``human-readable'' format produced by GNU `ls'.
2431         (dired-move-to-filename-regexp): Recognize ISO format dates.
2432         From Paul Eggert <eggert@twinsun.com>.
2434 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
2436         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2437         New functions.
2438         (lm-verify): Check keywords.
2439         From Eric M. Ludlam <eric@siege-engine.com>.
2441 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
2443         * speedbar.el (speedbar-insert-image-button-maybe): Check for
2444         `xemacs' feature instead of for the function `set-extent-property'.
2446 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
2448         * mail/mh-utils.el (mh-folder-hist): New var.
2449         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2451 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
2453         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2454         region, position point on the first or last 16-byte group.
2455         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2456         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
2457         hexl-beginning-of-line.
2459 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
2461         * icomplete.el (icomplete-mode): Treat an argument like other
2462         modes do.
2464         * startup.el (fancy-splash-head): Use splash8.xpm for color
2465         depth 8.
2467         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2468         Add an antry for ``converts''.
2470         * language/slovak.el ("Slovak"): Add documentation string.
2471         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2473         * language/czech.el ("Czech"): Add documentation string.
2474         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2476         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2477         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
2479 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2481         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2482         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2483         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2484         Use `defsubst' rather than a macro to ease debugging.
2485         (mail-extr-last): Remove (use `last' instead).
2486         (mail-extract-address-components): Properly reset the syntax-table
2487         after parsing an address.  Use `last' rather than mail-extr-last.
2488         Make sure the end marker stays at the very end.
2490 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
2492         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2493         last change.
2495 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2497         * ps-print.el: Line and paragraph spacing feature.  Region to cut
2498         out when printing.  Doc fix.
2499         (ps-print-version): New version number (6.5).
2500         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2501         New vars.  Line and paragraph spacing feature.
2502         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
2503         out when printing.
2504         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2505         (ps-get-font-size, ps-begin-job, ps-continue-line)
2506         (ps-plot-region): Code fix.
2507         (ps-print-prologue-2): Var eliminated.
2508         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2509         New internal vars.
2510         (ps-get-size): New fun.
2511         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2512         (ps-next-line): Replace defun by defsubst.
2513         (ps-mule-plot-string): Autoload doc fix.
2515         * ps-bdf.el: XEmacs compatibility.  Doc fix.
2516         (installation-directory, coding-system-for-read): Declare vars if
2517         it's not declared yet.
2518         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2520         * ps-mule.el: XEmacs compatibility.  Doc fix.
2521         (leading-code-private-22): Declare var if it's not declared yet.
2522         (charset-bytes, charset-dimension, charset-id, charset-width)
2523         (find-charset-region, split-char, char-width, chars-in-region)
2524         (forward-point, decompose-composite-char, encode-coding-string)
2525         (coding-system-p, ccl-execute-on-string, define-ccl-program):
2526         Define funs if not defined yet.
2527         (encode-composition-rule, find-composition): Define funs if not
2528         loaded yet.
2529         (ps-mule-prologue): PostScript code fix.
2531 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
2533         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
2534         non-nil, generate font for the header strings.
2535         (ps-mule-prepare-font): Likewise.
2536         (ps-mule-generate-glyphs): Likewise.
2537         (ps-mule-string-encoding): Likewise.
2538         (ps-mule-header-charsets): New variable.
2539         (ps-mule-encode-header-string): New function.
2540         (ps-mule-header-string-charsets): New function.
2541         (ps-mule-begin-job): Check charsets in the header strings.  If there
2542         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2544         * ps-print.el (ps-generate-header-line): Encode the header string by
2545         ps-mule-encode-header-string.
2546         (ps-mule-encode-header-string): Declare autoload.
2548 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
2550         * frame.el (cursor-in-non-selected-windows):
2551         Replaces show-cursor-in-non-selected-windows.
2553 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
2555         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2556         Delete entries for "chinese-py" and "chinese-ziranma".
2557         (quail-misc-package-ext-info): New variable.
2558         (tsang-quick-converter): New function.
2559         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2560         (quick-cns-converter, py-converter, ziranma-converter)
2561         (miscdic-convert, batch-miscdic-convert): New functions.
2563 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
2565         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2566         eight-bit-control chars.
2568         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2569         Reduce making temporary vector (suggested by Dave Love).
2571 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2573         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2574         string as well.
2576 2001-03-30  Andreas Schwab  <schwab@suse.de>
2578         * files.el (backup-directory-alist): Fix typo.
2580 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2582         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
2583         <eggert@twinsun.com>.
2585 2001-03-30  Dave Love  <fx@gnu.org>
2587         * progmodes/fortran.el (fortran-comment-region): Fix typo.
2589 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2591         * simple.el (transient-mark-mode): Mention C-g in the doc string.
2593 2001-03-30  Miles Bader  <miles@gnu.org>
2595         * subr.el (interactive-form): Fix paren typo.
2597 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
2599         * emacs-lisp/profile.el: Say that it's obsolete in the header
2600         line, so that finder.el puts that into its data-base.
2601         Suggested by Alex Schroeder <alex@gnu.org>.
2603 2001-03-29  Paul Eggert  <eggert@twinsun.com>
2605         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2606         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2608 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
2610         * generic.el (generic-mode-set-comments): Use "" rather than nil
2611         for comment-end.
2613 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
2615         * emacs-lisp/advice.el (ad-make-advised-definition):
2616         Call interactive-form to obtain the interactive spec of subrs.
2618         * subr.el (interactive-form): New function.
2620 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
2622         * vc-sccs.el (vc-sccs-register): Use relative file names.
2624 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
2626         * bookmark.el (bookmark-get-bookmark): Handle case that
2627         BOOKMARK is not a string.
2629         * image.el (image-type-regexps): Change type for PS files
2630         to `postscript'.
2632         * subr.el (read-passwd): Clear command history after each
2633         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
2635 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
2637         * international/kkc.el (kkc-save-init-file): Locally bind
2638         print-length to nil.
2640 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2642         * textmodes/flyspell.el: Some doc fixes.
2643         (flyspell-maybe-correct-transposition)
2644         (flyspell-maybe-correct-doubling): Use a temporary buffer
2646         * textmodes/ispell.el (ispell-parse-output): Doc fix.
2648         * emacs-lisp/byte-opt.el (byte-optimize-while)
2649         (byte-optimize-form-code-walker): Diagnose too few arguments
2650         for `if' and `while'.
2652 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2654         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2655         Prepend `\' to "\<quail-translation-docstring>".
2657 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2659         * autorevert.el (global-auto-revert-non-file-buffers):
2660         Remove duplicate defcustom.
2662 2001-03-26  Miles Bader  <miles@gnu.org>
2664         * international/latin1-disp.el (latin1-char-displayable-p):
2665         Add leading "-" for X font pattern.
2667 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2669         * international/mule-diag.el (describe-coding-system):
2670         For raw-text and emacs-mule, don't add anymore text about what
2671         charsets they can encode.
2673 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
2675         * help.el (view-lossage): Mention open-dribble-file in the doc
2676         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2678 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2680         * skeleton.el (skeleton-internal-list): Fix bogus logic.
2681         (skeleton-pair-insert-maybe): Don't pair after a backslash.
2683 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
2685         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2686         Call ccl-execute-on-string directly so that CCL program handling
2687         multibyte sequence can work correctly.
2688         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2689         property of the coding system.
2691 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2693         * textmodes/fill.el (fill-individual-paragraphs-prefix):
2694         Fix transcription typo.
2696 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
2698         * whitespace.el: Add buffer local variables to toggle testing of
2699         whitespaces in buffers without affecting the default values.
2700         Bump version to 3.0 to account for a few other changes.
2701         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2702         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2703         (whitespace-toggle-spacetab-check): New functions.
2705 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2707         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2709 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
2711         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2712         bs-cycle-configuration-name.  From Juanma Barranquero
2713         <lektu@uol.com.br>.
2715         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2716         and cc-vars.el.
2718         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2719         headers.  Always invoke sendmail with option -t.
2721 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2723         * Release of cc-mode 5.28.
2725 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2727         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2728         Removed the hardcoded switch to "java" style in Java mode.
2729         It's instead taken care of by the default value for c-default-style.
2731 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2733         * cc-align.el (c-lineup-math): Fix bug where lineup was
2734         triggered by equal signs in string literals.
2736 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2738         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2739         limit detection when at the ends of the buffer.
2741         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2742         "for" statement clause in case 7F; a better one is done
2743         earlier in case 7D anyway.
2745 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2747         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2748         somewhat more and did a small optimization.
2750 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2752         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2753         Use the limit argument only to limit the syntactic context
2754         search, not to limit the actual movement.
2756         * cc-cmds.el (c-beginning-of-statement): Move by sentence
2757         inside multiline strings, just like in comments.  Also various
2758         fixes to the paragraph and comment prefix recognition, block
2759         comment ender handling etc.
2761 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2763         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2764         the relative position of the point.
2766         * cc-cmds.el (c-electric-continued-statement): New function to
2767         use as abbrev hook to reindent for keywords such as "else"
2768         that continues an earlier statement.
2770         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2771         like classes.
2773         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2774         (pike-mode): Populate the default abbrev tables to reindent for
2775         keywords such as "else" that can continue earlier statements.
2776         Abbrev mode is therefore turned on by default now.  (Note that
2777         this doesn't apply to idl-mode, since IDL afaik doesn't have
2778         statements at all.)
2780 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2782         * cc-engine.el (c-inside-bracelist-p): Fix for handling
2783         bracelists where the declaration contains template arguments.
2785 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2787         * cc-cmds.el (c-comment-indent):
2788         Use `c-get-syntactic-indentation' to correctly calculate the
2789         syntactic indentation.  Fixes bug with lineup functions that
2790         return vectors.
2792         * cc-engine.el (c-get-syntactic-indentation): Split the
2793         indentation sum calculation from `c-indent-line' to a separate
2794         function.
2796 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2798         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2799         Fixed places where it was assumed that preprocessor directives
2800         have to start in column zero.
2802         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2803         template arguments after a class identifier properly.
2805         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2806         lists for `new Foo[]' constructs in Java as expressions and
2807         not top level definition brace lists on the top level, so that
2808         they'll get indented consistently with the same type of
2809         expression in a normal block.
2811 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2813         * cc-cmds.el (c-fill-paragraph): The kludge that checks
2814         whether the adaptive filling package fails to keep the comment
2815         prefix is now kludged further to check for filladapt-mode
2816         which doesn't have that problem. This is really icky, but it's
2817         the only way that works with the current misfeatures/bugs in
2818         both adaptive-fill-mode and filladapt-mode.
2820         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2821         around point is recognized more robust.
2823 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2825         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2826         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2827         (c-lit-type): Fixed all internal variables used dynamically so
2828         that they are always bound.
2830         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2831         errors:
2833         (c-indent-region): Fixed reporting of syntactic errors so that
2834         the region is fully reindented even when an error occurs.
2835         The last syntactic error is printed afterwards.  Also cleanup up a
2836         whole lot of code that tried to optimize indentation of whole
2837         sexps but in reality accomplishes nothing.
2839         (c-indent-sexp): Use c-indent-region.
2841         (c-parsing-error): Changed this variable to hold the message
2842         for any syntactic error that is discovered.
2844         (c-parse-state): Search backward from point instead of the bod
2845         position when the latter is invalid.  This makes CC Mode
2846         recover faster when there are unbalanced close braces.
2848         (c-backward-to-start-of-if): Use c-parsing-error to report
2849         dangling "else" clauses instead of throwing an error, and fall
2850         back to a reasonable position.
2852         (c-indent-line): Added argument to avoid reporting syntactic errors.
2854         (c-show-syntactic-information): Don't report any syntactic errors.
2856 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2858         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2859         paragraph recognition when moving by sentence in literals.
2861         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2862         start regexp for javadoc to recognize javadoc markup in general instead
2863         of a specific set of keywords, to be more future-safe.
2865         (c-Pike-pikedoc-paragraph-start)
2866         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2867         pikedoc markup.
2869         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
2871         (pike-mode): Initialize paragraph settings pikedoc recognition.
2873         * cc-vars.el (c-default-style): Made a nicer Customize widget.
2875         (c-comment-prefix-regexp): Made it possible to use an
2876         association list on this to specify mode specific regexps.
2877         The default value now use a special regexp in Pike mode to
2878         recognize pikedoc markup.
2880         (c-current-comment-prefix): New variable containing the actual
2881         regexp from c-comment-prefix-regexp for the current buffer.
2883 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2885         * cc-cmds.el (c-electric-brace): Fixed check for special brace
2886         lists: We can't look at the syntax, since a brace list can get
2887         recognized as a plain statement-cont.
2889         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2890         special brace list opener broken over two lines got recognized
2891         as a statement on the second line.  Case 9A changed.
2893 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2895         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2896         adjustment after line is reindented.
2898 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2900         * cc-defs.el (c-point): Added optional argument for position
2901         to use instead of the current point.
2903         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2904         the in-expression block symbols when the construct starts at
2905         boi, to avoid the extra level of indentation in that case.
2906         Cases 4, 16A and 17E affected.
2908 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2910         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
2911         calls to `c-indent-line', to adhere better to Emacs conventions.
2913         * cc-engine.el (c-indent-line): Use the syntax already bound
2914         to `c-syntactic-context', if there is any.
2916 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2918         * cc-engine.el (c-get-offset): Fixed bug where the indentation
2919         wasn't added up correctly when a lineup function returned nil.
2921 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2923         * cc-engine.el (c-collect-line-comments): Fixed bug where
2924         empty lines were ignored when collecting line comments backwards.
2926 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2928         * cc-align.el (c-lineup-dont-change): Return an absolute
2929         indentation column to work correctly in the case when several
2930         syntactic elements are processed for the same line.
2932         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2933         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2934         (c-set-offset): Added absolute indentation column settings by
2935         using the vector type.
2937 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2939         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2940         Implemented two new cleanups `space-before-funcall' and
2941         `compact-empty-funcall'.
2943 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2945         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2946         helping building regexps.
2948         * cc-engine.el (c-on-identifier): New function for detecting
2949         identifiers.  It takes keywords into account.
2951         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2952         lists.  `c-keywords' is set to a regexp matching all keywords
2953         in the current language.
2955 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2957         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2958         list of characters to skip backwards over at the beginning of
2959         a statement, since it can precede string literals in Pike.
2961 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2963         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2964         recognition when standing on the last line in a C++ comment
2965         with nothing but whitespace after the prefix.
2967         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2968         given no limit argument.
2970 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2972         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2973         recognition for the `[]= operator symbol in Pike.
2975 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2977         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2978         around a bug in `eval-when-compile' in the byte compiler.
2980         * cc-engine.el (c-forward-token-1): Fixed bug with return
2981         value when count is zero and there's no token start within the limit.
2983         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2984         "prefix comments", i.e. comments which are followed by code on
2985         the same line.
2987         * cc-mode-19.el: Fixes so that checks that must be done at
2988         compile time also are done then.
2990 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2992         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2993         time and at runtime, and only when it's needed.
2995 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2997         Major cleanup for less error prone and more warning free
2998         compilation, including some fixes for bugs due to different
2999         compilation orders. Thanks to Martin Buchholz for providing
3000         the basis for all this.
3002         * cc-bytecomp.el: New file that provides some byte compilation
3003         features: It ensures that files always are loaded from the
3004         current source directory during compilation, and it provides a
3005         set of macros to turn off specific compiler warnings for
3006         specific symbols.  (It's not CC Mode specific in any way.)
3008         Fixed a nearly acyclic dependency tree (both runtime and
3009         compile-time) between all files.
3011         * cc-defs.el: Separated all macros before the inline functions,
3012         to ensure correct compilation.
3014         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3015         cc-defs.el to cc-engine.el and made it a function instead.
3017         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3018         about char-after.
3020         * cc-vars.el: Cope even when there isn't a custom package
3021         containing defcustom available.
3023         * cc-make.el: Removed since it's no longer necessary.
3025         README: Updated installation instructions.
3027 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3029         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3030         improve the modularity: Moved all mode init stuff from
3031         cc-langs.el to cc-mode.el, including the keymap
3032         initialization; cc-langs now only contains the various
3033         variables for configuring the language syntax.
3035         * cc-engine.el, cc-styles.el (c-evaluate-offset)
3036         (c-get-offset): Moved from cc-styles to cc-engine since file
3037         dependency analysis suggests they belong there (which also
3038         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
3040 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3042         * cc-cmds.el (c-fn-region-is-active-p): New function that
3043         wraps the corresponding macro, for use in places that aren't
3044         compiled.  Thanks to Martin Buchholz for pointing out this.
3046         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3048         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3049         add things to the bug report.
3051 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3053         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3054         returned prefix could contain a newline when the search for a
3055         good prefix line failed.
3057 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3059         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3060         (c-toggle-auto-hungry-state): Made the argument optional, as
3061         the documentation says it is.
3063 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
3065         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3066         multiline string syntax, #"...", as a cpp macro.
3068 2001-03-21  Paul Eggert  <eggert@twinsun.com>
3070         * international/mule-cmds.el (set-locale-environment):
3071         Set system-messages-locale and system-time-locale, but only if the
3072         caller specifies a non-nil locale name.
3074 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3076         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3077         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
3079 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
3081         * follow.el (follow-avoid-tail-recenter): Doc fix.
3083         * custom.el (custom-set-variables): Avoid reversing the list
3084         of args needlessly.
3086         * startup.el (fancy-splash-head): Don't change the colors of the
3087         XPM image on a dark background.
3089         * comint.el (comint-exec-1): Set columns of the terminal to
3090         window-width instead of frame-width.
3092         * info.el (Info-scroll-down): Add missing WINDOW arg for
3093         pos-visible-in-window-p.
3095         * ehelp.el (electric-help-mode-hook): Add defcustom.
3097         * mail/sendmail.el (mail-mode): Activate case-folding in
3098         font-lock-defaults.
3100 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
3102         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3103         (completion-ignored-extensions): Remove duplicate ".class".
3105 2001-03-19  Andreas Schwab  <schwab@suse.de>
3107         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3108         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3110 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
3112         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3113         methods since there are not prefix input methods.
3115 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
3117         * international/mule-cmds.el (read-input-method-name):
3118         Locally bind enable-recursive-minibuffers to t.
3120 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3122         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3124 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
3126         * ediff-util.el: Copyright years.
3127         (ediff-choose-syntax-table): New function.
3128         (ediff-setup): Use ediff-choose-syntax-table.
3130         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3131         with-syntax-table.
3133         * ediff.el: Date of last update, copyright years.
3135         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3137         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3138         of Scott Bronson.
3139         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3140         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3141         Deleted functions.
3142         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3143         ex-token-list.
3145         * viper-util.el: Spaces, indentation.
3147         * viper.el: Changed version, modification time.
3149 2001-03-16  John Wiegley  <johnw@gnu.org>
3151         * calendar/timeclock.el (timeclock-workday-remaining):
3152         Check whether `discrep' is non-null before using it.
3154 2001-03-16  John Wiegley  <johnw@gnu.org>
3156         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3157         first-time checkins.
3158         (timeclock-log-data): Fixed problem with reading timelog log file.
3159         Resulting data in the "day list" was incorrect.
3160         (timeclock-find-discrep): Check if `timeclock-file' is readable
3161         before opening it.
3162         (timeclock-time-less-p): New function.
3163         (timeclock-day-base): New function.
3164         (timeclock-geometric-mean): New function.
3165         (timeclock-generate-report): Generate a summary report based on
3166         the contents of the log file.  This uses `timeclock-log-data', and
3167         is an example of writing a timelog manipulation function.
3168         (timeclock-visit-timelog): A quick command for opening the timelog
3169         file.
3170         (timeclock-log-data): Bound the variable event.
3172 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
3174         * international/mule-cmds.el (select-safe-coding-system):
3175         Fix typo: symbol-name -> symbol-value.
3177         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3178         before substitute-in-file-name to handle double slashes in FILE
3179         correctly.
3181 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
3183         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3184         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3186 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
3188         * bindings.el (features): Add `md5' and `overlay' to the list.
3190         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3191         bound before using it.  It's not bound when configured without X,
3192         for instance.
3194 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
3196         * progmodes/hideshow.el: Update copyright.
3197         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3198         (hs-minor-mode-hook): Include `:version' in defcustom form.
3200 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
3202         * help.el (string-key-binding): Don't call event-start on
3203         a non-list.
3205 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
3207         * startup.el (fancy-splash-tail, command-line-1): Fix the
3208         copyright year.
3210 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
3212         * term.el: These changes are based on a patch sent from Yong Lu
3213         <lyongu@yahoo.com>.
3214         (term-set-escape-char): Bind M-x to execute-extended-command in
3215         term-raw-escape-map.
3216         (term-move-columns): Don't try to move to negagive column.
3217         (term-emulate-terminal): Insert a string before deleting a text to
3218         overwrite.
3220 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
3222         * play/life.el (life): Rearrange code so that all calls to
3223         life-display-generation are in a catch-form.
3225         * progmodes/etags.el (tags-loop-continue): Don't change point in a
3226         file that isn't interesting.  In an interesting file, push the old
3227         value of point on the mark ring.
3229         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3230         New function.
3231         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3232         Use it.
3234         * emacs-lisp/autoload.el (generate-file-autoloads):
3235         Remove warning about line lengths.
3237 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3239         * progmodes/etags.el (tags-compression-info-list): New variable.
3240         (find-tag-in-order): Use it to deal with compressed source files.
3241         (tag-file-name-match-p): New function.
3242         (etags-recognize-tags-table): Use it for better match of file names.
3244 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
3246         * international/mule-cmds.el (register-input-method): Doc fix.
3248         * international/quail.el (quail-translate-key): Fix condition to
3249         check if there's another breaking point in the current key.
3251 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
3253         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3254         Babyl header to the newly-created output file, bind
3255         coding-system-for-write to either rmail-file-coding-system or
3256         emacs-mule-unix.
3258 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
3260         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3261         Fix the name and regexp used for subsubsections.
3263 2001-03-10  Dave Love  <fx@gnu.org>
3265         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3266         and save-buffer if buffer-file-name non-nil.  From rms.
3268 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
3270         * vc.el (vc-do-command): If the destination buffer is already
3271         current, don't set it up and don't erase it.  Updated doc string
3272         to reflect that.
3273         (vc-version-diff): When doing a single file diff, don't switch to the
3274         *vc-diff* buffer before the command.  This is to preserve local
3275         variable bindings that might affect the diff command.
3276         (vc-print-log): Don't switch to the *vc* buffer before the
3277         command, so that local variable bindings are preserved.
3279         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3280         not the current buffer.
3281         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3283         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3284         make output go to buffer *vc*, not the current buffer.
3286 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3288         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3289         so ^, $, *, ? and + are interpreted correctly.
3291 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
3293         * help.el (string-key-binding): Renamed from
3294         mode-line-key-binding.  Handle any event on a string.
3295         Check for `keymap' properties as well as `local-map' properties.
3297         * comint.el (comint-insert-clicked-input): Use the last key
3298         from this-command-keys to lookup the global key definition.
3300 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
3302         * international/characters.el: Add category `j' for
3303         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
3305         * international/mule-conf.el (no-conversion): Fix docstring.
3306         (raw-text): Fix docstring.
3308 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
3310         * simple.el (choose-completion-string): When not leaving the
3311         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3312         is set.
3314         * window.el (shrink-window-if-larger-than-buffer): Handle frame
3315         parameter `(minibuffer . t)'.
3317 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3319         * progmodes/sh-script.el (sh-st-symbol): New symbol.
3320         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3321         (sh-mode): Remove `make-local-variable' for unused var
3322         `font-lock-unfontify-region-function'.
3324 2001-03-07  Richard M. Stallman  <rms@gnu.org>
3326         * info.el (Info-scroll-down): Fix previous change.
3328         * mail/rmail.el (rmail-toggle-header): Use a window which
3329         is showing the Rmail buffer, rather than the selected window.
3331 2001-03-07  Dave Love  <fx@gnu.org>
3333         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3334         now, to avoid problems with binding imenu directly to a mouse event.
3336 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3338         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3339         second arg t.
3341 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3343         * log-edit.el (log-edit-common-indent): New var.
3344         (log-edit-set-common-indentation): Renamed from
3345         log-edit-delete-common-indentation.  Use the new var.
3346         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3348         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3349         (cvs-mode-add-change-log-entry-other-window):
3350         Don't presume change-log-default-name is defined.
3352         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3354         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3355         the "tree" operation as well.
3357         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3359         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3360         to match paragraph-start.
3362         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3363         comment-start-skip and set comment-end-skip as well.
3364         (sgml-comment-indent): Fix for new value of comment-start-skip.
3365         (html-autoview-mode): Don't bother using make-local-hook.
3367 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3369         * cus-edit.el (custom-save-delete): Move in front of local
3370         variables, otherwise long Custom entries would make them ineffective.
3372         * uniquify.el: Set maintainer to FSF.
3374 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
3376         * dired-aux.el (dired-do-shell-command): Doc fix.
3378 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
3380         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3382         * which-func.el (which-func-modes): Add cperl-mode.
3383         (which-func-mode-global): Use define-minor-mode.
3385         * info-look.el: Docstring fixes and dead code eliminated.
3386         (cperl-mode): Add support.
3387         (emacs-lisp-mode): List all entries from elisp manual, whether
3388         or not they are currently (f)bound or not.  Update regexp.
3390         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3392         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3393         so that C-h m shows the correct information.
3394         Use make-local-variable rather than make-variable-buffer-local.
3395         (cperl-info-buffer, cperl-setup-tmp-buf):
3396         Use make-local-variable rather than make-variable-buffer-local.
3397         (cperl-msb-fix, cperl-get-help-defer):
3398         Check major-mode for `cperl-mode' as well.
3400         * progmodes/cperl-mode.el: Updated to author version 4.23.
3401         (cperl-electric-pod): SYNOPSIS was misspelled.
3402         (cperl-find-pods-heres): @if ? a : b was considered a REx.
3403         (cperl-after-expr-p): Make true after __END__.
3405 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
3407         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3408         bookmark-completion-ignore-case is t.
3410         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3411         switch, like xterm, and concat resource strings, with a newline
3412         between them.
3414 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
3416         * international/codepage.el (cp770-decode-table)
3417         (cp773-decode-table, cp774-decode-table): New variables.
3419         * man.el (Man-hyphenated-reference-regexp): New variable.
3420         (Man-build-references-alist): Use it to search for referenced
3421         manpages.  If hyphenated is non-nil, record a concatenated word in
3422         Man-refpages-alist only if it matches Man-reference-regexp.
3423         Update word's length when it is concatenated.  Reverse the list,
3424         to get the first manpage at the head.
3425         (Man-possibly-hyphenated-word): New function.
3426         (Man-follow-manual-reference): Use it instead of current-word to
3427         find a manpage at point, in a way that accounts for hyphenated
3428         references.
3430 2001-03-06  Alex Schroeder  <alex@gnu.org>
3432         * sql.el (sql-interbase): New function.
3433         (sql-interbase-program): New option.
3434         (sql-interbase-options): New option.
3435         And some typos fixed: "customise" to "customize".
3437 2001-03-06  Dave Love  <fx@gnu.org>
3439         * textmodes/flyspell.el (flyspell-region):
3440         Set up flyspell-local-mouse-map.
3442 2001-03-05  Richard M. Stallman  <rms@gnu.org>
3444         * mail/rmail.el (rmail-retry-failure):
3445         Don't call rmail-beginning-of-message.
3446         Don't discard From: field.  Do discard Received: field.
3447         Use unwind-protect to re-prune.
3448         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3450 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
3452         * international/quail.el (quail-title): Add autoload cookie.
3454 2001-03-05  Dave Love  <fx@gnu.org>
3456         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3457         new defs.
3459 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3461         * language/ethio-util.el (ethio-toggle-space):
3462         Update current-input-method-title if necessary.
3463         (ethio-toggle-punctuation): Likewise.
3465         * international/quail.el (quail-title): Fix for the case that a
3466         title of an input method is specified by a list of the same form
3467         as used in mode-line-format.
3469         * international/mule-cmds.el (activate-input-method):
3470         If current-input-method-title is set by activating INPUT-METHOD,
3471         respect that value.
3473 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
3475         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3477 2001-03-05  Alex Schroeder  <alex@gnu.org>
3479         * sql.el (sql-sybase): Fix typo (was: query user about server two
3480         times instead of server and database).
3482         * sql.el (sql-sybase): Doc change.
3483         (sql-mysql): Doc change.
3484         (sql-postgres): Doc change.
3486 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3488         * international/mule-conf.el (emacs-mule, raw-text):
3489         Docstring modified.
3491 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
3493         * term/internal.el: Update copyright notice.
3495         * term/pc-win.el: Update copyright notice.
3497 2001-03-02  Dave Love  <fx@gnu.org>
3499         * files.el (insert-file-contents-literally):
3500         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3501         not jka-compr-compression-info-list.
3503 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
3505         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3506         spaces in default comment-start-skip settings rather than \s-.
3508 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
3510         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3511         default-frame-alist as well.
3513 2001-03-01  Dave Love  <fx@gnu.org>
3515         * textmodes/reftex.el (defvar): Wrap some defvars in
3516         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
3518         * subr.el (event-basic-type): Doc fix.
3520         * international/quail.el: Doc fixes.
3522         * international/utf-8.el: Doc fixes.
3524         * international/mule-cmds.el: Doc fixes.
3525         (leim-list-header): Fix header text.
3527         * international/mule.el (coding-system-category): Doc fix.
3529         * international/ccl.el (ccl-compile): Doc fix.
3531 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
3533         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3534         rather than (before|after)-change-functions.
3536 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
3538         * ediff-util.el (ediff-scroll-horizontally): Arrange for
3539         scroll-left and scroll-right being called interactively so that
3540         they set the window's min_hscroll.
3542 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
3544         * info.el (info-insert-file-contents-1): Accept an additional
3545         argument `lfn': if it is non-nil, concatenate `filename' and
3546         `suffix'; otherwise use the complicated MS-DOS code.
3547         All callers changed.
3548         (info-insert-file-contents, Info-find-node): If the MS-DOS port
3549         can access long file names, try the long file-name version of
3550         `info-insert-file-contents-1', then the short file-name version.
3552 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
3554         * language/ethio-util.el (setup-ethiopic-environment-internal):
3555         Change bindings of functions keys to conform to "Emacs Lisp Coding
3556         Convention".
3558         * language/ethiopic.el ("Ethiopic"): Add documentation.
3560 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
3562         * international/utf-8.el (mule-utf-8): Set coding-category
3563         property to coding-category-utf-8.
3565 2001-02-27  Richard M. Stallman  <rms@gnu.org>
3567         * lpr.el (lpr-page-header-switches, print-region-1):
3568         Undo 2000-07-06 change.
3569         (lpr-add-switches): Default to t on gnu/linux.
3571 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
3573         * bs.el (bs-attributes-list): Doc fix.
3575 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3577         * help.el (describe-project): Display the file THE-GNU-PROJECT.
3579         * help.el (view-order-manuals): Use goto-address.
3581         * startup.el (command-line-1): Add info about ordering manuals
3582         to the not so fancy splash screens.
3584 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
3586         * vc.el (vc-default-workfile-unchanged-p)
3587         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3589 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3591         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3592         fontify in the right buffer.
3594         * allout.el (outline-flag-region): Move macro in front of first
3595         use to avoid a run-time error.
3597 2001-02-24  Andrew Innes  <andrewi@gnu.org>
3599         * makefile.w32-in: Fix copyright notice.
3601 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
3603         * international/utf-8.el (mule-utf-8): Set correct value for
3604         valid-codes property.
3606         * international/fontset.el (x-complement-fontset-spec): In the
3607         case that we use ASCII font for the other charsets, use only
3608         family and registry part of it.
3610 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3612         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3613         (shrink-window-if-larger-than-buffer): Doc fix.
3615 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
3617         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3618         predicate passed to completing-read.
3620 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3622         * startup.el (command-line): Fix last change.
3624 2001-02-23  Jason Rumney  <jasonr@gnu.org>
3626         * startup.el (tool-bar-originally-present): New variable.
3627         (command-line): Set it if the tool-bar is switched on at startup.
3629         * frame.el (frame-notice-user-settings): Only adjust frame height
3630         for no tool-bar case if tool-bar was originally switched on.
3631         From E. Jay Berkenbilt.
3633 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
3635         * server.el (server-switch-buffer): Only switch window if the
3636         current one is dedicated.
3638         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3639         rather than using (match-beginning 0) when searching for break point.
3641 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
3643         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3644         @ follows an accent command such as @'.  Support optional braces
3645         in commands that insert accents, like makeinfo does.
3647 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
3649         * startup.el (fancy-splash-text): Add a line for ordering
3650         manuals.  Reverse order of splash screens shown.
3651         (use-fancy-splash-screens-p): Adapt to the text line added.
3653         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3654         manuals from the FSF.
3656         * help.el (view-order-manuals): New function.
3657         (toplevel): Bind C-h C-m to this function.
3659 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
3661         * newcomment.el (comment-forward): Skip the comment-start before
3662         searching for the comment-end.
3664 2001-02-21  Dave Love  <fx@gnu.org>
3666         * custom.el (custom-initialize-changed, defcustom): Doc fix.
3668         * international/mule-cmds.el, international/mule.el: Doc fixes.
3670 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
3672         * startup.el (fancy-splash-screens): Use display-hourglass
3673         instead of display-busy-cursor.
3675         * frame.el (display-hourglass): Renamed from busy-cursor.
3676         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3677         (show-cursor-in-non-selected-windows): Doc fix.
3679 2001-02-20  Dave Love  <fx@gnu.org>
3681         * international/utf-8.el: Doc and commentary fixes.
3683 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3685         * ehelp.el (with-electric-help): Doc fix.
3687 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
3689         * msb.el (msb-mode): Call the update-buffers function explicitly
3690         with a FORCE argument.
3692         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3693         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
3694         returns nil.
3696 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3698         * ps-print.el: Timestamp package replacement.  Some enhancements.
3699         Some XEmacs compatibility.  Doc fix.
3700         (ps-print-version): New version number (6.4).
3701         (ps-printer-name): Initialization fix.
3702         (ps-zebra-stripe-follow): Funcionality enhancement.
3703         (ps-prologue-file): Code enhancement.
3704         (ps-right-header): Timestamp package replacement.
3705         (ps-setup, ps-face-bold-p, ps-face-italic-p)
3706         (ps-get-page-dimensions)
3707         (ps-generate-header, ps-begin-file, ps-begin-job)
3708         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3709         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3710         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3711         (coding-system-for-write): Var declaration (XEmacs compatibility).
3713 2001-02-20  Miles Bader  <miles@gnu.org>
3715         * image-file.el (image-file-name-extensions): Add "tif".
3717 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
3719         * wid-edit.el (widget-button-click): Save the selected window
3720         around the code handling clicks on buttons.
3722 2001-02-18  Dave Love  <fx@gnu.org>
3724         * imenu.el (imenu--generic-function): Use mapc to iterate over
3725         syntax characters.
3727 2001-02-17  Richard M. Stallman  <rms@gnu.org>
3729         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3731         * uniquify.el (uniquify-buffer-name-style): Doc fix.
3733 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3735         * mouse.el (mouse-save-then-kill): If the distance from the new
3736         point to the mark is equal to the distance of point from the new
3737         point, move point instead of the mark.
3739 2001-02-16  Dave Love  <fx@gnu.org>
3741         * textmodes/flyspell.el (flyspell-get-word): Return string without
3742         properties.
3744 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3746         * generic.el (generic-find-file-regexp): Doc fix.
3747         (generic-ignore-files-regexp): New defcustom.
3748         (generic-mode-find-file-hook): If the file's name matches the
3749         regexp in `generic-ignore-files-regexp', don't enter
3750         default-generic-mode.  Doc fix.
3752 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3754         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3755         Add autoload cookies.
3757         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3758         of cal-tex-24.
3760 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3762         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3764         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3765         the character class after the (optional) drive, to support file
3766         names with embedded blanks.
3768 2001-02-15  Sam Steingold  <sds@gnu.org>
3770         * textmodes/tex-mode.el (tex-shell-running):
3771         Check the process buffer too.
3773 2001-02-15  Dave Love  <fx@gnu.org>
3775         * battery.el (battery-status-function): Fix doc, :type.
3777         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3779 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
3781         * subr.el (read-passwd): Clear Lisp memory holding password.
3783 2001-02-15  Miles Bader  <miles@gnu.org>
3785         * info.el (Info-copy-current-node-name): New function.
3786         (Info-mode-menu): Add it to the menu.
3788 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
3790         * international/mule-cmds.el (toggle-input-method): Doc fix.
3792 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
3794         * replace.el (occur): Stop at end of buffer.
3796 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
3798         * international/mule-cmds.el (set-input-method): Another doc fix.
3800 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
3802         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3804 2001-02-13  Miles Bader  <miles@gnu.org>
3806         * faces.el (set-face-background, set-face-foreground)
3807         (set-face-stipple): Treat a value of nil as being `unspecified'.
3809 2001-02-12  Dave Love  <d.love@dl.ac.uk>
3811         * international/latin1-disp.el:  Doc fixes.
3812         (latin1-display) <defgroup>: Add :link.
3813         (latin1-display) <function>: Set variable latin1-display.
3815 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
3817         * international/mule-cmds.el (set-input-method): Doc fix.
3819 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
3821         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3822         (speedbar-line-file): Return nil if not a file.
3823         (speedbar-buffers-line-path): Return file for tags, and dir for files.
3825 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
3827         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3828         for remote files.
3829         (ediff-coding-system-for-read): Replaced the no-conversion default
3830         with raw-text.
3832         * ediff-init.el: Removed :version from defcustom vars.
3834         * ediff-util.el (ediff-compute-custom-diffs-maybe):
3835         Better handling of the diff mode.
3837         * ediff.texi: Added ediff-coding-system-for-read.
3839         * viper.texi: Fix typos.
3841 2001-02-11  Dave Love  <fx@gnu.org>
3843         * shadowfile.el: Doc fixes.
3844         (shadow) <defgroup>: Add :link.
3845         (shadowfile-unload-hook): New function.
3846         (shadow-initialize): Use defalias, not fset.
3847         (shadow-define-cluster, shadow-define-literal-group)
3848         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
3850         * international/mule.el: Doc and message fixes.
3852         * international/ccl.el (define-ccl-program): Doc fix.
3854 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
3856         * faces.el (mode-line): Set :line-width property to -1.
3858 2001-02-10  Richard M. Stallman  <rms@gnu.org>
3860         * complete.el (partial-completion-mode): Doc fix.
3862         * simple.el (delete-key-deletes-forward-mode):
3863         Change `let' to `let*' to fix gross bug in last change.
3865         * repeat.el (repeat): Don't let execute-kbd-macro alter
3866         real-last-command.
3868 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
3870         * simple.el (eval-expression): Doc fix.
3872 2001-02-09  Dave Love  <fx@gnu.org>
3874         * imenu.el (imenu-generic-expression): Doc fix.
3876         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3877         From Juanma Barranquero.
3879         * emacs-lisp/authors.el (authors): Expand `root' before running find.
3881 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
3883         * faces.el (set-face-attribute): Describe the case of a negative
3884         value specified for :line-width.
3886 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
3888         * which-func.el (which-func-mode): Invert which-func-mode-global.
3889         From Juanma Barranquero <lektu@uol.com.br>.
3891 2001-02-08  Dave Love  <fx@gnu.org>
3893         * wid-edit.el (widget-plist-convert-widget): Replace binding of
3894         widget-plist-value-type.
3895         (widget-alist-convert-widget): Replace binding of
3896         widget-alist-value-type.
3898         * textmodes/paragraphs.el (sentence-end): Doc fix.
3900         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3901         Remove `backward-line'.
3903         * play/pong.el (pong-blank-color, pong-bat-color)
3904         (pong-ball-color, pong-border-color, pong-left-key)
3905         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3906         (pong-pause-key, pong-resume-key, pong-timer-delay):
3907         * mail/mh-comp.el (mh-compose-letter-function):
3908         * eshell/esh-mode.el (eshell-skip-prompt-function):
3909         * emulation/viper-ex.el (ex-unix-type-shell-options):
3910         * recentf.el (recentf-menu-filter):
3911         * ps-print.el (ps-print-region-function):
3912         * lpr.el (print-region-function):
3913         * forms.el (forms-mode-hooks):
3914         * dirtrack.el (dirtrack-directory-change-hook):
3915         * cus-start.el (temp-buffer-show-function, display-buffer-function):
3916         * textmodes/spell.el (spell-filter):
3917         * textmodes/fill.el (adaptive-fill-function):
3918         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3919         * progmodes/etags.el (find-tag-default-function):
3920         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
3921         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3923 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
3925         * emulation/viper-init.el (viper-fast-keyseq-timeout)
3926         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
3927         Meyering <jim@meyering.net>.
3929         * loadup.el: Revert last change.
3931 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
3933         * international/mule.el (transform-make-coding-system-args):
3934         Make it work also for coding systems not using CCL.
3936 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3938         * simple.el (previous-matching-history-element)
3939         (next-matching-history-element): Doc fix.
3941         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3942         specific part.
3944 2001-02-06  Dave Love  <fx@gnu.org>
3946         * add-log.el (add-log-current-defun-function)
3947         (add-log-buffer-file-name-function, add-log-file-name-function):
3948         Fix :type.
3949         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3951 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3953         * info.el (info-initialize): Remove the test for system-type when
3954         invocation-directory is non-nil.
3956         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3957         of `font-lock-defaults' to `backward-paragraph' rather than nil.
3959 2001-02-06  Andrew Innes  <andrewi@gnu.org>
3961         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3962         absolute.
3964 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
3966         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3967         buffers.  When hi-lock turned on rather than only checking current
3968         buffer for regexps, all buffers are checked. Moved activation of
3969         font-lock to hi-lock-refontify. When font-lock turned off rather
3970         than removing added highlighting just in current buffer, remove it
3971         in all buffers.  Changed edit menu text from "Automatic
3972         Highlighting" to "Regexp Highlighting" Documentation for
3973         highlighting phrases, minor documentation changes.
3974         (hi-lock-set-file-patterns): Execute only if there are new or
3975         existing file patterns.
3976         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3977         unfontify and, if a support mode is active, will not refontify the
3978         whole buffer.  If necessary, turn on font lock. (Removed
3979         font-lock-unfontify and font-lock support-mode-specific calls,
3980         such as lazy-lock-fontify-window.)
3981         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3982         patterns are found. Not useful now since find-file-hook is removed
3983         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
3984         (hi-lock-face-phrase-buffer): New function.  Also added related
3985         menu item and keybinding.
3986         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3987         (hi-lock-process-phrase): New function.
3988         (hi-lock-line-face-buffer): Doc fixes.
3989         (hi-lock-face-buffer): Doc fixes.
3990         (hi-lock-unface-buffer): Doc fixes.
3992 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
3994         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3995         dabbrev-ignored-regexps.
3997 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3999         * simple.el (kill-line): Doc fix.
4001 2001-02-05  Dave Love  <fx@gnu.org>
4003         * loadup.el: Revert last two changes -- bootstrapping works with
4004         regenerated loaddefs.
4006 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
4008         * isearch.el (isearch-forward): Doc fix.
4010         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4011         of font-lock-defaults to backward-paragraph.
4013 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4015         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4016         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4018 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4020         * ebnf2ps.el: Eliminate time-stamp functions.
4021         (ebnf-version): New version (3.5).
4022         (ebnf-eps-finish-and-write): Replace time-stamp functions by
4023         format-time-string.
4025 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
4027         * simple.el (next-line): Goto end-of-line before inserting a newline.
4029 2001-02-05  Miles Bader  <miles@gnu.org>
4031         * image-file.el (insert-image-file): When visiting an image, also
4032         set `truncate-lines' to t so that any fringe arrow looks correct.
4034 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
4036         * isearch.el (isearch-forward): Add description about input method
4037         in the docsting.
4039 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
4041         * skeleton.el (skeleton-internal-1): Always push the mark for @.
4043 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4045         * info.el (info-initialize): If installation-directory is nil, for
4046         DOS/Windows systems try looking in a sibling of invocation-directory.
4048 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
4050         * wid-edit.el (widget-button-click): Fix last change.
4052         * frame.el (frame-notice-user-settings): When resizing the initial
4053         frame because the tool bar is off, also change the frame's top
4054         position if a negative top position was specified.
4056 2001-02-02  Miles Bader  <miles@gnu.org>
4058         * image-file.el (insert-image-file): When visiting an image,
4059         suppress the cursor in the image buffer.
4061 2001-02-01  Dave Love  <fx@gnu.org>
4063         * progmodes/f90.el (f90-mode): Remove startup message.
4065         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
4067 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4069         * startup.el (command-line): Fix code determining whether or not
4070         to use delete-key-deletes-forward-mode.
4072 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
4074         * vc.el (vc-diff-switches): New user option.
4075         (vc-version-diff): Use it.
4076         (vc-diff-switches-list): New macro.
4078         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4079         New customization options.
4080         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4082         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4084 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
4086         * msb.el (toplevel): Quote hook symbols.
4088 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
4090         * international/mule.el (make-coding-system): Add description
4091         about recognized properties in the docstring.
4093         * international/mule-conf.el: Remove unused charsets
4094         mac-roman-lower and mac-roman-upper.
4096 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
4098         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4099         is in front of the left-margin, if any.
4101         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4102         like `delete'.
4104         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4106         * term/w32-win.el (mouse-set-font): Doc fix.
4108 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4110         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4111         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4112         on already.
4114 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
4116         * files.el (save-buffer): Don't give message if (buffer-file-name)
4117         returns nil.
4119 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
4121         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4123         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4124         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
4126         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4127         display problems.
4129 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
4131         * international/mule.el (charset-info): Fix docstring.
4133         * international/mule-diag.el (describe-character-set): Check final
4134         char valid before printing it.
4136 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
4138         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4140         * frame.el (frame-notice-user-settings): Do the tool-bar
4141         stuff only for graphical displays.  Fix a braino.
4143         * frame.el (frame-initialize): Create initial frame visible.
4144         (frame-notice-user-settings): When tool-bar has been switched off,
4145         correct the frame size and sync tool-bar-mode.
4147         * startup.el (command-line): Remove manipulation of frame
4148         height for tool bars.
4150 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4152         * lpr.el: Compatibility with XEmacs and doc fixes.
4153         (lpr-windows-system, lpr-lp-system): New vars.
4154         (lpr-printer-switch): New defcustom.
4155         (printer-name, lpr-command): Customization fix.
4156         (print-region-1): Code fix.
4157         (print-region-new-buffer, printify-region): Indentation fix.
4158         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4159         New functions.
4161 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4163         * msb.el (toplevel): Fix the eval-after-load.
4165 2001-01-29  Dave Love  <fx@gnu.org>
4167         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4169         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4171         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4172         (tcl-using-emacs-19-23): Consider Emacs 21+.
4173         (tcl-help-directory-list, tcl-command-switches): Fix :type.
4174         (tcl-add-emacs-menu): Supply menu name.
4175         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4177 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4179         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4181 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
4183         * pcvs.el (cvs-mark-fis-dead): New function.
4184         (cvs-mode-add): Use it.
4185         (cvs-mode-add-change-log-entry-other-window):
4186         Rebind change-log-default-name to itself rather than to nil.
4188 2001-01-29  Sam Steingold  <sds@gnu.org>
4190         * vc-cvs.el: Replaced (require 'vc) with a bunch of
4191         `autoload' statements.
4193 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
4195         * files.el (confirm-kill-emacs): Doc fix.
4197         * frame.el (frame-initialize): Doc fix.
4199         * time-stamp.el (time-stamp-string): Doc fix.
4201         * woman.el (WoMan-log-1): Make the log buffer writable.
4202         From Markus Rost <rost@math.ohio-state.edu>.
4204 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4206         * imenu.el (imenu-syntax-alist): Add autoload cookie for
4207         the `make-variable-buffer-local'.
4209 2001-01-29  Dave Love  <fx@gnu.org>
4211         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4212         (ansi-color-for-comint-mode-on, ansi-color-process-output):
4213         Add autoload cookie.
4214         (ansi-color-apply-sequence): Fix typo.
4216 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4218         * menu-bar.el (menu-bar-files-menu): Add menu items for
4219         Postscript printing in black and white.
4221         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4222         X-Mailman-Version, Precedence, List-Help, List-Post,
4223         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4224         Content-Type, Content-Length.
4226 2001-01-29  Dave Love  <fx@gnu.org>
4228         * elide-head.el (elide-head): Make overlay evaporate.
4230         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4232 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
4234         * isearch.el (isearch-highlight): Don't punt if the display
4235         doesn't support colors, since isearch faces are defined for
4236         monochrome displays as well.
4238 2001-01-27  Sam Steingold  <sds@gnu.org>
4240         * shell.el (shell-write-history-on-exit): Make sure that we are in
4241         the shell buffer (M-x tex-file RET inserted the error message into
4242         the TeX buffer).
4244 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4246         * simple.el (transient-mark-mode): Doc fix.
4248 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
4250         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4252 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4254         * shell.el (shell-unquote-argument): If the shell is one of the
4255         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4256         quote character.
4257         (shell-dumb-shell-regexp): Document that the shells which match
4258         this regexp are supposed to not treat a backslash as a quote character.
4260         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4261         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
4263 2001-01-27  Richard M. Stallman  <rms@gnu.org>
4265         * dabbrev.el (dabbrev--substitute-expansion):
4266         Treat a one-capital-letter abbrev as "not all upper case",
4267         so as to force preservation of the expansion's pattern
4268         if the expansion starts with a capital letter.
4270 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4272         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4273         Doc fix.
4275         * simple.el (transient-mark-mode): Document the fact that many
4276         commands act on the region when mark is active.
4278 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
4280         * international/quail.el (quail-setup-completion-buf): Make the
4281         multibyteness of current buffer inherited to Quail completion buffer.
4282         (quail-show-guidance-buf): Make the multibyteness of current
4283         buffer inherited to Quail guidance buffer.
4284         (quail-help): Make the multibyteness of current buffer inherited
4285         to Quail help buffer.
4287 2001-01-26  Dave Love  <fx@gnu.org>
4289         * time-stamp.el: Doc fixes.
4291         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4292         (delphi-keyword-face, delphi-other-face): Fix :type.
4294         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
4296         * mail/feedmail.el (feedmail): Add :link.
4297         (feedmail-send-it): Doc fix.
4299         * mail/sendmail.el: Doc fixes.
4300         (sendmail-send-it): Fix the non-ASCII regexp and use
4301         rfc2047-encode-string.
4303         * dired.el, dired-aux.el: Revert last change.
4305 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4307         * makefile.w32-in (DONTCOMPILE): Add various term files.
4309 2001-01-26  Dave Love  <fx@gnu.org>
4311         * Makefile.in (DONTCOMPILE): Add various term files.
4313 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4315         * man.el (Man-default-man-entry, Man-mode): Doc fix.
4317         * startup.el (display-startup-echo-area-message): Make sure
4318         the echo area is resized to fit the size of the startup message.
4320         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4321         part of which is a constant.
4323 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
4325         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4327 2001-01-26  Richard M. Stallman  <rms@gnu.org>
4329         * simple.el (next-line): Don't let `newline' expand abbrevs.
4330         Simplify slightly.
4331         (open-line): Don't let `newline' expand abbrevs.
4333 2001-01-25  John Wiegley  <johnw@gnu.org>
4335         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4336         to `repeat' in the :type field.
4338         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4339         allow a choice of regexp or nil.
4340         (pcomplete-dir-ignore): Same.
4342         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4343         a command) to always fail.
4345 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
4347         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4348         discard the result.
4349         (iswitchb-to-end): Likewise.
4351 2001-01-25  Sam Steingold  <sds@gnu.org>
4353         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4354         Require vc.
4356 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
4358         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4360         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4362 2001-01-25  Dave Love  <fx@gnu.org>
4364         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4365         (describe-coding-system): Tweak the English text.
4367         * loadup.el: Preload international/ccl for utf-8.
4369 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
4371         * mail/rmail.el (rmail-redecode-body): Doc fix.
4373 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
4375         * international/mule-cmds.el (reset-language-environment):
4376         Reset coding-category-utf-8 to mule-utf-8.
4378         * international/mule-conf.el (coding-category-utf-8):
4379         Initialize to mule-utf-8.
4381         * loadup.el: Preload international/utf-8.
4383         * international/utf-8.el: New file.
4385 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
4387         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4389 2001-01-24  Sam Steingold  <sds@gnu.org>
4391         * dired.el (dired-replace-in-string): Removed.
4392         (dired-sort-toggle): Use `replace-regexps-in-string'
4393         instead of `dired-replace-in-string'.
4395         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4396         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4398         * gs.el (gs-replace-in-string): Removed.
4399         (gs-options): Use `replace-regexps-in-string'
4400         instead of `gs-replace-in-string'.
4402 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
4404         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4405         bug report is mailed to an email list and posted to a news group.
4407 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4409         * comint.el (comint-replace-by-expanded-history-before-point):
4410         Fix change of 2000-08-03 to move point to the start of the line again.
4412         * startup.el (tool-bar-images-pixel-height): New variable.
4413         (command-line): After loading the user's init file, when
4414         tool-bar-mode is on, increase the frame's size by some lines for
4415         the tool-bar.
4417         * frame.el (frame-initialize): Create the initial frame invisible.
4419 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4421         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4422         (chinese-big5): MIME:Big5.
4424 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4426         * international/mule-cmds.el (universal-coding-system-argument):
4427         Handle commands with prefix args.
4429 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4431         * calendar/diary-lib.el (diary-float): Fix case of MONTH
4432         being a list of numbers.
4433         (diary-mail-entries): Rewritten.
4435 2001-01-23  Dave Love  <fx@gnu.org>
4437         * international/mule.el (make-coding-system): Fix typo.
4439         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4440         Add backward-paragraph as font-lock-beginning-of-syntax-function.
4442 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
4444         * font-lock.el (font-lock-mode): Doc fix.
4446 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
4448         * international/mule.el (make-translation-table): Fix docstring.
4450 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
4452         * mail/rmail.el (rmail-redecode-body): New function.
4454         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4456 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
4458         * isearch.el (isearch-lazy-highlight-case-fold-search)
4459         (isearch-lazy-highlight-regexp): New variables.
4460         (isearch-lazy-highlight-cleanup): Update lazy highlight if
4461         case-fold search or regexp search has been toggled.
4463         * wid-edit.el (widget-button-click): Avoid a save-excursion
4464         around running a global binding.
4466         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4467         to 0.25.
4469 2001-01-20  Miles Bader  <miles@gnu.org>
4471         * cus-edit.el (custom-face-save): Do post-processing on the face's
4472         new value like `custom-face-set' does.
4474 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4476         * mail/emacsbug.el (report-emacs-bug): Report the value of
4477         LC_CTYPE, not LC_TYPE.
4479         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4480         isearch-toggle-regexp and isearch-edit-string to doc string.
4482 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4484         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4485         as font-lock-beginning-of-syntax-function in font-lock-defaults.
4487         * jit-lock.el (jit-lock-fontify-now): Don't bind
4488         font-lock-beginning-of-syntax-function to nil.
4490 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4492         * mail/emacsbug.el (report-emacs-bug): Report values of
4493         locale-coding-system, default-enable-multibyte-characters, and the
4494         environment variables LC_ALL, LC_TYPE, and LANG.
4496 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4498         * font-lock.el (font-lock-default-fontify-region): Fix last change.
4500         * font-lock.el (font-lock-multiline): Default to nil.
4501         (font-lock-default-fontify-region): If font-lock-multiline is
4502         nil, don't check the property `font-lock-multiline'.
4504         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4505         is nil, don't check the `font-lock-multiline' text property.
4507 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4509         * viper.el: Call initial-major-mode on startup.
4511         * ediff.el (ediff-patch-file): Use better defaults.
4513         * ediff-vers.el: Fix for 8+3 DOS file systems.
4515 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
4517         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4518         diff mode, if available.
4520 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4522         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4524         * ediff-init.el (subst-char-in-string): Define and use it, unless
4525         it's already defined.
4527 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
4529         * tooltip.el (tooltip-hide-delay): New user-option.
4530         (tooltip-show): Use tooltip-hide-delay instead of the default.
4532 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
4534         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4535         kill-local-variable doesn't work for enable-multibyte-characters.
4537 2001-01-17  Dave Love  <fx@gnu.org>
4539         * ediff-init.el (ediff-before-setup-hook)
4540         (ediff-merge-filename-prefix): Add :version.
4542         * international/latin1-disp.el: Require disp-table.
4543         (latin1-display): Fix :set.
4545         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4547 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
4549         * isearch.el (isearch-lazy-highlight-initial-delay)
4550         (isearch-lazy-highlight-interval): Default to 0.
4552 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
4554         * isearch.el (isearch-highlight): Set isearch-overlay priority to
4555         1 here rather than each time through
4556         isearch-lazy-highlight-new-loop.
4557         (isearch-lazy-highlight-max): Variable deleted.
4558         (isearch-lazy-highlight-max-at-a-time): New user variable, like
4559         isearch-lazy-highlight-max but controls a single invocation of
4560         isearch-lazy-highlight-update.
4561         (isearch-lazy-highlight-wrapped): Variable recreated.
4562         (isearch-lazy-highlight-window-start): New variable.
4563         (isearch-lazy-highlight-cleanup): Restored to behavior of
4564         before 2-Jan.
4565         (isearch-lazy-highlight-remove-overlays): Function deleted;
4566         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
4567         behavior removed.
4568         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4569         isearch-lazy-highlight-update in a loop rather than just once.
4570         Test isearch-invalid-regexp here and decide not to start a new
4571         loop, rather than testing it each time through
4572         isearch-lazy-highlight-update.
4573         (isearch-lazy-highlight-search): Function restored.
4574         (isearch-lazy-highlight-update): Get called in a timer loop again,
4575         but this time highlight more than one match each time through.
4576         Only highlight matches in the visible part of the window.
4577         Start at point, move in the direction of the search, and wrap around at
4578         the edge of the window.  Use sit-for to force redisplay and ensure
4579         window-start is credible.  "Face suppressing" behavior removed;
4580         overlay priorities should make it unnecessary, right?
4581         (isearch-highlight): Face suppressing behavior removed.
4582         (isearch-dehighlight): Face suppressing behavior removed.
4583         (isearch-set-lazy-highlight-faces-at): Removed.
4585 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
4587         * language/european.el ("Latin-1"): Make the format of description
4588         about additional language environments same as that of Latin-2.
4590 2001-01-16  Dave Love  <fx@gnu.org>
4592         * isearch.el (isearch-lazy-highlight): Add :version.
4594         * simple.el (backward-delete-char-untabify-method)
4595         (next-line-add-newlines): Add :version.
4597 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
4599         * bindings.el: Bind <backspace> and <delete> via function-key-map.
4600         Don't bind <delete> otherwise.
4602         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4603         and <delete> via function-key-map.
4605         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4606         Subject line only if point is after the `Subject:'.
4608 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
4610         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4611         japanese-jisx0213-2 in `charset' property of this lang. env.
4613         * language/european.el ("Latin-1"): Add description for Dutch and
4614         Spanish lang. env.
4616         * international/mule.el (decode-char): Fix conditions.
4617         (encode-char): Handle eight-bit-control too.
4618         (transform-make-coding-system-args): New function.
4619         (make-coding-system): Accept XEmacs style arguments for CCL base
4620         coding system.
4622 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
4624         * progmodes/etags.el (find-tag-noselect): Save the value of
4625         tags-file-name before switching buffers, for the case it has a
4626         buffer-local value.
4628 2001-01-15  Alex Schroeder  <alex@gnu.org>
4630         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4631         From Dave Love <fx@gnu.org>.
4632         (ansi-color-for-comint-mode): Fix :version.
4634 2001-01-15  Alex Schroeder  <alex@gnu.org>
4636         * ansi-color.el (ansi-color-unfontify-region): Doc change.
4638 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
4640         * dired.el (dired-insert-directory): If file-system-info fails,
4641         remove the " free " part, but don't signal an error.
4643 2001-01-12  Sam Steingold  <sds@gnu.org>
4645         * bookmark.el (bookmark-maybe-historicize-string):
4646         Use new backquote syntax.
4648 2001-01-12  Richard M. Stallman  <rms@gnu.org>
4650         * subr.el (last): Handle a list that doesn't end in nil.
4652 2001-01-12  Sam Steingold  <sds@gnu.org>
4654         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4655         to `backward-delete-char-untabify'.
4657 2001-01-12  Dave Love  <fx@gnu.org>
4659         * cus-edit.el (customize-menu-create): Fix the :filter following
4660         easymenu change.
4662         * wid-edit.el (function): Add :match-alternatives.
4663         (widget-color-action): Doc fix.
4665 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
4667         * calendar/calendar.el (calendar-basic-setup): Doc fix.
4669 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
4671         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4673         * international/ccl.el (define-ccl-program): Fix docstring.
4675 2001-01-11  Dave Love  <fx@gnu.org>
4677         * international/mule-cmds.el (standard-display-european-internal):
4678         Set display table for 2208 as for 160.
4680         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4682         * progmodes/fortran.el (fortran-mode-map): Modify Customization
4683         entry for custom-menu-create change.
4684         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
4685         don't cons it in the search loop.
4687         * imenu.el (imenu--truncate-items): Revert last change.
4689 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4691         * info.el (Info-setup-header-line): If the node header includes
4692         either Next: or Prev: links, don't show the File: and Node: parts
4693         in the header line.
4695 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
4697         * comint.el (comint-goto-process-mark): Don't print a message
4698         when running in batch mode.
4700         * isearch.el (isearch-search): In the condition-case handler for
4701         `error', set isearch-invalid-regexp to the whole error message.
4703         * subr.el (eval-after-load): Call load-symbol-file-load-history to
4704         ensure that eval-after-load works for files dumped with Emacs.
4706         * help.el (load-symbol-file-load-history): New function extracted
4707         from function symbol-file.
4708         (symbol-file): Use it.
4710         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4712 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4714         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4715         behave as if there were no prefix argument.
4716         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4717         argument were nil.
4719 2001-01-11  Richard M. Stallman  <rms@gnu.org>
4721         * isearch.el (isearch-lazy-highlight-update):
4722         Don't look for more potential matches once maximum is exceeded.
4723         Use overlays-in to check correctly for overlap with current match.
4724         Ignore empty matches.
4726 2001-01-11  Miles Bader  <miles@gnu.org>
4728         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4729         (ispell-overlay-window, ispell-help, ispell-show-choices)
4730         (ispell-command-loop): Use it instead of `window-height'.
4732 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4734         * files.el (confirm-kill-emacs): New user-option.
4735         (save-buffers-kill-emacs): Ask for final confirmation before
4736         killing Emacs.
4738         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4739         to nil.
4741 2001-01-10  Dave Love  <fx@gnu.org>
4743         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4745         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4747         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4749         * calculator.el (calculator-number-digits): Fix :type.
4751         * vc-cvs.el (vc-cvs-header): Fix :type.
4752         * vc-rcs.el (vc-rcs-header): Fix :type.
4753         * vc-sccs.el (vc-sccs-header): Fix :type.
4755         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4757         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4759         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4761 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4763         * simple.el (set-variable): Force a thorough redisplay for the
4764         case that the variable has an effect on the display, like
4765         `tab-width' has.
4767 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
4769         * vc.el: Add documentation for backend interface.
4771 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
4773         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4775         * international/mule-conf.el (latin-extra-code-table): Set to t
4776         for \223 and \224.
4778 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4780         * international/mule-cmds.el (locale-language-names): Map "es" to
4781         "Spanish" and "nl" to "Dutch".
4783 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
4785         * bindings.el (global-map): Bind <home> to beginning-of-line,
4786         <end> to end-of-line, C-<home> to beginning-of-buffer, and
4787         C-<end> to end-of-buffer.
4789         * language/european.el: Add Dutch and Spanish language info
4790         to be able to use the appropriate tutorials.
4792 2001-01-09  Alex Schroeder  <alex@gnu.org>
4794         * ansi-color.el (ansi-color-process-output): Use markers instead
4795         of positions for start and end of region.
4796         (ansi-color-apply-on-region): Rewrote code to make it more robust.
4797         Previously, occasional mistakes happend when fontifying many
4798         chunks of output (eg. ls --color=yes /dev).  This happened
4799         whenever an overlay was created up to the end of the region, which
4800         coincided with the process-mark.  New text would then be added
4801         within that overlay instead of after it.
4802         (ansi-color-make-extent): Overlays are created with the property
4803         `modification-hooks' set to '(ansi-color-freeze-overlay).
4804         (ansi-color-freeze-overlay): New function.  When inserting text at
4805         the end of the overlay, the overlay will resize.
4807 2000-01-09  Alex Schroeder  <alex@gnu.org>
4809         * ansi-color.el (ansi-color-process-output): Doc change.
4810         (ansi-color-unfontify-region): Doc change.  No longer installed
4811         automatically in font-lock-unfontify-region-function.
4812         (ansi-color-apply): Doc change.
4813         (ansi-color-apply-on-region): Use extents or overlays instead of
4814         text-properties.
4815         (ansi-color-make-extent): New function.
4816         (ansi-color-set-extent-face): New function.
4818 2000-01-09  Alex Schroeder  <alex@gnu.org>
4820         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4821         both use ansi-color-process-output, now.
4822         (ansi-color-process-output): Doesn't return string anymore.  It is
4823         installed in comint-output-filter-functions for both Emacs and
4824         XEmacs, now.
4825         (ansi-color-unfontify-region): Simplified code removing variables
4826         pos and start-ansi.
4827         (ansi-color-apply): Put text-property ansi-color before putting
4828         text-property face because ansi-color-unfontify-region is called
4829         immediately after the call to put-text-property.
4830         (ansi-color-context-region): Doc change.
4831         (ansi-color-filter-region): Simplified code.
4832         (ansi-color-apply-on-region): Changed start to start-marker, using
4833         a marker explicitly.  Put text-property ansi-color before putting
4834         text-property face because ansi-color-unfontify-region is called
4835         immediately after the call to put-text-property.
4837 2000-01-09  Alex Schroeder  <alex@gnu.org>
4839         * ansi-color.el (ansi-color-faces-vector): Doc change.
4840         (ansi-color-for-comint-mode): Changed :type property to choice.
4841         (ansi-color-last-context): Removed.
4842         (ansi-color-process-output): Don't use ansi-color-last-context, as
4843         the main functions will store their context now.
4844         (ansi-color-context): Doc change.
4845         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4846         Uses ansi-color-context such that repeated calls will strip
4847         partial escape sequences, too.
4848         (ansi-color-apply): Simplified code.  Colorize end of string if
4849         face is not null.  Store context in new (FACE STRING) format, such
4850         that repeated calls will strip partial escape sequences, too.
4851         Append faces to face property using ansi-color-apply-sequence such
4852         that cumulative mode actually works.
4853         (ansi-color-context-region): New variable.
4854         (ansi-color-filter-region): Rewrote it based on
4855         ansi-color-apply-on-region.  Uses ansi-color-context-region such
4856         that repeated calls will strip partial escape sequences, too.
4857         (ansi-color-apply-on-region): Simplified code.  Colorize end of
4858         region if face is not null.  Store context in new (FACE POS)
4859         format, such that repeated calls will strip partial escape
4860         sequences, too.  Append faces to face property using
4861         ansi-color-apply-sequence such that cumulative mode actually works.
4862         (ansi-color-apply-sequence): New function.
4863         (ansi-color-get-face): When the default face is added to the list
4864         of faces, all previous settings are discarded and the list of
4865         faces is set to '(default).
4867 2000-01-09  Alex Schroeder  <alex@gnu.org>
4869         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4870         face, such that ansi-color-apply and ansi-color-apply-on-region
4871         will do the right thing.
4872         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4873         returns nil, set the list of faces back to nil instead of
4874         appending the result of ansi-color-get-face to the front of the list.
4876 2000-01-09  Alex Schroeder  <alex@gnu.org>
4878         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4879         (ansi-color-process): Doc change.
4880         (ansi-color-last-context): New buffer-local variable.
4881         (ansi-color-process-output): New function.  It is automatically
4882         added to comint-output-filter-functions if this is XEmacs.
4883         (ansi-color-unfontify-region): New optional parameter for XEmacs
4884         compatibility.  Check wether font-lock-syntactic-keywords is
4885         boundp before removing the syntax table text property, as XEmacs
4886         doesn't have it.
4887         (ansi-color-filter-region): Doc change.
4888         (ansi-color-apply-on-region): Doc change.
4889         (ansi-color-make-face): New function.  Compatibility layer for
4890         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
4891         (ansi-color-make-color-map): Use ansi-color-make-face.
4892         (ansi-color-get-face): Avoid face text property '(nil) as results
4893         in an errow for XEmacs.
4895 2000-01-09  Alex Schroeder  <alex@gnu.org>
4897         * ansi-color.el (ansi-color-unfontify-region): New function.
4898         Uses text-property ansi-color in order to preserve fontification by
4899         ansi-color.  When the package is loaded, a lambda expression is
4900         put onto font-lock-mode-hook.  This lambda expression will check
4901         font-lock-unfontify-region-function and replace
4902         font-lock-default-unfontify-region with ansi-color-unfontify-region.
4903         (ansi-color-apply): Add text-property ansi-color in addition to
4904         text-property face.
4905         (ansi-color-apply-on-region): Add text-property ansi-color in
4906         addition to text-property face.
4907         (save-buffer-state): Copy of the macro that is also used by
4908         lazy-lock and font-lock.
4910         (ansi-color-for-comint-mode): New option.
4911         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4912         (ansi-color-for-comint-mode-off): Ditto.
4913         (ansi-color-for-comint-mode-filter): Ditto.
4914         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
4915         decide what to do.  This function is added to
4916         comint-preoutput-filter-functions when the package is loaded.
4918         (ansi-color-for-shell-mode-set): Removed.
4919         (ansi-color-for-shell-mode): Removed.
4921 2000-01-09  Alex Schroeder  <alex@gnu.org>
4923         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4924         the lambda expression from the ansi-color-for-shell-mode :set
4925         property.  Additionally, modify shell-mode-hook to enable or
4926         disable font-lock-mode for future shell buffers.
4927         (ansi-color-for-shell-mode): The :set property calls
4928         ansi-color-for-shell-mode-set instead of a lambda expression.
4930 2000-01-09  Alex Schroeder  <alex@gnu.org>
4932         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4933         (ansi-color-context): New variable.
4934         (ansi-color-apply): Save context between calls.
4936 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
4938         * isearch.el (isearch, isearch-lazy-highlight-face):
4939         New definitions for face colors and attributes.
4941         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4942         of display-mouse-p.
4944 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4946         * international/mule.el (make-coding-system): If the coding system
4947         accepts extra latin codes, register such codes as safe for the
4948         coding system.
4950 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4952         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4953         don't mention the file name or the date here, because they are
4954         logged at the start of the file.
4956 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4958         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4959         Change screen-width to frame-width.
4961 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4963         * info.el (Info-search): Print the default as part of the prompt.
4965 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
4967         * vc.el (vc-default-latest-on-branch-p): New function, replaces
4968         constant implementations in backends.
4970         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4971         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4973         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4974         WRITABLE to EDITABLE.
4976         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4977         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4978         to EDITABLE.
4980 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4982         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
4983         (copyright, copyright-update): Compute the current year at run time.
4985 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
4987         * isearch.el (isearch-old-signal-hook): Removed.
4988         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4989         instead of setting signal-hook-function.
4990         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4992 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
4994         * emulation/edt.el: Update to version 4.0.  Provide support for
4995         EDT scroll margins at top and bottom of the window.  Provide an
4996         emulation of the EDT SUBS command (bound to GOLD-Enter, by
4997         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
4998         user when file-related buffer modifications exist.
4999         Provide support for running EDT Emulation in XEmacs.
5000         Provide customize access to some user updatable variables.
5001         Add Commentary section to file header.
5002         Fixed a few minor bugs and cleaned up some code.
5004         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
5005         for detecting a keypress that generates an ASCII key sequence.
5006         (Previously, only a keypress that generates a vector was
5007         recognized.)  Embed Window Manager name into name of the generated
5008         EDT Emulation initialization file since the initialization file is
5009         Window Manager specific.  Add Commentary section to file header.
5011 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
5013         * mail/sendmail.el (mail-mode): Doc fix.
5015         * info.el (Info-goto-emacs-command-node): Doc fix.
5016         (Info-goto-emacs-key-command-node): Doc fix.
5018 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5020         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5021         systems without long file-name support.
5023 2001-01-06  Andrew Innes  <andrewi@gnu.org>
5025         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5027 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
5029         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5030         (isearch-lazy-highlight-update): Doc fix.
5032         * ffap.el (ffap-bindings): Doc fix.
5034         * dired-x.el (dired-virtual-guess-dir): Doc fix.
5036 2001-01-05  Dave Love  <fx@gnu.org>
5038         * emacs-lisp/cl-seq.el (remove, remq): Remove.
5040 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
5042         * mouse-drag.el (mouse-drag-safe-scroll):
5043         Bind scroll-preserve-screen-position to nil.
5045         * isearch.el (isearch-old-signal-hook): New variable.
5046         (isearch-mode): Set signal-hook-function to isearch-done.
5047         (isearch-done): Restore old signal-hook-function.
5049         * info.el (Info-fontify-node): Mark one more char as intangible.
5051 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
5053         * composite.el (compose-last-chars): New argument COMPONENTS.
5054         If it is non-nil, compose preceding characters by compose-region with
5055         COMPONENTS.
5057         * international/quail.el (quail-input-string-to-events): New function.
5058         (quail-input-method): Convert input string to events here.
5059         (quail-start-translation): Return input string, not event list.
5060         (quail-start-conversion): Likewise.
5062 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
5064         * tooltip.el (tooltip-cancel-delayed-tip)
5065         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5066         and tooltip-add-timeout.
5067         (tooltip-show): Set border color from faces's foreground.
5068         (tooltip-show-help-function): If called with the same help string
5069         as last time, do nothing.
5070         (tooltip-help-tips): Don't set tooltip-help-message to nil.
5072         * startup.el (fancy-splash-screens): Don't bind show-help-function
5073         to nil.
5075         * tooltip.el (tooltip-frame-parameters): Remove colors.
5076         (tooltip): New face
5077         (tooltip-set-param): New function.
5078         (tooltip-show): Set up color frame parameters from face `tooltip'.
5079         Display the tooltip text in face `tooltip'.
5081 2001-01-04  Dave Love  <fx@gnu.org>
5083         * whitespace.el (whitespace-global-mode): Fix typo.
5085         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5087 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
5089         * help.el (help-for-help): Fix a typo in a doc string.
5090         From kwzh@gnu.org (Karl Heuer).
5092 2001-01-03  Dave Love  <fx@gnu.org>
5094         * dired-x.el: Doc fixes.  Maintainer change.
5095         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5096         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5097         (dired-guess-shell-alist-user): Customize.
5098         (dired-x-help-address): Set to bug-gnu-emacs.
5099         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5100         (dired-default-directory): Renamed from default-directory.
5102         * hl-line.el (hl-line): Doc fix.
5104 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
5106         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5108 2001-01-02  Richard M. Stallman  <rms@gnu.org>
5110         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5111         to remove all the current alternative-match highlighting.
5112         If nil, remove only what's outside the current window.
5113         (isearch-lazy-highlight-remove-overlays): Take optional
5114         region within which NOT to remove them.
5115         (isearch-lazy-highlight-new-loop): Greatly simplified.
5116         (isearch-lazy-highlight-update): Find all the other occurrences
5117         visible in the window, in just one call.
5118         (isearch-lazy-highlight-start): Now holds start of region to scan.
5119         (isearch-lazy-highlight-end): Now holds end of region to scan.
5120         (isearch-lazy-highlight-wrapped): Variable deleted.
5121         (isearch-lazy-highlight-search): Function deleted.
5123 2000-01-02  Andrew Innes  <andrewi@gnu.org>
5125         * w32-fns.el (convert-standard-filename): Do length check on name
5126         before aref.
5128 2001-01-02  Dave Love  <fx@gnu.org>
5130         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5131         value.
5132         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5134         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5136         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5137         read syntax.
5139         * calendar/todo-mode.el (todo): Add :link, :version.
5140         (todo-save-top-priorities): Remove autoload cookie.
5141         (todo-add-category, todo-add-item-non-interactively)
5142         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5144 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
5146         * comint.el (comint-input-history-ignore): New variable.
5147         (comint-read-input-ring): Ignore entries matching
5148         comint-input-history-ignore.
5150 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
5152         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5153         (lm-copyright-mark): New function.
5154         (lm-crack-copyright): New function.
5155         (lm-verify): Check that the file has a copyright.
5156         Check that the file is copyright Free Software Foundation.
5158 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
5160         * international/mule-diag.el (print-fontset): Indent font name by
5161         24 columns, not 25.
5163 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
5165         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5166         in Subject line.
5168         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5169         Use mail-mode-hook instead of mail-setup-hook.
5170         Otherwise continuing an interrupted message with C-u C-x m for
5171         instance, winds up in Mail mode without abbrevs.
5173 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5175         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5176         non-nil.  Adding almost all customization variables on ps-setup.
5177         Doc fix.
5178         (ps-print-version): New version number (6.3.3).
5179         (ps-end-with-control-d): Initialization fix.
5180         (ps-lines-printed): New var.
5181         (ps-skip-newline): New fun.
5182         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5183         (ps-next-line, ps-continue-line, ps-plot-region)
5184         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5186 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
5188         * international/fontset.el (x-complement-fontset-spec):
5189         Resolve ASCII font name so that the same family name is used for fonts
5190         registered in x-font-name-charset-alist.
5191         (create-fontset-from-fontset-spec): Adjusted for the above change.
5192         The name of fontset alias should be a unresolved ASCII font name.
5194 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
5196         * simple.el (delete-key-deletes-forward-mode): Bind backspace
5197         and delete in isearch-mode-map.
5199 2000-12-28  Richard M. Stallman  <rms@gnu.org>
5201         * dired-x.el (dired-guess-shell-alist-default):
5202         Use xpdf instead of acroread.
5204 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
5206         * textmodes/artist.el (artist-butlast): Deleted.
5207         (artist-ellipse-mirror-quadrant): Use butlast instead of
5208         artist-butlast.
5210         * subr.el (butlast, nbutlast): Moved from cl.el to here.
5212         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5214 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5216         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5218         * ls-lisp.el: Better support for the Mac and MS-Windows.
5219         (ls-lisp): New defgroup.
5220         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5221         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5222         (ls-lisp-support-shell-wildcards): New defcustoms.
5223         (ls-lisp-parse-symlink): New function.
5224         (insert-directory): Code to convert switches to a list and set up
5225         the wildcard argument copied from ls-lisp-insert-directory.
5226         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
5227         for -C and -R switches.
5228         (ls-lisp-column-format): New function.
5229         (ls-lisp-delete-matching, ls-lisp-handle-switches)
5230         (ls-lisp-format-time): Add doc strings.
5231         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5232         Support ls-lisp-dirs-first.
5233         (ls-lisp-classify, ls-lisp-extension): New functions.
5234         (ls-lisp-format): Optionally support emulation of symlinks.
5235         Support -i, -s, and -G switches.
5237 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
5239         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5241         * version.el (emacs-version): Print X scroll bar information.
5243         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5244         instead of x-toolkit-scroll-bars-p.
5246         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5247         of x-toolkit-scroll-bars-p.
5249 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5251         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5252         (ffap-bindings): Doc fix, to reflect the above change.
5254 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
5256         * term.el (term-char-mode): Define all non-ascii self-inserting
5257         characters to 'term-send-raw in term-raw-map.
5259 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
5261         * viper-init (viper-restore-cursor-type): Added condition-case guard.
5263         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5264         Changed initialization; use add-hook.
5265         (ediff-file-remote-p): Use file-local-copy.
5267         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5269         * ediff.el (ediff-patch-buffer): Bug fix.
5270         (ediff-revision): Allow selection of the file at the prompt.
5272 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
5274         * subr.el (combine-run-hooks): Remove.
5276         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5277         and remove the rogue second spec.
5279 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
5281         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5283 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
5285         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5286         Use minibuffer menu prompt for the `=' prefix.
5287         (smerge-command-prefix): Change default to C-^.
5288         (smerge-mode): Don't assume font-lock doesn't move point.
5290         * skeleton.el (skeleton-internal-1): Make sure the first line of
5291         the region is also re-indented.
5292         (skeleton-end-newline): New var.
5293         (skeleton-end-hook): Use it.
5295 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5297         * comint.el (comint-password-prompt-regexp): Support CVS.
5299 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
5301         * simple.el (delete-key-deletes-forward-mode): Simplify.
5302         Also backspace key combinations, depending on
5303         delete-key-deletes-forward.
5305         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5307         * simple.el (delete-key-deletes-forward): Doc fix.
5309 2000-08-22  Emmanuel Briot  <briot@gnat.com>
5311         * xml.el (top level comment): Updated to reflect the fact that
5312         white spaces are relevant in the XML file.
5313         (xml-parse-file): Do not kill an existing Emacs buffer if the file
5314         to parse was already edited. This allows for on-the-fly analysis
5315         of XML files.
5316         (xml-parse-tag): Check that the casing is the same in the start
5317         tag and end tag, since XML is case-sensitive.  Allows for spaces
5318         in the end tag, after the name of the tag.
5319         (xml-parse-attlist): Allow for the character '-' in the name of
5320         attributes, as in the standard http-equiv attribute Do not save
5321         the properties in the XML tree, since they are not relevant.
5323 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
5325         * generic.el (generic-read-type): Undo last change, inline into
5326         `generic-mode' and then remove.
5327         (generic-mode): Inline generic-read-type.
5328         (define-generic-mode): Push the symbol name rather than the symbol
5329         onto generic-mode-list.
5331 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
5333         * generic.el (generic-read-type): Build an alist for
5334         completing-read as in 20.7.
5336         * play/landmark.el (lm): Use interactive spec `P'.
5337         (toplevel): Don't set debug-on-error.
5339         * server.el (server-switch-buffer): Choose a window on a visible frame.
5341 2000-12-21  Dave Pearson  <davep@davep.org>
5343         * quickurl.el: Commentry change, I've moved my web site.
5345 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5347         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5348         ranges like \177-\237, but accepts the character sequence from \177 to
5349         \237.  Doc fix.
5350         (ebnf-version): New version (3.4).
5351         (ebnf-setup): Code fix.
5352         (ebnf-range-regexp): New fun.
5353         (ebnf-8-bit-chars): Const fix.
5355         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5356         entry.  Doc fix.
5357         (ebnf-bnf-lex): Code fix.
5358         (ebnf-bnf-comment-chars): Const fix.
5360         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5361         entry.  Doc fix.
5362         (ebnf-iso-comment-chars): Const fix.
5364         * ebnf-otz.el: Doc fix.
5366         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5367         entry.  Doc fix.
5368         (ebnf-yac-skip-code): Code fix.
5369         (ebnf-yac-comment-chars): Const fix.
5371 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
5373         * files.el (insert-directory-safely): New function.
5374         (recover-file): Use it instead of insert-directory.
5375         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5377 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5379         * international/mule-cmds.el (select-safe-coding-system):
5380         Check coding-category-list more rigidly.  Improve help message.
5382         * dired.el (dired-move-to-filename-regexp): Fix previous change.
5384 2000-12-21  Miles Bader  <miles@gnu.org>
5386         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5388 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5390         * international/mule-diag.el (describe-char-after): Make *Help*
5391         buffer inherit multibyteness of the current buffer.
5393         * international/mule.el (make-char): Docstring adjusted for the
5394         change of make-char-internal.
5396 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
5398         * international/iso-cvt.el: Docstrings fix.
5400 2000-12-20  Dave Love  <fx@gnu.org>
5402         * subr.el (eval-after-load): Doc fix.
5404 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
5406         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5407         for numbers.
5409 2000-12-20  Miles Bader  <miles@gnu.org>
5411         * international/quail.el (quail-help): Resize the help window
5412         again after it has all its contents.  Remove unneeded progn.
5414 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
5416         * pcmpl-linux.el: Fix copy/paste error.
5418 2000-12-19  Andrew Innes  <andrewi@gnu.org>
5420         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5422 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5424         * progmodes/idlw-rinfo.el: Fixed copyright notice.
5426         * progmodes/idlw-toolbar.el: Fixed copyright notice.
5428         * progmodes/idlw-shell.el: Fixed copyright notice.
5430         * progmodes/idlwave.el: Fixed copyright notice.
5432         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5433         TAB as key separators.
5435 2000-12-19  Alex Schroeder  <alex@gnu.org>
5437         * sql.el (sql-sybase-options): New option.
5438         (sql-sybase): Use it.  Add sql-database to the list of parameters
5439         provided for login.  The options -w 2048 -n are not used any more.
5440         (sql-postgres-options): Changed default from "--pset" to "-P".
5441         (sql-mysql-options): Doc change.
5442         (sql-stop): Doc change.
5444 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
5446         * international/quail.el (quail-input-method): Always hide
5447         the guidance buffer on exiting.
5449 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5451         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5452         isn't fboundp.
5454         * server.el (server-buffer-done): Bury the buffer before
5455         killing it.
5457         * faces.el (face-spec-set): Interpret a nil in specs for
5458         foreground and background colors as `unspecified', for
5459         compatibility with 20.x.
5461 2000-12-18  Dave Love  <fx@gnu.org>
5463         * simple.el (mail-user-agent): Doc fix.
5464         (input-mode-8-bit): Removed.
5466         * international/mule.el (set-keyboard-coding-system): Doc fix.
5467         (keyboard-coding-system): New option.
5469         * mail/sendmail.el (send-mail-function): Customize.
5471 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
5473         * international/codepage.el (cp866-decode-table): New table.
5475 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5477         * version.el (emacs-version): Remove `%a' from the time format
5478         because the weekday doesn't fit well into each locale.
5480 2000-12-18  Miles Bader  <miles@gnu.org>
5482         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5484         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5485         Check that emacs-major-version is `=' to 20, not `>='.
5486         (artist-replace-chars): Use `make-string' instead of a loop.
5488 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
5490         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5491         (cvs-execute-single-file): Don't change directory.
5492         Patch from Per Cederqvist.
5494 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5496         * textmodes/ispell.el (check-ispell-version):
5497         If `ispell-program-name' is "aspell", pass it the -v switch instead
5498         of -vv.
5500 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
5502         * international/mule-diag.el (mule-diag): Insert information about
5503         configure options, multibyte awareness, language env.
5505         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5506         regexp to search for candidates.
5508 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5510         * info.el (Info-forward-node): If the node has an
5511         Info-header-line, widen the buffer before searching for "next:"
5512         and "up:" pointers, and set the search limit to stay in the
5513         current node.
5515 2000-12-16  Miles Bader  <miles@gnu.org>
5517         * simple.el (delete-trailing-whitespace): Remove extraneous let.
5519 2000-12-15  Miles Bader  <miles@gnu.org>
5521         * comint.el (comint-send-string, comint-send-region): Also accept
5522         a buffer, buffer-name, or nil for PROCESS, for compatibility with
5523         process-send-string/region.
5525 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
5527         * isearch.el (isearch-lazy-highlight-max): New user-option.
5528         (isearch-lazy-highlight-update): Don't highlight more than
5529         isearch-lazy-highlight-max matches.
5531         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5533 2000-12-15  Richard M. Stallman  <rms@gnu.org>
5535         * sort.el (sort-columns): Fix error message.
5537         * dabbrev.el (dabbrev--last-case-pattern): Value is now
5538         `upcase' or `downcase' or nil.
5539         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5540         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5541         (dabbrev--substitute-expansion): New arg record-case-pattern.
5542         If it is non-nil, set dabbrev--last-case-pattern.
5543         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5545         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5547 2000-12-15  Miles Bader  <miles@gnu.org>
5549         * paths.el (Info-default-directory-list): Don't delete
5550         configure-info-directory from the list of standard info
5551         directories when appending it to the end -- their order is important.
5553         * faces.el (read-face-attribute): If there's no entry for the
5554         user's input in VALID, just use it as-is (this will often result
5555         in an error, but it may be OK for e.g. colors using hexadecimal
5556         notation, and at least will yield a better error message).
5558         * window.el (mode-line-window-height-fudge): Function removed.
5559         (height-affecting-face-attributes, mode-line-window-height-fudge):
5560         Variables removed.
5561         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5562         window is really the right size.  Use vertical-motion
5563         rather than forward-line.
5564         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5565         (ispell-command-loop, ispell-show-choices): Use the variable
5566         ispell-choices-win-default-height, rather than the function.
5567         (ispell-choices-win-default-height): Function removed.
5568         (ispell-mode-line-window-height-fudge): Function removed.
5570 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
5572         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5574 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5576         * paths.el (Info-default-directory-list):
5577         If configure-info-directory is not one of the standard directories,
5578         put it first in the list; otherwise put it last.  Doc string
5579         changed accordingly.
5581         * info.el (Info-directory-list): Change doc string to reflect the
5582         change in Info-default-directory-list.
5584         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5585         windows-nt as windowed environments, even under -nw.
5587         * startup.el (command-line): Don't call x-backspace-delete-keys-p
5588         if not fboundp.  Switch delete-forward mode for the <delete> key
5589         on all PC platforms, even under -nw.
5591         * term/internal.el ([M-delete]): Remap to M-d.
5593 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5595         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5597 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5599         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5601 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5603         * startup.el (command-line): Call delete-key-deletes-forward-mode,
5604         if appropriate.
5606         * simple.el (delete-key-deletes-forward): New user-option.
5607         (delete-key-deletes-forward-mode): New function.
5609         * bindings.el: Bind `delete' to backward-delete-char.
5611         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5612         Test if symbol is bound before getting its value.
5614         * tooltip.el (tooltip-show): If an error is signaled in
5615         x-show-tip, display that error, and display the help in the
5616         echo area.
5618 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
5620         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5621         Show "... entries" messages for every 10000 entries, not 10.
5623 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
5625         * bookmark.el: Provide a generic exit hook, as suggested by
5626         Ovidiu Predescu <ovidiu@cup.hp.com>:
5627         (bookmark-exit-hook): New var.
5628         (bookmark-exit-hook-internal): New func, replaces
5629         old raw lambda form in `kill-emacs-hook', and runs new
5630         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
5631         as logically that feature must have been provided if this function
5632         is running.
5633         Removed ;;;###autoload before the `add-hook' call.
5635 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
5637         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5638         (easy-menu-current-active-maps): New function.
5639         (easy-menu-get-map): Use it.
5640         Make a proper menu entry when creating a new keymap.
5642 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
5644         * international/characters.el: Fix cases and syntaxes for
5645         mule-unicode-0100-24ff.
5647         * dired.el (dired-move-to-filename-regexp): Fixed for the case
5648         that a Japanese character is not appended after day and year.
5650         * info.el (Info-suffix-list): Change format for a command that
5651         requires arguments.
5652         (info-insert-file-contents): Adjusted for the above change.
5654 2000-12-12  Andreas Schwab  <schwab@suse.de>
5656         * tar-mode.el (tar-extract): Base the name of the subfile buffer
5657         on the name of the tar buffer.  Verify that the existing buffer is
5658         visiting the same subfile.
5660 2000-12-12  Dave Love  <fx@gnu.org>
5662         * subdirs.el: Add obsolete.
5664 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5666         * mail/rmailsum.el (rmail-summary-expunge)
5667         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5668         instead of rmail-confirm-expunge.
5670         * replace.el (perform-replace): Don't use an empty match adjacent
5671         to a non-empty match when computing the next match before the
5672         replacement is performed.
5674 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
5676         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5677         definition (patch by Stefan Monnier).
5678         (glasses-mode): Use jit-lock instead of `after-change-functions'
5679         (patch by Stefan Monnier).
5681 2000-12-12  Miles Bader  <miles@gnu.org>
5683         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5684         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5686 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
5688         * term/mac-win.el: Remove load for ls-lisp.
5690         * loadup.el: Load ls-lisp for system-type `macos'.
5692 2000-12-12  Miles Bader  <miles@gnu.org>
5694         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5695         Respect field end too.
5696         (just-one-space): Respect fields as `delete-horizontal-space'.
5697         (newline-and-indent, reindent-then-newline-and-indent):
5698         Use `delete-horizontal-space'.
5700 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
5702         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5703         (so as to obey the field property in the minibuffer).
5705         * obsolete/c-mode.el: Moved from lisp/progmodes.
5706         * obsolete/auto-show.el: Moved from lisp.
5707         * obsolete/ooutline.el: Moved from lisp/textmodes.
5709 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5711         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
5712         changes to list them here.
5714         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5715         Too many changes to list them here.
5717         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5718         Too many changes to list them here.
5720         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5722 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
5724         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5726         * cus-edit.el (custom-save-variables, custom-save-faces):
5727         Comment fix.
5729         * hscroll.el: Moved to `obsolete' subdir.
5731 2000-12-11  Miles Bader  <miles@gnu.org>
5733         * window.el (window-text-height): Function removed (now in C).
5735 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
5737         * log-edit.el (log-edit-parent-buffer): New var.
5738         (log-edit): Set it.  Add BUFFER argument.
5739         (log-edit-done): Use char-before.
5740         Don't bother checking validity of vc-comment-ring.
5741         Only bury the buffer if log-edit popped it up.
5743         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5744         (cvs-mode-diff-help): Remove.
5745         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5746         (cvs-mode-marked): Set up the default for CMD manually.
5748         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5749         Remove binding for ? now made unnecessary.
5751 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5753         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5754         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5756         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5757         when master file is not open.
5759 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5761         * progmodes/ada-stmt.el: Update `maintainer'.
5763 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
5765         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5766         choices to match documentation string.
5768 2000-12-09  Miles Bader  <miles@gnu.org>
5770         * minibuf-eldef.el: New file.
5772         * window.el (fit-window-to-buffer): Don't pass last argument to
5773         pos-visible-in-window-p, now that its meaning is inverted.
5775 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
5777         * image.el (create-image): Doc fix; spotted by Per Cederqvist
5778         <ceder@lysator.liu.se>.
5780 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
5782         * autoinsert.el (auto-insert-alist): Add missing final \n.
5784         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
5785         (cvs-menu-map): Remove.
5786         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5787         (cvs-mode-quit): Turn it back into a plain function.
5789         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5790         (texinfo-filter): Remove (move to texinfo.el).
5792         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5793         file where it's more visible.
5794         (texinfo-filter, texinfo-chapter-level-regexp): New variables
5795         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5796         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5797         (texinfo-inside-macro-p): Only catch `scan-error's.
5798         (texinfo-inside-env-p): Make better use of the match info.
5799         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5800         (texinfo-insert-@end): Slight re-organization.
5801         Also remove useless `looking-at' call.
5803 2000-12-08  Andrew Innes  <andrewi@gnu.org>
5805         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5806         accessible in -nw mode.
5808         * term/w32-win.el: Remove stuff about selection timeout, which is
5809         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
5810         it is accessible in -nw mode.
5812 2000-12-08  Dave Love  <fx@gnu.org>
5814         * emacs-lisp/lisp-mode.el (lisp-mode):
5815         Set font-lock-keywords-case-fold-search.
5817 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
5819         * textmodes/ispell.el (ispell): Doc fix.
5821 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
5823         * international/quail.el (quail-insert-decode-map): Check the
5824         frame width of a window displaying the current buffer, not that of
5825         the selected frame.
5826         (quail-help): Make sure that the help buffer has window before
5827         inserting text in it.
5829 2000-12-07  Sam Steingold  <sds@gnu.org>
5831         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5832         Backquote is used in isearch.el, so autoloading saves nothing.
5834 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
5836         * startup.el (normal-top-level-add-subdirs-to-load-path):
5837         Ignore the CVS and RCS subdirectories case-insensitively.
5839         * dired.el (dired-insert-directory): If file-system-info is
5840         fboundp, call it instead of invoking dired-free-space-program.
5842 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
5844         * server.el (server-visit-files): Push files on file-name-history.
5846         * progmodes/cc-langs.el: Update copyright.
5848         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5850         * bindings.el (mode-line-mode-menu): Add glasses-mode.
5852         * bindings.el (mode-line-mode-menu): Reverse the order
5853         of define-keys so that the menu appears in alphabetical order.
5855 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
5857         * progmodes/glasses.el (glasses-mode): Update mode line at the end
5858         of the function.
5860 2000-12-07  Dave Love  <fx@gnu.org>
5862         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5864         * facemenu.el (facemenu-unlisted-faces): Fix value.
5866 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5868         * font-lock.el (font-lock-default-fontify-region):
5869         Include the terminating \n (off-by-one error).
5870         (font-lock-set-defaults): Use dolist.
5872         * derived.el (define-derived-mode): Don't use combine-run-hooks.
5874 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
5876         * international/mule-cmds.el (describe-language-environment):
5877         Fix for the case that an input method title is not string but a list.
5879         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5880         of wrong SIZE record.
5882 2000-12-06  Dave Love  <fx@gnu.org>
5884         * newcomment.el (comment-region, comment-dwim): Doc fix.
5886         * textmodes/texinfo.el: Require tex-mode when compiling.
5887         (texinfo-update-node): Doc fix.
5888         (texinfo-imenu-generic-expression): Add @anchor.
5889         (texinfo-font-lock-keywords): Add @uref.
5890         (texinfo-inside-macro-p): Don't use ignore-errors.
5891         (texinfo-insert-quote): Match more contexts.
5893         * international/mule.el (decode-char, encode-char): Doc fix.
5894         (auto-coding-alist): Customize.
5896         * files.el (load-file): Fix change of 2000-03-12.
5898         * wid-edit.el (widget-text-keymap): Doc fix.
5900 2000-12-06  Andrew Innes  <andrewi@gnu.org>
5902         * makefile.w32-in (lisp): Set to an absolute directory, namely
5903         $(CURDIR).
5905 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5907         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5908         read generated-autoload-file, and set buffer-file-coding-system to
5909         raw-text-unix after reading the file.
5911         * international/mule-conf.el (file-coding-system-alist):
5912         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
5914 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
5916         * replace.el (occur): Make line-number-width 1 smaller for the
5917         colon following the line number.
5919         * startup.el (fancy-splash-text, command-line-1):
5920         Use `File' for the menu name instead of `Files'.
5922         * tmm.el: Update copyright.
5924         * cus-start.el: Add entry for even-window-heights.
5926 2000-12-06  Miles Bader  <miles@gnu.org>
5928         * faces.el (frame-set-background-mode): Avoid stomping on
5929         locally modified faces.
5931 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
5933         * international/fontset.el: Correct the font registries for
5934         japanese-jisx0213-1 and japanese-jisx0213-2.
5936 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
5938         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5940         * iswitchb.el: Update customization commentary.
5942 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
5944         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5945         (tpu-search-highlight): Fixed comparison of overlay end positions.
5946         (tpu-trim-line-ends): Implemented trimming logic locally.
5948         * emulation/tpu-extras.el (tpu-write-file-hook)
5949         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
5951 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
5953         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5954         to cn-gb.
5955         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5957 2000-12-04  Dave Love  <fx@gnu.org>
5959         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5961 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5963         * mail/rmailsum.el (rmail-summary-expunge)
5964         (rmail-summary-expunge-and-save): Ask for confirmation with
5965         rmail-expunge-confirmed.
5967         * mail/rmail.el (rmail-expunge-confirmed): New function.
5968         (rmail-expunge): Use it.
5970 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
5972         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
5973         (etags-recognize-tags-table, find-tag-in-order):
5974         New functionality: interpret file names as tags.
5976 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
5978         * info.el (Info-scroll-prefer-subnodes): New defcustom.
5979         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5980         the first subnode until the bottom of the current node is visible.
5982 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5984         * format.el (format-decode): Don't change buffer's undo list.
5986 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
5988         * faces.el (face-font-registry-alternatives): Add entries for CJK
5989         fonts.  Doc-string adjusted for the actual usage of this data.
5991         * international/fontset.el: Change the font registries for CJK
5992         fonts in the default fontset.  Don't append '*' to registries.
5994 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
5996         * emacs-lisp/easy-mmode.el (define-derived-mode)
5997         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5999         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6000         (derived-mode-p): New function.
6001         (derived-mode-make-docstring): Add `docstring' argument.
6002         Use it if available and complete it if necessary.
6004 2000-12-03  Andreas Schwab  <schwab@suse.de>
6006         * type-break.el (type-break): Don't make parent of itself.
6008 2000-12-03  Miles Bader  <miles@gnu.org>
6010         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6012 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6014         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6015         (tex-main-file, tex-file): Simplify.
6016         (tex-generate-zap-file-name): Use subst-char-in-string.
6017         (tex-strip-dots): Remove.
6019         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6021         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6022         to check if the match succeeded.
6024 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6026         * startup.el (use-fancy-splash-screens-p): New function.
6027         (command-line-1): Use it to determine whether or not to use
6028         a fancy splash screen.
6030 2000-12-02  Andreas Schwab  <schwab@suse.de>
6032         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6034 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6036         * international/mule.el (make-char): Fix last change.
6038         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6039         New defcustoms.
6040         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6041         autoloading tex-mode; instead, do the same manually.
6042         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
6043         with numeric argument.  Docstring fix.
6044         (toplevel): Require cl when compiling.
6046         * international/mule.el (make-char): Doc fix.
6048 2000-12-02  Jason Rumney  <jasonr@gnu.org>
6050         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6051         the Emacs Lisp manual)
6053 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
6055         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6057         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6058         the Emacs Lisp manual).
6060 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
6062         * simple.el (next-line-add-newlines): Change default to nil.
6064 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
6066         * files.el (revert-buffer, recover-file):
6067         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6069 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
6071         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6073 2000-12-01  Miles Bader  <miles@gnu.org>
6075         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6077 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
6079         * international/mule-diag.el (describe-char-after): Fix typo.
6080         (describe-character-set, non-iso-charset-alist): Fix typo.
6082 2000-12-01  Miles Bader  <miles@gnu.org>
6084         * image-file.el (image-file-name-regexp): Automatically add
6085         upper-case variants of each filename extension in
6086         `image-file-name-extensions', since they seem to be common.
6088         * simple.el (minibuffer-contents)
6089         (minibuffer-contents-no-properties, delete-minibuffer-contents):
6090         New functions.
6091         * filecache.el (file-cache-directory-name)
6092         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6094 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
6096         * filecache.el (file-cache-minibuffer-complete): Don't try to
6097         delete the minibuffer prompt.
6099 2000-11-30  Dave Love  <fx@gnu.org>
6101         * cus-start.el: Fix read-buffer-function type.
6103 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6105         * md5.el: Removed.  There's a built-in function, now.
6107 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
6109         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6110         as dummy 0-th char of rmail-deleted-vector.
6112 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
6114         * ps-print.el (ps-end-job): Bind case-fold-search only after
6115         switching to ps-spool-buffer.
6117 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6119         * ps-print.el: Line number font customization.  PostScript: Lines and
6120         PageCount are initialized on each page.  Doc Fix.
6121         (ps-print-version): New version number (6.3.2).
6122         (ps-lpr-switches, ps-font-info-database, ps-font-size)
6123         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6124         (ps-right-header): Customization fix.
6125         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6126         Fix code.
6127         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6128         New vars.
6130 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6132         * bs.el: Fix typos and spelling errors.
6133         (bs-appearance) <defgroup>: Renamed from bs-appearence.
6134         (bs-configuration): Doc fix.
6136         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
6138 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
6140         * emulation/tpu-edt.el (tpu-version): New version.
6141         (tpu-search-overlay, tpu-replace-overlay): New initial range.
6142         (tpu-original-mode-line): Variable deleted.
6143         (tpu-mark-flag): New initial value.
6144         (tpu-set-mode-line): Don't redefine mode-line-format.
6145         Add tpu-mark-flag to minor-mode-alist.
6146         (tpu-update-mode-line): New mark flag logic.
6147         (tpu-get): Use find-file-wildcards.
6148         (tpu-search-highlight): Move overlay less, reset overlay properly.
6149         (tpu-unselect): Deactivate mark.
6150         (tpu-lm-replace): Reset overlay properly.
6151         (tpu-forward-line): Use forward-visible-line.
6152         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
6154         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6156 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6158         * cus-edit.el (custom-face-value-create): Always emphasize tag.
6160 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6162         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6163         and skip whitespace and newlines.
6165 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
6167         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6169 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
6171         * help.el (describe-function-1): Regexp-quote function name
6172         when used as part of a regexp.
6174         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6175         Use face-attribute instead of face-foreground and face-background.
6176         (tool-bar-add-item): Likewise, and handle unspecified colors.
6178         * enriched.el (enriched-face-ans): Use face-attribute instead
6179         of face-foreground and face-background.
6181         * faces.el (face-foreground, face-background, face-stipple):
6182         Return nil if attribute is unspecified, for backward compatibility.
6184         * files.el (auto-mode-alist): Add an entry for antlr-mode.
6186         * play/5x5.el: Remove version info.
6188         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6190         * frame.el (blink-cursor-mode): Doc fix.
6192 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6194         * antlr-mode.el: New commands to run ANTLR from within Emacs and
6195         to create Makefile rules.
6196         (antlr-tool-command): New user option.
6197         (antlr-ask-about-save): New user option.
6198         (antlr-makefile-specification): New user option.
6199         (antlr-file-formats-alist): New variable.
6200         (antlr-special-file-formats): New variable.
6201         (antlr-unknown-file-formats): New user option.
6202         (antlr-help-unknown-file-text): New variable.
6203         (antlr-help-rules-intro): New variable.
6204         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6205         (antlr-mode-menu): Add entries.
6206         (antlr-file-dependencies): New function.
6207         (antlr-directory-dependencies): New function.
6208         (antlr-superclasses-glibs): New function.
6209         (antlr-run-tool): New command.
6210         (antlr-makefile-insert-variable): New function.
6211         (antlr-insert-makefile-rules): New function.
6212         (antlr-show-makefile-rules): New command.
6214         * antlr-mode.el: More Emacs/XEmacs stuff.
6215         (antlr-no-action-keywords): New constant with value nil.
6216         (antlr-font-lock-keywords-alist): Use it.  Old value would break
6217         syntax highlighting in Emacs-21.0.
6218         (antlr-default-directory): Emacs/XEmacs dependend function.
6219         (antlr-read-shell-command): Ditto.
6220         (antlr-with-displaying-help-buffer): Ditto.
6222 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6224         * antlr-mode.el: imenu, parsing and highlighting changes.
6225         (antlr-imenu-create-index-function): Don't create extra submenus
6226         for definitions in different grammar classes.  It is not necessary
6227         for the menu and would make command `imenu' awkward to use.
6228         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6229         header actions and more than one.
6230         (antlr-font-lock-tokendef-face): Changed color.
6231         (antlr-font-lock-tokenref-face): Changed color.
6232         (antlr-font-lock-additional-keywords): Also highlight lowercase.
6233         (antlr-mode-syntax-table): New variable.
6234         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6235         (antlr-with-syntax-table): Don't copy syntax table.
6237 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6239         * antlr-mode.el: Minor changes: language setting.
6240         (antlr-language-alist): The value for file option "language" can
6241         be both an identifier and a string.
6242         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6243         (antlr-language-limit-n-regexp): Change accordingly.
6245 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6247         * antlr-mode.el: Minor changes: tabs, hiding.
6248         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6249         (antlr-action-visibility): Also allow value nil to also hide the
6250         braces.  Renamed from `antlr-tiny-action-length'.
6251         Suggested by Jay@aol.com.
6252         (antlr-hide-actions): Change accordingly.  Hide line if completely
6253         hidden action is on a line of its own.
6255 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6257         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6259         * sort.el (sort-columns): Don't concat strings with numbers.
6261 2000-11-29  Dave Love  <fx@gnu.org>
6263         * cus-edit.el (face): Fix :format.
6265         * mail/feedmail.el: Require smtpmail when compiling.
6266         (mail-do-fcc): Autoload.
6267         (feedmail) <defgroup>: Fix :link.
6268         (feedmail-nuke-body-in-fcc): Fix :type.
6269         (feedmail-send-it): Add autoload cookie.
6271 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6273         * newcomment.el (comment-indent): Save excursion around call to
6274         comment-indent-function.
6276 2000-11-29  Miles Bader  <miles@gnu.org>
6278         * subr.el (member-ignore-case): Return the tail of the list who's
6279         car matches, like `member', not the matching element itself.
6281 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
6283         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
6284         should not contain `\n'.
6286 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6288         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6290         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6292         * dired-aux.el (dired-do-create-files): Construct default file
6293         name for dired-mark-read-file-name so that when the user enters
6294         just RET, the target file will end up in the target directory.
6296         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6297         local-abbrev-table before changing buffers because it might
6298         have a buffer-local binding.
6300 2000-11-28  Miles Bader  <miles@gnu.org>
6302         * simple.el (delete-horizontal-space): Handle fields more generally.
6304 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6306         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6308 2000-11-28  Dave Love  <fx@gnu.org>
6310         * progmodes/ps-mode.el (ps-mode): Set comment-start and
6311         comment-start-skip locally.
6313         * progmodes/fortran.el (fortran-mode): Don't set
6314         fortran-comment-line-start-skip.  Set comment-start to
6315         fortran-comment-line-start.
6316         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6317         (fortran-comment-line-start-skip): Simplify slightly.
6319 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6321         * play/5x5.el: Remove RCS keyword.
6323         * bs.el: Mistaken commit, undone 2000-11-30.
6325 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
6327         * textmodes/tildify.el (tildify-string-alist):
6328         Add `plain-tex-mode' here.
6330 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
6332         * chistory.el (Command-history-setup): Remove extraneous `keymap'
6333         reference.
6335 2000-11-28  Miles Bader  <miles@gnu.org>
6337         * cus-face.el (custom-face-attributes): Add post-filter function
6338         for :box.  Make pre-filter function for :box handle all cases.
6340         * wid-edit.el (widget-choose): Make sure pop-up window is large
6341         enough to display all the choices, as there's no way to scroll it.
6343 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
6345         * international/mule-conf.el: Make the coding system no-conversion
6346         safe for all characters.
6348 2000-11-27  Dave Love  <fx@gnu.org>
6350         * net/ldap.el (ldap) <defgroup>: Add :version.
6352         * tooltip.el (tooltip-use-echo-area): Doc fix.
6354         * cus-start.el <minibuffer-prompt-properties>: Add version.
6355         <read-buffer-function>: Add.
6357         * apropos.el (apropos-print): Add help-echo to active text.
6359         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6361 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6363         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6364         type, group and version.
6366 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
6368         * select.el (x-get-selection): Docstring fix.
6370 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
6372         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6374 2000-11-27  Andrew Innes  <andrewi@gnu.org>
6376         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6378         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6380 2000-11-27  Miles Bader  <miles@gnu.org>
6382         * dired.el (dired-get-filename): Return filename verbatim if
6383         LOCALP is `verbatim'.
6384         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6385         `verbatim' so that we don't inadvertently delete a non-existant
6386         directory name.
6388 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
6390         * international/characters.el: Specify cases and syntaxes for
6391         mule-unicode-0100-24ff.
6393 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6395         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6396         that foreground and/or background colors of the face `tool-bar'
6397         are unspecified.
6399 2000-11-27  Miles Bader  <miles@gnu.org>
6401         * wid-edit.el (widget-field-buffer, widget-field-start)
6402         (widget-field-end): Handle widget field `pseudo-overlays'.
6403         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6404         if it's there instead of in `widget-field-list'.
6406         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6407         (help-make-xrefs): Delete extraneous newlines at the end of the
6408         docstring.
6410 2000-11-25  Jason Rumney  <jasonr@gnu.org>
6412         * startup.el (command-line): Call set-locale-environment after
6413         Window System init file is read, as it can result in a call to
6414         redraw-frame.
6416 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
6418         * simple.el (shell-command): Mention the effect of the prefix
6419         argument in the doc string.
6421 2000-11-25  Miles Bader  <miles@gnu.org>
6423         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6425         * wid-edit.el (widget-field-value-delete): Don't try to delete
6426         overlay when it's the `pseudo-overlay' that exists at some points.
6428 2000-11-24  Jason Rumney  <jasonr@gnu.org>
6430         * international/mule-cmds.el (locale-language-names): Add "jp" as
6431         a non-standard alternative for Japanese.
6433 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
6435         * vc-hooks.el: Require 'cl during compilation.
6437 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
6439         * faces.el (face-set-after-frame-default): Let face attributes
6440         specified for new frames override frame parameters.
6442         * startup.el (command-line): Fix computation of the source file
6443         for user-init-file when user-init-file is a compiled file.
6445 2000-11-24  Miles Bader  <miles@gnu.org>
6447         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6448         (custom-post-filter-face-spec): New functions.
6449         (custom-face-set, custom-face-value-create): Filter the face spec
6450         before and after customization.
6451         (custom-face-set): If VALUE specifies a null face, pass a
6452         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6453         * cus-face.el (custom-face-attributes): Remove SET and GET
6454         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
6455         cases they're needed.
6457         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6458         that it's distinguishable from the :off-glyph on dark-background
6459         displays.  Set its background color too.
6461         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6462         so that people can easily turn it off.
6464 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6466         * ediff-diff.el: Moved variables around to have it compile under NT.
6468         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6470         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6472         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6473         redundant skip-small-frames test.
6475         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6476         (viper-downgrade-to-insert): Protect against errors in hooks.
6478         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6479         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6480         (viper-restore-cursor-type,viper-set-insert-cursor-type):
6481         New functions.
6483         * viper-util.el (viper-memq-char): Bug fixes.
6485         * viper.el (viper-mode): Fix cursor handling.
6487 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
6489         * international/mule-diag.el (list-iso-charset-chars):
6490         For two-byte charset, fix the `while' condition.
6491         (list-non-iso-charset-chars): Fix the `while' condition.
6493 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6495         * subr.el (add-hook, remove-hook): Don't call make-local-hook
6496         if the variable is make-variable-buffer-local.
6498         * progmodes/ada-stmt.el (ada-template-map):
6499         Initialize and bind it to C-c t in ada-mode-map.
6500         (ada-stmt-mode-hook): New function extracted from old code.
6501         Only change the buffer-local side of skeleton-*.
6502         (ada-mode-hook): Use it.
6504 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6506         * iswitchb.el (iswitchb-minibuf-depth): New variable.
6507         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6508         we expect to be returned by minibuffer-depth once we prompt the
6509         user in the minibuffer.
6510         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6511         as recorded in iswitchb-minibuf-depth, return non-nil.
6513 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
6515         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6516         (hscroll-window-maybe): Docstring fix.
6518 2000-11-23  Dave Love  <fx@gnu.org>
6520         * rect.el (string-rectangle): Don't test delete-selection-mode.
6522 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6524         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6525         is in the tool bar.
6527         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6528         with `no-dir'; we want the directory part to be able to remove it.
6530 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6532         * textmodes/outline.el (outline-flag-region):
6533         Don't bind inhibit-read-only since we don't modify the buffer.
6534         (outline-isearch-open-invisible): Don't jump to overlay-start
6535         since we're trying to unhide text around point.
6536         (outline-discard-overlays): Use dolist.
6538         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6540 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6542         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6544 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6546         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6547         Fix ARG regexp to skip quoted braces.
6548         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6549         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6550         are (correctly) handled separately).
6551         Remove `caption' and `footnote' from `citations': they contain text.
6552         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6553         (latex-skeleton-end-hook): New function.
6554         (latex-mode): Use it.
6555         (tex-start-tex-marker): Remove.
6556         (tex-send-tex-command): Don't set tex-start-tex-marker.
6557         (tex-error-parse-syntax-table): New var.
6558         (tex-compilation-parse-errors): Use it.
6559         Ignore tex-start-tex-marker.  Don't bother with marker-position.
6560         (tex-validate-buffer): Don't bother with marker-position.
6562         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6563         (flyspell-generic-progmode-verify): Use it.
6565 2000-11-22  Sam Steingold  <sds@gnu.org>
6567         * simple.el (delete-trailing-whitespace): New interactive function.
6569         * progmodes/ada-mode.el (ada-mode): Use it instead of
6570         `ada-remove-trailing-spaces'.
6571         (ada-remove-trailing-spaces): Removed.
6573         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6575         * textmodes/picture.el (picture-clean): Removed.
6576         (picture-mode-exit): Call it instead of `picture-clean'.
6578 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6580         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6582         * hi-lock.el (hi-lock-refontify): Don't call non-existent
6583         jit-lock-fontify-buffer; it should anyway be unneccessary to
6584         do anything special when jit-lock is active.
6585         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6587 2000-11-22  Dave Love  <fx@gnu.org>
6589         * calendar/todo-mode.el (todo-top-priorities): Use
6590         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6592         * language/chinese.el, language/cyrillic.el:
6593         * language/devanagari.el, language/ethiopic.el, language/greek.el:
6594         * language/hebrew.el, language/indian.el, language/japanese.el:
6595         * language/korean.el, language/lao.el, language/misc-lang.el:
6596         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6597         Use provide.
6599         * cus-edit.el (custom-buffer-create-internal): Save some consing.
6600         (custom-variable-set): Improve validation error mesage.
6602         * rect.el (string-rectangle): Revert last change.
6603         (string-rectangle-line): New arg DELETE.
6604         (string-rectangle): Check delete-selection-mode.
6606         * emacs-lisp/edebug.el (edebug-version)
6607         (edebug-maintainer-address): Deleted.
6608         (edebug-submit-bug-report): Just alias to report-emacs-bug.
6609         (edebug-read-function): Account for other `'#' read forms.
6610         (edebug-mode-menus): Make some items toggles.
6611         (edebug-outside-unread-command-event, unread-command-event):
6612         Remove these to avoid warnings.
6614 2000-11-22  David Ponce  <david@dponce.com>
6616         * recentf.el (recentf-menu-items-for-commands)
6617         (recentf-make-menu-items, recentf-make-menu-item)
6618         (recentf-filter-changer): Added :help and :active menu-item properties.
6620         (recentf-build-dir-rules, recentf-dump-variable)
6621         (recentf-edit-list, recentf-open-files-item)
6622         (recentf-open-files): Replaced unnecessary `mapcar' with new
6623         built-in `mapc'.
6625 2000-11-23  Miles Bader  <miles@gnu.org>
6627         * faces.el (menu): Make inverse-video on ttys too.
6629 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6631         * simple.el (comment-line-break-function): Use the new name
6632         indent-new-comment-line -> comment-indent-new-line.
6633         (clone-indirect-buffer): Don't ignore NORECORD.
6634         (next-completion): Properly handle the case where items are adjacent.
6636         * mouse.el (popup-menu): Stupid typo.
6638 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6640         * emacs-lisp/authors.el: Remove autoload cookies, add author,
6641         maintainer, keywords tags.
6643         * rect.el (replace-rectangle): Don't call string-rectangle-line
6644         with too many arguments.
6646 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
6648         * ediff-util.el (ediff-file-checked-out-p)
6649         (ediff-file-checked-in-p): Call vc-state instead of
6650         vc-locking-user, which no longer exists.
6652         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6654 2000-11-22  Dave Love  <fx@gnu.org>
6656         * md5.el (md5): Provide.
6657         (md5): Fix error call.
6659 2000-11-22  Miles Bader  <miles@gnu.org>
6661         * textmodes/refill.el (refill-adjust-ignorable-overlay)
6662         (refill-fill-paragraph-at): Remove debugging code.
6664         * calendar/calendar.el (generate-calendar-window): When we don't
6665         call `fit-window-to-buffer', make sure the top line is fully visible.
6667         * image-file.el (insert-image-file): Don't make `read-only'
6668         property rear-nonsticky.
6670         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6671         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6672         stashing away its original value.
6673         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6674         in the recursive edit.
6675         Bind `isearch-original-minibuffer-message-timeout' to protect it.
6676         (isearch-done): Restore `minibuffer-message-timeout'.
6678         * cus-start.el: Remove entry for `mode-line-inverse-video'.
6680 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
6682         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6684         * find-lisp.el (find-lisp-find-files-internal):
6685         Use dolist, when and file-name-as-directory.
6687         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6688         (define-derived-mode, define-minor-mode): Add specs.
6690         * window.el: General comment and spacing fixes.
6691         (save-selected-window): Use backquotes.
6692         (window-safely-shrinkable-p): New function.
6693         (shrink-window-if-larger-than-buffer): Use it.
6695         * subr.el (make-local-hook): Docstring fix.
6697         * shell.el (shell-mode): Use define-derived-mode.
6699         * newcomment.el (comment-indent): Insert comment before calling
6700         comment-indent-function.  Don't insert in column 0.
6701         (comment-dwim): Indent before inserting comment.
6703         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
6704         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
6705         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6706         Use mapc rather than map.
6708         * files.el (find-buffer-visiting): Compare all attributes before
6709         declaring two files identical (rather than just their inode-no).
6710         (auto-mode-alist): Use \' rather than $.
6712         * which-func.el: Update maintainer line.
6714         * pcvs.el (uniquify-buffer-file-name): Remove advice.
6715         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6716         (uniquify-buffer-file-name): Use it.
6718 2000-11-22  Miles Bader  <miles@gnu.org>
6720         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6721         * simple.el (minibuffer-avoid-prompt): New function.
6723 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
6725         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6727 2000-11-21  Miles Bader  <miles@gnu.org>
6729         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6730         inclusion of `track-mouse'.
6732         * textmodes/refill.el (refill-ignorable-overlay): New variable.
6733         (refill-adjust-ignorable-overlay): New function.
6734         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6735         only the paragraph's tail if possible.
6736         Update `refill-ignorable-overlay'.
6737         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6739         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6740         point inside the fill-prefix.
6742         * textmodes/refill.el (refill-post-command-function): Don't reset
6743         refill-doit in the case where a self-insertion command doesn't
6744         case a refill.  Use `refill-fill-paragraph-at', getting position
6745         from `refill-doit'.
6746         (refill-after-change-function): Set `refill-doit' to END.
6747         (refill-fill-paragraph-at): New function, mostly from old
6748         refill-fill-paragraph.
6749         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6750         (refill-pre-command-function): New function.
6751         (refill-mode): Add it to `pre-command-hook'.
6753 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
6755         * textmodes/artist.el (artist-mode): Fix autoload cookie.
6757         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6758         javadoc tags.
6760 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
6762         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6763         vc.el).
6765         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6766         require vc.
6768         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6769         checkouts.
6771 2000-11-20  Dave Love  <fx@gnu.org>
6773         * Makefile.in (DONTCOMPILE): Omit bindings.el.
6775 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
6777         * calculator.el (calculator-paste): Use `if' instead of `and'
6778         and `or'.
6779         (calculator-help): Don't use electric-describe-mode for XEmacs.
6781 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
6783         * info.el (info-menu-5): Doc fix.
6785         * textmodes/artist.el: New file.
6787 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
6789         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6790         and differentiate according to checkout model.
6791         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6792         since this function is only concerned with master state.
6794         * vc-hooks.el (vc-workfile-unchanged-p)
6795         (vc-default-workfile-unchanged-p): Moved here from vc.el.
6797         * vc.el (vc-workfile-unchanged-p)
6798         (vc-default-workfile-unchanged-p): See above.
6800 2000-11-19  Miles Bader  <miles@gnu.org>
6802         * image-file.el (insert-image-file): Make `intangible' and
6803         `read-only' properties rear-nonsticky too.
6805 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
6807         * ps-print.el: Update copyright notice.
6809         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6810         (tooltip-show): Use the offsets.
6812         * bindings.el (mode-line-modified): Fix a typo.
6813         (mode-line-toggle-modified, mode-line-widen)
6814         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6816 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
6818         * ps-print.el (toplevel): Test for find-coding-system being
6819         fboundp before calling ps-x-find-coding-system.
6821 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
6823         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6824         (vc-version-backup-file): Docstring fix.
6826 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6828         * files.el (basic-save-buffer): Don't add a newline if
6829         find-file-literally is non-nil.
6830         (find-file-literally): Extend doc string.
6832         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6833         sort(1) with the `-f' argument.
6835 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
6837         * vc.el: Updated backend documentation.
6838         (vc-default-check-headers): New function.
6840         * vc-{cvs,rcs,sccs}.el: Functions reordered.
6842         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
6843         up-to-date.
6844         (vc-do-command): In the asynchronous case, output messages only if
6845         the minibuffer is not active.
6847         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
6848         `vc-cvs-use-edit' is on.
6849         (vc-cvs-checkout): When this is used for reverting the workfile,
6850         make a backup of the original contents and revert to that in case
6851         of error.
6852         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6853         remote repositories.
6855         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6856         for both version and ratio in the minibuffer.
6858         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6859         Use vc-do-command to perform the annotation, not call-process.
6861 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6863         * international/quail.el (quail-start-translation): Don't call
6864         `message' before reading key sequence.
6866 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
6868         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6870 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6872         * window.el (fit-window-to-buffer): Be sure to acquire at least
6873         one text line even if the buffer is empty.
6875 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6877         * net/ange-ftp.el (ange-ftp-file-writable-p)
6878         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6879         Bind ange-ftp-process-verbose to nil.
6881 2000-11-15  Dave Love  <fx@gnu.org>
6883         * wid-edit.el (widget-specify-field, widget-specify-button):
6884         If :help-echo is a function, set help-echo of overlay to
6885         widget-mouse-help.
6886         (widget-mouse-help): New function.
6887         (widget-echo-help): Rewritten for :help-echo functions only taking
6888         a widget arg.
6890         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6891         Use display-graphic-p.
6892         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6893         and that JPEG is available.
6894         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6896         * international/mule-cmds.el (locale-charset-language-names):
6897         Match @euro.
6899 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
6901         * faces.el (face-set-after-frame-default):
6902         If `inhibit-default-face-x-resources' is bound, don't intialize the
6903         default face from X resources.
6905 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6907         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6908         Don't set EMACSLOADPATH.
6910 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6912         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6913         texinfo-insert-@url.
6914         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6915         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6917 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6919         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6920         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6921         (checkdoc-minor-keymap): Backward compatibility.
6922         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6923         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6924         (checkdoc-this-string-valid-engine): Be a bit more strict
6925         to avoid matching substrings of `...' quoted vars/funs.
6926         (checkdoc-defun-info): Only look for `interactive' if alone.
6927         (debug-ignored-errors): Add "arg doesn't appear in docstring".
6929         * progmodes/compile.el (grep): `tag-default' can be nil.
6931         * newcomment.el (comment-indent): Paren typo.
6933 2000-11-14  Dave Love  <fx@gnu.org>
6935         * calculator.el: New maintainer version.
6937         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
6939         * cmuscheme.el: Doc fixes.
6940         (cmuscheme) <defgroup>: Use `scheme' as parent.
6941         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
6943         * xscheme.el (scheme-program-name): Don't define here.
6945         * progmodes/scheme.el (scheme-program-name): New variable
6946         (originally in cmuscheme).
6948 2000-11-14  Miles Bader  <miles@gnu.org>
6950         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6951         Handle header-lines.  Don't loop forever if we can't enlarge the
6952         window anymore.  Simplify a bit.
6954 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
6956         * window.el (fit-window-to-buffer): Don't check
6957         window-text-height.  Assure that the last line is fully visible.
6959         * international/quail.el (quail-show-guidance-buf):
6960         Call fit-window-to-buffer to assure the enough height of the guidance
6961         buffer.
6962         (quail-update-guidance): Avoid making the guidance buffer shorter.
6964 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6966         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6967         rather than `prepend' and add an interesting comment.
6968         (tex-math-face, tex-font-lock-syntactic-face-function):
6969         New face and function to use it.
6970         (tex-define-common-keys, tex-mode-map): Use menu-item rather
6971         than `menu-enable' symbol property.
6972         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6973         (tex-mode): Add some latex-mode commands for auto-selection.
6974         Use tex-font-lock-syntactic-face-function.
6975         (tex-insert-quote): Simplify.
6976         (tex-shell): New mode.
6977         (tex-start-shell): Use it.
6978         (tex-shell-proc, tex-shell-buf): New functions.
6979         (tex-send-command): Use it.
6980         (tex-main-file): Fix the meaning of the new arg REALFILE.
6981         (tex-send-tex-command): New function split from `tex-start-tex'.
6982         Set compilation-last-buffer and compilation-parsing-end.
6984         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6985         when it follows non-comment text on the line.
6987         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6988         Set font-lock-defaults.
6989         (lisp-mode-shared-map): Init inside the defvar.
6990         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6991         Use define-derived-mode.
6993 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
6995         * faces.el (header-line): Use `:box nil' for color/gs displays too.
6997 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
6999         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7000         Don't recursively optimize body because that can lead to infinite
7001         recursion; see comment there.
7003 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
7005         * faces.el (face-spec-set-match-display): Revert the change from
7006         2000-10-24.  Add a FIXME for after v21.1.
7008 2000-11-13  Miles Bader  <miles@gnu.org>
7010         * textmodes/fill.el (skip-line-prefix): New function.
7011         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
7012         (fill-paragraph): Don't leave point inside the fill-prefix.
7013         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7014         point inside the fill-prefix.
7016 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
7018         * calendar/calendar.el (generate-calendar-window):
7019         Use `fit-window-to-buffer'.
7021 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
7023         * gud.el (gud-minor-mode): New var.
7024         (gud-symbol, gud-val): New functions.
7025         (gud-find-file): Copy gud-minor-mode to the new buffer.
7026         (gud-menu-map): Include entries for commands that are not always
7027         available, using :enable to (de)activate them.
7028         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
7029         (gud-mode-map): New map.
7030         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7031         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7032         Don't set up gud's menu (it's done by the minor-mode).
7033         (gud-minibuffer-local-map): New.
7034         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7035         (gud-query-cmdline): New function.
7036         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
7037         (gud-mode): Use define-derived-mode.
7038         Don't set up gud's menu (it's done by the minor-mode).
7039         (gud-chop-words): Remove.
7040         (gud-common-init): Use split-string instead.
7041         (gud-new-keymap, gud-make-debug-menu): Eradicate.
7043         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7044         Add keyword arg :name.
7046         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7047         (diff-count-matches, diff-split-hunk): New functions.
7048         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7050         * pcvs-info.el (cvs-fi-conflict-face): New var.
7052         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7053         Make it into a simple syntax-table, shared among all submodes.
7054         (sh-heredoc-face): Re-introduce.
7055         (sh-font-lock-syntactic-face-function): New function.
7056         (sh-mode): Use it.  Also use define-derived-mode.
7057         Remove old bogus setting of indent-region-function.
7058         (sh-set-shell): Don't set the syntax-table any more.
7059         (sh-mode-syntax-table) <defun>: Remove.
7061 2000-11-12  Miles Bader  <miles@gnu.org>
7063         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7064         message if interactive.
7066 2000-11-12  Dave Love  <fx@gnu.org>
7068         * mail/feedmail.el: Fix header,
7069         (feedmail) <defgroup>: Add :link.
7071         * view.el: Use local-map property, not keymap on mode-line string.
7073         * scroll-all.el (scroll-all-mode): Customize variable.
7074         Add autoload cookie to function.
7076         * lazy-lock.el: Remove compatibility code.
7078         * finder.el (finder-known-keywords): Add `files', remove `vms'.
7079         (finder-help-echo): New variable.
7080         (finder-mouse-face-on-line): Add help-echo stuff.
7081         (finder-list-keywords, finder-list-matches): Use mapc.
7083         * faces.el (face-font-registry-alternatives): Add :version.
7085         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7086         tags-table-list.
7088         * net/browse-url.el (browse-url-browser-function): Update :version.
7090         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7091         (mail-mode): Use [:alnum:] in some regexps.
7093 2000-11-10  Dave Love  <fx@gnu.org>
7095         * ediff.el (ediff-regions-internal, ediff-documentation):
7096         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7097         fundamental mode.
7099         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7100         buffer into fundamental mode.
7101         (ediff-set-difference): Use copy-sequence if available.
7103         * ediff-ptch.el (ediff-dispatch-file-patching-job):
7104         Check ediff-patch-map non-nil.
7105         (ediff-fixup-patch-map, ediff-fixup-patch-map)
7106         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7107         buffer into fundamental mode.
7109         * ediff-merg.el (state-or-merge): Defvar when compiling.
7111 2000-11-10  Jason Rumney  <jasonr@gnu.org>
7113         * w32-fns.el (w32-add-charset-info): New function.
7114         (w32-charset-info-alist): Use it.
7116 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7118         * faces.el (face-font-registry-alternatives): New user-option.
7120 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
7122         * textmodes/texinfo.el (texinfo-block-default): New var.
7123         (texinfo-insert-block): Use it.  Insert a newline if needed.
7125         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7126         (fill-region-as-paragraph): Use it.
7128         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7129         (latex-mode): Tweak tex-*-(head|trail)er regexps.
7130         Tweak paragraph regexps to allow a leading [ \t]*.
7131         (tex-latex-block): Insert a newline if necessary.
7132         (latex-insert-item): Only insert a newline if necessary.
7133         (tex-guess-main-file): New function.
7134         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
7135         Set tex-main-file if TeX-master is provided.
7136         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7138 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7140         * startup.el (command-line): Set the default tooltip-mode
7141         to t for graphical displays which implement x-show-tip.
7143         * tooltip.el (tooltip-mode): Add a comment about startup.el
7144         setting the default value of this user-option.
7146 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
7148         * font-lock.el (font-lock-*-face) <defvar>: Move.
7149         (font-lock-defaults-alist): Mark obsolete.
7150         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7151         (font-lock-mode): Use define-minor-mode.
7152         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7153         (font-lock-turn-off-thing-lock): Be more explicit.
7154         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7155         (font-lock-syntactic-face-function): New var.
7156         (font-lock-fontify-syntactically-region): Use it.
7157         (font-lock-doc-face): New.
7159         * pcvs.el (cvs-enabledp): Ignore errors.
7160         (cvs-commit-filelist): Never query.
7161         (cvs-mode-insert): Always add a terminating / in the initial prompt.
7162         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7163         (cvs-do-removal): Use cvs-partition rather than delete-if.
7164         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7165         cvs-bury-buffer.
7167         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7168         Allow `next' to jump to after the end of the last match.
7170 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
7172         * simple.el (byte-compiling-files-p): New function.
7174         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7175         if it is there.
7177         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7178         nil again.
7180         * textmodes/ispell.el (ispell-library-path): Don't call
7181         check-ispell-version when byte-compiling because that starts
7182         an ispell process, and ispell might not be installed.
7183         (toplevel): Don't set up a menu when byte-compiling.
7185         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7186         it, so that a boundp test can be used to determine if we're
7187         currently byte-compiling.
7189 2000-11-09  Dave Love  <fx@gnu.org>
7191         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7193 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7195         * ps-print.el: Patch for variable initialization when spooling.
7196         Doc fix.
7197         (ps-output-list): Fun eliminated.
7198         (ps-begin-file, ps-begin-job): Code fix.
7200 2000-11-08  Dave Love  <fx@gnu.org>
7202         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7204 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
7206         * simple.el (shell-command, display-message-or-buffer)
7207         (shell-command-on-region): Mention resize-mini-windows in the doc
7208         string.
7209         (display-message-or-buffer): Take the value of resize-mini-windows
7210         into account.
7212 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
7214         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7216         * dired.el (dired-between-files): Add `^. find' as an alternative
7217         to the regular expression, for find-dired.
7219 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7221         * textmodes/texnfo-upd.el: Require texinfo.
7222         (defmacro, defgroup): Remove.
7223         (texinfo-section-to-generic-alist): Remove.
7224         Use texinfo-section-list instead (i.e. level is changed string->int).
7225         (texinfo-filter): New function.
7226         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7227         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7228         Use it.  And use regexp-opt.
7229         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7230         (texinfo-update-menu-region-beginning)
7231         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7232         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7233         (texinfo-update-menu-same-level-regexps): Update.
7234         (texinfo-update-node, texinfo-every-node-update)
7235         (texinfo-sequential-node-update): Remove autoload cookie.
7237         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7238         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7239         (texinfo-chapter-level-regexp): Remove.
7240         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7242 2000-11-06  Dave Love  <fx@gnu.org>
7244         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7246         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7247         Match defun*.
7249 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7251         * composite.el (composition-function-table): Variable declaration
7252         moved to src/composite.c.
7253         (compose-chars-after): New optional arg object.
7255 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
7257         * bindings.el (mode-line-toggle-read-only)
7258         (mode-line-toggle-modified, mode-line-widen)
7259         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7260         (make-mode-line-mouse2-map): Rewritten.
7261         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7262         functions so that C-h k can show something with a doc string.
7264         * startup.el (fancy-splash-delay): Set to 10 seconds.
7265         (fancy-splash-max-time): New user-option.
7266         (fancy-splash-stop-time): New variable.
7267         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
7268         (fancy-splash-screens-1): Throw `stop-splashing' when current
7269         time is greater than fancy-splash-stop-time.
7271 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7273         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7275         * pcvs.el (cvs-mode-marked): New arg `noquery'.
7276         Prompt user for a file rather than raising an error.
7277         (cvs-enabledp): Fix call to cvs-mode-marked.
7278         (cvs-insert-file): New function (extracted from cvs-mode-insert).
7279         (cvs-mode-insert): Use it.  Change the init prompt' value.
7280         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7282         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7283         Don't pass default arg to ewoc-locate.
7284         (ewoc-collect): Return result in the right order.
7286         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7288         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7289         (cvs-status-get-tags): Fix regexp.
7290         (cvs-status-trees, cvs-status-cvstrees):
7291         Combine after change hooks and don't sit-for.
7292         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7293         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7294         Use make-char rather than hard-coded cryptic data.
7295         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7297         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7299         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7300         (cvs-insert-strings): New function.
7302 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
7304         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7305         `mwheel-scroll-amount'.
7306         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7307         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7308         string-matching against the version string.
7310 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7312         * language/thai.el ("Thai"): Set a lisp form that produces
7313         composed string in `sample-text' language info.
7315         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7316         composed string in `sample-text' language info.
7318         * international/mule-cmds.el (describe-language-environment):
7319         Eval `sample-text' data and insert the result.
7321         * international/mule-conf.el (compound-text): Define this coding
7322         system here.  Make x-ctext and ctext aliases of it.
7324         * language/european.el (compound-text, ctext): Moved to
7325         international/mule-conf.el.
7327 2000-11-05  Andrew Innes  <andrewi@gnu.org>
7329         * w32-fns.el (w32-version): New function.
7331 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
7333         * progmodes/awk-mode.el: Update copyright.
7334         (awk-mode-abbrev-table): Remove.
7335         (awk-font-lock-keywords): Use regexp-opt.
7336         (awk-mode): Use define-derived-mode.
7338         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7339         when extracting a suffix.
7341 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
7343         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
7344         auto-save-mode.
7346 2000-11-04  Jason Rumney  <jasonr@gnu.org>
7348         * language/european.el (decode-mac-roman): Test against r1 not r0.
7350 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7352         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7353         (icon-mode): Define indent-line-function.
7354         (icon-comment-indent): Simplify.
7355         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7357         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7359         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7360         Bind change-log-default-mode to defeat the caching done on it.
7361         Don't bother saving excursion any more.
7363         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7365         * frame.el (after-setting-font-hook): Rename hooks -> hook.
7366         (set-frame-font): Use the new name (and the old for compatibility).
7368         * toolbar/tool-bar.el (tool-bar-mode):
7369         * time.el (display-time-mode):
7370         * recentf.el (recentf-mode):
7371         * paren.el (show-paren-mode):
7372         * mwheel.el (mouse-wheel-mode):
7373         * msb.el (msb-mode):
7374         * jka-compr.el (auto-compression-mode):
7375         * image-file.el (auto-image-file-mode):
7376         * hl-line.el (hl-line-mode):
7377         * delsel.el (delete-selection-mode):
7378         * autoinsert.el (auto-insert-mode):
7379         * complete.el (partial-completion-mode): Drop unneeded positional args.
7381         * info.el (Info-mode):
7382         * comint.el (comint-mode): Don't bother with make-local-hook.
7384         * log-edit.el (log-edit-menu): New menu.
7386 2000-11-03  Miles Bader  <miles@gnu.org>
7388         * wid-edit.el (widget-end-of-line): Reinstate, with a new
7389         definition, so that trailing spaces are handled properly.
7390         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7392 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
7394         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7395         tab character.
7396         (fancy-splash-screens): Set tab-width to 20.
7398 2000-11-03  Dave Love  <fx@gnu.org>
7400         * comint.el (comint-completion-addsuffix): Fix custom type.
7402 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7404         * font-lock.el (font-lock-buffers): Remove.
7405         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7406         (font-lock-change-major-mode): Remove.
7407         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7408         (font-lock-default-fontify-region): Extend the multiline
7409         fontification to whole lines.
7410         (font-lock-fontify-anchored-keywords)
7411         (font-lock-fontify-keywords-region): If matching just one
7412         line (with \n) only mark the \n as multiline.
7414         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7415         Correctly handle the case where several :group args are supplied.
7416         Allow :extra-args.
7417         (easy-mmode-define-global-mode): Allow :extra-args.
7418         Correctly handle the case where several :group args are supplied.
7420 2000-11-02  Miles Bader  <miles@gnu.org>
7422         * calendar/calendar.el (diary-face, calendar-today-face)
7423         (holiday-face): Remove dependency on `window-system'.
7425 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
7427         * Makefile.in (emacs): Set EMACSLOADPATH always.
7428         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7429         (compile-files): Bomb out if compilation of a file fails.
7431 2000-11-02  Dave Love  <fx@gnu.org>
7433         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7435 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
7437         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7438         punctuation in the warning inserted into the *mail* buffer.
7440 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
7442         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7443         (authors-public-domain-p): New function.
7444         (authors-print): Use it.
7446         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7448         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7450 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7452         * ps-print.el: Extension for even/odd printing.  Doc fix.
7453         (ps-print-version): New version number (6.3.1).
7454         (ps-even-or-odd-pages): Customization fix.
7455         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7456         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7457         (ps-page-count): Var replaced by `ps-page-column'.
7458         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7459         (ps-print-sheet-p): New fun.
7461 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7463         * tooltip.el (tooltip-gud-tips-setup): New function.
7464         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7465         (tooltip-mode): Call tooltip-gud-tips-setup.
7466         (tooltip-gud-tips): Use `gud-basic-call' instead of
7467         process-send-string, so the prompt gets frobbed appropriately.
7468         Handle nil return value from `tooltip-gud-print-command'.
7470 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
7472         * comint.el (comint-add-to-input-history): New function.
7473         (comint-send-input): Use `comint-add-to-input-history'.
7475 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7477         * info.el (info-menu-header): New face.
7478         (Info-fontify-menu-headers): New function.
7479         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7481         * info.el (Info-insert-dir): Don't include blank lines at
7482         beginning of additional dir files (one is added automatically).
7484 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7486         * emacs-lisp/easy-mmode.el (define-minor-mode):
7487         Revert the latest changes.
7488         Allow the three positional arguments to be skipped and replaced
7489         by keyword arguments.
7490         Add a :toggle argument to determine whether a nil arg means toggle
7491         or means turn-on.  The default is unchanged.
7492         Add a call to force-mode-line-update.
7494 2000-11-01  Dave Love  <fx@gnu.org>
7496         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7498 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
7500         * calendar/calendar.el (diary-face, holiday-face):
7501         Add dark-background variants.
7503 2000-10-31  Sam Steingold  <sds@gnu.org>
7505         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7506         `tex-main-file' does not have directory in it.
7508 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
7510         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7512 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
7514         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7515         functional change.
7517 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
7519         * files.el (find-file-noselect): When we expand a wildcard, return
7520         a list of buffers, as we should do according to the doc string.
7522 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
7524         * loadup.el (top level): Adjust load path if program name is
7525         "../src/bootstrap-emacs", in case it's not dumped and thus the
7526         load path adjustment hasn't already been done.
7528 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7530         * ps-print.el: Fix bug on selected pages for printing.
7531         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
7532         is on.  Try to avoid warning messages when compiling.  Doc Fix.
7533         (ps-print-version): New version number (6.3).
7534         (ps-color-device): Use `color-values' to determine if device
7535         supports color.
7536         (ps-color-values): Try to use `x-color-values' when using XEmacs.
7537         (ps-print-page-p): Changed from defsubst to defun.
7538         (ps-page-number): Changed from defmacro to defun.
7539         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7540         printing.
7541         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7542         (ps-end-file, ps-dummy-page): Funs eliminated.
7543         (ps-print-color-scale): Changed default value.
7544         (ps-page-n-up, ps-print-page-p): New internal vars.
7545         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7546         (ps-plot-region, ps-generate, ps-end-job): Code fix.
7548         * delim-col.el: Little programming improvement.
7549         (delimit-columns-str): New macro.
7550         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7552 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
7554         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7555         Moved to european.el.
7556         (ccl-encode-mac-roman-font, fontset-mac): Modified for
7557         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7558         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7559         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7561 2000-10-30  Dave Love  <fx@gnu.org>
7563         * progmodes/cc-menus.el (imenu-generic-expression)
7564         (imenu-progress-message): Only defvar when compiling.
7566         * emacs-lisp/elp.el (elp-unload-hook): New function.
7568         * loadhist.el (unload-feature): Call elp-restore-function,
7569         checking for symbols; don't use elp-restore-all.
7570         (loadhist-hook-functions): Doc fix.
7572 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7574         * log-edit.el (log-edit-confirm): Fix the default.
7576 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7578         * delim-col.el: Little fix: replace delimit-columns-align-columns by
7579         delimit-columns-format.
7580         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7582 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
7584         * comint.el (comint-replace-by-expanded-history): Don't use
7585         comint-get-old-input (we're not looking at *old* input).
7586         (comint-get-old-input-default): If using fields, signal an error
7587         when the point is not in an input field.
7589 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
7591         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7592         and mule-unicode-e000-ffff.
7594         * international/mule.el (decode-char, encode-char): New functions.
7595         (make-coding-system): Accept a symbol of translation table as a
7596         value of property `safe-chars'.
7598         * international/mule-cmds.el (encode-coding-char): Check property
7599         safe-chars instead of safe-charsets.
7601         * international/fontset.el (fontset-default): Modified for
7602         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7603         (x-font-name-charset-alist): Likewise.
7604         (ccl-encode-unicode-font): New CCL program.  Record it in
7605         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7607         * language/european.el (mac-roman-decoder, mac-roman-encoder):
7608         New translation tables.
7609         (decode-mac-roman, encode-mac-roman): Definition of these CCL
7610         programs are modified and moved from mac-win.el.
7611         (mac-roman): Definition of this coding system is modified and
7612         moved from mac-win.el.
7614 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7616         * ediff-wind.el (ediff-setup-control-frame): Enclose
7617         face-attribute in condition-case to avoid errors in older emacsen.
7619 2000-10-29  Miles Bader  <miles@gnu.org>
7621         * custom.el (custom-add-to-group): Allow multiple entries for a
7622         given value OPTION, as long as their widget types are different.
7623         * cus-edit.el (custom-face-value-create): If face name doesn't end
7624         with "face", add such here (similar to custom group widgets).
7626         * comint.el (comint-highlight-prompt): Add :type.
7628 2000-10-28  John Wiegley  <johnw@gnu.org>
7630         * calendar/timeclock.el (timeclock-log): Doc fix.
7631         (timeclock-last-event): Doc fix.
7632         (timeclock-log): Kill the timelog buffer after appending a new event.
7633         (timeclock-find-discrep): Use a temp buffer to read in the
7634         timelog, instead of visiting the file.
7635         (timeclock-log-data): A new function, along with a host of helper
7636         functions, for the purpose of making timelog data accessible to
7637         programmers.
7639         * eshell/esh-mode.el (window-height test): Make certain that
7640         `eshell-stringify-t' is non-nil.
7641         (eshell-password-prompt-regexp): Changed to a much simpler
7642         password regexp.
7643         (eshell-send-input): If `eshell-invoke-directly' returns t,
7644         directly invoke the parsed command using `eval'.  This improves
7645         turn-around time on simple commands by a factor of three or
7646         greater, such as cd, ls, pwd, etc. -- which get used very often.
7647         It also conserves thousands of cons cells per call (since
7648         `eshell-do-eval' consumes memory like a Cookie Monster set loose
7649         in the Pacific Cookie Company).
7651         * eshell/esh-test.el (eshell-test): Whitespace fix.
7653         * eshell/em-ls.el (eshell-ls-insert-directory):
7654         Make `eshell-ls-initial-args' nil when inserting directory contents.
7656         * eshell/em-script.el (eshell-script-initialize): Add names to
7657         `eshell-complex-commands, since `source' and `.' are complex.
7659         * eshell/esh-cmd.el (eshell-rewrite-for-command)
7660         (eshell-rewrite-while-command): Use `eshell-protect' instead of
7661         `eshell-copy-handles'.
7662         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7663         bodies.
7664         (eshell-separate-commands): Whitespace fix.
7665         (eshell-complex-commands): Added a new list of names, for
7666         determining whether a given command is as simple as it looks.
7667         (eshell-invoke-directly): New function.  Returns t if a command
7668         should be invoked directly (using `eval'), rather than indirectly
7669         using `eshell-do-eval'.
7670         (eshell-do-eval): Whitespace fix.
7672         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7673         which provides an emulation of the DOS shell behavior of assuming
7674         that cp/mv/ln should copy/move/link to the current directory.
7675         (eshell-remove-entries): Added a doc string.
7676         (eshell-shuffle-files): Removed the check for `target' being null.
7677         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7678         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7679         it to do a smarter check of whether a destination was provided.
7680         (eshell/mv, eshell/cp): Enable `:preserve-args'.
7681         (eshell/ln): Enable `:preserve-args', and use
7682         `eshell-mvcpln-template' to implement the body of the function.
7683         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7684         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7685         list after flattening it.  This makes it possible to cat files
7686         with numerical names.
7687         (eshell-unix-initialize): Added several names to
7688         `eshell-complex-commands.
7689         (eshell-unix-command-complex-p): Return t if a given command name
7690         may result in external processes being invoked.
7692         * eshell/em-glob.el (eshell-glob-show-progress): Make this
7693         variable nil by default, since it slows down glob processing by a
7694         factor of two or more, and increases memory consumption.
7696         * eshell/em-smart.el: Added a note about how memory consumptive
7697         smart display mode can be (at least this is true in Emacs 21).
7698         (eshell-smart-initialize): Whitespace fix.
7699         (eshell-refresh-windows): Use `if' instead of `when'.
7700         (eshell-smart-scroll-window): Calling `save-current-buffer' was
7701         not necessary.
7702         (eshell-currently-handling-window): Added a missing global variable.
7704         * eshell/em-ls.el (eshell-do-ls): Code simplification.
7705         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7706         Whitespace fix.
7707         (eshell-ls-exclude-hidden): Added this variable in addition to
7708         `eshell-ls-exclude-regexp'.  This one prevents files beginning
7709         with . from even being read, which can improve memory consumption
7710         quite a bit.
7711         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7712         read file entries beginning with a dot.  In home directories with
7713         lots of hidden files, fully two-thirds of the time spent in ls is
7714         used to read directory entries that are immediately thrown away.
7715         (eshell-ls-initial-args): Added back this configuration variable,
7716         for specifying default initial arguments to every call to ls.
7717         Much faster than using an alias to do the same thing.
7718         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7719         (eshell-ls-dir): Whitespace change.
7721         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7723         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7724         (eshell-stringify-t): Added a customization variable, to indicate
7725         whether `t' should be rendered as a string at all.  If not, one
7726         can still determine if the result of an expression is true using
7727         "file-exists-p FILE && echo true".
7728         (eshell-stringify): If `eshell-stringify-t' is nil, don't
7729         stringify t!
7731         * eshell/esh-module.el: Whitespace fix.
7733         * eshell/em-alias.el (eshell-alias-initialize):
7734         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7735         (eshell-command-aliased-p): New function that returns t if a
7736         command name names an aliased.
7738 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7740         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7741         redrawing the screen when changing cursor color.
7742         (viper-insert-state-pre-command-sentinel)
7743         (viper-replace-state-pre-command-sentinel)
7744         (viper-replace-state-post-command-sentinel):
7745         Use viper-preserve-cursor-color.
7746         Many functions changed to use viper= instead of = when comparing
7747         characters.
7748         * viper-util.el (viper-memq-char,viper=): New functions for
7749         working with characters.
7750         (viper-change-cursor-color): Fixed buglet.
7751         Many functions changed to use viper= instead of = when comparing
7752         characters.
7753         * viper.el (viper-insert-state-mode-list): Added eshell.
7755         * ediff-init.el (ediff-before-setup-hook): New hook.
7756         Several typos fixed in various docstrings.
7757         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7758         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7759         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7760         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7761         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7762         (ediff-get-selected-buffers): New function.
7763         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7764         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7765         Use save-window-excursion.
7766         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7767         termination check in while loop.
7768         * ediff.el (ediff-get-default-file-name): Better defaults when in
7769         dired buffer.
7770         (ediff-files,ediff-merge-files,ediff-files3)
7771         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7773 2000-10-28  Dave Love  <fx@gnu.org>
7775         * info.el (Info-fontify-node): Add help-echo for menu items.
7777 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
7779         * startup.el (normal-top-level): If the value of $TERM indicates
7780         we are running from xterm or one of its work-alikes, default to a
7781         light background mode.
7783         Support for -fg, -bg, and -rv command-line arguments for TTYs:
7784         * faces.el (tty-handle-reverse-video): New function.
7785         (tty-create-frame-with-faces): Call it.
7787         * frame.el (frame-notice-user-settings): Don't apply
7788         default-frame-alist and initial-frame-alist to MS-DOS frames.
7789         Call tty-handle-reverse-video, frame-set-background-mode, and
7790         face-set-after-frame-default for non-MS-DOS frames.
7792         * startup.el (tty-long-option-alist): New variable.
7793         (tty-handle-args): New function.
7794         (command-line): Call tty-handle-args.
7796         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7797         startup.el now does that for all character-terminal frames.
7799 2000-10-28  Miles Bader  <miles@gnu.org>
7801         * emacs-lisp/easy-mmode.el (define-minor-mode):
7802         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7803         is global.  If :global is followed by a non-nil but non-t value,
7804         make the mode buffer-local, but also generate a `global-MODE'
7805         version using `easy-mmode-define-global-mode'.
7806         Add :conditional-turn-on keyword argument.
7808 2000-10-28  Dave Love  <fx@gnu.org>
7810         * international/latin1-disp.el (latin1-char-displayable-p):
7811         Don't use window-system.
7813 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
7815         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7816         Don't call find-buffer-file-type-coding-system.  Instead, just
7817         set eol-type to -unix if inhibit-eol-conversion is in effect, or
7818         if the file is on an untranslated filesystem.
7819         (add-untranslated-filesystem): Use "D" instead of "f" inside
7820         interactive.
7822 2000-10-27  Dave Love  <fx@gnu.org>
7824         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7825         (refill-mode): Use it.
7827 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
7829         * international/quail.el (quail-activate): Don't make-local-hook.
7831 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
7833         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7834         manual backups and file.~<rev>.~ for automatic ones.
7835         (vc-make-version-backup): Don't do it on MS-DOS without long file
7836         names.
7838         * vc.el (vc-version-other-window): If an automatic backup of the
7839         desired version exists, rename it instead of copying it.
7841         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7842         after command.  If there's an unexpected error, signal it instead
7843         of being silent.
7844         (vc-cvs-merge-news): Be prepared for no news at all.
7846 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
7848         * shell.el (shell): Add BUFFER argument.
7849         * comint.el (make-comint-in-buffer): New function.
7850         (make-comint): Use it.
7852         * faces.el (face-spec-choose): Change syntax so that the list of
7853         attribute-value pairs is now the cdr of each clause, not the cadr.
7854         Detect old-style entries, and handle them.  Use pop.
7856 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
7858         * cus-edit.el (custom-mode-map): Use a sparse map.
7859         (custom-mode): Don't bother with make-local-hook.
7861         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7863         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7865 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7867         * ps-print.el: Avoid compilation gripes.
7868         (ps-print-version): New version number (6.2.1).
7870 2000-10-26  Dave Love  <fx@gnu.org>
7872         * menu-bar.el: Modify some menu item help strings.
7873         (menu-bar-help-menu): Add link to MORE.STUFF.
7875         * cus-edit.el (custom-mode): Add `special' mode-class property.
7877         * wid-browse.el (widget-browse-mode): Likewise.
7879         * wid-edit.el (widget-specify-field): Revert to using local-map
7880         property, not keymap.
7882 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
7884         * wid-edit.el (widget-field-end): When checking for a `boundary'
7885         field, do so in the correct buffer.
7887         * simple.el (undo): Correctly distinguish between numeric and
7888         non-numeric prefix args in non-transient-mark-mode, as per the doc
7889         string.  When in transient-mark-mode, treat all prefix-args as
7890         numeric.
7892         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7893         Position point on match.  Handle N == 0 correctly.
7895         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7896         (comint-mode-map): Reverse order of `comint-write-output' and
7897         `comint-append-output-to-file'.
7898         (comint-append-output-to-file): Reinstate this function, for the
7899         benefit of the menu.
7901 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
7903         * vc.el (vc-version-other-window): Bind `file'.
7905 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7907         * Makefile.in (update-authors): New target for maintenance purposes.
7909         * emacs-lisp/authors.el (batch-update-authors): New function.
7910         (authors-fixed-entries): New defconst.
7911         (authors-add-fixed-entries): New function.
7912         (authors): Call it.: Don't process lispref/.
7914 2000-10-25  Jason Rumney  <jasonr@gnu.org>
7916         * cus-edit.el (custom-button-face, custom-button-pressed-face):
7917         Merge x w32 and mac definitions.
7919 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7921         * menu-bar.el (menu-bar-options-menu): Add a help string for
7922         `uniquify'.
7924 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
7926         * time-stamp.el (time-stamp-string-preprocess):
7927         Fix a wrong type argument error.
7929 2000-10-25  Miles Bader  <miles@gnu.org>
7931         * recentf.el (recentf-mode): Variable removed.
7932         (recentf-mode): Use `define-minor-mode'.
7934         * mwheel.el (mouse-wheel-mode): New global minor mode.
7935         (mwheel-install): Use `mouse-wheel-mode'.
7937 2000-10-25  Dave Love  <fx@gnu.org>
7939         * progmodes/cperl-mode.el (cperl-mode):
7940         Set normal-auto-fill-function correctly.
7942         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7943         Don't inherit from global-map and don't nullify menu-bar and tool-bar
7944         bindings.
7946 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
7948         * wid-edit.el (widget-field-at): New function.
7949         (widget-at, widget-field-activate): Use it.
7950         (widget-tabable-at): Use `widget-at'.
7951         (widget-specify-field): If the terminating character of the widget
7952         field (which is read-only) is a newline, put it into a special
7953         `boundary' field so that C-n/C-p act more naturally.
7954         (widget-field-end): Also don't subtract one if a special
7955         `boundary' field has been added after the widget field.
7957         * comint.el (comint-output-filter, comint-send-input):
7958         Don't bother adding stickiness fields to overlays to fool the field
7959         code, since it should notice the overlay insertion-types now.
7961         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7962         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7963         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7965 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7967         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
7968         (authors): Set file coding system to iso-2022-7bit.
7969         Add file-local variables to output buffer.
7971         * files.el (after-find-file): Don't print any warnings if
7972         WARN is nil.
7974 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7976         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7978         * delim-col.el: Now there is a column formatting mechanism.
7979         Modified to customization mechanisms convention.  Doc fix.
7980         (columns): New group for delim-col.
7981         (delimit-columns-before, delimit-columns-after)
7982         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7983         (delimit-columns-end): New vars.
7984         (delimit-columns-customize, delimit-columns-format): New funs.
7985         (delimit-columns-region, delimit-columns-rectangle)
7986         (delimit-columns-rectangle-line): Modified to support column
7987         formatting.
7989 2000-10-24  Dave Love  <fx@gnu.org>
7991         * log-edit.el (log-edit): Add :version and a :group for vc.
7993 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7995         * files.el (after-find-file): Don't print a message ``New file''
7996         if WARN is nil.
7998         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7999         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
8000         get duplicate tool-bar entries because we'll see the global ones
8001         on more than one path through keymaps.
8003         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8005         * progmodes/cmacexp.el: Change Francesco's email address.
8007 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8009         * window.el (fit-window-to-buffer): Adjust point of the window
8010         buffer, not that of the current buffer.
8012 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
8014         * progmodes/cmacexp.el: Update the euthor's email address.
8016 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8018         * faces.el (face-spec-set-match-display): Add `graphic' display
8019         type (the inverse of `tty').  Use `display-graphic-p' instead of
8020         the window-system variable.
8022 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
8024         * international/isearch-x.el (isearch-with-input-method):
8025         Call input-method-function with the first event in
8026         unread-command-events.
8028 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
8030         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8032 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
8034         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8035         New charsets.
8037         * term/mac-win.el: Remove definitions of mac-roman-lower and
8038         mac-roman-upper, require dired, and define instead of set
8039         mac-ready-for-drag-n-drop to avoid compilation error.
8041 2000-10-23  Andrew Innes  <andrewi@gnu.org>
8043         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8044         Remove superfluous calls to subst-char-in-string; instead apply
8045         expand-file-name after convert-standard-filename to ensure
8046         expected directory separators are used.
8048 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
8050         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8052 2000-10-23  Dave Love  <fx@gnu.org>
8054         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8055         (tool-bar-add-item): Set foreground and background for XBM icons.
8057         * international/latin1-disp.el (latin1-char-displayable-p):
8058         New function (from Handa).
8059         (latin1-display-check-font): Use it.
8061         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8062         using :key-sequence, making it much more usable.
8063         Use nconc, not append.
8064         (imenu--create-keymap-1): Avoid append.
8066         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8068 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8070         [the following changes fix a bug where `define-minor-mode' didn't
8071         correctly generate :require clauses for defcustoms in compiled files]
8072         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8073         (byte-compile-log-file, byte-compile-log-1): Don't set
8074         `byte-compile-current-file' to nil.  Instead set
8075         `byte-compile-last-logged-file' to it.  Test whether
8076         byte-compile-current-file equals byte-compile-last-logged-file
8077         instead of whether its nil.
8078         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8080 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
8082         * textmodes/refill.el: Fix var names in doc.
8083         (refill-mode): Don't bother with make-local-hook anymore.
8085 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
8087         * faces.el (face-user-default-spec, face-default-spec): New functions.
8088         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8089         (frame-set-background-mode, face-set-after-frame-default):
8090         Use `face-user-default-spec'.  Simplify code slightly.
8092         * woman.el (woman-italic-face, woman-bold-face)
8093         (woman-unknown-face): Add dark-background variants.
8094         (woman-default-faces): Renamed from `woman-colour-faces'.
8095         Set using the stored defaults, rather than using hard-wired colors.
8096         (woman-monochrome-faces): Renamed from `woman-black-faces'.
8097         Just make the foreground `unspecified' rather than "black".
8098         (woman-menu): Rename menu entries accordingly.
8100         * faces.el (header-line): Make more reasonable on mono/grayscale
8101         displays.
8103 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
8105         * cus-edit.el (custom-button-face): Use 3D look for mac.
8106         (custom-button-pressed-face): Likewise.
8108         * faces.el (set-face-attributes-from-resources): Handle mac frames
8109         in the same way as x and w32 frames.
8110         (face-valid-attribute-values): Likewise.
8111         (read-face-attribute): Likewise.
8112         (defined-colors): Likewise.
8113         (color-defined-p): Likewise.
8114         (color-values): Likewise.
8115         (display-grayscale-p): Likewise.
8116         (face-set-after-frame-default): Likewise.
8117         (mode-line): Same default face as for x and w32.
8118         (tool-bar): Likewise.
8120         * frame.el: Remove call to frame-notice-user-settings at end of
8121         the file.
8123         * info.el (Info-fontify-node): Make underlines invisible for mac
8124         as for x, pc, and w32 frame types.
8126         * term/mac-win.el: New file.
8128 2000-10-22  Dave Love  <fx@gnu.org>
8130         * textmodes/refill.el: New file.
8132 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
8134         * vc-hooks.el (vc-version-backup-file-name): New optional args
8135         MANUAL and REGEXP.
8136         (vc-delete-automatic-version-backups, vc-make-version-backup):
8137         New functions.
8138         (vc-before-save): Use the latter.
8139         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8140         confusion.
8142         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8143         expected by vc[-hooks].el.
8145         * vc.el (vc-checkout): Added `-p' suffix in call to
8146         vc-make-version-backups-p; use vc-make-version-backup to actually
8147         make the backup.
8148         (vc-version-other-window, vc-version-backup-file): Handle both
8149         automatic and manual backups.
8150         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8151         of all of them.
8153 2000-10-22  Miles Bader  <miles@gnu.org>
8155         * comint.el (comint-highlight-input, comint-highlight-prompt):
8156         Renamed, `-face' at end removed.
8157         (comint-send-input, comint-output-filter): Use renamed faces.
8159         * window.el (fit-window-to-buffer): Change defaulting of
8160         MAX-HEIGHT slightly.
8162         * faces.el (color-values, color-defined-p): Use `member', not
8163         `memq', because it works correctly for strings.
8164         (frame-set-background-mode): Actually, "unspecified-fg" and
8165         "unspecified-bg" *are* strings.  Use `member', not `memq', and
8166         `equal', not `eq', when a string value is possible.
8168 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
8170         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8172 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
8174         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8175         sh-electric-rparen, sh-electric-less and sh-electric-hash.
8176         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8177         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8178         (sh-font-lock-syntactic-keywords): Use them.
8179         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8180         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8181         (sh-mode): Don't override font-lock-unfontify-region-function.
8182         Use a copy of sh-font-lock-syntactic-keywords.
8183         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8184         Don't call sh-scan-buffer since font-lock does it on the fly.
8185         (sh-get-indent-info): Use `face' rather than `syntax-table'
8186         text-property to detect here-documents.
8187         Replace sh-special-syntax with sh-st-punc.
8188         (sh-prev-line): Use `face' rather than `syntax-table'
8189         text-property to skip over here-documents.
8190         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8191         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8192         (sh-electric-less, sh-set-here-doc-region)
8193         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8194         (sh-scan-buffer, sh-rescan-buffer): Remove.
8196 2000-10-21  Andrew Innes  <andrewi@gnu.org>
8198         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8199         remote (ange-ftp) file names.
8201 2000-10-21  Miles Bader  <miles@gnu.org>
8203         * window.el (fit-window-to-buffer): New function.
8204         (shrink-window-if-larger-than-buffer): Use it.
8205         (window-text-height): Don't expect minibuffers to have mode-lines.
8207         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8208         * international/quail.el (quail-update-guidance):
8209         Use `fit-window-to-buffer' instead of `set-window-text-height'.
8211         * international/quail.el (quail-show-guidance-buf): Make sure
8212         guidance window really has enough room.
8213         (quail-update-guidance): If quail-guidance-win is already shown,
8214         make sure its height is OK.
8216         * window.el (window-text-height, set-window-text-height):
8217         New functions.
8218         (shrink-window-if-larger-than-buffer): Use `window-text-height'
8219         instead of `window-height' & `mode-line-window-height-fudge'.
8220         (mode-line-window-height-fudge): Add FACE parameter.
8221         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8222         instead of `enlarge-window' & `mode-line-window-height-fudge'.
8224 2000-10-20  Miles Bader  <miles@gnu.org>
8226         * window.el (height-affecting-face-attributes): Use `defconst'.
8228         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8229         New function, conditionally aliased to `mode-line-window-height-fudge'.
8230         (ispell-help): Use it.
8231         (ispell-choices-win-default-height): Don't include mode-line fudge.
8232         (ispell-choices-win-default-height): New function.
8233         (ispell-show-choices, ispell-command-loop): Use function
8234         `ispell-choices-win-default-height' instead of variable.
8236 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
8238         * window.el (mode-line-window-height-fudge): New variable.
8239         (height-affecting-face-attributes): New variable.
8240         (mode-line-window-height-fudge): New function.
8241         (shrink-window-if-larger-than-buffer): Use it.
8242         * help.el (resize-temp-buffer-window): Likewise.
8244         * info.el (Info-fontify-node): Add support for @subsubsection
8245         titles, which use `Info-title-4-face'.
8246         (Info-title-4-face): New face.
8247         (Info-title-3-face): Inherit from Info-title-4-face instead of
8248         variable-pitch.
8250 2000-10-19  Jason Rumney  <jasonr@gnu.org>
8252         * dired.el (dired-insert-directory): Do not let errors signalled by
8253         attempt to run dired-free-space-program prevent dired from working.
8255 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
8257         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8259 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
8261         * dirtrack.el (dirtrack): Fix call to run-hooks.
8263         * cmuscheme.el (cmuscheme-program-name): Renamed from
8264         scheme-program-name because xscheme.el contains a defcustom with
8265         the same name.  As a consequence, customizing group `cmuscheme'
8266         loaded `xscheme' which redefined run-scheme.
8267         (run-scheme): Use cmuscheme-program-name.
8269         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8271         * play/doctor.el (doctor-death): Update the Samaritans'
8272         anonymous address, and add a website for Befrienders International.
8274 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8276         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
8277         Avoid compilation gripes.  Doc fix.
8278         (ps-print-version): New version number (6.2).
8279         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8280         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8281         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8282         (ps-x-extent-priority, ps-x-extent-start-position)
8283         (ps-x-face-font-instance, ps-x-find-coding-system)
8284         (ps-x-font-instance-properties, ps-x-make-color-instance)
8285         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8286         avoid compilation gripes without defining functions.
8287         (ps-e-find-composition): Alias for function find-composition, to have a
8288         suitable function depending on Emacs version.
8289         (ps-color-device, ps-color-values, ps-face-foreground-name)
8290         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8291         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8292         (ps-print-ensure-fontified): Function definitions surrounded by
8293         `eval-and-compile' to avoid compilation gripes.
8294         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8295         by symbol-value to avoid compilation gripes.
8296         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8297         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8299 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8301         * startup.el (normal-top-level): Call `frame-set-background-mode'
8302         after `frame-notice-user-settings' because the latter doesn't call
8303         the former on a tty.
8305         * faces.el (frame-set-background-mode): `unspecified' &c are
8306         symbols, not strings.
8308 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8310         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8311         why some "light*" colors are deliberately absent from the alist.
8313         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8314         Change colors for tty's, as suggested by Miles Bader.
8316 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
8318         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8319         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
8320         for ISO10646-1 fonts.
8321         (x-font-name-charset-alist): Add an entry for "iso10646-1".
8323 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8325         * faces.el (frame-set-background-mode): If a tty frame defines a
8326         background color, use that to compute the background mode, instead
8327         of always defaulting to "dark".
8329 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8331         * comint.el (comint-write-output): New function.
8332         (comint-mode-map): Add it to the menu.
8333         Bind `C-c C-s' to comint-write-output.
8335 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
8337         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8338         Use fancy-splash-delay.
8340 2000-10-18  Alex Schroeder  <alex@gnu.org>
8342         * progmodes/sql.el (sql-sybase-options): New option.
8343         (sql-sybase): Use it.  Add sql-database to the list of parameters
8344         provided for login.  The options -w 2048 -n are not used any more.
8346         * comint.el (comint-read-input-ring): Bugfix such that the first
8347         and the last entry of the input ring file are not lost.
8349 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8351         * ps-print.el: Internal variable changes to defcustom,
8352         make-local-hook changes to defvar.  Doc fix.
8353         (ps-print-version): New version number (6.1).
8354         (ps-setup, ps-do-despool): Code fix.
8355         (ps-printer-name): Customization fix.
8356         (ps-printer-name-option): Now is a defcustom instead of an
8357         internal variable.
8358         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8359         (ps-print-begin-column-hook): Now are defvar instead of
8360         make-local-hook.
8362 2000-10-18  Miles Bader  <miles@gnu.org>
8364         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8365         (comint-kill-output): Changed into an alias for `comint-delete-output',
8366         and made obsolete.
8367         (comint-mode-map): Rename references to comint-kill-output.
8369 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
8371         * diff-mode.el (diff-header-face, diff-file-header-face)
8372         (diff-changed-face): Add bold and italic attributes to tty faces.
8373         (diff-function-face): New face.
8374         (diff-font-lock-keywords): Use it.
8376 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
8378         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8379         Remove commented-out call to force-mode-line-update.
8380         (comint-kill-output): Use `forward-line 0' instead of
8381         beginning-of-line to make sure we get past the prompt.
8383 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
8385         * diff-mode.el (diff-header-face, diff-file-header-face):
8386         Add specific setting for dark background.
8387         (diff-context-face): Renamed from diff-comment-face.
8388         Set explicitly rather than inheriting from font-lock-comment-face.
8390 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8392         * startup.el (command-line): Move the code which sets the default
8393         TTY colors to before before-init-hook.
8395 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8397         * jit-lock.el (jit-lock-stealth-time): Doc fix.
8399 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8401         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8402         extensions, for MS-DOS.
8404         * diff-mode.el (diff-header-face, diff-file-header-face)
8405         (diff-changed-face): Define tty-specific colors.
8407 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8409         * startup.el (fancy-splash-text): Realign the text.
8411 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8413         * font-lock.el (font-lock-comment-face): Define a separate default
8414         for dark-background tty's.
8416 2000-10-17  Miles Bader  <miles@gnu.org>
8418         * help.el (resize-temp-buffer-window): Add hack to avoid last line
8419         being obscured by whizzy mode-lines on graphics displays.
8421 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8423         * info.el (Info-title-1-face, Info-title-2-face)
8424         (Info-title-3-face): Define colors for tty's.
8425         (info-header-node): Remove unneeded tty-specific definition.
8427 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
8429         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8430         reverse from the frame parameters, and don't invert foreground and
8431         background colors.
8433 2000-10-16  Miles Bader  <miles@gnu.org>
8435         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8436         string "*Info*".  Call propertized-buffer-identification to spruce
8437         up the result.
8439 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8441         * help.el: Provide `help' for the sake of define-minor-mode
8442         which generates defcustoms with requires.
8444         * jit-lock.el (jit-lock-after-change): If we're in text that
8445         matches a multi-line font-lock pattern, make sure the whole text
8446         will be redisplayed.
8448         * emacs-lisp/authors.el (authors-add): Don't add an entry if
8449         author's name is unknown.
8451         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8452         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8453         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8454         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8455         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8456         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8457         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8458         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8459         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8460         Add author information.
8462 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
8464         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8465         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8466         full-color version (using the Gimp) to eliminate dithering artifacts.
8468 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8470         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8472         * simple.el (syntax-flag-table, string-to-syntax): Remove.
8474 2000-10-15  Dave Love  <fx@gnu.org>
8476         * progmodes/sh-script.el: Require skeleton and comint when compiling.
8478         * pcomplete.el (pcomplete) <defgroup>: Add :version.
8480         * whitespace.el: Doc fixes.
8481         (top-level): Don't add hooks here.
8482         (whitespace-running-emacs): Deleted.
8483         (timer): Don't require.
8484         (whitespace): Add back :version conditional on xemacs test.
8485         (whitespace-spacetab-regexp, whitespace-indent-regexp)
8486         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8487         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8488         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8489         Avoid specific xemacs test.
8490         (whitespace-global-mode): New option.
8491         (whitespace-global-mode): New command.
8492         (whitespace-unload-hook): New function.
8494         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8495         (Info-fontify-node, Info-goto-node, Info-mode-menu)
8496         (Info-fontify-node): `Goto' goes to `Go to'.
8497         (Info-fontify-node): Add help-echo to xref links.
8499 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
8501         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8503 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8505         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8506         Use plist-get and allow :inherit.
8508         * emacs-lisp/cl-macs.el (cl-do-arglist):
8509         Use plist-get and plist-member instead of memq.
8511         * emacs-lisp/ewoc.el (ewoc-location): New function.
8512         (ewoc-enter-after, ewoc-enter-before): Document return value.
8513         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8514         Don't need make-local-hook any more.
8515         (cvs-addto-collection): Return the new tin.
8516         (cvs-mode-insert): Jump to the new line.
8518         * jit-lock.el (jit-lock-fontify-buffer): Remove.
8520         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8522         * font-lock.el (font-lock-syntactically-fontified): New var.
8523         (font-lock-fontify-syntactic-keywords-region): Use it.
8524         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
8526         * diff-mode.el (diff-find-file-name): Fix regexp.
8528         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8529         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8531         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8532         (sh-mode-syntax-table): Add punctuation syntax for < and >.
8533         (sh-mode): Don't make all vars local here.
8534         (sh-kw): Reformat.
8535         (sh-set-shell): Use dolist.  Don't set indent-region-function.
8536         (sh-mode-syntax-table): Use pop.
8537         (sh-remember-variable): Use push.
8538         (sh-help-string-for-variable): Use memq.
8539         (sh-safe-backward-sexp): Remove.
8540         (sh-safe-forward-sexp): Add ARG.
8541         (sh-get-indent-info, sh-prev-stmt): Use it.
8542         (sh-prev-line): Simplify by using forward-comment.
8543         (sh-this-is-a-continuation): Simplify.
8544         (sh-learn-buffer-indent): Use dolist.
8545         (sh-do-nothing): Remove.
8546         (sh-set-char-syntax, sh-set-here-doc-region):
8547         Use inhibit-modification-hooks.
8548         (sh-name-style): Use mapcar and push.
8549         (sh-load-style): Use dolist.
8550         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8551         (sh-case, sh-while-getopts): Use propertize directly rather
8552         than sh-electric-rparen.
8554 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
8556         * textmodes/tex-mode.el: Require CL when compiling.
8557         (tex-mode-syntax-table): Init immediately.
8558         (tex-mode-map): Bind M-RET to latex-insert-item.
8559         (latex-mode): Set indent-line-function to latex-indent.
8560         (tex-common-initialization): Don't setup the syntax-table any more.
8561         (latex-insert-item): New skeleton.
8562         (tex-next-unmatched-end): Fix copy/paste braino.
8563         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8564         (latex-indent, latex-find-indent): New functions.
8565         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8566         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8567         (tex-compilation-parse-errors): Use with-syntax-table.
8569 2000-10-15  Miles Bader  <miles@gnu.org>
8571         * font-lock.el (font-lock-comment-face): Change dark-background,
8572         color, non-tty, default to `chocolate1'.
8574 2000-10-13  John Wiegley  <johnw@gnu.org>
8576         * eshell/esh-util.el (require): Added a missing `require' form,
8577         needed when compiling (for an ange-ftp macro definition).
8579 2000-10-13  Dave Love  <fx@gnu.org>
8581         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8583 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
8585         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8587         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8588         transparent -colors 8).
8590 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
8592         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8593         that breaks with old list format timestamps.
8594         (time-stamp-warn-inactive, time-stamp-old-format-warn)
8595         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8597 2000-10-13  John Wiegley  <johnw@gnu.org>
8599         * align.el, pcomplete.el, calendar/timeclock.el,
8600         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8602         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8603         faulty math, where holiday hours were being computing as seconds.
8605 2000-10-13  John Wiegley  <johnw@gnu.org>
8607         * desktop.el (desktop-buffer-modes-to-save): Added a global for
8608         specifying what "other" kinds of buffers should be saved.
8609         This used to be hard-coded.
8610         (desktop-buffer-misc-functions): A global for specifying how
8611         auxiliary data should be determined for special buffer types.
8612         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8613         instead of hard-coding the special buffer types.
8614         (desktop-save): Run `desktop-buffer-misc-functions' to gather
8615         auxiliary data, instead of hard-coding for Info buffers and dired.
8616         (desktop-buffer-info-misc-data): Aux function for determining Info
8617         buffer auxiliary info.
8618         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8619         (desktop-buffer-info): Changed this function to use the info
8620         gathered above.
8621         (desktop-create-buffer): Be a little more careful about what
8622         `minor-mode' means before calling it.  This is important for some
8623         buffer types.
8625 2000-10-13  John Wiegley  <johnw@gnu.org>
8627         * eshell/esh-util.el: Added a global form which declares an
8628         autoload for `parse-time-string', if that function is not already
8629         defined, and if parse-time.el is available on the user's system.
8631         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8632         to be aware of ange-ftp user info.
8633         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
8634         (eshell-ls-annotate): Use `eshell-file-attributes'.
8635         (eshell-ls-file): Made the user-id printing code a bit smarter.
8637         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8638         allow identification of alias user ids in remote directories.
8639         It's manual, but there's no other way to know when the current user
8640         on the local machine, is also the owning user on the remote machine.
8641         (fboundp): Bind `ange-cache'.
8642         (eshell-directory-files-and-attributes): Re-organized the logic a
8643         bit to use `eshell-file-attributes' instead of `file-attributes'.
8644         The former is more sensitive to directories that are read via FTP,
8645         and knows how to use ange-ftp to determine full attribute
8646         information, instead of just the name and last modtime.
8647         (eshell-current-ange-uids): Return the current user id when in a
8648         remote directory.
8649         (eshell-parse-ange-ls): Parse a full directory listing that has
8650         been returned by ange-ftp.
8651         (eshell-file-attributes): This beefed up version of
8652         `file-attributes' is only special if the user is currently in a
8653         remote directory, in which case it does a lot of work to find out
8654         what the real attributes of a file are, as they appear on the
8655         remote machine.  This makes usage of remote directories (i.e.,
8656         ange-ftp pathnames) much more useful.  You can now use Eshell as a
8657         full-fledged FTP client, with much more manipulation ability than
8658         most other clients.
8660         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8661         variable, which means that Eshell's du should always be preferred
8662         in remote directories.
8663         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8664         just `file-attributes'.
8665         (eshell-mvcp-template): Bind `ange-cache', to improve performance
8666         when reading remote directories.  This is an Eshell-specific
8667         variable (not part of ange-ftp).
8668         (eshell/ln): Bind `ange-cache'.
8669         (eshell/du): Added some extra logic for determining when to use
8670         Eshell's du (which is slow), and when to use the external version
8671         (which may or may not exist).
8673         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8674         Call `eshell-interactive-process', rather than using
8675         `get-buffer-process', since backgrounded processes don't count in
8676         the context of this function's logic.
8678         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8679         `forward-char', so that null strings are parsed correctly.
8681 2000-09-13  John Wiegley  <johnw@gnu.org>
8683         * eshell/em-pred.el (eshell-pred-file-type)
8684         (eshell-pred-file-links, eshell-pred-file-size):
8685         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
8687         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8688         that remote file globbing is more efficient.
8690         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8691         gathering the files and attributes within a directory.
8693         * eshell/em-unix.el (eshell/cat): If any of the files passed on
8694         the command line is a special file (not a regular file, directory
8695         or symlink), always attempt to call the external version of cat.
8697 2000-09-13  John Wiegley  <johnw@gnu.org>
8699         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8700         Eshell-friendly version of find-tag.
8702 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
8704         * image-file.el (image-file-name-extensions)
8705         (image-file-name-regexps): Add autoload cookies.
8707 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
8709         * international/mule-cmds.el (select-safe-coding-system): If FROM
8710         is string, show it in *Warning* buffer.
8712 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8714         * startup.el (normal-top-level): Use display-popup-menus-p instead
8715         of window-system.
8716         (command-line): Use display-graphic-p instead of window-system.
8717         (command-line-1): Use display-popup-menus-p and display-mouse-p
8718         instead of window-system.
8720 2000-10-12  Sam Steingold  <sds@gnu.org>
8722         * tooltip.el (tooltip-use-echo-area): New user variable.
8723         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8725 2000-10-12  Dave Love  <fx@gnu.org>
8727         * recentf.el: Maintainer's checkdoc fixes.
8729         * startup.el (normal-top-level-add-subdirs-to-load-path):
8730         Use character class, not ASCII when matching file names.
8731         (fancy-splash-head): Add trailing slash to URL.
8732         (command-line): Don't require XPM support for toolbar.
8734         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8735         (cperl-invalid-face): Revert last change.
8736         (cperl-init-faces): Quote cperl-invalid-face.
8738 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8740         * startup.el (fancy-splash-text): Remove superfluous quote.
8742 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8744         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8745         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8746         (command-line-1): Don't use fancy-splash-pending-command.
8747         (fancy-splash-screens-1): Goto point-min after inserting text.
8749         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8751         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8752         instead of shared-lisp-mode-map.
8754 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
8756         * faces.el (header-line): Change tty-variant to use underlining.
8758         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8759         (isearch-highlight): Restore lazy-isearch face properties at old
8760         position, and suppress them at new position.
8761         (isearch-dehighlight): Restore lazy-isearch face properties.
8762         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8763         over the real isearch overlay, but in that case, don't give it a
8764         face property.  Use `push'.
8766 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8768         * man.el (Man-getpage-in-background): Fix previous change.
8769         Decode the process output only when we are in multibyte mode.
8771 2000-10-11  Dave Love  <fx@gnu.org>
8773         * info.el (Info-mode-menu): Fix some help.
8774         (info-tool-bar-map): Add entry for Info-last.
8776         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8777         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8778         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8779         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8780         * toolbar/search-replace.xpm, toolbar/exit.xpm:
8781         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8782         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8783         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8784         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8785         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8786         Reduce colour requirements to 25 overall.  (Probably wants
8787         revisiting from the originals to reduce further.)
8789 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
8791         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8792         buffer-file-coding-system, instead of raw-text.
8793         (dehexlify-buffer): Bind coding-system-for-read to
8794         buffer-file-coding-system, instead of raw-text.
8796 2000-10-11  Sam Steingold  <sds@gnu.org>
8798         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8799         `underline' - fixes the bug introduced on 2000-09-21.
8801 2000-10-11  Dave Love  <fx@gnu.org>
8803         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8804         Avoid compiler warnings.
8805         (scheme-mode): Doc fix.
8806         (scheme-font-lock-keywords-1): Match `define-syntax'.
8808 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
8810         * faces.el (frame-set-background-mode): Pay attention to saved
8811         face specs as well as default ones.  Only do anything if the
8812         bg-mode or display-type has actually changed.  Use `dolist'.
8813         (region): Make dark-background `region' face less in-your-face.
8815 2000-10-10  Sam Steingold  <sds@gnu.org>
8817         * chistory.el, ielm.el, ledit.el:
8818         * progmodes/inf-lisp.el, progmodes/scheme.el:
8819         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8821 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
8823         * textmodes/texinfo.el: Update copyright and fix typo.
8825         * desktop.el (desktop-modes-not-to-save): New var.
8826         (desktop-save-buffer-p): Use it.
8827         Also, obey desktop-buffers-not-to-save even for non-file buffers.
8828         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8830 2000-10-10  Dave Love  <fx@gnu.org>
8832         * toolbar/tool-bar.el (tool-bar-add-item)
8833         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8835         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8836         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8837         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8838         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8839         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8840         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8841         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8842         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8843         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8844         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8845         the .xpms; probably need retouching.
8847 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
8849         * subr.el (add-to-list): Add optional argument APPEND.
8850         * battery.el (display-battery): Use `add-to-list'.
8852 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
8854         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8855         properties.
8856         (zone, zone-when-idle, zone-leave-me-alone)
8857         (zone-pgm-whack-chars): Use new symbol properties.
8859         * battery.el (display-battery): Doc spelling fix.
8861         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8862         property.
8864 2000-10-09  Dave Love  <fx@gnu.org>
8866         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8867         has been initialized before calling tool-bar-setup.
8868         (tool-bar-add-item-from-menu): Add autoload cookie.
8870 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
8872         * menu-bar.el (send-mail-item-name): New function.
8873         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8874         of mail-user-agent in the menu.  Don't display the "Send Mail"
8875         item if mail-user-agent is nil or its value is ignore.
8876         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8877         if read-mail-command is nil or its value is ignore.
8879         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8881 2000-10-09  Miles Bader  <miles@gnu.org>
8883         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8884         Correct image size.
8885         * toolbar/left_arrow.xpm: Correct image size.
8887         * jka-compr.el: Don't call `jka-compr-install' when loading (it
8888         will be done by the definition of `auto-compression-mode' if
8889         necessary.  Move code to uninstall existing file-name handler
8890         before definition of `auto-compression-mode'.
8892         * image-file.el (auto-image-file-mode): Move to the end of the
8893         file, because `define-minor-mode' actually calls the mode-function
8894         if the associated variable is non-nil, which requires that all
8895         needed functions be already defined.
8897         * mouse.el (popup-menu): Balance parens.
8899 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
8901         * mouse.el (popup-menu): Move the command call outside the loop
8902         so that popup-menu returns whatever the command returns.
8904         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
8905         (initialize-new-tags-table): Use run-hook-with-args-until-success.
8906         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8907         (tags-table-format-functions): Renamed from tags-table-format-hooks.
8909         * vc.el (vc-version-diff): diff-switches can be a list.
8910         Use relative filenames for prettier output.
8912         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8913         (vc-post-command-functions): Remove old-VC compatibility code.
8915         * newcomment.el (comment-indent-default): Autoload.
8917         * font-lock.el (font-lock-defaults): Make buffer-local.
8918         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8919         (font-lock-choose-keywords):
8920         Ignore LEVEL unless KEYWORDS is a list of syms.
8921         (c-keywords, c++-keywords, objc-keywords, java-keywords):
8922         Don't wrap regexp-opt things in \(...\) unnecessarily.
8924         * jit-lock.el: Don't require font-lock any more.
8925         (jit-lock-functions): Make buffer-local.
8926         (jit-lock-saved-fontify-buffer-function): Remove.
8927         (jit-lock-mode): Remove autoload cookie.
8928         Remove font-lock specific code.
8929         (jit-lock-unregister): Don't bother handling complex hooks any more.
8930         (jit-lock-refontify): New function.
8931         (jit-lock-fontify-buffer): Use it.
8932         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8933         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8934         Add optional args START and END.
8935         Never call font-lock-fontify-region directly.
8936         (jit-lock-function, jit-lock-stealth-fontify): Use it.
8938         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8940 2000-10-08  Dave Love  <fx@gnu.org>
8942         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8944         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8946         * play/studly.el (studlify-region, studlify-word): Add autoload
8947         cookie.
8949         * play/morse.el (morse-region, unmorse-region): Add autoload
8950         cookie.
8952         * play/spook.el (spook-phrases-file): Use expand-file-name, not
8953         concat.
8955         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8956         insist on symbols starting with word syntax.
8957         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8958         (eval-defun-1): Doc fix.
8959         (indent-sexp): Use nconc to build up indent-stack.
8961         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8962         Gnus with little use.
8963         (mail-setup-hook): Add mail-abbrevs-setup to options.
8965         * recentf.el: Doc fixes.
8967         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8968         Clean up remainder.
8970         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
8971         without timezone and (8) with timezone to enforce some whitespace.
8972         Simplify code somewhat.
8974         * options.el (list-options): Doc that you should use customize.
8976         * iswitchb.el (iswitchb-mode): Add :require.
8978         * info.el (Info-goto-node, Info-menu): Doc fix.
8979         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8980         (info-tool-bar-map): New variable.
8981         (Info-mode): Use it.
8982         (Info-edit-map): Define all in defvar.
8983         (speedbar-attached-frame): Avoid compiler warning.
8985         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8986         (global-map): Bind [tool-bar] to a filtered map.
8987         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
8988         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8989         Allow PBM icons.
8990         (tool-bar-setup): Adjust calls of tool-bar-add-item.
8992         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8993         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8994         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
8995         icons, except up_arrow, which is left-arrow rotated.
8997         * imenu.el (imenu-add-to-menubar): Fix last change.
8999 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
9001         * generic-x.el (rul-generic-mode): Remove eval-when-compile
9002         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
9004 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9006         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9007         typos in doc strings.
9009         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9010         the doc strings how to customize Font Lock faces.
9012         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9013         computing growth when dragging the header line.
9015 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
9017         * simple.el (kill-line): Doc fix.
9019 2000-10-08  Miles Bader  <miles@gnu.org>
9021         * faces.el (secondary-selection): Make foreground visible on tty.
9023         * jka-compr.el (auto-compression-mode): Move to the end of the
9024         file, because `define-minor-mode' actually calls the mode-function
9025         if the associated variable is non-nil, which requires that all
9026         needed functions be already defined.
9027         (with-auto-compression-mode): Add autoload cookie.
9029 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
9031         * files.el (find-backup-file-name) [ms-dos]: If support for long
9032         file names is not available, behave as if version-control were set
9033         to never.
9035 2000-10-07  Dave Love  <fx@gnu.org>
9037         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9038         (browse-url-gnome-moz): New function.
9039         (browse-url-browser-function): Use it.
9040         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9042 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
9044         * indent.el (tab-always-indent): New var.
9045         (indent-for-tab-command): Use it.
9047         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9048         raise an error.  This way it can still default to a sane value.
9050 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9052         * startup.el (fancy-splash-screens): Use local rather than global map.
9053         Don't use `update-menu-bindings' any more.
9054         Get rid of assumptions about keymap representation.
9056 2000-10-06  Dave Love  <fx@gnu.org>
9058         * textmodes/fill.el (sentence-end-double-space)
9059         (sentence-end-without-period):  Doc fix.
9060         (adaptive-fill-regexp): Purecopy.
9061         (unjustify-current-line): Use line-end-position.
9062         (fill-individual-paragraphs-prefix): Use line-beginning-position.
9064         * net/eudc-vars.el (eudc): Add :version, :link.
9066         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9068         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9069         Fix for define-minor-mode.
9070         (function-at-point): Alias to function-called-at-point.
9072         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9074         * simple.el (backward-word): Doc fix.
9076         * image-file.el (image-file-name-regexp): image-file-regexps ->
9077         image-file-name-regexps.
9078         (image-file-name-extensions): Add pbm.
9080 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
9082         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9083         and add filename to the names so that diff-mode can jump to source.
9085         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9086         (tex-font-lock-keywords, tex-font-lock-keywords-2)
9087         (tex-font-lock-keywords-1): Remove.
9088         (font-lock-turn-on-thing-lock): Use jit-lock-register.
9089         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9090         (font-lock-default-fontify-region):
9091         Expand beg..end correctly when just following a multiline region.
9092         (font-lock-fontify-anchored-keywords):
9093         Include the anchor text as part of the multiline.
9095 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
9097         * loadup.el (toplevel): Load `loaddefs' before `help' because the
9098         latter needs the autoloaded define-minor-mode macro during the
9099         bootstrap.
9101         * startup.el (command-line): For now, activate tool-bar-mode only
9102         if XPM images are supported.
9104         * mouse.el (mouse-drag-header-line): Don't allow resizing a
9105         window by dragging a header-line at the top of the frame; that's
9106         confusing because the header-line doesn't move.
9107         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9108         of treating the event as a list.  Some cleanup.
9110 2000-10-06  Miles Bader  <miles@gnu.org>
9112         * simple.el (display-message-or-buffer): New function.
9113         (shell-command-on-region): Use `display-message-or-buffer'.
9115         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9116         docstring parts.
9118         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9119         (smbclient-prompt-regexp): Add usage note to doc string.
9120         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9121         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9122         Use add-hook for adding the comint filter function, and only do so
9123         if it's not already in the global hook list.
9124         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9125         to `make-local-variable'.
9126         (nslookup-font-lock-keywords): Remove prompt entry.
9127         (nslookup): Don't set the process-filter.
9128         (finger): Exit the loop correctly when the regexps list runs out.
9129         (ftp, smbclient, smbclient-list-shares):
9130         Set the real major mode immediately, not after execing.
9131         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9133         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9135 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
9137         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9139         * which-func.el (which-func-format): Remove spurious space.
9140         (which-func-mode): Don't make it permanent-local.
9141         (which-func-ff-hook): Allow which-func-maxout to be nil.
9142         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
9143         (which-func-mode): Simplify.
9144         Use post-command-idle-hook rather than post-command-hook.
9145         Go through all buffers and update their state.
9146         (which-function): Also try add-log-current-defun-function.
9148         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9149         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9150         Update call to with-vc-properties accordingly.
9151         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9152         (vc-revert-buffer): More careful about window selection and deletion.
9153         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9155         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9156         (cvs-retrieve-revision): Reuse a pre-existing buffer.
9157         (cvs-dired-action): Change the default to quickdir.
9159         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9160         if comment-indent-function returns nil.
9161         (comment-indent-default): New function.
9162         (comment-indent-function): Use it and document the new semantics.
9164         * image-file.el: Docstring fixes.
9166         * help.el (help-xref-on-pp): Use match-string.
9167         (describe-variable): New arg BUFFER.
9168         Store the current buffer in the help-xref-stack.
9169         (temp-buffer-resize-mode): Use define-minor-mode.
9171         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9172         consistently with its docstring.
9173         Set jit-lock-first-unfontify-pos in an idempotent way.
9174         (jit-lock-register): Autoload and add arg CONTEXTUAL.
9176 2000-10-05  Alex Schroeder  <alex@gnu.org>
9178         * sql.el (sql-mysql-options): New variable.
9179         (sql-mysql): Use it.
9181 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
9183         * image.el (image): New group.
9185         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9186         (smerge-base-face, smerge-markers-face): Add dark-background variants.
9188 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9190         * net/net-utils.el (nslookup-font-lock-keywords)
9191         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9192         Ignore the value of wqindow-system; always define keywords
9194 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
9196         * startup.el (fancy-splash-screens): Remove the code for
9197         debugging; `(trace-to-stderr "EXITTT\n")'.
9199 2000-10-05  Miles Bader  <miles@gnu.org>
9201         * diff-mode.el (diff-goto-source): Update call to
9202         `diff-hunk-status-msg' to reflect new REV variable.
9204 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
9206         * progmodes/icon.el (icon-mode):
9207         Don't gratuitously override the default for comment-column.
9209         * vc-hooks.el (vc-mode-line): Fix interactive spec.
9211         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9212         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9213         (jit-lock-functions): New var.
9214         (jit-lock-function-1): Use it if non-nil.
9215         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
9216         Set the `fontified' property before doing the fontification to avoid
9217         repeatedly going through the same error.
9218         Don't turn errors into messages.
9219         (jit-lock-register, jit-lock-unregister): New functions.
9221         * dired.el (dired-mark-pop-up): Turn comment into docstring.
9222         Use with-current-buffer.
9224         * dired-aux.el (dired-do-create-files, dired-kill-tree):
9225         Turn comment into docstring.
9227         * apropos.el (apropos-mode): Use define-derived-mode.
9229 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
9231         * startup.el (fancy-splash-pending-command): New variable.
9232         (fancy-splash-pre-command): New function.
9233         (fancy-splash-screens): Rewritten.
9234         (command-line-1): If fancy-splash-pending-command is set, call it
9235         interactively.
9237 2000-10-04  Dave Love  <fx@gnu.org>
9239         * toolbar/tool-bar.el (tool-bar-setup): New function.
9240         (tool-bar-mode): Use it.
9242         * subr.el (substitute-key-definition): Doc fix.
9243         (play-sound-file): New command.
9245 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
9247         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9248         vc-version-backup-file-name): New functions.
9250         * files.el (basic-save-buffer): Call vc-before-save before saving.
9252         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9253         vc-cvs-stay-local-p.
9255         * vc.el (vc-revert-buffer): Handle empty diff properly.
9256         (vc-version-backup-file): New function.
9257         (vc-checkout): Create a version backup if necessary.
9258         (vc-checkin): If a version backup file exists, delete it.
9259         (vc-version-diff): Diff locally using version backups, if available.
9260         (vc-revert-file): If there's a version backup, revert locally.
9261         (vc-transfer-file): Use version backup for base version, if
9262         available.  If not, ask for confirmation whether to get it from the
9263         server.  Update mode line before check-in.
9265 2000-10-04  Dave Love  <fx@gnu.org>
9267         * toolbar/tool-bar.el (tool-bar-setup): New function.
9268         (tool-bar-mode): Use it.
9270 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9272         * net/net-utils.el (nslookup-font-lock-keywords)
9273         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9274         Only set if window-system is non-nil
9275         (net-utils-run-program): Returns buffer.
9276         (network-connection-reconnect): Added this function.
9278         * generic.el:
9279         Incorporates extensive cleanup and docfixes by
9280         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9281         Uses cl compile-time macros.
9282         (generic-mode-name, generic-comment-list)
9283         (generic-keywords-list, generic-font-lock-expressions)
9284         (generic-mode-function-list, generic-mode-syntax-table):
9285         Removed variables.
9286         (generic-mode-alist): Renamed to generic-mode-list.
9287         (generic-find-file-regexp): Default changed to "^#".
9288         (generic-read-type): Uses completing read on generic-mode-list.
9289         (generic-mode-sanity-check): removed this function.
9290         (generic-add-to-auto-mode): Removed this function
9291         (generic-mode-internal): Bind mode-specific definitions
9292         into function instead of putting them in alist.
9293         (generic-mode-set-comments): Reworked extensively.
9294         (generic-mode-find-file-hook): Simplified regexp searching
9295         (generic-make-keywords-list): Omit extra pair of parens
9297         * find-lisp.el (find-lisp-find-files-internal):
9298         Make sure directory name ends with "/".
9300         * generic-x.el (apache-conf-generic-mode):
9301         Regexp now allows leading whitespace.
9302         (rc-generic-mode): Added eval-when-compile
9303         around generic-make-keywords-list.
9304         Deleted duplicate regexp
9305         (rul-generic-mode): Added eval-when-compile
9306         around generic-make-keywords-list.
9307         (etc-fstab-generic-mode): New generic mode.
9308         (rul-generic-mode): Removed one eval-when-compile
9309         which caused a max-specpdl-size exceeded error.
9311 2000-10-04  Miles Bader  <miles@gnu.org>
9313         * simple.el (minibuffer-temporary-goal-position): New variable.
9314         (next-history-element): Try to keep the position of point in the
9315         input string constant.
9317         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9318         (dired-do-create-files): If there's only one file, pass it in as
9319         the DEFAULT arg to dired-mark-read-file-name.
9321 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
9323         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9324         (diff-goto-source): Be smarter when choosing REVERSE or not.
9326         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9327         (texinfo-mode-menu): Add an explicit shortcut for update all.
9329 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
9331         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9332         factorize backend-specific code cleanly (this was essentially
9333         conceived by Stefan Monnier).
9334         (vc-unregister): Function removed.
9335         (vc-revert-file): New function.
9336         (vc-revert-buffer): Delegate some of the work to it.
9338         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9339         default branch unconditionally.
9340         (vc-rcs-set-default-branch): New function.
9341         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9342         (vc-rcs-checkin): If an appropriate default branch has been set,
9343         force creation of that branch.
9344         (vc-rcs-receive-file): Rewritten to contain only backend-specific
9345         code (as suggested by Stefan Monnier).
9347 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9349         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9350         highlighting overlay with a different face over the overlay
9351         isearch uses to highlight the current match because that can lead
9352         to bad face combinations.
9354         * loadup.el (toplevel): Load faces before isearch.
9356         * isearch.el (isearch-faces): New custom group.
9357         (isearch): New defface; was already tested for in the code.
9358         (isearch-lazy-highlight-face): Changed to defface from defcustom.
9359         (isearch-highlight): Always use face `isearch'.
9361 2000-10-02  Dave Love  <fx@gnu.org>
9363         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9364         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
9365         comparison of opcode with operand.
9367 2000-10-03  Miles Bader  <miles@gnu.org>
9369         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9370         buffer, since the echo area will now grow to accommodate them.
9372 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
9374         * vc-hooks.el (vc-registered): If FILE used to be registered under
9375         a certain backend, try that one first.
9377         * vc.el (vc-responsible-backend): Undo the previous change in the
9378         argument list.  Handle multiple backends correctly.
9379         (vc-find-new-backend): Function removed.
9380         (vc-register): Use vc-responsible-backend, as before.
9381         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9383 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9385         * startup.el (fancy-splash-head): Change message below the
9386         logo.
9388 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
9390         * diff-mode.el (diff-goto-source): Emit a status message.
9391         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9392         (diff-test-hunk): Fix doc string.
9393         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9394         (diff-advance-after-apply-hunk): New variable.
9395         (diff-apply-hunk): Don't return a value.
9397 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
9399         * vc.el (vc-editable-p): Minor optimization.
9400         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9401         (vc-find-new-backend): New function split from vc-responsible-backend.
9402         (vc-register): Use it.
9403         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9404         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9405         (vc-default-unregister, vc-revert-buffer): Docstring fix.
9406         (vc-clear-headers): Don't use find-file.
9407         (vc-revert-buffer): Use `and' again (must have been a braino).
9408         (vc-switch-backend): Only prompt if requested.
9409         Short circuit if nothing is to be done.
9410         Don't use vc-resynch-buffer which could lose unsaved editing.
9411         (vc-default-receive-file): Update call to vc-unregister.
9412         (with-vc-file, vc-next-action-on-file):
9413         Use vc-backend rather than vc-registered.
9414         (vc-next-action-on-file): Use intern-soft.
9415         Deal with read-only *vc-diff* buffer.
9416         (vc-transfer-file): Docstring fix.
9418         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9419         (vc-rcs-receive-file): Avoid with-vc-properties.
9420         Update call to vc-unregister.
9421         Use constant `RCS' rather than (dynamically bound) var `backend'.
9423 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
9425         * vc.el (vc-next-action-on-file): Update mode line only if file
9426         is visited.
9427         (vc-start-entry): New argument initial-contents.  Don't visit the file
9428         if it isn't already visited.  Brought documentation up-to-date.
9429         (vc-next-action, vc-register): Updated calls to vc-start-entry.
9430         (vc-checkin): New optional arg initial-contents, which is passed to
9431         vc-start-entry.
9432         (vc-finish-logentry): Make sure to bury log buffer only if there
9433         really is one.  Call `vc-resynch-buffer' on log-file, not
9434         buffer-file-name.
9435         (vc-default-comment-history, vc-default-wash-log): New functions.
9436         (vc-index-of): Removed.
9437         (vc-transfer-file): Make do without the above.
9438         (vc-default-receive-file): Call comment-history unconditionally.  Pass
9439         the resulting string to vc-checkin, instead of inserting it into the
9440         comment ring.
9442         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9443         unconditionally.  Use the comments as initial contents of the log
9444         entry buffer.  Document the trick to force branch creation with no
9445         changes.
9447 2000-10-01  Miles Bader  <miles@gnu.org>
9449         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9450         `recenter' with an arg to prevent redrawing the display.
9452 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
9454         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9456         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9458         * progmodes/c-mode.el (c-mode):
9459         Don't gratuitously override the default for comment-column.
9461         * textmodes/tex-mode.el (latex-metasection-list): New var.
9462         (latex-imenu-create-index): Use it.
9463         Move the regexp construction outside loops (and use push).
9464         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9465         (tex-font-lock-keywords): Moved from font-lock.el.
9466         (tex-comment-indent): Remove.
9467         (tex-common-initialization): Don't set comment-indent-function.
9468         (latex-block-default): New var.
9469         (tex-latex-block): Use it to provide a default choice.
9470         Add any unknown choice to latex-block-names.
9471         Insert [...] after {...}.
9472         (tex-last-unended-begin): Simplify regexp.
9473         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9474         (latex-forward-sexp-1, latex-forward-sexp): New functions.
9475         (latex-mode): Set forward-sexp-function.
9477         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9478         Add regexp for @ignore ... @end ignore.
9479         (texinfo-heading-face): New face.
9480         (texinfo-font-lock-keywords): Use it.
9481         (texinfo-mode-menu): New menu.
9482         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9483         New functions.
9484         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9485         (texinfo-section-types-regexp, texinfo-section-level-regexp)
9486         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9487         Remove declaration.
9488         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9490         * delsel.el (delete-selection-mode): Use define-minor-mode.
9492         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9494 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9496         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9498 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
9500         * replace.el (keep-lines-read-args): New function.
9501         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9502         read arguments interactively.  Add parameters RSTART and REND.
9503         Operate on the active region in Transient Mark mode.
9505         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9507         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9508         (authors-obsolete-files-regexps): New variable.
9509         (authors-add): Don't record changes in obsolete files.
9511 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9513         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9515         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9516         (comment-indent): Make sure there's a space between code and comment.
9517         Shift comments left to avoid going past fill-column.
9519 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9521         * startup.el (startup-echo-area-message): New function.
9522         (display-startup-echo-area-message): Use it.
9523         (fancy-splash-screens): Rewritten to use keymaps and a timer.
9524         (fancy-splash-default-action): New function.
9525         (fancy-splash-screens-1): New function.
9526         (fancy-splash-head): Put a help-echo and a keymap under the image.
9528 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9530         * diff-mode.el (diff-add-log-file-name): Remove.
9531         (diff-mode): Use add-log-buffer-file-name-function.
9533         * add-log.el (find-change-log): New arg BUFFER-FILE.
9534         (add-log-file-name): Obey add-log-file-name-function.
9535         (add-log-buffer-file-name-function): New var.
9536         (add-change-log-entry): Use it.
9538 2000-09-29  Miles Bader  <miles@gnu.org>
9540         * image-file.el (image-file-name-extensions): New variable.
9541         (image-file-name-regexps): Renamed from `image-file-regexps'.
9542         New default value is nil.  Call `auto-image-file-mode'.
9543         (image-file-name-regexp): New function.
9544         (auto-image-file-mode): New minor mode.
9545         (insert-image-file): Don't make conditional on the image-file
9546         handler being enabled.
9547         (image-file-handler): Make the call here conditional instead.
9548         (set-image-file-handler-enabled, enable-image-file-handler)
9549         (disable-image-file-handler): Functions removed.
9551         * emacs-lisp/authors.el (authors-print): Rephrase many-files
9552         string.
9554 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9556         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9557         it's a function from CL.
9558         (latex-imenu-create-index): Replace eval-when-compile with progn
9559         because latex-section-alist is not bound while compiling.
9561 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9563         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9564         (outline-mode): Use define-derived-mode.
9566         * progmodes/perl-mode.el (perl-mode):
9567         * progmodes/awk-mode.el (awk-mode):
9568         * progmodes/asm-mode.el (asm-mode):
9569         Don't gratuitously override the default for comment-column.
9571         * emacs-lisp/lisp.el (lisp-complete-symbol):
9572         Distinguish the let-binding case from the funcall case.
9573         (forward-sexp-function): New variable.
9574         (forward-sexp): Use it.
9576         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9577         (easy-mmode-defmap): Remove the now useless autoload.
9579         * time.el (display-time-mode): Use define-minor-mode.
9581         * subr.el (add-minor-mode): Don't eval NAME.
9582         Don't depend on the presence of TOGGLE-FUN for any special behavior.
9583         Use if rather than cond.
9585         * simple.el (read-expression-map): Define more properly.
9586         (comment-indent-hook): Remove.
9587         (string-to-syntax): Bug fix.
9589         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9590         (cvs-ediff-diff): Fix typo.
9591         (cvs-revert-if-needed): Don't bother preserving read-only.
9593         * paren.el (show-paren-mode): Use define-minor-mode.
9595         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9596         (toggle-auto-compression): Remove.
9597         (jka-compr-build-file-regexp): Remove useless grouping.
9599         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9600         Avoid user-reserved bindings.
9601         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9602         (diff-header-face): Revert to grey85.
9604         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9606         * complete.el (partial-completion-mode) <defcustom>: Remove.
9607         (partial-completion-mode): Use define-minor-mode.
9608         (PC-do-completion): Understand `completion-auto-help = delay'
9609         to mean to popup the completion buffer only the second time.
9610         (PC-include-file-all-completions, PC-include-file-all-completions)
9611         (PC-include-file-all-completions): Don't quote lambda.
9613         * comint.el (comint-mode-hook): Docstring fix.
9614         (comint-mode): Use define-derived-mode.
9615         (comint-mode-map): Remove obsolete comment.
9616         (make-comint): Minor stylistic change.
9617         (comint-insert-clicked-input): Be more careful to find the overlay.
9618         Use this-command-keys rather than hardcoding mouse-2.
9620         * font-lock.el: Replace confusing (,@ with ,
9621         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9622         Don't use regexp-opt-depth.  Spice up the regexp for args.
9623         Don't distinguish between cmds that can take an opt arg or not.
9624         Use `append' and `prepend' rather than `keep'.
9626         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9627         (latex-outline-regexp): New var.
9628         (latex-outline-level): New fun.
9629         (latex-section-alist): New var.
9630         (latex-imenu-create-index): Use it.  Use `push' as well.
9631         (tex-shell-map): Initialize it properly.
9632         (tex-mode): Minor stylistic change.
9633         (plain-tex-mode): Use define-derived-mode.
9634         (latex-mode): Use define-derived-mode.
9635         Construct the paragraph regexps in a more readable way.
9636         Set the buffer-local outline-{level,regexp} vars.
9637         (slitex-mode): Derive from latex-mode.
9638         (tex-common-initialization): Don't kill-all-vars anymore.
9639         Add setting for comment-add and font-lock-defaults.
9640         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9641         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
9642         (tex-start-tex): New arg DIR (and send a chdir command for it).
9643         Also display the shell buffer and save it in tex-last-buffer-texed.
9644         (tex-region): Use expand-file-name rather than concat.
9645         Remove code made useless by changes in tex-start-tex.
9646         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9648         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9650 2000-09-28  Dave Love  <fx@gnu.org>
9652         * eshell/eshell.el (eshell) <defgroup>: Add :version.
9654 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
9656         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9657         `append'.
9659 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9661         * info.el (Info-extract-pointer): Undo last change.
9662         Instead, fix the position of the `bound' arg to re-search-backward.
9664 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
9666         * info.el (Info-extract-pointer):
9667         Widen more carefully, to avoid finding pointers in other nodes.
9668         (Info-index): Use push.
9670 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9672         * frame.el (set-frame-font): Remove call to obsolete function
9673         frame-update-faces.
9674         (set-foreground-color, set-background-color): Likewise for
9675         frame-update-face-colors.
9677 2000-09-27  Miles Bader  <miles@gnu.org>
9679         * image-file.el: New file.
9681 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9683         * frame.el (frame-notice-user-settings): Don't call
9684         frame-update-faces, which is a no-op now.
9686         * ediff-wind.el (ediff-control-frame-parameters): Add zero
9687         tool-bar-lines.
9689 2000-09-27  Dave Love  <fx@gnu.org>
9691         * mouse.el: Fix last change.
9693 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
9695         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9697 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
9699         * international/quail.el (quail-help): The output message is
9700         improved.
9702 2000-09-26  Dave Love  <fx@gnu.org>
9704         * mouse.el (popup-menu): If POSITION is nil, set it using
9705         mouse-position.
9707 2000-09-25  Sam Steingold  <sds@gnu.org>
9709         * net/browse-url.el (browse-url-file-url): Check for null maps.
9711 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
9713         * frame.el (frame-notice-user-settings): Don't add a
9714         tool-bar-lines frame parameter to default-frame-alist in batch mode.
9716         * frame.el (frame-notice-user-settings):
9717         Make tool-bar-mode and default-frame-alist consistent.
9719         * toolbar/tool-bar.el (tool-bar-help): New function.
9721 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9723         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9724         current-load-list in top-level forms.  Else this leaks a cons cell
9725         every time a defun is called.
9727         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9729 2000-09-25  Dave Love  <fx@gnu.org>
9731         * startup.el (fancy-splash-head): Check XPM is available.
9733         * autoinsert.el (auto-insert): Doc fix.
9734         (auto-insert-alist): Following GNU notices, don't say `copyright
9735         _by_'.  Use line-beginning-position.
9736         (auto-insert): Check buffer-file-name is non-nil before use.
9738 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9740         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9741         starting with `@def' or `@multitable', in addition to ones
9742         specified by the user in auto-fill-inhibit-regexp.
9744 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
9746         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9747         rmail-dont-reply-to-names matches the empty string.
9749 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9751         * startup.el (command-line-1, fancy-splash-text): Change the
9752         text to sound more friendly.
9754 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
9756         * progmodes/hideshow.el: Update author email address.
9757         Generally, sync w/ maintainer version 5.22.
9758         (hs-hide-all-non-comment-function): New var.
9759         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9760         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9761         (hs-show-region): Delete this command.
9762         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9764 2000-09-22  Dave Love  <fx@gnu.org>
9766         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9767         (hl-line-highlight): Specify buffer when moving overlay.
9769         * progmodes/fortran.el (fortran-mode): Locally set
9770         normal-auto-fill-function.
9771         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9772         (fortran-mode-map): Adjust auto-fill menu entry.
9774 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
9776         * vc-rcs.el (toplevel): Require `vc' when compiling.
9778         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9780 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
9782         * vc.el (vc-switch-backend): Signal an error if the file is not
9783         registered under the new backend.
9785         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9786         without explicit revision number.
9788 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
9790         * diff-mode.el (diff-file-header-face): Reset to its previous value.
9791         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9792         (diff-xor): New function.
9793         (diff-find-source-location): Use it.  Fix a stupid name clash.
9794         (diff-hunk-status-msg): New function.
9795         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9796         (diff-test-hunk): Use diff-find-source-location.
9797         (diff-goto-source): Favor the `reverse'.
9798         (diff-hunk-text): Properly handle one-sided context diffs.
9799         (diff-apply-hunk): When done, advance to the next hunk.
9801 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9803         * startup.el (command-line): If frame was created with a non-zero
9804         tool-bar-lines parameter, switch tool-bar-mode on.
9806         * add-log.el (change-log-date-face, change-log-name-face)
9807         (change-log-email-face, change-log-file-face)
9808         (change-log-list-face, change-log-conditionals-face)
9809         (change-log-function-face, change-log-acknowledgement-face):
9810         New faces, inheriting from font-lock faces.
9811         (change-log-font-lock-keywords): Use them.
9813 2000-09-21  Dave Love  <fx@gnu.org>
9815         * progmodes/cperl-mode.el (top-level): Clean up
9816         `eval-when-compile's and assorted defvars.
9817         (cperl-invalid-face): Don't double-quote value.  Change custom
9818         type.
9819         (cperl-mode): Set normal-auto-fill-function and don't zap
9820         auto-fill-function.
9821         (cperl-imenu--function-name-regexp-perl): Renamed from
9822         imenu-example--function-name-regexp-perl.
9823         (cperl-imenu--create-perl-index): Renamed from
9824         imenu-example--create-perl-index.
9825         (cperl-xsub-scan): Don't require cl.
9827         * msb.el (msb-mode-map): Use substitute-key-definition.
9828         (msb-mode): Use msb-mode-map.
9830 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
9832         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9833         New functions.
9834         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9835         (vc-switch-backend): New function.
9836         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9837         (vc-register): Fix prompt.
9838         (vc-unregister, vc-default-unregister): New functions.
9839         (vc-version-diff): Handle empty buffer in sentinel.
9841         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9842         (vc-rcs-state-heuristic): Use it to guess the state of files with
9843         non-strict locking.
9844         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9845         been set with -b, but not created yet.
9846         (vc-rcs-fetch-master-state): With non-strict locking, compare file
9847         contents in order to find the state.
9848         (vc-rcs-checkin): Allow creation of branches with no changes.
9849         (vc-rcs-unregister, vc-rcs-receive-file)
9850         (vc-rcs-set-non-strict-locking): New functions.
9852         * vc-hooks.el (vc-name): Force correct computation of the value
9853         in case it is missing.
9855 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9857         * startup.el (fancy-splash-tail): Use a different foreground
9858         color on a dark frame background.
9860 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
9862         * info.el: Use the correct capitalization when making Info-mode
9863         and Info-edit-mode `special' modes.
9865 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
9867         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9868         (diff-mode): Add support for add-log.el.
9869         (diff-hunk-text): Use char offsets rather than line offsets.
9870         (diff-find-source-location): Replace LINE with line-offset (nil
9871         if not found) and always set POS to a meaningful position.
9872         Adapt to the new char-offsets.
9873         (diff-apply-hunk): Drop support for the unused `select' POPUP.
9874         Adapt to the new diff-find-source-location.
9875         (diff-goto-source): Adapt to the new diff-find-source-location.
9877         * add-log.el (add-log-file-name): New function (split out of
9878         add-change-log-entry).
9879         (add-change-log-entry): Use it.
9880         Call add-log-file-name-function with the changelog file name if
9881         the current buffer is not associated with any file.
9882         Avoid find-file if the selected window is dedicated.
9884         * diff-mode.el (diff-find-source-location):
9885         Move code from diff-apply-hunk.  Return buffer rather than file.
9886         (diff-apply-hunk): Use the new result from  diff-find-source-location.
9887         (diff-goto-source): Use the new diff-find-source-location.
9889 2000-09-20  Dave Love  <fx@gnu.org>
9891         * iswitchb.el: Some doc fixes.
9892         (iswitchb-mode-map): Define completely initially.  Inherit
9893         minibuffer-local-map.
9894         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9895         fundamental-mode.
9896         (iswitchb-global-map): New variable.
9897         (iswitchb-summaries-to-end): Amalgamate regexps.
9898         (iswitchb-mode): New.
9899         (iswitchb-mode-hook): New variable.
9900         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
9901         `extensions'.
9903 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
9905         * ehelp.el (electric-help): New defgroup.
9906         (electric-help-shrink-window): New user-option.
9907         (with-electric-help): Use it.
9909         * window.el (shrink-window-if-larger-than-buffer): If face
9910         `mode-line' has a :box, and we're on a graphical frame, add 1
9911         to the needed window height.
9913         * frame.el (frame-notice-user-settings): Add a last parameter nil
9914         to a call to `append', because the last list passed to `append' is
9915         not copied, and so subsequent calls to assq-delete-all will modify
9916         default-frame-alist.
9918         * startup.el (fancy-splash-image): Change :type.
9919         (fancy-splash-head): Use an XBM image if appropriate.
9920         (command-line-1): Show splash screens in more cases.
9922         * startup.el (fancy-splash-text): Don't quote faces.
9924         * dired.el (dired-font-lock-keywords): Undo last change.
9925         (dired-readin): Bind indent-tabs-mode to nil.
9927         * startup.el (fancy-splash-head): If frame's background mode
9928         is `dark', change the black background of the image to gray.
9929         (fancy-splash-screens): Display startup echo area message.
9930         (display-startup-echo-area-message): New function.
9932 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
9934         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9936         * info.el (info-header-node): Tweak for color ttys.
9938         * faces.el (face-valid-attribute-values): Make sure directories we
9939         search for stipples both exist and are readable before trying to
9940         search them.
9942         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9943         in the dry-run case.
9945         * jka-compr.el (with-auto-compression-mode): New macro.
9947         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9948         (custom-group-tag-face, custom-variable-tag-face): Use relative
9949         :height and inherit from `variable-pitch' face instead of
9950         hardwiring :family.
9951         * hi-lock.el (hi-black-hb): Likewise.
9953         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9954         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9955         toolbar-add-item, if image doesn't have a mask add a `:mask
9956         heuristic'.
9958 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
9960         * diff-mode.el: Docstring fixes.
9961         (diff-header-face, diff-comment-face): New faces.
9962         (diff-font-lock-keywords): Highlight a bit differently.
9963         (diff-find-source-location): Don't return SPAN any more.
9964         (diff-hunk-text): Don't bother erasing the temp buffer.
9965         (diff-find-text): Drop argument LINE.
9966         (diff-apply-hunk): Update calls to diff-find-text.
9967         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9969         * calendar/calendar.el: Docstring fixes.
9970         (calendar-make-alist): Don't quote lambda.
9971         (calendar-star-date): Use make-local-variable.
9973 2000-09-19  Dave Love  <fx@gnu.org>
9975         * toolbar/tool-bar.el: Renamed from toolbar.el.
9976         Change `toolbar' to `tool-bar' generally in symbols.
9977         Make some items invisible in `special' major modes.
9978         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9979         Add arg PROPS.
9981         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9982         Add :version here.
9983         (fancy-splash-delay, fancy-splash-image): Remove :version here.
9985 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9987         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9989         * files.el (find-file-suppress-same-file-warnings): New user-option.
9990         (find-file-noselect): Use it.
9992         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9993         (fancy-splash-screen): Defgroup.
9995         * add-log.el (change-log-font-lock-keywords): Match names
9996         more exactly for the case that font-lock-constant-face is
9997         underlined.
9999 2000-09-19  Richard M. Stallman  <rms@gnu.org>
10001         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10003 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
10005         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10007 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10009         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10010         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10011         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10012         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10013         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10014         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10015         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10016         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10017         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10018         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10019         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10020         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10022         * startup.el (fancy-splash-text): New variable.
10023         (fancy-splash-delay, fancy-splash-image): New user-options.
10024         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10025         (fancy-splash-screens): New functions.
10026         (command-line-1): If display has a `display' frame parameter, has
10027         colors, and we have XPM support, show more fancy splash screens.
10029 2000-09-19  Dave Love  <fx@gnu.org>
10031         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
10032         with null `help'.  Use modern backquote syntax.
10034 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
10036         * font-lock.el (font-lock-mode): Change message telling the user
10037         that ``the buffer is too big''.
10039         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10040         for instance for the case that tab-width is 2.
10042 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
10044         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10045         toolbar-add-item, if image doesn't have a mask add a `:mask
10046         heuristic'.
10048 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
10050         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10051         and return a cons if it's non-nil.
10052         (diff-apply-hunk): Try to jump to the line in the source text
10053         corresponding to the position of point in the in the hunk.
10055         * info.el (Info-title-3-face, Info-title-2-face)
10056         (Info-title-1-face): Use face inheritance and relative sizes
10057         instead of hard-wiring things.
10059         * faces.el (secondary-selection): Make dark-background variant sane.
10061 2000-09-16  Andrew Innes  <andrewi@gnu.org>
10063         * makefile.w32-in (compile-files-CMD): No need to make .elc files
10064         read-only, since they aren't under VC now.
10066 2000-09-17  Dave Love  <fx@gnu.org>
10068         * tmm.el: Replace mapcar with mapc in several places.
10070         * loadhist.el (unload-feature): Maybe call elp-restore-list and
10071         ad-unadvise.
10073         * international/latin1-disp.el: New file.
10075         * calendar/cal-move.el (scroll-calendar-left)
10076         (scroll-calendar-right): Make arg optional (for active mode line).
10078         * calendar/calendar.el (calendar-mode-line-format): Make fields
10079         mouse-sensitive.
10080         (calendar-read-date, calendar-read-date, calendar-window-list):
10081         Unquote lambda.
10082         (calendar-month-name): Use aref, not sref.
10084         * view.el (minor-mode-alist): Propertize the string.
10086         * international/characters.el (standard-case-table): Add entries
10087         for Greek.
10089 2000-09-18  Miles Bader  <miles@gnu.org>
10091         * info.el (info-node, info-xref): Add dark-background variants.
10093         * faces.el (header-line): Change defaults to be less confusing
10094         when mixed with mode-lines.
10096         * info.el (Info-fontify-node): Make a few cleanups.
10097         Add extra `help-echo' and `local-map' props to node xrefs.
10098         Use header-specific faces for node-names & xrefs.
10099         (Info-use-header-line): New variable.
10100         (info-header-xref, info-header-node): New faces.
10101         (Info-setup-header-line): New function.
10102         (Info-select-node): Call Info-setup-header-line when enabled.
10103         (Info-extract-pointer): Work even if the header line is hidden.
10104         (Info-header-line): New variable.
10106 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
10108         * vms-patch.el (print-region-function): Don't quote lambda.
10110         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10112         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10113         (lm-get-header-re): Allow spaces between the header and the colon.
10114         (lm-header): Allow $ in non-RCS headers.
10115         (lm-header-multiline): Put the strings back into order.
10116         Stop at an empty line.  Don't require two space chars if the
10117         line is clearly not another header line.
10119         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10120         (popup-menu-popup): Remove.
10122 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10124         * toolbar/toolbar.el (toolbar-add-item): Use the same image
10125         specification if or if not tool-bar item contains an `:enabled'
10126         property.
10128         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10129         current buffer has no file name.
10131 2000-09-15  Dave Love  <fx@gnu.org>
10133         * strokes.el: Sync with maintainer's current version with changes
10134         for Emacs, but avoid runtime cl and levents.
10135         (toplevel):  Change autoloads and compilation requires.
10136         (strokes-version, strokes-bug-address, strokes-lift): Values
10137         changed.
10138         (strokes-xpm-header, strokes-insinuated): New variable.
10139         (strokes): Add :link.
10140         (strokes-mode): Customized.
10141         (strokes-while-inhibiting-garbage-collector): New macro.
10142         (strokes-remassoc): Avoid remove-if.
10143         (strokes-fix-button2-command): Don't use ad-do-it.
10144         (strokes-insinuate): New function.
10145         (strokes-button-press-event-p, strokes-button-release-event-p):
10146         New functions, used instead of non-`strokes-' versions..
10147         (strokes-mouse-event-p): Rewritten.
10148         (strokes-event-closest-point): Avoid event-point.
10149         (strokes-get-grid-position): Avoid cdadr, caadr
10150         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10151         functions.
10152         (strokes-help): Use with-output-to-temp-buffer.
10153         (strokes-window-configuration-changed-p): New function.
10154         (strokes-update-window-configuration): Use buffer-live-p,
10155         strokes-window-configuration-changed-p.
10156         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
10157         (strokes-char-face): New face.
10158         (strokes-char-table, strokes-base64-chars): New variable.
10159         (strokes-xpm-for-stroke, strokes-list-strokes)
10160         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10161         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10162         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10163         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10164         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10165         functions.
10167 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10169         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10171         * image.el (create-image): Doc fix.
10173         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10174         instead of `:heuristic-mask t'.
10176 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10178         * makefile.w32-in: Revert to Unix line endings.
10180 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10182         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
10183         when installing.
10185         * makefile.nt (DONTCOMPILE): Fix typo.
10187         * shell.el (shell-write-history-on-exit): New function.
10188         (shell-dumb-shell-regexp): New custom variable.
10189         (shell-mode): Make shell-write-history-on-exit the process
10190         sentinel if shell name matches shell-dumb-shell-regexp.
10192         * w32-fns.el: Comment out before-init-hook function which resets
10193         source-directory based; this breaks bootstrap.
10195 2000-09-14  Dave Love  <fx@gnu.org>
10197         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10198         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10199         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10200         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10201         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10202         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10203         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
10204         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
10205         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10207         * toolbar/toolbar.el: New.
10209         * subdirs.el: Add toolbar.
10211 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
10213         * indent.el (indent-for-tab-command): Doc fix.
10215 2000-09-14  Alex Schroeder  <alex@gnu.org>
10217         * ansi-color.el (ansi-colors): Doc change.
10218         (ansi-color-get-face): Simplified regexp.
10219         (ansi-color-faces-vector): Added more faces, doc change.
10220         (ansi-color-names-vector): Doc change.
10221         (ansi-color-regexp): Simplified regexp.
10222         (ansi-color-parameter-regexp): New regexp.
10223         (ansi-color-filter-apply): Doc change.
10224         (ansi-color-filter-region): Doc change.
10225         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10226         deal with zero length parameters.
10227         (ansi-color-apply-on-region): Doc change.
10228         (ansi-color-map): Doc change.
10229         (ansi-color-map-update): Removed debugging message.
10230         (ansi-color-get-face-1): Added condition-case to trap
10231         args-out-of-range errors.
10232         (ansi-color-get-face): Doc change.
10233         (ansi-color-make-face): Removed.
10234         (ansi-color-for-shell-mode): New option.
10236 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
10238         * international/quail.el (quail-start-translation): Translate KEY
10239         if necessary even if it doesn't have any mapping in the current
10240         input method.
10241         (quail-start-conversion): Likewise.
10242         (quail-help): The output message is improved.
10244 2000-09-13  Miles Bader  <miles@gnu.org>
10246         * comint.el (comint-output-filter): Revert to using
10247         `insert-before-markers'.  Add bletcherous hack to undo damage
10248         caused by `insert-before-markers'.  Put `front-sticky' property on
10249         overlays created here so that the field code understands how the
10250         overlay works.  Use a let when making comint-last-prompt-overlay,
10251         so that the code is easier to read.
10253 2000-09-13  Dave Love  <fx@gnu.org>
10255         * wid-edit.el (widget-default-format-handler): DTRT when
10256         doc-property is a function.
10258 2000-09-12  Francesco Potorti`  <pot@gnu.org>
10260         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10261         filed name if it's not there.
10263 2000-09-12  Dave Love  <fx@gnu.org>
10265         * simple.el (read-mail-command): Doc fix.
10266         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10268         * vc.el (vc-dired-listing-switches): Fix :version.
10270         * vc-hooks.el: Doc fixes.
10272         * subr.el (add-minor-mode): Use toggle-fun arg.
10274         * speedbar.el: Add :version to several defcustoms.
10276         * imenu.el (imenu--truncate-items, imenu--cleanup)
10277         (imenu--generic-function): Avoid mapcar.
10278         (imenu--replace-spaces): Function removed.
10279         (imenu--completion-buffer): Use subst-char-in-string.
10280         (imenu-add-to-menubar): Use keymap inheritance.
10282 2000-09-12  Miles Bader  <miles@gnu.org>
10284         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10285         (diff-mode-map): Bind `diff-test-hunk'.
10286         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10288 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10290         * bytecomp.el (byte-compile-defvar): Undo last change
10291         because it breaks '(make-variable-buffer-local (defvar ...)'
10292         which is used at least in dired.
10294 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10296         * international/quail.el (quail-define-package): Docstring
10297         modified.
10299 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10301         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10302         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10303         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
10304         docstring of "chinese-py".
10306         * international/quail.el (quail-translation-docstring): New
10307         variable.
10308         (quail-show-keyboard-layout): Docstring modified.
10309         (quail-select-current): Likewise.
10310         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10311         infinite recursive call.
10312         (quail-help): Check quail-translation-docstring.  Format of the
10313         output changed.
10314         (quail-help-insert-keymap-description): Adjusted for the above
10315         change.
10317 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10319         * bytecomp.el (byte-compile-defvar): Only cons onto
10320         current-load-list in top-level forms.  Else this leaks a cons cell
10321         every time a defun is called.
10323 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
10325         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10326         Now understands non-unified diffs.  Some functionality moved into
10327         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
10328         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
10329         modify anything.  Only reposition point in the patched file if the
10330         patch succeeds.  Only pop up another window if POPUP is true.
10331         Emit a message describing what happened if successful, and at what
10332         line-offset.  Automatically detect reversed hunks and do something
10333         appropriate.
10334         (diff-hunk-text, diff-find-text): New functions.
10335         (diff-filter-lines): Function removed.
10336         (diff-test-hunk): New function.
10337         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10339 2000-09-10  Dave Love  <fx@gnu.org>
10341         * textmodes/tildify.el: Minor doc/commentary fixes.
10342         (tildify) <defgroup>: Add :version.
10344         * faces.el (face-x-resources): Make custom type more specific.
10345         (frame-background-mode): Use mapc.
10346         (region) <defcustom>: Add :version.
10348 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
10350         * vc-sccs.el (vc-sccs-register):
10351         * vc-rcs.el (vc-rcs-register):
10352         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10353         * vc.el (vc-register): Clear file's properties.
10355 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
10357         * faces.el (face-spec-set): Only face-spec-reset-face when
10358         ATTRS is non-nil.
10360 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10362         * help.el (help-insert-xref-button): Fix a typo in doc string.
10364 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
10366         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10367         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10368         methods.
10370         * menu-bar.el (read-mail-item-name): New function.
10371         (menu-bar-tools-menu): Use it to compute and display the package
10372         used to read email.
10373         (menu-bar-tools-menu): Fix typo in GUD's help string.
10375 2000-09-07  Dave Love  <fx@gnu.org>
10377         * diff-mode.el (diff-mouse-goto-source): New function.
10379         * vc-sccs.el: Doc fixes.
10380         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10382         * vc-rcs.el: Doc fixes.
10383         (vc-rcs-register-switches, vc-rcs-checkin-switches)
10384         (vc-rcs-checkout-switches, vc-rcs-header)
10385         (vc-rcs-master-templates): Add or change :version.
10387         * vc-cvs.el: Doc fixes.
10388         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10389         (vc-cvs-stay-local): Add :version.
10391         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10393 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10395         * international/quail.el (quail-help): Fix previous change.
10397 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10399         * faces.el (color-values): Doc fix.
10401         * faces.el (frame-set-background-mode): Use frame-parameter
10402         instead of frame-parameters.
10404         * frame.el (filtered-frame-list): Reduce consing.
10405         (frames-on-display-list): Call frame-parameter instead of
10406         frame-parameters.
10408 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10410         * language/devan-util.el (devanagari-to-indian-region): In the
10411         loop, change the following char, not preceding char.
10413 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10415         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10416         instead of frame-parameters.
10418         * faces.el (set-face-attribute): Simplify by calling
10419         internal-set-lisp-face-attribute with FRAME being 0.
10421         * vc.el: Remove `Id' version control keyword.
10423 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10425         * help.el (help-make-xrefs): Adjusted for the change of
10426         help-xref-mule-regexp.
10427         (help-insert-xref-button): New function.
10429         * international/mule-cmds.el (help-xref-mule-regexp-template):
10430         Include the pattern for character set.
10431         (leim): New group.
10433         * international/quail.el: Don't require face.
10434         (quail): New group.
10435         (quail-other-command): Dummy command to make quail-help work better.
10436         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10437         (quail-keyboard-layout-substitution): New variable.
10438         (quail-update-keyboard-layout): New function.
10439         (quail-keyboard-layout-type): New customizable variable.
10440         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10441         (quail-keyboard-translate): Pay attention to
10442         quail-keyboard-layout-substitution.
10443         (quail-insert-kbd-layout): New function.
10444         (quail-show-keyboard-layout): New function.
10445         (quail-get-translation): If the definition is a vector of length
10446         1, and the element is a string of length 1, return the character
10447         in that string.
10448         (quail-update-current-translations): Fix the case of
10449         relative-index out of range.
10450         (quail-build-decode-map, quail-insert-decode-map): New Functions.
10451         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10452         Show key sequences for all available characters.
10453         (quail-help-insert-keymap-description): Don't show such verbose
10454         key bindings as quail-self-insert-command.
10456         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10457         Format changed, and each element now have extra documentations.
10458         (tit-process-header): Delete invalid characters from TIT-PROMPT.
10459         Adjusted for the change of quail-cxterm-package-ext-info.
10461 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
10463         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10464         requiring it leads to a recursive loading of vc.el and vc-hooks.el
10465         during bootstrap.
10467 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10469         * vc.el: (toplevel): Don't require `dired' at run-time.
10470         (vc-dired-resynch-file): Remove autoload cookie.
10472 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10474         * vc.el: Made several backend functions optional.
10475         (vc-default-responsible-p): New function.
10476         (vc-merge): Use RET for first version to trigger merge-news, not
10477         prefix arg.
10478         (vc-annotate): Handle backends that do not support annotation.
10479         (vc-default-merge-news): Removed.  The existence of a merge-news
10480         implementation is now checked on caller sites.
10482         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10483         case.
10485         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10486         special case that has been removed from the default in vc-hooks.el.
10488 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10490         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10492 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10494         * vc-hooks.el: Require vc during compilation.
10495         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10496         macro `with-vc-properties' in vc.el.
10497         (vc-file-getprop): Doc fix.
10498         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10500         * vc.el: Require dired-aux during compilation.
10501         (vc-name-assoc-file): Moved to vc-sccs.el.
10502         (with-vc-properties): New macro.
10503         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10504         vc-finish-steal): Use it.
10505         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
10506         to the backend-specific function is now supposed to do the checkout,
10507         too.
10508         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10510         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10511         set file properties; that gets done in the generic code now.
10513         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10514         Changed parameter list, added code from vc.el that does the
10515         checkout, possibly with a double-take.
10517         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10518         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10519         the above under the new name.
10520         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
10521         parameter list, added checkout command.
10522         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10523         properties; that gets done in the generic code now.
10525 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10527         * vc.el: Docstring fixes (courtesy of checkdoc).
10529 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10531         * vc.el (vc-checkout-writable-buffer-hook)
10532         (vc-checkout-writable-buffer): Remove.
10533         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10534         (vc-log-mode): Make it into a clean derived major mode.
10535         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10536         vc-log-mode if log-edit is not available.
10537         (vc-dired-mode-map): Don't set-keymap-parent yet.
10538         (vc-dired-mode): Do set-keymap-parent here.
10539         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10541 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
10543         * faces.el (set-face-attribute, face-spec-reset-face)
10544         (face-spec-set): Avoid consing by removing calls to `apply'.
10546         * frame.el (frame-parameter): Move to C code.
10548 2000-09-05  Dave Love  <fx@gnu.org>
10550         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10551         insert-before-markers-and-inherit.  Now checked systematically!
10553 2000-09-05  Alex Schroeder  <alex@gnu.org>
10555         * sql.el (sql-postgres): Use sql-postgres-options.
10556         (sql-postgres-options): New variable.
10558 2000-09-05  Alex Schroeder  <alex@gnu.org>
10560         * sql.el (sql-mode-menu): Work around missing variable mark-active
10561         in XEmacs.
10562         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10563         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10564         compatibility.
10566 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
10568         * vc.el (vc-dired-resynch-file): Add autoload cookie.
10570         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10572         * Makefile.in (DONTCOMPILE): Fix typo in file name.
10574 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10576         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10577         don't support anything else under SCCS yet.
10579         * vc-hooks.el: Minor doc fixes.
10581 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10583         * vc.el (vc-next-action-on-file): Do not visit the file if it's
10584         not necessary.  If verbose in state `needs-patch', do the same as
10585         under `up-to-date'.  When NOT verbose and `needs-patch', check out
10586         latest version instead of `merge-news'.
10587         (vc-next-action-dired): Don't mess with default-directory here; it
10588         breaks other parts of dired.  It is the job of the
10589         backend-specific functions to adjust it temporarily if they need it.
10590         (vc-next-action): Remove a special CVS case.
10591         (vc-clear-headers): New optional arg FILE.
10592         (vc-checkin, vc-checkout): Set properties vc-state and
10593         vc-checkout-time properly.
10594         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10595         (vc-print-log): Use new backend function `show-log-entry'.
10596         (vc-cancel-version): Do the checks in a different order.  Added a
10597         FIXME concerning RCS-only code.
10599         * vc-rcs.el (vc-rcs-show-log-entry): New function.
10600         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10602         * vc-cvs.el (vc-cvs-show-log-entry): New function.
10604         * vc-hooks.el (vc-default-mode-line-string): Show state
10605         `needs-patch' as a `-' too.
10607 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10609         * vc.el (vc-responsible-backend): New optional arg REGISTER.
10610         (vc-default-could-register): New function.
10611         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10612         (vc-resynch-buffer): Call vc-dired-resynch-file.
10613         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10614         vc-resynch-buffer instead of vc-resynch-window.
10615         (vc-next-action-dired): Don't redisplay here, that gets done as a
10616         result of the individual file operations.
10617         (vc-retrieve-snapshot): Corrected prompt order.
10619         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10621         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10622         as well.
10623         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
10624         hostname regexps.  Updated all callers.
10625         (vc-cvs-responsible-p): Handle directories as well.
10626         (vc-cvs-could-register): New function.
10627         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10628         properties up-to-date.
10630         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10631         user whether to create one.
10633 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10635         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10636         check out a non-existing file.
10638         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10639         workfile does not exist.
10641         * vc.el (vc-version-diff): Use `require' to check for existence of
10642         diff-mode.
10644 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10646         * vc-cvs.el (vc-cvs-registered): Use new function
10647         vc-cvs-parse-entry to do the actual work.
10649 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10651         * vc-hooks.el (vc-find-backend-function): If function doesn't
10652         exist, return nil instead of error.
10653         (vc-call-backend): Doc fix.
10655         * vc.el (vc-do-command): Doc fix.
10656         (vc-finish-logentry): When checking in from vc-dired, choose the
10657         right backend for logentry check.
10658         (vc-dired-mode-map): Inherit from dired-mode-map.
10659         (vc-dired-mode): Local value of dired-move-to-filename-regexp
10660         simplified.
10661         (vc-dired-state-info): Removed, updated caller.
10662         (vc-default-dired-state-info): Use parentheses instead of hyphens.
10663         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10664         (vc-dired-listing-switches): New variable.
10665         (vc-directory): Use it, instead of dired-listing-switches.
10667         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10668         (vc-cvs-dir-state): New function.
10669         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10670         (vc-cvs-parse-entry): New function, also to be used in
10671         vc-cvs-registered.
10673 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10675         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10676         *or* single-window-frames.
10678 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10680         * vc.el (vc-update-changelog): Split into generic part and default
10681         implementation.  Doc string adapted.
10682         (vc-default-update-changelog): New function.  Call the `rcs2log'
10683         script in exec-directory, to fix a long-standing nuisance.
10685         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10686         simply signals an error.
10688 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10690         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10691         control-flow more clear and to avoid running `cvs' twice.
10693         * vc.el (vc-next-action-on-file): Doc fix.
10694         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10695         (vc-print-log): Eval `file' before constructing the continuation.
10697 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10699         * vc.el (vc-next-action-on-file): Corrected several messages.
10700         (vc-merge): Add prefix arg `merge-news'; handle it.
10702         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10703         is not reached.  It is.
10704         (vc-cvs-merge): Set state to 'edited after merge.
10705         (vc-cvs-merge-news): Set workfile version to nil if not known.
10706         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
10708         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10709         via stdout. (Merge from main line.)
10711 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10713         * vc.el (vc-finish-logentry): Thinko in the "same comment"
10714         detection.
10716 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10718         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10719         against kill-all-local-variables.
10720         (vc-log-edit): Don't save vc-parent-buffer any more.
10721         (vc-last-comment-match): Initialize to an empty string.
10722         (vc-post-command-functions): New hook.
10723         (vc-do-command): Run it.
10724         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10725         (vc-finish-logentry): Only add the comment to the ring if it's
10726         different from the last comment entered.
10727         (vc-new-comment-index): New function.
10728         (vc-previous-comment): Use it.  Make the minibuffer message
10729         slightly less terse.
10730         (vc-comment-search-reverse): Make it work forward as well.  Don't
10731         set vc-comment-ring-index if no match is found.  Use
10732         vc-new-comment-index.
10733         (vc-comment-search-forward): Use vc-comment-search-reverse.
10734         (vc-dired-mode-map): Don't inherit from dired-mode-map since
10735         define-derived-mode will do it for us.  Bind `v' to a keymap that
10736         inherits from vc-prefix-map so that we can bind `vt' without
10737         binding C-x v t.
10738         (vc-retrieve-snapshot): Parenthesis typo.
10740         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10741         to 1.  Make sure to switch to *vc* before looking for an error
10742         message.  Use vc-parse-buffer.
10744 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10746         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10747         and NAME.
10748         (vc-retrieve-snapshot): Split into two parts.
10749         (vc-default-retrieve-snapshot): New function.
10751         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10752         (vc-cvs-retrieve-snapshot): New function (untested).
10753         (vc-cvs-stay-local): Default to t.
10754         (vc-cvs-remote-p): New function and property.
10755         (vc-cvs-state): Stay local only if the above is t.
10756         (vc-handle-cvs): Removed.
10757         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10758         done via vc-handled-backends now.
10759         (vc-cvs-header): Escape Id.
10761 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10763         * vc.el (vc-do-command): Remove unused commands.
10764         (vc-version-diff): Make sure default-directory ends with a slash.
10765         Move the window commands into a vc-exec-after.
10766         (vc-print-log): Move more of the code into the `vc-exec-after'.
10768 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10770         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10771         (vc-print-log): Search current revision from beginning of buffer.
10772         (vc-revert-buffer): Clear echo area after the diff is finished.
10773         (vc-prefix-map): Removed definition of "t" for terse display in vc
10774         dired.
10775         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
10776         definition of "vt" for terse display.
10777         (vc-dired-mode): Fix dired-move-to-filename-regexp.
10779 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10781         * vc.el (vc-exec-after): Avoid caddr.
10783 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10785         * vc.el (vc-exec-after): New function.
10786         (vc-do-command): Use it to add a termination message for async
10787         procs.
10788         (vc-checkout): Try to handle a missing-backend situation.
10789         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10790         of a directory with a backend using async diffs.
10791         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10792         present.
10794         * vc-sccs.el (vc-sccs-state-heuristic): Use
10795         file-ownership-preserved-p.
10797         * vc-rcs.el (vc-rcs-state-heuristic): Use
10798         file-ownership-preserved-p.
10799         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10801 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10803         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10804         vc-do-command.
10806         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10807         when there are no changes.
10809 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10811         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10813         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10815 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10817         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10819         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10820         the `fset' outside of the defvar so that it works even if
10821         vc-prefix-map was already defined.
10822         (vc-setup-buffer): New function, split out of vc-do-command.
10823         (vc-do-command): Allow BUFFER to be t to mean `just use the
10824         current buffer without any fuss'.
10825         (vc-version-diff): Change the `diff' backend operation to just put
10826         the diff in the current buffer without erasing it.  Always use
10827         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
10828         shrink-window-if-larger-than-buffer.
10829         (vc-print-log): Change the `print-log' backend operation to just
10830         put the log in the current buffer without erasing it.  Protect
10831         shrink-window-if-larger-than-buffer.
10832         (vc-update-change-log): Fix setd typo.
10834         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10835         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10837         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10838         (vc-rcs-diff): Insert in the current buffer and remove unused arg
10839         CMP.
10841         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10842         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
10843         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10845 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10847         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10848         not possible, use vc-BACKEND-workfile-unchanged-p.
10849         (vc-default-workfile-unchanged-p): New function.  Delegates to a
10850         full vc-BACKEND-diff.
10852         * vc-hooks.el (vc-simple-command): Removed.
10854         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10855         instead of vc-simple-command.
10856         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10857         avoid doing a diff when opening a file.
10858         (vc-rcs-state): Added check for unlocked-changes.
10859         (vc-rcs-header): Escape Id.
10860         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10861         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10862         version.
10864         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10865         (vc-sccs-diff): Remove optional arg CMP.
10866         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10867         SCCS-specific function.
10869         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10870         vc-simple-command.
10872 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10874         * vc.el (vc-editable-p): Renamed from vc-writable-p.
10875         (with-vc-file, vc-merge): Use vc-editable-p.
10876         (vc-do-command): Remove unused var vc-file and fix the
10877         doubly-defined `status' var.  Add a user message when starting an
10878         async command.
10879         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10880         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10881         Use with-current-buffer.
10882         (vc-buffer-sync): Use unless.
10883         (vc-next-action-on-file): If the file is 'edited by read-only,
10884         make it read-write instead of trying to commit.
10885         (vc-version-diff, vc-update-change-log): Use `setq
10886         default-directory' rather than `cd'.
10887         (vc-log-edit): Don't forget to set default-directory in the
10888         buffer.
10890         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10891         (vc-sccs-state-heuristic): Use file-writable-p instead of
10892         comparing userids.
10893         (vc-sccs-checkout): Use `unless'.
10895         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10896         of comparing userids.
10897         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10898         Simplify the logic by eliminating unreachable code.
10899         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10900         just do a recursive call if we need to retry.
10901         (vc-rcs-checkout): Handle the case where rcs is missing by making
10902         the buffer read-write if requested and re-signalling the error.
10904         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10906 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10908         * vc-hooks.el (vc-handled-backends): Docstring change.
10909         (vc-ignore-vc-files): Mark obsolete.
10910         (vc-registered): Check vc-ignore-vc-files.
10911         (vc-find-file-hook, vc-file-not-found-hook): Don't check
10912         vc-ignore-vc-files.
10914         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10916 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10918         * vc.el (vc-checkout): Don't do anything special for ange-ftp
10919         files since ange-ftp already has vc-registered return nil.
10921         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10922         (vc-sccs-workfile-version): Use with-temp-buffer and new
10923         vc-parse-buffer and don't bother setting the property.
10924         (vc-sccs-add-triple): Use with-current-buffer and
10925         find-file-noselect.
10926         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10928         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
10929         derives from the old vc-parse-buffer but uses the revision number
10930         rather than the date (much easier to compare robustly).
10931         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
10932         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
10933         locking-user more directly.  Check strict locking and set
10934         checkout-model appropriately.
10935         (vc-rcs-parse-locks): Remove.
10936         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10937         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10938         (vc-rcs-system-release): Use with-current-buffer and
10939         vc-parse-buffer.
10940         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10942         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10943         (vc-simple-command): Docstring fix.
10944         (vc-registered): Align the way the file-handler is called with the
10945         way the function itself works.
10946         (vc-file-owner): Remove.
10948         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
10949         extraction of fields and call to file-attributes because of a
10950         temporary bug in rcp.el.
10951         (vc-cvs-fetch-status): Use with-current-buffer.
10953 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10955         * vc.el (vc-do-command): Use file-relative-name.
10956         (vc-responsible-backend): Use vc-backend if possible.
10957         (vc-create-snapshot): Improve the `interactive' spec. Add support
10958         for branches and dispatch to backend-specific `create-snapshot'.
10959         (vc-default-create-snapshot): New function, containing the bulk of
10960         the old vc-create-snapshot.
10961         (vc-retrieve-snapshot): Improve the interactive spec.
10963         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10964         (vc-backend-hook-functions): Remove.
10965         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10966         (vc-backend): Reintroduce the test for `file = nil' now that I
10967         know why it was there (and added a comment to better remember).
10969         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10970         code from vc-sccs-hooks.el.
10971         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
10972         'vc anymore.
10973         (vc-sccs-responsible-p): Use expand-file-name instead of concat
10974         and file-directory-p instead of file-exists-p.
10975         (vc-sccs-check-headers): Simplify the regexp.
10977         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10978         from vc-rcs-hooks.el.  Don't require 'vc anymore.
10979         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10980         file-directory-p instead of file-exists-p.
10982         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10983         from vc-cvs-hooks.el.
10984         (proto vc-cvs-registered): Require 'vc-cvs instead of
10985         'vc-cvs-hooks.  Don't require 'vc anymore.
10986         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10987         file-directory-p instead of file-exists-p.
10988         (vc-cvs-create-snapshot): New function, replacing
10989         vc-cvs-assign-name.
10990         (vc-cvs-assign-name): Remove.
10992 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10994         * vc-cvs.el (vc-cvs-header): New var.
10996         * vc-rcs.el (vc-rcs-exists): Remove.
10997         (vc-rcs-header): New var.
10999         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11000         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11001         (vc-sccs-header): New var.
11003         * vc.el (vc-do-command): Get rid of the `last' argument.
11004         (vc-header-alist): Remove, replaced by vc-X-header.
11005         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11006         (vc-dired-hook): Use expand-file-name instead of concat.
11007         (vc-directory): Use file-name-as-directory.
11008         (vc-snapshot-precondition, vc-create-snapshot)
11009         (vc-retrieve-snapshot): Allow the command to operate on any
11010         directory.
11012         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11013         just removing the 'WORKFILE argument or by removing the 'MASTER
11014         argument and replacing `file' with (vc-name file).
11016 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11018         * vc.el: Update Copyright and add a crude list of backend funs.
11019         (vc-writable-p): New function.
11020         (with-vc-file): Use vc-writable-p.
11021         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11022         (vc-register): Avoid vc-name.
11023         (vc-locking-user): Remove.
11024         (vc-steal-lock): Make the `owner' arg non-optional.
11025         (vc-merge): Use vc-writable-p instead of vc-locking-user and
11026         vc-checkout-model.
11027         (vc-default-dired-state-info): Use vc-state instead of
11028         vc-locking-user and return special strings for special states.
11029         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11030         and get rid of one of the special CVS cases.
11031         (vc-cancel-version): prettify error message with \\[...].
11032         (vc-rename-master): New function.
11033         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11034         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
11035         the CVS special case generic.
11036         (vc-default-record-rename): Remove.
11037         (vc-file-tree-walk-internal): Only call FUNC for files that are
11038         under control of some VC backend and replace `concat' with
11039         expand-file-name.
11040         (vc-file-tree-walk): Update docstring.
11041         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11042         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11044         * vc-sccs.el (vc-sccs-rename-file): Renamed from
11045         vc-sccs-record-rename.  Use `find-file-noselect' rather than
11046         `find-file' and call `vc-rename-master' to do the actual move.
11047         (vc-sccs-diff): Remove unused `backend' variable.
11049         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11050         to delay loading of vc-sccs until it is really used.
11051         (vc-sccs-master-templates): Preload.
11052         (vc-sccs-state): Update call to vc-sccs-parse-locks.
11053         (vc-sccs-project-dir): Remove (merged into
11054         vc-sccs-search-project-dir).
11055         (vc-sccs-search-project-dir): Rewrite using file name handling ops
11056         rather than `concat', make sure it is preloaded and don't bother
11057         to check that the file actually exists.
11058         (vc-sccs-parse-locks): Remove unused `file' argument, remove
11059         `locks' argument (use buffer's content instead) and eliminate n^2
11060         behavior.
11062         * vc-rcs.el: Update Copyright.
11063         (vc-rcs-rename-file): New function.
11064         (vc-rcs-diff): Remove unused `backend' variable.
11066         * vc-hooks.el: Update Copyright.
11067         (vc-backend): Don't accept a nil argument any more.
11068         (vc-up-to-date-p): Turn into a defsubst.
11069         (vc-possible-master): New function.
11070         (vc-check-master-templates): Use `vc-possible-master' and allow
11071         funs in vc-X-master-templates to return a non-existent file.
11073         * vc-cvs.el: Update Copyright.
11074         (vc-cvs-diff): Remove unused `backend' variable.
11075         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11077         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11079 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11081         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11082         since it can be called from vc-rcs.el.
11083         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11085 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11087         * vc.el (vc-version-diff): Expand file name read from the
11088         minibuffer.  Handle the case when a previous version number can't
11089         be guessed.  Give suitable messages when there were no differences
11090         found.
11091         (vc-clear-headers): Call backend-specific implementation, if one
11092         exists.
11093         (vc-cancel-version): Made error checks generic.  When done, clear
11094         headers generically, too.
11096         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11097         from vc-clear-headers in vc.el.
11099         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11100         correctly.
11101         (vc-rcs-latest-on-branch-p): Made second argument VERSION
11102         optional.  Handle the case when it's not there.
11104 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11106         * vc.el (vc-locking-user): Moved from vc-hooks.el.
11108 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11110         * vc-hooks.el (vc-loadup): Remove.
11111         (vc-find-backend-function): Use `require'.  Also, handle the case
11112         where vc-BACKEND-hooks.el doesn't exist.
11113         (vc-call-backend): Cleanup.
11115 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11117         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11118         vc-rcs-grab-templates)
11119         (vc-rcs-registered): Remove.  The default function works as well.
11120         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11121         vc-sccs-grab-templates)
11122         (vc-sccs-registered): Remove.  The default function works as well.
11124         * vc.el (vc-version-diff): Left out a vc- in call to
11125         vc-call-backend.
11126         (vc-default-dired-state-info, vc-default-record-rename)
11127         (vc-default-merge-news): Update for the new backend argument.
11129         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11130         using the default function.
11131         (vc-call-backend): If calling the default function, pass it the
11132         backend as first argument.  Update the docstring accordingly.
11133         (vc-default-state-heuristic, vc-default-mode-line-string): Update
11134         for the new backend argument.
11135         (vc-make-backend-sym): Renamed from vc-make-backend-function.
11136         (vc-find-backend-function): Use the new name.
11137         (vc-default-registered): New function.
11139 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11141         * vc.el (vc-merge): Use vc-find-backend-function.
11143         * vc-hooks.el (vc-backend-functions): Remove.
11144         (vc-loadup): Don't setup 'vc-functions.
11145         (vc-find-backend-function): New function.
11146         (vc-call-backend): Use above fun and populate 'vc-functions
11147         lazily.
11148         (vc-backend-defines): Remove.
11150 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11152         * vc.el (vc-register): Put a FIXME note for a newly found bug.
11153         Call vc-call-backend without the leading vc-.
11154         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11155         (vc-check-headers): Call vc-call-backend without the leading vc-.
11156         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11157         (vc-annotate-display): Replace confusing use of `cond' with `or'.
11158         Call vc-call-backend without the leading vc-.
11160         * vc-cvs.el (tail): Provide vc-cvs.
11161         * vc-sccs.el (tail): Provide vc-sccs.
11162         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11164         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11165         (vc-make-backend-function, vc-call): Pass names without leading
11166         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11167         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11168         (vc-call-backend): Always try to load vc-X-hooks.
11169         (vc-registered): Remove vc- in call to vc-call-backend.
11171 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11173         * vc.el (vc-process-filter): New function.
11174         (vc-do-command): Setup `vc-process-filter' for the async process.
11175         (vc-maybe-resolve-conflicts): New function to reduce
11176         code-duplication.  Additionally, it puts the buffer in
11177         `smerge-mode' if applicable.
11178         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11179         calling `merge-news'.
11180         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11181         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
11182         interfacing to log-edit.el.
11183         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11184         log-edit is available.
11185         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11187 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11189         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11190         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11191         defvar and the initialization.
11192         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11194         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11195         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11197         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11199 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11201         * vc.el (vc-file-clear-masterprops): Removed.
11202         (vc-checkin, vc-revert-buffer): Removed calls to the above.
11203         (vc-version-diff): Use buffer-size without argument.
11204         (vc-register): Heed vc-initial-comment.
11206         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11207         default branch.
11209         * vc-rcs.el (vc-rcs-register): Parse command output to find master
11210         file name and workfile version.
11211         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11213         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11214         vc-file-clear-masterprops.
11216         * vc-sccs.el (vc-sccs-checkout): Removed call to
11217         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
11218         rather than user login name.
11221 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11223         * vc.el (vc-workfile-unchanged-p): Remove unused argument
11224         `want-differences-if-changed' and simplify.
11225         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11226         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11227         output (which is invalid for async vc-diff) to decide whether to
11228         do the revert silently or not.
11230 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11232         * vc-hooks.el (vc-loadup): Load files quietly.
11233         (vc-call-backend): Oops, brain fart.
11235 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11237         * vc-cvs.el (vc-cvs-state): Typo.
11238         (vc-cvs-merge-news): Return the status code rather than the error msg.
11240 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11242         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11243         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11244         vc-state or vc-up-to-date-p.
11245         (vc-merge): Use vc-backend-defines to check whether merging is
11246         possible.  Set state to 'edited after successful merge.
11248         * vc-hooks.el (vc-locking-user): If locked by the calling user,
11249         return that name.  Redocumented.
11251 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11253         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11254         new `vc-state' semantics.
11255         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11256         'vc-locking-user to the current user.
11257         (vc-merge): Inline vc-backend-merge.  Comment out code that I
11258         don't understand and hence can't adapt to the new `vc-state' and
11259         `vc-locking-user' semantics.
11260         (vc-backend-merge): Remove.
11262         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11263         rather than 'vc-locking-user.
11265         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11267         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11268         (vc-state): Don't use 'reserved any more.  Just use the same
11269         convention as the one used for vc-<backend>-state where the
11270         locking user (as a string) is returned.
11271         (vc-locking-user): Update, based on the above convention. The
11272         'vc-locking-user property has disappeared.
11273         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11275         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11276         with a heuristic one.
11277         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11278         (vc-cvs-checkin): Do a trivial parse to set the state in case of
11279         error.  That allows us to get to 'needs-merge even in the
11280         stay-local case.  There's still no way to detect 'needs-patch in
11281         such a setup (or to force an update for that matter).
11282         (vc-cvs-logentry-check): Remove, the default works as well.
11284 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11286         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11288         * vc.el (vc-do-command): kill-all-local-variables, to reset any
11289         major-mode in which the buffer might have been put earlier.  Use
11290         `remove' and `when'.  Allow `okstatus' to be `async' and use
11291         `start-process' in this case.
11292         (vc-version-diff): Handle the case where the diff looks empty
11293         because of the use of an async process.
11295 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11297         * vc.el (vc-next-action-on-file): Removed optional parameter
11298         `simple'.  Recompute state unconditionally.
11299         (vc-default-toggle-read-only): Removed.
11301         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11302         (vc-toggle-read-only): Undid prev change.
11304         * vc-cvs.el (vc-cvs-stay-local): Renamed from
11305         vc-cvs-simple-toggle.  Redocumented.
11306         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11307         (vc-cvs-toggle-read-only): Removed.
11309 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11311         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11312         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11313         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11314         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
11315         still is. So maybe it should be removed.
11316         (vc-head-version, vc-find-binary): Remove.
11317         (vc-recompute-state): Move from vc-hooks.el.
11318         (vc-next-action-on-file): Add a `simple' argument to allow
11319         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11320         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11321         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11322         (vc-dired-mode-map): Properly defvar it.
11323         (vc-print-log): Call log-view-mode if available.
11324         (small-temporary-file-directory): defvar instead of use boundp.
11325         (vc-merge-news): Moved to vc-cvs.el.
11326         (vc-default-merge-news): New function.
11328         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11329         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11330         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11331         unknown `vc-latest-version' function.  It should probably refer to
11332         vc-workfile-version or somesuch, but it's very unclear to me and I
11333         don't have SCCS to test things.
11335         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11336         (vc-sccs-state-heuristic): Fix typo.
11337         (vc-sccs-workfile-unchanged-p): Add missing argument.
11339         * vc-rcs.el: Require vc and vc-rcs-hooks.
11340         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11341         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11342         (vc-release-greater-or-equal-p): Move from vc.
11343         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11344         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11345         (vc-rcs-checkout): Add a missing `new-version' argument in the
11346         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
11348         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11349         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11350         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11351         than the apparently unbound `workfile-version'.
11353         * vc-hooks.el (vc-master-templates): Def the obsolete var.
11354         (vc-file-prop-obarray): Use `make-vector'.
11355         (vc-backend-functions): Add new hookable functions
11356         vc-toggle-read-only, vc-record-rename and vc-merge-news.
11357         (vc-loadup): If neither backend nor default functions exist, use
11358         the backend function rather than nil.
11359         (vc-call-backend): If the function if not bound yet, try to load
11360         the non-hook file to see if it provides it.
11361         (vc-call): New macro plus use it wherever possible.
11362         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11363         nor `vc-find-binary' since it's only called from
11364         vc-mistrust-permission which is only used once the backend is known.
11365         (vc-checkout-model): Fix parenthesis.
11366         (vc-recompute-state, vc-prefix-map): Move to vc.el.
11368         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11369         (vc-cvs-release, vc-cvs-system-release): Remove.
11370         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11371         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11372         status symbols.
11373         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11374         (vc-cvs-toggle-read-only): First cut at a function to allow a
11375         cvs-status-free vc-toggle-read-only.
11376         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11377         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11378         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
11379         (vc-cvs-checkout): Modify access rights directly if the user
11380         requested not to use `cvs edit'.  And refresh the mode line.
11382         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11383         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11385 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11387         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
11388         workfile' that got lost when the code was extracted from vc.el.
11389         And merged the tail with the rest of the code (not possible in the
11390         old vc.el where the tail was shared among all backends).  And
11391         explicitly set the state to 'edited if `writable' is set.
11393         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11394         (vc-cvs-state): Be careful to return the value from
11395         vc-cvs-parse-state.
11396         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
11397         property but return it instead.  Also be careful to handle a nil
11398         or "" `rev' when workfile is non-nil (it was handled properly when
11399         workfile was nil).
11401         * vc.el: Removed those pesky unnecessary `(function' quotes.
11402         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11403         directly in the defvar.
11404         (vc-do-command): Bind inhibit-read-only so as to properly handle
11405         the case where the destination buffer has been made read-only.
11406         (vc-diff): Delegate to vc-version-diff in all cases.
11407         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11408         (vc-annotate-mode-variables): Removed (code moved partly to
11409         defvars and partly to vc-annotate-add-menu).
11410         (vc-annotate-mode): Turned into a derived-mode.
11411         (vc-annotate-add-menu): Moved in code in
11412         vc-annotate-mode-variables.
11413         (vc-update-change-log): Use make-temp-file if available.
11415 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
11417         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11418         `vc-checkout-model' updated to `vc-cvs-update-model'.
11420 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11422         * vc.el (vc-next-action-on-file): Added handling of state
11423         `unlocked-changes'.
11424         (vc-checkout-carefully): Is now practically obsolete, unless the
11425         above is too slow to be enabled unconditionally.
11426         (vc-update-change-log): Fixed typo.
11428         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11430         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11431         Now handles state `unlocked-changes'.
11432         (vc-sccs-workfile-unchanged-p): New function, to support the above.
11434         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11436         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11437         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
11438         `unlocked-changes'.
11439         (vc-rcs-workfile-unchanged-p): Renamed from
11440         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
11441         function yet, but supposed to become one soon.
11443         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11444         `vc-steal-lock'.
11445         (vc-call-backend): Changed error message.
11446         (vc-state): Added description of state `unlocked-changes'.
11448 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11450         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11451         always return t in CVS-controlled directories.
11453         * vc.el (vc-responsible-backend): New function.
11454         (vc-register): Largely rewritten.
11455         (vc-admin): Removed (implementation moved into vc-register).
11456         (vc-checkin): Redocumented.
11457         (vc-finish-logentry): If no backend defined yet (because we are in
11458         the process of registering), use the responsible backend.
11460         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11461         Updated function lists.
11462         (vc-call-backend): Fixed typo.
11464         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11465         New functions.
11466         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11467         Removed query option.  Redocumented.
11469 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11471         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11473         * vc.el: Updated callers of `vc-checkout-required' to use
11474         `vc-checkout-model'.
11476 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11478         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
11479         stuff updated to reference this function instead of the old
11480         `vc-backend-release-p'.
11482 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11484         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11485         vc-checkout-model.  Return appropriate values.  Updated callers.
11487 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11489         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11490         (vc-backend-revert): Function moved into `vc-revert';
11491         `vc-next-action' must be updated to accomodate this change.
11492         (vc-backend-steal): Function moved into `vc-finish-steal'.
11493         (vc-backend-logentry-check): Function moved into
11494         `vc-finish-logentry'.
11495         (vc-backend-printlog): Function moved into `vc-print-log'.
11496         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11497         (vc-backend-assign-name): Function moved into
11498         `vc-create-snapshot'.
11500 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11502         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11503         Rename to vc-checkout-model.  Return appropriate values.
11504         Update callers.
11506         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11507         to vc-checkout-model.
11508         (vc-checkout-required): Rename to vc-checkout-model.
11509         Re-implement and re-comment.
11510         (vc-after-save): Use vc-checkout-model.
11512 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11514         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11515         Update to use the vc-BACKEND-diff functions instead.
11516         `vc-diff' is now working.
11518         * vc-rcs.el (vc-rcs-logentry-check): New function.
11520         * vc-cvs.el (vc-cvs-logentry-check): New function.
11522         * vc-sccs.el (vc-sccs-diff): Function changed name from
11523         `vc-backend-diff'.  This makes `vc-diff' work.
11525         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11526         of functions possibly implemented in a vc-BACKEND library.
11527         (vc-checkout-required): Fix bug that caused an error to be
11528         signaled during `vc-after-save'.
11530         * vc.el: Fix typo.
11531         This checkin is made with our new VC code base for the very first time.
11532         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11534         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11535         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11537         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11538         updated to `vc-uses-locking'.
11539         (vc-checkout-required): Call to backend function.
11540         `vc-checkout-required' updated to `vc-uses-locking' instead.
11542         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11543         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11545         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11546         to match the split into various backends.
11547         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
11548         (vc-retrieve-snapshot): Bug fix.
11550 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11552         * vc-sccs.el (vc-sccs-release): Doc fix.
11554 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11556         * vc.el (vc-next-action-on-file): Bug found and fixed.
11557         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11558         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11560         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11561         (vc-rcs-checkout): Name space cleaned up.  No more revision number
11562         crunching function names that are not prefixed with vc-rcs.
11563         (vc-rcs-checkout-model): Function added.  References to
11564         `vc-checkout-model' replaced.
11566 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11568         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11569         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
11570         still need to be split, and implemented for RCS).
11572 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11574         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11576         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11577         required by the vc.el file.
11579         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11580         required by the vc.el file.
11581         (vc-rcs-exists): Function added.
11583         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11584         required by the vc.el file.
11586         * vc.el (vc-admin): Updated to handle selection of appropriate
11587         backend.  Current implementation is crufty and need re-thinking.
11589         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11591 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11593         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11594         beginning of annotate buffers correctly.
11596         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11597         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11598         functionality updated quite a lot to support multiple backends.
11599         Variables `vc-annotate-mode', `vc-annotate-buffers',
11600         `vc-annotate-backend' added.
11602         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11603         `vc-annotate-difference' added to supported backend functions.
11605 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11607         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11608         Use with-temp-file instead of /bin/sh.  Merged from mainline
11610 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11612         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11614         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11616         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11618 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11620         * vc-hooks.el: vc-state-heuristic added to
11621         vc-backend-hook-functions.
11623         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11625         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11627         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11628         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
11629         state to `reserved'.
11631         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11632         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
11634 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11636         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
11637         untouched.
11639         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11641         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11642         if defined.  (Merged from main line, slightly adapted.)
11644         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11645         millenium problem (merged from mainline).
11647 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11649         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11650         part and moved the non-BACKEND stuff to vc.el.
11652         * vc.el: Split the annotate feature into a BACKEND specific part
11653         and moved it from the vc-cvs.el file to this one.
11655 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11657         * vc-hooks.el: Implement new state model.
11658         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11659         (vc-locking-user): Simplify.  Now only needed if the file is
11660         locked by somebody else.
11661         (vc-lock-from-permissions): Remove.  Functionality is in
11662         vc-sccs-hooks.el and vc-rcs-hooks.el now.
11663         (vc-mode-line-string): New name for former vc-status.  Adapted.
11664         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
11666         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11667         Various simplifications and adaptations all over the place.
11669         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11670         Simplify and adapt the rest.
11672         * vc.el (vc-resynch-window): Add TODO comment: check for
11673         interaction with view mode according to recent RCS change.
11674         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11676 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11678         * vc.el: Convert the remaining function comments to docstrings.
11680 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11682         * vc.el (vc-backend-release, vc-release-greater-or-equal)
11683         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11684         (vc-minor-part, vc-previous-version): Functions that operate and
11685         compare revision numbers got proper documentation.  Comments added
11686         about their possible removal.
11688 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11690         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11691         the vc-backend.el files.
11693         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11695         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11696         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11697         (vc-rcs-previous-version): Functions added.
11699         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11701         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11703 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11705         * vc-hooks.el (vc-master-templates): Is really obsolete.
11706         Comment out the definition for now.  What is the right procedure
11707         to get rid of it?
11708         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11709         rewritten.
11710         (vc-default-registered): Remove.
11711         (vc-check-master-templates): New function; does mostly what the
11712         above did before.
11713         (vc-locking-user): Don't rely on the backend to set the property.
11715         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11716         Rewrite documentation.
11717         (vc-rcs-templates-grabbed): New variable.
11718         (vc-rcs-grab-templates): New function.
11719         (vc-rcs-registered): Rewrite to use above mechanism.
11721         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11722         Rewrite documentation.
11723         (vc-sccs-templates-grabbed): New variable.
11724         (vc-sccs-grab-templates): New function.
11725         (vc-sccs-registered): Rewrite to use above mechanism.
11726         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11727         Don't throw the result, simply return it.
11729         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11730         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
11731         (vc-cvs-registered): Does the check itself now.  Simplify.
11733         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11734         from main line.
11736 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11738         * vc-cvs.el (vc-cvs-diff): New function.
11740         * vc-sccs.el (vc-sccs-diff): New function.
11742         * vc-rcs.el (vc-rcs-diff): New function.
11743         (vc-rcs-checkout): Bug (typo) found and fixed.
11744         (vc-rcs-register-switches): New variable.
11746         * vc.el (vc-backend-diff): Function removed and placed in the
11747         backend files.
11749 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11751         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11753         * vc.el (vc-backend-checkout): Function removed and replaced in
11754         the vc-backend.el files.
11756         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11758         * vc.el (vc-backend-admin): Removed and replaced in the
11759         vc-backend.el files.
11761         * vc.el (Martin): Removed all the annotate functionality since it
11762         is CVS backend specific.
11764 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11766         * spec.txt: Added specification of vc-state.
11768         * vc-sccs-hooks.el (vc-sccs-master-properties):
11769         Remove handling of vc-latest-version and
11770         vc-your-latest-version.  What used to be vc-latest-version, is now
11771         returned as vc-workfile-version.
11772         (vc-sccs-workfile-version): Adapt.
11774 2000-09-04  Dave Love  <fx@gnu.org>
11776         * vc.el: [Merged from mainline.]
11777         (vc-dired-mode): Make the dired-move-to-filename-regexp
11778         regexp match the date, to avoid treating date as file size.
11779         Add YYYY S option to WESTERN/
11781 2000-09-04  Dave Love  <fx@gnu.org>
11783         * vc.el: Require `compile' when compiling.
11784         (vc-logentry-check-hook): New option.
11785         (vc-steal-lock): Use compose-mail.
11786         (vc-dired-mode-map): Defvar when compiling.
11787         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11788         vc-sccs.el and renamed.  Callers changed.
11789         (vc-backend-checkout, vc-backend-logentry-check)
11790         (vc-backend-merge-news): Doc fix.
11791         (vc-default-logentry-check): New function.
11792         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11793         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11794         (vc-backend-merge): Doc fix.  Use backend functions.
11795         (vc-check-headers): Use backend functions.
11797         * vc-cvs.el: Require vc when compiling.
11798         (vc-cvs-register-switches): Doc fix.
11799         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11800         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11801         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11802         New functions (code from vc.el).
11803         (vc-annotate-display-default): Fix interactive spec.
11804         (vc-annotate-time-span): Doc fix.
11806         * vc-rcs.el: Require vc when compiling.
11807         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11808         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11809         (vc-rcs-checkin): New functions (code from vc.el).
11810         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11811         Doc fix.
11812         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
11814         * vc-sccs.el: Require vc when compiling.
11815         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11816         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11817         (vc-sccs-revert)
11818         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11819         from vc.el).
11820         (vc-sccs-add-triple, vc-sccs-record-rename)
11821         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11822         (vc-sccs-admin): Doc fix.
11824 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11826         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11827         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11828         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11829         from vc.el.
11831         * vc-sccs.el (vc-admin-sccs): Added from vc.el
11833         * vc-cvs.el: Moved the annotate functionality from vc.el.
11834         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11836 2000-09-04  Dave Love  <fx@gnu.org>
11838         * vc.el (vc-backend-release): Call vc-system-release.
11840         * vc-sccs.el (vc-sccs-system-release):
11841         Renamed from vc-sccs-backend-release.
11843         * vc-rcs.el (vc-rcs-system-release):
11844         Renamed from vc-rcs-backend-release.
11846         * vc-cvs.el (vc-cvs-system-release):
11847         Renamed from vc-cvs-backend-release.
11849 2000-09-04  Dave Love  <fx@gnu.org>
11851         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11852         backend files.
11853         (vc-backend-release): Dispatch to backend functions.
11854         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
11855         probably needs attention.]
11857         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11858         (vc-sccs-backend-release): New function.
11860         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11861         (vc-cvs-backend-release): New function.
11863         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11864         Doc fix.
11865         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11866         (vc-default-dired-state-info): New function.
11867         (vc-dired-state-info): Dispatch to backends.
11868         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
11870         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11871         from vc.el and renamed.
11873 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11875         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11876         (vc-version-other-window, vc-backend-assign-name): Removed
11877         references to vc-latest-version; sometimes changed into
11878         vc-workfile-version.
11880         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11881         vc-rcs-master-workfile-version.
11882         (vc-rcs-workfile-version): Use the above.  Don't call
11883         vc-latest-version (that was unreachable code, anyway).
11884         (vc-rcs-fetch-master-properties): Doc fix.
11886         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11887         (vc-backend-hook-functions): Removed them from this list, too.
11888         (vc-fetch-properties): Removed.
11889         (vc-workfile-version): Doc fix.
11891         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11892         (vc-rcs-workfile-version, vc-rcs-locking-user)
11893         (vc-rcs-uses-locking): Use it.
11895         * vc-hooks.el (vc-consult-rcs-headers):
11896         Moved into vc-rcs-hooks.el, under the name
11897         vc-rcs-consult-headers.
11899         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11900         headers.
11901         (vc-cvs-find-master): Use this name only; correct different
11902         versions of the name.
11904         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11905         New functions.
11906         (vc-sccs-locking-user): Use the latter.
11908         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11909         New functions.
11911         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11912         Moved into both
11913         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
11914         functions are implementation details of those two backends.
11916 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11918         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11919         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11921         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11922         (vc-sccs-parse-locks): SCCS-specific code moved here from
11923         vc-hooks.
11925         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11926         code moved here from vc-hooks.
11928         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11929         into back-end specific parts and removed.  Callers not updated
11930         yet; because I guess these callers will disappear into back-end
11931         specific files anyway.
11933 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11935         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11936         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11937         `vc-uses-locking'.
11939         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11940         Store yes/no in the property, and return t/nil.  Updated all
11941         callers.
11943         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11944         vc-sccs-uses-locking.  Don't set property.
11945         (vc-sccs-locking-user): Don't set property.
11947         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11948         vc-cvs-uses-locking.  Don't set property here; leave that to
11949         vc-hooks.
11950         (vc-cvs-locking-user): Reflect above change.  Streamlined.
11952         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11953         vc-rcs-uses-locking.
11954         (vc-rcs-locking-user): Reflect above change.
11956 2000-09-04  Dave Love  <fx@gnu.org>
11958         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11960         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11962         * vc-hooks.el (vc-checkout-model): Punt to backends.
11964         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11966         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11968         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11969         New functions.
11971         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11972         New functions.
11974         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11975         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11977         * vc-hooks.el (vc-default-locking-user): New function.
11978         (vc-locking-user, vc-workfile-version): Punt to backends.
11980 2000-09-04  Dave Love  <fx@gnu.org>
11982         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11983         (vc-master-workfile-version): Moved from vc-hooks.
11985         * vc-rcs-hooks.el: Fix duplicate code in last change.
11987         * vc-rcs-hooks.el: Require vc-hooks when compiling.
11988         (vc-rcs-master-templates): Improve :type.
11989         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11990         vc-master-workfile-version): Moved from vc-hooks.
11992         * vc-sccs-hooks.el: Require vc-hooks when compiling.
11993         (vc-sccs-master-templates): Improve :type.
11994         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11996         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11998         * vc-cvs-hooks.el: Require vc-hooks when compiling.
11999         (vc-cvs-master-templates): Improve :type.  Use
12000         vc-cvs-find-cvs-master.
12001         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12002         from vc-hooks.
12003         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12005         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12006         Moved to vc-cvs-hooks.
12008         * vc-hooks.el: Add doc strings in various places.  Simplify the
12009         minor mode setup.
12010         (vc-handled-backends): New user variable.
12011         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12012         simplification.
12014 2000-09-04  Dave Love  <fx@gnu.org>
12016         * vc.el: Some doc fixes for autoloaded and interactive functions.
12017         Fix compilation warnings from ediff stuff.
12018         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12020         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12022         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12024         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12026 2000-09-04  Dave Love  <fx@gnu.org>
12028         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12029         New variable.
12030         (vc-make-backend-function, vc-loadup, vc-call-backend)
12031         (vc-backend-defines): New functions.
12033         * vc-hooks.el: Various doc fixes.
12034         (vc-default-back-end, vc-follow-symlinks): Custom fix.
12035         (vc-match-substring): Function removed.  Callers changed to use
12036         match-string.
12037         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12038         Simplify.
12040 2000-09-04  Dave Love  <fx@gnu.org>
12042         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12043         type.
12044         (vc-sccs-project-dir, vc-search-sccs-project-dir)
12045         (vc-sccs-registered): Doc fix.
12047         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12048         (vc-cvs-registered): Doc fix.
12050         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12051         (vc-rcs-registered): Doc fix.
12053 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12055         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12057         * vc-hooks.el: vc-registered has been renamed
12058         vc-default-registered.  Some functions have been moved to the
12059         backend specific files.  they all support the
12060         vc-BACKEND-registered functions.
12062 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12064         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12066         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12068 2000-09-04  Dave Love  <fx@gnu.org>
12070         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12071         menu-bar-update-hook.
12073         * help.el (help-manyarg-func-alist): Add
12074         find-operation-coding-system.
12076         * wid-edit.el (widget-sexp-validate): Fix garbled code.
12078         * custom.el (custom-set-variables): Print message about errors in
12079         setting.
12081 2000-09-03  Andrew Innes  <andrewi@gnu.org>
12083         * makefile.w32-in: Change to DOS line endings.
12085 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12087         * mouse.el (mouse-popup-menubar): Supply the prompt string for
12088         minor-mode keymaps, if they don't have one.
12090 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12092         * eshell/esh-module.el (eval-when-compile): Don't lose if
12093         esh-module.el's file name is truncated to DOS 8+3 limits.
12095 2000-09-01  John Wiegley  <johnw@gnu.org>
12097         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12098         predicate, which caused entries in the completion list to be
12099         doubled.
12101 2000-08-30  John Wiegley  <johnw@gnu.org>
12103         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12104         sending to subprocesses.  Also, hook pre-command-hook if
12105         `eshell-send-direct-to-subprocesses' is non-nil.
12106         (eshell-send-direct-to-subprocesses): New config variable.  If t,
12107         subprocess input is send immediately.
12108         (eshell-toggle-direct-send): New function.
12109         (eshell-self-insert-command): New function.
12110         (eshell-intercept-commands): New function.
12111         (eshell-send-input): If direct subprocess sending is enabled,
12112         don't echo any input to the Eshell buffer.  Let the subprocess
12113         handle that.  This requires "stty echo" in bash, for example.
12115 2000-08-28  John Wiegley  <johnw@gnu.org>
12117         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12118         completion function for Eshell's implementation of `unset'.
12120 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12122         * info.el (Info-directory-list): Doc fix.
12124 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
12126         * filecache.el (file-cache-add-directory-using-find): Don't quote
12127         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12129 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
12131         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12132         coding systems.
12134 2000-08-30  Andrew Innes  <andrewi@gnu.org>
12136         * timer.el (run-with-idle-timer): Undo last change, so that timer
12137         is not activated immediately if Emacs is already idle.  Some
12138         existing code relies on this behaviour.
12140 2000-08-30  Miles Bader  <miles@gnu.org>
12142         * frame.el (set-frame-font): Do completion of font-name for
12143         interactive use.
12145 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
12147         * international/quail.el (quail-start-translation): Bind locally
12148         last-command-event, last-command, and this-command.
12149         (quail-start-conversion): Likewise.
12150         (quail-self-insert-command): Fix docstring.
12152 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
12154         * progmodes/executable.el
12155         (executable-make-buffer-file-executable-if-script-p): Check that
12156         buffer contains at least 2 characters.
12158 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
12160         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12162 2000-08-29  Dave Love  <fx@gnu.org>
12164         * diff-mode.el (diff-mode) <defgroup>: Add :version.
12165         (diff-mode-shared-map): Bind mouse-2.
12166         (diff-imenu-generic-expression): New variable.
12167         (diff-mode): Use it.
12169         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12170         (mouse-popup-menubar): Add minor mode menus.
12171         (popup-menu): Check for lookup-key returning number.
12173 2000-08-29  Miles Bader  <miles@gnu.org>
12175         * comint.el (comint-send-input): Create overlays using the proper
12176         front/read-advance arguments.
12178 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12180         * ps-print.el: Even/odd pages printing.  Doc fix.
12181         (ps-print-version): New version number (6.0).
12182         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12183         (ps-background, ps-begin-file, ps-begin-job): Code fix.
12184         (ps-print-duplex-feature): Variable eliminated.
12185         (ps-even-or-odd-pages): New variable.
12187         * progmodes/ebnf2ps.el: Doc fix.
12188         (ebnf-version): New version (3.3).
12189         (ebnf-user-arrow): Change variable customization to sexp.
12190         (ebnf-user-arrow): Function eliminated.
12191         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12193 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
12195         * help.el (help-xref-mule-regexp): New variable.
12196         (help-make-xrefs): Handle help-xref-mule-regexp.
12198         * international/mule-cmds.el (help-xref-mule-regexp-template): New
12199         variable.
12200         (describe-input-method): Temporarily activate the specfied input
12201         method to display the information.
12202         (describe-language-environment): Hyperlinks to mule related items.
12204         * international/mule-diag.el (charset-multibyte-form-string): New
12205         function.
12206         (list-character-sets-1): Use charset-multibyte-form-string.
12207         (describe-character-set): New function.
12208         (describe-coding-system): Hyperlinks to safe character sets.
12210         * international/quail.el (quail-help): New arg PACKAGE.
12211         Hyperlinks to mule related items.
12212         (quail-help-insert-keymap-description): Use
12213         substitute-command-keys instead of describe-bindings.
12214         (quail-translation-help): Hyperlinks to mule related items.
12216 2000-08-28  John Wiegley  <johnw@gnu.org>
12218         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12219         have a defsubst call itself.  Made `eshell-flatten-list' back into
12220         a function again.
12222         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12223         catch, in case re-centering point at bottom messes up the display.
12224         This happens frequently in Emacs 21, due I believe to variable
12225         line heights.
12227         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12228         to call `find-tag-interactive'.
12230         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12231         the list of remember directories.
12233 2000-08-28  John Wiegley  <johnw@gnu.org>
12235         * align.el: Test align-region-separate to see if it's a symbol.
12237 2000-08-28  John Wiegley  <johnw@gnu.org>
12239         * eshell/esh-util.el (eshell-flatten-list): Made this function
12240         into a defsubst form.  It gets used very frequently, although
12241         calls don't occur all that often.
12243         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12244         examining it.
12246         * eshell/esh-cmd.el (eshell-rewrite-while-command):
12247         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12248         `eshell-protect'.
12249         (eshell-copy-handles): Created a new macro for duplicating the
12250         current set of open handles.  This is needed by the looping
12251         functions.
12252         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12253         is not incorrectly stomped on.
12255         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12256         declaration for pcomplete-use-paring.
12257         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12258         value of eshell-cmpl-use-paring.
12259         * pcomplete.el (pcomplete-use-paring): New config variable, to
12260         indicate whether paring should be used.
12261         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12262         completion alternatives that have already been used.
12264         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12265         bound to C-c C-y, which will repeat the previous N arguments
12266         (based on prefix argument).
12267         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12269         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12270         if there is no *Help* buffer.  This is for XEmacs, which renames
12271         its help buffers uniquely.  TODO: Find out what the current buffer
12272         name to delete is.
12274         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12275         first entry that correlates to a passwd/group number.  Later
12276         entries (used for group/user name aliasing to multiple IDs) are
12277         ignored.
12279         * eshell/em-xtra.el (eshell/expr):
12280         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12281         (eshell-grep, eshell/diff, eshell/locate):
12282         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12283         argument list, before passing it to the system command.
12285         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12286         `find-tag' for use at final position in Eshell buffers (which
12287         otherwise triggers an error on Emacs 21).
12288         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12289         buffer, if it is currently bound to `find-tag'.
12291         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12292         in the list of matched Makefile names.
12293         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12294         directory, prefer its contents to Makefile.
12296         * eshell/em-dirs.el (eshell/cd): cd commands that look up
12297         directory parts (like "cd old new", or "cd =regexp"), are now case
12298         sensitive on non-Windows/DOS platforms.
12300         * eshell/esh-mode.el (eshell-parse-command-input): When a user
12301         types RET after an open delimiter (like "), display a message
12302         indicating that Eshell is waiting for the closing delimiter.
12304         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12305         environment variables.
12307         * eshell/em-unix.el (eshell/diff): Added logic to fail more
12308         gracefully if the user enters incorrect arguments.
12310         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12311         Eshell buffers.
12313         * eshell/esh-var.el (eshell-interpolate-variable):
12314         * eshell/esh-mode.el (eshell-move-argument):
12315         * eshell/em-unix.el (eshell-du-sum-directory):
12316         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12317         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12318         (not (= ...)).
12320         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12321         to ensure the `preserve' flag gets propagated when doing recursive
12322         directory copies.
12324 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
12326         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12327         Don't convert \n into \0177 in memory.
12328         (eshell-read-history, eshell-write-history): Convert \n to \0177,
12329         and back again, when reading and writing.
12331 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
12333         * eshell/esh-util.el (eshell-processp): Added to relieve constant
12334         testing of `fboundp' on `processp'.
12336         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12337         (eshell/jobs): Don't call process-list if it is not bound.
12338         (eshell-gather-process-output): Support systems where async
12339         subprocesses aren't supported.
12340         (eshell-scratch-buffer, eshell-last-sync-output-start): New
12341         variables.
12343         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12344         eshell-do-eval returns t.
12345         (eshell-do-pipelines-synchronously): New defmacro.
12346         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12347         when async subprocesses aren't supported.
12348         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
12349         if async subprocesses aren't supported.
12350         (eshell-resume-command): Don't assume STATUS is a string.
12352         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12354         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12355         (eshell-close-target, eshell-get-target): Use eshell-processp.
12356         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12357         fix.
12358         (eshell-get-target, eshell-create-handles): Doc fix.
12360 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
12362         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12363         criterion to include commands that output something, as long as it
12364         leaves both the command and the end-of-buffer visible when the
12365         command has exited.
12366         (eshell-review-quick-commands): Adjust the help doc string
12367         accordingly.
12369 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
12371         * locate.el (locate): Cleaned up locate command's interactive prompting
12372         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12374         * filecache.el (file-cache-case-fold-search): New variable
12375         (file-cache-assoc-function): New variable
12376         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12377         Use file-cache-case-fold-search variable
12378         (file-cache-add-file): Use file-cache-assoc-function
12379         (file-cache-delete-file): likewise
12380         (file-cache-directory-name): likewise
12381         (file-cache-debug-read-from-minibuffer): likewise
12383 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
12385         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12386         (abbrev-table-name): New function.
12387         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12388         If non-nil list local abbrev, only.
12390 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
12392         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12393         from Gnus support code, and use special article copy buffer
12394         `(gnus-original-article-buffer)' instead.  This allows to get rid
12395         of article-hide-headers usage (which breaks in the latest Gnus
12396         version).  Thanks to Detlev Zundel.
12398 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
12400         * international/quail.el (quail-use-package): Hide "... loaded"
12401         message.
12402         (quail-start-translation, quail-start-conversion): Likewise.
12404         * international/kkc.el (kkc-region): Hide "... loaded" message.
12406 2000-08-27  Dave Love  <fx@gnu.org>
12408         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12410 2000-08-27  Miles Bader  <miles@gnu.org>
12412         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12414 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
12416         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12417         'ja-dic-cnv), not (require 'skkdic-cnv).
12419 2000-08-26  Miles Bader  <miles@gnu.org>
12421         * faces.el (face-x-resources): Add entry for :inherit.
12422         * cus-face.el (custom-face-attributes): Add support for :inherit
12423         attribute.  Add support for relative face heights.
12424         (custom-face-attributes-get): Treat `nil' as being a default value
12425         for :inherit (as well as `unspecified').
12427         * faces.el (set-face-attribute): Update doc string.
12428         (face-attribute-name-alist): Add :inherit.
12429         (face-valid-attribute-values): Handle :inherit.
12430         (face-read-string): Rephrase prompt to be less confusing.
12431         Assume that DEFAULT is a string, since we must return a string.
12432         (face-read-integer): Use `format' to turn DEFAULT into an
12433         acceptable default for face-read-string.  Match NEW-VALUE against
12434         the string "unspecified", not the symbol `unspecified', since
12435         that's what face-read-string returns.
12436         (read-face-attribute): Lookup a name for old-value in valid, and
12437         use it as a default if we find one.  Treat all values from
12438         face-read-string as strings.  If the default is used, don't do any
12439         more processing on the value, just use the old value directly.
12440         (read-face-and-attribute, modify-face): Tweak prompt.
12441         (read-face-name): Don't assume prompt ends with a space.
12443         * faces.el (describe-face): Add support for :inherit attribute.
12445 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
12447         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
12448         concat doesn't accept interger.
12450         * international/kkc.el: Remove SKK from Keywords.  Require
12451         ja-dic-utl instead of skkdic-utl.
12453         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12454         Provide ja-dic-cnv instead of skkdic-cnv.
12455         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
12456         (iso-2022-7bit-short): Add safe-charsets property.
12457         (skkdic-convert-postfix): Search Japanese chou-on character in
12458         addition to Hiragana character.
12459         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12460         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12461         (batch-skkdic-convert): Likewise.
12463         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12464         Provide ja-dic-utl instead of skkdic-utl.
12465         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12467 2000-08-24  Dave Love  <fx@gnu.org>
12469         * disp-table.el (standard-display-default): Make the test of `l'
12470         useful.
12472         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12473         mod sample text.
12475         * international/iso-ascii.el: Make pilcrow convenient string
12476         consistent with section.
12477         (iso-ascii-display): Set up multibyte characters as well as
12478         unibyte.
12480 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
12482         * international/mule-cmds.el (reset-language-environment): Set
12483         default-process-coding-system to '(undecided . iso-latin-1), which
12484         makes process I/O almost consistent with file I/O.   Call this
12485         function when mule-cmds.el[c] is loaded.
12487 2000-08-22  Andrew Innes  <andrewi@gnu.org>
12489         * makefile.w32-in: New file.
12491 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
12493         * comint.el (comint-output-filter): Compare end of
12494         comint-last-output-overlay with the start of the newly inserted
12495         text, not the end, when deciding whether to extend it.
12496         Set saved-point's insertion type to advance after insertion.
12498         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12499         since this is now done independently of font-lock mode.
12501 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12503         * server.el (server-kill-new-buffers): New user option.
12504         (server-existing-buffer): New buffer-local variable.
12505         (server-visit-files): When using an existing buffer, set
12506         server-existing-buffer to t.
12507         (server-buffer-done): If server-kill-new-buffers is t, kill the
12508         buffer, unless it was already present before visiting it with
12509         Emacs server.
12511 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
12513         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12514         even if the display doesn't support colors: some displays will
12515         support bold/underline faces.
12517 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12519         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12521         * startup.el (command-line): If user's init file had an error,
12522         add explanatory text to *Messages*.
12524 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
12526         * man.el (Man-getpage-in-background): Decode the process output by
12527         the system locale coding system.
12529 2000-08-20  Dave Love  <fx@gnu.org>
12531         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12532         Don't test x-popup-menu.
12533         (function) <complete-function>: Complete only fbound symbols.
12534         <validate, value>: New.
12535         (variable) <complete-function>: Complete only bound symbols.
12536         (coding-system): Add :base-only, :complete-function, :validate,
12537         :value, :prompt-match.
12538         (widget-coding-system-prompt-value): Use read-coding-system and
12539         act on :base-only.
12540         (editable-field): Add :help-echo.
12541         (widget-push-button-gui, widget-push-button-cache)
12542         (widget-gui-action, widget-editable-list-gui): COmment out, along
12543         with uses.
12544         (widget-at): Make arg optional.
12545         (widget-echo-help): Adjust for current help-echo calling sequence.
12546         (widget-specify-field, widget-specify-button)
12547         (widget-specify-insert, widget-get-sibling, widget-image-find)
12548         (widget-convert, widget-insert, widget-leave-text)
12549         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12550         (widget-setup, widget-field-find, widget-before-change)
12551         (widget-after-change, widget-default-complete)
12552         (widget-default-create, widget-default-delete)
12553         (widget-push-button-value-create, editable-field)
12554         (widget-field-prompt-value, widget-field-validate)
12555         (widget-choice-value-create, widget-choice-action)
12556         (widget-choice-validate, widget-checklist-add-item)
12557         (widget-radio-add-item, widget-radio-chosen)
12558         (widget-radio-value-inline, widget-editable-list-value-create)
12559         (widget-editable-list-entry-create)
12560         (widget-documentation-link-add)
12561         (widget-documentation-string-value-create)
12562         (widget-regexp-validate, widget-file-complete)
12563         (widget-sexp-validate, widget-plist-convert-widget)
12564         (widget-plist-convert-widget, widget-alist-convert-widget)
12565         (widget-alist-convert-widget, widget-color-complete): Simplify,
12566         particularly to avoid bindings which aren't optimized out.
12568         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12569         Doc fix.
12570         (down-list, backward-up-list, up-list, kill-sexp)
12571         (backward-kill-sexp, mark-sexp): Make arg optional.
12572         (lisp-complete-symbol): Add optional arg PREDICATE.
12574         * cus-start.el: Add display-buffer-reuse-frames,
12575         file-coding-system-alist.
12577 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
12579         * startup.el (command-line): Clear realized faces after
12580         modifying TTY color mappings.
12582 2000-08-20  Miles Bader  <miles@gnu.org>
12584         * faces.el (face-attr-match-p): Don't return true if ATTRS are
12585         merely a subset of FACE's attributes.
12587 2000-08-19  Miles Bader  <miles@gnu.org>
12589         * comint.el (comint-output-filter): Save the point with a marker,
12590         not just a buffer position.
12592         * international/mule.el (set-buffer-process-coding-system): Make
12593         interactive prompt less confusing.
12595 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
12597         * hilit-chg.el: General cleanup of doc strings, comments and
12598         code formatting.
12600 2000-08-19  Miles Bader  <miles@gnu.org>
12602         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12603         Compiler macro removed; beginning-of-line is no longer always
12604         equivalent to forward-line, in the presence of fields.
12606         * comint.el (comint-output-filter): Remove ad-hoc saving of
12607         restriction, and just use save-restriction, now that it works
12608         correctly.  Don't adjust comint-last-input-start to account for
12609         our insertion; it shouldn't have moved because we don't use
12610         insert-before-markers anymore.  Comment out call to
12611         `force-mode-line-update'; why is it here?
12613         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12614         while checking for prompt to delete.  Use `forward-line 0'
12615         instead of beginning-of-line.
12616         (gud-filter): Temporarily widen gud comint buffer while
12617         examining output.
12619 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
12621         * progmodes/sh-script.el: Big bag of typos.
12623         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12624         check since ispell-process is not bound when ispell is not yet loaded.
12626 2000-08-18  Dave Love  <fx@gnu.org>
12628         * image.el (find-image): Copy `spec' before using plist-put.
12630 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
12632         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12633         `portugues'.
12635         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12636         backward-kill-sexp, analogous to kill-sexp.
12638         * progmodes/icon.el (icon-indent-line)
12639         (icon-is-continuation-line): Handle comments specially.
12641 2000-08-17  Ken Stevens <k.stevens@ieee.org>
12643         * ispell.el: Set to standard author/maintainer/keyword fields.
12644         Fine tuning to menu map appearance and operation, and added help.
12645         Remove `start' and `end' error messages when compiling.
12646         (ispell-choices-win-default-height): Fixed comment string.
12647         (ispell-dictionary-alist-1): Fixed regexp in castellano and
12648         castellano8 dictionaries.
12649         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12650         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12651         dictionary, added italiano dictionary.
12652         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12653         word character
12654         (ispell-tex-skip-alists): Added psfig support.
12655         (ispell-skip-html): Renamed from ispell-skip-sgml.
12656         (ispell-begin-skip-region-regexp, ispell-skip-region)
12657         (ispell-minor-check): Improved html skipping support to skip across
12658         code, and recognize `&' commands without propper `;' syntax;
12659         (ispell-process-line): Fix alignment error when manually
12660         correcting spelling.
12661         (ispell): Fix comment string.
12662         (ispell-add-per-file-word-list): Always put word list on new line.
12664 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
12666         * format.el (format-encode-run-method): Fix error message to say
12667         `encode' instead of `decode'.  Use save-window-excursion around
12668         shell-command-on-region as in format-decode-run-method because
12669         shell-command-on-region can display a buffer with error output.
12670         (format-decode): Don't record undo information for the decoding.
12671         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
12672         that number part of the temporary buffer name so that more than
12673         one decoding using a temporary buffer can happen safely.
12675         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12676         of `A-z' in the regexp.
12678         * hilit-chg.el: Fix typos in commentary.
12680         * help.el (view-emacs-news): Rewritten for new naming scheme
12681         for old NEWS files.
12683         * startup.el (command-line): Pop to *Messages* in case an error
12684         is signaled while loading user-init-file.
12686 2000-08-17  Andreas Schwab  <schwab@suse.de>
12688         * files.el (insert-directory): Don't lose original file name,
12689         undoing an undocumented change.
12691 2000-08-17  Alex Schroeder  <alex@gnu.org>
12693         * sql.el (sql-magic-go): Use comint-bol.
12694         (sql-copy-column): Use comint-line-beginning-position.
12695         (comint-line-beginning-position): Define a replacement for
12696         comint-line-beginning-position if it is not fboundp.
12698 2000-08-17  Alex Schroeder  <alex@gnu.org>
12700         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12701         it didn't have any effect anyway.
12703 2000-08-17  Alex Schroeder  <alex@gnu.org>
12705         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12706         --pset and pager=off instead of sending \\o|cat at the beginning
12707         of the session.
12709 2000-08-17  Miles Bader  <miles@gnu.org>
12711         * progmodes/octave-inf.el: Add compatibility definition of
12712         comint-line-beginning-position.
12714 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
12716         * startup.el (normal-top-level): Look in each dir in load-path for
12717         a leim-list.el file too.  This assures of loading leim-list.el
12718         that is created at Emacs installation time even if a user have his
12719         own leim-list.el.
12721 2000-08-17  Miles Bader  <miles@gnu.org>
12723         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12724         foreground color to black if the background is dark.
12726 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
12728         * loadhist.el (unload-feature): Typo.
12730         * finder.el (finder-compile-keywords):
12731         * cus-dep.el (custom-make-dependencies): Add local-variable settings
12732         to the generated file.
12734         * mail/mh-e.el (mh-make-local-vars):
12735         Replace make-variable-buffer-local with make-local-variable.
12737         * play/landmark.el:
12738         * options.el (Edit-options-{set,toggle,t,nil}):
12739         * mail/mailabbrev.el (mail-abbrevs-mode):
12740         * textmodes/tex-mode.el (tex-expand-files):
12741         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12743         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12745         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12746         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12747         Allow going past the last element.
12748         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12749         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12750         (cvs-mouse-toggle-mark): Don't move point.
12751         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12753         * progmodes/compile.el (grep): Provide a default set of files.
12754         (next-error): Docstring fix.
12755         (compilation-find-file): Avoid find-file (fails in a dedicated window).
12757         * emacs-lisp/easy-mmode.el (define-minor-mode):
12758         Use `symbol-value' to keep the byte-compiler quiet.
12760         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12761         (diff-find-source-location): New fun, extracted from diff-goto-source.
12762         (diff-goto-source): Use it.
12763         (diff-next-complex-hunk, diff-filter-lines): New function.
12764         (diff-apply-hunk): New command.
12766         * smerge-mode.el (smerge-mode-menu): Doc fix.
12768         * msb.el (msb-mode): Define it in terms of define-minor-mode.
12770 2000-08-16  Dave Love  <fx@gnu.org>
12772         * windmove.el (windmove) <defgroup>: Add :version.
12774         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
12775         (goto-address-fontify-p, goto-address-highlight-p)
12776         (goto-address-url-face, goto-address-url-mouse-face)
12777         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12778         (goto-address-url-regexp): Use thing-at-point-url-regexp.
12779         (goto-address-fontify, goto-address-at-mouse): Simplify,
12780         (goto-address-at-point): browse-url-url-at-point,
12781         goto-address-find-address-at-point can return nil.
12782         (goto-address-find-address-at-point): Return nil on failure.
12784         * align.el (align) <defgroup>: Add :version.
12786         * calculator.el (calculator): Add :version.
12787         (calculator): Use two lines for calculator window if `modeline'
12788         face is boxed.
12790         * play/5x5.el: Doc fixes.
12791         (5x5) <defgroup>: Add :version.
12793         * play/fortune.el (fortune) <defgroup>: Add :version.
12794         (fortune-append): Fix error message.
12795         (fortune-from-region): Doc fix.
12797         * play/pong.el (pong): Doc fix.
12799         * play/morse.el: Keywords, commentary, autoloads.
12801 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
12803         * desktop.el (desktop-save): Don't look at symbol-value of a
12804         member of minor-mode-alist, unless it is boundp.
12806 2000-08-16  Sam Steingold  <sds@gnu.org>
12808         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12809         `while'; use `with-current-buffer' instead of `save-excursion'.
12810         Removed unnecessary kludges now that "*Buffer List*" is excluded.
12812 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
12814         * international/ccl.el (declare-ccl-program): Docstring modified.
12815         (ccl-execute-with-args): Likewise.
12817 2000-08-16  Miles Bader  <miles@gnu.org>
12819         * progmodes/sql.el: Add compatibility definition of
12820         comint-line-beginning-position.
12822 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
12824         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12825         'buffer-menu' property.
12826         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12827         fails.
12828         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12829         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12830         wasn't killed.
12832         * buff-menu.el (list-buffers-noselect): Don't display the
12833         *Buffer List* buffer.
12835         * font-lock.el: Require jit-lock to prevent a very late
12836         `Loading jit-lock' message.
12838         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12839         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12840         mail address.
12842 2000-08-15  Miles Bader  <miles@gnu.org>
12844         * textmodes/ispell.el (ispell-graphic-p): New constant.
12845         (ispell-choices-win-default-height, ispell-help): Use
12846         `ispell-graphic-p' instead of `xemacsp'.
12848 2000-08-15  Dave Love  <fx@gnu.org>
12850         * simple.el: Autoload widget-convert when compiling.
12851         (mail-user-agent): Doc fix.
12853         * help.el (function-called-at-point, variable-at-point): Use
12854         with-syntax-table.
12855         (help-manyarg-func-alist): Add insert-and-inherit.
12857         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12859         * delsel.el (delsel-unload-hook): New function.
12861         * find-file.el: Doc fixes.  Move provide to end.
12862         (ff) <defgroup>: Add :link.
12863         (ff-goto-click): Deleted.
12864         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12865         Use mouse-set-point.
12867         * textmodes/tildify.el: Doc fixes.
12868         (tildify) <defgroup>: Add:version.
12870         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12871         (glasses-custom-set): Use set-default, not set.
12872         (minor-mode-alist): Propertize the lighter.
12873         (glasses-mode): Provide optional arg.
12875         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12876         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
12877         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12878         option.  Provide :type.
12879         (cwarn-configuration): Provide :type.
12880         (cwarn-mode): Doc fix.
12882         * add-log.el (change-log-merge): Doc fix.
12883         (change-log-redate): New command.
12885         * net/browse-url.el (browse-url-filename-alist): Add a clause for
12886         Doze and Dog.
12887         (browse-url): Use dolist, not mapcar.
12888         (browse-url-at-point): Check for null url.
12889         (browse-url-event-buffer, browse-url-event-point): Functions
12890         deleted.
12891         (browse-url-at-mouse, browse-url-netscape): Simplify.
12893         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12894         modes.
12895         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12896         Fix previous change to mapcan.
12897         (msb--init-file-alist, msb--add-separators)
12898         (msb--make-keymap-menu): Simplify.
12899         (msb--choose-file-menu): Use copy-sequence.
12900         (msb-mode-map): Add title to keymap.
12901         (msb-unload-hook): New function.
12903         * bs.el: Fix indentation.
12904         (bs) <defgroup>: Add :links.
12905         (bs-show): Doc fix.
12906         (bs-apply-sort-faces): Don't use window-system.
12907         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12909 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
12911         * calendar/timeclock.el (timeclock-file): Run .timelog through
12912         convert-standard-filename.
12914 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12916         * emacs-lisp/authors.el: New file.
12918         * paren.el (show-paren-priority): New user option.
12919         (show-paren-function): Set overlay priorities to
12920         show-paren-priority.
12922 2000-08-14  Miles Bader  <miles@gnu.org>
12924         * comint.el (comint-bol): Use `forward-line 0' instead of calling
12925         beginning-of-line with inhibit-field-text-motion bound.
12927 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12929         * calendar/timeclock.el: New file.
12931 2000-08-14  David Ponce  <david@dponce.com>
12933         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12934         `widget-button-click'. so that one can use left mouse button to
12935         click on dialog buttons.
12937 2000-08-14  Emmanuel Briot  <briot@gnat.com>
12939         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12940         identifiers, since XML is case sensitive
12942 2000-08-12  Miles Bader  <miles@gnu.org>
12944         * comint.el (comint-output-filter): Don't bother frobbing
12945         window-start, it doesn't seem to be necessary.
12947         * comint.el (comint-send-string, comint-send-region): Make into
12948         real functions.  Snapshot the prompt before sending.
12950 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12952         * info.el (Info-find-emacs-command-nodes): Rewrite to use
12953         technique similar to Info-index, instead of relying on specific
12954         names of relevant Index nodes.
12955         (Info-goto-emacs-command-node): Bind Info-history to nil when
12956         going to the first node found by Info-find-emacs-command-nodes.
12958 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12960         * menu-bar.el (menu-bar-help-menu): Add a :help string.
12962 2000-08-10  Miles Bader  <miles@gnu.org>
12964         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12966 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12968         * info.el (Info-file-list-for-emacs): More elements for the
12969         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12970         and woman manuals.
12972 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
12974         * comint.el (comint-send-input): Make the newline boundary overlay
12975         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
12976         (comint-output-filter): Use `insert' instead of
12977         `insert-before-markers'.  Extend comint-last-output-overlay when
12978         necessary since we can't rely on insert-before-markers to do it.
12979         * gud.el (gud-filter): Use `with-current-buffer' instead of
12980         save-excursion when inserting the output, so that point gets
12981         updated correctly; the old method relied on a rather dodgy
12982         side-effect of comint-output-filter to avoid the effect of
12983         save-excursion.
12985 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12987         * files.el (recover-file): Call insert-directory instead of
12988         invoking `ls' directly.
12990 2000-08-10  Miles Bader  <miles@gnu.org>
12992         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12993         (comint-last-prompt-overlay): New variables.
12994         (comint-output-filter): Implement prompt highlighting.
12995         (comint-snapshot-last-prompt): New function.
12996         (comint-send-input): Snapshot the last prompt.
12997         Use comint-highlight-input-face.
12998         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12999         Use defface instead of defcustom.
13000         (send-invisible, comint-send-eof): Snapshot the last prompt.
13001         (comint-delchar-or-maybe-eof): Use comint-send-eof.
13002         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13004 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
13006         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13007         (regexp-opt-group): Use a list of chars for `letters'.
13008         (regexp-opt-charset): `chars' is now a list of chars.
13009         Use a char-table rather than a vector so it works for multibyte chars.
13011         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
13012         Set cvs-minor-current-files to the selected fileinfo.
13013         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13014         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13016 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
13018         * files.el (insert-directory): Don't call access-file on
13019         directories on DOS and Windows.
13021 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
13023         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13024         longer if necessary.
13025         (ccl-embed-code): Call ccl-embed-data to store CODE in
13026         ccl-program-vector.
13028 2000-08-09  Miles Bader  <miles@gnu.org>
13030         * comint.el (comint-output-filter): Properly handle the case where
13031         the text surrounded by comint-last-output-overlay was deleted.
13033 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
13035         * info.el (Info-insert-dir): Use Info-additional-directory-list if
13036         non-nil.
13037         (Info-file-list-for-emacs): Remove "info" from the list because
13038         that leads to trying to use the documentation from file `info'
13039         in various situations where it isn't appropriate, for instance
13040         C-h C-k C-h i.
13042         * ffap.el (ffap-read-file-or-url-internal): Handle case that
13043         DIR and/or STRING are nil.
13045         * progmodes/compile.el (compilation-setup): Make variable
13046         compilation-error-screen-columns buffer-local, as some comment
13047         in the code suggests it should be.
13049         * files.el (auto-mode-interpreter-regexp): New variable.
13050         (set-auto-mode): Use it.
13052         * indent.el (indent-for-tab-command): Doc fix.
13054         * mouse-sel.el (mouse-sel-mode): Doc fix.
13056         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13057         labels.
13059         * help.el (print-help-return-message): When
13060         display-buffer-reuse-frames is set, let the help window been quit,
13061         instead of deleting it, which might delete a reused frame.
13063 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
13065         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13066         rename a directory to a name that differs only by its letter case.
13068 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
13070         * international/quail.el (quail-define-rules): Handle Quail decode
13071         map correctly.  Add code for supporting annotations.
13072         (quail-install-decode-map): New function.
13073         (quail-defrule-internal): New optional arguments decode-map and
13074         props.
13075         (quail-advice): New function.
13077 2000-08-07  Sam Steingold  <sds@gnu.org>
13079         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13080         `defconst', `define-condition', `with-slots'.
13081         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13083 2000-08-03  Miles Bader  <miles@gnu.org>
13085         * comint.el (comint-use-prompt-regexp-instead-of-fields):
13086         New variable.
13087         (comint-prompt-regexp, comint-get-old-input): Document dependence on
13088         comint-use-prompt-regexp-instead-of-fields.
13089         (comint-send-input): Add `input' field property to stuff we send to
13090         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13091         (comint-output-filter): Add `output' field property to process
13092         output, if comint-use-prompt-regexp-instead-of-fields is nil.
13093         (comint-replace-by-expanded-history)
13094         (comint-get-old-input-default, comint-show-output)
13095         (comint-backward-matching-input, comint-forward-matching-input)
13096         (comint-next-prompt, comint-previous-prompt):  Use field
13097         properties if comint-use-prompt-regexp-instead-of-fields is nil.
13098         (comint-line-beginning-position): New function.
13099         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
13100         (comint-replace-by-expanded-history-before-point): Use
13101         comint-line-beginning-position and line-end-position.
13102         (comint-last-output-overlay): New variable.
13103         (comint-mode): Make `comint-last-output-overlay' buffer-local.
13105         * shell.el (shell-prompt-pattern): Doc change.
13106         (shell-backward-command): Use line-beginning-position.
13108         * gud.el (gud-gdb-complete-command): Use
13109         comint-line-beginning-position.
13111         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13112         comint-bol doesn't actually go to the beginning of the line.
13114         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13115         if comint-use-prompt-regexp-instead-of-fields is non-nil.
13116         (try-expand-line-all-buffers): Likewise.
13118         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13119         explicitly matching comint-prompt-regexp.
13120         (sql-copy-column): Use comint-line-beginning-position instead of
13121         explicitly matching comint-prompt-regexp.
13123         * progmodes/octave-inf.el (inferior-octave-complete): Use
13124         comint-line-beginning-position.
13126         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13128         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13129         looking for a prompt, use `forward-line 0' instead of
13130         `beginning-of-line', to avoid getting caught by an input field.
13132 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
13134         * files.el (shell-quote-wildcard-pattern): Make sure to return
13135         PATTERN, in the Unix case.
13137 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
13139         * play/zone.el (zone): Discard any pending input before running
13140         the randomly-chosen pgm.
13142 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
13144         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13145         checking the existence of any multibyte characters.
13147 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
13149         * help.el (describe-mode): Test minor-mode symbol for being
13150         bound before testing its value for being nil.
13152         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13153         `first', `second', and `third'.
13155         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13156         (second): Make it an alias for `cadr'.
13158 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
13160         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13161         types of display support faces now.
13163 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
13165         * pcvs.el (require): Require `cl' during compilation, only.
13167         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13168         (toplevel): Remove `remq' and `remove' from autoloads.
13169         (cl-fake-autoloads): New variable.  If set, arrange for an error
13170         when CL functions etc. are autoloaded.
13172 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
13174         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13176         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13177         popped up, but the user clicks outside the menu, return an empty
13178         regexp (that causes unhighlight-regexp to have no effect).
13180         * menu-bar.el (menu-bar-games-menu): Add Zone.
13182         * hi-lock.el (toplevel): Require font-lock.
13184 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13186         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13187         (ebnf-8-bit-chars): New var for bug fix.
13188         (ebnf-string): Bug fix.
13190 2000-08-03  Sam Steingold  <sds@gnu.org>
13192         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13193         instead of `buffer-string'.
13194         (require 'cl): Always, not just when compiling.
13195         `ignore-errors' in `interactive', `list*', `defun*' &c make this
13196         necessary.
13198 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
13200         * international/mule-cmds.el (select-safe-coding-system): Make
13201         the message text about selecting a safe coding system more clear.
13203 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
13205         * hi-lock.el: New file.
13207         * play/zone.el: New file.
13209         * replace.el (occur): Set tab-width in the *Occur* buffer to the
13210         value of tab-width in the original buffer.  Choose a line number
13211         format that's a multiple of the original buffer's tab width, so
13212         that lines appear right.
13214         * textmodes/ispell.el (ispell): New function, replacing an alias.
13215         Spell-check active region if in transient-mark-mode and mark
13216         is active; otherwise spell-check buffer.
13218 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13220         * ps-mule.el: Fix a customization problem on
13221         ps-mule-font-info-database-default.
13223 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
13225         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13226         display-mouse-p instead of window-system.
13227         (ebrowse-member-mode-map): Ditto.
13229 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13231         * progmodes/ebnf2ps.el: Update ps-print functions call.
13232         Indentation fix.  Doc fix.
13233         (ebnf-version): New version number (3.2).
13234         (ebnf-format-color, ebnf-begin-job): Code fix.
13236 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
13238         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13239         font lock support on window-system.
13240         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13242         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13243         display-color-p, if fboundp, instead of window-system.
13245 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
13247         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13248         instead of window-system.
13250         * wid-edit.el (widget-choose): Use display-mouse-p instead of
13251         window-system.
13252         (widget-choice-mouse-down-action): Use display-popup-menus-p
13253         instead of window-system.
13255         * strokes.el (strokes-file): Run the file name through
13256         convert-standard-filename.
13257         (strokes-mode): Call display-mouse-p instead of looking at
13258         window-system.  Change the error message accordingly.
13260         * progmodes/cpp.el (toplevel): Support faces on tty's.
13262         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13263         (lm-plot-square, lm-init-display): Don't use window-system.
13265         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13266         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13268         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13269         instead of looking at window-system.
13271 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13273         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13274         of testing if iswitchb-prepost-hooks is bound, because the
13275         latter will always be true when invoking a recursive minibuffer
13276         from an active Iswitchb buffer.
13278 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
13280         * files.el (shell-quote-wildcard-pattern): New function.
13281         (insert-directory): Call it.  Only prepend "\" to command on Unix
13282         and GNU/Linux systems.
13284 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13286         * eshell/esh-groups.el: Change custom :link file names
13287         from `eshell.info' to `eshell'.
13289 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
13291         * dired.el (dired-build-subdir-alist): Expand subdirectory names
13292         correctly in recursive ange-ftp listings.
13294 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13296         * ps-print.el: Fix bug 1: if ps-font-size-internal,
13297         ps-header-font-size-internal and
13298         ps-header-title-font-size-internal variables are not set,
13299         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
13300         face text property is (foreground-color . COLOR) or
13301         `(background-color . COLOR)', ps-print crashes.  Doc fix.
13302         (ps-print-version): New version number (5.2.4).
13303         (ps-plot-region): Code fix.
13304         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13305         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13306         Bug fix 2.
13308 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
13310         * glasses.el (glasses-make-readable): Fix uncapitalization of
13311         identifiers like `myXMLDocument'.
13313 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
13315         * mail/mail-hist.el (mail-hist-previous-input)
13316         (mail-hist-next-input): Do the obvious code factorization.
13317         (mail-hist-retrieve-and-insert): New func, contains common
13318         code of above two.
13319         If inserting a message body, leave point at top.
13321 2000-07-28  Sam Steingold  <sds@gnu.org>
13323         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13324         Use `<=', not `<' to compare times!
13325         (ange-ftp-ls): Remove.
13327 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
13329         * play/cookie1.el: Add explanation of how to make cookie.el
13330         compatible with strfile(1) to comment.
13332         * subr.el (remove, remq): New functions.
13334         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13335         escape `*' in regexps.
13336         (midnight-find): Reverse order of arguments in the funcall of
13337         TEST.
13339         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13340         and `.class'.
13342         * play/meese.el: Add Commentary section.
13344 2000-07-27  Alex Schroeder  <alex@gnu.org>
13346         * sql.el (sql-ms): Added autoload cookie.
13347         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13348         (sql-oracle): Ditto.
13349         (sql-help): Doc change.
13351         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13352         types and exceptions.
13354 2000-07-27  Alex Schroeder  <alex@gnu.org>
13356         * sql.el (sql-placeholder-history): New variable.
13357         (sql-query-placeholders-and-send): New function that will query
13358         the user and replace placeholders with user input.
13359         (sql-oracle): If running on NT, set comint-input-sender to
13360         sql-query-placeholders-and-send.
13362         (sql-stop): If in the SQLi buffer, insert stop notification, else
13363         present it as a message.
13365 2000-07-27  Alex Schroeder  <alex@gnu.org>
13367         * sql.el (sql-input-ring-separator): Doc change.
13368         (sql-input-ring-file-name): Doc change.
13369         (sql-interactive-mode): Use `sql-input-ring-separator' and
13370         `sql-input-ring-file-name' to set the comint-mode equivalents
13371         without making them local variables.
13372         (sql-stop): Don't bind `sql-input-ring-separator' and
13373         `sql-input-ring-file-name' dynamically to their comint-mode
13374         equivalents.
13376 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13378         * international/mule.el (register-char-codings): New function.
13379         (make-coding-system): Handle `safe-chars' specification in the arg
13380         PROPERTY.
13382         * international/mule-cmds.el
13383         (find-coding-systems-region-subset-p): This function deleted.
13384         (sort-coding-systems-predicate): New variable.
13385         (sort-coding-systems): New function.
13386         (find-coding-systems-region): Use
13387         find-coding-systems-region-internal.
13388         (find-coding-systems-string): Use find-coding-systems-region.
13389         (find-coding-systems-for-charsets): Check
13390         char-coding-system-table.
13391         (select-safe-coding-system-accept-default-p): New variable.
13392         (select-safe-coding-system): Mostly rewritten.  New argument
13393         ACCEPT-DEFAULT-P.
13394         (select-message-coding-system): Call select-safe-coding-system
13395         with ACCEPT-DEFAULT-P arg.
13396         (reset-language-environment): Reset default-sendmail-coding-system
13397         to the default value iso-latin-1.
13398         (set-language-environment): Don't set the obsolete variable
13399         charset-origin-alist.
13401         * international/codepage.el (cp-coding-system-for-codepage-1):
13402         Give `safe-chars' property to make-coding-system.
13404         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13405         calling select-message-coding-system twice.
13407         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13408         instead of `safe-charsets'.
13409         (cyrillic-alternativnyj): Likewise.
13410         (ccl-encode-alternativnyj): Don't check the charset
13411         cyrillic-iso8859-5.
13413 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13415         * composite.el (compose-chars-after): Preserve match data.
13417 2000-07-26  Sam Steingold  <sds@gnu.org>
13419         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13420         (ange-ftp-real-file-newer-than-file-p): New function.
13421         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13422         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13424         * tooltip.el (tooltip-float-time): Removed (use `float-time').
13425         * midnight.el (midnight-float-time): Ditto.
13427 2000-07-26  Andreas Schwab  <schwab@suse.de>
13429         * files.el (normal-backup-enable-predicate): Correct
13430         interpretation of the return value of compare-strings.
13432 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
13434         * isearch.el (isearch-resume): New function.
13435         (isearch-done): Add something to command-history to resume
13436         the search.
13437         (isearch-yank-line, isearch-yank-word): Use
13438         buffer-substring-no-properties instead of buffer-substring.
13440         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13441         of flyspell-mouse-map.
13443         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13444         duplicate definition.
13445         (makefile-mode): Remove duplicate setting of local-abbrev-table.
13447         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13448         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13450 2000-07-25  Sam Steingold  <sds@gnu.org>
13452         * net/ange-ftp.el: Get modtime over the net.
13453         (ange-ftp-file-modtime): New function.
13454         (ange-ftp-write-region, ange-ftp-insert-file-contents)
13455         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13456         Use it.
13457         (ange-ftp-dot-to-slash): New function.
13458         (ange-ftp-fix-name-for-vms): Use it.
13460         * midnight.el (midnight-buffer-display-time): Use
13461         `with-current-buffer'.
13463 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
13465         * find-dired.el: Update copyright notice.
13466         (find-dired): Offer to kill a running `find'.
13468         * enriched.el (enriched-face-ans): For a `foreground-color'
13469         property, return '(("x-color" COLOR))' so that COLOR will be
13470         output as a parameter of the x-color annotation.  Likewise for the
13471         `background-color' property.  In the case of normal face
13472         properties, don't return annotations for unspecified foreground
13473         and background face attributes.
13475 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
13477         * language/japan-util.el (japanese-katakana-region): Fix handling
13478         HANKAKU argument.
13480 2000-07-25  Miles Bader  <miles@gnu.org>
13482         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13483         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
13484         constrain-to-field.
13486 2000-07-24  Andrew Innes  <andrewi@gnu.org>
13488         * timer.el (timer-activate-when-idle): Add optional parameter
13489         DONT-WAIT.  Update docstring.
13490         (run-with-idle-timer): Specify extra parameter to
13491         timer-activate-when-idle, so that timer will be activated
13492         immediately if Emacs is already idle.
13494         * w32-fns.el (w32-using-nt): Fix docstring.
13496 2000-07-24  Dave Love  <fx@gnu.org>
13498         * mouse.el (popup-menu): Set last-command-event.
13499         (mouse-major-mode-menu-prefix): Declare.
13501 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
13503         * textmodes/flyspell.el: Update to author's version 1.5d.
13505         * progmodes/hideshow.el: Update copyright notice.
13507         * vcursor.el: Set maintainer to FSF, since author cannot
13508         be reached.
13510 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
13512         * info.el (Info-goto-emacs-key-command-node): Leave a space after
13513         the prompt.
13515         * mouse.el (popup-menu): Run the keymap through indirect-function,
13516         in case it was defined with define-prefix-key.  If the menu is a
13517         list of keymaps, look up the binding of user's choice in each one
13518         of the keymaps.
13519         (mouse-popup-menubar): If the global and local menu-bar keymaps
13520         don't have a prompt string, create one and insert it into the
13521         keymap.  Don't barf if current-local-map returns nil.
13523 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
13525         * dired.el (dired-sort-R-check): Added to allow recursive listing
13526         to be undone.
13527         (dired-sort-other): Use it.
13529 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13531         * Release of cc-mode 5.27
13533 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13535         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13536         c-beginning-of-statement-1 that caused a bad case of recursion
13537         which could consume a lot of CPU in large classes in languages
13538         that have in-expression classes (i.e. Java and Pike).
13540         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13541         statements before top level constructs (i.e. case 6 is moved
13542         before case 5 and is now case 4) to catch in-expression
13543         classes in top level expressions correctly.
13545 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13547         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13548         objc-method-intro. Case 4 removed and case 5I added.
13550         * cc-langs.el (c-append-paragraph-start): New variable used by
13551         c-common-init to get paragraph-start correct.
13552         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13553         initialize paragraph-start to make it correct both with and
13554         without the javadoc special case.
13556         * cc-mode.el (java-mode): Use c-append-paragraph-start to
13557         initialize paragraph-start for javadoc markup.
13559         * cc-vars.el (c-style-variables-are-local-p): Incompatible
13560         change by defaulting this to t.  It's motivated by the
13561         confusing behavior that otherwise arise from the style system
13562         when editing both java and non-java files at the same time
13563         (see the comments about style setting in c-common-init).
13565 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13567         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13568         similar to the one in c-fill-paragraph to check the fill
13569         prefix from the adaptive fill function for sanity.
13571 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13573         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13574         defun block.
13576 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13578         * cc-align.el (c-lineup-multi-inher): Handle lines with
13579         leading comma nicely. Extended to handle member initializers
13580         too.
13582         * cc-engine.el: (c-beginning-of-inheritance-list,
13583         c-guess-basic-syntax): Fixed recognition of inheritance lists
13584         when the lines begins with a comma.
13586         * cc-vars.el (c-offsets-alist): Changed default for
13587         member-init-cont to c-lineup-multi-inher since it now handles
13588         member initializers and indents better for leading commas.
13590 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13592         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13593         handling that caused class open lines to be recognized as
13594         statement-conts in some cases.
13596         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13597         guessed by the adaptive fill function unless point is on the
13598         first line of a block comment.
13600         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13601         when the buffer ends with a macro continuation char.
13603         * cc-engine.el (c-guess-basic-syntax): Added support for
13604         function definitions as statements in Pike.  The first
13605         statement in a lambda block is now labeled defun-block-intro
13606         instead of statement-block-intro.
13608         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13609         so that the class surrounding point is selected, not the one
13610         innermost in the state.
13612         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13613         recognition of switch labels having hanging multiline
13614         statements.
13616         * cc-engine.el (c-beginning-of-member-init-list): Broke out
13617         some code in c-guess-basic-syntax to a separate function.
13618         * cc-engine.el (c-just-after-func-arglist-p): Fixed
13619         recognition of member inits with multiple line arglists.
13620         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13621         member-init-cont when the commas are in funny places.
13623 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13625         * cc-defs.el (c-auto-newline): Removed this macro since it's
13626         not used anymore.
13628         * cc-engine.el (c-looking-at-bos): New helper function.
13629         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13630         inexpr and toplevel classes apart in Pike.
13632         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13633         of case 9A.
13635         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13636         constant, since "class" can introduce an in-expression class
13637         in Pike nowadays.
13639 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13641         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13642         indentation on cpp-macro lines.
13644         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13645         a syntax modifier like comment-intro, to make it possible to
13646         get syntactic indentation for preprocessor directives.  It's
13647         incompatible wrt to lineup functions on cpp-macro, but it has
13648         no observable effect in the 99.9% common case where cpp-macro
13649         is set to -1000.
13651 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13653         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13654         member-init-cont when the preceding arglist is several lines.
13656 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13658         * cc-styles.el (c-style-alist): The basic offset for the BSD
13659         style corrected to 8.
13661 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13663         * cc-styles.el (c-style-alist): Adjusted the indentation of
13664         brace list openers in the gnu style.
13666 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13668         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13670         * cc-cmds.el (c-electric-brace, c-electric-slash,
13671         c-electric-star, c-electric-semi&comma, c-electric-colon,
13672         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13673         when c-syntactic-indentation is nil.
13675         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13676         we were left at comments preceding the first statement when
13677         reaching the beginning of the buffer.
13679         * cc-vars.el (c-syntactic-indentation): New variable to turn
13680         off all syntactic indentation.
13682 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13684         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13685         between the text and the block comment ender when it hangs,
13686         depending on how many there are before the fill.
13688 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13690         * cc-engine.el (c-beginning-of-closest-statement): New helper
13691         function to go back to the closest preceding statement start,
13692         which could be inside a conditional statement.
13693         * cc-engine.el (c-guess-basic-syntax): Use
13694         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13696         * cc-engine.el (c-guess-basic-syntax): Better handling of
13697         arglist-intro, arglist-cont-nonempty and arglist-close when
13698         the arglist is nested inside parens.  Cases 7A, 7C and 7F
13699         changed.
13701         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13702         up-to-date with javadoc 1.2.
13704 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13706         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13707         multiline Pike type decls.
13709 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13711         * cc-cmds.el (c-indent-new-comment-line): Always break
13712         multiline comments in multiline mode, regardless of
13713         comment-multi-line.
13715 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13717         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13718         fully::qualified::names in C++ member init lists.  Preamble in
13719         case 5D changed.
13721 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13723         * cc-langs.el (c-common-init): Handling of obsolete variables
13724         moved to c-initialize-cc-mode.  More compatible style override
13725         when using global style variables.
13726         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13727         variables moved here.
13729         * cc-styles.el (c-make-styles-buffer-local): Flag style
13730         variable localness in c-style-variables-are-local-p to make
13731         the compatibility measure in c-common-init work well.
13733         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13734         longer contain set-from-style.
13735         * cc-styles.el (c-initialize-builtin-style): Don't check for
13736         set-from-style on c-special-indent-hook.
13737         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
13738         copy-alist is sufficient now.
13740         * cc-styles.el (c-set-style, c-set-style-1,
13741         c-get-style-variables): Fixes to variable initialization so
13742         that duplicate entries in styles have the same effect
13743         regardless of DONT-OVERRIDE.
13745         * cc-styles.el (c-set-style-2): Fixed bug where the
13746         initialization of inheriting styles failed when the
13747         dont-override flag is set.
13749         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13750         on this.
13752 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13754         * cc-defs.el (c-forward-comment): Removed the workaround
13755         introduced in 5.38 since it had worse side-effects.  If a line
13756         contains the string "//\"", it regarded the // as a comment
13757         start since the \ temporarily doesn't have escape syntax.
13759 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
13761         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13762         ada-xref.el before ada-prj.el, so that the Project menu is created
13763         when ada-prj tries to add to it.
13764         (ada-activate-keys-for-case): Suppress the characters that are not
13765         part of the Ada syntax. Better compatibility with else-mode
13766         (ada-adjust-case-interactive): When auto-casing is not active,
13767         correctly insert newlines (used to insert only ^M).  Prevent the
13768         syntax table from being changed in case of an error
13769         (or '_' becomes part of a word and some commands are confused).
13770         Do nothing if ada-auto-case is nil.
13771         (ada-after-keyword-p): Ignore keywords that are also attributes
13772         (ada-batch-reformat): Update usage comment
13773         (ada-call-from-contextual-menu): New function
13774         (ada-case-read-exceptions): Reinitialize the casing exception list
13775         first to nil first, so that the casing exception file can be
13776         shared.
13777         (ada-check-defun-name): Handles "configure" keyword for gnatdist
13778         files.
13779         (ada-compile-goto-error): Fix regexp used to detect a file:line
13780         anywhere in the error message
13781         (ada-contextual-menu-last-point): New variable
13782         (ada-create-keymap): If the variable delete-key-deletes-forward is
13783         t on XEmacs, it means that DEL should delete one character
13784         forward.
13785         (ada-create-menu): Use :included instead of :visible for XEmacs.
13786         New submenu "Options".
13787         (ada-end-stmt-re): Correctly indent "select ... then abort"
13788         statements.
13789         (ada-fill-comment-paragraph): Correctly delete all leading '--'
13790         even if they don't match ada-fill-comment-prefix Fix handling of
13791         paragraphs on the first or last line of a file.
13792         (ada-format-paramlist): Fix handling of default parameter values.
13793         (ada-get-body-name): New function.
13794         (ada-get-current-indent): Optimized by searchling directly for an
13795         existing generic part or a statement outside of it.  Handle
13796         ada-indent-align-comments when indenting comments Replaced some
13797         regexps by testing directly the next character. This results in a
13798         huge speedup on some files.  New indentation scheme for renames
13799         statements.  Stop looking for the 'while' or 'for' associated with
13800         a 'loop' at the first semicolon encountered.  A "return" can also
13801         match an anonymous access subprogram declaration.
13802         (ada-get-indent-noindent): Ignore strings and comments when
13803         looking for the keywords "record" and "private".
13804         (ada-goto-matching-decl-start): When matching "if", make sure we
13805         are not in fact seeing "end if".  Ignore "when" statements except
13806         when initial keyword was "begin".  Fix handling of nested
13807         procedures.  Add a recursive call to this function to skip over
13808         other 'end' statmts.  Fix indentation for "when .. => begin"
13809         (ada-in-open-paren-p): Fix indentation for complex boolean
13810         expressions, where 'and then', 'or else' and parenthesis
13811         statements are mixed up.
13812         (ada-in-paramlist-p): Skip comments while searching for the
13813         beginning Fix handling of operator declarations.
13814         (ada-indent-align-comments): New variable
13815         (ada-indent-current): Change the syntax table only in the
13816         protected section, so that we are sure it is restored correctly.
13817         (ada-indent-on-previous-lines): Use ada-use-indent and
13818         ada-with-indent Correctly indent "select ... then"
13819         (ada-indent-region): Slight speedup.
13820         (ada-indent-renames): New variable.
13821         (ada-last-which-function-subprog, ada-last-which-function-line):
13822         New variables
13823         (ada-looking-at-semi-private): Correctly indent the 'private'
13824         keyword when it is the first word in a package declaration.
13825         (ada-loose-case-word): Stop searching if at the end of the buffer.
13826         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13827         even if point is not initially at the end of the word.
13828         (ada-matching-decl-start-re): Add "when".
13829         (ada-mode): Add support for abbrev-mode, outline-mode and
13830         which-func-mode Override the old find-file.el entry in
13831         ff-special-constructs since it is using the obsolete
13832         ada-spec-suffix variable
13833         (ada-no-auto-case): New function
13834         (ada-scan-paramlist): When parsing the argument type, accept
13835         spaces (as in "X 'Class", generated by Rational Rose).
13836         (ada-other-file-name): No longer loads the other file.
13837         (ada-popup-menu): Save and restore the current buffer and cursor
13838         position before and after displaying the menu.
13839         (ada-search-ignore-complex-boolean): New function.
13840         (ada-uncomment-region): Emacs21 already knows how to delete
13841         comments not starting in the first column.
13842         (ada-use-indent): New variable
13843         (ada-which-function): New function.
13844         (ada-with-indent): New variable
13845         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13846         can be batch-compiled from the command line.
13848         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13849         Add to the menu when the file is loaded, not in ada-mode-hook.
13850         Add -toolbar to the default ddd command Switches moved from
13851         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13852         ada-prj-default-comp-opt
13853         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13854         Reference Manual to the menu
13855         (ada-check-current): rewritten as a call to ada-compile-current
13856         (ada-compile): Removed.
13857         (ada-compile-application, ada-compile-current, ada-check-current):
13858         Set the compilation-search-path so that compile.el automatically
13859         finds the sources in src_dir.  Automatic scrollong of the
13860         compilation buffer.  C-uC-cC-c asks for confirmation before
13861         compiling
13862         (ada-compile-current): New parameter, prj-field
13863         (ada-complete-identifier): Load the .ali file before doing
13864         processing
13865         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13866         conform to gnatmake's behavior.
13867         (ada-find-file-in-dir): New function
13868         (ada-find-references): Set the environment variables for gnatfind
13869         (ada-find-src-file-in-dir): New function.
13870         (ada-first-non-nil): Removed
13871         (ada-gdb-application): Add support for jdb, the java debugger.
13872         (ada-get-ada-file-name): Load the original-file first if not done
13873         yet.
13874         (ada-get-all-references): Handles the new ali syntax (parent types
13875         are found between <>).
13876         (ada-initialize-runtime-library): New function
13877         (ada-mode-hook): Always load a project file when a file is opened,
13878         so that the casing exceptions are correctly read.
13879         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13880         (ada-parse-prj-file): Use find-file-noselect instead of find-file
13881         to open the project file, since the latter does not work with
13882         speedbar Get default values before loading the prj file, or the
13883         default executable file name is wrong.  Use the absolute value of
13884         src_dir to initialize ada-search-directories and
13885         compilation-search-path,...  Add the standard runtime library to
13886         the search path for find-file.
13887         (ada-prj-default-debugger): Was missing an opening '{'
13888         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13889         variables.
13890         (ada-prj-default-gnatmake-opt): New variable
13891         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13892         buffers, the project file is the default one Save the windows
13893         configuration before displaying the menu.
13894         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13895         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13896         ...)  regexp-quote identifiers names to support operators +,
13897         -,... in regexps.
13898         (ada-remote): New function.
13899         (ada-run-application): Erase the output buffer before starting the
13900         run Support remote execution of the application.  Use
13901         call-process, or the arguments are incorrectly parsed
13902         (ada-set-default-project-file): Reread the content of the active
13903         project file, not the one from the current buffer When a project
13904         file is set as the default project, all directories are
13905         automatically associated with it.
13906         (ada-set-environment): New function
13907         (ada-treat-cmd-string): New special variable ${current}
13908         (ada-treat-cmd-string): Revised.  The substitution is now done for
13909         any ${...} substring
13910         (ada-xref-current): If no body was found, compiles the spec
13911         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13912         compiler to get rid of command line length limitations.
13913         (ada-xref-get-project-field): New function
13914         (ada-xref-project-files): New variable
13915         (ada-xref-runtime-library-specs-path)
13916         (ada-xref-runtime-library-ali-path): New variables
13917         (ada-xref-set-default-prj-values): Default run command now does a
13918         cd to the build directory.  New field: main_unit Provide a default
13919         file name even if the current buffer has no prj file.
13921         * ada-prj.el:
13922         Rewritten to show a tabbed-dialog.
13923         (ada-prj-add-ada-menu): Remove the map and name parameters.
13924         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13925         New function
13926         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13927         (ada-prj-load-from-file): New function
13928         (ada-prj-save): Always save fields that depend on the current buffer
13929         (ada-prj-show-value): New function
13931         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13932         Ada mode. This will allow us to display the Ada menu in any buffer
13933         we want (for project items).
13934         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13935         number of spaces in the header.
13937 2000-07-24  Dave Love  <fx@gnu.org>
13939         * ediff-init.el (ediff-region-help-echo): Bind face-help.
13941 2000-07-23  Noah Friedman  <friedman@splode.com>
13943         * type-break.el (type-break): perform autosave.
13944         Suggested by Stephen Gildea <gildea@intouchsys.com>.
13945         (type-break-do-query): Cancel query schedule while performing
13946         actual query, to avoid possibility of a second query being made
13947         while first one is already in progress.
13948         (type-break-time-stamp-format): New variable.
13949         (type-break-time-stamp): New function.
13950         (type-break-time-warning): Use it.
13951         (type-break-keystroke-warning): Use it.
13952         (type-break-noninteractive-query): Use it.
13954         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13955         cookie.
13956         Use add-minor-mode to set minor-mode-alist, if available.
13957         (eldoc-echo-area-use-multiline-p): New user option.
13958         (eldoc-echo-area-multiline-supported-p): New variable.
13959         (eldoc-docstring-format-sym-doc): Use them.
13960         (eldoc-mode): If not using idle timers, append to local post and
13961         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
13962         (eldoc-display-message-no-interference-p): Don't interfere with
13963         edebug.
13964         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13965         (eldoc-function-arglist): New function.
13966         (eldoc-function-argstring): Use it.
13968         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13969         auto save directory exists before calling directory-files.
13971 2000-07-23  Dave Love  <fx@gnu.org>
13973         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13974         ^o, ^u.
13976 2000-07-21  Dave Love  <fx@gnu.org>
13978         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13979         now passed to the function.  It now works properly.
13981         * smerge-mode.el (smerge-mode-menu): Fill it out.
13983 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
13985         * info-look.el (info-lookup): If *info* is shown in another frame
13986         on the same display, select that frame, instead of switching to
13987         the Info buffer in another window of the selected frame.
13989         * simple.el (universal-argument-map): Bind numeric keypad keys
13990         kp-0 to kp-9 and kp-subtract.
13991         (digit-argument): Handle these keys.
13993 2000-07-20  Dave Love  <fx@gnu.org>
13995         * net/goto-addr.el (goto-address-fontify): Don't bother with
13996         buffer-modified and read-only stuff -- irrelevant with overlays.
13997         Put an extra property on the overlays and use it to clean up in
13998         case goto-address is re-run.
14000 2000-07-19  Richard M. Stallman  <rms@gnu.org>
14002         * timer.el (run-with-idle-timer): Doc fix.
14004         * mail/mail-utils.el (mail-strip-quoted-names):
14005         Handle case where <...> appears inside "...".
14006         Use replace-match to edit the string more simply.
14007         (rmail-dont-reply-to): Cope with an unmatched ".
14009 2000-07-19  Dave Love  <fx@gnu.org>
14011         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14012         implementation.
14014         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14015         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14016         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14018 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
14020         * textmodes/refer.el: Correct maintainer's email address.
14022         * progmodes/hideif.el: Correct author's email address.
14023         Fix typo in comment.
14025         * xml.el: New file.
14027         * mail/mailheader.el: Correct author's mail address.
14029         * gnus/parse-time.el: Correct author's mail address.
14031 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
14033         * comint.el (comint-highlight-input, comint-highlight-face):
14034         New user options.
14035         (comint-input-ring-file-name): Change custom type.
14036         (comint-mode-map): Bind mouse-2.
14037         (comint-insert-clicked-input): New function.
14038         (comint-send-input): Handle input highlighting.
14040 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
14042         * mouse.el (popup-menu): New function.
14043         (mouse-major-mode-menu): Use it.
14045 2000-07-18  Dave Love  <fx@gnu.org>
14047         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14048         improvements.
14050 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14052         * faces.el (face-font-selection-order)
14053         (face-font-family-alternatives): Add custom type.
14055 2000-07-18  Dave Love  <fx@gnu.org>
14057         * cus-edit.el (custom-variable-reset-saved)
14058         (custom-variable-reset-standard): Remove unused bindings.
14060         * rect.el (open-rectangle-line): Remove unused let.
14062         * hl-line.el (hl-line-highlight): Check hl-line-mode.
14064 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14066         * cdl.el: Fix `Maintainer' keyword.
14068         * play/pong.el: Add author's email address.
14070 2000-07-17  Sam Steingold  <sds@gnu.org>
14072         * files.el (insert-directory): Call `split-string' instead of
14073         re-implementing it.
14075 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
14077         * mail/vms-pmail.el: Change maintainer to FSF.
14079         * net/goto-addr.el: Change maintainer to FSF.
14081         * info.el (Info-title-face-alist): Removed.
14083 2000-07-18  David Ponce  <david@dponce.com>
14085         * recentf.el (recentf-open-files): New command that works like
14086         `recentf-open-more-files', but shows the whole list of files (not just
14087         those omitted from the menu). Useful if you don't use a menu-bar!
14088         (recentf-open-more-files) Modified to use `recentf-open-files'.
14090         (recentf-open-files, recentf-open-more-files)
14091         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14093         (recentf-dialog-mode): New mode for dialogs. You can now just type
14094         "q" to cancel the dialogs.
14096 2000-07-18  David Ponce  <david@dponce.com>
14098         * recentf.el: This is a major update of recentf.el. It adds new
14099         features to better organize the recentf menu and "More..." buffer.
14101         Using new provided menu filtering functions you can now organize the
14102         recent files list:
14104         - by major modes
14105         - by directories
14106         - by user defined rules
14108         Finally, with the new `recentf-filter-changer' customizable filter you
14109         can define a ring of filters and dynamically (via the menu) cycle on
14110         each menu organization in the ring (a la msb).
14112 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
14114         * eshell/eshell.el (eshell): Replace links to eshell.info with
14115         links to eshell, to avoid problems on systems where the manual is
14116         installed as `eshell'.
14117         * eshell/esh-cmd.el (eshell-cmd): Ditto.
14118         * eshell/em-smart.el (eshell-smart): Ditto.
14119         * eshell/em-banner.el (eshell-banner): Ditto.
14120         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14122         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14123         same-file check in the MS-DOS version (it does support inodes).
14125         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14127         * eshell/eshell.el (eshell-directory-name):
14128         Run default directory name through convert-standard-filename.
14130 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
14132         * international/mule-cmds.el (select-safe-coding-system):
14133         Fix typo in the comment.
14135         * language/european.el (compound-text):
14136         Force katakana-jisx0201 to be designated to G1.
14138         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14139         Don't translate some national variant characters of latin-jisx0201.
14140         (x-ctext): Force katakana-jisx0201 to be designated to G1.
14142         * international/kkc.el (kkc-after-update-conversion-functions):
14143         New variable.
14144         (kkc-update-conversion): Run functions in it at the tail.
14146 2000-07-16  John Wiegley  <johnw@gnu.org>
14148         * lisp/align.el (align-newline-and-indent):
14149         Adding new function.  for auto-aligning blocks of code on RET.
14150         (align-region): Fixed badly formatted minibuffer message.
14152 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
14154         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14155         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
14156         the conversion list at first if appropriate.
14157         (kkc-next): Don't update kkc-next-count here.
14158         (kkc-prev): Don't update kkc-prev-count here.
14159         (kkc-show-conversion-list-update): Fix setting up of conversion
14160         list message.
14162 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14164         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14166 2000-07-16  Dave Love  <fx@gnu.org>
14168         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14169         function to be more specific.
14171         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14172         non-string help-echo.
14173         (widget-types-convert-widget): Defsubst it.
14174         (widget-echo-help): Try to cope with a help-echo function of two
14175         possible sorts.
14177 2000-07-15  Jason Rumney  <jasonr@gnu.org>
14179         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14180         Declare as obsolete.
14182         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14184 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
14186         * hilit-chg.el: Fix typo.
14188 2000-07-14  Dave Love  <fx@gnu.org>
14190         * info.el (Info-mode-menu): Fix use of :help, :enable.
14192 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
14194         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14196 2000-07-13  Dave Love  <fx@gnu.org>
14198         * emacs-lisp/easymenu.el: Doc fixes.
14199         (easy-menu-remove): Defalias to ignore.
14201         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14202         Call throw correctly.
14204 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
14206         * faces.el (frame-background-mode): Doc fix.
14208         * simple.el (eval-expression-print-length): Change custom type to
14209         allow entering nil as value.
14211 2000-07-13  Dave Love  <fx@gnu.org>
14213         * progmodes/fortran.el (fortran-imenu-generic-expression):
14214         Change definition layout.
14215         (fortran-mode-menu): Reinstate customize entries.
14217         * cus-edit.el (custom-group-menu-create, customize-menu-create):
14218         Use :filter, per old XEmacs code.
14220 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
14222         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14223         event when deciding what to send to the terminal.
14225 2000-07-12  Dave Love  <fx@gnu.org>
14227         * cus-start.el: Add optional version as 4th element of specs and
14228         use it for several things new in v21.  Remove load-path.  Fix type
14229         of line-number-display-limit.
14231 2000-07-11  Dave Love  <fx@gnu.org>
14233         * progmodes/fortran.el: Don't require easymenu.
14234         Use repeat counts in various regexps.
14235         (fortran-mode-syntax-table): Defvar directly.
14236         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14237         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14238         Use defvar, not defconst.
14239         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
14240         (fortran-mode): Set fortran-comment-line-start-skip,
14241         fortran-comment-line-start-skip, dabbrev-case-fold-search.
14242         (fortran-comment-indent): Use defsubst.
14243         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14244         Use fortran-comment-indent, not fortran-comment-indent-function.
14245         (fortran-comment-region, fortran-electric-line-number): Simplify.
14246         (fortran-auto-fill): New function.
14247         (fortran-do-auto-fill): Deleted.
14248         (fortran-find-comment-start-skip):
14249         Check for non-null comment-start-skip.
14250         (fortran-auto-fill-mode, fortran-fill-statement):
14251         Use fortran-auto-fill.
14252         (fortran-fill): Use fortran-auto-fill.  Check for null
14253         comment-start-skip.  Simplify final clause and use end-of-line finally.
14255         * widget.el (widget-plist-member): New alias.
14257 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
14259         * eshell/esh-module.el (toplevel): Reference
14260         byte-compile-current-file only if it is bound.
14262 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
14264         * dired.el: Don't require `dired-aux'.
14266 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
14268         * dired-aux.el (dired-show-file-type): New function.
14269         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14270         (dired-show-file-type): Add autoload.
14272 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
14274         * international/mule-diag.el (describe-font): Adjusted for the
14275         change of fontset-info.
14276         (print-fontset): Likewise.
14278 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14280         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14282 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
14284         * bindings.el: Bind `[delete]' to delete-char.
14286         * dired.el (dired-find-alternate-file): New function.
14287         (dired-mode-map): Bind `a' to dired-find-alternate-file.
14288         (toplevel): Require dired-aux when compiling.
14289         (dired-buffers): Move defvar within file to avoid compiler warning.
14291         * info.el (Info-last-search): Variable removed.
14292         (Info-search-history): New variable.
14293         (Info-search): New Info-search-history.
14295         * battery.el, info-look.el: Change author's mail address.
14297 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
14299         * mail/rmail.el (rmail-clear-headers): Don't throw an error
14300         if rmail-ignored-headers is nil.
14301         (rmail-retry-failure): Bind rmail-ignored-headers and
14302         rmail-displayed-headers to nil.
14304 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
14306         * lpr.el (lpr-page-header-switches): Add `-h' switch.
14307         (print-region-1): Don't hard code `-h' here.
14309         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14311 2000-07-01  Francesco Potorti`  <pot@gnu.org>
14313         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14314         exim can use "your message" instead of "the message".
14316 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14318         * facemenu.el: Docstrings fixes.
14319         (facemenu-get-face): Don't use internal-find-face.
14320         (facemenu-iterate): Rename arg to match the docstring.
14322         * newcomment.el (uncomment-region): Be more careful when skipping
14323         backwards over `=' not to bump into BOBP.
14325 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
14327         * ediff-diff.el (ediff-wordify): Use syntax table.
14328         * ediff-init.el (ediff-has-face-support-p): Use
14329         ediff-color-display-p.
14330         (ediff-color-display-p): Use display-color-p, changed to defun
14331         from defsubst.
14332         Got rid of special cases for NeXT and OS/2.
14333         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14334         face.
14336 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14338         * emacs-lisp/lucid.el: Require CL.
14339         (copy-tree, remprop): Remove, it's provided by CL.
14340         (map-keymap): Define in terms of cl-map-keymap.
14341         (extent-property, set-extent-end-glyph): New functions.
14343         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14345 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14347         * Makefile.in (DONTCOMPILE): Add comment that the name may
14348         not be changed without changing the make-dist script.
14350         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14351         (cl-mapc): Use mapc instead of cl-old-mapc.
14353 2000-07-05  Andrew Innes  <andrewi@gnu.org>
14355         * makefile.nt: Add support for `bootstrap' and related targets.
14357 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14359         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14360         (easy-menu-do-define): Use `menu-item' format.
14361         Handle case where easy-menu-create-menu returns a symbol.
14362         Manually call the potential top-level filter in the function binding.
14363         (easy-menu-filter-return): New arg NAME.
14364         Convert to a keymap if MENU is an XEmacs menu.
14365         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
14366         (easy-menu-converted-items-table, easy-menu-convert-item):
14367         New var and fun to memoize easy-menu-convert-item-1.
14368         (easy-menu-do-add-item): Use it.
14369         (easy-menu-create-menu): Use easy-menu-convert-item.
14370         Wrap easy-menu-filter-return around any :filter specification.
14371         Don't convert the menu if a filter was specified.
14372         Tell easy-menu-make-symbol not to check for MENU being an expression.
14373         (easy-menu-make-symbol): New arg NOEXP.
14375 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14377         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14378         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14379         (eval-defun): If called with prefix arg, instrument code for
14380         Edebug.
14382         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14383         similar to that of eval-defun.
14385 2000-07-04  Dave Love  <fx@gnu.org>
14387         * hl-line.el (hl-line-overlay): Make it permanent-local.
14389         * calendar/todo-mode.el: Replaced with a working version, based on
14390         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14392 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
14394         * paths.el (prune-directory-list): New function.
14395         (Info-default-directory-list): Rewritten to more methodically
14396         enumerate a big list of possible info directories (based on the
14397         list used by the standalone info reader).
14399         * info.el (info-initialize): Use prune-directory-list to remove
14400         non-existent directories from Info-directory-list.
14402         * paths.el (Info-default-directory-list): Try a list of possible
14403         info-directories instead of a single one.  Add the possible
14404         info directory "/usr/share/info".
14406         * woman.el (woman-man.conf-path): Explicitly include the debian
14407         man-db config file "/etc/manpath.config".
14408         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14409         are present in `manpath.config'.
14410         (woman-manpath): Include "/usr/share/man".
14412 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
14414         * frame.el (blink-cursor-mode): Don't hide cursor initially.
14416         * startup.el (command-line): Initialize blink-cursor based
14417         on window-system.
14419         * frame.el (blink-cursor): Default to nil if not running under
14420         a window-system.
14422         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14423         (face-x-resources): Remove duplicate entry for :font.
14425         * textmodes/refer.el (refer-find-entry-internal): Use some-window
14426         instead of cycling through windows with next-window.
14428         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14429         of cycling through windows with next-window.
14431         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14432         of cycling through windows with next-window.
14434         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14435         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14436         instead of cycling through windows with next-window.
14438         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14439         instead of cycling through windows with next-window.
14441         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14442         of cycling through windows with next-window.
14444         * terminal.el (te-process-output): Use walk-windows instead of
14445         cycling through windows with next-window.
14447         * server.el (server-switch-buffer): Use some-window instead of
14448         cycling through windows with next-window.
14450         * window.el (some-window): New function.
14451         (walk-windows): Remove reference to walk-windows-start.
14453         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14455 2000-07-03  Richard Stallman  <rms@gnu.org>
14457         * window.el (walk-windows): Guarantee termination by keeping a list
14458         of all the windows already handled.
14460 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14462         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14463         window-system.
14465         * man.el (Man-notify-when-ready): Don't use window-system.  If
14466         Man-notify-method is newframe, and the display is not
14467         multi-frame, select the frame created for the man page.
14468         (Man-init-defvars): Doc fix.
14470 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
14472         * faces.el (region): Change background color for light background.
14474         * ediff-wind.el (ediff-setup-control-frame): Remove :box
14475         attribute from mode-line face of Ediff control frame.
14477         * replace.el (query-replace-map): Bind `e' like `E'.
14479 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14481         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14482         Change name to "Select All".
14484         * dos-fns.el (convert-standard-filename): Fix last change.
14486 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
14488         * help.el (describe-variable): Don't insert a second `'s' in front
14489         of the string `value is shown below'.  Since the syntax-table is
14490         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14491         an existing `'s', so that this won't be deleted.
14493         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14494         * pcmpl-unix.el: New files.
14496 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14498         * wid-edit.el (widget-member): Use the new plist-member.
14500 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
14502         * replace.el (perform-replace): Undo change of 2000-04-04.
14503         Instead, move backward 1 character at the end of the loop when
14504         necessary.
14506         * faces.el (fringe): Change face for different backgrounds.
14508         * eshell/esh-module.el (toplevel): Load defgroup's differently;
14509         patch from John.
14511         * eshell/*.el: Change spelling of the Free Software Foundation.
14513         * eshell/esh-toggle.el: Removed.
14515         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14517         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14518         interactively.
14520 2000-06-26  Alex Schroeder  <alex@gnu.org>
14522         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14523         `define-key'; instead of checking `(emacs-version)' check for
14524         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
14525         for `;' and `o' which might be electric.
14527         (sql-electric-stuff): New user option.
14528         (sql-magic-go): New function which uses `sql-electric-stuff'.
14529         (sql-magic-semicolon): New function which uses
14530         `sql-electric-stuff'.
14532         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14533         is not fboundp.
14535         (sql-oracle-options): New variable.
14536         (sql-oracle): Use it.
14538         (sql-imenu-generic-expression): Doc change.
14539         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14540         is used.
14542         (sql-informix): Added command line parameter "-" to force
14543         sql-informix-program to use stdout.
14545 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
14547         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14548         (cp864-decode-table): Doc fix.
14549         (cp720-decode-table): New variable, supports the Arabic OEM
14550         codepage used by Windows.
14551         (cp737-decode-table): New, Greek OEM codepage used by Windows.
14553 2000-06-23  Dave Love  <fx@gnu.org>
14555         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14556         (font-lock-fontify-anchored-keywords): Use
14557         line-beginning-position.
14558         (global-font-lock-mode): Use mapc.
14560 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14562         * eshell/esh-module.el: Require CL when compiling.
14564 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14566         * comint.el (comint-substitute-in-file-name): Call replace-match
14567         with second and third arg t.
14569         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14570         Specify foreground color.
14572         * faces.el (tool-bar, mode-line, header-line): Specify foreground
14573         color.
14575         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14577         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14578         cddr instead of cdddr.
14580         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14581         instead of copy-list.
14583         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14584         of copy-list.
14586         * subdirs.el: Add eshell subdirectory.
14588         * eshell: New subdirectory containing the Eshell package.
14590         * pcomplete.el: New file.
14592 2000-06-23  Paul Eggert  <eggert@twinsun.com>
14594         * mail/mailpost.el (post-mail-send-it): Make sure file has
14595         proper permissions from birth.
14597         * files.el (basic-save-buffer-2): When temporarily setting
14598         file modes, set them to current modes plus 0200, not to 0777.
14600         * emerge.el (emerge-make-temp-file): Make sure file has proper
14601         permissions from birth.
14603 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
14605         * files.el (make-backup-file-name-1): On DOS/Windows, run the
14606         backup file name through convert-standard-filename.
14608         * dos-fns.el (convert-standard-filename): Convert leading
14609         directories as well.  When long file names are supported, convert
14610         characters that are invalid in Windows file names.
14612 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14614         * ps-print.el: Fix bug: if ^L is the very first buffer character,
14615         ps-print crashes.  New feature: page selection for printing.  Create
14616         raw-text-unix coding system for XEmacs.  Doc fix.
14617         (ps-print-version): New version number (5.2.3).
14618         (ps-plot-region): Bug fix.
14619         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14620         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14621         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14622         funs.
14623         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14624         (ps-last-page): New vars.
14626 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
14628         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14629         empty option string.
14631 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
14633         * man.el (man): Doc fix.
14635 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
14637         * international/mule-cmds.el (set-language-info-alist): Docstring
14638         fixed.
14640 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
14642         * version.el (emacs-version): Use ISO date format.
14644         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14645         instead of `M-backspace'.
14647         * simple.el (turn-off-auto-fill): New function.
14649 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
14651         * jit-lock.el (with-buffer-prepared-for-jit-lock):
14652         Renamed from with-buffer-prepared-for-font-lock and use
14653         inhibit-modification-hooks rather than setting *-change-functions.
14654         Update all functions to use the new name.
14655         (jit-lock-first-unfontify-pos): New semantics (and doc).
14656         (jit-lock-mode): Make non-interactive.
14657         Don't automatically turn on font-lock.
14658         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14659         Always use jit-lock-after-change.
14660         Remove and restore font-lock-after-change-function.
14661         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14662         (jit-lock-after-unfontify-buffer): Remove.
14663         (jit-lock-stealth-fontify):
14664         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14665         (jit-lock-after-change): Set the `fontified' text-prop to nil.
14667 2000-06-20  Sam Steingold  <sds@gnu.org>
14669         * emacs-lisp/cl-indent.el (toplevel): Indent
14670         `print-unreadable-object' properly.  Untabify.
14672 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14674         * textmodes/reftex.el (reftex-find-citation-regexp-format):
14675         Support for bibentry.
14676         (reftex-compile-variables): Fixed problem with end of section-re.
14678         * texmodes/reftex-dcr.el (reftex-view-crossref,
14679         reftex-view-crossref-from-bibtex):
14680         Deal with changed `reftex-find-citation-regexp-format'.
14681         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14682         Replaced `remprop' with `put'.
14683         (reftex-view-crossref, reftex-view-crossref-when-idle):
14684         Support for bibentry.
14686         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14687         New entry for bibentry package.
14689         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14690         Regexp also matches "\nobibliography".
14692         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14693         Call `reftex-ensure-write-access' before doing anything.
14694         (reftex-ensure-write-access): New function.
14696 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14698         * progmodes/idlwave.el: File re-installed (update to version 4.2)
14700         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14702         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14704         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14707 2000-06-20  Dave Love  <fx@gnu.org>
14709         * faces.el (frame-background-mode): Use set-default, not set, in
14710         setter.
14711         (frame-update-faces, frame-update-face-colors): Define with
14712         defalias.
14714         * enriched.el (enriched-decode-foreground)
14715         (enriched-decode-background): Don't use internal-find-face.
14717         * apropos.el: Doc fixes.
14719         * cus-edit.el (customize-changed-options): Check arg.
14720         (customize-version-lessp): Don't require decimal point.
14722         * custom.el (defcustom, defgroup): Doc fix.
14724         * newcomment.el (comment) <defgroup>: Add :version.
14725         (comment-multi-line): Doc fix.
14727         * emulation/mlsupport.el (define-hooked-local-abbrev,
14728         define-hooked-global-abbrev): Fix, using define-abbrev.
14730 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
14732         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14733         the whole buffer.
14735 2000-06-19  Dave Love  <fx@gnu.org>
14737         * menu-bar.el (menu-bar-options-save): New function.
14738         (menu-bar-options-menu): Use it.
14739         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14740         Simplify.
14742 2000-06-19  Andreas Schwab  <schwab@suse.de>
14744         * progmodes/etags.el (tags-query-replace): Put new parameters
14745         START and END at the end, for backward compatibility.
14747 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14749         * international/codepage.el:
14750         (cp-coding-system-for-codepage-1): Delete special codes for
14751         generating xxx-dos coding system because now a CCL based coding
14752         system can handle EOL conversion by default.
14754         * international/mule.el (make-coding-system): Generate subsidiary
14755         coding systems for EOL handling variants even for a CCL based
14756         coding system.
14758 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14760         * international/isearch-x.el (isearch-minibuffer-input-method)
14761         (isearch-minibuffer-input-method-function): These variables
14762         deleted.
14763         (isearch-with-input-method): Don't use the above variables.
14764         (isearch-process-search-multibyte-characters): Likewise.  Call
14765         read-string with the arg INHERIT-INPUT-METHOD t.
14767 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
14769         * font-lock.el (font-lock-after-fontify-buffer)
14770         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14772         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14773         Use consistent make-local-variable style for font-lock-fontified.
14774         (jit-lock-fontify-buffer):
14775         Don't bother checking for font-lock-mode and jit-lock-mode.
14777         * time.el: Remove trailing ^M that prevent CVS-merging.
14779 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14781         * Makefile.in (distclean): New target.
14783 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
14785         * Makefile.in (srcdir): Define for update-subdirs.
14787 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14789         * find-lisp.el: New file.
14791 2000-06-16  Andrew Innes  <andrewi@gnu.org>
14793         * time.el (display-time-mail-function): New variable, to allow
14794         external packages to indicate when new mail is available.
14795         (display-time-update): Use it.
14797 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
14799         * international/mule.el (mule-version): Change version name to
14800         SAKAKI.  AOI has already been used by Meadow.
14802         * international/quail.el (quail-show-guidance-buf): To find the
14803         bottom window (but minibuffer), pay attention to the height of
14804         minibuffer.
14806 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14808         * arc-mode.el (archive-mode-map): Use the new menu-item format for
14809         menu-bar menus.  Add help strings.  Don't remove the Edit menu
14810         from the menu bar, as the menu bar has enough space now.
14812         * Makefile.in (SHELL): Make sure /bin/sh is used.
14814         * woman.el (woman-man-buffer): Fix bold and underlined CJK
14815         characters, which use series of two ^H characters instead of one.
14817 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
14819         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14820         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14821         functions.
14822         (Info-find-node-2): Try a case-sensitive search first, then
14823         do a case-insensitive search.
14825         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14826         tutorials.
14828         * complete.el (PC-env-vars-alist): New variable.
14829         (PC-complete-as-file-name): New function.
14830         (partial-completion-mode): Initialize PC-env-vars-alist from
14831         process-environment.
14832         (PC-do-completion): Handle completion of env vars.
14834         * info.el (Info-set-mode-line): Show file name in mode line,
14835         use `*Info*' instead of `Info:'.
14837         * startup.el (command-line-1): Change copyright messages to year
14838         2000.
14840 2000-06-15  Dave Love  <fx@gnu.org>
14842         * net/goto-addr.el (goto-address-fontify): Use keymap property,
14843         not local-map.
14845 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
14847         * international/mule.el (set-buffer-file-coding-system): Almost
14848         rewritten to handle `undecided' as no-op.
14850 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
14852         * Makefile.in: New file.
14854         * Makefile: Removed.
14856         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14857         (goto-address-highlight-keymap): Bind C-c RET.
14859 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
14861         * mail/sendmail.el (sendmail-send-it): The temporary buffer
14862         inherits buffer-file-coding-system of the current buffer.
14864         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14865         0.  Give correct argument to set-auto-coding-function.
14866         (tar-expunge): For goto-char, use (point-min), not 0.
14867         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14868         (tar-subfile-save-buffer): Likewize.
14870         * international/mule.el
14871         (after-insert-file-set-buffer-file-coding-system): Call
14872         set-buffer-file-coding-system with the arg FORCE t.
14874 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
14876         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14877         nil.  Contemporary sendmails issue an X-Authentication-Warning if
14878         the sender is set with `-f'.
14880 2000-06-13  Dave Love  <fx@gnu.org>
14882         * help.el (describe-function-1): Kluge around cases of functions
14883         fset to subrs whose doc doesn't match their symbol-name.
14885         * image.el (insert-image): Default STRING to a space.
14887         * info.el Doc fixes.
14888         (Info-build-node-completions): Match Ref tags.
14890 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
14892         * frame.el (display-multi-frame-p, display-multi-font-p): New
14893         defaliases for display-graphic-p.
14895         * hl-line.el: Fixed a typo in commentary.
14897 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
14899         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14900         fixed.
14902 2000-06-12  Dave Love  <fx@gnu.org>
14904         * image.el (insert-image): Save a little consing.
14906 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14908         * language/tibet-util.el: Convert all tibetan-1-column characters
14909         to the corresponding tibetan characters.
14910         (tibetan-add-components): Delete code for the special treatment of
14911         'a chung.
14913         * language/tibetan.el (tibetan-composable-pattern): Fix previous
14914         change.
14915         (tibetan-vowel-transcription-alist): More rules added.
14916         (tibetan-composite-vowel-alist): New variable.
14917         (tibetan-precomposition-rule-alist): More rules added.
14919 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
14921         * startup.el (command-line): Only call menu-bar-mode if interactive.
14923         * thingatpt.el (toplevel symbol-properties):
14924         * textmodes/makeinfo.el (makeinfo-compile):
14925         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14926         * progmodes/hideif.el (hif-compress-define-list)
14927         (hide-ifdef-use-define-alist):
14928         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14929         (ange-ftp-vms-add-file-entry):
14930         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14931         * man.el (Man-build-man-command):
14932         * mail/rnewspost.el (news-reply-header-hook):
14933         * info.el (Info-insert-dir):
14934         * emulation/mlconvert.el (backward-word, forward-word, setq):
14935         * emacs-lisp/gulp.el (gulp-send-requests):
14936         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14937         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14938         (byte-optimize-apply, end of file):
14939         * emacs-lisp/advice.el (ad-advice-class-completion-table)
14940         (ad-make-freeze-definition):
14941         * startup.el (command-line, command-line-1): Don't quote lambdas.
14943         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14944         (cvs-cleanup-removed): New function.
14945         (cvs-cleanup-functions): New var.
14946         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14947         some flexibility in specifying additional entries to auto-cleanup.
14948         (cvs-quickdir): New function.
14949         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14950         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14951         (cvs-mode-find-file): Check that we are on a filename or dirname
14952         when invoked through a mouse-click.
14953         (cvs-full-path): Remove.
14954         (cvs-dired-action): Re-introduced.
14955         (cvs-dired-noselect): Use it.
14956         (vc-post-command-functions): use this new hook if available.
14958         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14959         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14960         (cvs-filename-map, cvs-dirname-map): Remove.
14961         (cvs-default-action): Remove.
14962         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14963         if the arg is really a keymap.
14964         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14965         Don't hardcode the mapping from state (aka type) to face, but check
14966         the var cvs-fi-<type>-face instead.
14967         (cvs-fileinfo-from-entries): New function.
14969         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14970         Docstring fix.
14971         (cvs-find-file-and-jump): Change default to be safer.
14972         (cvs-mode-diff-map): Define it as a function as well.
14973         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14974         Bind mouse-2 in this global map rather than with text-properties.
14976         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14977         file to resolve the ambiguity between C(conflict) and C(need-merge).
14979 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14981         * international/mule.el (set-buffer-file-coding-system): If
14982         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14983         unconditionally.
14985 2000-06-12  Dave Love  <fx@gnu.org>
14987         * wid-edit.el (widget-specify-button): Really suppress the face if
14988         required.
14990 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
14992         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14994 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
14996         * imenu.el (imenu-generic-expression): Docstring fix.
14998         * composite.el (composition-function-table): Move the `put'
14999         below the autoload cookie so we can load the file before loaddefs.
15001         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15003         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15004         Handle easy-mmode-define-global-mode.
15005         For complex macros like define-minor-mode that can generate
15006         several autoload entries, try to autoload entries in the
15007         macroexpanded code.
15009         * emacs-lisp/easy-mmode.el (define-minor-mode):
15010         If KEYMAP is a symbol, just use it.
15011         Use byte-compile-current-file and load-file-name to infer the
15012         proper :require to pass to defcustom.
15013         Wrap the hook var into `progn' so as not to autoload it.
15014         Add a :autoload-end cookie.
15015         Be more careful about the evaluation of KEYMAP.
15016         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15017         (define-derived-mode): Move define-abbrev-table outside of defvar.
15019 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
15021         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15022         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15023         (backup-compiled-files): Ignore errors during `tar'.
15024         (bootstrap): Make autoloads before elc files.
15026 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
15028         * international/mule.el (set-buffer-file-coding-system): If one of
15029         undecided-XXX is specified, change only EOL conversion.
15031         * international/mule-conf.el (unix): New alias for the coding
15032         system undecided-unix.
15034 2000-06-09  Dave Love  <fx@gnu.org>
15036         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15038         * progmodes/executable.el: Byte compile dynamic.
15039         (executable-insert): Change custom type.
15040         (executable-find): Add autoload cookie.
15041         (executable-make-buffer-file-executable-if-script-p): New
15042         function.  After Noah Friedman.
15044         * files.el (after-save-hook): Customize, with
15045         executable-make-buffer-file-executable-if-script-p as an option.
15047 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
15049         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15050         "tib24p-mule.bdf" for Tibetan.
15052         * composite.el (decompose-composite-char): Declare it as obsolete.
15054         * man.el (Man-fontify-manpage): Pay attention to underline and
15055         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15057 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
15059         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15060         Set maintainer to FSF since author isn't reachable.
15062 2000-06-08  Dave Love  <fx@gnu.org>
15064         * international/mule-cmds.el (select-safe-coding-system): If
15065         DEFAULT-CODING-SYSTEM is not specified, also check the most
15066         preferred coding-system if buffer-file-coding-system is
15067         `undecided'.  From Handa.
15069 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
15071         * international/mule.el
15072         (after-insert-file-set-buffer-file-coding-system): If the buffer
15073         size is greater than INSERTED, judget that we are not visiting.
15075 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
15077         * whitespace.el (defgroup whitespace): Comment out `:version'.
15078         XEmacs 20.4 has problems defining the group with this present.
15079         We'll have this commented out till get resolve the problem.
15081 2000-06-07  John Wiegley  <johnw@gnu.org>
15083         * align.el (align-dq-string-modes, align-sq-string-modes)
15084         (align-open-comment-modes): Add pyhton-mode.
15085         (align-rules-list): Use get-text-property instead of
15086         text-properties-at.
15087         (align-rules-list): Add python-assignment.
15088         (align-rules-list): Change perl-comma-delimiter to
15089         basic-comma-delimiter.  Use if for Perl modes and python-mode.
15090         (align-rules-list): Add python-chain-logic and
15091         basic-line-continuation.
15093 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
15095         * apropos.el (apropos-mode-hook): New user variable.
15096         (apropos-mode): Run apropos-mode-hook.
15098 2000-06-07  David Ponce  <david@dponce.com>
15100         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15101         commands.  Require `wid-edit' at run-time.
15103 2000-06-07  David Ponce  <david@dponce.com>
15105         * recentf.el: Added some "Commentary".
15106         (recentf-open-more-files, recentf-edit-list): Minor changes to
15107         move the point at the top of the file list.  This behaviour is
15108         consistent with the menu one when the list contains a lot of
15109         files.
15110         (recentf-cleanup): Now displays the number of items removed from
15111         the list.
15112         (recentf-relative-filter) New menu filter to show filenames
15113         relative to `default-directory'.
15115 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15117         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
15118         with/without giving an error if PostScript printer doesn't have this
15119         kind of page size.  Zebra Stripe continues or restarts on next page.
15120         Manual/automatic paper feeding.  Switch or not the header.
15121         (ps-print-version): New version number (5.2.2).
15122         (ps-windows-system): Include emx as a Windows system.
15123         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15124         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15125         (ps-background-text): Code fix.
15126         (ps-error-handler-message, ps-user-defined-prologue)
15127         (ps-print-prologue-header, ps-printer-name)
15128         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15129         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15130         (ps-use-face-background): Customization fix.
15131         (ps-n-up-database): Data fix.
15132         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15133         (ps-switch-header): New vars.
15134         (ps-xemacs-color-name, ps-face-foreground-name)
15135         (ps-face-background-name, ps-boolean-constant): New funs.
15137 2000-06-07  Dave Love  <fx@gnu.org>
15139         * allout.el: New version from Manheimer.
15141 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
15143         * textmodes/fill.el (fill-find-break-point): Check the validity of
15144         charset.
15146 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15148         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15149         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15150         Call display-color-p and display-mouse-p instead of looking at
15151         window-system.
15153 2000-06-06  Dave Love  <fx@gnu.org>
15155         * image.el (find-image): Doc fix.  Return nil if image not found.
15156         (put-image, insert-image): Make STRING arg optional.
15158 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
15160         * language/vietnamese.el: Remove eval-when-compile.
15161         (viet-viscii-nonascii-translation-table): Define it as a
15162         translation table made from viet-viscii-decode-table.
15163         (viet-viscii-encode-table): Define it as a translation table made
15164         from the reverse map of above.
15165         (viet-vscii-nonascii-translation-table): Define it as a
15166         translation table made from viet-vscii-decode-table.
15167         (viet-vscii-encode-table): Define it as a translation table made
15168         from the reverse map of above.
15169         (ccl-decode-viscii): Use translate-character.
15170         (ccl-encode-viscii, ccl-encode-viscii-font)
15171         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15172         Likewize.
15174         * language/cyrillic.el: Remove eval-when-compile.
15175         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15176         translation table made from cyrillic-koi8-r-decode-table.
15177         (cyrillic-koi8-r-encode-table): Define it as a translation table
15178         made from the reverse map of above.
15179         (ccl-decode-koi8): Use translate-character.
15180         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15181         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15182         a translation table made from cyrillic-alternativnyj-decode-table.
15183         (cyrillic-alternativnyj-encode-table): Define it as a translation
15184         table made from the reverse map of above.
15185         (ccl-decode-alternativnyj): Use translate-character.
15186         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15187         Likewize
15189         * international/mule-diag.el (non-iso-charset-alist): Specify
15190         translation table symbol instead of translation table itself.
15191         (list-block-of-chars): CHARSET may be a translation table symbol.
15193         * international/mule.el (make-coding-system): If CODING-SYSTEM
15194         already exists, override it.
15196         * international/fontset.el: Use family `proportional' for Tibetan
15197         fonts.
15199         * international/ccl.el (ccl-compile-translate-character): Don't
15200         check if Rrr has property translation-table.
15201         (ccl-compile-map-multiple): Modified to avoid compiler warning.
15203 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
15205         * info.el: Bind case-fold-search to t when searching in case
15206         a user sets it to nil in a hook.
15208 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
15210         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15211         * hl-line.el (hl-line-mode): Use the new :global key argument.
15213         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15214         (tar-clip-time-string): Prepend a space.
15215         (tar-grind-file-mode): Construct a string rather than modifying one.
15216         (tar-header-block-summarize): Fix docstring.
15217         Use `format' rather than an error-prone set of copy-loops.
15219         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15220         (diff-goto-source, diff-unified->context, diff-context->unified)
15221         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15222         understand the format output by the `-p' argument to diff.
15224         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15225         (sh-re-done): Use defconst.
15226         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15227         (sh-help-string-for-variable, sh-guess-basic-offset):
15228         Don't quote lambdas.
15229         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15230         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15232         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15233         (mh-letter-mode): Derive from text-mode.
15234         This implicitly means that it now calls kill-all-local-variables.
15235         Also remove the Emacs-18 compatibility code.
15237         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15238         Make use of symbol-property doc-string-elt.
15239         Use memq rather than a sequence of eq.
15240         (doc-string-elt): Fix the wrong or missing previously unused values.
15241         (autoload-print-form): New function extracted from
15242         generate-file-autoloads to allow recursion when handling progn
15243         so that defvar's and defun's docstrings are properly printed.
15244         (generate-file-autoloads): Use it.
15246         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15247         Use find-file-hooks in the minor-mode function.
15248         Be careful not to loop indefinitely in the post-command-hook function.
15250 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
15252         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15253         tty's.
15254         * ediff-diff.el (ediff-exec-process): Use --binary for fine
15255         differences whenever appropriate.
15256         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15257         * viper.el (find-file, find-file-other-window): Get viper to do
15258         wildcards.
15260 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
15262         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15263         (jit-lock-fontify-buffer): New function for JIT refontification.
15264         (jit-lock-mode): Fix docstring.
15265         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15266         Remove jit-lock-after-change from the _local_ hook.
15267         (jit-lock-function-1): Fix docstring.
15269         * info.el (Info-on-current-buffer): Initialize info.
15271         * newcomment.el (comment-indent): Ignore comment-indent-hook.
15273         * progmodes/tcl.el (tcl-indent-for-comment):
15274         Ignore comment-indent-hook.
15276         * emacs-lisp/easy-mmode.el: Require CL during compilation.
15277         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15278         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15279         and improve to use the lighter to guess the capitalization.
15280         (define-minor-mode): Inline code from easy-mmode-define-toggle.
15281         Add keyword arguments to specify global-ness or the custom group.
15282         Add local-map and help-echo properties to the lighter.
15283         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15284         (easy-mmode-define-global-mode): New macro.
15286 2000-06-02  Dave Love  <fx@gnu.org>
15288         * wid-edit.el: byte-compile-dynamic since we typically don't use
15289         all the widgets.  Don't require cl or widget.  Remove
15290         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
15291         (widget-read-event): Removed.  Callers changed to use read-event.
15292         (widget-button-release-event-p): Renamed from
15293         button-release-event-p.
15294         (widget-field-add-space, widget-field-use-before-change):
15295         Uncustomize.
15296         (widget-specify-field): Use keymap property, not local-map.
15297         (widget-specify-button): Obey :suppress-face.
15298         (widget-specify-insert): Use modern backquote syntax.
15299         (widget-image-directory): Renamed from widget-glyph-directory.
15300         (widget-image-enable): Renamed from widget-glyph-enable.
15301         (widget-image-find): Replaces widget-glyph-find.
15302         (widget-button-pressed-face): Move defvar.
15303         (widget-image-insert): Replaces widget-glyph-insert.
15304         (widget-convert): Use keywordp.
15305         (widget-leave-text, widget-children-value-delete): Use mapc.
15306         (widget-keymap): Remove XEmacs stuff.
15307         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15308         (widget-button-click): Don't set point at the click, but re-centre
15309         if we scroll out of window.  Rewritten for images v. glyphs &c.
15310         (widget-tabable-at): Use POS arg, not point.
15311         (widget-beginning-of-line, widget-end-of-line)
15312         (widget-item-value-create, widget-sublist, widget-princ-to-string)
15313         (widget-sexp-prompt-value, widget-echo-help): Simplify.
15314         (widget-default-create): Use widget-image-insert; some rewriting.
15315         (widget-visibility-value-create)
15316         (widget-push-button-value-create, widget-toggle-value-create): Use
15317         widget-image-insert.
15318         (checkbox): Create on and off images dynamically.
15319         (documentation-link): Change :help-echo.
15320         (widget-documentation-link-echo-help): Remove.
15322 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
15324         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15326         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15327         (easy-mmode-define-toggle, define-minor-mode): Use it.
15328         (easy-mmode-define-keymap): Docstring fix.
15329         (define-derived-mode): Default PARENT to fundamental-mode.
15330         Add the derived-mode-parent symbol-property.
15331         (easy-mmode-derived-mode-p): New function.
15333 2000-06-02  Dave Love  <fx@gnu.org>
15335         * files.el (convert-standard-filename): Doc fix.
15336         (normal-backup-enable-predicate): New function.
15337         (backup-enable-predicate): Use it to replace the lambda form.
15339         * calendar/todo-mode.el: [This needs more work on the outline
15340         stuff.]  Doc fixes.
15341         (todo) <defgroup>: Add :version.
15342         (todo-add-category): Don't use pushnew.
15343         (todo-cmd-raise): Fix typo.
15344         (todo-top-priorities): Change temp buffer name.
15345         (todo-category-alist): Avoid redundant lambda.
15346         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15347         Use outline-next-heading.
15349         * autoarg.el: Rewritten to use define-minor-mode.
15350         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15351         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15353 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
15355         * isearch.el (isearch-other-meta-char): Fix previous change.
15357 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15359         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15360         (log-edit-done): Only add the comment to the ring if it's different
15361         from the last comment entered.
15363         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15365 2000-06-01  Dave Love  <fx@gnu.org>
15367         * hl-line.el: Rewritten using define-minor-mode.
15369         * help.el (describe-function-1): Distinguish special form from
15370         builtin function.  Sanity-check presence of arglist for builtins.
15372 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
15374         * international/characters.el: Fix syntax/category setting of
15375         Tibetan characters.
15377         * language/tibet-util.el (tibetan-add-components): Fixes for new
15378         encoding of Tibetan characters.
15379         (tibetan-decompose-precomposition-alist): New variable.
15380         (tibetan-decompose-region): Convert precomposed characters to
15381         non-precomposed characters.
15382         (tibetan-decompose-string): Likewise.
15383         (tibetan-composition-function): Fix args to
15384         thibetan-compose-string.
15386         * language/tibetan.el (tibetan-composable-pattern): More
15387         characters included.
15388         (tibetan-consonant-transcription-alist): Rule for "R" added.
15389         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15390         "+R" added.
15391         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15393         * language/lao-util.el (lao-composition-function): Fix args to
15394         compose-string.
15396         * language/thai-util.el (thai-composition-function): Fix args to
15397         compose-string.
15399         * isearch.el (isearch-update): Set disable-point-adjustment to t
15400         to prevent the point moving to the end of a composition when a
15401         part of a composition is searched.
15402         (isearch-other-meta-char): If the key invoking this command can be
15403         mapped by function-key-map to a printing char, call
15404         isearch-process-search-char directly.
15406 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15408         * emacs-lisp/bytecomp.el:
15409         * frame.el:
15410         * international/mule-cmds.el:
15411         * international/mule-util.el:
15412         * international/mule.el:
15413         * mouse.el:
15414         * subr.el:
15415         * faces.el: Update calls to make-obsolete with a WHEN argument.
15417         * byte-run.el (make-obsolete, make-obsolete-variable):
15418         Add an optional WHEN argument and change the format of the
15419         symbol-property information.
15420         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15421         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15422         new obsolete-symbol-property format and print WHEN if it is provided.
15424 2000-05-31  Dave Love  <fx@gnu.org>
15426         * loadhist.el (loadhist-hook-functions): Remove
15427         before-change-function, after-change-function.
15428         (unload-feature): Deal with symbols which are both bound and
15429         fbound.
15431         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15432         before-change-function, after-change-function.
15434         * simple.el (newline): Don't bind before-change-function,
15435         after-change-function.
15437 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
15439         * whitespace.el (whitespace-rescan-timer-time): Update interval
15440         set to 600 seconds (10 minutes) instead of 60 seconds since
15441         a large number of whitespace buffers causes emacs to `freeze'
15442         for a considerable amount of time.
15444         * whitespace.el: Updated email address
15446 2000-05-31  Dave Love  <fx@gnu.org>
15448         * add-log.el (change-log-font-lock-keywords) <function>: Add
15449         pattern for function of change.
15450         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15451         acknowledgements patterns.
15453 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
15455         * isearch.el (isearch-printing-char): If keyboard coding system is
15456         being used, call isearch-process-search-multibyte-characters.
15458         * international/isearch-x.el: Mostly rewritten.
15460         * international/quail.el (quail-start-conversion): Don't include
15461         unhandled events in the returned events, but set them in
15462         unread-command-events.  Exit if all inputs are deleted.
15464 2000-05-30  Jason Rumney  <jasonr@gnu.org>
15466         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15468         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15469         Reenable code to create initial fontsets.
15470         Use set-fontset-font in place of put-charset-property.
15472 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
15474         * progmodes/perl-mode.el (perl-indent-line): When looking for a
15475         label, ensure that the first colon isn't followed by another.
15477         * paths.el (Info-default-directory-list): Doc fix.
15479         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15480         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15481         send a query containing USER only, not USER@HOST.
15483         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15484         and rmail-msgend to compute the restriction at the end, instead of
15485         computing it.
15487 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15489         * dabbrev.el (dabbrev-expand): Don't display messages in the
15490         echo area if the minibuffer window is active.
15492         * jit-lock.el (jit-lock-mode): Add after change function to
15493         local hook.
15495 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
15497         * antlr-mode.el: New commands: hide/unhide actions,
15498         upcase/downcase literals.
15499         (antlr-tiny-action-length): New user option.
15500         (antlr-hide-actions): New command.  Suggested by
15501         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15502         (antlr-mode-map): New binding [C-c C-v].
15503         (antlr-mode-menu): New entries.
15504         (antlr-downcase-literals): New command.
15505         (antlr-upcase-literals): Ditto.
15507         * antlr-mode.el: Minor changes: indendation, mode-name.
15508         (antlr-indent-line): Indent cpp directive at column 0.
15509         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15511         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15512         (antlr-font-lock-additional-keywords): Workaround for intentional
15513         bug in XEmacs version of font-lock.
15514         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
15515         be used by a smarter version of `buffers-menu-grouping-function'.
15517 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15519         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15520         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15522 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
15524         * international/encoded-kb.el
15525         (encoded-kbd-iso2022-designation-map): Pay attention to that
15526         charset-iso-final-char return -1 for eight-bit-control and
15527         eight-bit-graphic.
15529 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15531         * speedbar.el (speedbar-use-images, speedbar-update-flag)
15532         (speedbar-easymenu-definition-base): Use display-graphic-p where
15533         available, instead of window-system.
15535 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15537         * international/codepage.el (cp-coding-system-for-codepage-1): Add
15538         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15539         coding systems.
15541 2000-05-26  Dave Love  <fx@gnu.org>
15543         * disp-table.el (standard-display-underline): Don't use
15544         internal-find-face.
15546         * mail/reporter.el: Maintainer change.  Doc fixes.
15547         (reporter-version): Deleted.
15549         * emacs-lisp/elp.el: Maintainer change.
15550         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15552 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
15554         * add-log.el (add-change-log-entry): Merge the current entry with the
15555         previous one if the previous one is empty.
15557 2000-05-26  Dave Love  <fx@gnu.org>
15559         * loadhist.el (unload-feature): Fix interactive spec [from
15560         lijnzaad@ebi.ac.uk].
15562         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15563         subr-arity to check primitives.
15564         (byte-compile-flush-pending, byte-compile-file-form-progn)
15565         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15566         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15567         mapcar.
15569 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
15571         * international/fontset.el: Set family names of non-latin charsets
15572         in default fontset to "*".
15574         * international/mule-diag.el (print-fontset): Combine family part
15575         and registry part of the fontname by "-*-" instead of "-".
15577         * international/mule-cmds.el (encode-coding-char): Make strings
15578         multibyte before calling encode-coding-string.
15580 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15582         * derived.el: Fix keywords.
15583         (define-derived-mode): Only define if needed.
15585         * simple.el (fill-comment, comment-column, comment-start)
15586         (comment-start-skip, comment-end, comment-indent-function)
15587         (block-comment-start, block-comment-end, indent-for-comment)
15588         (set-comment-column, kill-comment, comment-padding, comment-region)
15589         (comment-multi-line, indent-new-comment-line): Remove.
15591         * bindings.el (esc-map): Change ; to comment-dwim and use the new
15592         function names for comment operations.
15594         * newcomment.el: Add abundant autoload cookies.
15595         (comment-style): Don't depend on runtime data at compile-time.
15596         (comment-indent-hook): Remove.
15597         (comment-indent): Check if comment-indent-hook is bound.
15598         (comment-region): Docstring fix.
15600 2000-05-25  Dave Love  <fx@gnu.org>
15602         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15603         byte-code-function-p.
15605         * mail/rmailsum.el: Add provide.
15607         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15609         * smerge-mode.el (smerge-diff-switches): Don't use list* in
15610         defcustom.
15612 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
15614         * ediff-diff.el (ediff-exec-process): delete --binary option from
15615         non-buffer ediff jobs.
15617 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15619         * hilit-chg.el (highlight-changes-mode): Ask about color or
15620         grayscale support, not about window-system.
15622         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15623         window-system.
15624         (ffap-highlight): Always default to t.
15626         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15627         display-popup-menus-p instead of looking at window-system.
15629         * disp-table.el (standard-display-g1, standard-display-graphic):
15630         Only refuse to use string glyphs on X and MS-Windows.
15632         * avoid.el: Remove window-system from commentary, suggest to use
15633         display-*-p instead.
15635         * apropos.el (apropos-print): Use display-mouse-p instead of
15636         window-system.
15638 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15640         * international/codepage.el (cp-decoding-vector-for-codepage):
15641         Fill up unsupported characters with their own codes.  From Kenichi
15642         Handa.
15644 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15646         * international/mule-diag.el (describe-char-after): Use
15647         display-graphic-p instead of window-system, so that this function
15648         works on MS-DOS.
15650 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15652         * international/codepage.el (cp-make-coding-systems-for-codepage):
15653         Remove the eight-bit-graphic and eight-bit-control charsets from
15654         the list of charsets which we convert into `?'.
15656 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
15658         * international/mule-conf.el: Specify CHARSET-ID explicitely for
15659         private charsets.
15660         (mule-unicode-0100-24ff, japanese-jisx0213-1,
15661         japanese-jisx0213-2): New charsets.
15663         * international/fontset.el: Setup default fontset for new charsets.
15665 2000-05-24  Dave Love  <fx@gnu.org>
15667         * info.el (Info-find-node-2): Restructure [following "Vadim
15668         S. Solomin" <sovs@uic.nnov.ru>].
15670         * icomplete.el: Fix header for Finder.
15672 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
15674         * rmailout.el (rmail-output-to-rmail-file): Added optional param
15675         STAY.
15677         * rmail.el (rmail-automatic-folder-directives): New user variable.
15678         (rmail-show-message): Add call to `rmail-auto-file' during
15679         display.
15680         (rmail-auto-file): New function.
15682 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15684         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15685         account.
15686         (ediff-test-utility,ediff-diff-mandatory-option)
15687         (ediff-reset-diff-options): Utilities for proper initialization of
15688         ediff-diff-options and ediff-diff3-options on Windows.
15690         * ediff-init.el (ediff-merge-filename-prefix): New customizable
15691         variable.
15693         * ediff-mult.el (ediff-filegroup-action): Use
15694         ediff-merge-filename-prefix.
15696 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15698         * viper-ex.el (ex-write): Set selective display to nil.
15700 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15702         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15703         aliases for hebrew-iso-8bit.
15705 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15707         * woman.el: New version from Francis J. Wright
15708         <F.J.Wright@Maths.QMW.ac.uk>.
15709         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15710         names in environment variables regardless of the path separator.
15711         (woman-topic-all-completions-1): Don't call file-name-directory-p
15712         on all files, since woman-file-regexp already filters out any
15713         directories.
15715 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15717         * international/quail.el (quail-start-translation): Don't change
15718         modified-p of the current buffer.
15719         (quail-start-conversion): Likewise.
15721         * international/kkc.el (kkc-region): Don't change modified-p of
15722         the current buffer.
15724         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15725         conform to RFC1468.
15726         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15728 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
15730         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15731         (speedbar-insert-button): Invisible text property fix.
15732         (speedbar-directory-plus): Renamed from speedbar-directory-+
15733         (speedbar-directory-minus): Renamed from speedbar-directory--
15734         (speedbar-page-plus): Renamed from speedbar-file-+
15735         (speedbar-page-minus): Renamed from speedbar-file--
15736         (speedbar-page): Renamed from speedbar-file-
15737         (speedbar-tag): Renamed from speedbar-tag-
15738         (speedbar-tag-plus): Renamed from speedbar-tag-+
15739         (speedbar-tag-minus): Renamed from speedbar-tag--
15740         (speedbar-expand-image-button-alist): Use above renames.
15742         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15743         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15744         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15745         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15746         * sb-pg.xpm: Renamed from sb-file.xpm
15747         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15748         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15750 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15752         * international/quail.el (quail-show-guidance-buf): Set
15753         current-input-method of the guidance buffer to the name of the
15754         curren input method.
15756 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
15758         * progmodes/compile.el (compile-internal): Style typo.
15760         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15761         quote vars and functions in the docstring.
15763         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15765         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15766         Don't quote lambdas.
15768         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15770 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15772         * startup.el (command-line): Determine source file of compiled
15773         user init file differently.  Warn if compiled user init file
15774         is older than its source file.
15776         * ffap.el (ffap-url-regexp): Add `https'.
15778 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
15780         * files.el (make-backup-file-name-1): Replace slashes with `!'
15781         rather than `|' (which is not allowed on Windows).  Replace the
15782         drive letters with a string "drive_X".
15784 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15786         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15788         * files.el (interpreter-mode-alist): Add `bash2'.
15790 2000-05-22  Dave Love  <fx@gnu.org>
15792         * loadhist.el (feature-symbols, file-provides, file-requires): Use
15793         mapc.
15794         (feature-file): Avoid calling symbol-name.  Doc fix.
15795         (file-set-intersect, file-dependents): Use dolist, not mapcar.
15796         (loadhist-hook-functions): Add mouse-position-function.
15797         (unload-feature): Change uses of mapcar.
15799         * files.el (parse-colon-path): Doc fix.
15800         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15801         (set-auto-mode): Use mapc.
15803         * complete.el (PC-look-for-include-file): Use :alnum: character
15804         class.
15805         (partial-completion-mode): Add autoload cookie.
15807 2000-05-22  Sam Steingold  <sds@gnu.org>
15809         * info.el (Info-fontify-node): Fixed the call to
15810         `add-text-properties' (bug introduced on 2000-05-18).
15812 2000-05-22  Dave Love  <fx@gnu.org>
15814         * bindings.el: Remove debug-ignored-errors set in other files.
15816         * progmodes/etags.el: Add to debug-ignored-errors.
15817         (visit-tags-table-buffer): Clear out buffers holding old tables
15818         when making a new list.
15819         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15820         mapc.
15822         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
15823         quote keywords.
15824         (cmpl-string-case-type): Use character classes.
15826         * comint.el:
15827         * textmodes/ispell.el:
15828         * imenu.el:
15829         * mail/mh-e.el:
15830         * progmodes/compile.el: Add to debug-ignored-errors.
15832         * dabbrev.el: Add to debug-ignored-errors.
15833         (dabbrev-completion): Use mapc.
15835 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
15837         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15838         (woman-mapcan, woman-parse-man.conf)
15839         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15840         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15841         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
15842         path syntax better.
15843         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15844         (woman-manpath): Call woman-parse-man.conf.
15845         (woman-emulation): New defcustom, defaults to nroff.
15846         (woman-font-support): New defconst.
15847         (woman-use-symbol-font): New defcustom.
15848         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15849         "Emulation".
15850         Many functions: Doc fix.
15852 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
15854         * international/quail.el (quail-simple-translation-keymap): Map
15855         128..255 to quail-self-insert-command.
15856         (quail-keyboard-layout-alist): Add definition for "pc102-de".
15858 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
15860         * help.el (help-manyarg-func-alist): Typo.
15862         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15863         intervals which makes it heaps simpler.
15865         * newcomment.el (comment-region-internal): Go back to BEG after quoting
15866         the nested comment markers.
15868         * subr.el (remove-hook): Don't turn the hook's value into a list.
15870 2000-05-21  Dave Love  <fx@gnu.org>
15872         * edmacro.el (edmacro-parse-keys): Return vector if any elements
15873         are invalid characters.
15875         * international/mule-util.el (detect-coding-with-priority): Use
15876         mapc.  Remove redundant lambda.
15878         * international/mule-diag.el (list-non-iso-charset-chars)
15879         (describe-fontset): Remove redundant lambda.
15881         * emulation/crisp.el (brief-mode): New alias.
15883         * emacs-lisp/ring.el (ring-elements): New function.
15885         * emacs-lisp/easymenu.el (easy-menu-create-menu)
15886         (easy-menu-do-add-item): Use keywordp.
15888         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15890         * replace.el: Doc and error message fixes.
15891         (replace-highlight): Use facep, not internal-find-face.
15893 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
15895         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15897         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15898         (log-edit-insert-changelog): Drop `:' as well.
15900         * log-view.el: Fix file description.
15901         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15902         available.
15903         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15904         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15906         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15907         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15908         Print a status message if the toggle is called interactively.
15909         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15910         for global minor modes and use `defcustom' for them.
15911         Use add-minor-mode.
15912         (easy-mmode-define-derived-mode): Remove.
15913         (define-derived-mode): Fancier default docstring.
15914         (easy-mmode-define-navigation): Signal an error rather than (ding).
15916         * newcomment.el (comment-styles): New `box-multi'.
15917         (comment-normalize-vars): Better default for comment-continue to
15918         avoid whitespace-only continuations.
15919         (comment-search-forward): Always move even in the no-syntax case.
15920         (comment-padright): Only obey N if it's only obeyed for padleft.
15921         (comment-make-extra-lines): Better handling of empty continuations.
15922         Use `=' for the filler if comment-start has only one character.
15923         (uncomment-region): Try handling the special `=' filler.
15924         (comment-region): Allow LINES even if MULTI is nil.
15925         (comment-box): Choose box style based on comment-style.
15927 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
15929         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15930         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15932 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
15934         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15935         and insert, not subst-char-in-region.
15937         * international/mule-diag.el (list-character-sets-1): Handle
15938         charsets eight-bit-control and eight-bit-graphic.
15939         (list-iso-charset-chars): Likewise.
15940         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15941         charactes as is.  Use indent-to to align characters.
15943         * international/mule-cmds.el (find-multibyte-characters): Never
15944         exclude charsets eight-bit-control and eight-bit-graphic.
15946 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15948         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15949         Don't quote lambdas.
15951         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15953 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15955         * gud.el (gud-jdb-directories): Doc fix.
15957 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15959         * newcomment.el: New file.
15961 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15963         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15965 2000-05-18  Andreas Schwab  <schwab@suse.de>
15967         * dired.el (dired-between-files): Also skip lines beginning with
15968         `used'.
15970 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
15972         * msb.el (msb-menu-cond): Add choice `user'.
15974 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15976         * ps-print.el: Compatibility, customization and doc fix.
15977         (ps-printer-name-option): Replace defconst by defvar.
15978         (ps-postscript-code-directory): XEmacs compatibility.
15979         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15980         fix.
15981         (ps-user-defined-prologue, ps-print-prologue-header)
15982         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15983         compatibility and code fix.
15984         (ps-print-background-image, ps-print-background-text):
15985         Customization fix.
15986         (ps-line-number-start, ps-n-up-on): New vars.
15988 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
15990         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15991         the indent-comment function to just return the appropriate indent.
15993 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
15995         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15996         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15997         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15999 2000-05-18  Dave Love  <fx@gnu.org>
16001         * info.el (Info-fontify-node): Add intangible property as well as
16002         invisible.
16004         * calendar/appt.el (appt-make-list): Match all lines of entry.
16005         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16007 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
16009         * international/mule-diag.el (describe-char-after): Call
16010         internal-char-font, not char-font.  If internal-char-font returns
16011         nil, display "-- none --".
16013 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16015         * image.el (image-type-available-p): Don't reference image-types
16016         if it isn't bound.
16018 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
16020         * autoarg.el (autoarg-mode): Typo in the :set argument.
16022 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
16024         * startup.el (command-line-1): Don't signal an error if the
16025         directory for auto-save-list files does not yet exist.
16027 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
16029         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16031 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
16033         * subr.el (remove-hook): `setq' hook-value, not `set'.
16035 2000-05-16  Sam Steingold  <sds@gnu.org>
16037         * info.el (debug-ignored-errors): More errors to ignore.
16039 2000-05-16  Dave Love  <fx@gnu.org>
16041         * cus-edit.el: Don't require cl or easymenu.
16042         (custom-variable-prompt): Test standard-value property, not
16043         user-variable-p.
16045 2000-05-16  Sam Steingold  <sds@gnu.org>
16047         * subr.el (add-hook): `setq' hook-value, not `set'.
16049 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
16051         * startup.el (command-line-1): Mention the FAQ in the startup
16052         message.
16054         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16056         * progmodes/compile.el (compilation-parse-errors): Collect
16057         `nomessage' regexps last.
16059         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16061         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16062         to the function name.
16064 2000-05-15  Dave Love  <fx@gnu.org>
16066         * speedbar.el (speedbar-recenter): Typo.
16067         (speedbar-expand-line): Make arg optional.
16068         (speedbar-mode): Avoid a compiler warning.
16070 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16072         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16073         user-specified option string is empty.
16075         * mouse.el (mouse-yank-at-click): Doc fix.
16077 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
16079         * term/internal.el (IT-character-translations): More updates of
16080         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16081         documents.
16083 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
16085         * env.el (getenv): New function, interactively callable.
16086         (setenv, getenv): Remove autoload cookies.
16088         * loadup.el: Load `env'.
16090         * progmodes/f90.el: Change author's mail address.
16092 2000-05-14  Dave Love  <fx@gnu.org>
16094         * mail/rmail.el (rmail-show-message-hook): Customize and offer
16095         goto-addr as an option.
16097         * help.el (help-xref-stack): Doc fix.
16098         (help-xref-following): New variable.
16099         (help-make-xrefs): Use it.
16100         (help-xref-go-back): Use position information from stack element.
16101         (help-follow): Make position in stack element a pair.  Use
16102         help-xref-following.
16104         * autoarg.el: New file.
16106         * faces.el: Declare more functions obsolete.
16108         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16109         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16110         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16111         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16112         Remove all the setup-...-environment functions.
16114 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
16116         * speedbar.el: Updated the commentary section.  xemacs20p now uses
16117         >= when detecting.  Require `defimage' safely.
16118         (speedbar-easymenu-definition-base): Add toggle for images.
16119         (speedbar-easymenu-definition-special): Add flush cache & expand.
16120         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
16121         (speedbar-reconfigure-keymaps-hook): New variable.
16122         (speedbar-frame-parameters): Updated documentation.
16123         (speedbar-use-imenu-flag): Updated custom tag
16124         (speedbar-dynamic-tags-function-list): New variable.
16125         (speedbar-tag-hierarchy-method): Updated doc & custom.
16126         (speedbar-indentation-width, speedbar-indentation-width) New
16127         variables.
16128         (speedbar-hide-button-brackets-flag): Customizable.
16129         (speedbar-vc-indicator): Doc update.
16130         (speedbar-ignored-path-expressions): Updated default value.
16131         (speedbar-supported-extension-expressions): Updated default value.
16132         (speedbar-syntax-table): Remove {} paren status.
16133         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16134         as "+".  Added overlay aliases.
16135         (speedbar-mode): Use `speedbar-mode-line-update' instead of
16136         `force-mode-line-update'.
16137         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16138         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16139         `mouse-set-point'
16140         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16141         (speedbar-item-info-tag-helper): Revamped to handle a wider range
16142         of arbitrary text, and new helper functions.
16143         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16144         filename finder.
16145         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16146         (speedbar-directory-buttons): Update path search/expansion.
16147         (speedbar-make-tag-line): Pay attention to
16148         `speedbar-indentation-width'.  Use more care w/ invisible
16149         properties.
16150         (speedbar-change-expand-button-char): Call
16151         `speedbar-insert-image-button-maybe'.
16152         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16153         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16154         (speedbar-trim-words-tag-hierarchy)
16155         (speedbar-simple-group-tag-hierarchy): New functions
16156         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16157         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16158         functions.
16159         (speedbar-mouse-set-point): New function
16160         (speedbar-power-click): Updated documentation.
16161         (speedbar-line-token, speedbar-goto-this-file): Handle more types
16162         of tag prefix text.
16163         (speedbar-expand-line, speedbar-contract-line): Make more robust
16164         to strange text.
16165         (speedbar-expand-line): Takes universal argument to flush the
16166         cache.
16167         (speedbar-flush-expand-line): New function.
16168         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16169         Use new generator insertion method.
16170         (speedbar-fetch-dynamic-tags): New function.
16171         (speedbar-fetch-dynamic-imenu): Removed code now handled in
16172         `speedbar-fetch-dynamic-imenu'.
16173         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16174         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16175         "Revert Buffer" menu items.
16176         (speedbar-buffer-buttons-engine): Be smarter when creating a
16177         filename tag (for expansion purposes.).
16178         (speedbar-highlight-one-tag-line,
16179         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16180         (speedbar-recenter): New functions.
16181         (defimage-speedbar): Image loading abstraction.
16182         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16183         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16184         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16185         (speedbar-tag-type, speedbar-tag-mail): New images.
16186         (speedbar-expand-image-button-alist): New variable.
16187         (speedbar-insert-image-button-maybe): Insert an image over some
16188         buttons.
16190 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
16192         * international/mule-cmds.el (encode-coding-char): An ASCII
16193         character is always encodable.
16195         * international/mule-conf.el: Add more information in descriptions
16196         of character sets.
16198         * international/mule-diag.el (describe-char-after): New function.
16199         (describe-font-internal): Adjusted for the change of font-info.
16200         (describe-font): Likewise.
16201         (print-fontset): Rewritten for the new fontset implementation.
16202         (describe-fontset): Include fontset alias names in completion.
16203         (list-fontsets): Adjusted for the change of print-fontset.
16205         * simple.el (what-cursor-position): If DETAIL is non-nil, call
16206         describe-char-after instead of displaying the detail in the echo
16207         area.
16208         (syntax-code-table): Format changed.
16209         (string-to-syntax): Adjusted for the above change.
16211 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
16213         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16215 2000-05-12  Dave Love  <fx@gnu.org>
16217         * calendar/todo-mode.el: Remove some compatibility stuff and CL
16218         dependence.  Use line-{beginning,end}-position, not
16219         point-at{b,e}ol.  Some doc fixes.
16220         (todo-position): New function.  Fix callers of position to use it.
16221         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16223 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
16225         * time.el (display-time-mail-icon): Use `:ascent center'.
16227         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16228         handling FTP security extensions.
16230 2000-05-11  Dave Love  <fx@gnu.org>
16232         * calendar/todo-mode.el: New file.
16234 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
16236         * comint.el (comint-read-input-ring): Move reference to
16237         comint-input-ring-size outside of the save-excursion.  It was
16238         causing the default value to be the only one ever seen.
16240         * font-lock.el: Update copyright.  Remove Simon Marshall's email
16241         address on request from him.
16243         * subr.el (substitute-key-definition): Add comment describing
16244         the meaning of PREFIX.
16246 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
16248         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16250         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16251         (add-minor-mode): Don't make the variable buffer-local and add a
16252         reference to define-minor-mode in the docstring.
16254         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16255         HEADER/FOOTER and fix bug with trailing empty directory.
16256         (cvs-append-to-ignore): Use vc-editable-p if available.
16257         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16258         (vc-do-command): Tweak advice to handle the new VC.
16260         * log-view.el (log-view-goto-rev): New function for the new VC.
16261         (log-view-minor-wrap): Use mark-active.
16263         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16264         (log-edit-changelog-full-paragraphs): New var.
16265         (log-edit-insert-changelog): Remove a lonely leading `* file'.
16266         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16267         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16268         (log-edit-changelog-ours-p, log-edit-changelog-entries)
16269         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16270         Replace the `cvs' prefix with `log-edit'.
16272         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16274         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16275         (diff-font-lock-defaults): Explicitly turn off multiline.
16276         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16277         (diff-ediff-patch): Fix call to ediff-patch-file.
16278         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16279         Handle comments.
16281         * frame.el (automatic-hscrolling): Typo.
16283         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16285 2000-05-09  Sam Steingold  <sds@goems.com>
16287         * apropos.el (apropos-print): use `describe-face' instead of
16288         `customize-face-other-window'.
16290 2000-05-09  Dave Love  <fx@gnu.org>
16292         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16294         * help.el (describe-variable): Have customize button pop the
16295         help-xref stack when invoked.
16296         (help-xref-symbol-regexp): Add `face'.
16297         (help-make-xrefs): Check for quoted face names and adapt regexp
16298         submatch numbers to cope.
16299         (help-xref-interned): Maybe insert face doc too.  Separate
16300         sections with a line of hyphens.
16302         * faces.el:  Some doc fixes.  Declare some functions obsolete.
16303         (describe-face): Add customize button.  Return the help
16304         text.  Fix prompt.
16306 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
16308         * term/internal.el (IT-character-translations): Fix last change.
16310 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16312         * woman.el: New file
16313         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16315 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16317         * term/internal.el (IT-character-translations): Update ASCII
16318         simulations for greek-iso8859-7, add latin-iso8859-14 and
16319         latin-iso8859-15.
16321         * international/mule-cmds.el (set-language-info-alist): Call
16322         define-prefix-command with 3 arguments, to make the map suitable
16323         for a menu.
16325 2000-05-07  Dave Love  <fx@gnu.org>
16327         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16329 2000-05-05  Dave Love  <fx@gnu.org>
16331         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16332         list in doc string.  Don't quote keyword symbols.
16333         * emacs-lisp/cl.el: Likewise
16334         * emacs-lisp/cl-seq.el: Likewise
16336 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
16338         * abbrev.el (abbrev-mode): Make ARG optional.
16340 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
16342         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16344         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16346         * subr.el (substitute-key-definition): Clarify documentation.
16348 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
16350         * glasses.el (glasses-convert-to-unreadable): Use
16351         `glasses-separator' instead of the hard-wired "_".
16352         (glasses-mode): Call `glasses-make-unreadable' only in a single
16353         place.
16355 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
16357         * term/internal.el (cjk-codepages-alist): Add associations for
16358         Chinese and Korean codepages.  Remove FIXME comment.
16360 2000-05-03  Dave Love  <fx@gnu.org>
16362         * time.el (display-time-mail-face, display-time-use-mail-icon):
16363         New option.
16364         (display-time-mail-icon): New variable.
16365         (display-time-string-forms): Use the above.  Fix the local-map.
16367 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
16369         * replace.el (query-replace-map): Add binding for `E'.
16370         (query-replace-help): Extend help text.
16371         (perform-replace): Allow editing the replacement string.
16373         * make-mode.el (makefile-mode-abbrev-table): New variable.
16374         (makefile-mode): Set local abbrev table to
16375         makefile-mode-abbrev-table.
16376         (makefile-font-lock-keywords): Fontify includes and conditionals.
16378         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16379         set TOGGLE's value.
16381         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16382         mail-interactive-insert-alias.
16383         (mail-abbrev-complete-alias): New command.
16384         (mail-mode-map): Bind it to `M-TAB'.
16386 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
16388         * language/lao-util.el (lao-compose-region): New function.
16390 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
16392         * files.el (recover-session): Make directories as necessary
16393         if they don't exist yet.
16395         * calendar/cal-french.el
16396         (french-calendar-multibyte-special-days-array)
16397         (french-calendar-special-days-array): Change French text.
16398         (calendar-french-date-string): Change output.
16399         (calendar-goto-french-date): Likewise.
16401 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
16403         * wid-edit.el (widget-default-active): Obey `:always-active'.
16404         (widget-documentation-string-value-create): Set `:always-active'.
16406 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16408         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16409         default prefix to `~/_emacs.d/auto-save.list/_s'.
16410         (normal-top-level): Create the directory for auto-save files, if
16411         it doesn't already exist (in the ms-dos case only).
16413 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16415         * international/mule-cmds.el (set-language-environment): Don't
16416         concat an integer (dos-codepage), use format instead.
16418 2000-05-02  Dave Love  <fx@gnu.org>
16420         * help.el (help-xref-on-pp): Check for constant symbols.
16422 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
16424         * startup.el (normal-top-level): Put a condition-case around
16425         the code loading subdirs.el.
16427 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16429         * ps-print.el: Upside-down and face background color printing,
16430         line number step, doc fix.
16431         (ps-print-version): New version number (5.2).
16432         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16433         (ps-face-attribute-list, ps-plot-with-face): Code fix.
16434         (ps-spool-config): Var fix.
16435         (ps-printer-name-option): Const fix.
16436         (ps-print-upside-down, ps-use-face-background)
16437         (ps-line-number-step): New vars.
16438         (ps-window-system, ps-lp-system): New consts.
16439         (ps-face-background): New fun.
16441 2000-04-28  Richard Stallman  <rms@gnu.org>
16443         * files.el (make-auto-save-file-name):
16444         Apply auto-save-file-name-transforms to visited file name
16445         before generating auto save file name.
16446         (auto-save-file-name-transforms): New variable.
16448         * files.el (backup-enable-predicate):
16449         Correctly test for a file under a temporary directory.
16451 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
16453         * subr.el (add-minor-mode): Rewritten.
16455 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
16457         * mail/sendmail.el (sendmail-send-it): Set
16458         buffer-file-coding-system to the selected coding system for MIME
16459         header.
16461 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
16463         * dired.el (dired-move-to-filename-regexp): Allow format where
16464         YYYY is followed by two spaces.
16466         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16467         in the second character class of the regexp.
16469         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16470         mh-etc, too.
16472         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16473         nil.
16475         * subr.el (add-minor-mode): Use `set' instead of `setq'.
16477         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16478         argument.
16480 2000-04-27  Sen Nagata <sen@eccosys.com>
16482         * emacs-lisp/crm.el (crm-completion-table): New variable.
16483         (crm-collection-fn, crm-test-completion)
16484         (completing-read-multiple): Use it.
16486 2000-04-27  Dave Love  <fx@gnu.org>
16488         * help.el (locate-library): Use mapc.
16489         (help-manyarg-func-alist): Add call-process-region.
16491 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
16493         * subr.el (add-minor-mode): Make argument MAP optional.
16495         * desktop.el (desktop-save): Save list of minor modes.
16496         (desktop-create-buffer): Restore minor modes.
16497         (desktop-minor-mode-table): New user-option.
16499         * subr.el (add-minor-mode): New function.
16501         * image.el (find-image): New function.
16502         (defimage): Rewritten to find image at load time.
16504         * startup.el (normal-top-level-add-to-load-path): Handle
16505         case that the default directory is not in load-path.
16507         * help.el: Old patch from Stefan Monnier.
16508         (help-xref-on-pp): New function.
16509         (describe-variable): Use it to display xrefs in a symbol's value.
16511 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
16513         * cus-edit.el (custom-face): Fix parenthesis.
16515 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
16517         * mail/rmail.el (rmail-expunge): When there are no deleted
16518         messages, do nothing.
16520 2000-04-26  Dave Love  <fx@gnu.org>
16522         * international/mule-cmds.el (locale-translation-file-name):
16523         Defvar to nil.
16524         (set-locale-environment): Set it here (at runtime).
16526 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
16528         * replace.el (perform-replace): Add parameters START and END.  Use
16529         them instead of the check for a region in Transient Mark mode.
16530         (query-replace-read-args): Return two more list elements for the
16531         start and end of the region in Transient Mark mode.
16532         (query-replace, query-replace-regexp, query-replace-regexp-eval)
16533         (map-query-replace-regexp, replace-string, replace-regexp): Add
16534         optional last arguments START and END and pass them to
16535         perform-replace.
16537         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16538         form with additional arguments for perform-replace.
16540         * progmodes/etags.el (tags-query-replace): Add parameters START
16541         and END.  Construct a form with additional arguments for
16542         perform-replace.
16544         * simple.el (shell-command): Set default directory for "*Shell
16545         Command Output" buffer.
16547         * language/european.el (iso-latin-4): Fix typo.
16549         * emacs-lisp/crm.el: New file.
16551 2000-04-24  Dave Love  <fx@gnu.org>
16553         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16554         (Custom-reset-saved, Custom-reset-standard)
16555         (custom-group-value-create, custom-group-set, custom-group-save)
16556         (custom-group-reset-current, custom-group-reset-saved)
16557         (custom-group-reset-standard): Use mapc.
16558         (custom-buffer-create-internal): Disable undo when creating items.
16559         Use mapc.
16560         (custom-face): Avoid redundant lambda.
16562 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16564         * startup.el (auto-save-list-file-prefix): Set default to
16565         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16567 2000-04-24  Sam Steingold  <sds@gnu.org>
16569         * time-stamp.el (time-stamp-string-preprocess): Always convert
16570         `field-result' to a string.
16572 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16574         * frame.el (scrolling): New group.
16575         (automatic-hscrolling): New user-option.
16577         * startup.el (command-line-x-option-alist): Add `-lsp' and
16578         `--line-spacing'.
16580 2000-04-19  Dave Love  <fx@gnu.org>
16582         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16583         (cl-mapc): Rename from mapc.  Fix the funcall.
16585 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
16587         * simple.el (clone-indirect-buffer-other-window): New command.
16588         (clone-indirect-buffer): Add optional arg NORECROD.
16589         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16591         * help.el (resize-temp-buffer-window): Use count-screen-lines.
16593         * window.el (count-screen-lines): New function.
16594         (shrink-window-if-larger-than-buffer): Use count-screen-lines
16595         instead of window-buffer-height.
16597         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16598         non-existing variable comint-input-sentinel.
16599         (inferior-lisp-args-to-list): Removed.
16600         (inferior-lisp): Use split-string instead of
16601         inferior-lisp-args-to-list.
16603         * hexl.el (hexl-insert-hex-string): New command.
16605         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16606         instead of concat.
16608 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
16610         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16611         at the start of an existing but empty folder.
16613 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16615         * ps-mule.el: Customization fix, doc fix.
16616         (ps-multibyte-buffer): Customization fix.
16618 2000-04-17  Richard M. Stallman  <rms@gnu.org>
16620         * subr.el (read-passwd): Use read-char-exclusive.
16622 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
16624         * textmodes/texinfo.el (texinfo-insert-@email)
16625         (texinfo-insert-@emph, texinfo-insert-@quotation)
16626         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16627         (texinfo-mode-map): Add key bindings for them.
16629         * files.el (basic-save-buffer-2): Use a template with `$'
16630         instead of `#' for VMS.
16632         * simple.el (clone-indirect-buffer): New function.
16634 2000-04-16  Stephen Eglen  <stephen@gnu.org>
16636         * iswitchb.el (iswitchb-case): New function.  If the user input
16637         contains any upper-case characters, the search is made
16638         case-sensitive.
16640 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
16642         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16643         comment-end.
16644         (texinfo-font-lock-syntactic-keywords): New var.
16645         (texinfo-font-lock-keywords): Remove comment regexp.
16646         (texinfo-insert-block): New function.
16647         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16648         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
16649         and font-lock-defaults.  Use regexp-opt for outline-regexp.
16650         (texinfo-environments): New var.
16651         (texinfo-environment-regexp): Use regexp-opt and
16652         texinfo-environments.
16654         * textmodes/ispell.el (ispell-menu-map-needed): Check that
16655         ispell-process is bound since this might be eval'd before ispell
16656         is loaded.
16657         (ispell-message): Use a tiny bit less magic and a bit more hard
16658         data to figure out what kind of sc-cite-regexp to use.
16660         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16662         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16663         (insert-cyclic-diary-entry): Unquote the lambda.
16665         * gud.el (gud-jdb-build-source-files-list): Fix typo.
16667         * files.el (backup-enable-predicate): Unquote the lambda.
16669         * cus-edit.el (custom-face, face): Unquote the lambda.
16671 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16673         * ps-print.el: Check for line-beginning-position definition.
16675         * ps-print.el: Fix counting lines in a region.
16676         (ps-print-version): New version number (5.1.5).
16677         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16678         (ps-printing-region): Fun code fix.
16680 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
16682         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16683         to file-directory-p.
16685 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
16687         * gud.el (gud-jdb-build-source-files-list): Check that directory
16688         exists before calling directory-files.
16690 2000-04-13  Dave Love  <fx@gnu.org>
16692         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
16693         syntax.
16695         * emacs-lisp/cl-specs.el: Remove when, unless.
16697         * emacs-lisp/cl-extra.el: Don't quote keywords.
16698         (cl-old-mapc): New variable.
16699         (mapc): Use it.
16700         (cl-map-intervals): Use with-current-buffer.  Don't check for
16701         next-property-change.
16702         (cl-map-overlays): Use with-current-buffer.
16703         (cl-expt): Remove.
16704         (copy-tree, remprop): Define unconditionally.
16706         * emacs-lisp/cl-compat.el (keywordp): Remove.
16708         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
16709         to use keywordp.
16710         (edebug-spec): Enable keywordp.
16712         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16713         string-lessp.
16715         * cus-start.el: Use keywordp.
16717 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16719         * diary-lib.el (include-other-diary-files): Fix the fix of
16720         2000-02-18 by doing a save-excursion.
16722 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16724         * ps-print.el: Customization fix, doc fix.
16725         (ps-print-version): New version number (5.1.4).
16726         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16727         (ps-print-preprint): Adjust code.
16728         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16729         (ps-print-prologue-header, ps-print-control-characters)
16730         (ps-spool-config): Customization fix.
16732 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
16734         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16735         converted to the new menu-item format, names silightly changed,
16736         help strings added.
16738         Support for spelling without async subprocesses:
16740         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16741         (ispell-session-buffer): New variables.
16742         (ispell-start-process, ispell-process-status,
16743         ispell-accept-output, ispell-send-string): New functions, for
16744         Ispell invocation when async subprocesses aren't supported.
16745         (ispell-word, ispell-pdict-save, ispell-command-loop,
16746         ispell-process-line, ispell-buffer-local-parsing): Replace calls
16747         to process-send-string with calls to ispell-send-string, and
16748         accept-process-output with ispell-accept-output.
16749         (ispell-init-process): Call ispell-process-status instead of
16750         process-status with.
16751         (ispell-init-process): Call ispell-start-process.  Call
16752         ispell-accept-output and ispell-send-string.  Don't call
16753         process-kill-without-query and kill-process if they are unbound.
16754         (ispell-async-processp): New function.
16756 2000-04-12  Dave Love  <fx@gnu.org>
16758         * info.el: Add debug-ignored-errors.
16759         (Info-mode-menu): Add some items.
16760         (Info-directory): Add autoload cookie.
16762         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16763         Modify `truncate-lines'.  Make `describe-language-environment'
16764         always visible and add help.  Modify `describe-key' help.  Invoke
16765         Info-directory from `info'.  New entry `emacs-manual'.
16767 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16769         * progmodes/ebrowse.el (ebrowse-tree-mode):
16770         Use propertized-buffer-identification.
16771         (ebrowse-update-member-buffer-mode-line): Likewise.
16772         (ebrowse--mode-strings): Removed.
16773         (ebrowse--mode-line-props): Removed.
16775         * files.el (auto-mode-alist): Add `EBROWSE'.
16777         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16778         space before testing for end of buffer.
16779         (ebrowse-load): Removed.
16780         (ebrowse-revert-tree-buffer-from-file): Rewritten.
16781         (ebrowse-create-tree-buffer): Rewritten.
16782         (ebrowse-tree-mode): Read tree from buffer.
16784         * progmodes/ebrowse-ffh.el: Removed.
16786 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
16788         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16790 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16792         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16793         at the wrong place.
16795 2000-04-09  Dave Love  <fx@gnu.org>
16797         * files.el (backup-enable-predicate):
16798         Use temporary-file-directory, small-temporary-file-directory.
16799         (make-backup-file-name-function, backup-directory-alist): New vars.
16800         (make-backup-file-name-1): New function.
16801         (make-backup-file-name): Use it.
16802         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
16803         (file-newest-backup): Use make-backup-file-name.
16805 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
16807         * progmodes/ebrowse-ffh.el: New file.
16809         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16810         Moved to ebrowse-ffh.el.
16811         (ebrowse-load): Add autoload.
16813         * finder.el (finder-commentary): Add autoload cookie.
16815         * mail/rfc2368.el: Correct author's email address.
16817         * progmodes/ebrowse.el: New file.
16819         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16820         item help string.
16821         (easy-menu-do-add-item): Ditto.
16822         (easy-menu-define): Extend doc string.
16824         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16825         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16826         (jit-lock-function, jit-lock-stealth-fontify): Don't use
16827         with-buffer-unmodified.
16829 2000-04-08  Dave Love  <fx@gnu.org>
16831         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16832         unless, when.
16834 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
16836         * viper-util.el (viper-put-on-search-overlay): New subroutine.
16837         (viper-flash-search-pattern): No operation when using Emacs
16838         doesn't support face.
16839         Use `viper-put-on-search-overlay'.
16841 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
16843         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16844         like C-r.
16846         * progmodes/make-mode.el: Some doc fixes.
16847         (makefile-mode-abbrev-table): New variable.
16848         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16849         (makefile-font-lock-keywords): Fontify includes and conditionals.
16850         (toplevel): Require `dabbrev' and `add-log' when compiling.
16852         * replace.el (perform-replace): Don't move forward one char
16853         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
16854         to do that because it leaves point 1 position after the last
16855         replacement, after everything has been replaced.
16857         * jit-lock.el (with-buffer-unmodified): New macro.
16858         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16859         modified state.
16860         (jit-lock-function-1): Extracted from jit-lock-function; not
16861         preserving buffer's modified state.
16862         (jit-lock-function, jit-lock-stealth-fontify):
16863         Call jit-lock-function-1.
16865         * mail/rfc2368.el: Remove supernumerary copyright line.
16867 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
16869         * glasses.el: Provide facilities for inserting space before left
16870         parentheses and uncapitalization of identifiers.
16871         (glasses-mode): Try to remove old overlays in all cases.
16873 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
16875         * progmodes/compile.el (compile-internal): Display the compilation
16876         buffer in a different frame, if it's already displayed there.
16878         * mail/rfc2368.el: New file.
16880         * simple.el (sendmail-user-agent-compose): Recognize a `body'
16881         header and insert its value as mail body.
16883         * subr.el (member-ignore-case): New function.
16885         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16886         (dabbrev--find-expansion): Ignore buffers matching a regexp
16887         from dabbrev-ignored-regexps.
16889         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16890         to extensions handled by gzip.
16892 2000-04-03  Richard M. Stallman  <rms@gnu.org>
16894         * files.el (insert-directory): List the total free space
16895         along with the used space.
16897         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16898         line is followed by one that matches CITATION-REGEXP, end the
16899         paragraph.
16901 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
16903         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16904         (rmail-make-basic-summary-line): Use that option.
16906 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
16908         * international/mule-cmds.el (encoded-string-description):
16909         Rewritten.   Try pretty description for ISO 2022 escape sequences
16910         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
16911         for hexadecimal format.
16913 2000-04-01  Dave Love  <fx@gnu.org>
16915         * cpp.el: Change customization group to `c' from `C'.
16917         * vcursor.el (vcursor-move): Use display-color-p.
16919         * international/mule-util.el: Provide mule-utils.
16920         (string-to-sequence): Simplify and speed up.
16922         * international/mule.el (make-coding-system): Purecopy doc-string.
16924         * international/mule-cmds.el: Various menu changes.
16925         (describe-specified-language-support): Handle `Default'.
16926         (set-language-info): Purecopy `info'.
16928 2000-03-31  Andrew Innes  <andrewi@gnu.org>
16930         * vc.el (vc-backend-diff): Return the correct status if we had to
16931         retry the rcsdiff command without the --brief option.
16933 2000-03-31  Dave Love  <fx@gnu.org>
16935         * help.el (help-manyarg-func-alist): Correct several omissions.
16937         * add-log.el: Don't require cl, fortran.
16938         (add-log-current-defun-function): Doc fix.
16939         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
16940         (change-log-version-rcs): Function deleted.
16941         (change-log-version-number-search): Doc fix.
16942         Use vc-workfile-version. Avoid CL dolist.
16943         (add-change-log-entry): Just call add-log-current-defun to get
16944         defun.  Simplify somewhat.
16945         (change-log-get-method-definition-1): Likewise.
16946         (add-log-current-defun): Return nil if calling
16947         add-log-current-defun-function does so.  Move Fortran stuff to
16948         fortran.el.  Return string without properties.
16950         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16951         and :alpha: char classes.
16953         * mail/supercite.el: Defvar curline when compiling.
16954         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16955         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16956         rather than a-zA-Z0-9 to allow non-ASCII characters.
16958 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
16960         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16962         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16963         Re-enable new code.
16965         * lpr.el (print-region-1): Use -d to specify printer name for
16966         systems `usg-unix-v*, `dgux', `hpux', `irix'.
16968 2000-03-31  Dave Love  <fx@gnu.org>
16970         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16971         Look for function definition in symbol's function value slot first
16972         instead of first consulting byte-compile-function-environment.
16974 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
16976         * language/european.el ("Polish"): New language environment.
16977         (setup-polish-environment): New function.
16979 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
16981         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16982         Disable new code.
16984         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16985         trying to `load' the symbol of an autoload instead of the file
16986         recorded in the autoload.  Fix error messages.
16988 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16990         * ps-print.el: PostScript programming fix for ghostview, doc fix.
16991         (ps-print-version): New version number (5.1.3).
16992         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16993         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16994         (ps-generate-postscript-with-faces): Code fix.
16995         (ps-color-values): XEmacs compatibility.
16996         (ps-print-background-image, ps-print-background-text, ps-printer-name)
16997         (ps-default-fg, ps-default-bg): Adjust customization.
16998         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16999         (ps-color-scale): Renaming old ps-color-value fun.
17000         (ps-print-headers): Replace ps-print-header group to avoid conflict
17001         with ps-print-header variable.
17002         (ps-print-miscellany): New group.
17003         (ps-format-color, ps-rgb-color): New funs.
17004         (ps-default-foreground): New var.
17005         (ps-printer-name-option): New const.
17007 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
17009         * net/net-utils.el:
17010         (network-connection-host, network-connection-service): New variables
17011         (network-connection-mode): New mode, derived from comint-mode
17012         (network-connection-mode-setup): New function, saves host and
17013         service information in local variables.
17015         * lisp/locate.el:
17016         (locate-word-at-point): Added this function
17017         (locate): Default to using locate-word-at-point as input
17018         Run dired-mode-hook
17020 2000-03-29  Dave Love  <fx@gnu.org>
17022         * calendar/appt.el: Doc fixes.
17023         (appt-check): Convert min-to-app to a string before passing to
17024         appt-disp-window-function or concat.
17025         (appt-delete-window): Remove test for frame-root-window.
17026         (appt-select-lowest-window, appt-convert-time): Simplify.
17028         * emacs-lisp/bytecomp.el: Doc fixes.
17029         (byte-compile-file-form-autoload):
17030         Update byte-compile-function-environment.
17032 2000-03-29  Andreas Schwab  <schwab@suse.de>
17034         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17036         * dired.el (dired-insert-directory): If dired-free-space-program
17037         failed just delete its output.
17039 2000-03-29  Dave Love  <fx@gnu.org>
17041         * international/iso-cvt.el: Move provide to end.  Doc fixes.
17042         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17043         (iso-iso2sgml, iso-sgml2iso): New functions.
17044         (iso-cvt-define-menu): Fix some entries and use backquote for
17045         clarity.
17047         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17049 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
17051         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17052         ISO-DATE.  If non-nil, return date in ISO 8601 format.
17054 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
17056         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17057         if it ever becomes used.
17058         (log-edit-mode-hook): Default to vc-log-mode-hook.
17059         (log-edit-mode): Fix the docstring.
17061         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17062         the code.
17064 2000-03-26  Dave Love  <fx@gnu.org>
17066         * net/browse-url.el (browse-url): Re-fix case of
17067         browse-url-browser-function being an alist.
17068         (browse-url): Add :link to defgroup.
17070         * files.el: Doc fixes.
17071         (file-truename): Include `[' in wildcard characters.
17072         (automount-dir-prefix): Customize.
17073         (find-file-wildcards): Add :version.
17074         (find-file-noselect): Simplify a mapcar call.
17076         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17077         compatible with inf-lisp version.
17078         (eval-defun-1): Fix custom-declare-variable case.
17080 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
17082         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17084 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17086         * Makefile (COMPILE_FIRST): New macro.
17087         (compile-files): Compile files from COMPILE_FIRST first.
17089         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17091         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17092         matching open parenthesis in column 0 to defun-prompt-regexp
17093         only if open-paren-in-column-0-is-defun-start is set.
17095         * sun-curs.el: Require CL at compile-time only.
17097         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17098         instead of copy-list which is a function from CL.
17099         (msb--choose-menu, msb--mode-menu-cond)
17100         (msb--create-buffer-menu-2): Use dolist instead of mapc.
17101         (msb--init-file-alist): Use mapcar instead of mapcan.
17102         (msb--aggregate-alist): Use mapcar instead of mapcan.
17103         Fix `(' in column 0 in doc string.
17104         (msb--add-separators): Use mapcar instead of mapcan.
17106         * cus-dep.el: Require CL at compile-time only.
17108 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
17110         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17111         (byte-compile-warnings): New warning `noruntime'.
17112         (byte-compile-constants, byte-compile-variables): Fix docstring.
17113         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17114         execute `eval-whenc-compile's body.
17115         (byte-compile-unresolved-functions): Fix docstring.
17116         (byte-compile-eval): New function.
17117         (byte-compile-callargs-warn): Check if the function will be available
17118         at runtime (via property `byte-compile-noruntime').
17119         (byte-compile-print-syms): New function.
17120         (byte-compile-warn-about-unresolved-functions): Also warn about
17121         `noruntime' functions (and use `byte-compile-print-syms').
17122         (byte-compile-file): Capitalize the message.
17124 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17126         * mail/rmail.el (rmail-confirm-expunge): New user-option.
17127         (rmail-expunge): Ask for confirmation depending on the setting
17128         of rmail-confirm-expunge.
17130 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
17132         * Makefile (bootstrap-clean): If $(emacs) exists, build
17133         loaddefs.el first.  A loaddefs.el that's not up-to-date might
17134         cause a bootstrap failure because things don't autoload as expected.
17136 2000-03-23  Dave Love  <fx@gnu.org>
17138         * net/browse-url.el: Restore previous use of
17139         browse-url-maybe-new-window.
17141 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17143         * ps-print.el: Skip banner page fix.
17144         (ps-print-version): New version number (5.1.2).
17145         (ps-begin-file, ps-end-file, ps-generate): Code fix.
17147 2000-03-23  Dave Pearson  <davep@davep.org>
17149         * net/quickurl.el Changed the type of parameter passed to the
17150         function defined by `quickurl-format-function'. Before only the
17151         text of the URL was passed. Now the whole URL structure is passed
17152         and the function is responsible for extracting the parts it requires.
17153         Changed the default of `quickurl-format-function' accordingly.
17154         (quickurl-insert): Changed the `funcall' of
17155         `quickurl-format-function' to match the above change.
17156         (quickurl-list-insert): Changed the `url' case so that it makes
17157         use of `quickurl-format-function', previous to this the format was
17158         hard wired.
17160 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
17162         * startup.el: Change some spellings for the X Window System.
17164 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
17166         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17167         Clean up the code and the regexp and make sure the cursor is
17168         temporarily moved to the suspicious line while querying the user.
17170 2000-03-22  Jason Rumney  <jasonr@gnu.org>
17172         * w32-fns.el (w32-charset-info-alist): Initialize.
17174 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17176         * ps-print.el: N-up last page fix.
17177         (ps-print-version): New version number (5.1.1).
17178         (ps-end-file, ps-end-job, ps-generate): Code fix.
17180 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17182         * files.el (find-file-run-dired): Update docstring.
17183         (find-directory-functions): New hook.
17184         (find-file-noselect): Run find-directory-functions rather than
17185         calling dired directly.
17187         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17189         * pcvs.el: Add a minimal leading commentary.
17190         (cvs-make-cvs-buffer): Change the header part by removing the startup
17191         message and adding a `Module' entry.  Also replace the FOOTER and
17192         HEADER special fileinfos with the new support in ewoc for updating
17193         its own footer and header.
17194         (cvs-update-header): Update to use the header/footer of the ewoc.
17195         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17196         (cvs-is-within-p): New function.
17197         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17198         to only examine some subset of the buffers.
17200         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17201         `format' instead of our own ad-hoc functions.
17202         Remove HEADER and FOOTER cases, now handled in the EWOC.
17203         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17205         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17206         output to avoid scaring the user.
17207         (cvs-parse-table): Catch message for non-up-to-date commits.
17209         * pcvs-defs.el (cvs-startup-message): Remove.
17210         (cvs-global-menu): New autoloaded menu.
17212         * pcvs-util.el (cvs-string-fill): Remove.
17214         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17215         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17216         PP part of it and also make it work for footers and headers.
17217         (ewoc-create): Drop POS and BUFFER arguments.
17218         Use the DLL's dummy node to store the end-of-footer position.
17219         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17220         (ewoc-refresh): Remove unused `header' variable.
17221         (ewoc-(get|set)-hf): New functions.
17223         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17224         log-view-*-(message|file) and use easy-mmode-define-navigation.
17225         (log-view-message-re): Match SCCS format as well.
17226         And match the revision line rather than the dashed separator line.
17227         (log-view-mode): Use the new define-derived-mode.
17228         (log-view-current-tag): Fill in with an actual implementation.
17230         * cvs-status.el (cvs-status-(prev|next)): Rename from
17231         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17232         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17233         to let the output "breathe" a little more (more readable).
17234         (cvs-status-mode): Use the new define-derived-mode.
17236         * smerge-mode.el (smerge-auto-leave): New function and variable.
17237         (smerge-basic-map): Rename from smerge-basic-keymap.
17238         Change the bindings for smerge-diff-*.
17239         (smerge-*-map): Use easy-mmode-defmap.
17240         (smerge-(next|prev)): Use easy-mmode-define-navigation.
17241         (smerge-keep-*): Use smerge-auto-leave.
17243 2000-03-21  Jason Rumney  <jasonr@gnu.org>
17245         * cus-edit.el (custom-button-face): Use 3D look for w32.
17246         (custom-button-pressed-face): Likewise.
17248 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
17250         * progmodes/etags.el (tags-case-fold-search): New user-option.
17251         (tags-loop-eval): New function.  Bind case-fold-search around eval
17252         depending on the value of tags-case-fold-search.
17253         (tags-loop-continue): Use tags-loop-eval.
17254         (find-tag-in-order): Bind case-fold-search depending on the value
17255         of tags-case-fold-search.
17257 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17259         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17260         (diff-end-of-hunk): Return the end position for use in
17261         `easy-mmode-define-navigation'.
17262         (diff-recenter): Remove.
17263         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17264         of `easy-mmode-define-navigation'.
17265         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17266         previous renaming) and fix to use new names.
17267         (diff-merge-strings): Use \n as separator: simpler, faster.
17268         (diff-mode): Use `define-derived-mode'.
17270         * derived.el (define-derived-mode): Don't autoload anymore.
17271         Prefer the macro-only version provided by easy-mmode.el.
17273         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17274         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
17275         (easy-mmode-define-navigation): New macro.
17277         * subr.el (combine-run-hooks): New function.
17279 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
17281         * term/x-win.el: Fontsets related initialization is simplified.
17283         * international/mule-diag.el (describe-font): Don't refer to
17284         global-fontset-alist, instead call font-list.
17285         (describe-fontset, list-fontsets, mule-diag): Likewise.
17286         (print-fontset): Adjusted for the change of fontset implementation.
17288         * international/fontset.el (x-charset-registries): Variable removed,
17289         instead the corresponding data is stored in the default fontset.
17290         (register-alternate-fontnames): Function removed.
17291         (resolved-ascii-font): Variable removed.
17292         (x-compose-font-name): Ignore the second argument REDOCE.
17293         (x-complement-fontset-spec): Complement only an ASCII font and
17294         element for those charsets than can use that ASCII font.
17295         (generate-fontset-menu): Don't refer to global-fontset-alist,
17296         instead call fontset-list.
17297         (uninstantiated-fontset-alist): Variable removed.
17298         (x-style-funcs-alist): Likewise.
17299         (fontset-default-styles): Likewise.
17300         (x-modify-font-name): Function removed.
17301         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17302         (create-fontset-from-ascii-font): Docsting adjusted for the above
17303         change.
17304         (instantiate-fontset, resolve-fontset-name): Functions removed.
17305         (fontset-list): Now implemented by C code.
17307         * faces.el (read-face-font): Fix TABLE arg to completing-read.
17308         (describe-face): Include `font' attribute in the description.
17310 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
17312         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17314 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
17316         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17317         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17318         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17320         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17321         about behavior of set-buffer-modified-p wrt redisplay.
17323 2000-03-19  Richard M. Stallman  <rms@gnu.org>
17325         * view.el (view-mode-disable): Kill local binding of view-read-only.
17327 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
17329         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17330         is a string, convert it to a syntax cell using string-to-syntax.
17332         * simple.el (syntax-code-table, syntax-flag-table): New variables.
17333         (string-to-syntax): New function.
17335         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17336         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17337         try to use passive ftp mode.
17339 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
17341         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17343         * simple.el (append-to-buffer): Update point of windows after
17344         insertion.
17346         * abbrev.el (inverse-add-abbrev): Identify word by first moving
17347         forward then moving backward.  Reindent.
17349         * frame.el (other-frame): Call x-focus-frame only if
17350         focus-follows-mouse is off.
17352 2000-03-17  Dave Love  <fx@gnu.org>
17354         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17356 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
17358         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17359         regexp for labels cannot span several lines.
17361         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17362         `(setq :<key> ':<key>)' to the macro expansion.
17364 2000-03-16  Dave Love  <fx@gnu.org>
17366         * progmodes/f90.el (f90): Put custom group under `languages', not
17367         `fortran'.
17368         (f90-mode-hook): Customize.
17369         (f90-mode): Set add-log-current-defun-function.
17370         (f90-current-defun): New function.
17372 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
17374         * cus-edit.el (custom-variable-tag-face): Handle case that
17375         default face's height is not a number.
17376         (custom-face-tag-face, custom-group-tag-face-1)
17377         (custom-group-tag-face): Ditto.
17378         (custom-group-tag-face-1): Add :group.
17380         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17382 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
17384         * pcvs-defs.el (toplevel): Remove autoload cookie for form
17385         requiring easymenu.
17387 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17389         * ps-print.el: PostScript user-defined prologue, PostScript error
17390         handler, doc fix.
17391         (ps-print-version): New version number (5.1).
17392         (ps-user-defined-prologue, ps-error-handler-message)
17393         (ps-print-prologue-0, ps-error-handler-alist): New vars.
17394         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17395         (ps-insert-string): New function.
17397 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
17399         * international/ccl.el (ccl-compile-expression): Don't generate
17400         invalid self-assignment code.
17402 2000-03-14  Dave Love  <fx@gnu.org>
17404         * subr.el (replace-regexp-in-string): Renamed from
17405         replace-regexps-in-string.  Doc fix.
17407 2000-03-12  Dave Love  <fx@gnu.org>
17409         * cus-edit.el: Doc fixes.
17410         (customize-set-variable, customize-save-variable): Rename args for doc.
17411         (custom-variable-tag-face, custom-face-tag-face)
17412         (custom-group-tag-face-1, custom-group-tag-face): Modify from
17413         style which user identify as hyperlink.
17414         (hook): Don't add undefined functions to the hook.
17415         (debug-ignored-errors): Transfer message from bindings.el.
17417 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17419         * recentf.el (recentf-keep-non-readable-files-p):
17420         Remove double/nested definition.
17422 2000-03-12  Dave Love  <fx@gnu.org>
17424         * facemenu.el (facemenu-get-face): Use display-color-p.
17425         * enriched.el (enriched-decode-foreground): Likewise.
17426         (enriched-decode-background): Likewise.
17427         * isearch.el (isearch-highlight): Likewise.
17428         * info-look.el (info-lookup): Likewise.
17429         * simple.el (completion-setup-function): Likewise.
17431         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17432         :options.
17434         * bindings.el (mode-line-format): Fix line-number and
17435         column-number items.  Add help-echo for the background.
17436         (mode-line-mule-info): Modify help-echo.
17438         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17440         * files.el (load-file): Allow completion to .elc.
17442         * man.el: Doc fixes.
17443         (Man-init-defvars): Use display-color-p to set fontification.
17445         * play/hanoi.el (hanoi-internal): Don't use oddp.
17447 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17449         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17451         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17453 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17455         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17456         Fix comment.
17458 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
17460         * font-lock.el (font-lock-keywords): Fix the doc now that
17461         regexp-opt-depth is unnecessary.
17462         (save-buffer-state): Set an edebug spec.
17463         (font-lock-fontify-anchored-keywords): Properly handle the case when
17464         the matcher goes past the limit.
17466         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17467         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17469         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
17470         dll.el and cookie.el (from Elib) with heavy renaming and other
17471         massaging.
17473         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17474         Autoload the functions used.
17475         (easy-mmode-define-syntax): Fix CL typo.
17476         (easy-mmode-define-derived-mode): Improve the docstring generation.
17478 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
17480         * textmodes/texinfo.el (texinfo-version): Variable and function
17481         removed.
17483 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
17485         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17486         allow more flexibility.
17487         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17488         (easy-mmode-defmap, easy-mmode-defsyntax)
17489         (easy-mmode-define-derived-mode): New macros.
17491 2000-03-09  Didier Verna  <didier@xemacs.org>
17493         * rect.el (replace-rectangle): New function.
17495 2000-03-09  Dave Love  <fx@gnu.org>
17497         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17498         (fortran-comment-line-start-skip): Don't match cpp stuff.
17499         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
17500         (fortran-mode-map): Remove over-eager custom-menu-create for now.
17501         (fortran-mode): Don't set fortran-comment-line-start-skip,
17502         fortran-comment-line-start here.  Set comment-start,
17503         add-log-current-defun.
17504         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17505         (fortran-current-defun): New function.
17507 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
17509         * emacs-lisp/re-builder.el: New file.
17511         * mouse.el (mouse-drag-region): Don't run up-event handler
17512         if hscroll has changed.
17514         * octave-mod.el (octave-font-lock-keywords): To font-lock the
17515         builtin operators, use `font-lock-builtin-face' for Emacs and
17516         `font-lock-preprocessor-face' otherwise.
17518         * font-lock.el (lisp-font-lock-keywords-1): Highlight
17519         `(defun (setf foo)' differently.
17521 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
17523         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17524         (regexp-opt): Update comment and adapt the code the new meaning of
17525         the `paren' argument of regex-opt-group for shy-groups.
17526         (regexp-opt-depth): Handle shy groups as well as backslashed
17527         backslashes.
17528         (regexp-opt-group): Turn the leading comment into a docstring.
17529         Allow `paren' to be a string (the string to use to open a group).
17530         Remove open-presuf and close-presuf.  Instead of checking for `all
17531         one-char' and then later on check for `several one-char', handle
17532         both cases close together.  Also apply a more generic algorithm
17533         for suffixes (the mirror image of the algorithm used for
17534         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
17535         (regexp-opt-try-suffix): Removed.
17537         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17538         from comint-mode-map, so we can just inherit from it.  Also, move
17539         the initialization into the `defvar' since there's no docstring
17540         anyway and it's fairly short.
17541         (inferior-scheme-mode): Define it as derived-mode: the code is
17542         shorter and this way we inherit from comint-mode-map rather than
17543         copying it.
17545         * subr.el (replace-regexps-in-string): Properly handle the case
17546         where we match an empty string.
17548         * comint.el (comint-exec-1): Add the current-dir to the exec-path
17549         when the command has a directory component (such as "./testml").
17550         Also fix a typo in the comment.
17552 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
17554         * Makefile (compile-files): Compile files one by one because
17555         that's the only way to ensure a clean compilation environment for
17556         each individual file.
17558         * frame.el (other-frame): Call x-focus-frame.
17560 2000-03-07  Dave Love  <fx@gnu.org>
17562         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17563         :require to defcustom.
17565         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17567         * files.el (auto-mode-alist): Add configure.in.
17569         * progmodes/autoconf.el: New file.
17571 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
17573         * mail/mh-e.el: Change maintainer to `none'.
17575         * recentf.el (recentf-keep-non-readable-files-p): Quote args
17576         to remove-hook and add-hook.
17578 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17580         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17581         it as the default.
17582         (mail-send): Test mail-send-nonascii also for the new `mime' value.
17583         (sendmail-send-it): Conditionally add MIME headers specifying the
17584         used character set.
17586 2000-03-07  Dave Love  <fx@gnu.org>
17588         * winner.el: Fix keywords, autoload cookies.
17589         Split eval-when-compile form to avoid compilation failure.
17591 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
17593         * international/mule.el: Modify comment about coding system
17594         property `coding-category'.
17595         (make-coding-system): New argument EOL-TYPE.  Pay attention to
17596         coding-category property of PROPERTIES.
17598         * international/mule-conf.el (coding-category-utf-8)
17599         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17600         categories.  Include them in the argument for set-coding-priority.
17602         * international/mule-cmds.el (reset-language-environment):
17603         Include coding-category-utf-8, coding-category-utf-16-be, and
17604         coding-category-utf-16-le in the argument for set-coding-priority.
17605         (reset-language-environment): Initialize coding-category-utf-8,
17606         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17608 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
17610         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17611         code abstracted out of `bookmark-jump-noselect'.  Now tries info
17612         extensions as well as compression extensions.
17613         (bookmark-jump-noselect): Use above new func.
17615 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
17617         * strokes.el: Change maintainer's mail address.
17619 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
17621         * international/mule-diag.el (list-character-sets): Make help-echo
17622         string by substitute-command-keys.
17623         (list-character-sets): Likewise.
17624         (sort-listed-character-sets): Call help-setup-xref.
17626 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17628         * time.el (display-time-mail-file): Add `none' to the list of choices.
17630 2000-03-01  Dave Love  <fx@gnu.org>
17632         * help.el (help-xref-go-back): Don't try to set position.
17634         * international/mule-diag.el (list-character-sets):
17635         Call help-setup-xref.  Add help-echo to xrefs.
17636         (list-character-sets-1): Add help-echo to xrefs.
17638 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17640         * frame.el (blink-cursor-mode): Switch cursor on when turning
17641         the mode off.
17643         * add-log.el (add-log-current-defun): Add support for
17644         Autoconf mode.
17646         * mail/rmail.el (rmail-quit-hook): New variable.
17648 2000-03-01  Dave Love  <fx@gnu.org>
17650         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17652         * help.el (help-xref-button): Add help-echo arg.
17653         (describe-function-1, describe-variable, help-make-xrefs): Use it.
17655         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17657         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17659 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
17661         * image.el (defimage): Look for image files in load-path.
17663         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17665 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17667         * recentf.el (recentf): Added version tag to the defgroup of recentf.
17669 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17671         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17672         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17673         action to select/unselect a file.
17674         (recentf-edit-list): Code cleanup and improvement.
17675         (recentf-open-more-files-action): `recentf-open-more-files' button
17676         widget action to open a file.
17677         (recentf-open-more-files): No more use standard completion but widgets.
17678         (recentf-more-collection): Deleted.
17679         (recentf-more-history): Deleted.
17680         (recentf-setup-more-completion): Deleted.
17682 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17684         * recentf.el (recentf-mode): No more needs that Emacs is running
17685         under a window-system.
17687 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17689         * recentf.el (recentf-edit-list): New command to edit the recent
17690         list which allow the user to remove files.
17691         (recentf-edit-selected-items): New global variable, used by
17692         `recentf-edit-list' to hold the list of files to be removed from
17693         the recent list.
17694         (recentf-make-menu-items): Updated to display a "Edit list..."
17695         menu item.  Minor code cleanup.
17697 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17699         * recentf.el (recentf-open-more-files): New command to open files
17700         that are not displayed in the menu.
17701         (recentf-more-collection): New global variable holding the set of
17702         permissible completions used by `recentf-open-more-files'.
17703         (recentf-more-history): New global variable holding the history list
17704         used by `recentf-open-more-files' completion.
17705         (recentf-setup-more-completion): New function to setup completion for
17706         `recentf-open-more-files'.
17707         (recentf-make-menu-items): Updated to display a "More..." menu item.
17709 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17711         * recentf.el (recentf-menu-action): Doc fixed.
17713 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17715         * recentf.el (recentf-menu-filter): Doc updated.
17716         (recentf-update-menu-hook): Allow menu filters to force menu update.
17717         (recentf-make-menu-items): New menu filter handling.
17718         (recentf-make-menu-item): New helper function.
17719         (recentf-menu-elements): New menu handling function.
17720         (recentf-sort-ascending): Updated to new menu filter handling.
17721         (recentf-sort-descending): Updated to new menu filter handling.
17722         (recentf-sort-basenames-ascending): New menu filter function.
17723         (recentf-sort-basenames-descending): New menu filter function.
17724         (recentf-show-basenames): New menu filter function.
17725         (recentf-show-basenames-ascending): New menu filter function.
17726         (recentf-show-basenames-descending): New menu filter function.
17728 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17730         * diary-lib.el (list-diary-entries): Don't try to go forward at
17731         the end of the buffer.
17733 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
17735         * international/mule-diag.el (list-character-sets):
17736         Completely rewritten.
17737         (sort-listed-character-sets): New function.
17738         (list-character-sets-1): Completely rewritten.
17739         (list-character-sets-2): New function.
17740         (non-iso-charset-alist): New variable.
17741         (decode-codepage-char): New function.
17742         (charset-history): New variable.
17743         (read-charset) (list-block-of-chars)
17744         (list-iso-charset-chars)
17745         (list-non-iso-charset-chars)
17746         (list-charset-chars): New functions.
17747         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17748         (dump-charsets): Likewise.
17750 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
17752         * dired-x.el (dired-filename-at-point): Add `@' to valid
17753         file name characters.
17754         (dired-filename-at-point): Handle ange-ftp file names.
17756         * frame.el (frame-notice-user-settings): Use assq-delete-all
17757         instead of assoc-delete-all.
17758         (frame-notice-user-settings): Ditto.
17760         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17761         Don't copy alist.
17763 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
17765         * calculator.el (calculator-use-menu): New option.
17766         (calculator-initial-bindings): Changed some bindings to work as macros.
17767         (calculator-forced-input): Removed.
17768         (calculator-restart-other-mode): New variable.
17769         (calculator-mode-map): Set up menu.
17771 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
17773         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17775 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
17777         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17778         translate all ESC key sequences.
17779         (viper-goto-mark-subr): Restore markers for files for which
17780         they were saved.
17781         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17782         * viper-util.el (viper-set-replace-overlay-glyphs)
17783         (viper-set-replace-overlay): Always check if the replacement
17784         overlay is live.
17785         * viper.el (viper-vi-state-mode-list): Add major modes.
17786         * ediff-wind.el: Minor comment changes.
17787         * ediff.el: Copyright notice date fix.
17789 2000-02-27  Jason Rumney  <jasonr@gnu.org>
17791         * faces.el (face-font-family-alternatives): Add arial to helv.
17792         (mode-line, header-line, tool-bar): Same default as x for w32.
17793         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17794         face-font-family-alternatives from working.
17795         * term/w32-win.el (mouse-set-font): Do not build fontset from
17796         chosen font.
17798 2000-02-25  Sam Steingold  <sds@goems.com>
17800         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17801         properly.
17803 2000-02-25  Richard M. Stallman  <rms@gnu.org>
17805         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17807 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
17809         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17811         * frame.el (busy-cursor-delay-seconds): New option.
17813 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
17815         * frame.el (show-cursor-in-non-selected-windows): New option.
17817 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17819         * diary-lib.el (include-other-diary-files): Undo the selective
17820         display in any included file and don't kill it.
17822 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
17824         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17825         Menu items converted to (menu-item format, help strings added.
17826         [downcase, upcase]: Don't enable on MS-DOS.
17827         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17828         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17830 2000-02-23  Dave Love  <fx@gnu.org>
17832         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17833         (backward-kill-word): Revert addition of * to interactive spec --
17834         it's a feature.
17836         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17837         (backward-kill-sentence, kill-sentence): Likewise.
17839         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17840         scratch buffer name.
17841         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
17843         * term/w32-win.el (internal-face-interactive): Update prompt for
17844         new read-face-name.
17846         * mail/footnote.el (footnote): Add :version to defgroup.
17847         (footnote-section-tag-regexp): Customize.
17848         (footnote-start-tag, footnote-end-tag): New option.
17849         (footnote-latin-regexp): New variable.
17850         (Footnote-latin): New function.
17851         (footnote-style-alist): Add element for latin style.
17852         (footnote-style): Moved.
17853         (Footnote-goto-footnote): Use eq to test arg.
17855         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17857         * emacs-lisp/byte-opt.el: Change old backquote syntax.
17858         (byte-compile-trueconstp): Include keywords.
17859         (byte-optimize-quote, byte-optimize-lapcode):
17860         Use byte-compile-const-symbol-p.
17861         (byte-optimize-char-before): New optimization.
17863         * emacs-lisp/bytecomp.el: Change old backquote syntax.
17864         (byte-compile-const-symbol-p): New function.
17865         (byte-compile-constp, byte-compile-out-toplevel)
17866         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17867         Use it.
17869         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
17871 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
17873         * international/encoded-kb.el: Be sure to update minor-mode-alist
17874         and minor-mode-map-alist.
17875         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17876         codes SS2 and SS3 correctly.
17877         (encoded-kbd-self-insert-ccl): New function.
17878         (encoded-kbd-setup-keymap): New function.
17879         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
17880         by calling encoded-kbd-setup-keymap.
17882         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17883         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
17885 2000-02-22  Dave Love  <fx@gnu.org>
17887         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
17888         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
17889         (lisp-mode-syntax-table): Set up for #|...|# comments.
17890         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
17891         classes.  Match `defface'.
17892         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17893         (eval-defun-1): Fix for defcustom.
17894         (lisp-indent-region): Doc fix.
17896         * subr.el (when, unless, split-string): Doc fix.
17897         (read-passwd): Move call of clear-this-command-keys to the right place.
17898         (replace-regexps-in-string): New function.
17900 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
17902         * help.el (describe-variable): Set syntax table to
17903         emacs-lisp-mode-syntax-table when moving forward over the
17904         symbol's name.
17906 2000-02-22  Dave Love  <fx@gnu.org>
17908         * xt-mouse.el: Doc fixes.
17909         (xterm-mouse-position-function): New function, replacing advice of
17910         mouse-position.
17911         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
17913         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17915 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
17917         * format.el (format-annotate-single-property-change):
17918         Handle properties.with dotted-list values.
17919         (format-proper-list-p): New function.
17921         * enriched.el (enriched-face-ans): Handle '(foreground-color
17922         . COLOR) and (background-color . COLOR).
17924 2000-02-20  Dave Love  <fx@gnu.org>
17926         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17927         and assignments to it.
17928         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17929         current local map.
17930         (make-flyspell-overlay): Use it.
17931         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17933         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17934         (lm-get-header-re): Defun, not defsubst.
17935         (lm-get-package-name): Defun, not defsubst.  Simplify.
17936         (lm-version): Doc fix.  Simplify.
17937         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17938         (lm-crack-address, lm-last-modified-date, lm-commentary)
17939         (lm-verify, lm-synopsis): Simplify.
17940         (lm-report-bug): Require emacsbug.  Use compose-mail.
17942 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
17944         * dired.el (dired-mode): Call propertized-buffer-identification
17945         to set mode-line-buffer-identification to something having
17946         the right text properties.
17948         * bindings.el (propertized-buffer-identification): New function.
17950 2000-02-20  Dave Love  <fx@gnu.org>
17952         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17953         check for t-mouse too.
17955         * cus-start.el: Make echo-keystrokes `number'.
17957 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
17959         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17960         Don't call ring-empty-p unless tags-location-ring is bound.
17961         From Noah Friedman <friedman@splode.com>.
17963 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
17965         * progmodes/hideshow.el (hs-flag-region): No longer use
17966         `intangible' overlay property.
17968         (hs-toggle-hiding): New command.
17969         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17971         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17972         Fix omission bug: Run `hs-minor-mode-hook' for both activation
17973         and deactivation.
17975 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
17977         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17979 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17981         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17983         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17984         of `*' to handle `(* ... *)' comments.
17986 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
17988         * faces.el (list-faces-display): Use display-mouse-p instead of
17989         window-system.
17991         * menu-bar.el (global-map): Menu-bar items converted to the new
17992         format (menu-item..., rearranged for better CUA compliance, and
17993         their names changed for better clarity.  Help strings added.
17995         * international/mule-cmds.el (mule-menu-keymap)
17996         (describe-language-environment-map, set-coding-system-map)
17997         (setup-language-environment-map): Convert to new (menu-item...
17998         form, add help strings.  Change names of menu items for better clarity.
17999         "Mule" menu-bar item removed (it's now in the "Options" submenu).
18001 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
18003         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18004         within the code.
18006 2000-02-16  Dave Love  <fx@gnu.org>
18008         * faces.el: Don't require custom.  Add more specific :groups to
18009         various deffaces.
18010         (set-face-attribute): Purecopy args.
18011         (read-face-name): Default to name at point and use it in prompt.
18012         Remove colon from arg in all callers.
18013         (list-faces-display): Hyperlink to face descriptions and customize
18014         buffers.
18016 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
18018         * wid-edit.el (widget-match-inline): An atom never matches a list.
18020 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18022         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18023         at ':' characters by call to split-string.
18025 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18027         * textmodes/bibtex.el: Added RCS version identification.
18029 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18031         * textmodes/bibtex.el: Some temporary comments removed.
18032         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18033         (bibtex-field-const): Allow capital letters.
18034         (bibtex-start-of-string): Deleted because unused.
18036         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
18037         use the term 'reference' to describe a bibtex entry as a whole.
18038         Further, reference keys are no longer called 'labels'.
18039         (bibtex-keys): Renamed to bibtex-reference-keys.
18040         (bibtex-reformat-previous-labels): Renamed to
18041         bibtex-reformat-previous-reference-keys.
18042         (bibtex-reference-type): Renamed to bibtex-entry-type.
18043         (bibtex-reference-head): Renamed to bibtex-entry-head.
18044         (bibtex-reference-maybe-empty-head): Renamed to
18045         bibtex-entry-maybe-empty-head.
18046         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18047         (bibtex-search-reference): Renamed to bibtex-search-entry.
18048         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18049         bibtex-enclosing-entry-maybe-empty-head.
18050         (bibtex-entry-field-alist, bibtex-entry-head)
18051         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18052         (bibtex-map-entries, bibtex-search-entry)
18053         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18054         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18055         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18056         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18057         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18058         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18059         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18061 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18063         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18064         comment.
18065         (bibtex-format-field-delimiters): New function, functionality
18066         extracted from bibtex-format-entry.
18067         (bibtex-autokey-get-yearfield-digits): New function, functionality
18068         extracted from bibtex-autokey-get-yearfield.
18070         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18071         entries in order to avoid stack overflow in the regexp matcher if
18072         field contents become large.
18073         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18074         (bibtex-field-string-part-not-braced)
18075         (bibtex-field-string-part-no-inner-braces)
18076         (bibtex-field-string-part-1-inner-brace)
18077         (bibtex-field-string-part-2-inner-braces)
18078         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18079         (bibtex-field-string-quoted, bibtex-field-string)
18080         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18081         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18082         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18083         Deleted as parsing is now performed by the following functions.
18084         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18085         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18086         (bibtex-parse-field-string, bibtex-search-forward-field-string)
18087         (bibtex-parse-association, bibtex-field-name-for-parsing)
18088         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18089         (bibtex-search-forward-field, bibtex-search-backward-field)
18090         (bibtex-start-of-field, bibtex-end-of-field)
18091         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18092         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18093         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18094         (bibtex-parse-string, bibtex-search-forward-string)
18095         (bibtex-search-backward-string, bibtex-start-of-string)
18096         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18097         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18098         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18099         entries.  Instead of reporting the results of the parsing by
18100         match-beginning or match-end, these functions return data structures
18101         that hold the corresponding positions.
18102         (bibtex-enclosing-field): Changed to also report field boundaries by
18103         return values rather than by match-beginning or match-end.
18104         The following functions have been adapted to use the new
18105         parsing functions.
18106         (bibtex-skip-to-valid-entry, bibtex-search-reference)
18107         (bibtex-enclosing-field, bibtex-format-entry)
18108         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18109         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18110         (bibtex-print-help-message, bibtex-end-of-entry)
18111         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18112         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18113         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18114         Use the new method for parsing.
18115         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18116         (bibtex-map-entries, bibtex-flash-head)
18117         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18118         (bibtex-autokey-change, bibtex-autokey-get-namefield)
18119         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18120         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18121         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18122         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18123         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18124         order to make the new binding of case-fold-search immediately visible.
18126 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18128         * textmodes/bibtex.el: Copyright notice is up to date.
18129         Added constant 'bibtex-maintainer-salutation.
18131         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18132         than make-temp-name, use match-string-no-properties and eliminate
18133         a quadratic behavior when building bibtex-strings.
18135         * bibtex.el (bibtex-reference-key): Accept string entries whose
18136         reference key contains upper case letters.
18138 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18140         * bibtex.el (bibtex-reference-head): Allow entries to start with
18141         a new line.
18143 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18145         * bibtex.el: Hiding of entry bodies is not longer provided by
18146         bibtex.el directly.  Instead the hideshow package can be used.
18147         Added a special bibtex entry to hs-special-modes-alist.
18148         (bibtex-hs-forward-sexp): Added for hideshow.el.
18150 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18152         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18153         proceedings entry type (for cross referencing). Thanks to Wagner
18154         Toledo Correa for the suggestion.
18156         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18158 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
18160         * international/characters.el: Setup case table for Vietnamese.
18162 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
18164         * uniquify.el (toplevel): Require CL at compile time.
18165         (uniquify-push): Removed.
18167         * shadowfile.el (shadow-when): Removed.
18169         * tempo.el (tempo-dolist, tempo-mapc): Removed.
18170         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18172         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18173         regexp for paragraph-start.
18175         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18176         commas as well.
18178 2000-02-10  Dave Love  <fx@gnu.org>
18180         * wid-edit.el: (widgets) [defgroup]: Remove url link.
18181         (widget-color-choice-list, widget-color-history, widget-mouse-help):
18182         Deleted.
18183         (widget-specify-field, widget-specify-button): Don't use
18184         widget-mouse-help as help-echo property.
18185         (default): Use #'ignore for :validate and :mouse-down-action.
18186         (checkbox): Add help-echo.
18187         (widget-sexp-validate): Rewritten to clarify error messages.
18188         (character): Use char-valid-p in :match function.
18189         (widget-color-complete): Use facemenu-color-alist.
18190         (widget-color-action): Use facemenu-read-color.
18192         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
18193         set up `caar' &c that we now have.
18195 2000-02-09  Ray Blaak  <blaak@gnu.org>
18197         * delphi.el: Make resourcestring a declaration region, like const
18198         and var.
18200 2000-02-09  Dave Love  <fx@gnu.org>
18202         * bindings.el (mode-line-input-method-map): New variable.
18203         (mode-line-mule-info): Use it; fix last change.
18204         (mode-line-mode-menu): Move definition.
18205         (mode-line-mouse-sensitive-p): Deleted.
18206         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18207         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
18209         * startup.el (command-line-1): Don't call
18210         make-mode-line-mouse-sensitive.
18212 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18214         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18215         before rmail-toggle-header, because the former toggles headers.
18217 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
18219         * diff-mode.el (diff-kill-junk): New interactive function.
18220         (diff-reverse-direction): Use delete-and-extract-region.
18221         (diff-post-command-hook): Restrict the area so that the hook also works
18222         outside of any diff hunk.  This is necessary for the minor-mode.
18223         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18224         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18226         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18227         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18228         so that it can be used more easily in <foo>-mode-hook.  Also make sure
18229         to avoid duplicate entries.
18230         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18231         (font-lock-remove-keywords): Just as was done for `add', allow it to
18232         work even if font-lock-mode is nil.  Also make sure we don't modify
18233         any pre-existing list by forcing a copy-sequence.  Finally rename
18234         `major-mode' to `mode'.
18235         (font-lock-fontify-syntactic-anchored-keywords)
18236         (font-lock-fontify-anchored-keywords)
18237         (font-lock-fontify-keywords-region): Use line-end-position.
18238         Don't make `font-lock-multiline' local (it's now done in
18239         font-lock-set-defaults).
18240         (font-lock-set-defaults): Make `font-lock-multiline' local.
18241         Move the `font-lock-fontified' creation to inside the `unless'.
18243 2000-02-06  Andrew Innes  <andrewi@gnu.org>
18245         * term/w32-win.el (x-handle-args): Comment out call to message,
18246         which occurs before window system is initialized.
18248         * makefile.nt: Add support for recompiling lisp code.
18250 2000-02-04  Dave Love  <fx@gnu.org>
18252         * bindings.el (mode-line-mule-info): Fix/extend last change.
18254         * completion.el: Replace completion-dolist with dolist.
18256         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18258 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
18260         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18261         environment names before they go into the section regexp.
18263         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18264         char class in regexp.
18266         * textmodes/reftex-parse.el (reftex-with-special-syntax):
18267         Bind `case-fold-search' to nil.
18269         * progmodes/idlwave.el (idlwave-template):
18270         Respect `idlwave-abbrev-change-case'.
18271         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18272         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18273         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18274         (idlwave-rw-case): New function.
18275         (idlwave-statement-match): Fixed problem with assignment regexp.
18276         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18277         (idlwave-surround): New argument LENGTH to support padding of
18278         operators longer than 1 char.
18280         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18281         idlwave-shell-expression-overlay.  Implemented printing of
18282         expressions on higher levels of the calling stack.
18283         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18284         (idlwave-retrieve-expression-from-level): New function.
18285         (idlwave-shell-last-calling-stack): Variable removed.
18286         (idlwave-shell-reset): Argument action reversed (`visible' to
18287         `hidden').  Also remove stop-line overlay.
18288         (idlwave-shell-calling-stack-routine): New variable.
18289         (idlwave-shell-parse-stack-and-display): Messages now display
18290         negative level numbers.
18291         (idlwave-shell-mode): Set `modeline-format'.
18292         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18293         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18294         (idlwave-shell-print-expression-function): New option.
18296         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18297         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18298         `tool-bar' instead of `toolbar'.
18300 2000-02-02  Dave Love  <fx@gnu.org>
18302         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18303         emacs-lisp-mode-hook.  Don't check for defalias being defined.
18305         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18306         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18307         Use the new builtins directly.
18309         * whitespace.el (whitespace): Add :version to defgroup.
18311         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18312         Doc fix.
18314         * thingatpt.el (sexp-at-point, symbol-at-point)
18315         (number-at-point, list-at-point): Add autoload cookie.
18317         * recentf.el (recentf): Add :version to defgroup.
18319         * quickurl.el (quickurl): Add :version to defgroup.
18321         * elide-head.el (elide-head): Use point-marker more.
18323         * bs.el (bs): Add :version to defgroup.
18325         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18327         * progmodes/delphi.el (delphi): Add :version to defgroup.
18329 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
18331         * ange-ftp.el (ange-ftp-write-region): Handle case that
18332         succeeding process operation sets a different coding system.
18334         * calculator.el: New file.
18336 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
18338         * frame.el (frames-on-display-list, framep-on-display): New functions.
18339         (display-mouse-p, display-popup-menus-p, display-graphic-p)
18340         (display-selections-p, display-screens, display-pixel-width)
18341         (display-pixel-height, display-mm-width, display-mm-height)
18342         (display-backing-store, display-save-under, display-planes)
18343         (display-color-cells, display-visual-class): New functions.
18345         * term/tty-colors.el (tty-color-gray-shades): New function.
18347         * faces.el (display-color-p): Use framep-on-display.
18348         (display-grayscale-p): New function.
18350 2000-01-31  Dave Love  <fx@gnu.org>
18352         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18353         (create-fontset-from-x-resource): Don't concat integers.
18355 2000-01-31  Inge Frick  <inge@nada.kth.se>
18357         * view.el: Some changes in documentation.  Removed some trailing
18358         whitespace. Changed some parameter names to agree with documentation.
18359         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18360         window is not deleted.  Modifies change 1998-04-26.
18362 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
18364         * windmove.el: New file.
18366         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18367         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18368         progmodes/ebnf-yac.el: Update copyright and license info.
18370         * jit-lock.el (jit-lock-function): Widen before calculating
18371         end position.
18372         (jit-lock-stealth-chunk-start): Rewritten.
18374         * info.el (Info-title-face-alist): Removed.
18375         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18376         (Info-fontify-node): Use these faces.
18378 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
18380         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18381         (cl-macro-list1): Recognize `&allow-other-keys' instead of
18382         `&allow-other-keywords'.
18384         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18385         the list of directories scanned heuristically.
18387         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18389 2000-01-30  Jason Rumney  <jasonr@gnu.org>
18391         * w32-fns.el: Define w32-tty-standard-colors.
18393         * startup.el (command-line): Use w32-tty-standard-colors when in
18394         w32 console mode.
18396 2000-01-30  Dave Love  <fx@gnu.org>
18398         * jka-compr.el (jka-compr-load): Fix up load-history.
18400         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18402         * emacs-lisp/cl-macs.el: Revert previous change.
18404 2000-01-29  Dave Love  <fx@gnu.org>
18406         * facemenu.el: Purecopy various strings.
18408         * timezone.el (timezone-fix-time): Window against 69 for two-digit
18409         years.  Deal with three-digit years.
18411         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18412         Use defconst, purecopy.
18413         (help-back-label): Purecopy it.
18415 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18417         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18418         variable. If non-nil, order the buffer list according to the
18419         currently selected frame.
18420         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18421         non-nil, pass the selected frame to function buffer-list.
18423 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18425         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18427 2000-01-28  Dave Love  <fx@gnu.org>
18429         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18431         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18432         Don't use lisp-indent-hook property.
18433         (cl-abs): Remove.
18435         * subr.el: Move out indent and edebug specs for when and unless.
18437         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18438         when, unless.
18440         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18441         unless, when.
18443 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
18445         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18446         `collecting' as synonym for `collect'.
18448         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18449         for the case it contains spaces.
18451         * simple.el (what-cursor-position): Change formatting of messages.
18453         * frame.el (delete-other-frames): New function.
18454         (toplevel): Bind it to C-x 5 1.
18456         * sort.el (sort-numeric-base): New option.
18457         (sort-numeric-fields): If number starts with `0' or `0[xX[',
18458         interpret it as octal or hexadecimal.  Use sort-numeric-base
18459         as default base.
18461         * progmodes/glasses.el: New file.
18463 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
18465         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18466         userids differently.
18468         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18469         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18470         progmodes/ebnf-yac.el: New files.
18472 2000-01-26  Dave Love  <fx@gnu.org>
18474         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18475         on a function with an empty body.  [From Eric Ludlam.]
18477 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
18479         * vc.el (vc-version-diff): Make sure file name is expanded.
18481 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
18483         * scroll-bar.el (scroll-bar-timer): Variable removed.
18484         (scroll-bar-toolkit-scroll): Don't use a timer.
18486 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
18488         * language/thai-util.el (thai-composition-function):
18489         Delete superfluous `a'.
18491 2000-01-24  Dave Love  <fx@gnu.org>
18493         * fortran.el (fortran-mode): Use beginning-of-defun-function,
18494         end-of-defun-function.
18496         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18498 2000-01-22  Jason Rumney  <jasonr@gnu.org>
18500         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18501         conflicts with new face support.
18503 2000-01-22  Richard M. Stallman  <rms@gnu.org>
18505         * replace.el (query-replace): Rename last arg to DELIMITED.
18506         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18507         (query-replace-regexp): Likewise.
18509 2000-01-20  Richard M. Stallman  <rms@gnu.org>
18511         * subr.el (with-syntax-table): Use make-symbol, not gensym.
18513         * emacs-lisp/lisp.el (beginning-of-defun-function):
18514         Variable renamed from beginning-of-defun.
18515         Do not call make-variable-buffer-local.
18516         (beginning-of-defun-raw): Use new variable name; doc fix.
18517         (beginning-of-defun): Doc fix.
18518         (end-of-defun-function): Variable renamed from end-of-defun.
18519         Do not call make-variable-buffer-local.
18520         (end-of-defun): Use new variable name; doc fix.
18522         * subr.el (dolist, dotimes): Copied from cl-macs.el
18523         and made to work.
18525         * mail/undigest.el (rmail-digest-end-regexps):
18526         Variable replaces rmail-digest-end-regexp.
18527         Allows multiple regexps for detecting the end line.
18528         (undigestify-rmail-message): Corresponding changes.
18530 2000-01-19  Dave Love  <fx@gnu.org>
18532         * files.el (user-init-file): Don't declare here -- is primitive.
18534         * startup.el (command-line): Check for compiled user-init-file and
18535         set to uncompiled version if necessary.
18537 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18539         * mail/undigest.el (rmail-digest-end-regexp): New user option.
18540         (undigestify-rmail-message): Use it.
18542         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18544 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
18546         * tmm.el (tmm-goto-completions): Adapt to prompt being part
18547         of mini-buffer.
18549 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
18551         * emacs-lisp/copyright.el (copyright-update): Removed the
18552         requirement for a trailing space from `copyright-regexp', to
18553         support copyrights with owner specified on a separate line..
18555         * align.el: New file.
18557         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18559         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18561 2000-01-13  Dave Love  <fx@gnu.org>
18563         * ph.el: Removed.  (Obsoleted by EUDC.)
18565 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18567         * net/eudc.el (toplevel): Remove autoloaded code installing
18568         menu with easymenu, because that causes build problems.
18570         * frame.el (frame-notice-user-settings): New variable.
18571         (frame-notice-user-settings): Don't modify frame parameters
18572         if called a second time.
18574 2000-01-13  Richard M. Stallman  <rms@gnu.org>
18576         * frame.el (frame-notice-user-settings):
18577         Notice default-frame-parameters even for non-window frames.
18579 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18581         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18582         for Emacs.
18583         (eudc-bob-can-display-inline-images): Extend for Emacs.
18584         (eudc-bob-toggle-inline-display): Ditto.
18585         (eudc-bob-display-jpeg): Ditto.
18587 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
18589         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18590         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18591         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18593         * add-log.el (add-change-log-entry): Fix error trying an
18594         `(insert nil)'.
18596         * subdirs.el: Add `net' directory.
18598         * net: New directory.
18600         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18601         eval-last-sexp.  Don't bind debug-on-error here.
18602         (eval-last-sexp): New function.  Bind debug-on-error if
18603         eval-expression-debug-on-error is non-nil.
18604         (eval-defun-2, eval-defun): Likewise.
18606         * simple.el (eval-expression): Don't bind debug-on-error if
18607         eval-expression-debug-on-error is nil.  Detect changed
18608         debug-on-error, and propagate new value to global binding, if
18609         eval-expression-debug-on-error is non-nil,
18610         (eval-expression-debug-on-error): Change doc string.
18612 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18614         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18616         * emacs-lisp/lisp-mode.el (with-syntax-table):
18617         Set up lisp-indent-function property.
18619         * subr.el (with-syntax-table): Moved from simple.el.
18621         * simple.el (with-syntax-table): Moved to subr.el.
18623 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
18625         * tmm.el (tmm-shortcut): Delete region after prompt instead
18626         of erasing buffer.
18628         * textmodes/fill.el (fill-common-string-prefix): New function.
18629         (fill-context-prefix): Use the longest common prefix of first
18630         and second line fill prefix, if there is one.
18632 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18634         * array.el (array-mode): Don't use make-variable-buffer-local.
18635         Use make-local-variable for `truncate-lines'.
18637 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
18639         * add-log.el (add-log-current-defun): Handle user-defined
18640         add-log-current-function returning nil,
18642         * add-log.el (add-change-log-entry): Insert version number
18643         if having found a current function
18645         * add-log.el (add-log-current-defun):
18646         Call `add-log-current-defun-function'.  Try matches at level 0 and
18647         level 1.  Strip whitespace from defun found.
18649 2000-01-10  John Wiegley  <johnw@gnu.org>
18651         * allout.el (isearch-done/outline-provisions): Added `edit'
18652         argument to correspond with the current definition of `isearch-done'.
18654 2000-01-10  Dave Love  <fx@gnu.org>
18656         * elide-head.el (elide-head): Use point-marker, not point.
18658 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
18660         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18661         before and after the year 2000.
18663         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18664         Add ispell- prefix.
18666 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
18668         * ispell.el:  Only define dictionaries in menus when they exist.
18669         (version18p): New variable.
18670         (version20p): New variable.
18671         (xemacsp): New variable.
18672         (ispell-choices-win-default-height): Fix for XEmacs visibility.
18673         (ispell-dictionary-alist1): Added Brasileiro dictionary.
18674         (ispell-dictionary-alist6): Russian command lines no longer accept
18675         run-together words.
18676         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18677         (ispell-dictionary-alist): Add koi8-r to customize definition.
18678         (check-ispell-version): Added documentation string.  Return library
18679         path when called non-interactively.
18680         (ispell-menu-map-needed): Uses new variables.
18681         (ispell-library-path): New variable.
18682         (ispell-decode-string): XEmacs fix for bogus variable bindings.
18683         (ispell-word): Improved documentation string.  Test for valid
18684         character mappings.  Correctly check typed in word changes that can
18685         result in single words split into multiple words.
18686         Return replacement word.
18687         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
18688         replace in recursive query replace mode.  Help message for
18689         recursive edit mode.
18690         (ispell-show-choices): Protect against bad framepop bindings.
18691         (ispell-help): Fix to work with XEmacs.
18692         (ispell-highlight-spelling-error): Use new variables.
18693         (ispell-overlay-window): Fix to work with XEmacs.
18694         (ispell-parse-output): Passed and returns location information
18695         tracking spelling corrections.  Doesn't recheck same word on
18696         current line.
18697         (ispell-init-process): Protect against bogus XEmacs variable binding.
18698         Fix call to single argument in sleep-for.  Use new variables.
18699         (ispell-region): Passed and returns location information tracking
18700         spelling corrections.  Doesn't check same word on current line.
18701         Improved documentation string.  Doesn't resend a line already
18702         checked to the ispell process - fixes bug in LaTeX parsing.
18703         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18704         (ispell-skip-region): No longer skips <TT> in SGML.
18705         (ispell-process-line): Tracks location information with spelling
18706         corrections.  Added documentation string.  Accounts for words
18707         already accepted on this line.  Don't allow query-replace on line
18708         starting with math characters.  Doesn't resend a line already sent
18709         to ispell process.  Fixes alignment error bug.
18711 2000-01-10  Richard M. Stallman  <rms@gnu.org>
18713         * dired-x.el (dired-guess-shell-alist-default):
18714         Suggest xloadimage, which is free, not xv, which isn't.
18716         * ange-ftp.el (ange-ftp-file-name-nondirectory):
18717         Don't ever include the host name or user name in the value.
18719 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18721         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18722         of a real newline.
18724 2000-01-09  Stephen Eglen  <stephen@gnu.org>
18726         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18727         for .png files.
18729 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
18731         * cus-edit.el (custom-hook-convert-widget): Fix comment.
18733 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18735         * progmodes/cperl-mode.el: Replace ^F with ^L.
18737         * sendmail.el (toplevel): Provide `sendmail' when compiling before
18738         `require'ing rmail and mailalias to prevent infinite recursion.
18740 2000-01-08  Dave Love  <fx@gnu.org>
18742         * emacs-lisp/backquote.el: Remove inappropriate customization
18743         (allowing custom.el to use backquote).
18745 2000-01-07  Dave Love  <fx@gnu.org>
18747         * add-log.el (add-log-debugging): Deleted.
18748         (add-change-log-entry): Treat a backup FILE-NAME as its parent
18749         file.  Remove debugging code.
18750         (change-log-get-method-definition, change-log-name): Add doc.
18751         (change-log-sortable-date-at): New function.
18752         (change-log-merge): New command.
18754         * time.el (display-time-string-forms): Make the Mail string active.
18755         (display-time-update): Provide help-echo for load average.
18757         * bindings.el (make-mode-line-mouse2-map): New function.
18758         (mode-line-modified): Use it and simplify.
18759         (mode-line-mule-info): Provide help-echo info.
18760         (minor-mode-alist): Activate the strings.
18761         (make-mode-line-mouse-sensitive): Simplify for
18762         mode-line-buffer-identification.
18764 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
18766         * play/pong.el: New file.
18768 2000-01-06  Dave Love  <fx@gnu.org>
18770         * array.el: Assorted cleanups for compiler warnings, doc strings,
18771         `array-' prefix for symbols.
18773 2000-01-05  Dave Love  <fx@gnu.org>
18775         * textmodes/outline.el (outline-mode-menu-bar-map):
18776         Add outline-headers-as-kill.
18777         (outline-mode): Define imenu-generic-expression.
18778         (outline-headers-as-kill): New command.
18780         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18781         from paragraph-start.
18782         (paragraph-indent-minor-mode): New command.
18784         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18785         M-C-e, M-C-h, C-j, C-xnd, TAB.
18786         (fortran-mode): Set beginning-of-defun, end-of-defun.
18787         (fortran-column-ruler): Simplify.
18788         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18789         (fortran-with-subprogram-narrowing): Likewise.
18790         (fortran-indent-subprogram): Call mark-defun.
18791         (fortran-check-for-matching-do): Change narrowing.
18793         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18794         (cl-lucid-hash-tag): Delete.
18795         (cl-hash-table-p): Correct test for native table.
18796         (cl-hash-table-count): Use hash-table-count.
18798         * browse-url.el (browse-url): Fix case of
18799         browse-url-browser-function being an alist.
18801 2000-01-05  Carsten Dominik  <cd@gnu.org>
18803         * textmodes/reftex-vars.el (reftex-parse-file-extension)
18804         (reftex-index-phrase-file-extension): New options.
18806         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18807         Use new option `reftex-index-phrase-file-extension'.
18809         * textmodes/reftex.el (reftex-access-parse-file): Use new option
18810         `reftex-parse-file-extension'.
18812 2000-01-05  Dave Love  <fx@gnu.org>
18814         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18815         (beginning-of-defun-raw): Use it.
18816         (end-of-defun): New variable.
18817         (end-of-defun): Use it.
18818         (check-parens): New command.
18820 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
18822         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18823         (hs-show-block): Don't use `mapcar' when not accumulating.
18825         Fix buglet in local variables initialization.
18827 2000-01-05  Andreas Schwab  <schwab@suse.de>
18829         * hscroll.el (hscroll): Doc fix.
18831 2000-01-05  Carsten Dominik  <cd@gnu.org>
18833         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18834         Require idlw-toolbar.
18836         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18837         file idlw-rinfo.el.
18838         (idlwave-customize): Load must read file idlw-shell.el.
18839         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18841 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
18843         * progmodes/idlw-shell.el: Also provide idlwave-shell
18844         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18845         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18847         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
18848         both reftex-dcr and reftex-vcr.
18850         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18852 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18854         * ps-print.el: PostScript code now is in separate files, doc fix.
18855         (ps-print-version): New version number (5.0.3).
18856         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18857         local.
18858         (ps-spool-config): Initialization fix.
18859         (ps-print-prologue-1, ps-print-prologue-2)
18860         (ps-print-duplex-feature): PostScript code moved to separated file.
18861         (ps-background-image): Little code reformating.
18862         (ps-begin-file, ps-begin-job): Fix code.
18863         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18864         (ps-prologue-file): New fun.
18866 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18868         * ps-vars.el: Eliminated.
18870         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18871         `;;;###autoload'.
18873         * ps-print.el: ps-vars eliminated, doc fix.
18874         (ps-print-version): New version number (5.0.2).
18875         (ps-spool-config): Initialization fix.
18876         (ps-print-customize): New fun.
18878 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
18880         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
18882 2000-01-04  Dave Love  <fx@gnu.org>
18884         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18885         menu items.
18887 2000-01-03  Dave Love  <fx@gnu.org>
18889         * elide-head.el (elide-head) [defgroup]: Add :version.
18891         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
18892         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18893         Use `cl-hash-table-p', not `hash-table-p'.
18894         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18896 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18898         * faces.el (face-read-integer, read-face-attribute)
18899         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
18901 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
18903         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18904         at comment end, and re-insert them after filling.
18906 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18908         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18909         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18910         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18912 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18914         * term/x-win.el (xw-defined-colors): Call color-supported-p,
18915         the new name of face-color-supported-p.
18917         * term/w32-win.el (xw-defined-colors): Likewise.
18919 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18921         * simple.el (completion-setup-function): Count completion-size
18922         from minibuffer-prompt-end, not from point-min.
18924 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
18926         * faces.el (read-face-attribute, defined-colors, color-defined-p):
18927         Pass the frame to tty-color-* functions.
18928         (display-color-p, frame-set-background-mode): Pass the frame to
18929         tty-display-color-p.
18931         * term/tty-colors.el (tty-defined-color-alist): Renamed from
18932         tty-color-alist.
18933         (tty-color-alist, tty-modify-color-alist): New functions.
18934         (tty-color-define,  tty-color-clear, tty-color-approximate)
18935         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18936         optional parameter FRAME.
18938 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
18940         * image.el (create-image, defimage): Don't assume image data is
18941         a string.
18943         * image.el (defimage): Handle specifications containing :data
18944         instead of :file.
18945         (image-type-from-data): New function.
18946         (image-type-from-file-header): Use it.
18947         (create-image): Add parameter DATA-P.
18949 See ChangeLog.8 for earlier changes.
18951 ;; Local Variables:
18952 ;; coding: iso-2022-7bit
18953 ;; End: