Code cleanup, speed and consing improvements for uniquify.el.
[emacs.git] / lisp / ChangeLog
blobdab47ff9bef72604a36f1aef5c874309a7b2e05b
1 2001-08-02  Francesco Potorti`  <pot@gnu.org>
3         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
4         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
5         (uniquify-fix-item-base, uniquify-fix-item-filename)
6         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
7         Callers changed.
8         (uniquify-set-proposed): Changed to work with a vector item.
9         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
10         the fix list, and a list of strings for the non-file buffer
11         names.  Both changes reduce consing.
12         (uniquify-rationalize-a-list): Local variable renaming.
13         (uniquify-rationalize-conflicting-sublist): Use member instead of
14         assoc.
15         (uniquify-rename-buffer): Use unless instead of if not.
17 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
19         * recentf.el (recentf-dump-variable): Handle a value of nil
20         correctly.
22         * custom.el (custom-set-variables): Set options with :require
23         clauses last.
25         * custom.el (defcustom): Doc fix.
27         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
29 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
31         * man.el (man): Mention Man-switches in the doc string.
32         (Man-switches): Mention -a in the doc string.
34         * textmodes/ispell.el (ispell-alternate-dictionary): Add
35         /usr/share/lib/dict/words, for Irix.
37         * bindings.el: Bind shifted and control-shifted kp-* keys to the
38         corresponding non-kp keys.  Suggested by Stephen Gildea
39         <gildea@alum.mit.edu>.
41 2001-08-01  Francesco Potorti`  <pot@gnu.org>
43         * uniquify.el: These changes correct a corner case that the old
44         code managed correctly.
45         (uniquify-fix-item-proposed): Renamed from
46         uniquify-fix-item-min-proposed.
47         (uniquify-set-proposed): New function.
48         (uniquify-rationalize-file-buffer-names): Code reshuffled for
49         clarity and speed.
50         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.  This
51         is equivalent to what the old code did.
52         (uniquify-rationalize-a-list): Never recompute the proposed
53         name.  Sort the conflicting sublist before rationalising it: this
54         is equivalent to what the old code did, but one directory element
55         at a time, and only when necessary.
56         (uniquify-rationalize-conflicting-sublist): Recompute here the
57         proposed name.
59 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
61         * play/animate.el: Add Keywords and Maintainer.  Remove a
62         reference to a removed function.
64         * play/animate.el (animate-string): Handle case that the string is
65         longer than the window is wide.
67 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
69         * desktop.el (desktop-save): Bind coding-system-for-write to
70         `emacs-mule' for write-region.
72         * delsel.el (delete-selection-pre-hook): Don't set this-command
73         to `ignore' if the region is empty.
75         * international/mule.el (set-keyboard-coding-system): Set
76         keyboard-coding-system.
78         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
79         before accessing it.
81 2001-07-30  Andreas Schwab  <schwab@suse.de>
83         * menu-bar.el (toggle-highlight-paren-mode): Use
84         `(show-paren-mode)' as body.
86 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
88         * vc.el (vc-checkout-hook): New hook.
89         (vc-checkout): Run it.
91 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
93         * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
94         the ?= operator.  From Jonathan Kamens <jik@curl.com>.
96 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
98         * vc.el (vc-switch-backend): Fix autoload cookie.
100         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
101         the desktop file.
103 2001-07-30  Simon Josefsson  <jas@extundo.com>
105         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
106         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
108 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
110         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
111         (last-sexp-toggle-display): Renamed from last-sexp-print.
112         (last-sexp-toggle-display, eval-last-sexp-1): Use
113         last-sexp-setup-props.
115         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
116         New user-options.
117         (mouse-wheel-change-button): New function.
118         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
119         (mwheel-scroll): Ditto.
121 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
123         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
124         `...', compare with unabbreviated printed representation instead.
125         (last-sexp-print): Bind print-length and print-level to nil.
127         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
128         before assigning text properties.  Make properties rear-nonsticky.
130         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
131         (eval-last-sexp-1): Give printed text a `keymap' property and bind
132         <mouse-2> and <RET> in that map to a function printing the
133         unabbreviated value.
135         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
136         is a buffer, put a text property `printed-value' on the printed
137         representation, with the Lisp object printed as value.
139 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
141         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
142         Mention the effect of eval-expression-print-length and
143         eval-expression-print-level in the doc strings.  Suggested by
144         Kevin Gallagher <kevingal@onramp.net>.
146 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
148         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
149         for buttons > 3.
150         (xterm-mouse-translate): Handle the case that we don't get a
151         down-event.
153         * emacs-lisp/find-func.el (find-function-regexp): Add
154         easy-mmode-define-global-mode to the regexp.  Allow newlines
155         in front of the function name.
157         * isearch.el (isearch-other-meta-char): Fix last change.
159         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
160         similar events for which fake prefix keys are generated.  It's no
161         longer necessary since read_key_sequence doesn't modify these
162         events for internal purposes anymore.
164         * files.el (auto-mode-alist): Use nroff-mode for files ending
165         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
167 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
169         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
170         tool-bar-lines parameter, behave as if its value were zero.
171         (mouse-avoidance-set-pointer-shape): Don't do anything if
172         x-pointer-shape is not boundp.
174 2001-07-23  Francesco Potorti`  <pot@gnu.org>
176         * uniquify.el: Overall speedup changes when using many buffers.
177         (uniquify-fix-item-base, uniquify-fix-item-filename,
178         uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
179         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
180         place in the item, but was never used.
181         (uniquify-fix-item-min-proposed): New defalias: the fourth place
182         in the item is now used as cache for the proposed name.
183         (uniquify-rationalize-file-buffer-names): Move computation made on
184         newbuffile out of the loop, in the newbuffile-nd local var.  Use
185         dolist (cosmetic change).  Compute the proposed name for the most
186         common case and cache it in the fourth place in the item.
187         (uniquify-rationalize-file-buffer-names): Used to return a a list
188         of buffer whose name was changed, but that return value was never
189         used.
190         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
191         the cached proposed name, does much less consing and is quicker.
192         (uniquify-filename-lessp): Deleted.
193         (uniquify-rationalize-a-list): Use dolist (cosmetic change).  Do
194         not bind locally the uniquify-possibly-resolvable flag.  Use the
195         cached proposed name is possible.
196         (uniquify-get-proposed-name): Arguments changed, callers changed.
197         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
198         uniquify-possibly-resolvable flag, which is no more bound locally.
199         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
200         flag, which does not exist any more.
202 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
204         * term/internal.el (IT-unicode-translations): Fix the appearance of
205         "6`".
207         * progmodes/compile.el (compile-internal): If EMACS is already
208         defined in the environment, don't override its value.
210 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
212         * play/fortune.el: Undo change of 2001-07-13.
213         Fix autoload cookies.  Add types to defcustoms.
214         (fortune) <defgroup>: Add :link.
215         (fortune-from-region): Use eq, not eql.
216         From Dave Love <fx@gnu.org>.
218         * play/animate.el (animate-birthday-present): Function removed.
220         * play/animate.el: New file.
222 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
224         * startup.el (normal-top-level-add-subdirs-to-load-path): On
225         Windows, put into normal-top-level-add-subdirs-inode-list the
226         canonicalized names of the directories instead of inode numbers.
228 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
230         * ediff-util.el: Copyright years.
231         (ediff-choose-syntax-table): New function.
232         (ediff-setup): Use ediff-choose-syntax-table.
233         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
234         vc-state is available.
235         (ediff-make-temp-file): Use ediff-coding-system-for-write.
237         * ediff-init.el (ediff-with-syntax-table): New macro, uses
238         with-syntax-table.
239         (ediff-coding-system-for-read): From ediff-diff.el
240         (ediff-coding-system-for-write): New variable.
241         (ediff-highest-priority): Fixed the bug having to do with disappearing
242         overlays.
243         (ediff-file-remote-p): Use file-remote-p, if available.
244         (ediff-listable-file): New function.
245         (ediff-file-attributes): Use ediff-listable-file.
247         * ediff-mult.el (ediff-meta-insert-file-info1): Use
248         ediff-listable-file.
250         * ediff-ptch.el (ediff-prompt-for-patch-file): Use
251         ediff-coding-system-for-read.
252         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
254         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
255         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
257         * ediff.el: Date of last update, copyright years.
259         * ediff-wind (ediff-setup-control-frame): Nill->nil.
261         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
262         of Scott Bronson.
263         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
264         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
265         Deleted functions.
266         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
267         ex-token-list.
268         (viper-get-ex-address-subr): Convert registers to char data type.
270         * viper-util.el (viper-int-to-char,viper-char-equal): New
271         functions.
272         (viper-memq-char): Use viper-int-to-char.
273         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
274         vc-locking-state.
275         (viper-read-key): Use viper-read-key-sequence.
277         * viper.el (viper-major-mode-modifier-list): Added
278         inferior-emacs-lisp-mode.
279         (this-major-mode-requires-vi-state): New function that uses simple
280         heuristics to decide if vi state is appropriate.
281         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
282         (viper-non-hook-settings): Don't advise read-key-sequence.
283         (viper-read-key-sequence): New function that replaces the
284         previously used advice to read-key-sequence.
286         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
287         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
288         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
289         (viper-open-line-at-point,viper-substitute,viper-overwrite)
290         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
291         Got rid of the negative character hack.
292         (viper-escape-to-state,viper-replace-state-exit-cmd):
293         Use viper-read-key-sequence.
294         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
295         (viper-minibuffer-standard-hook,viper-read-string-with-history):
296         Don't override existing minibuffer-setup-hook.
297         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
298         Convert registers to char data type.
299         (viper-autoindent): Use viper-indent-line.
301         * viper-keym.el: Use viper-exec-key-in-emacs.
303 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
305         * server.el (server-visit-files): Fix variable name typo.
307 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
309         * simple.el (delete-trailing-whitespace): Save match data
310         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
312 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
314         * progmodes/compile.el (compilation-parse-errors): `linenum' might
315         return a this-error using the alternative format (a pair of markers).
317 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
319         * font-lock.el (c++-keywords): Add Standard C++ operator names.
321         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
322         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
324 2001-07-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
326         * international/iso-transl.el: Fix typo in the header of the file.
328         * textmodes/picture.el (picture): Doc fix.
330         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
331         follow coding conventions in generated files.
333 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
335         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
336         (tool-bar-add-item): Don't call image-related primitives if the
337         display doesn't support images.
339         * frame.el (display-images-p): New function.
341 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
343         * server.el (server-visit-files): Handle the case the specified
344         column number is <= 0.
346 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
348         * startup.el (command-line-1): Add support for +LINE:COLUMN
349         command line argument.
351 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
353         * server.el (server-process-filter, server-visit-files):
354         Add support for +LINE:COLUMN style emacsclient calls.
356 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
358         * emacs-lisp/easy-mmode.el: Add Keywords header.
360         * play/pong.el: Author has new address.
362         * play/landmark.el: Author is no more reachable.
364         * play/handwrite.el: Author is no more reachable.
366 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
368         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
369         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
370         Complete bindings for F<1..12> keys.
371         (global-map): Remove `undo' binding (already in the default).
372         Replace `t<n>' bindings with `f<n>' bindings.
374 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
376         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
377         (tcl-mode): Use tcl-add-log-defun.
378         (tcl-indent-line): Use tcl-calculate-indent.
379         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
380         (tcl-indent-exp): Renamed from indent-tcl-exp.
381         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
382         (tcl-indent-for-comment): Call comment-indent-function properly
383         and handle the case where it returns nil.
385 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
387         * calendar/cal-islam.el (calendar-goto-islamic-date):
388         Remove autoload cookie.
390         * calendar/calendar.el (calendar-goto-islamic-date):
391         Add call to autoload.
393 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
395         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
396         Don't change compile-auto-highlight globally.
397         Don't bother with `font-lock-defaults' property since XEmacs
398         also understands the `font-lock-defaults' variable.
399         Use make-local-variable rather than make-variable-buffer-local.
400         Don't `defconst' comment-indent-function: keep the default.
401         Call easy-menu-add unconditionally.
402         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
403         (ada-create-menu): Use :included for Emacs as well.
405         * vc.el (vc-do-command): Autoload.
407         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
409 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
411         * ps-print.el: Fix Author: header.
413 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
415         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
416         mouse-1 etc., bind them to `ignore'.
418         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
419         send-invisible, which is already defined in Comint.
420         (eshell-watch-for-password-prompt): Use it.
422 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
424         * which-func.el (which-func-mode): Doc fix.
426         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
427         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
428         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
429         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
430         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
431         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
432         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
433         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
434         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
435         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
436         * emulation/edt-mapper.el, emulation/edt-pc.el,
437         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
438         * emulation/tpu-edt.el, emulation/tpu-extras.el,
439         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
440         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
441         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
442         * international/isearch-x.el, international/iso-cvt.el,
443         * international/ogonek.el, international/quail.el,
444         * international/utf-8.el, jit-lock.el, language/devan-util.el,
445         * language/devanagari.el, language/ethio-util.el,
446         * language/ethiopic.el, language/european.el, language/indian.el,
447         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
448         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
449         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
450         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
451         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
452         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
453         * progmodes/autoconf.el, progmodes/cmacexp.el,
454         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
455         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
456         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
457         * progmodes/ebnf2ps.el, progmodes/executable.el,
458         * progmodes/fortran.el, progmodes/idlw-shell.el,
459         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
460         * progmodes/m4-mode.el, progmodes/mantemp.el,
461         * progmodes/meta-mode.el, progmodes/octave-inf.el,
462         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
463         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
464         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
465         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
466         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
467         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
468         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
469         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
470         * textmodes/two-column.el, time-stamp.el, timezone.el,
471         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
472         * which-func.el, whitespace.el, wid-browse.el, widget.el,
473         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
474         conventions.
476 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
478         * simple.el (set-variable): Require 'cus-edit' instead of
479         `wid-edit', so that the Custom widgets get defined.
481 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
483         * allout.el: A fix to follow coding conventions.
485         * find-lisp.el: A fix to follow coding conventions.
487         * term/w32-win.el: A fix to follow coding conventions.
489         * textmodes/sgml-mode.el: A fix to follow coding conventions.
491         * term/xterm.el: A fix to follow coding conventions.
493         * term/news.el: A fix to follow coding conventions.
495         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
496         header line fixed.
498         * sun-curs.el: Fix Maintainer: header line.
500         * emacs-lisp/easymenu.el: Address of the author added.
502 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
504         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
505         property.
507 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
509         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
510         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
511         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
512         Some fixes to follow coding conventions.
514 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
516         * which-func.el (which-func-mode): Doc fix.
518 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
520         * net/rcompile.el (remote-compile): Use make-local-variable.
522         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
524         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
526         * mail/reporter.el (reporter-submit-bug-report):
527         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
529 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
531         * calendar/cal-china.el, calendar/cal-coptic.el,
532         * calendar/cal-dst.el, calendar/cal-french.el,
533         * calendar/cal-hebrew.el, calendar/cal-islam.el,
534         * calendar/cal-iso.el, calendar/cal-julian.el,
535         * calendar/cal-mayan.el, calendar/cal-persia.el,
536         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
537         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
538         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
539         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
540         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
541         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
542         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
543         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
544         * progmodes/ada-xref.el, progmodes/cc-align.el,
545         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
546         * progmodes/cc-defs.el, progmodes/cc-engine.el,
547         * progmodes/cc-langs.el, progmodes/cc-menus.el,
548         * progmodes/cc-styles.el, progmodes/cc-vars.el,
549         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
550         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
551         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
552         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
553         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
554         * textmodes/reftex.el: Some fixes to follow coding
555         conventions in Eshell files with known maintainers.
557         * emulation/viper.el: A fix to follow coding conventions.
559         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
560         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
561         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
562         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
563         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
564         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
565         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
566         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
567         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
568         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
569         conventions in Eshell files.
571         * composite.el, diff.el, emacs-lisp/levents.el,
572         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
573         * emulation/pc-mode.el, emulation/viper-cmd.el,
574         * emulation/viper-ex.el, emulation/viper-init.el,
575         * emulation/viper-keym.el, emulation/viper-macs.el,
576         * emulation/viper-mous.el, emulation/viper-util.el,
577         * emulation/viper.el, forms-pass.el, international/ccl.el,
578         * international/characters.el, international/encoded-kb.el,
579         * international/fontset.el, international/ja-dic-cnv.el,
580         * international/ja-dic-utl.el, international/kinsoku.el,
581         * international/kkc.el, international/mule-cmds.el,
582         * international/mule-diag.el, international/mule-util.el,
583         * international/mule.el, international/titdic-cnv.el,
584         * language/china-util.el, language/chinese.el,
585         * language/cyril-util.el, language/cyrillic.el, language/english.el,
586         * language/greek.el, language/hebrew.el, language/japan-util.el,
587         * language/japanese.el, language/korea-util.el, language/korean.el,
588         * language/lao-util.el, language/lao.el, language/misc-lang.el,
589         * language/slovak.el, language/thai-util.el, language/thai.el,
590         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
591         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
592         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
593         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
594         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
595         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
596         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
597         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
598         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
599         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
600         to follow coding conventions in files without maintainer or in files
601         with clear maintainer (but without Maintainer header stating so).
603         * emacs-lisp/elp.el: A fix to follow coding conventions.
605         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
606         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
607         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
608         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
609         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
610         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
611         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
612         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
613         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
614         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
615         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
616         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
617         conventions in files from Gnus.
619         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
620         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
621         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
622         * echistory.el, electric.el, emacs-lisp/authors.el,
623         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
624         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
625         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
626         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
627         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
628         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
629         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
630         * international/codepage.el, international/iso-ascii.el,
631         * international/iso-insert.el, international/iso-transl.el,
632         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
633         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
634         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
635         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
636         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
637         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
638         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
639         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
640         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
641         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
642         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
643         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
644         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
645         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
646         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
647         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
648         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
649         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
650         * textmodes/tex-mode.el, textmodes/text-mode.el,
651         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
652         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
653         * vt100-led.el, window.el: Some fixes to follow coding conventions in
654         files maintained by FSF.
656 2001-07-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
658         * arc-mode.el: A fix to follow coding conventions.
660         * bindings.el: Ditto.
662         * cdl.el: Ditto.
664         * comint.el: Ditto.
666         * cus-start.el: Ditto.
668         * shell.el: Ditto.
670         * skeleton.el: Ditto.
672 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
674         * info.el (Info-build-node-completions):
675         Make Info-current-file-completions buffer local.
677 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
679         * which-func.el (which-func-mode, which-func-ff-hook)
680         (which-function-mode): Remove references to which-func-mode-global.
682         * calendar/cal-islam.el (calendar-goto-islamic-date):
683         Add  autoload cookie.
685         * play/fortune.el: Add types to defcustoms.
687 2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
689         * language/czech.el: A fix to follow coding conventions.
691 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
693         * speedbar.el (speedbar-supported-extension-expressions): Add .g
694         to the extension list, for antlr-mode.  From Christoph Wedler
695         <Christoph.Wedler@sap.com>.
697 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
699         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
700         (vc-dired-mode-map): Fix the madness.
702         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
703         (vc-prefix-map): Moved back from vc.el.
705 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
707         * mail/mail-extr.el (mail-extr-all-top-level-domains):
708         Increase the size of the obarray.
709         (mail-extr-all-top-level-domains): Add more toplevel domains,
710         add more long names.
711         From: Per Starback <starback@ling.uu.se>.
713 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
715         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
716         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
718         * progmodes/ada-mode.el: Ditto.
720         * progmodes/ada-xref.el: Ditto.
722 2001-07-11  Miles Bader  <miles@gnu.org>
724         * finder.el (finder-insert-at-column): Also move to the next line
725         if exactly at COLUMN.
727 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
729         * help.el (describe-function-1): When printing FUNCTION's
730         documentation, don't assume FUNCTION is a symbol.
732         * startup.el (normal-top-level): Don't operate on the initial
733         frame if we failed to create one.
735 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
737         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
738         itself, i.e. only indent the contents in it.
740 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
742         * mail/rmail.el (rmail-show-message): Show beginning of message in
743         all windows containing it.
745 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
747         * term/tty-colors.el: Fix the header line and copyright years.
749 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
751         * emacs-lisp/advice.el (ad-make-advised-definition): If the
752         original definition has an interactive form, but is Elp
753         instrumented, use the interactive form of the function called by
754         elp-wrapper.
756         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
757         configurations with compare-window-configuration; they aren't
758         window configurations.
760         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
761         from the server for the format we expect.  Don't use it if it
762         doesn't look like what the Internet draft for FTP extensions specifies.
764         * toolbar/*.pbm: Cleaned up.
765         From Luis Fernandes <elf@ee.ryerson.ca>.
767 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
769         * cc-cmds.el: Extended the kludge to interoperate with the
770         delsel and pending-del packages wrt to the new function
771         `c-electric-delete-forward'.
773 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
775         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
776         to delay the call to <mode> for global minor modes.
777         (easy-mmode-define-navigation): Only recenter if interactive.
779 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
781         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
782         to lisp-indent-line.
784         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
785         from the server.  Call encode-time only when we are sure that we
786         got a 213 response.
788 2001-07-06  Simon Josefsson  <jas@extundo.com>
790         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
791         (mail-envelope-from): New user option.
792         (sendmail-send-it): Use it.
794 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
796         * ps-print.el: Use locale dependant date to print date in header.
797         Doc fix.
798         (ps-print-version): New version number (6.5.3).
799         (ps-right-header, ps-right-footer): Initialization and doc fix.
800         (ps-time-stamp-locale-default): New fun.
802 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
804         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
805         field problem with MIME-mode.
807         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
809 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
811         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
812         MIME-mode.
814 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
816         * bindings.el (mode-line-mule-info): Don't show the tip with
817         buffer-file-coding-system if that is nil.
819 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
821         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
822         instead of kill-line.
824         * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
825         <Pavel@Janik.cz>.
827         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
828         <Pavel@Janik.cz>.
830 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
832         * font-lock.el (c-font-lock-keywords-3): When matching something
833         like `struct X Y', finish with point after Y.
835 2001-07-04  Simon Josefsson  <jas@extundo.com>
837         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
838         in caller buffer.
840 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
842         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
843         instead of string-match to find the basename of the file.
844         From Pascal Obry <p.obry@wanadoo.fr>.
846         * net/browse-url.el (browse-url-default-windows-browser):
847         Support the MS-DOS port when it runs on Windows.
848         (browse-url-browser-function) [ms-dos]: Default to
849         browse-url-default-windows-browser.
851         * help.el (locate-library): Enable code that looks for compressed
852         libraries if auto-compression-mode is on.
854 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
856         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
858 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
860         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
862 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
864         * allout.el: Fix the header line, so that finder.el recognizes it.
865         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
867         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
868         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
870 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
872         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
874         * ps-bdf.el (bdf-directory-list): Use the value relative to
875         installation-directory for MS-Windows as well.
877 2001-06-29  Richard M. Stallman  <rms@gnu.org>
879         * wid-edit.el (widget-color-sample-face-get):
880         Return ((foreground-color . COLOR)) instead of constructing a face.
882 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
884         * faces.el (region): Change the background color for the
885         light-background color display to lightgoldenrod2, to make it
886         visible on some laptops.
888 2001-06-28  Richard M. Stallman  <rms@gnu.org>
890         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
891         (rmail-msg-restore-non-pruned-header): Likewise.
892         If point was in the old pruned header, put it at the top.
893         (rmail-msg-prune-header): If point was at the top, keep it there.
895         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
896         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
898 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
900         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
902 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
904         * saveplace.el: Update maintainer email address.
906 2001-06-27  Francesco Potorti`  <pot@gnu.org>
908         * uniquify.el: (uniquify-rationalize-file-buffer-names):
909           Undo previous change.
911 2001-06-27  Francesco Potorti`  <pot@gnu.org>
913         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
914         preliminary quick reordering.  Can speed things up dramatically.
916 2001-06-26  Richard M. Stallman  <rms@gnu.org>
918         * dired.el (dired-get-filename): A file name starting with ~
919         is not absolute in this context.
921         * which-func.el (which-func-maxout): Increase default to 500000.
922         (which-function-mode): This is now the "real" name of the function.
923         (which-func-mode): Now an alias.
924         (which-func-mode-global): Name deleted.
926         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
927         button-2, when binding hs-mouse-toggle-hiding.
929 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
931         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
932         (rmail-msg-prune-header): Likewise.
933         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
934         and `rmail-msg-prune-header'.
936 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
938         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
939         back than LINEBEG.
941 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
943         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
944         window where they clicked the mouse has a header line, adjust
945         vertical movement by one.
947 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
949         * progmodes/glasses.el (glasses-make-readable): Consider underscores
950         too when separating a parenthesis.
952 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
954         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
955         (bookmark-bmenu-hide-filenames): Add help-echo to
956         mouse-highlighted text.
957         (bookmark-bmenu-show-filenames): Remove help-echo property from
958         the whitespace.
960 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
962         * files.el (auto-mode-alist): Add configure.ac (autoconf).
963         From Karl Eichwalder <ke@suse.de>.
965 2001-06-23  Richard M. Stallman  <rms@gnu.org>
967         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
969         * progmodes/cc-styles.el (c-set-style): Don't specify initial
970         contents for completing-read.
972 2001-06-22  Richard M. Stallman  <rms@gnu.org>
974         * menu-bar.el (menu-bar-make-toggle): Construct the
975         function's doc string from HELP, not DOC, and make it accurate by
976         adding "Toggle whether to " at the front and downcasing the initial.
977         Change the HELP arg in some calls to make it fit this usage.
979         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
980         Undo previous change.
982 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
984         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
986         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
988 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
990         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
992         * dabbrev.el (dabbrev--select-buffers): Fix last change.
994 2001-06-20  Richard M. Stallman  <rms@gnu.org>
996         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
997         broken out from dabbrev--find-expansion.  Handle minibuffer
998         specially here.
999         (dabbrev--find-expansion): Simplify code in various ways.
1000         Don't treat minibuffers specially.
1001         Call dabbrev--make-friend-buffer-list.
1002         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
1003         (dabbrev--scanning-message): Do nothing when minibuffer is current.
1005 2001-06-19  John Wiegley  <johnw@gnu.org>
1007         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1008         Also, added a comment describing how to greatly speedup Eshell
1009         loadup time, by concatenating together all of Eshell's .elc files.
1011 2001-06-19  John Wiegley  <johnw@gnu.org>
1013         * eshell/esh-mode.el: Disabled a test that often yields false failures.
1015 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
1017         * woman.el (WoMan-highlight-references): Add help-echo to
1018         mouse-highlighted text.
1020 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
1022         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1024 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
1026         * international/quail.el (quail-start-conversion):
1027         Reset quail-translating to nil.
1029         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1030         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1032 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
1034         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1035         mouse-highlighted text.
1037         * dired.el (dired-mark-pop-up): Fix last change.
1039 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
1041         * calendar/calendar.el (generate-calendar-month): Add help-echo to
1042         mouse-highlighted text.
1044         * net/quickurl.el (quickurl-url-file): Run through
1045         convert-standard-filename.
1046         (quickurl-list-populate-buffer): Add help-echo to
1047         mouse-highlighted text.
1048         (top-level): Update Dave's URL.
1050         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1051         mouse-highlighted text.
1053         * textmodes/page-ext.el (pages-copy-header-and-position):
1054         Add help-echo to mouse-highlighted text.
1056         * tar-mode.el (tar-header-block-summarize): Add help-echo to
1057         mouse-highlighted text.
1059         * replace.el (occur): Add help-echo to mouse-highlighted text.
1061         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1062         mouse-highlighted text.
1064         * progmodes/cpp.el (cpp-make-button): Add help-echo to
1065         mouse-highlighted text.
1067         * progmodes/compile.el (compile-reinitialize-errors):
1068         Add help-echo to mouse-highlighted messages.
1069         (compilation-forget-errors): Remove help-echo property as well.
1071         * play/landmark.el (lm-plot-square, lm-init-display):
1072         Add help-echo to mouse-highlighted text.
1074         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1075         Add help-echo to mouse-highlighted text.
1077         * dired.el (dired-insert-set-properties): Add help-echo to
1078         mouse-highlighted text.
1079         (dired-mark-pop-up): Remove help-echo property from the file name.
1081         * comint.el (comint-send-input): Add help-echo to
1082         mouse-highlighted text.
1084         * buff-menu.el (list-buffers-noselect): Add help-echo to
1085         mouse-highlighted text.
1087         * arc-mode.el (archive-summarize-files): Add help-echo to
1088         mouse-highlighted text.
1090         * ffap.el (ffap-machine-p): Always return nil if
1091         open-network-stream is not fboundp.
1093 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
1095         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
1096         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1097         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1098         incorrectly binding chars between 128 and 256 to it.
1099         (sgml-maybe-name-self): Handle latin-1 chars properly.
1100         (sgml-tags-invisible): Bind buffer-file-name to nil.
1101         Use unwind-protect and restore-buffer-modified-p.
1102         (sgml-point-entered): Use buffer-substring-no-properties.
1103         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1104         (html-mode): Don't force `imenu-sort-function'.
1106 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
1108         * tar-mode.el: Fix the copyright notice.
1110         * font-lock.el (font-lock-comment-face): For tty's with dark
1111         background, use "red1", since "lightred" is not one of the colors
1112         recognized by tty-colors.el.
1114         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1115         create a buffer for extracted file, in case there's more than one
1116         file by that name in an archive, possibly in different
1117         directories.  From Kevin Rodgers <kevinr@ihs.com>.
1119         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
1120         <alex@gnu.org>.
1122 2001-06-15  Miles Bader  <miles@gnu.org>
1124         * textmodes/texinfmt.el (texinfo-format-syntax-table):
1125         Revert previous change.
1127 2001-06-14  Richard M. Stallman  <rms@gnu.org>
1129         * replace.el (keep-lines-read-args): Return just a regexp.
1130         Provide nil for the region args.
1131         (keep-lines, flush-lines, how-many):
1132         Calculate the defaults for the region here, when args are nil.
1134 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1136         * rot13.el (rot13-other-window): Some more doc fix.
1138 2001-06-14  Per Starback  <starback@ling.uu.se>
1140         * replace.el (case-replace, query-replace-from-history-variable)
1141         (query-replace-to-history-variable, keep-lines-read-args)
1142         (occur-revert-function, query-replace-help): Dox fix.
1144 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
1146         * rot13.el (rot13-other-window): Doc fix.
1148 2001-06-14  Miles Bader  <miles@gnu.org>
1150         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1151         of " and \ to "." (punctuation).
1152         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1154 2001-06-13  Richard M. Stallman  <rms@gnu.org>
1156         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1158         * simple.el (shell-command-on-region): Never kill the
1159         *Shell Command Output* buffer.
1161 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
1163         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1165 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
1167         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1168         New var, to recognize ${ $' and PODs.
1169         (perl-font-lock-syntactic-face-function): New function.
1170         (perl-mode): Use them.
1171         (perl-continuation-line-p): New function, from perl-calculate-indent.
1172         (perl-calculate-indent): Use it, to properly handle continuation
1173         lines of continuation lines.
1175 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
1177         * server.el (server-process, server-buffer-clients): Doc fix.
1178         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1180 2001-06-09  John Wiegley  <johnw@gnu.org>
1182         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1183         test if the last command was Lisp or not.
1184         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1185         B x C".
1187 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
1189         * dos-w32.el (grep-regexp-alist): Remove definition, since the
1190         general one on compile.el supports drive letters.
1192 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1194         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1195         key description.
1197         * textmodes/reftex-sel.el (reftex-select-jump): New command.
1199         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1200         (reftex-toc-jump): New command.
1202         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1203         to parse international characters as well.
1205         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1206         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1208         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1210         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1211         TAB to the key separators.
1213 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
1215         * international/mule.el (auto-coding-alist): Remove redundant
1216         up-cased versions of the extensions (auto-coding-alist-lookup is
1217         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
1218         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
1220 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
1222         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1224 2001-06-01  Richard M. Stallman  <rms@gnu.org>
1226         * help.el (describe-variable): Put value on same line
1227         with preceding text, if it is short enough to look good that way.
1229 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
1231         * term/internal.el (IT-unicode-translations): New variable.
1232         (IT-setup-unicode-display): New function.
1234 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1236         * ps-print.el: Handle before-string and after-string overlay properties
1237         in ps-print-*-with-faces commands.  Doc fix.
1238         (ps-print-version): New version number (6.5.2).
1239         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1240         for XEmacs.
1241         (ps-prefix-quote): Doc fix.
1242         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1243         (ps-basic-plot-str, ps-plot-string): New funs.
1245 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
1247         * progmodes/etags.el (tags-compression-info-list): Fix docstring
1248         and :type spec.
1250 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
1252         * international/mule-cmds.el (inactivate-input-method):
1253         Set input-method-function to nil.
1255         * xml.el (xml-parse-tag): The document may contain invalid characters.
1256         From ShengHuo ZHU  <zsh@cs.rochester.edu>
1258 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1260         * mail/rmailsum.el (rmail-message-subject-p): Don't call
1261         `rmail-summary-line-decoder' if the message does not have
1262         a Subject: field.
1264         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1266         * mail/rmail.el (rmail-insert-mime-resent-message-function):
1267         New variable.
1268         (rmail-resend): Modify to work in `rmail-view-buffer'; call
1269         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1270         is non-nil.
1272 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
1274         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1276 2001-05-29  Sam Steingold  <sds@gnu.org>
1278         * faces.el (face-valid-attribute-values): Bind `valid' directly
1279         instead of using `setq'.
1281         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1282         Use `tex-shell-buf'.
1283         (tex-shell-proc): Use `tex-shell-running'.
1284         (tex-shell-buf-no-error): New function.
1285         (tex-send-tex-command): Use it.
1286         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1287         (tex-kill-job): Check the process before calling `quit-process'.
1289 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
1291         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1292         UTF-8 sequences.
1294 2001-05-28  Miles Bader  <miles@gnu.org>
1296         * comint.el (comint-carriage-motion): Renamed from
1297         `comint-cr-magic'.  Operate on the buffer instead of the string
1298         (for use as a comint post-output filter, instead of as a
1299         pre-output filter).  Handle backspaces too.  Add to the
1300         `comint-output-filter-functions' hook instead of
1301         `comint-preoutput-filter-functions'.
1303 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
1305         * language/japan-util.el (japanese-hankaku): Prefer the charset
1306         `jisx0201' when the optional argument `ascii-only' is not specified.
1307         (japanese-hankaku-region): Ditto.
1308         From Katsumi Yamaoka <yamaoka@jpl.org>
1310 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
1312         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1313         (outline-invisible-p): New function.
1314         (hide-leaves): Save excursion.
1315         (hide-other): Stop looping when reaching bobp.
1317 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1319         * cus-edit.el (custom-file): Fix last change.
1321 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
1323         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1324         same definition in byte-compile-function-environment as `autoload'
1325         would put in `symbol-function'.
1327         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1328         patch to correct the error message as well.
1330 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
1332         * cus-edit.el (custom-file): Don't assume we were invoked with -q
1333         unless ~/.emacs exists.
1335         * novice.el (enable-command): If user-init-file is nil or does not
1336         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1338 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1340         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1341         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1342         Allow spaces around macro arguments.
1343         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1344         indent-for-tab-command.
1345         (latex-mode-map, plain-tex-mode-map): New keymaps.
1346         Inherit from tex-mode-map.
1347         (tex-common-initialization): Don't setup the keymap any more
1348         since it's now done right by define-derived-mode.
1349         (latex-mode): Set skeleton-end-hook to nil.
1350         (latex-skeleton-end-hook): Remove.
1351         (tex-latex-block, latex-insert-item): Simplify.
1352         (latex-syntax-after): Use following-char rather than char-after.
1353         (tex-discount-args-cmds, tex-count-words): New functions.
1355         * textmodes/tildify.el (tildify-ignored-environments-alist):
1356         Recognize \verb* as well.
1358         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1359         (perl-comment-indent): Simplify to let newcomment.el do its job.
1360         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1361         (perl-mark-function): Cleanup the namespace.
1362         (perl-calculate-indent): Don't be fooled by nested functions.
1364         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1366         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1367         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
1369 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
1371         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1372         actually be `\\'.
1373         (ctlau-b5-converter): Likewise.
1375 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1377         * international/titdic-cnv.el (quail-misc-package-ext-info):
1378         Change CTLauB.el to CTLau-b5.el.
1380 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1382         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1383         rather than beginning-of-line to avoid problems with fields.
1384         (gud-perldb-massage-args): Use unless and push.
1385         (gud-chdir-before-run): New var.
1386         (gud-common-init): Use it.
1388 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
1390         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1391         delete entries for chinese-ctlau and chinese-ctlaub.
1392         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1393         chinese-ctlaub.
1394         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1395         New functions.
1397 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
1399         * cus-edit.el (custom-comment-show): Remove debug code.
1401         * language/japan-util.el (japanese-symbol-table): Fix handling of
1402         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
1404 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
1406         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1407         Renamed by removing the silly `-flag' suffix.
1408         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1410 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1412         * replace.el (keep-lines-read-args): Use `copy-marker'.
1413         (how-many): Save excursion properly.
1414         (occur-mode): Use define-derived-mode.
1415         (perform-replace): Use with-current-buffer.
1417 2001-05-20  Richard M. Stallman  <rms@gnu.org>
1419         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1421         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1423         * info.el (Info-read-subfile): Widen before finding the
1424         desired node in the subfile.
1426         * startup.el (command-line-1): When >2 files visited,
1427         leave the last one visible, and make that the selected window.
1429 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
1431         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1433 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
1435         * international/ccl.el (define-ccl-program): Fix a typo.
1436         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1438         * international/mule.el (decode-char): Fix a typo.  From Pavel
1439         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1441         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
1442         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1444         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
1445         Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1447 2001-05-18  Sam Steingold  <sds@gnu.org>
1449         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1450         and [RET] to `cvs-mode-find-file'.
1452 2001-05-18  John Wiegley  <johnw@gnu.org>
1454         * eshell/esh-ext.el (eshell-explicit-command-char): A new
1455         configuration variable, which determines the initial character
1456         that forces use of an external version of a command.  The default
1457         is *, but may be set to \, for example.
1459         * eshell/esh-ext.el (eshell-explicit-command):
1460         Use `eshell-explicit-command-char' instead of ?*.
1462         * eshell/esh-cmd.el (eshell/which):
1463         Use `eshell-explicit-command-char' instead of ?*.
1465         * eshell/em-cmpl.el (eshell-completion-command-name)
1466         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1467         instead of ?*.
1469 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
1471         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1472         subst-char-in-string.
1473         (ange-ftp-after-parse-ls-hook): New variable.
1474         (ange-ftp-ls): Run that hook.
1475         From Peter Milliken <Peter.Milliken@GTECH.COM>.
1477         * tmm.el (tmm-get-keymap): Fix handling of :filter.
1478         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1479         text into *Completions*.
1481         * net/goto-addr.el (goto-address-at-point): Deal with URLs
1482         part of which look like email addresses.
1484 2001-05-18  Andrew Innes  <andrewi@gnu.org>
1486         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1487         Use . instead of absolute path for lisp dir, to avoid bug in W2K
1488         cmd.exe's handling of FOR loops.
1489         (autoloads): Set find-file-suppress-same-file-warnings to t to
1490         avoid slew of spurious messages.
1492 2001-05-18  Simon Josefsson  <simon@josefsson.org>
1494         * mail/smtpmail.el (maybe-append-domain): Renamed to
1495         `smtpmail-maybe-append-domain'.
1496         (smtpmail-via-smtp): Use the new name.
1498         * net/browse-url.el (browse-url-browser-function): Add kde.
1499         (browse-url-kde-program, browse-url-kde-args): New variables.
1500         (browse-url-kde): New function.
1502 2001-05-18  Miles Bader  <miles@gnu.org>
1504         * simple.el (delete-horizontal-space, just-one-space):
1505         Use `constrain-to-field' instead of `field-end'/`field-beginning',
1506         because it's more efficient for large files.
1508 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1510         * mail/rmail.el (rmail-require-mime-maybe): New function.
1511         (rmail): Use it.
1512         (rmail-mode): Handle the case of finding Rmail files.
1514         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1515         functions.
1517 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1519         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1520         text-property after moving to the beginning of line and regardless
1521         of the value of font-lock-multiline.
1523 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1525         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1527         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1528         last coding system used before calling set-buffer-modified-p
1529         because that function changes last-coding-system.
1531 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1533         * files.el (switch-to-buffer-other-window)
1534         (switch-to-buffer-other-frame): Add an xref to display-buffer in
1535         the doc string.
1537 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
1539         * language/slovak.el, language/czech.el: New maintainer.
1541 2001-05-16  Sam Steingold  <sds@gnu.org>
1543         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1544         sub-form of `defgeneric' correctly.
1546 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
1548         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1549         of `c'.
1551         * textmodes/outline.el (outline-font-lock-level): Remove the
1552         condition-case, test what outline-level returns instead, to
1553         ease debugging.
1555         * international/mule.el (auto-coding-regexp-alist): New user-option.
1556         (auto-coding-from-file-contents): New function.
1557         (set-auto-coding): Use it to determine a coding system.
1559 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
1561         * mouse.el (mouse-delete-other-windows): Doc fix.
1563         * emacs-lisp/lisp-mode.el (lisp-mode):
1564         Make font-lock-keywords-case-fold-search a buffer-local variable with
1565         make-local-variable before setting it.
1567 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
1569         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1570         prefixes.
1572 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
1574         * hexl.el (hexl-current-address): Print a message when called
1575         interactively.
1577 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
1579         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1581         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1583         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1585 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
1587         * startup.el (command-line): If parameters have been changed in
1588         the init files which influence font selection, clear the face
1589         cache so that faces get realized with the new parameters.
1591         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1593 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1595         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1597 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
1599         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1600         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
1602 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
1604         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1605         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
1607 2001-05-09  John Wiegley  <johnw@gnu.org>
1609         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1610         Annotated the documentation string to tell users about
1611         `eshell-no-numeric-conversions'.
1613         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1614         conversions if a Lisp function has the property
1615         `eshell-no-numeric-conversions' set to a non-nil value.
1617         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1618         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1619         property `eshell-no-numeric-conversions' on the following
1620         functions (which all deal with filesystem entities, and never Lisp
1621         numerical values): eshell/cd, eshell/pushd, eshell/popd,
1622         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1623         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1624         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1625         eshell/which, eshell/addpath.
1627 2001-05-09  John Wiegley  <johnw@gnu.org>
1629         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1630         encountered as an argument, don't convert it right away, but tag
1631         the first character of the string with the text properties
1632         `number', which signifies to `eshell-lisp-command' that the
1633         argument should be passed through `string-to-number' if it is
1634         actually used in the call to a Lisp function.
1636         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1637         function, convert any string arguments that have been tagged as
1638         "numbers", by calling string-to-number.
1640         * eshell/esh-util.el (eshell-number-regexp): Now that number
1641         conversions only happen for Lisp function calls, the number regexp
1642         should now match all integer and floating point forms.
1644         * eshell/esh-proc.el: Disable `eshell-stop-process' and
1645         `eshell-continue-process', since they are both nonfunctional at
1646         the moment.
1647         (eshell-proc-initialize): Don't bind keys for
1648         `eshell-stop-process' or `eshell-continue-process'.
1650         * eshell/em-unix.el (eshell-shuffle-files):
1651         Apply `directory-file-name' before calling `file-name-directory'.
1653         * eshell/em-hist.el (eshell-add-to-history): Reference to
1654         `eshell-history-ring' needed to be `eshell-history-index'.
1656         * calendar/timeclock.el (timeclock-find-discrep):
1657         Initialize `elapsed' to 0.
1658         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1659         it's still nil.
1661 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
1663         * arc-mode.el (archive-int-to-mode): Construct the string directly.
1664         (archive-mode): Use capitalize.
1665         (archive-unique-fname): Use make-temp-file.
1667 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
1669         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1671 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1673         * tar-mode.el (tar-extract): Pay attention to the value of
1674         coding-system-for-read, if it is non-nil.
1676         * calendar/holidays.el (holidays): Add an autoload cookie.
1677         From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1679 2001-05-08  John Wiegley  <johnw@gnu.org>
1681         * calendar/timeclock.el (timeclock-workday-remaining):
1682         Changed logic for determining how much time is remaining.
1683         (timeclock-workday-elapsed): Don't accept a "relative" argument
1684         for the current day's elapsed time.  What could that have meant?
1685         (timeclock-workday-elapsed-string): No "relative" argument anymore.
1686         (timeclock-when-to-leave): Changed logic, similarly to what was
1687         done for `timeclock-workday-remaining'.
1688         (timeclock-find-discrep): Removed "today-only" argument, which had
1689         no meaning.  Fixed some more math problems.  The function now
1690         returns a three member list: (TOTAL-TIME-DISCREPANCY
1691         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1693 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1695         * w32-fns.el (convert-standard-filename): Start replacing slashes
1696         from the beginning of the file name, not from where the last
1697         invalid character was.  From "Andrew Maguire (SWW)"
1698         <Andrew.Maguire@Smallworld.co.uk>
1700 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
1702         The following changes are to provide infrastructure for handling
1703         MIME messages to rmail.  They don't affect the original behaviour
1704         if rmail-enable-mime is nil.
1706         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1707         (rmail-search-mime-message-function)
1708         (rmail-search-mime-header-function): New variables.
1709         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1710         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1711         `rmail-view-buffer' is hidden.
1712         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
1713         call rmai-show-mime-function.
1714         (rmail-display-labels): If rmail-enable-mime is non-nil, update
1715         mode-line-process of rmail-view-buffer.
1716         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1717         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1718         buffer.
1719         (rmail-next-message, rmail-next-undeleted-message): Be sure to
1720         set-buffer to the Rmail buffer.
1721         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1722         rmail-search-mime-header-function.
1723         (rmail-search-message): New function.
1724         (rmail-search): Call rmail-search-message to check if a message
1725         matches REGEXP, lastly update point after calling
1726         rmail-show-message.
1727         (rmail-undelete-previous-message, rmail-expunge-confirmed)
1728         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1729         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1730         header region, refer to rmail-msgref-vector while setting the
1731         current buffer to rmail-buffer temporarily.
1732         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1733         If rmail-enable-mime is non-nil, call
1734         rmail-insert-mime-forwarded-message-function instead of inserting
1735         forwarded message by itself.
1737         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1738         Rmail buffer.
1739         (rmail-set-label, rmail-next-labeled-message): Likewise.
1741         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1742         set-buffer to the Rmail buffer.
1743         (rmail-output-to-rmail-file): Likewise.
1744         (rmail-output): Likewise.
1746         * mail/rmailsum.el (rmail-message-subject-p): Process the result
1747         of mail-fetch-field by rmail-summary-line-decoder.
1748         (rmail-new-summary): Be sure to go to the Rmail buffer.
1749         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
1750         rmail-view-buffer to nil.
1751         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1752         rmail-view-buffer.
1753         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1754         rmail-buffer.
1755         (rmail-summary-scroll-msg-down): Likewise.
1756         (rmail-summary-beginning-of-message): Likewise.
1757         (rmail-summary-wipe): Likewise.
1758         (rmail-summary-toggle-header): Use save-window-excursion, not
1759         save-excursion.  Update point in rmail-view-buffer, not in
1760         rmail-buffer.
1761         (rmail-summary-reply): Before calling rmail-reply, set buffer to
1762         rmail-view-buffer, not rmail-buffer.
1764 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
1766         * cus-edit.el (custom-file): Signal an error if user-init-file is
1767         nil (running -q).
1769         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1771         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1772         Add :version.
1774         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1775         New option.
1776         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1777         only if smtpmail-warn-about-unknown-extensions is set.
1779         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1780         instead of rmail-sort-by-keywords.
1782         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
1783         rmail-sort-by-keywords.
1785         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1786         rmail-summary-sort-by-keywords.  Doc fix.
1787         (rmail-summary-mode): Doc fix.
1789         * mail/rmail.el (rmail-edit): New Custom group.
1791         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1792         (rmail-edit-mode-hook): New user-option.
1794 2001-05-05  Richard M. Stallman  <rms@gnu.org>
1796         * help.el (help-xref-symbol-regexp): Recognize "source of"
1797         and friends, meaning make a link to the source file.
1798         (help-make-xrefs): Handle "source of" and friends
1799         by constructing a link that visits the source file.
1801         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1803 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
1805         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1806         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1807         Renamed from perl-font-lock-keywords to avoid clashes.
1808         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1809         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1810         Updated correspondingly.
1812         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1813         Typo `nonexistant' -> `nonexistent'.
1815 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
1817         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1818         Split `c-electric-delete' into two functions where
1819         `c-electric-delete-forward' always deletes forward and
1820         `c-electric-delete' only contains the code necessary for XEmacs to
1821         choose between backward and forward deletion.
1823         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1824         get the electric behavior on that key too.
1825         (c-fill-paragraph): Fixed bogus direct use of
1826         c-comment-prefix-regexp, which caused an error when it's a list.
1828 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1830         * dired-aux.el (dired-diff): Doc fix.
1832         * dired.el (dired-diff): Likewise.
1834 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
1836         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1838 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
1840         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1841         if both the buffer and the file are read-only.
1843         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1844         rather than font-lock-string-face.
1845         (sh-get-indent-info): Treat heredocs like strings.
1847 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
1849         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1850         a newline following `}'.
1851         (texinfo-format-email): New function.
1852         (toplevel): Use texinfo-format-email for @email.
1853         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1854         Add `display'.
1855         (texinfo-sort-region): Goto point-min before sorting.
1856         (texinfo-set): Remove leading white space from value.
1857         From yagi@is.titech.ac.jp.
1859         * replace.el (query-replace-regexp-eval): Doc fix.
1861 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
1863         * diff-mode.el (diff-nonexistant-face): New face.
1864         (diff-font-lock-keywords): Use it.
1866 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
1868         * font-lock.el (font-lock-mode): Doc fix.
1870         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1871         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1873 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
1875         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1876         backslash at the start of the here-document delimiter.
1877         (sh-font-lock-syntactic-keywords): Likewise.
1879         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1881 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
1883         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1884         (tty-color-translate, tty-color-by-index, tty-color-values)
1885         (tty-color-desc): Doc fix.
1887 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
1889         * dired-aux.el (dired-do-create-files, dired-do-copy)
1890         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1891         Mention dired-dwim-target in the doc string.
1893 2001-04-28  Miles Bader  <miles@gnu.org>
1895         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1896         (dabbrev--find-expansion): Use it.
1897         (dabbrev--select-buffers): Don't select ignored buffers.
1899 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
1901         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
1903 2001-04-26  Richard M. Stallman  <rms@gnu.org>
1905         * dabbrev.el: Add doc strings for some functions.
1906         (dabbrev--eliminate-newlines): New variable.
1907         (dabbrev--substitute-expansion): Convert newlines to spaces
1908         if dabbrev--eliminate-newlines is set.
1909         If abbrev and expansion are both all-lower-case,
1910         leave dabbrev--last-case-pattern nil.
1912 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
1914         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1915         if necessary, like in rmail-show-message.
1917 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1919         * ps-print.el: Color specified by number is forced to be float number.
1920         (ps-print-version): New version number (6.5.1.1).
1921         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1922         initialization.
1923         (ps-prefix-quote): New internal var.
1924         (ps-print-quote): New fun.
1925         (ps-setup, ps-output-frame-properties, ps-float-format)
1926         (ps-format-color): Code fix.
1927         (ps-plot-region): Eliminate redundant foreground color text setting.
1929 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
1931         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1933 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
1935         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1937 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
1939         * info.el (Info-additional-directory-list): Doc fix.
1941         * find-lisp.el (find-lisp-find-dired-filter)
1942         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1943         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
1945 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
1947         * progmodes/make-mode.el (makefile-font-lock-keywords):
1948         Rationalize the rules for includes and conditionals and use the
1949         keyword face for them.
1951         * faces.el (modify-face): Add compatibility for non-interactive use.
1953 2001-04-24  John Wiegley  <johnw@gnu.org>
1955         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1956         fix from last night, since it wasn't finding eshell/cd.
1958 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
1960         * rect.el (string-rectangle): Revert to 20.x behaviour.
1961         (replace-rectangle): Make it an alias for string-rectangle.
1962         (string-insert-rectangle): New function.
1964 2001-04-23  John Wiegley  <johnw@gnu.org>
1966         * eshell/em-unix.el (eshell/diff): Fixed problems that were
1967         occurring with Emacs 21's diff.el/compile.el interaction layer.
1969 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
1971         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1972         case where the function was defined in a file, but not part of an
1973         eshell module.
1975 2001-04-23  John Wiegley  <johnw@gnu.org>
1977         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1978         code to work around a redisplay problem I've been having.
1980 2001-04-23  John Wiegley  <johnw@gnu.org>
1982         * calendar/timeclock.el (timeclock-day-required): If the time
1983         required for a particular day is not set, use `timeclock-workday'.
1984         (timeclock-find-discrep): Added some sample code in a comment.
1986         * eshell/eshell.el (eshell-command): Made a few changes so that
1987         `eshell-command' could be called programmatically.
1989         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
1991         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
1993 2001-04-23  John Wiegley  <johnw@gnu.org>
1995         * calendar/timeclock.el: Updated copyright.
1996         (timeclock-generate-report): Don't report the daily or two-week
1997         total, if no time has been worked in that period.
1998         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1999         final computational form, which was unnecessary; corrected a
2000         parsing problem when timeclock-relative was nil.
2002 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
2004         * calendar/timeclock.el (timeclock-modeline-display): Check if
2005         `list-entry' is null.
2006         (timeclock-use-display-time): The first argument to `set-variable'
2007         must be a symbol.
2009 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
2011         * calendar/calendar.el (diary-entry-marker)
2012         (calendar-today-marker, calendar-holiday-marker):
2013         Use display-color-p instead of window-system.
2014         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2015         instead of window-system.
2016         (calendar-hide-window): Use display-multi-frame-p instead of
2017         window-system.
2019         * calendar/cal-x.el (calendar-two-frame-setup)
2020         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2021         Use display-multi-frame-p instead of window-system.
2023 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
2025         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2027         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2028         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2030 2001-04-23  Alex Schroeder  <alex@gnu.org>
2032         * goto-addr.el: Instead of defining line-beginning-position and
2033         line-end-position a defalias is used for point-at-bol and point-at-eol.
2035 2001-04-23  Alex Schroeder  <alex@gnu.org>
2037         * goto-addr.el: Added XEmacs compatibility code.
2038         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2040 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
2042         * textmodes/paragraphs.el (sentence-end): Doc fix.
2044 2001-04-20  Alex Schroeder  <alex@gnu.org>
2046         * sql.el (sql-escape-newlines-and-send): New function.
2047         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2049 2001-04-20  Alex Schroeder  <alex@gnu.org>
2051         * sql.el (sql-db2-program): New option.
2052         (sql-db2-options): New option.
2053         (sql-db2): New function.
2055 2001-04-20  Alex Schroeder  <alex@gnu.org>
2057         * sql.el (sql-mode-menu): Added highlighting entries.
2058         (sql-highlight-oracle-keywords): New function.
2059         (sql-highlight-postgres-keywords): New function.
2060         (sql-highlight-ansi-keywords): New function.
2062 2001-04-20  Alex Schroeder  <alex@gnu.org>
2064         * sql.el (sql-help): Doc change.
2066 2001-04-19  Karl Fogel  <kfogel@collab.net>
2068         * saveplace.el (save-place-alist-to-file): Removed no-effect code
2069         that inserted file content only to delete it immediately.
2070         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
2071         <lektu@uol.com.br> for the patch.
2073 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
2075         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2077 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2079         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2080         for defmethod.
2082         * comint.el (comint-cr-magic): New function.
2083         (toplevel): Add it to comint-preoutput-filter-functions.
2085 2001-04-18  Andrew Innes  <andrewi@gnu.org>
2087         * makefile.w32-in (EMACSLOADPATH): Define.
2088         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2089         (recompile): Remove stuff to set EMACSLOADPATH.
2091 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
2093         * language/slovak.el ("Slovak"): Add tutorial entry.
2095         * net/browse-url.el (browse-url-new-window-flag): Renamed from
2096         browse-url-new-window-p.
2098 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2100         * info.el (Info-menu-update): When there are no menus and/or no
2101         cross references in the node, make the respective items of the
2102         Info menu-bar menu inactive.
2104 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
2106         * indent.el (indent-for-tab-command): Call indent-line-function
2107         with no argument if PREFIX-ARG is non-nil.
2109         * frame.el (delete-other-frames): Handle minibuffer-only frames.
2111 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
2113         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2114         an async subprocess if start-process is unavailable.  Suggested by
2115         Tim Van Holder <tim.van.holder@pandora.be>.
2117 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
2119         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
2120         Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2122 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
2124         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2125         manual.
2127 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
2129         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2130         (cvs-menu): Add a few entries.
2132         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2133         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2134         lock file appears to be reachable from Emacs.
2135         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2136         (cvs-mode-find-file): Look for cvs-header-face rather than
2137         cvs-dirname-face (which doesn't exist).
2138         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2140         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2142 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2144         * emulation/pc-select.el (pc-selection-mode): Don't turn on
2145         normal-erase-is-backspace on a tty.  Instead, bind some keys such
2146         as [delete] directly, like pc-select.el did before
2147         normal-erase-is-backspace was invented.
2149 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
2151         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2153 2001-04-11  John Wiegley  <johnw@gnu.org>
2155         * eshell/em-ls.el (eshell-ls-insert-directory):
2156         Set font-lock-defaults to nil, to prevent fontification in dired
2157         buffers, if Eshell's ls is being used.
2159 2001-04-11  John Wiegley  <johnw@gnu.org>
2161         * calendar/timeclock.el (timeclock-completing-read): New function.
2162         (timeclock-ask-for-project, timeclock-ask-for-reason):
2163         Call `timeclock-completing-read'.
2165         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2166         required where `member' was being used.
2168 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
2170         * eshell/em-hist.el (eshell-previous-matching-input):
2171         Don't display "History item" if the the minibuffer is active.
2173 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
2175         * startup.el (command-line): Output a newline after printing
2176         an error from loading the window system's init file.
2178 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
2180         * textmodes/texinfo.el (texinfo-font-lock-keywords):
2181         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2182         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
2183         keywords whose arguments routinely include @@.
2185 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
2187         * emacs-lisp/advice.el (ad-make-advised-definition):
2188         Construct advice for subrs differently.
2190         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2191         regexp in parentheses when building the regexp for searching backwards.
2193         * simple.el (completion-list-mode-finish): New function.
2194         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2196         * language/european.el ("Polish"): Change sample text.
2197         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2199         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2200         parameter.
2202         * faces.el (menu): Doc fix.
2204 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2206         * ps-print.el: Footer implementation.  Doc fix.
2207         (ps-print-version): New version number (6.5.1).
2208         (ps-header-frame-alist): New customization var for header frame
2209         properties.
2210         (ps-line-number-color): New customization var for line number color.
2211         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2212         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2213         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2214         (ps-right-footer): New customization vars for footers.
2215         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2216         footers.
2217         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2218         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2219         Code fix.
2220         (ps-prologue-file): Indentation fix.
2221         (ps-print-quote): Fun eliminated.
2222         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2223         (ps-output-frame-properties): New fun.
2224         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2225         (ps-skip-newline): Replace defun by defsubst.
2227 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
2229         * eshell/eshell.el (eshell-command): Needed a "%s" format
2230         specifier, in case the buffer contains percent characters.
2232 2001-04-10  John Wiegley  <johnw@gnu.org>
2234         * calendar/timeclock.el (timeclock-generate-report): Added a
2235         missing insert of the project name.
2237 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
2239         * obsolete/profile.el: Moved from emacs-lisp/.
2241         * Makefile.in (nonobsolete_setwins): New macro.
2242         (finder-data): Use it instead of `setwins'.
2243         From: Dave Love <fx@gnu.org>.
2245         * server.el (server-visit-files): Set server-existing-buffer correctly.
2246         (server-visit-files): Run server-visit-hook after going to
2247         line 1 so that the hook can set point as it sees fit.
2249         * bindings.el (mode-line-modified): Unify help messages.
2251 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
2253         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2254         All callers changed.
2256 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
2258         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2259         long file names aren't supported, truncate the file names in
2260         quail-misc-package-ext-info to 8+3 before matching them against
2261         FILENAME.
2263         * dos-fns.el (dos-truncate-to-8+3): New function.
2265         * progmodes/compile.el (grep-compute-defaults): Use null-device
2266         instead of literal /dev/null. Reported by Jens Schmidt
2267         <schmidt@mathematik.uni-kl.de>.
2269         * simple.el (normal-erase-is-backspace-mode): Doc fix.
2271 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
2273         * textmodes/sgml-mode.el: Add unknown maintainer.
2274         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2275         (html-mode-map): Use set-keymap-parent.
2277 2001-04-06  Dave Love  <fx@gnu.org>
2279         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2280         Remove redundant string-to-list.
2282 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
2284         * composite.el (reference-point-alist): Doc fix.
2286 2001-04-05  Sam Steingold  <sds@gnu.org>
2288         * font-lock.el (font-lock-keywords-case-fold-search):
2289         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
2290         file made font-lock case-insensitive.
2292 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
2294         * faces.el (defface menu): Doc fix.
2296         * wid-edit.el (widget-color-sample-face-get): Don't make
2297         faces for undefined colors.
2299         * version.el (emacs-version): Include LessTif/Motif version info.
2301 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2303         * ps-mule.el: Eliminate cl package dependence.
2304         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2305         if they aren't defined yet.
2306         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2307         Eliminate cl package dependence.
2309 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
2311         * progmodes/cc-cmds.el (c-outline-level):
2312         Bind buffer-invisibility-spec.  Originally from Dave Love, but
2313         got lost when incorporating version 5.26.
2315 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
2317         * emulation/pc-select.el (pc-selection-mode):
2318         Call normal-erase-is-backspace-mode instead of binding
2319         keys individually.
2321         * cus-load.el (normal-erase-is-backspace): Use it instead of
2322         delete-key-deletes-forward.
2324         * startup.el (command-line): Use normal-erase-is-backspace and
2325         normal-erase-is-backspace-mode.
2327         * simple.el (normal-erase-is-backspace): Rename from
2328         delete-key-deletes-forward.  Doc fix.
2329         (normal-erase-is-backspace-mode): Rename from
2330         delete-key-deletes-forward-mode.  Doc fix.
2331         Run normal-erase-is-backspace-hook.
2333         * dired.el (dired-move-to-filename-regexp): Support file sizes in
2334         ``human-readable'' format produced by GNU `ls'.
2335         (dired-move-to-filename-regexp): Recognize ISO format dates.
2336         From Paul Eggert <eggert@twinsun.com>.
2338 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
2340         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2341         New functions.
2342         (lm-verify): Check keywords.
2343         From Eric M. Ludlam <eric@siege-engine.com>.
2345 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
2347         * speedbar.el (speedbar-insert-image-button-maybe): Check for
2348         `xemacs' feature instead of for the function `set-extent-property'.
2350 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
2352         * mail/mh-utils.el (mh-folder-hist): New var.
2353         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2355 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
2357         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2358         region, position point on the first or last 16-byte group.
2359         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2360         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
2361         hexl-beginning-of-line.
2363 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
2365         * icomplete.el (icomplete-mode): Treat an argument like other
2366         modes do.
2368         * startup.el (fancy-splash-head): Use splash8.xpm for color
2369         depth 8.
2371         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2372         Add an antry for ``converts''.
2374         * language/slovak.el ("Slovak"): Add documentation string.
2375         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2377         * language/czech.el ("Czech"): Add documentation string.
2378         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2380         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2381         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
2383 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
2385         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2386         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2387         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2388         Use `defsubst' rather than a macro to ease debugging.
2389         (mail-extr-last): Remove (use `last' instead).
2390         (mail-extract-address-components): Properly reset the syntax-table
2391         after parsing an address.  Use `last' rather than mail-extr-last.
2392         Make sure the end marker stays at the very end.
2394 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
2396         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2397         last change.
2399 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2401         * ps-print.el: Line and paragraph spacing feature.  Region to cut
2402         out when printing.  Doc fix.
2403         (ps-print-version): New version number (6.5).
2404         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2405         New vars.  Line and paragraph spacing feature.
2406         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
2407         out when printing.
2408         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2409         (ps-get-font-size, ps-begin-job, ps-continue-line)
2410         (ps-plot-region): Code fix.
2411         (ps-print-prologue-2): Var eliminated.
2412         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2413         New internal vars.
2414         (ps-get-size): New fun.
2415         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2416         (ps-next-line): Replace defun by defsubst.
2417         (ps-mule-plot-string): Autoload doc fix.
2419         * ps-bdf.el: XEmacs compatibility.  Doc fix.
2420         (installation-directory, coding-system-for-read): Declare vars if
2421         it's not declared yet.
2422         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2424         * ps-mule.el: XEmacs compatibility.  Doc fix.
2425         (leading-code-private-22): Declare var if it's not declared yet.
2426         (charset-bytes, charset-dimension, charset-id, charset-width)
2427         (find-charset-region, split-char, char-width, chars-in-region)
2428         (forward-point, decompose-composite-char, encode-coding-string)
2429         (coding-system-p, ccl-execute-on-string, define-ccl-program):
2430         Define funs if not defined yet.
2431         (encode-composition-rule, find-composition): Define funs if not
2432         loaded yet.
2433         (ps-mule-prologue): PostScript code fix.
2435 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
2437         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
2438         non-nil, generate font for the header strings.
2439         (ps-mule-prepare-font): Likewise.
2440         (ps-mule-generate-glyphs): Likewise.
2441         (ps-mule-string-encoding): Likewise.
2442         (ps-mule-header-charsets): New variable.
2443         (ps-mule-encode-header-string): New function.
2444         (ps-mule-header-string-charsets): New function.
2445         (ps-mule-begin-job): Check charsets in the header strings.  If there
2446         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2448         * ps-print.el (ps-generate-header-line): Encode the header string by
2449         ps-mule-encode-header-string.
2450         (ps-mule-encode-header-string): Declare autoload.
2452 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
2454         * frame.el (cursor-in-non-selected-windows):
2455         Replaces show-cursor-in-non-selected-windows.
2457 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
2459         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2460         Delete entries for "chinese-py" and "chinese-ziranma".
2461         (quail-misc-package-ext-info): New variable.
2462         (tsang-quick-converter): New function.
2463         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2464         (quick-cns-converter, py-converter, ziranma-converter)
2465         (miscdic-convert, batch-miscdic-convert): New functions.
2467 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
2469         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2470         eight-bit-control chars.
2472         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2473         Reduce making temporary vector (suggested by Dave Love).
2475 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2477         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2478         string as well.
2480 2001-03-30  Andreas Schwab  <schwab@suse.de>
2482         * files.el (backup-directory-alist): Fix typo.
2484 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2486         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
2487         <eggert@twinsun.com>.
2489 2001-03-30  Dave Love  <fx@gnu.org>
2491         * progmodes/fortran.el (fortran-comment-region): Fix typo.
2493 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
2495         * simple.el (transient-mark-mode): Mention C-g in the doc string.
2497 2001-03-30  Miles Bader  <miles@gnu.org>
2499         * subr.el (interactive-form): Fix paren typo.
2501 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
2503         * emacs-lisp/profile.el: Say that it's obsolete in the header
2504         line, so that finder.el puts that into its data-base.
2505         Suggested by Alex Schroeder <alex@gnu.org>.
2507 2001-03-29  Paul Eggert  <eggert@twinsun.com>
2509         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2510         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2512 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
2514         * generic.el (generic-mode-set-comments): Use "" rather than nil
2515         for comment-end.
2517 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
2519         * emacs-lisp/advice.el (ad-make-advised-definition):
2520         Call interactive-form to obtain the interactive spec of subrs.
2522         * subr.el (interactive-form): New function.
2524 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
2526         * vc-sccs.el (vc-sccs-register): Use relative file names.
2528 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
2530         * bookmark.el (bookmark-get-bookmark): Handle case that
2531         BOOKMARK is not a string.
2533         * image.el (image-type-regexps): Change type for PS files
2534         to `postscript'.
2536         * subr.el (read-passwd): Clear command history after each
2537         character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.
2539 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
2541         * international/kkc.el (kkc-save-init-file): Locally bind
2542         print-length to nil.
2544 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2546         * textmodes/flyspell.el: Some doc fixes.
2547         (flyspell-maybe-correct-transposition)
2548         (flyspell-maybe-correct-doubling): Use a temporary buffer
2550         * textmodes/ispell.el (ispell-parse-output): Doc fix.
2552         * emacs-lisp/byte-opt.el (byte-optimize-while)
2553         (byte-optimize-form-code-walker): Diagnose too few arguments
2554         for `if' and `while'.
2556 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2558         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2559         Prepend `\' to "\<quail-translation-docstring>".
2561 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
2563         * autorevert.el (global-auto-revert-non-file-buffers):
2564         Remove duplicate defcustom.
2566 2001-03-26  Miles Bader  <miles@gnu.org>
2568         * international/latin1-disp.el (latin1-char-displayable-p):
2569         Add leading "-" for X font pattern.
2571 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
2573         * international/mule-diag.el (describe-coding-system):
2574         For raw-text and emacs-mule, don't add anymore text about what
2575         charsets they can encode.
2577 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
2579         * help.el (view-lossage): Mention open-dribble-file in the doc
2580         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2582 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2584         * skeleton.el (skeleton-internal-list): Fix bogus logic.
2585         (skeleton-pair-insert-maybe): Don't pair after a backslash.
2587 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
2589         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2590         Call ccl-execute-on-string directly so that CCL program handling
2591         multibyte sequence can work correctly.
2592         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2593         property of the coding system.
2595 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
2597         * textmodes/fill.el (fill-individual-paragraphs-prefix):
2598         Fix transcription typo.
2600 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
2602         * whitespace.el: Add buffer local variables to toggle testing of
2603         whitespaces in buffers without affecting the default values.
2604         Bump version to 3.0 to account for a few other changes.
2605         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2606         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2607         (whitespace-toggle-spacetab-check): New functions.
2609 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2611         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2613 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
2615         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2616         bs-cycle-configuration-name.  From Juanma Barranquero
2617         <lektu@uol.com.br>.
2619         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2620         and cc-vars.el.
2622         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2623         headers.  Always invoke sendmail with option -t.
2625 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2627         * Release of cc-mode 5.28.
2629 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2631         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2632         Removed the hardcoded switch to "java" style in Java mode.
2633         It's instead taken care of by the default value for c-default-style.
2635 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2637         * cc-align.el (c-lineup-math): Fix bug where lineup was
2638         triggered by equal signs in string literals.
2640 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2642         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2643         limit detection when at the ends of the buffer.
2645         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2646         "for" statement clause in case 7F; a better one is done
2647         earlier in case 7D anyway.
2649 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2651         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2652         somewhat more and did a small optimization.
2654 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2656         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2657         Use the limit argument only to limit the syntactic context
2658         search, not to limit the actual movement.
2660         * cc-cmds.el (c-beginning-of-statement): Move by sentence
2661         inside multiline strings, just like in comments.  Also various
2662         fixes to the paragraph and comment prefix recognition, block
2663         comment ender handling etc.
2665 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2667         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2668         the relative position of the point.
2670         * cc-cmds.el (c-electric-continued-statement): New function to
2671         use as abbrev hook to reindent for keywords such as "else"
2672         that continues an earlier statement.
2674         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2675         like classes.
2677         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2678         (pike-mode): Populate the default abbrev tables to reindent for
2679         keywords such as "else" that can continue earlier statements.
2680         Abbrev mode is therefore turned on by default now.  (Note that
2681         this doesn't apply to idl-mode, since IDL afaik doesn't have
2682         statements at all.)
2684 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2686         * cc-engine.el (c-inside-bracelist-p): Fix for handling
2687         bracelists where the declaration contains template arguments.
2689 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2691         * cc-cmds.el (c-comment-indent):
2692         Use `c-get-syntactic-indentation' to correctly calculate the
2693         syntactic indentation.  Fixes bug with lineup functions that
2694         return vectors.
2696         * cc-engine.el (c-get-syntactic-indentation): Split the
2697         indentation sum calculation from `c-indent-line' to a separate
2698         function.
2700 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2702         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2703         Fixed places where it was assumed that preprocessor directives
2704         have to start in column zero.
2706         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2707         template arguments after a class identifier properly.
2709         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2710         lists for `new Foo[]' constructs in Java as expressions and
2711         not top level definition brace lists on the top level, so that
2712         they'll get indented consistently with the same type of
2713         expression in a normal block.
2715 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2717         * cc-cmds.el (c-fill-paragraph): The kludge that checks
2718         whether the adaptive filling package fails to keep the comment
2719         prefix is now kludged further to check for filladapt-mode
2720         which doesn't have that problem. This is really icky, but it's
2721         the only way that works with the current misfeatures/bugs in
2722         both adaptive-fill-mode and filladapt-mode.
2724         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2725         around point is recognized more robust.
2727 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2729         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2730         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2731         (c-lit-type): Fixed all internal variables used dynamically so
2732         that they are always bound.
2734         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2735         errors:
2737         (c-indent-region): Fixed reporting of syntactic errors so that
2738         the region is fully reindented even when an error occurs.
2739         The last syntactic error is printed afterwards.  Also cleanup up a
2740         whole lot of code that tried to optimize indentation of whole
2741         sexps but in reality accomplishes nothing.
2743         (c-indent-sexp): Use c-indent-region.
2745         (c-parsing-error): Changed this variable to hold the message
2746         for any syntactic error that is discovered.
2748         (c-parse-state): Search backward from point instead of the bod
2749         position when the latter is invalid.  This makes CC Mode
2750         recover faster when there are unbalanced close braces.
2752         (c-backward-to-start-of-if): Use c-parsing-error to report
2753         dangling "else" clauses instead of throwing an error, and fall
2754         back to a reasonable position.
2756         (c-indent-line): Added argument to avoid reporting syntactic errors.
2758         (c-show-syntactic-information): Don't report any syntactic errors.
2760 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2762         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2763         paragraph recognition when moving by sentence in literals.
2765         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2766         start regexp for javadoc to recognize javadoc markup in general instead
2767         of a specific set of keywords, to be more future-safe.
2769         (c-Pike-pikedoc-paragraph-start)
2770         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2771         pikedoc markup.
2773         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
2775         (pike-mode): Initialize paragraph settings pikedoc recognition.
2777         * cc-vars.el (c-default-style): Made a nicer Customize widget.
2779         (c-comment-prefix-regexp): Made it possible to use an
2780         association list on this to specify mode specific regexps.
2781         The default value now use a special regexp in Pike mode to
2782         recognize pikedoc markup.
2784         (c-current-comment-prefix): New variable containing the actual
2785         regexp from c-comment-prefix-regexp for the current buffer.
2787 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2789         * cc-cmds.el (c-electric-brace): Fixed check for special brace
2790         lists: We can't look at the syntax, since a brace list can get
2791         recognized as a plain statement-cont.
2793         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2794         special brace list opener broken over two lines got recognized
2795         as a statement on the second line.  Case 9A changed.
2797 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2799         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2800         adjustment after line is reindented.
2802 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2804         * cc-defs.el (c-point): Added optional argument for position
2805         to use instead of the current point.
2807         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2808         the in-expression block symbols when the construct starts at
2809         boi, to avoid the extra level of indentation in that case.
2810         Cases 4, 16A and 17E affected.
2812 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2814         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
2815         calls to `c-indent-line', to adhere better to Emacs conventions.
2817         * cc-engine.el (c-indent-line): Use the syntax already bound
2818         to `c-syntactic-context', if there is any.
2820 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2822         * cc-engine.el (c-get-offset): Fixed bug where the indentation
2823         wasn't added up correctly when a lineup function returned nil.
2825 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2827         * cc-engine.el (c-collect-line-comments): Fixed bug where
2828         empty lines were ignored when collecting line comments backwards.
2830 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2832         * cc-align.el (c-lineup-dont-change): Return an absolute
2833         indentation column to work correctly in the case when several
2834         syntactic elements are processed for the same line.
2836         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2837         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2838         (c-set-offset): Added absolute indentation column settings by
2839         using the vector type.
2841 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2843         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2844         Implemented two new cleanups `space-before-funcall' and
2845         `compact-empty-funcall'.
2847 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2849         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2850         helping building regexps.
2852         * cc-engine.el (c-on-identifier): New function for detecting
2853         identifiers.  It takes keywords into account.
2855         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2856         lists.  `c-keywords' is set to a regexp matching all keywords
2857         in the current language.
2859 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2861         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2862         list of characters to skip backwards over at the beginning of
2863         a statement, since it can precede string literals in Pike.
2865 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2867         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2868         recognition when standing on the last line in a C++ comment
2869         with nothing but whitespace after the prefix.
2871         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2872         given no limit argument.
2874 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2876         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2877         recognition for the `[]= operator symbol in Pike.
2879 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2881         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2882         around a bug in `eval-when-compile' in the byte compiler.
2884         * cc-engine.el (c-forward-token-1): Fixed bug with return
2885         value when count is zero and there's no token start within the limit.
2887         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2888         "prefix comments", i.e. comments which are followed by code on
2889         the same line.
2891         * cc-mode-19.el: Fixes so that checks that must be done at
2892         compile time also are done then.
2894 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2896         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2897         time and at runtime, and only when it's needed.
2899 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2901         Major cleanup for less error prone and more warning free
2902         compilation, including some fixes for bugs due to different
2903         compilation orders. Thanks to Martin Buchholz for providing
2904         the basis for all this.
2906         * cc-bytecomp.el: New file that provides some byte compilation
2907         features: It ensures that files always are loaded from the
2908         current source directory during compilation, and it provides a
2909         set of macros to turn off specific compiler warnings for
2910         specific symbols.  (It's not CC Mode specific in any way.)
2912         Fixed a nearly acyclic dependency tree (both runtime and
2913         compile-time) between all files.
2915         * cc-defs.el: Separated all macros before the inline functions,
2916         to ensure correct compilation.
2918         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2919         cc-defs.el to cc-engine.el and made it a function instead.
2921         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2922         about char-after.
2924         * cc-vars.el: Cope even when there isn't a custom package
2925         containing defcustom available.
2927         * cc-make.el: Removed since it's no longer necessary.
2929         README: Updated installation instructions.
2931 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2933         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2934         improve the modularity: Moved all mode init stuff from
2935         cc-langs.el to cc-mode.el, including the keymap
2936         initialization; cc-langs now only contains the various
2937         variables for configuring the language syntax.
2939         * cc-engine.el, cc-styles.el (c-evaluate-offset)
2940         (c-get-offset): Moved from cc-styles to cc-engine since file
2941         dependency analysis suggests they belong there (which also
2942         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
2944 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2946         * cc-cmds.el (c-fn-region-is-active-p): New function that
2947         wraps the corresponding macro, for use in places that aren't
2948         compiled.  Thanks to Martin Buchholz for pointing out this.
2950         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2952         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2953         add things to the bug report.
2955 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2957         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2958         returned prefix could contain a newline when the search for a
2959         good prefix line failed.
2961 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2963         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2964         (c-toggle-auto-hungry-state): Made the argument optional, as
2965         the documentation says it is.
2967 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
2969         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2970         multiline string syntax, #"...", as a cpp macro.
2972 2001-03-21  Paul Eggert  <eggert@twinsun.com>
2974         * international/mule-cmds.el (set-locale-environment):
2975         Set system-messages-locale and system-time-locale, but only if the
2976         caller specifies a non-nil locale name.
2978 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2980         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
2981         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
2983 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
2985         * follow.el (follow-avoid-tail-recenter): Doc fix.
2987         * custom.el (custom-set-variables): Avoid reversing the list
2988         of args needlessly.
2990         * startup.el (fancy-splash-head): Don't change the colors of the
2991         XPM image on a dark background.
2993         * comint.el (comint-exec-1): Set columns of the terminal to
2994         window-width instead of frame-width.
2996         * info.el (Info-scroll-down): Add missing WINDOW arg for
2997         pos-visible-in-window-p.
2999         * ehelp.el (electric-help-mode-hook): Add defcustom.
3001         * mail/sendmail.el (mail-mode): Activate case-folding in
3002         font-lock-defaults.
3004 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
3006         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3007         (completion-ignored-extensions): Remove duplicate ".class".
3009 2001-03-19  Andreas Schwab  <schwab@suse.de>
3011         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3012         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3014 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
3016         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3017         methods since there are not prefix input methods.
3019 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
3021         * international/mule-cmds.el (read-input-method-name):
3022         Locally bind enable-recursive-minibuffers to t.
3024 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
3026         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3028 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
3030         * ediff-util.el: Copyright years.
3031         (ediff-choose-syntax-table): New function.
3032         (ediff-setup): Use ediff-choose-syntax-table.
3034         * ediff-init.el (ediff-with-syntax-table): New macro, uses
3035         with-syntax-table.
3037         * ediff.el: Date of last update, copyright years.
3039         * ediff-wind (ediff-setup-control-frame): Nill->nil.
3041         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3042         of Scott Bronson.
3043         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3044         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3045         Deleted functions.
3046         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3047         ex-token-list.
3049         * viper-util.el: Spaces, indentation.
3051         * viper.el: Changed version, modification time.
3053 2001-03-16  John Wiegley  <johnw@gnu.org>
3055         * calendar/timeclock.el (timeclock-workday-remaining):
3056         Check whether `discrep' is non-null before using it.
3058 2001-03-16  John Wiegley  <johnw@gnu.org>
3060         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3061         first-time checkins.
3062         (timeclock-log-data): Fixed problem with reading timelog log file.
3063         Resulting data in the "day list" was incorrect.
3064         (timeclock-find-discrep): Check if `timeclock-file' is readable
3065         before opening it.
3066         (timeclock-time-less-p): New function.
3067         (timeclock-day-base): New function.
3068         (timeclock-geometric-mean): New function.
3069         (timeclock-generate-report): Generate a summary report based on
3070         the contents of the log file.  This uses `timeclock-log-data', and
3071         is an example of writing a timelog manipulation function.
3072         (timeclock-visit-timelog): A quick command for opening the timelog
3073         file.
3074         (timeclock-log-data): Bound the variable event.
3076 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
3078         * international/mule-cmds.el (select-safe-coding-system):
3079         Fix typo: symbol-name -> symbol-value.
3081         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3082         before substitute-in-file-name to handle double slashes in FILE
3083         correctly.
3085 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
3087         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3088         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3090 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
3092         * bindings.el (features): Add `md5' and `overlay' to the list.
3094         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3095         bound before using it.  It's not bound when configured without X,
3096         for instance.
3098 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
3100         * progmodes/hideshow.el: Update copyright.
3101         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3102         (hs-minor-mode-hook): Include `:version' in defcustom form.
3104 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
3106         * help.el (string-key-binding): Don't call event-start on
3107         a non-list.
3109 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
3111         * startup.el (fancy-splash-tail, command-line-1): Fix the
3112         copyright year.
3114 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
3116         * term.el: These changes are based on a patch sent from Yong Lu
3117         <lyongu@yahoo.com>.
3118         (term-set-escape-char): Bind M-x to execute-extended-command in
3119         term-raw-escape-map.
3120         (term-move-columns): Don't try to move to negagive column.
3121         (term-emulate-terminal): Insert a string before deleting a text to
3122         overwrite.
3124 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
3126         * play/life.el (life): Rearrange code so that all calls to
3127         life-display-generation are in a catch-form.
3129         * progmodes/etags.el (tags-loop-continue): Don't change point in a
3130         file that isn't interesting.  In an interesting file, push the old
3131         value of point on the mark ring.
3133         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3134         New function.
3135         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3136         Use it.
3138         * emacs-lisp/autoload.el (generate-file-autoloads):
3139         Remove warning about line lengths.
3141 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
3143         * progmodes/etags.el (tags-compression-info-list): New variable.
3144         (find-tag-in-order): Use it to deal with compressed source files.
3145         (tag-file-name-match-p): New function.
3146         (etags-recognize-tags-table): Use it for better match of file names.
3148 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
3150         * international/mule-cmds.el (register-input-method): Doc fix.
3152         * international/quail.el (quail-translate-key): Fix condition to
3153         check if there's another breaking point in the current key.
3155 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
3157         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3158         Babyl header to the newly-created output file, bind
3159         coding-system-for-write to either rmail-file-coding-system or
3160         emacs-mule-unix.
3162 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
3164         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3165         Fix the name and regexp used for subsubsections.
3167 2001-03-10  Dave Love  <fx@gnu.org>
3169         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3170         and save-buffer if buffer-file-name non-nil.  From rms.
3172 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
3174         * vc.el (vc-do-command): If the destination buffer is already
3175         current, don't set it up and don't erase it.  Updated doc string
3176         to reflect that.
3177         (vc-version-diff): When doing a single file diff, don't switch to the
3178         *vc-diff* buffer before the command.  This is to preserve local
3179         variable bindings that might affect the diff command.
3180         (vc-print-log): Don't switch to the *vc* buffer before the
3181         command, so that local variable bindings are preserved.
3183         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3184         not the current buffer.
3185         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3187         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3188         make output go to buffer *vc*, not the current buffer.
3190 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3192         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3193         so ^, $, *, ? and + are interpreted correctly.
3195 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
3197         * help.el (string-key-binding): Renamed from
3198         mode-line-key-binding.  Handle any event on a string.
3199         Check for `keymap' properties as well as `local-map' properties.
3201         * comint.el (comint-insert-clicked-input): Use the last key
3202         from this-command-keys to lookup the global key definition.
3204 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
3206         * international/characters.el: Add category `j' for
3207         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
3209         * international/mule-conf.el (no-conversion): Fix docstring.
3210         (raw-text): Fix docstring.
3212 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
3214         * simple.el (choose-completion-string): When not leaving the
3215         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3216         is set.
3218         * window.el (shrink-window-if-larger-than-buffer): Handle frame
3219         parameter `(minibuffer . t)'.
3221 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3223         * progmodes/sh-script.el (sh-st-symbol): New symbol.
3224         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3225         (sh-mode): Remove `make-local-variable' for unused var
3226         `font-lock-unfontify-region-function'.
3228 2001-03-07  Richard M. Stallman  <rms@gnu.org>
3230         * info.el (Info-scroll-down): Fix previous change.
3232         * mail/rmail.el (rmail-toggle-header): Use a window which
3233         is showing the Rmail buffer, rather than the selected window.
3235 2001-03-07  Dave Love  <fx@gnu.org>
3237         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3238         now, to avoid problems with binding imenu directly to a mouse event.
3240 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3242         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3243         second arg t.
3245 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
3247         * log-edit.el (log-edit-common-indent): New var.
3248         (log-edit-set-common-indentation): Renamed from
3249         log-edit-delete-common-indentation.  Use the new var.
3250         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3252         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3253         (cvs-mode-add-change-log-entry-other-window):
3254         Don't presume change-log-default-name is defined.
3256         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3258         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3259         the "tree" operation as well.
3261         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3263         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3264         to match paragraph-start.
3266         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3267         comment-start-skip and set comment-end-skip as well.
3268         (sgml-comment-indent): Fix for new value of comment-start-skip.
3269         (html-autoview-mode): Don't bother using make-local-hook.
3271 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
3273         * cus-edit.el (custom-save-delete): Move in front of local
3274         variables, otherwise long Custom entries would make them ineffective.
3276         * uniquify.el: Set maintainer to FSF.
3278 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
3280         * dired-aux.el (dired-do-shell-command): Doc fix.
3282 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
3284         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3286         * which-func.el (which-func-modes): Add cperl-mode.
3287         (which-func-mode-global): Use define-minor-mode.
3289         * info-look.el: Docstring fixes and dead code eliminated.
3290         (cperl-mode): Add support.
3291         (emacs-lisp-mode): List all entries from elisp manual, whether
3292         or not they are currently (f)bound or not.  Update regexp.
3294         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3296         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3297         so that C-h m shows the correct information.
3298         Use make-local-variable rather than make-variable-buffer-local.
3299         (cperl-info-buffer, cperl-setup-tmp-buf):
3300         Use make-local-variable rather than make-variable-buffer-local.
3301         (cperl-msb-fix, cperl-get-help-defer):
3302         Check major-mode for `cperl-mode' as well.
3304         * progmodes/cperl-mode.el: Updated to author version 4.23.
3305         (cperl-electric-pod): SYNOPSIS was misspelled.
3306         (cperl-find-pods-heres): @if ? a : b was considered a REx.
3307         (cperl-after-expr-p): Make true after __END__.
3309 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
3311         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3312         bookmark-completion-ignore-case is t.
3314         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3315         switch, like xterm, and concat resource strings, with a newline
3316         between them.
3318 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
3320         * international/codepage.el (cp770-decode-table)
3321         (cp773-decode-table, cp774-decode-table): New variables.
3323         * man.el (Man-hyphenated-reference-regexp): New variable.
3324         (Man-build-references-alist): Use it to search for referenced
3325         manpages.  If hyphenated is non-nil, record a concatenated word in
3326         Man-refpages-alist only if it matches Man-reference-regexp.
3327         Update word's length when it is concatenated.  Reverse the list,
3328         to get the first manpage at the head.
3329         (Man-possibly-hyphenated-word): New function.
3330         (Man-follow-manual-reference): Use it instead of current-word to
3331         find a manpage at point, in a way that accounts for hyphenated
3332         references.
3334 2001-03-06  Alex Schroeder  <alex@gnu.org>
3336         * sql.el (sql-interbase): New function.
3337         (sql-interbase-program): New option.
3338         (sql-interbase-options): New option.
3339         And some typos fixed: "customise" to "customize".
3341 2001-03-06  Dave Love  <fx@gnu.org>
3343         * textmodes/flyspell.el (flyspell-region):
3344         Set up flyspell-local-mouse-map.
3346 2001-03-05  Richard M. Stallman  <rms@gnu.org>
3348         * mail/rmail.el (rmail-retry-failure):
3349         Don't call rmail-beginning-of-message.
3350         Don't discard From: field.  Do discard Received: field.
3351         Use unwind-protect to re-prune.
3352         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3354 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
3356         * international/quail.el (quail-title): Add autoload cookie.
3358 2001-03-05  Dave Love  <fx@gnu.org>
3360         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3361         new defs.
3363 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3365         * language/ethio-util.el (ethio-toggle-space):
3366         Update current-input-method-title if necessary.
3367         (ethio-toggle-punctuation): Likewise.
3369         * international/quail.el (quail-title): Fix for the case that a
3370         title of an input method is specified by a list of the same form
3371         as used in mode-line-format.
3373         * international/mule-cmds.el (activate-input-method):
3374         If current-input-method-title is set by activating INPUT-METHOD,
3375         respect that value.
3377 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
3379         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3381 2001-03-05  Alex Schroeder  <alex@gnu.org>
3383         * sql.el (sql-sybase): Fix typo (was: query user about server two
3384         times instead of server and database).
3386         * sql.el (sql-sybase): Doc change.
3387         (sql-mysql): Doc change.
3388         (sql-postgres): Doc change.
3390 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
3392         * international/mule-conf.el (emacs-mule, raw-text):
3393         Docstring modified.
3395 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
3397         * term/internal.el: Update copyright notice.
3399         * term/pc-win.el: Update copyright notice.
3401 2001-03-02  Dave Love  <fx@gnu.org>
3403         * files.el (insert-file-contents-literally):
3404         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3405         not jka-compr-compression-info-list.
3407 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
3409         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3410         spaces in default comment-start-skip settings rather than \s-.
3412 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
3414         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3415         default-frame-alist as well.
3417 2001-03-01  Dave Love  <fx@gnu.org>
3419         * textmodes/reftex.el (defvar): Wrap some defvars in
3420         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
3422         * subr.el (event-basic-type): Doc fix.
3424         * international/quail.el: Doc fixes.
3426         * international/utf-8.el: Doc fixes.
3428         * international/mule-cmds.el: Doc fixes.
3429         (leim-list-header): Fix header text.
3431         * international/mule.el (coding-system-category): Doc fix.
3433         * international/ccl.el (ccl-compile): Doc fix.
3435 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
3437         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3438         rather than (before|after)-change-functions.
3440 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
3442         * ediff-util.el (ediff-scroll-horizontally): Arrange for
3443         scroll-left and scroll-right being called interactively so that
3444         they set the window's min_hscroll.
3446 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
3448         * info.el (info-insert-file-contents-1): Accept an additional
3449         argument `lfn': if it is non-nil, concatenate `filename' and
3450         `suffix'; otherwise use the complicated MS-DOS code.
3451         All callers changed.
3452         (info-insert-file-contents, Info-find-node): If the MS-DOS port
3453         can access long file names, try the long file-name version of
3454         `info-insert-file-contents-1', then the short file-name version.
3456 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
3458         * language/ethio-util.el (setup-ethiopic-environment-internal):
3459         Change bindings of functions keys to conform to "Emacs Lisp Coding
3460         Convention".
3462         * language/ethiopic.el ("Ethiopic"): Add documentation.
3464 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
3466         * international/utf-8.el (mule-utf-8): Set coding-category
3467         property to coding-category-utf-8.
3469 2001-02-27  Richard M. Stallman  <rms@gnu.org>
3471         * lpr.el (lpr-page-header-switches, print-region-1):
3472         Undo 2000-07-06 change.
3473         (lpr-add-switches): Default to t on gnu/linux.
3475 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
3477         * bs.el (bs-attributes-list): Doc fix.
3479 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3481         * help.el (describe-project): Display the file THE-GNU-PROJECT.
3483         * help.el (view-order-manuals): Use goto-address.
3485         * startup.el (command-line-1): Add info about ordering manuals
3486         to the not so fancy splash screens.
3488 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
3490         * vc.el (vc-default-workfile-unchanged-p)
3491         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3493 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
3495         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3496         fontify in the right buffer.
3498         * allout.el (outline-flag-region): Move macro in front of first
3499         use to avoid a run-time error.
3501 2001-02-24  Andrew Innes  <andrewi@gnu.org>
3503         * makefile.w32-in: Fix copyright notice.
3505 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
3507         * international/utf-8.el (mule-utf-8): Set correct value for
3508         valid-codes property.
3510         * international/fontset.el (x-complement-fontset-spec): In the
3511         case that we use ASCII font for the other charsets, use only
3512         family and registry part of it.
3514 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3516         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3517         (shrink-window-if-larger-than-buffer): Doc fix.
3519 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
3521         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3522         predicate passed to completing-read.
3524 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
3526         * startup.el (command-line): Fix last change.
3528 2001-02-23  Jason Rumney  <jasonr@gnu.org>
3530         * startup.el (tool-bar-originally-present): New variable.
3531         (command-line): Set it if the tool-bar is switched on at startup.
3533         * frame.el (frame-notice-user-settings): Only adjust frame height
3534         for no tool-bar case if tool-bar was originally switched on.
3535         From E. Jay Berkenbilt.
3537 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
3539         * server.el (server-switch-buffer): Only switch window if the
3540         current one is dedicated.
3542         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3543         rather than using (match-beginning 0) when searching for break point.
3545 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
3547         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3548         @ follows an accent command such as @'.  Support optional braces
3549         in commands that insert accents, like makeinfo does.
3551 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
3553         * startup.el (fancy-splash-text): Add a line for ordering
3554         manuals.  Reverse order of splash screens shown.
3555         (use-fancy-splash-screens-p): Adapt to the text line added.
3557         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3558         manuals from the FSF.
3560         * help.el (view-order-manuals): New function.
3561         (toplevel): Bind C-h C-m to this function.
3563 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
3565         * newcomment.el (comment-forward): Skip the comment-start before
3566         searching for the comment-end.
3568 2001-02-21  Dave Love  <fx@gnu.org>
3570         * custom.el (custom-initialize-changed, defcustom): Doc fix.
3572         * international/mule-cmds.el, international/mule.el: Doc fixes.
3574 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
3576         * startup.el (fancy-splash-screens): Use display-hourglass
3577         instead of display-busy-cursor.
3579         * frame.el (display-hourglass): Renamed from busy-cursor.
3580         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3581         (show-cursor-in-non-selected-windows): Doc fix.
3583 2001-02-20  Dave Love  <fx@gnu.org>
3585         * international/utf-8.el: Doc and commentary fixes.
3587 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3589         * ehelp.el (with-electric-help): Doc fix.
3591 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
3593         * msb.el (msb-mode): Call the update-buffers function explicitly
3594         with a FORCE argument.
3596         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3597         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
3598         returns nil.
3600 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3602         * ps-print.el: Timestamp package replacement.  Some enhancements.
3603         Some XEmacs compatibility.  Doc fix.
3604         (ps-print-version): New version number (6.4).
3605         (ps-printer-name): Initialization fix.
3606         (ps-zebra-stripe-follow): Funcionality enhancement.
3607         (ps-prologue-file): Code enhancement.
3608         (ps-right-header): Timestamp package replacement.
3609         (ps-setup, ps-face-bold-p, ps-face-italic-p)
3610         (ps-get-page-dimensions)
3611         (ps-generate-header, ps-begin-file, ps-begin-job)
3612         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3613         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3614         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3615         (coding-system-for-write): Var declaration (XEmacs compatibility).
3617 2001-02-20  Miles Bader  <miles@gnu.org>
3619         * image-file.el (image-file-name-extensions): Add "tif".
3621 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
3623         * wid-edit.el (widget-button-click): Save the selected window
3624         around the code handling clicks on buttons.
3626 2001-02-18  Dave Love  <fx@gnu.org>
3628         * imenu.el (imenu--generic-function): Use mapc to iterate over
3629         syntax characters.
3631 2001-02-17  Richard M. Stallman  <rms@gnu.org>
3633         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3635         * uniquify.el (uniquify-buffer-name-style): Doc fix.
3637 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3639         * mouse.el (mouse-save-then-kill): If the distance from the new
3640         point to the mark is equal to the distance of point from the new
3641         point, move point instead of the mark.
3643 2001-02-16  Dave Love  <fx@gnu.org>
3645         * textmodes/flyspell.el (flyspell-get-word): Return string without
3646         properties.
3648 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3650         * generic.el (generic-find-file-regexp): Doc fix.
3651         (generic-ignore-files-regexp): New defcustom.
3652         (generic-mode-find-file-hook): If the file's name matches the
3653         regexp in `generic-ignore-files-regexp', don't enter
3654         default-generic-mode.  Doc fix.
3656 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
3658         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3659         Add autoload cookies.
3661         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3662         of cal-tex-24.
3664 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
3666         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3668         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3669         the character class after the (optional) drive, to support file
3670         names with embedded blanks.
3672 2001-02-15  Sam Steingold  <sds@gnu.org>
3674         * textmodes/tex-mode.el (tex-shell-running):
3675         Check the process buffer too.
3677 2001-02-15  Dave Love  <fx@gnu.org>
3679         * battery.el (battery-status-function): Fix doc, :type.
3681         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3683 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
3685         * subr.el (read-passwd): Clear Lisp memory holding password.
3687 2001-02-15  Miles Bader  <miles@gnu.org>
3689         * info.el (Info-copy-current-node-name): New function.
3690         (Info-mode-menu): Add it to the menu.
3692 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
3694         * international/mule-cmds.el (toggle-input-method): Doc fix.
3696 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
3698         * replace.el (occur): Stop at end of buffer.
3700 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
3702         * international/mule-cmds.el (set-input-method): Another doc fix.
3704 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
3706         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3708 2001-02-13  Miles Bader  <miles@gnu.org>
3710         * faces.el (set-face-background, set-face-foreground)
3711         (set-face-stipple): Treat a value of nil as being `unspecified'.
3713 2001-02-12  Dave Love  <d.love@dl.ac.uk>
3715         * international/latin1-disp.el:  Doc fixes.
3716         (latin1-display) <defgroup>: Add :link.
3717         (latin1-display) <function>: Set variable latin1-display.
3719 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
3721         * international/mule-cmds.el (set-input-method): Doc fix.
3723 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
3725         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3726         (speedbar-line-file): Return nil if not a file.
3727         (speedbar-buffers-line-path): Return file for tags, and dir for files.
3729 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
3731         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3732         for remote files.
3733         (ediff-coding-system-for-read): Replaced the no-conversion default
3734         with raw-text.
3736         * ediff-init.el: Removed :version from defcustom vars.
3738         * ediff-util.el (ediff-compute-custom-diffs-maybe):
3739         Better handling of the diff mode.
3741         * ediff.texi: Added ediff-coding-system-for-read.
3743         * viper.texi: Fix typos.
3745 2001-02-11  Dave Love  <fx@gnu.org>
3747         * shadowfile.el: Doc fixes.
3748         (shadow) <defgroup>: Add :link.
3749         (shadowfile-unload-hook): New function.
3750         (shadow-initialize): Use defalias, not fset.
3751         (shadow-define-cluster, shadow-define-literal-group)
3752         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
3754         * international/mule.el: Doc and message fixes.
3756         * international/ccl.el (define-ccl-program): Doc fix.
3758 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
3760         * faces.el (mode-line): Set :line-width property to -1.
3762 2001-02-10  Richard M. Stallman  <rms@gnu.org>
3764         * complete.el (partial-completion-mode): Doc fix.
3766         * simple.el (delete-key-deletes-forward-mode):
3767         Change `let' to `let*' to fix gross bug in last change.
3769         * repeat.el (repeat): Don't let execute-kbd-macro alter
3770         real-last-command.
3772 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
3774         * simple.el (eval-expression): Doc fix.
3776 2001-02-09  Dave Love  <fx@gnu.org>
3778         * imenu.el (imenu-generic-expression): Doc fix.
3780         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3781         From Juanma Barranquero.
3783         * emacs-lisp/authors.el (authors): Expand `root' before running find.
3785 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
3787         * faces.el (set-face-attribute): Describe the case of a negative
3788         value specified for :line-width.
3790 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
3792         * which-func.el (which-func-mode): Invert which-func-mode-global.
3793         From Juanma Barranquero <lektu@uol.com.br>.
3795 2001-02-08  Dave Love  <fx@gnu.org>
3797         * wid-edit.el (widget-plist-convert-widget): Replace binding of
3798         widget-plist-value-type.
3799         (widget-alist-convert-widget): Replace binding of
3800         widget-alist-value-type.
3802         * textmodes/paragraphs.el (sentence-end): Doc fix.
3804         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3805         Remove `backward-line'.
3807         * play/pong.el (pong-blank-color, pong-bat-color)
3808         (pong-ball-color, pong-border-color, pong-left-key)
3809         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3810         (pong-pause-key, pong-resume-key, pong-timer-delay):
3811         * mail/mh-comp.el (mh-compose-letter-function):
3812         * eshell/esh-mode.el (eshell-skip-prompt-function):
3813         * emulation/viper-ex.el (ex-unix-type-shell-options):
3814         * recentf.el (recentf-menu-filter):
3815         * ps-print.el (ps-print-region-function):
3816         * lpr.el (print-region-function):
3817         * forms.el (forms-mode-hooks):
3818         * dirtrack.el (dirtrack-directory-change-hook):
3819         * cus-start.el (temp-buffer-show-function, display-buffer-function):
3820         * textmodes/spell.el (spell-filter):
3821         * textmodes/fill.el (adaptive-fill-function):
3822         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3823         * progmodes/etags.el (find-tag-default-function):
3824         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
3825         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3827 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
3829         * emulation/viper-init.el (viper-fast-keyseq-timeout)
3830         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
3831         Meyering <jim@meyering.net>.
3833         * loadup.el: Revert last change.
3835 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
3837         * international/mule.el (transform-make-coding-system-args):
3838         Make it work also for coding systems not using CCL.
3840 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3842         * simple.el (previous-matching-history-element)
3843         (next-matching-history-element): Doc fix.
3845         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3846         specific part.
3848 2001-02-06  Dave Love  <fx@gnu.org>
3850         * add-log.el (add-log-current-defun-function)
3851         (add-log-buffer-file-name-function, add-log-file-name-function):
3852         Fix :type.
3853         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3855 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3857         * info.el (info-initialize): Remove the test for system-type when
3858         invocation-directory is non-nil.
3860         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3861         of `font-lock-defaults' to `backward-paragraph' rather than nil.
3863 2001-02-06  Andrew Innes  <andrewi@gnu.org>
3865         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3866         absolute.
3868 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
3870         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3871         buffers.  When hi-lock turned on rather than only checking current
3872         buffer for regexps, all buffers are checked. Moved activation of
3873         font-lock to hi-lock-refontify. When font-lock turned off rather
3874         than removing added highlighting just in current buffer, remove it
3875         in all buffers.  Changed edit menu text from "Automatic
3876         Highlighting" to "Regexp Highlighting" Documentation for
3877         highlighting phrases, minor documentation changes.
3878         (hi-lock-set-file-patterns): Execute only if there are new or
3879         existing file patterns.
3880         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3881         unfontify and, if a support mode is active, will not refontify the
3882         whole buffer.  If necessary, turn on font lock. (Removed
3883         font-lock-unfontify and font-lock support-mode-specific calls,
3884         such as lazy-lock-fontify-window.)
3885         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3886         patterns are found. Not useful now since find-file-hook is removed
3887         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
3888         (hi-lock-face-phrase-buffer): New function.  Also added related
3889         menu item and keybinding.
3890         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3891         (hi-lock-process-phrase): New function.
3892         (hi-lock-line-face-buffer): Doc fixes.
3893         (hi-lock-face-buffer): Doc fixes.
3894         (hi-lock-unface-buffer): Doc fixes.
3896 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
3898         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3899         dabbrev-ignored-regexps.
3901 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
3903         * simple.el (kill-line): Doc fix.
3905 2001-02-05  Dave Love  <fx@gnu.org>
3907         * loadup.el: Revert last two changes -- bootstrapping works with
3908         regenerated loaddefs.
3910 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
3912         * isearch.el (isearch-forward): Doc fix.
3914         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3915         of font-lock-defaults to backward-paragraph.
3917 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3919         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3920         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3922 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3924         * ebnf2ps.el: Eliminate time-stamp functions.
3925         (ebnf-version): New version (3.5).
3926         (ebnf-eps-finish-and-write): Replace time-stamp functions by
3927         format-time-string.
3929 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
3931         * simple.el (next-line): Goto end-of-line before inserting a newline.
3933 2001-02-05  Miles Bader  <miles@gnu.org>
3935         * image-file.el (insert-image-file): When visiting an image, also
3936         set `truncate-lines' to t so that any fringe arrow looks correct.
3938 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
3940         * isearch.el (isearch-forward): Add description about input method
3941         in the docsting.
3943 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
3945         * skeleton.el (skeleton-internal-1): Always push the mark for @.
3947 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3949         * info.el (info-initialize): If installation-directory is nil, for
3950         DOS/Windows systems try looking in a sibling of invocation-directory.
3952 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
3954         * wid-edit.el (widget-button-click): Fix last change.
3956         * frame.el (frame-notice-user-settings): When resizing the initial
3957         frame because the tool bar is off, also change the frame's top
3958         position if a negative top position was specified.
3960 2001-02-02  Miles Bader  <miles@gnu.org>
3962         * image-file.el (insert-image-file): When visiting an image,
3963         suppress the cursor in the image buffer.
3965 2001-02-01  Dave Love  <fx@gnu.org>
3967         * progmodes/f90.el (f90-mode): Remove startup message.
3969         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
3971 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3973         * startup.el (command-line): Fix code determining whether or not
3974         to use delete-key-deletes-forward-mode.
3976 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
3978         * vc.el (vc-diff-switches): New user option.
3979         (vc-version-diff): Use it.
3980         (vc-diff-switches-list): New macro.
3982         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3983         New customization options.
3984         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3986         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3988 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
3990         * msb.el (toplevel): Quote hook symbols.
3992 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
3994         * international/mule.el (make-coding-system): Add description
3995         about recognized properties in the docstring.
3997         * international/mule-conf.el: Remove unused charsets
3998         mac-roman-lower and mac-roman-upper.
4000 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
4002         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4003         is in front of the left-margin, if any.
4005         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4006         like `delete'.
4008         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4010         * term/w32-win.el (mouse-set-font): Doc fix.
4012 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
4014         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4015         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4016         on already.
4018 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
4020         * files.el (save-buffer): Don't give message if (buffer-file-name)
4021         returns nil.
4023 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
4025         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4027         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4028         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
4030         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4031         display problems.
4033 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
4035         * international/mule.el (charset-info): Fix docstring.
4037         * international/mule-diag.el (describe-character-set): Check final
4038         char valid before printing it.
4040 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
4042         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4044         * frame.el (frame-notice-user-settings): Do the tool-bar
4045         stuff only for graphical displays.  Fix a braino.
4047         * frame.el (frame-initialize): Create initial frame visible.
4048         (frame-notice-user-settings): When tool-bar has been switched off,
4049         correct the frame size and sync tool-bar-mode.
4051         * startup.el (command-line): Remove manipulation of frame
4052         height for tool bars.
4054 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4056         * lpr.el: Compatibility with XEmacs and doc fixes.
4057         (lpr-windows-system, lpr-lp-system): New vars.
4058         (lpr-printer-switch): New defcustom.
4059         (printer-name, lpr-command): Customization fix.
4060         (print-region-1): Code fix.
4061         (print-region-new-buffer, printify-region): Indentation fix.
4062         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4063         New functions.
4065 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4067         * msb.el (toplevel): Fix the eval-after-load.
4069 2001-01-29  Dave Love  <fx@gnu.org>
4071         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4073         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4075         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4076         (tcl-using-emacs-19-23): Consider Emacs 21+.
4077         (tcl-help-directory-list, tcl-command-switches): Fix :type.
4078         (tcl-add-emacs-menu): Supply menu name.
4079         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4081 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4083         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4085 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
4087         * pcvs.el (cvs-mark-fis-dead): New function.
4088         (cvs-mode-add): Use it.
4089         (cvs-mode-add-change-log-entry-other-window):
4090         Rebind change-log-default-name to itself rather than to nil.
4092 2001-01-29  Sam Steingold  <sds@gnu.org>
4094         * vc-cvs.el: Replaced (require 'vc) with a bunch of
4095         `autoload' statements.
4097 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
4099         * files.el (confirm-kill-emacs): Doc fix.
4101         * frame.el (frame-initialize): Doc fix.
4103         * time-stamp.el (time-stamp-string): Doc fix.
4105         * woman.el (WoMan-log-1): Make the log buffer writable.
4106         From Markus Rost <rost@math.ohio-state.edu>.
4108 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4110         * imenu.el (imenu-syntax-alist): Add autoload cookie for
4111         the `make-variable-buffer-local'.
4113 2001-01-29  Dave Love  <fx@gnu.org>
4115         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4116         (ansi-color-for-comint-mode-on, ansi-color-process-output):
4117         Add autoload cookie.
4118         (ansi-color-apply-sequence): Fix typo.
4120 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
4122         * menu-bar.el (menu-bar-files-menu): Add menu items for
4123         Postscript printing in black and white.
4125         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4126         X-Mailman-Version, Precedence, List-Help, List-Post,
4127         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4128         Content-Type, Content-Length.
4130 2001-01-29  Dave Love  <fx@gnu.org>
4132         * elide-head.el (elide-head): Make overlay evaporate.
4134         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4136 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
4138         * isearch.el (isearch-highlight): Don't punt if the display
4139         doesn't support colors, since isearch faces are defined for
4140         monochrome displays as well.
4142 2001-01-27  Sam Steingold  <sds@gnu.org>
4144         * shell.el (shell-write-history-on-exit): Make sure that we are in
4145         the shell buffer (M-x tex-file RET inserted the error message into
4146         the TeX buffer).
4148 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4150         * simple.el (transient-mark-mode): Doc fix.
4152 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
4154         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4156 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4158         * shell.el (shell-unquote-argument): If the shell is one of the
4159         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4160         quote character.
4161         (shell-dumb-shell-regexp): Document that the shells which match
4162         this regexp are supposed to not treat a backslash as a quote character.
4164         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4165         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
4167 2001-01-27  Richard M. Stallman  <rms@gnu.org>
4169         * dabbrev.el (dabbrev--substitute-expansion):
4170         Treat a one-capital-letter abbrev as "not all upper case",
4171         so as to force preservation of the expansion's pattern
4172         if the expansion starts with a capital letter.
4174 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4176         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4177         Doc fix.
4179         * simple.el (transient-mark-mode): Document the fact that many
4180         commands act on the region when mark is active.
4182 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
4184         * international/quail.el (quail-setup-completion-buf): Make the
4185         multibyteness of current buffer inherited to Quail completion buffer.
4186         (quail-show-guidance-buf): Make the multibyteness of current
4187         buffer inherited to Quail guidance buffer.
4188         (quail-help): Make the multibyteness of current buffer inherited
4189         to Quail help buffer.
4191 2001-01-26  Dave Love  <fx@gnu.org>
4193         * time-stamp.el: Doc fixes.
4195         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4196         (delphi-keyword-face, delphi-other-face): Fix :type.
4198         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
4200         * mail/feedmail.el (feedmail): Add :link.
4201         (feedmail-send-it): Doc fix.
4203         * mail/sendmail.el: Doc fixes.
4204         (sendmail-send-it): Fix the non-ASCII regexp and use
4205         rfc2047-encode-string.
4207         * dired.el, dired-aux.el: Revert last change.
4209 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4211         * makefile.w32-in (DONTCOMPILE): Add various term files.
4213 2001-01-26  Dave Love  <fx@gnu.org>
4215         * Makefile.in (DONTCOMPILE): Add various term files.
4217 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
4219         * man.el (Man-default-man-entry, Man-mode): Doc fix.
4221         * startup.el (display-startup-echo-area-message): Make sure
4222         the echo area is resized to fit the size of the startup message.
4224         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4225         part of which is a constant.
4227 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
4229         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4231 2001-01-26  Richard M. Stallman  <rms@gnu.org>
4233         * simple.el (next-line): Don't let `newline' expand abbrevs.
4234         Simplify slightly.
4235         (open-line): Don't let `newline' expand abbrevs.
4237 2001-01-25  John Wiegley  <johnw@gnu.org>
4239         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4240         to `repeat' in the :type field.
4242         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4243         allow a choice of regexp or nil.
4244         (pcomplete-dir-ignore): Same.
4246         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4247         a command) to always fail.
4249 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
4251         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4252         discard the result.
4253         (iswitchb-to-end): Likewise.
4255 2001-01-25  Sam Steingold  <sds@gnu.org>
4257         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4258         Require vc.
4260 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
4262         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4264         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4266 2001-01-25  Dave Love  <fx@gnu.org>
4268         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4269         (describe-coding-system): Tweak the English text.
4271         * loadup.el: Preload international/ccl for utf-8.
4273 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
4275         * mail/rmail.el (rmail-redecode-body): Doc fix.
4277 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
4279         * international/mule-cmds.el (reset-language-environment):
4280         Reset coding-category-utf-8 to mule-utf-8.
4282         * international/mule-conf.el (coding-category-utf-8):
4283         Initialize to mule-utf-8.
4285         * loadup.el: Preload international/utf-8.
4287         * international/utf-8.el: New file.
4289 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
4291         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4293 2001-01-24  Sam Steingold  <sds@gnu.org>
4295         * dired.el (dired-replace-in-string): Removed.
4296         (dired-sort-toggle): Use `replace-regexps-in-string'
4297         instead of `dired-replace-in-string'.
4299         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4300         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4302         * gs.el (gs-replace-in-string): Removed.
4303         (gs-options): Use `replace-regexps-in-string'
4304         instead of `gs-replace-in-string'.
4306 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
4308         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4309         bug report is mailed to an email list and posted to a news group.
4311 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4313         * comint.el (comint-replace-by-expanded-history-before-point):
4314         Fix change of 2000-08-03 to move point to the start of the line again.
4316         * startup.el (tool-bar-images-pixel-height): New variable.
4317         (command-line): After loading the user's init file, when
4318         tool-bar-mode is on, increase the frame's size by some lines for
4319         the tool-bar.
4321         * frame.el (frame-initialize): Create the initial frame invisible.
4323 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4325         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4326         (chinese-big5): MIME:Big5.
4328 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
4330         * international/mule-cmds.el (universal-coding-system-argument):
4331         Handle commands with prefix args.
4333 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4335         * calendar/diary-lib.el (diary-float): Fix case of MONTH
4336         being a list of numbers.
4337         (diary-mail-entries): Rewritten.
4339 2001-01-23  Dave Love  <fx@gnu.org>
4341         * international/mule.el (make-coding-system): Fix typo.
4343         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4344         Add backward-paragraph as font-lock-beginning-of-syntax-function.
4346 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
4348         * font-lock.el (font-lock-mode): Doc fix.
4350 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
4352         * international/mule.el (make-translation-table): Fix docstring.
4354 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
4356         * mail/rmail.el (rmail-redecode-body): New function.
4358         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4360 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
4362         * isearch.el (isearch-lazy-highlight-case-fold-search)
4363         (isearch-lazy-highlight-regexp): New variables.
4364         (isearch-lazy-highlight-cleanup): Update lazy highlight if
4365         case-fold search or regexp search has been toggled.
4367         * wid-edit.el (widget-button-click): Avoid a save-excursion
4368         around running a global binding.
4370         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4371         to 0.25.
4373 2001-01-20  Miles Bader  <miles@gnu.org>
4375         * cus-edit.el (custom-face-save): Do post-processing on the face's
4376         new value like `custom-face-set' does.
4378 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4380         * mail/emacsbug.el (report-emacs-bug): Report the value of
4381         LC_CTYPE, not LC_TYPE.
4383         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4384         isearch-toggle-regexp and isearch-edit-string to doc string.
4386 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4388         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4389         as font-lock-beginning-of-syntax-function in font-lock-defaults.
4391         * jit-lock.el (jit-lock-fontify-now): Don't bind
4392         font-lock-beginning-of-syntax-function to nil.
4394 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
4396         * mail/emacsbug.el (report-emacs-bug): Report values of
4397         locale-coding-system, default-enable-multibyte-characters, and the
4398         environment variables LC_ALL, LC_TYPE, and LANG.
4400 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
4402         * font-lock.el (font-lock-default-fontify-region): Fix last change.
4404         * font-lock.el (font-lock-multiline): Default to nil.
4405         (font-lock-default-fontify-region): If font-lock-multiline is
4406         nil, don't check the property `font-lock-multiline'.
4408         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4409         is nil, don't check the `font-lock-multiline' text property.
4411 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4413         * viper.el: Call initial-major-mode on startup.
4415         * ediff.el (ediff-patch-file): Use better defaults.
4417         * ediff-vers.el: Fix for 8+3 DOS file systems.
4419 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
4421         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4422         diff mode, if available.
4424 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
4426         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4428         * ediff-init.el (subst-char-in-string): Define and use it, unless
4429         it's already defined.
4431 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
4433         * tooltip.el (tooltip-hide-delay): New user-option.
4434         (tooltip-show): Use tooltip-hide-delay instead of the default.
4436 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
4438         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4439         kill-local-variable doesn't work for enable-multibyte-characters.
4441 2001-01-17  Dave Love  <fx@gnu.org>
4443         * ediff-init.el (ediff-before-setup-hook)
4444         (ediff-merge-filename-prefix): Add :version.
4446         * international/latin1-disp.el: Require disp-table.
4447         (latin1-display): Fix :set.
4449         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4451 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
4453         * isearch.el (isearch-lazy-highlight-initial-delay)
4454         (isearch-lazy-highlight-interval): Default to 0.
4456 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
4458         * isearch.el (isearch-highlight): Set isearch-overlay priority to
4459         1 here rather than each time through
4460         isearch-lazy-highlight-new-loop.
4461         (isearch-lazy-highlight-max): Variable deleted.
4462         (isearch-lazy-highlight-max-at-a-time): New user variable, like
4463         isearch-lazy-highlight-max but controls a single invocation of
4464         isearch-lazy-highlight-update.
4465         (isearch-lazy-highlight-wrapped): Variable recreated.
4466         (isearch-lazy-highlight-window-start): New variable.
4467         (isearch-lazy-highlight-cleanup): Restored to behavior of
4468         before 2-Jan.
4469         (isearch-lazy-highlight-remove-overlays): Function deleted;
4470         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
4471         behavior removed.
4472         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4473         isearch-lazy-highlight-update in a loop rather than just once.
4474         Test isearch-invalid-regexp here and decide not to start a new
4475         loop, rather than testing it each time through
4476         isearch-lazy-highlight-update.
4477         (isearch-lazy-highlight-search): Function restored.
4478         (isearch-lazy-highlight-update): Get called in a timer loop again,
4479         but this time highlight more than one match each time through.
4480         Only highlight matches in the visible part of the window.
4481         Start at point, move in the direction of the search, and wrap around at
4482         the edge of the window.  Use sit-for to force redisplay and ensure
4483         window-start is credible.  "Face suppressing" behavior removed;
4484         overlay priorities should make it unnecessary, right?
4485         (isearch-highlight): Face suppressing behavior removed.
4486         (isearch-dehighlight): Face suppressing behavior removed.
4487         (isearch-set-lazy-highlight-faces-at): Removed.
4489 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
4491         * language/european.el ("Latin-1"): Make the format of description
4492         about additional language environments same as that of Latin-2.
4494 2001-01-16  Dave Love  <fx@gnu.org>
4496         * isearch.el (isearch-lazy-highlight): Add :version.
4498         * simple.el (backward-delete-char-untabify-method)
4499         (next-line-add-newlines): Add :version.
4501 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
4503         * bindings.el: Bind <backspace> and <delete> via function-key-map.
4504         Don't bind <delete> otherwise.
4506         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4507         and <delete> via function-key-map.
4509         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4510         Subject line only if point is after the `Subject:'.
4512 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
4514         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4515         japanese-jisx0213-2 in `charset' property of this lang. env.
4517         * language/european.el ("Latin-1"): Add description for Dutch and
4518         Spanish lang. env.
4520         * international/mule.el (decode-char): Fix conditions.
4521         (encode-char): Handle eight-bit-control too.
4522         (transform-make-coding-system-args): New function.
4523         (make-coding-system): Accept XEmacs style arguments for CCL base
4524         coding system.
4526 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
4528         * progmodes/etags.el (find-tag-noselect): Save the value of
4529         tags-file-name before switching buffers, for the case it has a
4530         buffer-local value.
4532 2001-01-15  Alex Schroeder  <alex@gnu.org>
4534         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4535         From Dave Love <fx@gnu.org>.
4536         (ansi-color-for-comint-mode): Fix :version.
4538 2001-01-15  Alex Schroeder  <alex@gnu.org>
4540         * ansi-color.el (ansi-color-unfontify-region): Doc change.
4542 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
4544         * dired.el (dired-insert-directory): If file-system-info fails,
4545         remove the " free " part, but don't signal an error.
4547 2001-01-12  Sam Steingold  <sds@gnu.org>
4549         * bookmark.el (bookmark-maybe-historicize-string):
4550         Use new backquote syntax.
4552 2001-01-12  Richard M. Stallman  <rms@gnu.org>
4554         * subr.el (last): Handle a list that doesn't end in nil.
4556 2001-01-12  Sam Steingold  <sds@gnu.org>
4558         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4559         to `backward-delete-char-untabify'.
4561 2001-01-12  Dave Love  <fx@gnu.org>
4563         * cus-edit.el (customize-menu-create): Fix the :filter following
4564         easymenu change.
4566         * wid-edit.el (function): Add :match-alternatives.
4567         (widget-color-action): Doc fix.
4569 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
4571         * calendar/calendar.el (calendar-basic-setup): Doc fix.
4573 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
4575         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4577         * international/ccl.el (define-ccl-program): Fix docstring.
4579 2001-01-11  Dave Love  <fx@gnu.org>
4581         * international/mule-cmds.el (standard-display-european-internal):
4582         Set display table for 2208 as for 160.
4584         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4586         * progmodes/fortran.el (fortran-mode-map): Modify Customization
4587         entry for custom-menu-create change.
4588         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
4589         don't cons it in the search loop.
4591         * imenu.el (imenu--truncate-items): Revert last change.
4593 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4595         * info.el (Info-setup-header-line): If the node header includes
4596         either Next: or Prev: links, don't show the File: and Node: parts
4597         in the header line.
4599 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
4601         * comint.el (comint-goto-process-mark): Don't print a message
4602         when running in batch mode.
4604         * isearch.el (isearch-search): In the condition-case handler for
4605         `error', set isearch-invalid-regexp to the whole error message.
4607         * subr.el (eval-after-load): Call load-symbol-file-load-history to
4608         ensure that eval-after-load works for files dumped with Emacs.
4610         * help.el (load-symbol-file-load-history): New function extracted
4611         from function symbol-file.
4612         (symbol-file): Use it.
4614         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4616 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
4618         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4619         behave as if there were no prefix argument.
4620         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4621         argument were nil.
4623 2001-01-11  Richard M. Stallman  <rms@gnu.org>
4625         * isearch.el (isearch-lazy-highlight-update):
4626         Don't look for more potential matches once maximum is exceeded.
4627         Use overlays-in to check correctly for overlap with current match.
4628         Ignore empty matches.
4630 2001-01-11  Miles Bader  <miles@gnu.org>
4632         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4633         (ispell-overlay-window, ispell-help, ispell-show-choices)
4634         (ispell-command-loop): Use it instead of `window-height'.
4636 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4638         * files.el (confirm-kill-emacs): New user-option.
4639         (save-buffers-kill-emacs): Ask for final confirmation before
4640         killing Emacs.
4642         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4643         to nil.
4645 2001-01-10  Dave Love  <fx@gnu.org>
4647         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4649         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4651         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4653         * calculator.el (calculator-number-digits): Fix :type.
4655         * vc-cvs.el (vc-cvs-header): Fix :type.
4656         * vc-rcs.el (vc-rcs-header): Fix :type.
4657         * vc-sccs.el (vc-sccs-header): Fix :type.
4659         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4661         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4663         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4665 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
4667         * simple.el (set-variable): Force a thorough redisplay for the
4668         case that the variable has an effect on the display, like
4669         `tab-width' has.
4671 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
4673         * vc.el: Add documentation for backend interface.
4675 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
4677         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4679         * international/mule-conf.el (latin-extra-code-table): Set to t
4680         for \223 and \224.
4682 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4684         * international/mule-cmds.el (locale-language-names): Map "es" to
4685         "Spanish" and "nl" to "Dutch".
4687 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
4689         * bindings.el (global-map): Bind <home> to beginning-of-line,
4690         <end> to end-of-line, C-<home> to beginning-of-buffer, and
4691         C-<end> to end-of-buffer.
4693         * language/european.el: Add Dutch and Spanish language info
4694         to be able to use the appropriate tutorials.
4696 2001-01-09  Alex Schroeder  <alex@gnu.org>
4698         * ansi-color.el (ansi-color-process-output): Use markers instead
4699         of positions for start and end of region.
4700         (ansi-color-apply-on-region): Rewrote code to make it more robust.
4701         Previously, occasional mistakes happend when fontifying many
4702         chunks of output (eg. ls --color=yes /dev).  This happened
4703         whenever an overlay was created up to the end of the region, which
4704         coincided with the process-mark.  New text would then be added
4705         within that overlay instead of after it.
4706         (ansi-color-make-extent): Overlays are created with the property
4707         `modification-hooks' set to '(ansi-color-freeze-overlay).
4708         (ansi-color-freeze-overlay): New function.  When inserting text at
4709         the end of the overlay, the overlay will resize.
4711 2000-01-09  Alex Schroeder  <alex@gnu.org>
4713         * ansi-color.el (ansi-color-process-output): Doc change.
4714         (ansi-color-unfontify-region): Doc change.  No longer installed
4715         automatically in font-lock-unfontify-region-function.
4716         (ansi-color-apply): Doc change.
4717         (ansi-color-apply-on-region): Use extents or overlays instead of
4718         text-properties.
4719         (ansi-color-make-extent): New function.
4720         (ansi-color-set-extent-face): New function.
4722 2000-01-09  Alex Schroeder  <alex@gnu.org>
4724         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4725         both use ansi-color-process-output, now.
4726         (ansi-color-process-output): Doesn't return string anymore.  It is
4727         installed in comint-output-filter-functions for both Emacs and
4728         XEmacs, now.
4729         (ansi-color-unfontify-region): Simplified code removing variables
4730         pos and start-ansi.
4731         (ansi-color-apply): Put text-property ansi-color before putting
4732         text-property face because ansi-color-unfontify-region is called
4733         immediately after the call to put-text-property.
4734         (ansi-color-context-region): Doc change.
4735         (ansi-color-filter-region): Simplified code.
4736         (ansi-color-apply-on-region): Changed start to start-marker, using
4737         a marker explicitly.  Put text-property ansi-color before putting
4738         text-property face because ansi-color-unfontify-region is called
4739         immediately after the call to put-text-property.
4741 2000-01-09  Alex Schroeder  <alex@gnu.org>
4743         * ansi-color.el (ansi-color-faces-vector): Doc change.
4744         (ansi-color-for-comint-mode): Changed :type property to choice.
4745         (ansi-color-last-context): Removed.
4746         (ansi-color-process-output): Don't use ansi-color-last-context, as
4747         the main functions will store their context now.
4748         (ansi-color-context): Doc change.
4749         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4750         Uses ansi-color-context such that repeated calls will strip
4751         partial escape sequences, too.
4752         (ansi-color-apply): Simplified code.  Colorize end of string if
4753         face is not null.  Store context in new (FACE STRING) format, such
4754         that repeated calls will strip partial escape sequences, too.
4755         Append faces to face property using ansi-color-apply-sequence such
4756         that cumulative mode actually works.
4757         (ansi-color-context-region): New variable.
4758         (ansi-color-filter-region): Rewrote it based on
4759         ansi-color-apply-on-region.  Uses ansi-color-context-region such
4760         that repeated calls will strip partial escape sequences, too.
4761         (ansi-color-apply-on-region): Simplified code.  Colorize end of
4762         region if face is not null.  Store context in new (FACE POS)
4763         format, such that repeated calls will strip partial escape
4764         sequences, too.  Append faces to face property using
4765         ansi-color-apply-sequence such that cumulative mode actually works.
4766         (ansi-color-apply-sequence): New function.
4767         (ansi-color-get-face): When the default face is added to the list
4768         of faces, all previous settings are discarded and the list of
4769         faces is set to '(default).
4771 2000-01-09  Alex Schroeder  <alex@gnu.org>
4773         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4774         face, such that ansi-color-apply and ansi-color-apply-on-region
4775         will do the right thing.
4776         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4777         returns nil, set the list of faces back to nil instead of
4778         appending the result of ansi-color-get-face to the front of the list.
4780 2000-01-09  Alex Schroeder  <alex@gnu.org>
4782         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4783         (ansi-color-process): Doc change.
4784         (ansi-color-last-context): New buffer-local variable.
4785         (ansi-color-process-output): New function.  It is automatically
4786         added to comint-output-filter-functions if this is XEmacs.
4787         (ansi-color-unfontify-region): New optional parameter for XEmacs
4788         compatibility.  Check wether font-lock-syntactic-keywords is
4789         boundp before removing the syntax table text property, as XEmacs
4790         doesn't have it.
4791         (ansi-color-filter-region): Doc change.
4792         (ansi-color-apply-on-region): Doc change.
4793         (ansi-color-make-face): New function.  Compatibility layer for
4794         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
4795         (ansi-color-make-color-map): Use ansi-color-make-face.
4796         (ansi-color-get-face): Avoid face text property '(nil) as results
4797         in an errow for XEmacs.
4799 2000-01-09  Alex Schroeder  <alex@gnu.org>
4801         * ansi-color.el (ansi-color-unfontify-region): New function.
4802         Uses text-property ansi-color in order to preserve fontification by
4803         ansi-color.  When the package is loaded, a lambda expression is
4804         put onto font-lock-mode-hook.  This lambda expression will check
4805         font-lock-unfontify-region-function and replace
4806         font-lock-default-unfontify-region with ansi-color-unfontify-region.
4807         (ansi-color-apply): Add text-property ansi-color in addition to
4808         text-property face.
4809         (ansi-color-apply-on-region): Add text-property ansi-color in
4810         addition to text-property face.
4811         (save-buffer-state): Copy of the macro that is also used by
4812         lazy-lock and font-lock.
4814         (ansi-color-for-comint-mode): New option.
4815         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4816         (ansi-color-for-comint-mode-off): Ditto.
4817         (ansi-color-for-comint-mode-filter): Ditto.
4818         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
4819         decide what to do.  This function is added to
4820         comint-preoutput-filter-functions when the package is loaded.
4822         (ansi-color-for-shell-mode-set): Removed.
4823         (ansi-color-for-shell-mode): Removed.
4825 2000-01-09  Alex Schroeder  <alex@gnu.org>
4827         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4828         the lambda expression from the ansi-color-for-shell-mode :set
4829         property.  Additionally, modify shell-mode-hook to enable or
4830         disable font-lock-mode for future shell buffers.
4831         (ansi-color-for-shell-mode): The :set property calls
4832         ansi-color-for-shell-mode-set instead of a lambda expression.
4834 2000-01-09  Alex Schroeder  <alex@gnu.org>
4836         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4837         (ansi-color-context): New variable.
4838         (ansi-color-apply): Save context between calls.
4840 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
4842         * isearch.el (isearch, isearch-lazy-highlight-face):
4843         New definitions for face colors and attributes.
4845         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4846         of display-mouse-p.
4848 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
4850         * international/mule.el (make-coding-system): If the coding system
4851         accepts extra latin codes, register such codes as safe for the
4852         coding system.
4854 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4856         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4857         don't mention the file name or the date here, because they are
4858         logged at the start of the file.
4860 2001-01-08  Richard M. Stallman  <rms@gnu.org>
4862         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4863         Change screen-width to frame-width.
4865 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4867         * info.el (Info-search): Print the default as part of the prompt.
4869 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
4871         * vc.el (vc-default-latest-on-branch-p): New function, replaces
4872         constant implementations in backends.
4874         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4875         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4877         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4878         WRITABLE to EDITABLE.
4880         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4881         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4882         to EDITABLE.
4884 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
4886         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
4887         (copyright, copyright-update): Compute the current year at run time.
4889 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
4891         * isearch.el (isearch-old-signal-hook): Removed.
4892         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4893         instead of setting signal-hook-function.
4894         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4896 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
4898         * emulation/edt.el: Update to version 4.0.  Provide support for
4899         EDT scroll margins at top and bottom of the window.  Provide an
4900         emulation of the EDT SUBS command (bound to GOLD-Enter, by
4901         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
4902         user when file-related buffer modifications exist.
4903         Provide support for running EDT Emulation in XEmacs.
4904         Provide customize access to some user updatable variables.
4905         Add Commentary section to file header.
4906         Fixed a few minor bugs and cleaned up some code.
4908         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
4909         for detecting a keypress that generates an ASCII key sequence.
4910         (Previously, only a keypress that generates a vector was
4911         recognized.)  Embed Window Manager name into name of the generated
4912         EDT Emulation initialization file since the initialization file is
4913         Window Manager specific.  Add Commentary section to file header.
4915 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
4917         * mail/sendmail.el (mail-mode): Doc fix.
4919         * info.el (Info-goto-emacs-command-node): Doc fix.
4920         (Info-goto-emacs-key-command-node): Doc fix.
4922 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4924         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
4925         systems without long file-name support.
4927 2001-01-06  Andrew Innes  <andrewi@gnu.org>
4929         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4931 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
4933         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4934         (isearch-lazy-highlight-update): Doc fix.
4936         * ffap.el (ffap-bindings): Doc fix.
4938         * dired-x.el (dired-virtual-guess-dir): Doc fix.
4940 2001-01-05  Dave Love  <fx@gnu.org>
4942         * emacs-lisp/cl-seq.el (remove, remq): Remove.
4944 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
4946         * mouse-drag.el (mouse-drag-safe-scroll):
4947         Bind scroll-preserve-screen-position to nil.
4949         * isearch.el (isearch-old-signal-hook): New variable.
4950         (isearch-mode): Set signal-hook-function to isearch-done.
4951         (isearch-done): Restore old signal-hook-function.
4953         * info.el (Info-fontify-node): Mark one more char as intangible.
4955 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
4957         * composite.el (compose-last-chars): New argument COMPONENTS.
4958         If it is non-nil, compose preceding characters by compose-region with
4959         COMPONENTS.
4961         * international/quail.el (quail-input-string-to-events): New function.
4962         (quail-input-method): Convert input string to events here.
4963         (quail-start-translation): Return input string, not event list.
4964         (quail-start-conversion): Likewise.
4966 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
4968         * tooltip.el (tooltip-cancel-delayed-tip)
4969         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4970         and tooltip-add-timeout.
4971         (tooltip-show): Set border color from faces's foreground.
4972         (tooltip-show-help-function): If called with the same help string
4973         as last time, do nothing.
4974         (tooltip-help-tips): Don't set tooltip-help-message to nil.
4976         * startup.el (fancy-splash-screens): Don't bind show-help-function
4977         to nil.
4979         * tooltip.el (tooltip-frame-parameters): Remove colors.
4980         (tooltip): New face
4981         (tooltip-set-param): New function.
4982         (tooltip-show): Set up color frame parameters from face `tooltip'.
4983         Display the tooltip text in face `tooltip'.
4985 2001-01-04  Dave Love  <fx@gnu.org>
4987         * whitespace.el (whitespace-global-mode): Fix typo.
4989         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4991 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
4993         * help.el (help-for-help): Fix a typo in a doc string.
4994         From kwzh@gnu.org (Karl Heuer).
4996 2001-01-03  Dave Love  <fx@gnu.org>
4998         * dired-x.el: Doc fixes.  Maintainer change.
4999         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5000         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5001         (dired-guess-shell-alist-user): Customize.
5002         (dired-x-help-address): Set to bug-gnu-emacs.
5003         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5004         (dired-default-directory): Renamed from default-directory.
5006         * hl-line.el (hl-line): Doc fix.
5008 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
5010         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5012 2001-01-02  Richard M. Stallman  <rms@gnu.org>
5014         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5015         to remove all the current alternative-match highlighting.
5016         If nil, remove only what's outside the current window.
5017         (isearch-lazy-highlight-remove-overlays): Take optional
5018         region within which NOT to remove them.
5019         (isearch-lazy-highlight-new-loop): Greatly simplified.
5020         (isearch-lazy-highlight-update): Find all the other occurrences
5021         visible in the window, in just one call.
5022         (isearch-lazy-highlight-start): Now holds start of region to scan.
5023         (isearch-lazy-highlight-end): Now holds end of region to scan.
5024         (isearch-lazy-highlight-wrapped): Variable deleted.
5025         (isearch-lazy-highlight-search): Function deleted.
5027 2000-01-02  Andrew Innes  <andrewi@gnu.org>
5029         * w32-fns.el (convert-standard-filename): Do length check on name
5030         before aref.
5032 2001-01-02  Dave Love  <fx@gnu.org>
5034         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5035         value.
5036         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5038         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5040         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5041         read syntax.
5043         * calendar/todo-mode.el (todo): Add :link, :version.
5044         (todo-save-top-priorities): Remove autoload cookie.
5045         (todo-add-category, todo-add-item-non-interactively)
5046         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5048 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
5050         * comint.el (comint-input-history-ignore): New variable.
5051         (comint-read-input-ring): Ignore entries matching
5052         comint-input-history-ignore.
5054 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
5056         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5057         (lm-copyright-mark): New function.
5058         (lm-crack-copyright): New function.
5059         (lm-verify): Check that the file has a copyright.
5060         Check that the file is copyright Free Software Foundation.
5062 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
5064         * international/mule-diag.el (print-fontset): Indent font name by
5065         24 columns, not 25.
5067 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
5069         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5070         in Subject line.
5072         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5073         Use mail-mode-hook instead of mail-setup-hook.
5074         Otherwise continuing an interrupted message with C-u C-x m for
5075         instance, winds up in Mail mode without abbrevs.
5077 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5079         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5080         non-nil.  Adding almost all customization variables on ps-setup.
5081         Doc fix.
5082         (ps-print-version): New version number (6.3.3).
5083         (ps-end-with-control-d): Initialization fix.
5084         (ps-lines-printed): New var.
5085         (ps-skip-newline): New fun.
5086         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5087         (ps-next-line, ps-continue-line, ps-plot-region)
5088         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5090 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
5092         * international/fontset.el (x-complement-fontset-spec):
5093         Resolve ASCII font name so that the same family name is used for fonts
5094         registered in x-font-name-charset-alist.
5095         (create-fontset-from-fontset-spec): Adjusted for the above change.
5096         The name of fontset alias should be a unresolved ASCII font name.
5098 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
5100         * simple.el (delete-key-deletes-forward-mode): Bind backspace
5101         and delete in isearch-mode-map.
5103 2000-12-28  Richard M. Stallman  <rms@gnu.org>
5105         * dired-x.el (dired-guess-shell-alist-default):
5106         Use xpdf instead of acroread.
5108 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
5110         * textmodes/artist.el (artist-butlast): Deleted.
5111         (artist-ellipse-mirror-quadrant): Use butlast instead of
5112         artist-butlast.
5114         * subr.el (butlast, nbutlast): Moved from cl.el to here.
5116         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5118 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5120         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5122         * ls-lisp.el: Better support for the Mac and MS-Windows.
5123         (ls-lisp): New defgroup.
5124         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5125         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5126         (ls-lisp-support-shell-wildcards): New defcustoms.
5127         (ls-lisp-parse-symlink): New function.
5128         (insert-directory): Code to convert switches to a list and set up
5129         the wildcard argument copied from ls-lisp-insert-directory.
5130         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
5131         for -C and -R switches.
5132         (ls-lisp-column-format): New function.
5133         (ls-lisp-delete-matching, ls-lisp-handle-switches)
5134         (ls-lisp-format-time): Add doc strings.
5135         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5136         Support ls-lisp-dirs-first.
5137         (ls-lisp-classify, ls-lisp-extension): New functions.
5138         (ls-lisp-format): Optionally support emulation of symlinks.
5139         Support -i, -s, and -G switches.
5141 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
5143         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5145         * version.el (emacs-version): Print X scroll bar information.
5147         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5148         instead of x-toolkit-scroll-bars-p.
5150         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5151         of x-toolkit-scroll-bars-p.
5153 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5155         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5156         (ffap-bindings): Doc fix, to reflect the above change.
5158 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
5160         * term.el (term-char-mode): Define all non-ascii self-inserting
5161         characters to 'term-send-raw in term-raw-map.
5163 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
5165         * viper-init (viper-restore-cursor-type): Added condition-case guard.
5167         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5168         Changed initialization; use add-hook.
5169         (ediff-file-remote-p): Use file-local-copy.
5171         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5173         * ediff.el (ediff-patch-buffer): Bug fix.
5174         (ediff-revision): Allow selection of the file at the prompt.
5176 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
5178         * subr.el (combine-run-hooks): Remove.
5180         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5181         and remove the rogue second spec.
5183 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
5185         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5187 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
5189         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5190         Use minibuffer menu prompt for the `=' prefix.
5191         (smerge-command-prefix): Change default to C-^.
5192         (smerge-mode): Don't assume font-lock doesn't move point.
5194         * skeleton.el (skeleton-internal-1): Make sure the first line of
5195         the region is also re-indented.
5196         (skeleton-end-newline): New var.
5197         (skeleton-end-hook): Use it.
5199 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5201         * comint.el (comint-password-prompt-regexp): Support CVS.
5203 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
5205         * simple.el (delete-key-deletes-forward-mode): Simplify.
5206         Also backspace key combinations, depending on
5207         delete-key-deletes-forward.
5209         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5211         * simple.el (delete-key-deletes-forward): Doc fix.
5213 2000-08-22  Emmanuel Briot  <briot@gnat.com>
5215         * xml.el (top level comment): Updated to reflect the fact that
5216         white spaces are relevant in the XML file.
5217         (xml-parse-file): Do not kill an existing Emacs buffer if the file
5218         to parse was already edited. This allows for on-the-fly analysis
5219         of XML files.
5220         (xml-parse-tag): Check that the casing is the same in the start
5221         tag and end tag, since XML is case-sensitive.  Allows for spaces
5222         in the end tag, after the name of the tag.
5223         (xml-parse-attlist): Allow for the character '-' in the name of
5224         attributes, as in the standard http-equiv attribute Do not save
5225         the properties in the XML tree, since they are not relevant.
5227 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
5229         * generic.el (generic-read-type): Undo last change, inline into
5230         `generic-mode' and then remove.
5231         (generic-mode): Inline generic-read-type.
5232         (define-generic-mode): Push the symbol name rather than the symbol
5233         onto generic-mode-list.
5235 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
5237         * generic.el (generic-read-type): Build an alist for
5238         completing-read as in 20.7.
5240         * play/landmark.el (lm): Use interactive spec `P'.
5241         (toplevel): Don't set debug-on-error.
5243         * server.el (server-switch-buffer): Choose a window on a visible frame.
5245 2000-12-21  Dave Pearson  <davep@davep.org>
5247         * quickurl.el: Commentry change, I've moved my web site.
5249 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5251         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5252         ranges like \177-\237, but accepts the character sequence from \177 to
5253         \237.  Doc fix.
5254         (ebnf-version): New version (3.4).
5255         (ebnf-setup): Code fix.
5256         (ebnf-range-regexp): New fun.
5257         (ebnf-8-bit-chars): Const fix.
5259         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5260         entry.  Doc fix.
5261         (ebnf-bnf-lex): Code fix.
5262         (ebnf-bnf-comment-chars): Const fix.
5264         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5265         entry.  Doc fix.
5266         (ebnf-iso-comment-chars): Const fix.
5268         * ebnf-otz.el: Doc fix.
5270         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5271         entry.  Doc fix.
5272         (ebnf-yac-skip-code): Code fix.
5273         (ebnf-yac-comment-chars): Const fix.
5275 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
5277         * files.el (insert-directory-safely): New function.
5278         (recover-file): Use it instead of insert-directory.
5279         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5281 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5283         * international/mule-cmds.el (select-safe-coding-system):
5284         Check coding-category-list more rigidly.  Improve help message.
5286         * dired.el (dired-move-to-filename-regexp): Fix previous change.
5288 2000-12-21  Miles Bader  <miles@gnu.org>
5290         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5292 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
5294         * international/mule-diag.el (describe-char-after): Make *Help*
5295         buffer inherit multibyteness of the current buffer.
5297         * international/mule.el (make-char): Docstring adjusted for the
5298         change of make-char-internal.
5300 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
5302         * international/iso-cvt.el: Docstrings fix.
5304 2000-12-20  Dave Love  <fx@gnu.org>
5306         * subr.el (eval-after-load): Doc fix.
5308 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
5310         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5311         for numbers.
5313 2000-12-20  Miles Bader  <miles@gnu.org>
5315         * international/quail.el (quail-help): Resize the help window
5316         again after it has all its contents.  Remove unneeded progn.
5318 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
5320         * pcmpl-linux.el: Fix copy/paste error.
5322 2000-12-19  Andrew Innes  <andrewi@gnu.org>
5324         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5326 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5328         * progmodes/idlw-rinfo.el: Fixed copyright notice.
5330         * progmodes/idlw-toolbar.el: Fixed copyright notice.
5332         * progmodes/idlw-shell.el: Fixed copyright notice.
5334         * progmodes/idlwave.el: Fixed copyright notice.
5336         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5337         TAB as key separators.
5339 2000-12-19  Alex Schroeder  <alex@gnu.org>
5341         * sql.el (sql-sybase-options): New option.
5342         (sql-sybase): Use it.  Add sql-database to the list of parameters
5343         provided for login.  The options -w 2048 -n are not used any more.
5344         (sql-postgres-options): Changed default from "--pset" to "-P".
5345         (sql-mysql-options): Doc change.
5346         (sql-stop): Doc change.
5348 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
5350         * international/quail.el (quail-input-method): Always hide
5351         the guidance buffer on exiting.
5353 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5355         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5356         isn't fboundp.
5358         * server.el (server-buffer-done): Bury the buffer before
5359         killing it.
5361         * faces.el (face-spec-set): Interpret a nil in specs for
5362         foreground and background colors as `unspecified', for
5363         compatibility with 20.x.
5365 2000-12-18  Dave Love  <fx@gnu.org>
5367         * simple.el (mail-user-agent): Doc fix.
5368         (input-mode-8-bit): Removed.
5370         * international/mule.el (set-keyboard-coding-system): Doc fix.
5371         (keyboard-coding-system): New option.
5373         * mail/sendmail.el (send-mail-function): Customize.
5375 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
5377         * international/codepage.el (cp866-decode-table): New table.
5379 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5381         * version.el (emacs-version): Remove `%a' from the time format
5382         because the weekday doesn't fit well into each locale.
5384 2000-12-18  Miles Bader  <miles@gnu.org>
5386         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5388         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5389         Check that emacs-major-version is `=' to 20, not `>='.
5390         (artist-replace-chars): Use `make-string' instead of a loop.
5392 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
5394         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5395         (cvs-execute-single-file): Don't change directory.
5396         Patch from Per Cederqvist.
5398 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5400         * textmodes/ispell.el (check-ispell-version):
5401         If `ispell-program-name' is "aspell", pass it the -v switch instead
5402         of -vv.
5404 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
5406         * international/mule-diag.el (mule-diag): Insert information about
5407         configure options, multibyte awareness, language env.
5409         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5410         regexp to search for candidates.
5412 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5414         * info.el (Info-forward-node): If the node has an
5415         Info-header-line, widen the buffer before searching for "next:"
5416         and "up:" pointers, and set the search limit to stay in the
5417         current node.
5419 2000-12-16  Miles Bader  <miles@gnu.org>
5421         * simple.el (delete-trailing-whitespace): Remove extraneous let.
5423 2000-12-15  Miles Bader  <miles@gnu.org>
5425         * comint.el (comint-send-string, comint-send-region): Also accept
5426         a buffer, buffer-name, or nil for PROCESS, for compatibility with
5427         process-send-string/region.
5429 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
5431         * isearch.el (isearch-lazy-highlight-max): New user-option.
5432         (isearch-lazy-highlight-update): Don't highlight more than
5433         isearch-lazy-highlight-max matches.
5435         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5437 2000-12-15  Richard M. Stallman  <rms@gnu.org>
5439         * sort.el (sort-columns): Fix error message.
5441         * dabbrev.el (dabbrev--last-case-pattern): Value is now
5442         `upcase' or `downcase' or nil.
5443         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5444         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5445         (dabbrev--substitute-expansion): New arg record-case-pattern.
5446         If it is non-nil, set dabbrev--last-case-pattern.
5447         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5449         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5451 2000-12-15  Miles Bader  <miles@gnu.org>
5453         * paths.el (Info-default-directory-list): Don't delete
5454         configure-info-directory from the list of standard info
5455         directories when appending it to the end -- their order is important.
5457         * faces.el (read-face-attribute): If there's no entry for the
5458         user's input in VALID, just use it as-is (this will often result
5459         in an error, but it may be OK for e.g. colors using hexadecimal
5460         notation, and at least will yield a better error message).
5462         * window.el (mode-line-window-height-fudge): Function removed.
5463         (height-affecting-face-attributes, mode-line-window-height-fudge):
5464         Variables removed.
5465         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5466         window is really the right size.  Use vertical-motion
5467         rather than forward-line.
5468         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5469         (ispell-command-loop, ispell-show-choices): Use the variable
5470         ispell-choices-win-default-height, rather than the function.
5471         (ispell-choices-win-default-height): Function removed.
5472         (ispell-mode-line-window-height-fudge): Function removed.
5474 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
5476         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5478 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5480         * paths.el (Info-default-directory-list):
5481         If configure-info-directory is not one of the standard directories,
5482         put it first in the list; otherwise put it last.  Doc string
5483         changed accordingly.
5485         * info.el (Info-directory-list): Change doc string to reflect the
5486         change in Info-default-directory-list.
5488         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5489         windows-nt as windowed environments, even under -nw.
5491         * startup.el (command-line): Don't call x-backspace-delete-keys-p
5492         if not fboundp.  Switch delete-forward mode for the <delete> key
5493         on all PC platforms, even under -nw.
5495         * term/internal.el ([M-delete]): Remap to M-d.
5497 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5499         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5501 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
5503         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5505 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5507         * startup.el (command-line): Call delete-key-deletes-forward-mode,
5508         if appropriate.
5510         * simple.el (delete-key-deletes-forward): New user-option.
5511         (delete-key-deletes-forward-mode): New function.
5513         * bindings.el: Bind `delete' to backward-delete-char.
5515         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5516         Test if symbol is bound before getting its value.
5518         * tooltip.el (tooltip-show): If an error is signaled in
5519         x-show-tip, display that error, and display the help in the
5520         echo area.
5522 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
5524         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5525         Show "... entries" messages for every 10000 entries, not 10.
5527 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
5529         * bookmark.el: Provide a generic exit hook, as suggested by
5530         Ovidiu Predescu <ovidiu@cup.hp.com>:
5531         (bookmark-exit-hook): New var.
5532         (bookmark-exit-hook-internal): New func, replaces
5533         old raw lambda form in `kill-emacs-hook', and runs new
5534         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
5535         as logically that feature must have been provided if this function
5536         is running.
5537         Removed ;;;###autoload before the `add-hook' call.
5539 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
5541         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5542         (easy-menu-current-active-maps): New function.
5543         (easy-menu-get-map): Use it.
5544         Make a proper menu entry when creating a new keymap.
5546 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
5548         * international/characters.el: Fix cases and syntaxes for
5549         mule-unicode-0100-24ff.
5551         * dired.el (dired-move-to-filename-regexp): Fixed for the case
5552         that a Japanese character is not appended after day and year.
5554         * info.el (Info-suffix-list): Change format for a command that
5555         requires arguments.
5556         (info-insert-file-contents): Adjusted for the above change.
5558 2000-12-12  Andreas Schwab  <schwab@suse.de>
5560         * tar-mode.el (tar-extract): Base the name of the subfile buffer
5561         on the name of the tar buffer.  Verify that the existing buffer is
5562         visiting the same subfile.
5564 2000-12-12  Dave Love  <fx@gnu.org>
5566         * subdirs.el: Add obsolete.
5568 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5570         * mail/rmailsum.el (rmail-summary-expunge)
5571         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5572         instead of rmail-confirm-expunge.
5574         * replace.el (perform-replace): Don't use an empty match adjacent
5575         to a non-empty match when computing the next match before the
5576         replacement is performed.
5578 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
5580         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5581         definition (patch by Stefan Monnier).
5582         (glasses-mode): Use jit-lock instead of `after-change-functions'
5583         (patch by Stefan Monnier).
5585 2000-12-12  Miles Bader  <miles@gnu.org>
5587         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5588         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5590 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
5592         * term/mac-win.el: Remove load for ls-lisp.
5594         * loadup.el: Load ls-lisp for system-type `macos'.
5596 2000-12-12  Miles Bader  <miles@gnu.org>
5598         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5599         Respect field end too.
5600         (just-one-space): Respect fields as `delete-horizontal-space'.
5601         (newline-and-indent, reindent-then-newline-and-indent):
5602         Use `delete-horizontal-space'.
5604 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
5606         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5607         (so as to obey the field property in the minibuffer).
5609         * obsolete/c-mode.el: Moved from lisp/progmodes.
5610         * obsolete/auto-show.el: Moved from lisp.
5611         * obsolete/ooutline.el: Moved from lisp/textmodes.
5613 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5615         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
5616         changes to list them here.
5618         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5619         Too many changes to list them here.
5621         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5622         Too many changes to list them here.
5624         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5626 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
5628         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5630         * cus-edit.el (custom-save-variables, custom-save-faces):
5631         Comment fix.
5633         * hscroll.el: Moved to `obsolete' subdir.
5635 2000-12-11  Miles Bader  <miles@gnu.org>
5637         * window.el (window-text-height): Function removed (now in C).
5639 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
5641         * log-edit.el (log-edit-parent-buffer): New var.
5642         (log-edit): Set it.  Add BUFFER argument.
5643         (log-edit-done): Use char-before.
5644         Don't bother checking validity of vc-comment-ring.
5645         Only bury the buffer if log-edit popped it up.
5647         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5648         (cvs-mode-diff-help): Remove.
5649         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5650         (cvs-mode-marked): Set up the default for CMD manually.
5652         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5653         Remove binding for ? now made unnecessary.
5655 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5657         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5658         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5660         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5661         when master file is not open.
5663 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5665         * progmodes/ada-stmt.el: Update `maintainer'.
5667 2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
5669         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5670         choices to match documentation string.
5672 2000-12-09  Miles Bader  <miles@gnu.org>
5674         * minibuf-eldef.el: New file.
5676         * window.el (fit-window-to-buffer): Don't pass last argument to
5677         pos-visible-in-window-p, now that its meaning is inverted.
5679 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
5681         * image.el (create-image): Doc fix; spotted by Per Cederqvist
5682         <ceder@lysator.liu.se>.
5684 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
5686         * autoinsert.el (auto-insert-alist): Add missing final \n.
5688         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
5689         (cvs-menu-map): Remove.
5690         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5691         (cvs-mode-quit): Turn it back into a plain function.
5693         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5694         (texinfo-filter): Remove (move to texinfo.el).
5696         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5697         file where it's more visible.
5698         (texinfo-filter, texinfo-chapter-level-regexp): New variables
5699         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5700         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5701         (texinfo-inside-macro-p): Only catch `scan-error's.
5702         (texinfo-inside-env-p): Make better use of the match info.
5703         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5704         (texinfo-insert-@end): Slight re-organization.
5705         Also remove useless `looking-at' call.
5707 2000-12-08  Andrew Innes  <andrewi@gnu.org>
5709         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5710         accessible in -nw mode.
5712         * term/w32-win.el: Remove stuff about selection timeout, which is
5713         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
5714         it is accessible in -nw mode.
5716 2000-12-08  Dave Love  <fx@gnu.org>
5718         * emacs-lisp/lisp-mode.el (lisp-mode):
5719         Set font-lock-keywords-case-fold-search.
5721 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
5723         * textmodes/ispell.el (ispell): Doc fix.
5725 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
5727         * international/quail.el (quail-insert-decode-map): Check the
5728         frame width of a window displaying the current buffer, not that of
5729         the selected frame.
5730         (quail-help): Make sure that the help buffer has window before
5731         inserting text in it.
5733 2000-12-07  Sam Steingold  <sds@gnu.org>
5735         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5736         Backquote is used in isearch.el, so autoloading saves nothing.
5738 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
5740         * startup.el (normal-top-level-add-subdirs-to-load-path):
5741         Ignore the CVS and RCS subdirectories case-insensitively.
5743         * dired.el (dired-insert-directory): If file-system-info is
5744         fboundp, call it instead of invoking dired-free-space-program.
5746 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
5748         * server.el (server-visit-files): Push files on file-name-history.
5750         * progmodes/cc-langs.el: Update copyright.
5752         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5754         * bindings.el (mode-line-mode-menu): Add glasses-mode.
5756         * bindings.el (mode-line-mode-menu): Reverse the order
5757         of define-keys so that the menu appears in alphabetical order.
5759 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
5761         * progmodes/glasses.el (glasses-mode): Update mode line at the end
5762         of the function.
5764 2000-12-07  Dave Love  <fx@gnu.org>
5766         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5768         * facemenu.el (facemenu-unlisted-faces): Fix value.
5770 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5772         * font-lock.el (font-lock-default-fontify-region):
5773         Include the terminating \n (off-by-one error).
5774         (font-lock-set-defaults): Use dolist.
5776         * derived.el (define-derived-mode): Don't use combine-run-hooks.
5778 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
5780         * international/mule-cmds.el (describe-language-environment):
5781         Fix for the case that an input method title is not string but a list.
5783         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5784         of wrong SIZE record.
5786 2000-12-06  Dave Love  <fx@gnu.org>
5788         * newcomment.el (comment-region, comment-dwim): Doc fix.
5790         * textmodes/texinfo.el: Require tex-mode when compiling.
5791         (texinfo-update-node): Doc fix.
5792         (texinfo-imenu-generic-expression): Add @anchor.
5793         (texinfo-font-lock-keywords): Add @uref.
5794         (texinfo-inside-macro-p): Don't use ignore-errors.
5795         (texinfo-insert-quote): Match more contexts.
5797         * international/mule.el (decode-char, encode-char): Doc fix.
5798         (auto-coding-alist): Customize.
5800         * files.el (load-file): Fix change of 2000-03-12.
5802         * wid-edit.el (widget-text-keymap): Doc fix.
5804 2000-12-06  Andrew Innes  <andrewi@gnu.org>
5806         * makefile.w32-in (lisp): Set to an absolute directory, namely
5807         $(CURDIR).
5809 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5811         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5812         read generated-autoload-file, and set buffer-file-coding-system to
5813         raw-text-unix after reading the file.
5815         * international/mule-conf.el (file-coding-system-alist):
5816         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
5818 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
5820         * replace.el (occur): Make line-number-width 1 smaller for the
5821         colon following the line number.
5823         * startup.el (fancy-splash-text, command-line-1):
5824         Use `File' for the menu name instead of `Files'.
5826         * tmm.el: Update copyright.
5828         * cus-start.el: Add entry for even-window-heights.
5830 2000-12-06  Miles Bader  <miles@gnu.org>
5832         * faces.el (frame-set-background-mode): Avoid stomping on
5833         locally modified faces.
5835 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
5837         * international/fontset.el: Correct the font registries for
5838         japanese-jisx0213-1 and japanese-jisx0213-2.
5840 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
5842         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5844         * iswitchb.el: Update customization commentary.
5846 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
5848         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5849         (tpu-search-highlight): Fixed comparison of overlay end positions.
5850         (tpu-trim-line-ends): Implemented trimming logic locally.
5852         * emulation/tpu-extras.el (tpu-write-file-hook)
5853         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
5855 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
5857         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5858         to cn-gb.
5859         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5861 2000-12-04  Dave Love  <fx@gnu.org>
5863         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5865 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5867         * mail/rmailsum.el (rmail-summary-expunge)
5868         (rmail-summary-expunge-and-save): Ask for confirmation with
5869         rmail-expunge-confirmed.
5871         * mail/rmail.el (rmail-expunge-confirmed): New function.
5872         (rmail-expunge): Use it.
5874 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
5876         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
5877         (etags-recognize-tags-table, find-tag-in-order):
5878         New functionality: interpret file names as tags.
5880 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
5882         * info.el (Info-scroll-prefer-subnodes): New defcustom.
5883         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5884         the first subnode until the bottom of the current node is visible.
5886 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
5888         * format.el (format-decode): Don't change buffer's undo list.
5890 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
5892         * faces.el (face-font-registry-alternatives): Add entries for CJK
5893         fonts.  Doc-string adjusted for the actual usage of this data.
5895         * international/fontset.el: Change the font registries for CJK
5896         fonts in the default fontset.  Don't append '*' to registries.
5898 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
5900         * emacs-lisp/easy-mmode.el (define-derived-mode)
5901         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5903         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5904         (derived-mode-p): New function.
5905         (derived-mode-make-docstring): Add `docstring' argument.
5906         Use it if available and complete it if necessary.
5908 2000-12-03  Andreas Schwab  <schwab@suse.de>
5910         * type-break.el (type-break): Don't make parent of itself.
5912 2000-12-03  Miles Bader  <miles@gnu.org>
5914         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5916 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5918         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5919         (tex-main-file, tex-file): Simplify.
5920         (tex-generate-zap-file-name): Use subst-char-in-string.
5921         (tex-strip-dots): Remove.
5923         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5925         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5926         to check if the match succeeded.
5928 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5930         * startup.el (use-fancy-splash-screens-p): New function.
5931         (command-line-1): Use it to determine whether or not to use
5932         a fancy splash screen.
5934 2000-12-02  Andreas Schwab  <schwab@suse.de>
5936         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5938 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5940         * international/mule.el (make-char): Fix last change.
5942         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5943         New defcustoms.
5944         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5945         autoloading tex-mode; instead, do the same manually.
5946         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
5947         with numeric argument.  Docstring fix.
5948         (toplevel): Require cl when compiling.
5950         * international/mule.el (make-char): Doc fix.
5952 2000-12-02  Jason Rumney  <jasonr@gnu.org>
5954         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5955         the Emacs Lisp manual)
5957 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5959         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5961         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5962         the Emacs Lisp manual).
5964 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
5966         * simple.el (next-line-add-newlines): Change default to nil.
5968 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
5970         * files.el (revert-buffer, recover-file):
5971         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5973 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
5975         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5977 2000-12-01  Miles Bader  <miles@gnu.org>
5979         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5981 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
5983         * international/mule-diag.el (describe-char-after): Fix typo.
5984         (describe-character-set, non-iso-charset-alist): Fix typo.
5986 2000-12-01  Miles Bader  <miles@gnu.org>
5988         * image-file.el (image-file-name-regexp): Automatically add
5989         upper-case variants of each filename extension in
5990         `image-file-name-extensions', since they seem to be common.
5992         * simple.el (minibuffer-contents)
5993         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5994         New functions.
5995         * filecache.el (file-cache-directory-name)
5996         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5998 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
6000         * filecache.el (file-cache-minibuffer-complete): Don't try to
6001         delete the minibuffer prompt.
6003 2000-11-30  Dave Love  <fx@gnu.org>
6005         * cus-start.el: Fix read-buffer-function type.
6007 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6009         * md5.el: Removed.  There's a built-in function, now.
6011 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
6013         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6014         as dummy 0-th char of rmail-deleted-vector.
6016 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
6018         * ps-print.el (ps-end-job): Bind case-fold-search only after
6019         switching to ps-spool-buffer.
6021 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6023         * ps-print.el: Line number font customization.  PostScript: Lines and
6024         PageCount are initialized on each page.  Doc Fix.
6025         (ps-print-version): New version number (6.3.2).
6026         (ps-lpr-switches, ps-font-info-database, ps-font-size)
6027         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6028         (ps-right-header): Customization fix.
6029         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6030         Fix code.
6031         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6032         New vars.
6034 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
6036         * bs.el: Fix typos and spelling errors.
6037         (bs-appearance) <defgroup>: Renamed from bs-appearence.
6038         (bs-configuration): Doc fix.
6040         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
6042 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
6044         * emulation/tpu-edt.el (tpu-version): New version.
6045         (tpu-search-overlay, tpu-replace-overlay): New initial range.
6046         (tpu-original-mode-line): Variable deleted.
6047         (tpu-mark-flag): New initial value.
6048         (tpu-set-mode-line): Don't redefine mode-line-format.
6049         Add tpu-mark-flag to minor-mode-alist.
6050         (tpu-update-mode-line): New mark flag logic.
6051         (tpu-get): Use find-file-wildcards.
6052         (tpu-search-highlight): Move overlay less, reset overlay properly.
6053         (tpu-unselect): Deactivate mark.
6054         (tpu-lm-replace): Reset overlay properly.
6055         (tpu-forward-line): Use forward-visible-line.
6056         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
6058         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6060 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
6062         * cus-edit.el (custom-face-value-create): Always emphasize tag.
6064 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6066         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6067         and skip whitespace and newlines.
6069 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
6071         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6073 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
6075         * help.el (describe-function-1): Regexp-quote function name
6076         when used as part of a regexp.
6078         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6079         Use face-attribute instead of face-foreground and face-background.
6080         (tool-bar-add-item): Likewise, and handle unspecified colors.
6082         * enriched.el (enriched-face-ans): Use face-attribute instead
6083         of face-foreground and face-background.
6085         * faces.el (face-foreground, face-background, face-stipple):
6086         Return nil if attribute is unspecified, for backward compatibility.
6088         * files.el (auto-mode-alist): Add an entry for antlr-mode.
6090         * play/5x5.el: Remove version info.
6092         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6094         * frame.el (blink-cursor-mode): Doc fix.
6096 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6098         * antlr-mode.el: New commands to run ANTLR from within Emacs and
6099         to create Makefile rules.
6100         (antlr-tool-command): New user option.
6101         (antlr-ask-about-save): New user option.
6102         (antlr-makefile-specification): New user option.
6103         (antlr-file-formats-alist): New variable.
6104         (antlr-special-file-formats): New variable.
6105         (antlr-unknown-file-formats): New user option.
6106         (antlr-help-unknown-file-text): New variable.
6107         (antlr-help-rules-intro): New variable.
6108         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6109         (antlr-mode-menu): Add entries.
6110         (antlr-file-dependencies): New function.
6111         (antlr-directory-dependencies): New function.
6112         (antlr-superclasses-glibs): New function.
6113         (antlr-run-tool): New command.
6114         (antlr-makefile-insert-variable): New function.
6115         (antlr-insert-makefile-rules): New function.
6116         (antlr-show-makefile-rules): New command.
6118         * antlr-mode.el: More Emacs/XEmacs stuff.
6119         (antlr-no-action-keywords): New constant with value nil.
6120         (antlr-font-lock-keywords-alist): Use it.  Old value would break
6121         syntax highlighting in Emacs-21.0.
6122         (antlr-default-directory): Emacs/XEmacs dependend function.
6123         (antlr-read-shell-command): Ditto.
6124         (antlr-with-displaying-help-buffer): Ditto.
6126 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6128         * antlr-mode.el: imenu, parsing and highlighting changes.
6129         (antlr-imenu-create-index-function): Don't create extra submenus
6130         for definitions in different grammar classes.  It is not necessary
6131         for the menu and would make command `imenu' awkward to use.
6132         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6133         header actions and more than one.
6134         (antlr-font-lock-tokendef-face): Changed color.
6135         (antlr-font-lock-tokenref-face): Changed color.
6136         (antlr-font-lock-additional-keywords): Also highlight lowercase.
6137         (antlr-mode-syntax-table): New variable.
6138         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6139         (antlr-with-syntax-table): Don't copy syntax table.
6141 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6143         * antlr-mode.el: Minor changes: language setting.
6144         (antlr-language-alist): The value for file option "language" can
6145         be both an identifier and a string.
6146         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6147         (antlr-language-limit-n-regexp): Change accordingly.
6149 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
6151         * antlr-mode.el: Minor changes: tabs, hiding.
6152         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6153         (antlr-action-visibility): Also allow value nil to also hide the
6154         braces.  Renamed from `antlr-tiny-action-length'.
6155         Suggested by Jay@aol.com.
6156         (antlr-hide-actions): Change accordingly.  Hide line if completely
6157         hidden action is on a line of its own.
6159 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6161         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6163         * sort.el (sort-columns): Don't concat strings with numbers.
6165 2000-11-29  Dave Love  <fx@gnu.org>
6167         * cus-edit.el (face): Fix :format.
6169         * mail/feedmail.el: Require smtpmail when compiling.
6170         (mail-do-fcc): Autoload.
6171         (feedmail) <defgroup>: Fix :link.
6172         (feedmail-nuke-body-in-fcc): Fix :type.
6173         (feedmail-send-it): Add autoload cookie.
6175 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
6177         * newcomment.el (comment-indent): Save excursion around call to
6178         comment-indent-function.
6180 2000-11-29  Miles Bader  <miles@gnu.org>
6182         * subr.el (member-ignore-case): Return the tail of the list who's
6183         car matches, like `member', not the matching element itself.
6185 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
6187         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
6188         should not contain `\n'.
6190 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6192         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6194         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6196         * dired-aux.el (dired-do-create-files): Construct default file
6197         name for dired-mark-read-file-name so that when the user enters
6198         just RET, the target file will end up in the target directory.
6200         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6201         local-abbrev-table before changing buffers because it might
6202         have a buffer-local binding.
6204 2000-11-28  Miles Bader  <miles@gnu.org>
6206         * simple.el (delete-horizontal-space): Handle fields more generally.
6208 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6210         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6212 2000-11-28  Dave Love  <fx@gnu.org>
6214         * progmodes/ps-mode.el (ps-mode): Set comment-start and
6215         comment-start-skip locally.
6217         * progmodes/fortran.el (fortran-mode): Don't set
6218         fortran-comment-line-start-skip.  Set comment-start to
6219         fortran-comment-line-start.
6220         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6221         (fortran-comment-line-start-skip): Simplify slightly.
6223 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
6225         * play/5x5.el: Remove RCS keyword.
6227         * bs.el: Mistaken commit, undone 2000-11-30.
6229 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
6231         * textmodes/tildify.el (tildify-string-alist):
6232         Add `plain-tex-mode' here.
6234 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
6236         * chistory.el (Command-history-setup): Remove extraneous `keymap'
6237         reference.
6239 2000-11-28  Miles Bader  <miles@gnu.org>
6241         * cus-face.el (custom-face-attributes): Add post-filter function
6242         for :box.  Make pre-filter function for :box handle all cases.
6244         * wid-edit.el (widget-choose): Make sure pop-up window is large
6245         enough to display all the choices, as there's no way to scroll it.
6247 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
6249         * international/mule-conf.el: Make the coding system no-conversion
6250         safe for all characters.
6252 2000-11-27  Dave Love  <fx@gnu.org>
6254         * net/ldap.el (ldap) <defgroup>: Add :version.
6256         * tooltip.el (tooltip-use-echo-area): Doc fix.
6258         * cus-start.el <minibuffer-prompt-properties>: Add version.
6259         <read-buffer-function>: Add.
6261         * apropos.el (apropos-print): Add help-echo to active text.
6263         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6265 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6267         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6268         type, group and version.
6270 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
6272         * select.el (x-get-selection): Docstring fix.
6274 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
6276         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6278 2000-11-27  Andrew Innes  <andrewi@gnu.org>
6280         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6282         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6284 2000-11-27  Miles Bader  <miles@gnu.org>
6286         * dired.el (dired-get-filename): Return filename verbatim if
6287         LOCALP is `verbatim'.
6288         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6289         `verbatim' so that we don't inadvertently delete a non-existant
6290         directory name.
6292 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
6294         * international/characters.el: Specify cases and syntaxes for
6295         mule-unicode-0100-24ff.
6297 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
6299         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6300         that foreground and/or background colors of the face `tool-bar'
6301         are unspecified.
6303 2000-11-27  Miles Bader  <miles@gnu.org>
6305         * wid-edit.el (widget-field-buffer, widget-field-start)
6306         (widget-field-end): Handle widget field `pseudo-overlays'.
6307         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6308         if it's there instead of in `widget-field-list'.
6310         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6311         (help-make-xrefs): Delete extraneous newlines at the end of the
6312         docstring.
6314 2000-11-25  Jason Rumney  <jasonr@gnu.org>
6316         * startup.el (command-line): Call set-locale-environment after
6317         Window System init file is read, as it can result in a call to
6318         redraw-frame.
6320 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
6322         * simple.el (shell-command): Mention the effect of the prefix
6323         argument in the doc string.
6325 2000-11-25  Miles Bader  <miles@gnu.org>
6327         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6329         * wid-edit.el (widget-field-value-delete): Don't try to delete
6330         overlay when it's the `pseudo-overlay' that exists at some points.
6332 2000-11-24  Jason Rumney  <jasonr@gnu.org>
6334         * international/mule-cmds.el (locale-language-names): Add "jp" as
6335         a non-standard alternative for Japanese.
6337 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
6339         * vc-hooks.el: Require 'cl during compilation.
6341 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
6343         * faces.el (face-set-after-frame-default): Let face attributes
6344         specified for new frames override frame parameters.
6346         * startup.el (command-line): Fix computation of the source file
6347         for user-init-file when user-init-file is a compiled file.
6349 2000-11-24  Miles Bader  <miles@gnu.org>
6351         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6352         (custom-post-filter-face-spec): New functions.
6353         (custom-face-set, custom-face-value-create): Filter the face spec
6354         before and after customization.
6355         (custom-face-set): If VALUE specifies a null face, pass a
6356         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6357         * cus-face.el (custom-face-attributes): Remove SET and GET
6358         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
6359         cases they're needed.
6361         * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6362         that it's distinguishable from the :off-glyph on dark-background
6363         displays.  Set its background color too.
6365         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6366         so that people can easily turn it off.
6368 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6370         * ediff-diff.el: Moved variables around to have it compile under NT.
6372         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6374         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6376         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6377         redundant skip-small-frames test.
6379         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6380         (viper-downgrade-to-insert): Protect against errors in hooks.
6382         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6383         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6384         (viper-restore-cursor-type,viper-set-insert-cursor-type):
6385         New functions.
6387         * viper-util.el (viper-memq-char): Bug fixes.
6389         * viper.el (viper-mode): Fix cursor handling.
6391 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
6393         * international/mule-diag.el (list-iso-charset-chars):
6394         For two-byte charset, fix the `while' condition.
6395         (list-non-iso-charset-chars): Fix the `while' condition.
6397 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6399         * subr.el (add-hook, remove-hook): Don't call make-local-hook
6400         if the variable is make-variable-buffer-local.
6402         * progmodes/ada-stmt.el (ada-template-map):
6403         Initialize and bind it to C-c t in ada-mode-map.
6404         (ada-stmt-mode-hook): New function extracted from old code.
6405         Only change the buffer-local side of skeleton-*.
6406         (ada-mode-hook): Use it.
6408 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
6410         * iswitchb.el (iswitchb-minibuf-depth): New variable.
6411         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6412         we expect to be returned by minibuffer-depth once we prompt the
6413         user in the minibuffer.
6414         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6415         as recorded in iswitchb-minibuf-depth, return non-nil.
6417 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
6419         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6420         (hscroll-window-maybe): Docstring fix.
6422 2000-11-23  Dave Love  <fx@gnu.org>
6424         * rect.el (string-rectangle): Don't test delete-selection-mode.
6426 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
6428         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6429         is in the tool bar.
6431         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6432         with `no-dir'; we want the directory part to be able to remove it.
6434 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6436         * textmodes/outline.el (outline-flag-region):
6437         Don't bind inhibit-read-only since we don't modify the buffer.
6438         (outline-isearch-open-invisible): Don't jump to overlay-start
6439         since we're trying to unhide text around point.
6440         (outline-discard-overlays): Use dolist.
6442         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6444 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6446         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6448 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6450         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6451         Fix ARG regexp to skip quoted braces.
6452         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6453         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6454         are (correctly) handled separately).
6455         Remove `caption' and `footnote' from `citations': they contain text.
6456         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6457         (latex-skeleton-end-hook): New function.
6458         (latex-mode): Use it.
6459         (tex-start-tex-marker): Remove.
6460         (tex-send-tex-command): Don't set tex-start-tex-marker.
6461         (tex-error-parse-syntax-table): New var.
6462         (tex-compilation-parse-errors): Use it.
6463         Ignore tex-start-tex-marker.  Don't bother with marker-position.
6464         (tex-validate-buffer): Don't bother with marker-position.
6466         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6467         (flyspell-generic-progmode-verify): Use it.
6469 2000-11-22  Sam Steingold  <sds@gnu.org>
6471         * simple.el (delete-trailing-whitespace): New interactive function.
6473         * progmodes/ada-mode.el (ada-mode): Use it instead of
6474         `ada-remove-trailing-spaces'.
6475         (ada-remove-trailing-spaces): Removed.
6477         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6479         * textmodes/picture.el (picture-clean): Removed.
6480         (picture-mode-exit): Call it instead of `picture-clean'.
6482 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6484         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6486         * hi-lock.el (hi-lock-refontify): Don't call non-existent
6487         jit-lock-fontify-buffer; it should anyway be unneccessary to
6488         do anything special when jit-lock is active.
6489         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6491 2000-11-22  Dave Love  <fx@gnu.org>
6493         * calendar/todo-mode.el (todo-top-priorities): Use
6494         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6496         * language/chinese.el, language/cyrillic.el:
6497         * language/devanagari.el, language/ethiopic.el, language/greek.el:
6498         * language/hebrew.el, language/indian.el, language/japanese.el:
6499         * language/korean.el, language/lao.el, language/misc-lang.el:
6500         * language/thai.el, language/tibetan.el, language/vietnamese.el:
6501         Use provide.
6503         * cus-edit.el (custom-buffer-create-internal): Save some consing.
6504         (custom-variable-set): Improve validation error mesage.
6506         * rect.el (string-rectangle): Revert last change.
6507         (string-rectangle-line): New arg DELETE.
6508         (string-rectangle): Check delete-selection-mode.
6510         * emacs-lisp/edebug.el (edebug-version)
6511         (edebug-maintainer-address): Deleted.
6512         (edebug-submit-bug-report): Just alias to report-emacs-bug.
6513         (edebug-read-function): Account for other `'#' read forms.
6514         (edebug-mode-menus): Make some items toggles.
6515         (edebug-outside-unread-command-event, unread-command-event):
6516         Remove these to avoid warnings.
6518 2000-11-22  David Ponce  <david@dponce.com>
6520         * recentf.el (recentf-menu-items-for-commands)
6521         (recentf-make-menu-items, recentf-make-menu-item)
6522         (recentf-filter-changer): Added :help and :active menu-item properties.
6524         (recentf-build-dir-rules, recentf-dump-variable)
6525         (recentf-edit-list, recentf-open-files-item)
6526         (recentf-open-files): Replaced unnecessary `mapcar' with new
6527         built-in `mapc'.
6529 2000-11-23  Miles Bader  <miles@gnu.org>
6531         * faces.el (menu): Make inverse-video on ttys too.
6533 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
6535         * simple.el (comment-line-break-function): Use the new name
6536         indent-new-comment-line -> comment-indent-new-line.
6537         (clone-indirect-buffer): Don't ignore NORECORD.
6538         (next-completion): Properly handle the case where items are adjacent.
6540         * mouse.el (popup-menu): Stupid typo.
6542 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
6544         * emacs-lisp/authors.el: Remove autoload cookies, add author,
6545         maintainer, keywords tags.
6547         * rect.el (replace-rectangle): Don't call string-rectangle-line
6548         with too many arguments.
6550 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
6552         * ediff-util.el (ediff-file-checked-out-p)
6553         (ediff-file-checked-in-p): Call vc-state instead of
6554         vc-locking-user, which no longer exists.
6556         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6558 2000-11-22  Dave Love  <fx@gnu.org>
6560         * md5.el (md5): Provide.
6561         (md5): Fix error call.
6563 2000-11-22  Miles Bader  <miles@gnu.org>
6565         * textmodes/refill.el (refill-adjust-ignorable-overlay)
6566         (refill-fill-paragraph-at): Remove debugging code.
6568         * calendar/calendar.el (generate-calendar-window): When we don't
6569         call `fit-window-to-buffer', make sure the top line is fully visible.
6571         * image-file.el (insert-image-file): Don't make `read-only'
6572         property rear-nonsticky.
6574         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6575         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6576         stashing away its original value.
6577         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6578         in the recursive edit.
6579         Bind `isearch-original-minibuffer-message-timeout' to protect it.
6580         (isearch-done): Restore `minibuffer-message-timeout'.
6582         * cus-start.el: Remove entry for `mode-line-inverse-video'.
6584 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
6586         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6588         * find-lisp.el (find-lisp-find-files-internal):
6589         Use dolist, when and file-name-as-directory.
6591         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6592         (define-derived-mode, define-minor-mode): Add specs.
6594         * window.el: General comment and spacing fixes.
6595         (save-selected-window): Use backquotes.
6596         (window-safely-shrinkable-p): New function.
6597         (shrink-window-if-larger-than-buffer): Use it.
6599         * subr.el (make-local-hook): Docstring fix.
6601         * shell.el (shell-mode): Use define-derived-mode.
6603         * newcomment.el (comment-indent): Insert comment before calling
6604         comment-indent-function.  Don't insert in column 0.
6605         (comment-dwim): Indent before inserting comment.
6607         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
6608         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
6609         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6610         Use mapc rather than map.
6612         * files.el (find-buffer-visiting): Compare all attributes before
6613         declaring two files identical (rather than just their inode-no).
6614         (auto-mode-alist): Use \' rather than $.
6616         * which-func.el: Update maintainer line.
6618         * pcvs.el (uniquify-buffer-file-name): Remove advice.
6619         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6620         (uniquify-buffer-file-name): Use it.
6622 2000-11-22  Miles Bader  <miles@gnu.org>
6624         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6625         * simple.el (minibuffer-avoid-prompt): New function.
6627 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
6629         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6631 2000-11-21  Miles Bader  <miles@gnu.org>
6633         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6634         inclusion of `track-mouse'.
6636         * textmodes/refill.el (refill-ignorable-overlay): New variable.
6637         (refill-adjust-ignorable-overlay): New function.
6638         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6639         only the paragraph's tail if possible.
6640         Update `refill-ignorable-overlay'.
6641         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6643         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6644         point inside the fill-prefix.
6646         * textmodes/refill.el (refill-post-command-function): Don't reset
6647         refill-doit in the case where a self-insertion command doesn't
6648         case a refill.  Use `refill-fill-paragraph-at', getting position
6649         from `refill-doit'.
6650         (refill-after-change-function): Set `refill-doit' to END.
6651         (refill-fill-paragraph-at): New function, mostly from old
6652         refill-fill-paragraph.
6653         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6654         (refill-pre-command-function): New function.
6655         (refill-mode): Add it to `pre-command-hook'.
6657 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
6659         * textmodes/artist.el (artist-mode): Fix autoload cookie.
6661         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6662         javadoc tags.
6664 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
6666         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6667         vc.el).
6669         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6670         require vc.
6672         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6673         checkouts.
6675 2000-11-20  Dave Love  <fx@gnu.org>
6677         * Makefile.in (DONTCOMPILE): Omit bindings.el.
6679 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
6681         * calculator.el (calculator-paste): Use `if' instead of `and'
6682         and `or'.
6683         (calculator-help): Don't use electric-describe-mode for XEmacs.
6685 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
6687         * info.el (info-menu-5): Doc fix.
6689         * textmodes/artist.el: New file.
6691 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
6693         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6694         and differentiate according to checkout model.
6695         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6696         since this function is only concerned with master state.
6698         * vc-hooks.el (vc-workfile-unchanged-p)
6699         (vc-default-workfile-unchanged-p): Moved here from vc.el.
6701         * vc.el (vc-workfile-unchanged-p)
6702         (vc-default-workfile-unchanged-p): See above.
6704 2000-11-19  Miles Bader  <miles@gnu.org>
6706         * image-file.el (insert-image-file): Make `intangible' and
6707         `read-only' properties rear-nonsticky too.
6709 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
6711         * ps-print.el: Update copyright notice.
6713         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6714         (tooltip-show): Use the offsets.
6716         * bindings.el (mode-line-modified): Fix a typo.
6717         (mode-line-toggle-modified, mode-line-widen)
6718         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6720 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
6722         * ps-print.el (toplevel): Test for find-coding-system being
6723         fboundp before calling ps-x-find-coding-system.
6725 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
6727         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6728         (vc-version-backup-file): Docstring fix.
6730 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6732         * files.el (basic-save-buffer): Don't add a newline if
6733         find-file-literally is non-nil.
6734         (find-file-literally): Extend doc string.
6736         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6737         sort(1) with the `-f' argument.
6739 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
6741         * vc.el: Updated backend documentation.
6742         (vc-default-check-headers): New function.
6744         * vc-{cvs,rcs,sccs}.el: Functions reordered.
6746         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
6747         up-to-date.
6748         (vc-do-command): In the asynchronous case, output messages only if
6749         the minibuffer is not active.
6751         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
6752         `vc-cvs-use-edit' is on.
6753         (vc-cvs-checkout): When this is used for reverting the workfile,
6754         make a backup of the original contents and revert to that in case
6755         of error.
6756         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6757         remote repositories.
6759         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6760         for both version and ratio in the minibuffer.
6762         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6763         Use vc-do-command to perform the annotation, not call-process.
6765 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6767         * international/quail.el (quail-start-translation): Don't call
6768         `message' before reading key sequence.
6770 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
6772         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6774 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
6776         * window.el (fit-window-to-buffer): Be sure to acquire at least
6777         one text line even if the buffer is empty.
6779 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
6781         * net/ange-ftp.el (ange-ftp-file-writable-p)
6782         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6783         Bind ange-ftp-process-verbose to nil.
6785 2000-11-15  Dave Love  <fx@gnu.org>
6787         * wid-edit.el (widget-specify-field, widget-specify-button):
6788         If :help-echo is a function, set help-echo of overlay to
6789         widget-mouse-help.
6790         (widget-mouse-help): New function.
6791         (widget-echo-help): Rewritten for :help-echo functions only taking
6792         a widget arg.
6794         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6795         Use display-graphic-p.
6796         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6797         and that JPEG is available.
6798         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6800         * international/mule-cmds.el (locale-charset-language-names):
6801         Match @euro.
6803 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
6805         * faces.el (face-set-after-frame-default):
6806         If `inhibit-default-face-x-resources' is bound, don't intialize the
6807         default face from X resources.
6809 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6811         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6812         Don't set EMACSLOADPATH.
6814 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
6816         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6817         texinfo-insert-@url.
6818         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6819         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6821 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6823         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6824         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6825         (checkdoc-minor-keymap): Backward compatibility.
6826         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6827         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6828         (checkdoc-this-string-valid-engine): Be a bit more strict
6829         to avoid matching substrings of `...' quoted vars/funs.
6830         (checkdoc-defun-info): Only look for `interactive' if alone.
6831         (debug-ignored-errors): Add "arg doesn't appear in docstring".
6833         * progmodes/compile.el (grep): `tag-default' can be nil.
6835         * newcomment.el (comment-indent): Paren typo.
6837 2000-11-14  Dave Love  <fx@gnu.org>
6839         * calculator.el: New maintainer version.
6841         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
6843         * cmuscheme.el: Doc fixes.
6844         (cmuscheme) <defgroup>: Use `scheme' as parent.
6845         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
6847         * xscheme.el (scheme-program-name): Don't define here.
6849         * progmodes/scheme.el (scheme-program-name): New variable
6850         (originally in cmuscheme).
6852 2000-11-14  Miles Bader  <miles@gnu.org>
6854         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6855         Handle header-lines.  Don't loop forever if we can't enlarge the
6856         window anymore.  Simplify a bit.
6858 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
6860         * window.el (fit-window-to-buffer): Don't check
6861         window-text-height.  Assure that the last line is fully visible.
6863         * international/quail.el (quail-show-guidance-buf):
6864         Call fit-window-to-buffer to assure the enough height of the guidance
6865         buffer.
6866         (quail-update-guidance): Avoid making the guidance buffer shorter.
6868 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
6870         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6871         rather than `prepend' and add an interesting comment.
6872         (tex-math-face, tex-font-lock-syntactic-face-function):
6873         New face and function to use it.
6874         (tex-define-common-keys, tex-mode-map): Use menu-item rather
6875         than `menu-enable' symbol property.
6876         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6877         (tex-mode): Add some latex-mode commands for auto-selection.
6878         Use tex-font-lock-syntactic-face-function.
6879         (tex-insert-quote): Simplify.
6880         (tex-shell): New mode.
6881         (tex-start-shell): Use it.
6882         (tex-shell-proc, tex-shell-buf): New functions.
6883         (tex-send-command): Use it.
6884         (tex-main-file): Fix the meaning of the new arg REALFILE.
6885         (tex-send-tex-command): New function split from `tex-start-tex'.
6886         Set compilation-last-buffer and compilation-parsing-end.
6888         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6889         when it follows non-comment text on the line.
6891         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6892         Set font-lock-defaults.
6893         (lisp-mode-shared-map): Init inside the defvar.
6894         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6895         Use define-derived-mode.
6897 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
6899         * faces.el (header-line): Use `:box nil' for color/gs displays too.
6901 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
6903         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6904         Don't recursively optimize body because that can lead to infinite
6905         recursion; see comment there.
6907 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
6909         * faces.el (face-spec-set-match-display): Revert the change from
6910         2000-10-24.  Add a FIXME for after v21.1.
6912 2000-11-13  Miles Bader  <miles@gnu.org>
6914         * textmodes/fill.el (skip-line-prefix): New function.
6915         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
6916         (fill-paragraph): Don't leave point inside the fill-prefix.
6917         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6918         point inside the fill-prefix.
6920 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
6922         * calendar/calendar.el (generate-calendar-window):
6923         Use `fit-window-to-buffer'.
6925 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
6927         * gud.el (gud-minor-mode): New var.
6928         (gud-symbol, gud-val): New functions.
6929         (gud-find-file): Copy gud-minor-mode to the new buffer.
6930         (gud-menu-map): Include entries for commands that are not always
6931         available, using :enable to (de)activate them.
6932         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
6933         (gud-mode-map): New map.
6934         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
6935         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6936         Don't set up gud's menu (it's done by the minor-mode).
6937         (gud-minibuffer-local-map): New.
6938         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6939         (gud-query-cmdline): New function.
6940         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
6941         (gud-mode): Use define-derived-mode.
6942         Don't set up gud's menu (it's done by the minor-mode).
6943         (gud-chop-words): Remove.
6944         (gud-common-init): Use split-string instead.
6945         (gud-new-keymap, gud-make-debug-menu): Eradicate.
6947         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6948         Add keyword arg :name.
6950         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6951         (diff-count-matches, diff-split-hunk): New functions.
6952         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6954         * pcvs-info.el (cvs-fi-conflict-face): New var.
6956         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6957         Make it into a simple syntax-table, shared among all submodes.
6958         (sh-heredoc-face): Re-introduce.
6959         (sh-font-lock-syntactic-face-function): New function.
6960         (sh-mode): Use it.  Also use define-derived-mode.
6961         Remove old bogus setting of indent-region-function.
6962         (sh-set-shell): Don't set the syntax-table any more.
6963         (sh-mode-syntax-table) <defun>: Remove.
6965 2000-11-12  Miles Bader  <miles@gnu.org>
6967         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6968         message if interactive.
6970 2000-11-12  Dave Love  <fx@gnu.org>
6972         * mail/feedmail.el: Fix header,
6973         (feedmail) <defgroup>: Add :link.
6975         * view.el: Use local-map property, not keymap on mode-line string.
6977         * scroll-all.el (scroll-all-mode): Customize variable.
6978         Add autoload cookie to function.
6980         * lazy-lock.el: Remove compatibility code.
6982         * finder.el (finder-known-keywords): Add `files', remove `vms'.
6983         (finder-help-echo): New variable.
6984         (finder-mouse-face-on-line): Add help-echo stuff.
6985         (finder-list-keywords, finder-list-matches): Use mapc.
6987         * faces.el (face-font-registry-alternatives): Add :version.
6989         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6990         tags-table-list.
6992         * net/browse-url.el (browse-url-browser-function): Update :version.
6994         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
6995         (mail-mode): Use [:alnum:] in some regexps.
6997 2000-11-10  Dave Love  <fx@gnu.org>
6999         * ediff.el (ediff-regions-internal, ediff-documentation):
7000         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7001         fundamental mode.
7003         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7004         buffer into fundamental mode.
7005         (ediff-set-difference): Use copy-sequence if available.
7007         * ediff-ptch.el (ediff-dispatch-file-patching-job):
7008         Check ediff-patch-map non-nil.
7009         (ediff-fixup-patch-map, ediff-fixup-patch-map)
7010         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7011         buffer into fundamental mode.
7013         * ediff-merg.el (state-or-merge): Defvar when compiling.
7015 2000-11-10  Jason Rumney  <jasonr@gnu.org>
7017         * w32-fns.el (w32-add-charset-info): New function.
7018         (w32-charset-info-alist): Use it.
7020 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7022         * faces.el (face-font-registry-alternatives): New user-option.
7024 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
7026         * textmodes/texinfo.el (texinfo-block-default): New var.
7027         (texinfo-insert-block): Use it.  Insert a newline if needed.
7029         * textmodes/fill.el (fill-indent-according-to-mode): New var.
7030         (fill-region-as-paragraph): Use it.
7032         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7033         (latex-mode): Tweak tex-*-(head|trail)er regexps.
7034         Tweak paragraph regexps to allow a leading [ \t]*.
7035         (tex-latex-block): Insert a newline if necessary.
7036         (latex-insert-item): Only insert a newline if necessary.
7037         (tex-guess-main-file): New function.
7038         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
7039         Set tex-main-file if TeX-master is provided.
7040         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7042 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
7044         * startup.el (command-line): Set the default tooltip-mode
7045         to t for graphical displays which implement x-show-tip.
7047         * tooltip.el (tooltip-mode): Add a comment about startup.el
7048         setting the default value of this user-option.
7050 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
7052         * font-lock.el (font-lock-*-face) <defvar>: Move.
7053         (font-lock-defaults-alist): Mark obsolete.
7054         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7055         (font-lock-mode): Use define-minor-mode.
7056         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7057         (font-lock-turn-off-thing-lock): Be more explicit.
7058         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7059         (font-lock-syntactic-face-function): New var.
7060         (font-lock-fontify-syntactically-region): Use it.
7061         (font-lock-doc-face): New.
7063         * pcvs.el (cvs-enabledp): Ignore errors.
7064         (cvs-commit-filelist): Never query.
7065         (cvs-mode-insert): Always add a terminating / in the initial prompt.
7066         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7067         (cvs-do-removal): Use cvs-partition rather than delete-if.
7068         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7069         cvs-bury-buffer.
7071         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7072         Allow `next' to jump to after the end of the last match.
7074 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
7076         * simple.el (byte-compiling-files-p): New function.
7078         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7079         if it is there.
7081         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7082         nil again.
7084         * textmodes/ispell.el (ispell-library-path): Don't call
7085         check-ispell-version when byte-compiling because that starts
7086         an ispell process, and ispell might not be installed.
7087         (toplevel): Don't set up a menu when byte-compiling.
7089         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7090         it, so that a boundp test can be used to determine if we're
7091         currently byte-compiling.
7093 2000-11-09  Dave Love  <fx@gnu.org>
7095         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7097 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7099         * ps-print.el: Patch for variable initialization when spooling.
7100         Doc fix.
7101         (ps-output-list): Fun eliminated.
7102         (ps-begin-file, ps-begin-job): Code fix.
7104 2000-11-08  Dave Love  <fx@gnu.org>
7106         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7108 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
7110         * simple.el (shell-command, display-message-or-buffer)
7111         (shell-command-on-region): Mention resize-mini-windows in the doc
7112         string.
7113         (display-message-or-buffer): Take the value of resize-mini-windows
7114         into account.
7116 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
7118         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7120         * dired.el (dired-between-files): Add `^. find' as an alternative
7121         to the regular expression, for find-dired.
7123 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7125         * textmodes/texnfo-upd.el: Require texinfo.
7126         (defmacro, defgroup): Remove.
7127         (texinfo-section-to-generic-alist): Remove.
7128         Use texinfo-section-list instead (i.e. level is changed string->int).
7129         (texinfo-filter): New function.
7130         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7131         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7132         Use it.  And use regexp-opt.
7133         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7134         (texinfo-update-menu-region-beginning)
7135         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7136         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7137         (texinfo-update-menu-same-level-regexps): Update.
7138         (texinfo-update-node, texinfo-every-node-update)
7139         (texinfo-sequential-node-update): Remove autoload cookie.
7141         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7142         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7143         (texinfo-chapter-level-regexp): Remove.
7144         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7146 2000-11-06  Dave Love  <fx@gnu.org>
7148         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7150         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7151         Match defun*.
7153 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7155         * composite.el (composition-function-table): Variable declaration
7156         moved to src/composite.c.
7157         (compose-chars-after): New optional arg object.
7159 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
7161         * bindings.el (mode-line-toggle-read-only)
7162         (mode-line-toggle-modified, mode-line-widen)
7163         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7164         (make-mode-line-mouse2-map): Rewritten.
7165         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7166         functions so that C-h k can show something with a doc string.
7168         * startup.el (fancy-splash-delay): Set to 10 seconds.
7169         (fancy-splash-max-time): New user-option.
7170         (fancy-splash-stop-time): New variable.
7171         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
7172         (fancy-splash-screens-1): Throw `stop-splashing' when current
7173         time is greater than fancy-splash-stop-time.
7175 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
7177         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7179         * pcvs.el (cvs-mode-marked): New arg `noquery'.
7180         Prompt user for a file rather than raising an error.
7181         (cvs-enabledp): Fix call to cvs-mode-marked.
7182         (cvs-insert-file): New function (extracted from cvs-mode-insert).
7183         (cvs-mode-insert): Use it.  Change the init prompt' value.
7184         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7186         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7187         Don't pass default arg to ewoc-locate.
7188         (ewoc-collect): Return result in the right order.
7190         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7192         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7193         (cvs-status-get-tags): Fix regexp.
7194         (cvs-status-trees, cvs-status-cvstrees):
7195         Combine after change hooks and don't sit-for.
7196         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7197         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7198         Use make-char rather than hard-coded cryptic data.
7199         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7201         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7203         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7204         (cvs-insert-strings): New function.
7206 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
7208         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7209         `mwheel-scroll-amount'.
7210         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7211         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7212         string-matching against the version string.
7214 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
7216         * language/thai.el ("Thai"): Set a lisp form that produces
7217         composed string in `sample-text' language info.
7219         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7220         composed string in `sample-text' language info.
7222         * international/mule-cmds.el (describe-language-environment):
7223         Eval `sample-text' data and insert the result.
7225         * international/mule-conf.el (compound-text): Define this coding
7226         system here.  Make x-ctext and ctext aliases of it.
7228         * language/european.el (compound-text, ctext): Moved to
7229         international/mule-conf.el.
7231 2000-11-05  Andrew Innes  <andrewi@gnu.org>
7233         * w32-fns.el (w32-version): New function.
7235 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
7237         * progmodes/awk-mode.el: Update copyright.
7238         (awk-mode-abbrev-table): Remove.
7239         (awk-font-lock-keywords): Use regexp-opt.
7240         (awk-mode): Use define-derived-mode.
7242         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7243         when extracting a suffix.
7245 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
7247         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
7248         auto-save-mode.
7250 2000-11-04  Jason Rumney  <jasonr@gnu.org>
7252         * language/european.el (decode-mac-roman): Test against r1 not r0.
7254 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7256         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7257         (icon-mode): Define indent-line-function.
7258         (icon-comment-indent): Simplify.
7259         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7261         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7263         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7264         Bind change-log-default-mode to defeat the caching done on it.
7265         Don't bother saving excursion any more.
7267         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7269         * frame.el (after-setting-font-hook): Rename hooks -> hook.
7270         (set-frame-font): Use the new name (and the old for compatibility).
7272         * toolbar/tool-bar.el (tool-bar-mode):
7273         * time.el (display-time-mode):
7274         * recentf.el (recentf-mode):
7275         * paren.el (show-paren-mode):
7276         * mwheel.el (mouse-wheel-mode):
7277         * msb.el (msb-mode):
7278         * jka-compr.el (auto-compression-mode):
7279         * image-file.el (auto-image-file-mode):
7280         * hl-line.el (hl-line-mode):
7281         * delsel.el (delete-selection-mode):
7282         * autoinsert.el (auto-insert-mode):
7283         * complete.el (partial-completion-mode): Drop unneeded positional args.
7285         * info.el (Info-mode):
7286         * comint.el (comint-mode): Don't bother with make-local-hook.
7288         * log-edit.el (log-edit-menu): New menu.
7290 2000-11-03  Miles Bader  <miles@gnu.org>
7292         * wid-edit.el (widget-end-of-line): Reinstate, with a new
7293         definition, so that trailing spaces are handled properly.
7294         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7296 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
7298         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7299         tab character.
7300         (fancy-splash-screens): Set tab-width to 20.
7302 2000-11-03  Dave Love  <fx@gnu.org>
7304         * comint.el (comint-completion-addsuffix): Fix custom type.
7306 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
7308         * font-lock.el (font-lock-buffers): Remove.
7309         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7310         (font-lock-change-major-mode): Remove.
7311         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7312         (font-lock-default-fontify-region): Extend the multiline
7313         fontification to whole lines.
7314         (font-lock-fontify-anchored-keywords)
7315         (font-lock-fontify-keywords-region): If matching just one
7316         line (with \n) only mark the \n as multiline.
7318         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7319         Correctly handle the case where several :group args are supplied.
7320         Allow :extra-args.
7321         (easy-mmode-define-global-mode): Allow :extra-args.
7322         Correctly handle the case where several :group args are supplied.
7324 2000-11-02  Miles Bader  <miles@gnu.org>
7326         * calendar/calendar.el (diary-face, calendar-today-face)
7327         (holiday-face): Remove dependency on `window-system'.
7329 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
7331         * Makefile.in (emacs): Set EMACSLOADPATH always.
7332         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7333         (compile-files): Bomb out if compilation of a file fails.
7335 2000-11-02  Dave Love  <fx@gnu.org>
7337         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7339 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
7341         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7342         punctuation in the warning inserted into the *mail* buffer.
7344 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
7346         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7347         (authors-public-domain-p): New function.
7348         (authors-print): Use it.
7350         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7352         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7354 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7356         * ps-print.el: Extension for even/odd printing.  Doc fix.
7357         (ps-print-version): New version number (6.3.1).
7358         (ps-even-or-odd-pages): Customization fix.
7359         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7360         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7361         (ps-page-count): Var replaced by `ps-page-column'.
7362         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7363         (ps-print-sheet-p): New fun.
7365 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7367         * tooltip.el (tooltip-gud-tips-setup): New function.
7368         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7369         (tooltip-mode): Call tooltip-gud-tips-setup.
7370         (tooltip-gud-tips): Use `gud-basic-call' instead of
7371         process-send-string, so the prompt gets frobbed appropriately.
7372         Handle nil return value from `tooltip-gud-print-command'.
7374 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
7376         * comint.el (comint-add-to-input-history): New function.
7377         (comint-send-input): Use `comint-add-to-input-history'.
7379 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
7381         * info.el (info-menu-header): New face.
7382         (Info-fontify-menu-headers): New function.
7383         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7385         * info.el (Info-insert-dir): Don't include blank lines at
7386         beginning of additional dir files (one is added automatically).
7388 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7390         * emacs-lisp/easy-mmode.el (define-minor-mode):
7391         Revert the latest changes.
7392         Allow the three positional arguments to be skipped and replaced
7393         by keyword arguments.
7394         Add a :toggle argument to determine whether a nil arg means toggle
7395         or means turn-on.  The default is unchanged.
7396         Add a call to force-mode-line-update.
7398 2000-11-01  Dave Love  <fx@gnu.org>
7400         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7402 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
7404         * calendar/calendar.el (diary-face, holiday-face):
7405         Add dark-background variants.
7407 2000-10-31  Sam Steingold  <sds@gnu.org>
7409         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7410         `tex-main-file' does not have directory in it.
7412 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
7414         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7416 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
7418         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7419         functional change.
7421 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
7423         * files.el (find-file-noselect): When we expand a wildcard, return
7424         a list of buffers, as we should do according to the doc string.
7426 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
7428         * loadup.el (top level): Adjust load path if program name is
7429         "../src/bootstrap-emacs", in case it's not dumped and thus the
7430         load path adjustment hasn't already been done.
7432 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7434         * ps-print.el: Fix bug on selected pages for printing.
7435         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
7436         is on.  Try to avoid warning messages when compiling.  Doc Fix.
7437         (ps-print-version): New version number (6.3).
7438         (ps-color-device): Use `color-values' to determine if device
7439         supports color.
7440         (ps-color-values): Try to use `x-color-values' when using XEmacs.
7441         (ps-print-page-p): Changed from defsubst to defun.
7442         (ps-page-number): Changed from defmacro to defun.
7443         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7444         printing.
7445         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7446         (ps-end-file, ps-dummy-page): Funs eliminated.
7447         (ps-print-color-scale): Changed default value.
7448         (ps-page-n-up, ps-print-page-p): New internal vars.
7449         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7450         (ps-plot-region, ps-generate, ps-end-job): Code fix.
7452         * delim-col.el: Little programming improvement.
7453         (delimit-columns-str): New macro.
7454         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7456 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
7458         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7459         Moved to european.el.
7460         (ccl-encode-mac-roman-font, fontset-mac): Modified for
7461         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7462         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7463         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7465 2000-10-30  Dave Love  <fx@gnu.org>
7467         * progmodes/cc-menus.el (imenu-generic-expression)
7468         (imenu-progress-message): Only defvar when compiling.
7470         * emacs-lisp/elp.el (elp-unload-hook): New function.
7472         * loadhist.el (unload-feature): Call elp-restore-function,
7473         checking for symbols; don't use elp-restore-all.
7474         (loadhist-hook-functions): Doc fix.
7476 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
7478         * log-edit.el (log-edit-confirm): Fix the default.
7480 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7482         * delim-col.el: Little fix: replace delimit-columns-align-columns by
7483         delimit-columns-format.
7484         (delimit-columns-region, delimit-columns-rectangle): Code fix.
7486 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
7488         * comint.el (comint-replace-by-expanded-history): Don't use
7489         comint-get-old-input (we're not looking at *old* input).
7490         (comint-get-old-input-default): If using fields, signal an error
7491         when the point is not in an input field.
7493 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
7495         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7496         and mule-unicode-e000-ffff.
7498         * international/mule.el (decode-char, encode-char): New functions.
7499         (make-coding-system): Accept a symbol of translation table as a
7500         value of property `safe-chars'.
7502         * international/mule-cmds.el (encode-coding-char): Check property
7503         safe-chars instead of safe-charsets.
7505         * international/fontset.el (fontset-default): Modified for
7506         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7507         (x-font-name-charset-alist): Likewise.
7508         (ccl-encode-unicode-font): New CCL program.  Record it in
7509         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7511         * language/european.el (mac-roman-decoder, mac-roman-encoder):
7512         New translation tables.
7513         (decode-mac-roman, encode-mac-roman): Definition of these CCL
7514         programs are modified and moved from mac-win.el.
7515         (mac-roman): Definition of this coding system is modified and
7516         moved from mac-win.el.
7518 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7520         * ediff-wind.el (ediff-setup-control-frame): Enclose
7521         face-attribute in condition-case to avoid errors in older emacsen.
7523 2000-10-29  Miles Bader  <miles@gnu.org>
7525         * custom.el (custom-add-to-group): Allow multiple entries for a
7526         given value OPTION, as long as their widget types are different.
7527         * cus-edit.el (custom-face-value-create): If face name doesn't end
7528         with "face", add such here (similar to custom group widgets).
7530         * comint.el (comint-highlight-prompt): Add :type.
7532 2000-10-28  John Wiegley  <johnw@gnu.org>
7534         * calendar/timeclock.el (timeclock-log): Doc fix.
7535         (timeclock-last-event): Doc fix.
7536         (timeclock-log): Kill the timelog buffer after appending a new event.
7537         (timeclock-find-discrep): Use a temp buffer to read in the
7538         timelog, instead of visiting the file.
7539         (timeclock-log-data): A new function, along with a host of helper
7540         functions, for the purpose of making timelog data accessible to
7541         programmers.
7543         * eshell/esh-mode.el (window-height test): Make certain that
7544         `eshell-stringify-t' is non-nil.
7545         (eshell-password-prompt-regexp): Changed to a much simpler
7546         password regexp.
7547         (eshell-send-input): If `eshell-invoke-directly' returns t,
7548         directly invoke the parsed command using `eval'.  This improves
7549         turn-around time on simple commands by a factor of three or
7550         greater, such as cd, ls, pwd, etc. -- which get used very often.
7551         It also conserves thousands of cons cells per call (since
7552         `eshell-do-eval' consumes memory like a Cookie Monster set loose
7553         in the Pacific Cookie Company).
7555         * eshell/esh-test.el (eshell-test): Whitespace fix.
7557         * eshell/em-ls.el (eshell-ls-insert-directory):
7558         Make `eshell-ls-initial-args' nil when inserting directory contents.
7560         * eshell/em-script.el (eshell-script-initialize): Add names to
7561         `eshell-complex-commands, since `source' and `.' are complex.
7563         * eshell/esh-cmd.el (eshell-rewrite-for-command)
7564         (eshell-rewrite-while-command): Use `eshell-protect' instead of
7565         `eshell-copy-handles'.
7566         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7567         bodies.
7568         (eshell-separate-commands): Whitespace fix.
7569         (eshell-complex-commands): Added a new list of names, for
7570         determining whether a given command is as simple as it looks.
7571         (eshell-invoke-directly): New function.  Returns t if a command
7572         should be invoked directly (using `eval'), rather than indirectly
7573         using `eshell-do-eval'.
7574         (eshell-do-eval): Whitespace fix.
7576         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7577         which provides an emulation of the DOS shell behavior of assuming
7578         that cp/mv/ln should copy/move/link to the current directory.
7579         (eshell-remove-entries): Added a doc string.
7580         (eshell-shuffle-files): Removed the check for `target' being null.
7581         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7582         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7583         it to do a smarter check of whether a destination was provided.
7584         (eshell/mv, eshell/cp): Enable `:preserve-args'.
7585         (eshell/ln): Enable `:preserve-args', and use
7586         `eshell-mvcpln-template' to implement the body of the function.
7587         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7588         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7589         list after flattening it.  This makes it possible to cat files
7590         with numerical names.
7591         (eshell-unix-initialize): Added several names to
7592         `eshell-complex-commands.
7593         (eshell-unix-command-complex-p): Return t if a given command name
7594         may result in external processes being invoked.
7596         * eshell/em-glob.el (eshell-glob-show-progress): Make this
7597         variable nil by default, since it slows down glob processing by a
7598         factor of two or more, and increases memory consumption.
7600         * eshell/em-smart.el: Added a note about how memory consumptive
7601         smart display mode can be (at least this is true in Emacs 21).
7602         (eshell-smart-initialize): Whitespace fix.
7603         (eshell-refresh-windows): Use `if' instead of `when'.
7604         (eshell-smart-scroll-window): Calling `save-current-buffer' was
7605         not necessary.
7606         (eshell-currently-handling-window): Added a missing global variable.
7608         * eshell/em-ls.el (eshell-do-ls): Code simplification.
7609         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7610         Whitespace fix.
7611         (eshell-ls-exclude-hidden): Added this variable in addition to
7612         `eshell-ls-exclude-regexp'.  This one prevents files beginning
7613         with . from even being read, which can improve memory consumption
7614         quite a bit.
7615         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7616         read file entries beginning with a dot.  In home directories with
7617         lots of hidden files, fully two-thirds of the time spent in ls is
7618         used to read directory entries that are immediately thrown away.
7619         (eshell-ls-initial-args): Added back this configuration variable,
7620         for specifying default initial arguments to every call to ls.
7621         Much faster than using an alias to do the same thing.
7622         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7623         (eshell-ls-dir): Whitespace change.
7625         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7627         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7628         (eshell-stringify-t): Added a customization variable, to indicate
7629         whether `t' should be rendered as a string at all.  If not, one
7630         can still determine if the result of an expression is true using
7631         "file-exists-p FILE && echo true".
7632         (eshell-stringify): If `eshell-stringify-t' is nil, don't
7633         stringify t!
7635         * eshell/esh-module.el: Whitespace fix.
7637         * eshell/em-alias.el (eshell-alias-initialize):
7638         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7639         (eshell-command-aliased-p): New function that returns t if a
7640         command name names an aliased.
7642 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
7644         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7645         redrawing the screen when changing cursor color.
7646         (viper-insert-state-pre-command-sentinel)
7647         (viper-replace-state-pre-command-sentinel)
7648         (viper-replace-state-post-command-sentinel):
7649         Use viper-preserve-cursor-color.
7650         Many functions changed to use viper= instead of = when comparing
7651         characters.
7652         * viper-util.el (viper-memq-char,viper=): New functions for
7653         working with characters.
7654         (viper-change-cursor-color): Fixed buglet.
7655         Many functions changed to use viper= instead of = when comparing
7656         characters.
7657         * viper.el (viper-insert-state-mode-list): Added eshell.
7659         * ediff-init.el (ediff-before-setup-hook): New hook.
7660         Several typos fixed in various docstrings.
7661         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7662         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7663         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7664         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7665         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7666         (ediff-get-selected-buffers): New function.
7667         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7668         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7669         Use save-window-excursion.
7670         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7671         termination check in while loop.
7672         * ediff.el (ediff-get-default-file-name): Better defaults when in
7673         dired buffer.
7674         (ediff-files,ediff-merge-files,ediff-files3)
7675         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7677 2000-10-28  Dave Love  <fx@gnu.org>
7679         * info.el (Info-fontify-node): Add help-echo for menu items.
7681 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
7683         * startup.el (normal-top-level): If the value of $TERM indicates
7684         we are running from xterm or one of its work-alikes, default to a
7685         light background mode.
7687         Support for -fg, -bg, and -rv command-line arguments for TTYs:
7688         * faces.el (tty-handle-reverse-video): New function.
7689         (tty-create-frame-with-faces): Call it.
7691         * frame.el (frame-notice-user-settings): Don't apply
7692         default-frame-alist and initial-frame-alist to MS-DOS frames.
7693         Call tty-handle-reverse-video, frame-set-background-mode, and
7694         face-set-after-frame-default for non-MS-DOS frames.
7696         * startup.el (tty-long-option-alist): New variable.
7697         (tty-handle-args): New function.
7698         (command-line): Call tty-handle-args.
7700         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7701         startup.el now does that for all character-terminal frames.
7703 2000-10-28  Miles Bader  <miles@gnu.org>
7705         * emacs-lisp/easy-mmode.el (define-minor-mode):
7706         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7707         is global.  If :global is followed by a non-nil but non-t value,
7708         make the mode buffer-local, but also generate a `global-MODE'
7709         version using `easy-mmode-define-global-mode'.
7710         Add :conditional-turn-on keyword argument.
7712 2000-10-28  Dave Love  <fx@gnu.org>
7714         * international/latin1-disp.el (latin1-char-displayable-p):
7715         Don't use window-system.
7717 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
7719         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7720         Don't call find-buffer-file-type-coding-system.  Instead, just
7721         set eol-type to -unix if inhibit-eol-conversion is in effect, or
7722         if the file is on an untranslated filesystem.
7723         (add-untranslated-filesystem): Use "D" instead of "f" inside
7724         interactive.
7726 2000-10-27  Dave Love  <fx@gnu.org>
7728         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7729         (refill-mode): Use it.
7731 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
7733         * international/quail.el (quail-activate): Don't make-local-hook.
7735 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
7737         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7738         manual backups and file.~<rev>.~ for automatic ones.
7739         (vc-make-version-backup): Don't do it on MS-DOS without long file
7740         names.
7742         * vc.el (vc-version-other-window): If an automatic backup of the
7743         desired version exists, rename it instead of copying it.
7745         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7746         after command.  If there's an unexpected error, signal it instead
7747         of being silent.
7748         (vc-cvs-merge-news): Be prepared for no news at all.
7750 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
7752         * shell.el (shell): Add BUFFER argument.
7753         * comint.el (make-comint-in-buffer): New function.
7754         (make-comint): Use it.
7756         * faces.el (face-spec-choose): Change syntax so that the list of
7757         attribute-value pairs is now the cdr of each clause, not the cadr.
7758         Detect old-style entries, and handle them.  Use pop.
7760 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
7762         * cus-edit.el (custom-mode-map): Use a sparse map.
7763         (custom-mode): Don't bother with make-local-hook.
7765         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7767         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7769 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7771         * ps-print.el: Avoid compilation gripes.
7772         (ps-print-version): New version number (6.2.1).
7774 2000-10-26  Dave Love  <fx@gnu.org>
7776         * menu-bar.el: Modify some menu item help strings.
7777         (menu-bar-help-menu): Add link to MORE.STUFF.
7779         * cus-edit.el (custom-mode): Add `special' mode-class property.
7781         * wid-browse.el (widget-browse-mode): Likewise.
7783         * wid-edit.el (widget-specify-field): Revert to using local-map
7784         property, not keymap.
7786 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
7788         * wid-edit.el (widget-field-end): When checking for a `boundary'
7789         field, do so in the correct buffer.
7791         * simple.el (undo): Correctly distinguish between numeric and
7792         non-numeric prefix args in non-transient-mark-mode, as per the doc
7793         string.  When in transient-mark-mode, treat all prefix-args as
7794         numeric.
7796         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7797         Position point on match.  Handle N == 0 correctly.
7799         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7800         (comint-mode-map): Reverse order of `comint-write-output' and
7801         `comint-append-output-to-file'.
7802         (comint-append-output-to-file): Reinstate this function, for the
7803         benefit of the menu.
7805 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
7807         * vc.el (vc-version-other-window): Bind `file'.
7809 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7811         * Makefile.in (update-authors): New target for maintenance purposes.
7813         * emacs-lisp/authors.el (batch-update-authors): New function.
7814         (authors-fixed-entries): New defconst.
7815         (authors-add-fixed-entries): New function.
7816         (authors): Call it.: Don't process lispref/.
7818 2000-10-25  Jason Rumney  <jasonr@gnu.org>
7820         * cus-edit.el (custom-button-face, custom-button-pressed-face):
7821         Merge x w32 and mac definitions.
7823 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
7825         * menu-bar.el (menu-bar-options-menu): Add a help string for
7826         `uniquify'.
7828 2000-10-25  Stephen Gildea  <gildea@alum.mit.edu>
7830         * time-stamp.el (time-stamp-string-preprocess):
7831         Fix a wrong type argument error.
7833 2000-10-25  Miles Bader  <miles@gnu.org>
7835         * recentf.el (recentf-mode): Variable removed.
7836         (recentf-mode): Use `define-minor-mode'.
7838         * mwheel.el (mouse-wheel-mode): New global minor mode.
7839         (mwheel-install): Use `mouse-wheel-mode'.
7841 2000-10-25  Dave Love  <fx@gnu.org>
7843         * progmodes/cperl-mode.el (cperl-mode):
7844         Set normal-auto-fill-function correctly.
7846         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7847         Don't inherit from global-map and don't nullify menu-bar and tool-bar
7848         bindings.
7850 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
7852         * wid-edit.el (widget-field-at): New function.
7853         (widget-at, widget-field-activate): Use it.
7854         (widget-tabable-at): Use `widget-at'.
7855         (widget-specify-field): If the terminating character of the widget
7856         field (which is read-only) is a newline, put it into a special
7857         `boundary' field so that C-n/C-p act more naturally.
7858         (widget-field-end): Also don't subtract one if a special
7859         `boundary' field has been added after the widget field.
7861         * comint.el (comint-output-filter, comint-send-input):
7862         Don't bother adding stickiness fields to overlays to fool the field
7863         code, since it should notice the overlay insertion-types now.
7865         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7866         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7867         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7869 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7871         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
7872         (authors): Set file coding system to iso-2022-7bit.
7873         Add file-local variables to output buffer.
7875         * files.el (after-find-file): Don't print any warnings if
7876         WARN is nil.
7878 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7880         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7882         * delim-col.el: Now there is a column formatting mechanism.
7883         Modified to customization mechanisms convention.  Doc fix.
7884         (columns): New group for delim-col.
7885         (delimit-columns-before, delimit-columns-after)
7886         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7887         (delimit-columns-end): New vars.
7888         (delimit-columns-customize, delimit-columns-format): New funs.
7889         (delimit-columns-region, delimit-columns-rectangle)
7890         (delimit-columns-rectangle-line): Modified to support column
7891         formatting.
7893 2000-10-24  Dave Love  <fx@gnu.org>
7895         * log-edit.el (log-edit): Add :version and a :group for vc.
7897 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
7899         * files.el (after-find-file): Don't print a message ``New file''
7900         if WARN is nil.
7902         * wid-edit.el (widget-field-keymap, widget-text-keymap):
7903         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
7904         get duplicate tool-bar entries because we'll see the global ones
7905         on more than one path through keymaps.
7907         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7909         * progmodes/cmacexp.el: Change Francesco's email address.
7911 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7913         * window.el (fit-window-to-buffer): Adjust point of the window
7914         buffer, not that of the current buffer.
7916 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
7918         * progmodes/cmacexp.el: Update the euthor's email address.
7920 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7922         * faces.el (face-spec-set-match-display): Add `graphic' display
7923         type (the inverse of `tty').  Use `display-graphic-p' instead of
7924         the window-system variable.
7926 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
7928         * international/isearch-x.el (isearch-with-input-method):
7929         Call input-method-function with the first event in
7930         unread-command-events.
7932 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
7934         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
7936 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
7938         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7939         New charsets.
7941         * term/mac-win.el: Remove definitions of mac-roman-lower and
7942         mac-roman-upper, require dired, and define instead of set
7943         mac-ready-for-drag-n-drop to avoid compilation error.
7945 2000-10-23  Andrew Innes  <andrewi@gnu.org>
7947         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7948         Remove superfluous calls to subst-char-in-string; instead apply
7949         expand-file-name after convert-standard-filename to ensure
7950         expected directory separators are used.
7952 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
7954         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7956 2000-10-23  Dave Love  <fx@gnu.org>
7958         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7959         (tool-bar-add-item): Set foreground and background for XBM icons.
7961         * international/latin1-disp.el (latin1-char-displayable-p):
7962         New function (from Handa).
7963         (latin1-display-check-font): Use it.
7965         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7966         using :key-sequence, making it much more usable.
7967         Use nconc, not append.
7968         (imenu--create-keymap-1): Avoid append.
7970         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7972 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7974         [the following changes fix a bug where `define-minor-mode' didn't
7975         correctly generate :require clauses for defcustoms in compiled files]
7976         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7977         (byte-compile-log-file, byte-compile-log-1): Don't set
7978         `byte-compile-current-file' to nil.  Instead set
7979         `byte-compile-last-logged-file' to it.  Test whether
7980         byte-compile-current-file equals byte-compile-last-logged-file
7981         instead of whether its nil.
7982         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
7984 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
7986         * textmodes/refill.el: Fix var names in doc.
7987         (refill-mode): Don't bother with make-local-hook anymore.
7989 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
7991         * faces.el (face-user-default-spec, face-default-spec): New functions.
7992         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
7993         (frame-set-background-mode, face-set-after-frame-default):
7994         Use `face-user-default-spec'.  Simplify code slightly.
7996         * woman.el (woman-italic-face, woman-bold-face)
7997         (woman-unknown-face): Add dark-background variants.
7998         (woman-default-faces): Renamed from `woman-colour-faces'.
7999         Set using the stored defaults, rather than using hard-wired colors.
8000         (woman-monochrome-faces): Renamed from `woman-black-faces'.
8001         Just make the foreground `unspecified' rather than "black".
8002         (woman-menu): Rename menu entries accordingly.
8004         * faces.el (header-line): Make more reasonable on mono/grayscale
8005         displays.
8007 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
8009         * cus-edit.el (custom-button-face): Use 3D look for mac.
8010         (custom-button-pressed-face): Likewise.
8012         * faces.el (set-face-attributes-from-resources): Handle mac frames
8013         in the same way as x and w32 frames.
8014         (face-valid-attribute-values): Likewise.
8015         (read-face-attribute): Likewise.
8016         (defined-colors): Likewise.
8017         (color-defined-p): Likewise.
8018         (color-values): Likewise.
8019         (display-grayscale-p): Likewise.
8020         (face-set-after-frame-default): Likewise.
8021         (mode-line): Same default face as for x and w32.
8022         (tool-bar): Likewise.
8024         * frame.el: Remove call to frame-notice-user-settings at end of
8025         the file.
8027         * info.el (Info-fontify-node): Make underlines invisible for mac
8028         as for x, pc, and w32 frame types.
8030         * term/mac-win.el: New file.
8032 2000-10-22  Dave Love  <fx@gnu.org>
8034         * textmodes/refill.el: New file.
8036 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
8038         * vc-hooks.el (vc-version-backup-file-name): New optional args
8039         MANUAL and REGEXP.
8040         (vc-delete-automatic-version-backups, vc-make-version-backup):
8041         New functions.
8042         (vc-before-save): Use the latter.
8043         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8044         confusion.
8046         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8047         expected by vc[-hooks].el.
8049         * vc.el (vc-checkout): Added `-p' suffix in call to
8050         vc-make-version-backups-p; use vc-make-version-backup to actually
8051         make the backup.
8052         (vc-version-other-window, vc-version-backup-file): Handle both
8053         automatic and manual backups.
8054         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8055         of all of them.
8057 2000-10-22  Miles Bader  <miles@gnu.org>
8059         * comint.el (comint-highlight-input, comint-highlight-prompt):
8060         Renamed, `-face' at end removed.
8061         (comint-send-input, comint-output-filter): Use renamed faces.
8063         * window.el (fit-window-to-buffer): Change defaulting of
8064         MAX-HEIGHT slightly.
8066         * faces.el (color-values, color-defined-p): Use `member', not
8067         `memq', because it works correctly for strings.
8068         (frame-set-background-mode): Actually, "unspecified-fg" and
8069         "unspecified-bg" *are* strings.  Use `member', not `memq', and
8070         `equal', not `eq', when a string value is possible.
8072 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
8074         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8076 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
8078         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8079         sh-electric-rparen, sh-electric-less and sh-electric-hash.
8080         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8081         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8082         (sh-font-lock-syntactic-keywords): Use them.
8083         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8084         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8085         (sh-mode): Don't override font-lock-unfontify-region-function.
8086         Use a copy of sh-font-lock-syntactic-keywords.
8087         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8088         Don't call sh-scan-buffer since font-lock does it on the fly.
8089         (sh-get-indent-info): Use `face' rather than `syntax-table'
8090         text-property to detect here-documents.
8091         Replace sh-special-syntax with sh-st-punc.
8092         (sh-prev-line): Use `face' rather than `syntax-table'
8093         text-property to skip over here-documents.
8094         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8095         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8096         (sh-electric-less, sh-set-here-doc-region)
8097         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8098         (sh-scan-buffer, sh-rescan-buffer): Remove.
8100 2000-10-21  Andrew Innes  <andrewi@gnu.org>
8102         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8103         remote (ange-ftp) file names.
8105 2000-10-21  Miles Bader  <miles@gnu.org>
8107         * window.el (fit-window-to-buffer): New function.
8108         (shrink-window-if-larger-than-buffer): Use it.
8109         (window-text-height): Don't expect minibuffers to have mode-lines.
8111         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8112         * international/quail.el (quail-update-guidance):
8113         Use `fit-window-to-buffer' instead of `set-window-text-height'.
8115         * international/quail.el (quail-show-guidance-buf): Make sure
8116         guidance window really has enough room.
8117         (quail-update-guidance): If quail-guidance-win is already shown,
8118         make sure its height is OK.
8120         * window.el (window-text-height, set-window-text-height):
8121         New functions.
8122         (shrink-window-if-larger-than-buffer): Use `window-text-height'
8123         instead of `window-height' & `mode-line-window-height-fudge'.
8124         (mode-line-window-height-fudge): Add FACE parameter.
8125         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8126         instead of `enlarge-window' & `mode-line-window-height-fudge'.
8128 2000-10-20  Miles Bader  <miles@gnu.org>
8130         * window.el (height-affecting-face-attributes): Use `defconst'.
8132         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8133         New function, conditionally aliased to `mode-line-window-height-fudge'.
8134         (ispell-help): Use it.
8135         (ispell-choices-win-default-height): Don't include mode-line fudge.
8136         (ispell-choices-win-default-height): New function.
8137         (ispell-show-choices, ispell-command-loop): Use function
8138         `ispell-choices-win-default-height' instead of variable.
8140 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
8142         * window.el (mode-line-window-height-fudge): New variable.
8143         (height-affecting-face-attributes): New variable.
8144         (mode-line-window-height-fudge): New function.
8145         (shrink-window-if-larger-than-buffer): Use it.
8146         * help.el (resize-temp-buffer-window): Likewise.
8148         * info.el (Info-fontify-node): Add support for @subsubsection
8149         titles, which use `Info-title-4-face'.
8150         (Info-title-4-face): New face.
8151         (Info-title-3-face): Inherit from Info-title-4-face instead of
8152         variable-pitch.
8154 2000-10-19  Jason Rumney  <jasonr@gnu.org>
8156         * dired.el (dired-insert-directory): Do not let errors signalled by
8157         attempt to run dired-free-space-program prevent dired from working.
8159 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
8161         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8163 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
8165         * dirtrack.el (dirtrack): Fix call to run-hooks.
8167         * cmuscheme.el (cmuscheme-program-name): Renamed from
8168         scheme-program-name because xscheme.el contains a defcustom with
8169         the same name.  As a consequence, customizing group `cmuscheme'
8170         loaded `xscheme' which redefined run-scheme.
8171         (run-scheme): Use cmuscheme-program-name.
8173         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8175         * play/doctor.el (doctor-death): Update the Samaritans'
8176         anonymous address, and add a website for Befrienders International.
8178 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8180         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
8181         Avoid compilation gripes.  Doc fix.
8182         (ps-print-version): New version number (6.2).
8183         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8184         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8185         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8186         (ps-x-extent-priority, ps-x-extent-start-position)
8187         (ps-x-face-font-instance, ps-x-find-coding-system)
8188         (ps-x-font-instance-properties, ps-x-make-color-instance)
8189         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8190         avoid compilation gripes without defining functions.
8191         (ps-e-find-composition): Alias for function find-composition, to have a
8192         suitable function depending on Emacs version.
8193         (ps-color-device, ps-color-values, ps-face-foreground-name)
8194         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8195         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8196         (ps-print-ensure-fontified): Function definitions surrounded by
8197         `eval-and-compile' to avoid compilation gripes.
8198         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8199         by symbol-value to avoid compilation gripes.
8200         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8201         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8203 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8205         * startup.el (normal-top-level): Call `frame-set-background-mode'
8206         after `frame-notice-user-settings' because the latter doesn't call
8207         the former on a tty.
8209         * faces.el (frame-set-background-mode): `unspecified' &c are
8210         symbols, not strings.
8212 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8214         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8215         why some "light*" colors are deliberately absent from the alist.
8217         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8218         Change colors for tty's, as suggested by Miles Bader.
8220 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
8222         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8223         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
8224         for ISO10646-1 fonts.
8225         (x-font-name-charset-alist): Add an entry for "iso10646-1".
8227 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
8229         * faces.el (frame-set-background-mode): If a tty frame defines a
8230         background color, use that to compute the background mode, instead
8231         of always defaulting to "dark".
8233 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
8235         * comint.el (comint-write-output): New function.
8236         (comint-mode-map): Add it to the menu.
8237         Bind `C-c C-s' to comint-write-output.
8239 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
8241         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8242         Use fancy-splash-delay.
8244 2000-10-18  Alex Schroeder  <alex@gnu.org>
8246         * progmodes/sql.el (sql-sybase-options): New option.
8247         (sql-sybase): Use it.  Add sql-database to the list of parameters
8248         provided for login.  The options -w 2048 -n are not used any more.
8250         * comint.el (comint-read-input-ring): Bugfix such that the first
8251         and the last entry of the input ring file are not lost.
8253 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8255         * ps-print.el: Internal variable changes to defcustom,
8256         make-local-hook changes to defvar.  Doc fix.
8257         (ps-print-version): New version number (6.1).
8258         (ps-setup, ps-do-despool): Code fix.
8259         (ps-printer-name): Customization fix.
8260         (ps-printer-name-option): Now is a defcustom instead of an
8261         internal variable.
8262         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8263         (ps-print-begin-column-hook): Now are defvar instead of
8264         make-local-hook.
8266 2000-10-18  Miles Bader  <miles@gnu.org>
8268         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8269         (comint-kill-output): Changed into an alias for `comint-delete-output',
8270         and made obsolete.
8271         (comint-mode-map): Rename references to comint-kill-output.
8273 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
8275         * diff-mode.el (diff-header-face, diff-file-header-face)
8276         (diff-changed-face): Add bold and italic attributes to tty faces.
8277         (diff-function-face): New face.
8278         (diff-font-lock-keywords): Use it.
8280 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
8282         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8283         Remove commented-out call to force-mode-line-update.
8284         (comint-kill-output): Use `forward-line 0' instead of
8285         beginning-of-line to make sure we get past the prompt.
8287 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
8289         * diff-mode.el (diff-header-face, diff-file-header-face):
8290         Add specific setting for dark background.
8291         (diff-context-face): Renamed from diff-comment-face.
8292         Set explicitly rather than inheriting from font-lock-comment-face.
8294 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8296         * startup.el (command-line): Move the code which sets the default
8297         TTY colors to before before-init-hook.
8299 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8301         * jit-lock.el (jit-lock-stealth-time): Doc fix.
8303 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8305         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8306         extensions, for MS-DOS.
8308         * diff-mode.el (diff-header-face, diff-file-header-face)
8309         (diff-changed-face): Define tty-specific colors.
8311 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
8313         * startup.el (fancy-splash-text): Realign the text.
8315 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8317         * font-lock.el (font-lock-comment-face): Define a separate default
8318         for dark-background tty's.
8320 2000-10-17  Miles Bader  <miles@gnu.org>
8322         * help.el (resize-temp-buffer-window): Add hack to avoid last line
8323         being obscured by whizzy mode-lines on graphics displays.
8325 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
8327         * info.el (Info-title-1-face, Info-title-2-face)
8328         (Info-title-3-face): Define colors for tty's.
8329         (info-header-node): Remove unneeded tty-specific definition.
8331 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
8333         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8334         reverse from the frame parameters, and don't invert foreground and
8335         background colors.
8337 2000-10-16  Miles Bader  <miles@gnu.org>
8339         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8340         string "*Info*".  Call propertized-buffer-identification to spruce
8341         up the result.
8343 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
8345         * help.el: Provide `help' for the sake of define-minor-mode
8346         which generates defcustoms with requires.
8348         * jit-lock.el (jit-lock-after-change): If we're in text that
8349         matches a multi-line font-lock pattern, make sure the whole text
8350         will be redisplayed.
8352         * emacs-lisp/authors.el (authors-add): Don't add an entry if
8353         author's name is unknown.
8355         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8356         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8357         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8358         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8359         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8360         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8361         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8362         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8363         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8364         Add author information.
8366 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
8368         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8369         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8370         full-color version (using the Gimp) to eliminate dithering artifacts.
8372 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8374         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8376         * simple.el (syntax-flag-table, string-to-syntax): Remove.
8378 2000-10-15  Dave Love  <fx@gnu.org>
8380         * progmodes/sh-script.el: Require skeleton and comint when compiling.
8382         * pcomplete.el (pcomplete) <defgroup>: Add :version.
8384         * whitespace.el: Doc fixes.
8385         (top-level): Don't add hooks here.
8386         (whitespace-running-emacs): Deleted.
8387         (timer): Don't require.
8388         (whitespace): Add back :version conditional on xemacs test.
8389         (whitespace-spacetab-regexp, whitespace-indent-regexp)
8390         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8391         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8392         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8393         Avoid specific xemacs test.
8394         (whitespace-global-mode): New option.
8395         (whitespace-global-mode): New command.
8396         (whitespace-unload-hook): New function.
8398         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8399         (Info-fontify-node, Info-goto-node, Info-mode-menu)
8400         (Info-fontify-node): `Goto' goes to `Go to'.
8401         (Info-fontify-node): Add help-echo to xref links.
8403 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
8405         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8407 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
8409         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8410         Use plist-get and allow :inherit.
8412         * emacs-lisp/cl-macs.el (cl-do-arglist):
8413         Use plist-get and plist-member instead of memq.
8415         * emacs-lisp/ewoc.el (ewoc-location): New function.
8416         (ewoc-enter-after, ewoc-enter-before): Document return value.
8417         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8418         Don't need make-local-hook any more.
8419         (cvs-addto-collection): Return the new tin.
8420         (cvs-mode-insert): Jump to the new line.
8422         * jit-lock.el (jit-lock-fontify-buffer): Remove.
8424         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8426         * font-lock.el (font-lock-syntactically-fontified): New var.
8427         (font-lock-fontify-syntactic-keywords-region): Use it.
8428         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
8430         * diff-mode.el (diff-find-file-name): Fix regexp.
8432         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8433         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8435         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8436         (sh-mode-syntax-table): Add punctuation syntax for < and >.
8437         (sh-mode): Don't make all vars local here.
8438         (sh-kw): Reformat.
8439         (sh-set-shell): Use dolist.  Don't set indent-region-function.
8440         (sh-mode-syntax-table): Use pop.
8441         (sh-remember-variable): Use push.
8442         (sh-help-string-for-variable): Use memq.
8443         (sh-safe-backward-sexp): Remove.
8444         (sh-safe-forward-sexp): Add ARG.
8445         (sh-get-indent-info, sh-prev-stmt): Use it.
8446         (sh-prev-line): Simplify by using forward-comment.
8447         (sh-this-is-a-continuation): Simplify.
8448         (sh-learn-buffer-indent): Use dolist.
8449         (sh-do-nothing): Remove.
8450         (sh-set-char-syntax, sh-set-here-doc-region):
8451         Use inhibit-modification-hooks.
8452         (sh-name-style): Use mapcar and push.
8453         (sh-load-style): Use dolist.
8454         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8455         (sh-case, sh-while-getopts): Use propertize directly rather
8456         than sh-electric-rparen.
8458 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
8460         * textmodes/tex-mode.el: Require CL when compiling.
8461         (tex-mode-syntax-table): Init immediately.
8462         (tex-mode-map): Bind M-RET to latex-insert-item.
8463         (latex-mode): Set indent-line-function to latex-indent.
8464         (tex-common-initialization): Don't setup the syntax-table any more.
8465         (latex-insert-item): New skeleton.
8466         (tex-next-unmatched-end): Fix copy/paste braino.
8467         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8468         (latex-indent, latex-find-indent): New functions.
8469         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8470         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8471         (tex-compilation-parse-errors): Use with-syntax-table.
8473 2000-10-15  Miles Bader  <miles@gnu.org>
8475         * font-lock.el (font-lock-comment-face): Change dark-background,
8476         color, non-tty, default to `chocolate1'.
8478 2000-10-13  John Wiegley  <johnw@gnu.org>
8480         * eshell/esh-util.el (require): Added a missing `require' form,
8481         needed when compiling (for an ange-ftp macro definition).
8483 2000-10-13  Dave Love  <fx@gnu.org>
8485         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8487 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
8489         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8491         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8492         transparent -colors 8).
8494 2000-10-13  Stephen Gildea  <gildea@alum.mit.edu>
8496         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8497         that breaks with old list format timestamps.
8498         (time-stamp-warn-inactive, time-stamp-old-format-warn)
8499         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8501 2000-10-13  John Wiegley  <johnw@gnu.org>
8503         * align.el, pcomplete.el, calendar/timeclock.el,
8504         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8506         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8507         faulty math, where holiday hours were being computing as seconds.
8509 2000-10-13  John Wiegley  <johnw@gnu.org>
8511         * desktop.el (desktop-buffer-modes-to-save): Added a global for
8512         specifying what "other" kinds of buffers should be saved.
8513         This used to be hard-coded.
8514         (desktop-buffer-misc-functions): A global for specifying how
8515         auxiliary data should be determined for special buffer types.
8516         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8517         instead of hard-coding the special buffer types.
8518         (desktop-save): Run `desktop-buffer-misc-functions' to gather
8519         auxiliary data, instead of hard-coding for Info buffers and dired.
8520         (desktop-buffer-info-misc-data): Aux function for determining Info
8521         buffer auxiliary info.
8522         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8523         (desktop-buffer-info): Changed this function to use the info
8524         gathered above.
8525         (desktop-create-buffer): Be a little more careful about what
8526         `minor-mode' means before calling it.  This is important for some
8527         buffer types.
8529 2000-10-13  John Wiegley  <johnw@gnu.org>
8531         * eshell/esh-util.el: Added a global form which declares an
8532         autoload for `parse-time-string', if that function is not already
8533         defined, and if parse-time.el is available on the user's system.
8535         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8536         to be aware of ange-ftp user info.
8537         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
8538         (eshell-ls-annotate): Use `eshell-file-attributes'.
8539         (eshell-ls-file): Made the user-id printing code a bit smarter.
8541         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8542         allow identification of alias user ids in remote directories.
8543         It's manual, but there's no other way to know when the current user
8544         on the local machine, is also the owning user on the remote machine.
8545         (fboundp): Bind `ange-cache'.
8546         (eshell-directory-files-and-attributes): Re-organized the logic a
8547         bit to use `eshell-file-attributes' instead of `file-attributes'.
8548         The former is more sensitive to directories that are read via FTP,
8549         and knows how to use ange-ftp to determine full attribute
8550         information, instead of just the name and last modtime.
8551         (eshell-current-ange-uids): Return the current user id when in a
8552         remote directory.
8553         (eshell-parse-ange-ls): Parse a full directory listing that has
8554         been returned by ange-ftp.
8555         (eshell-file-attributes): This beefed up version of
8556         `file-attributes' is only special if the user is currently in a
8557         remote directory, in which case it does a lot of work to find out
8558         what the real attributes of a file are, as they appear on the
8559         remote machine.  This makes usage of remote directories (i.e.,
8560         ange-ftp pathnames) much more useful.  You can now use Eshell as a
8561         full-fledged FTP client, with much more manipulation ability than
8562         most other clients.
8564         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8565         variable, which means that Eshell's du should always be preferred
8566         in remote directories.
8567         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8568         just `file-attributes'.
8569         (eshell-mvcp-template): Bind `ange-cache', to improve performance
8570         when reading remote directories.  This is an Eshell-specific
8571         variable (not part of ange-ftp).
8572         (eshell/ln): Bind `ange-cache'.
8573         (eshell/du): Added some extra logic for determining when to use
8574         Eshell's du (which is slow), and when to use the external version
8575         (which may or may not exist).
8577         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8578         Call `eshell-interactive-process', rather than using
8579         `get-buffer-process', since backgrounded processes don't count in
8580         the context of this function's logic.
8582         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8583         `forward-char', so that null strings are parsed correctly.
8585 2000-09-13  John Wiegley  <johnw@gnu.org>
8587         * eshell/em-pred.el (eshell-pred-file-type)
8588         (eshell-pred-file-links, eshell-pred-file-size):
8589         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
8591         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8592         that remote file globbing is more efficient.
8594         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8595         gathering the files and attributes within a directory.
8597         * eshell/em-unix.el (eshell/cat): If any of the files passed on
8598         the command line is a special file (not a regular file, directory
8599         or symlink), always attempt to call the external version of cat.
8601 2000-09-13  John Wiegley  <johnw@gnu.org>
8603         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8604         Eshell-friendly version of find-tag.
8606 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
8608         * image-file.el (image-file-name-extensions)
8609         (image-file-name-regexps): Add autoload cookies.
8611 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
8613         * international/mule-cmds.el (select-safe-coding-system): If FROM
8614         is string, show it in *Warning* buffer.
8616 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
8618         * startup.el (normal-top-level): Use display-popup-menus-p instead
8619         of window-system.
8620         (command-line): Use display-graphic-p instead of window-system.
8621         (command-line-1): Use display-popup-menus-p and display-mouse-p
8622         instead of window-system.
8624 2000-10-12  Sam Steingold  <sds@gnu.org>
8626         * tooltip.el (tooltip-use-echo-area): New user variable.
8627         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8629 2000-10-12  Dave Love  <fx@gnu.org>
8631         * recentf.el: Maintainer's checkdoc fixes.
8633         * startup.el (normal-top-level-add-subdirs-to-load-path):
8634         Use character class, not ASCII when matching file names.
8635         (fancy-splash-head): Add trailing slash to URL.
8636         (command-line): Don't require XPM support for toolbar.
8638         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8639         (cperl-invalid-face): Revert last change.
8640         (cperl-init-faces): Quote cperl-invalid-face.
8642 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8644         * startup.el (fancy-splash-text): Remove superfluous quote.
8646 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8648         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8649         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8650         (command-line-1): Don't use fancy-splash-pending-command.
8651         (fancy-splash-screens-1): Goto point-min after inserting text.
8653         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8655         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8656         instead of shared-lisp-mode-map.
8658 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
8660         * faces.el (header-line): Change tty-variant to use underlining.
8662         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8663         (isearch-highlight): Restore lazy-isearch face properties at old
8664         position, and suppress them at new position.
8665         (isearch-dehighlight): Restore lazy-isearch face properties.
8666         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8667         over the real isearch overlay, but in that case, don't give it a
8668         face property.  Use `push'.
8670 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
8672         * man.el (Man-getpage-in-background): Fix previous change.
8673         Decode the process output only when we are in multibyte mode.
8675 2000-10-11  Dave Love  <fx@gnu.org>
8677         * info.el (Info-mode-menu): Fix some help.
8678         (info-tool-bar-map): Add entry for Info-last.
8680         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8681         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8682         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8683         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8684         * toolbar/search-replace.xpm, toolbar/exit.xpm:
8685         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8686         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8687         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8688         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8689         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8690         Reduce colour requirements to 25 overall.  (Probably wants
8691         revisiting from the originals to reduce further.)
8693 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
8695         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8696         buffer-file-coding-system, instead of raw-text.
8697         (dehexlify-buffer): Bind coding-system-for-read to
8698         buffer-file-coding-system, instead of raw-text.
8700 2000-10-11  Sam Steingold  <sds@gnu.org>
8702         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8703         `underline' - fixes the bug introduced on 2000-09-21.
8705 2000-10-11  Dave Love  <fx@gnu.org>
8707         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8708         Avoid compiler warnings.
8709         (scheme-mode): Doc fix.
8710         (scheme-font-lock-keywords-1): Match `define-syntax'.
8712 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
8714         * faces.el (frame-set-background-mode): Pay attention to saved
8715         face specs as well as default ones.  Only do anything if the
8716         bg-mode or display-type has actually changed.  Use `dolist'.
8717         (region): Make dark-background `region' face less in-your-face.
8719 2000-10-10  Sam Steingold  <sds@gnu.org>
8721         * chistory.el, ielm.el, ledit.el:
8722         * progmodes/inf-lisp.el, progmodes/scheme.el:
8723         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8725 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
8727         * textmodes/texinfo.el: Update copyright and fix typo.
8729         * desktop.el (desktop-modes-not-to-save): New var.
8730         (desktop-save-buffer-p): Use it.
8731         Also, obey desktop-buffers-not-to-save even for non-file buffers.
8732         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8734 2000-10-10  Dave Love  <fx@gnu.org>
8736         * toolbar/tool-bar.el (tool-bar-add-item)
8737         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8739         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8740         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8741         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8742         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8743         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8744         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8745         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8746         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8747         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8748         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8749         the .xpms; probably need retouching.
8751 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
8753         * subr.el (add-to-list): Add optional argument APPEND.
8754         * battery.el (display-battery): Use `add-to-list'.
8756 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
8758         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8759         properties.
8760         (zone, zone-when-idle, zone-leave-me-alone)
8761         (zone-pgm-whack-chars): Use new symbol properties.
8763         * battery.el (display-battery): Doc spelling fix.
8765         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8766         property.
8768 2000-10-09  Dave Love  <fx@gnu.org>
8770         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8771         has been initialized before calling tool-bar-setup.
8772         (tool-bar-add-item-from-menu): Add autoload cookie.
8774 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
8776         * menu-bar.el (send-mail-item-name): New function.
8777         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8778         of mail-user-agent in the menu.  Don't display the "Send Mail"
8779         item if mail-user-agent is nil or its value is ignore.
8780         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8781         if read-mail-command is nil or its value is ignore.
8783         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8785 2000-10-09  Miles Bader  <miles@gnu.org>
8787         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8788         Correct image size.
8789         * toolbar/left_arrow.xpm: Correct image size.
8791         * jka-compr.el: Don't call `jka-compr-install' when loading (it
8792         will be done by the definition of `auto-compression-mode' if
8793         necessary.  Move code to uninstall existing file-name handler
8794         before definition of `auto-compression-mode'.
8796         * image-file.el (auto-image-file-mode): Move to the end of the
8797         file, because `define-minor-mode' actually calls the mode-function
8798         if the associated variable is non-nil, which requires that all
8799         needed functions be already defined.
8801         * mouse.el (popup-menu): Balance parens.
8803 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
8805         * mouse.el (popup-menu): Move the command call outside the loop
8806         so that popup-menu returns whatever the command returns.
8808         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
8809         (initialize-new-tags-table): Use run-hook-with-args-until-success.
8810         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8811         (tags-table-format-functions): Renamed from tags-table-format-hooks.
8813         * vc.el (vc-version-diff): diff-switches can be a list.
8814         Use relative filenames for prettier output.
8816         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8817         (vc-post-command-functions): Remove old-VC compatibility code.
8819         * newcomment.el (comment-indent-default): Autoload.
8821         * font-lock.el (font-lock-defaults): Make buffer-local.
8822         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8823         (font-lock-choose-keywords):
8824         Ignore LEVEL unless KEYWORDS is a list of syms.
8825         (c-keywords, c++-keywords, objc-keywords, java-keywords):
8826         Don't wrap regexp-opt things in \(...\) unnecessarily.
8828         * jit-lock.el: Don't require font-lock any more.
8829         (jit-lock-functions): Make buffer-local.
8830         (jit-lock-saved-fontify-buffer-function): Remove.
8831         (jit-lock-mode): Remove autoload cookie.
8832         Remove font-lock specific code.
8833         (jit-lock-unregister): Don't bother handling complex hooks any more.
8834         (jit-lock-refontify): New function.
8835         (jit-lock-fontify-buffer): Use it.
8836         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8837         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8838         Add optional args START and END.
8839         Never call font-lock-fontify-region directly.
8840         (jit-lock-function, jit-lock-stealth-fontify): Use it.
8842         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8844 2000-10-08  Dave Love  <fx@gnu.org>
8846         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8848         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8850         * play/studly.el (studlify-region, studlify-word): Add autoload
8851         cookie.
8853         * play/morse.el (morse-region, unmorse-region): Add autoload
8854         cookie.
8856         * play/spook.el (spook-phrases-file): Use expand-file-name, not
8857         concat.
8859         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8860         insist on symbols starting with word syntax.
8861         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8862         (eval-defun-1): Doc fix.
8863         (indent-sexp): Use nconc to build up indent-stack.
8865         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8866         Gnus with little use.
8867         (mail-setup-hook): Add mail-abbrevs-setup to options.
8869         * recentf.el: Doc fixes.
8871         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8872         Clean up remainder.
8874         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
8875         without timezone and (8) with timezone to enforce some whitespace.
8876         Simplify code somewhat.
8878         * options.el (list-options): Doc that you should use customize.
8880         * iswitchb.el (iswitchb-mode): Add :require.
8882         * info.el (Info-goto-node, Info-menu): Doc fix.
8883         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8884         (info-tool-bar-map): New variable.
8885         (Info-mode): Use it.
8886         (Info-edit-map): Define all in defvar.
8887         (speedbar-attached-frame): Avoid compiler warning.
8889         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8890         (global-map): Bind [tool-bar] to a filtered map.
8891         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
8892         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8893         Allow PBM icons.
8894         (tool-bar-setup): Adjust calls of tool-bar-add-item.
8896         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8897         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8898         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
8899         icons, except up_arrow, which is left-arrow rotated.
8901         * imenu.el (imenu-add-to-menubar): Fix last change.
8903 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
8905         * generic-x.el (rul-generic-mode): Remove eval-when-compile
8906         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
8908 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8910         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8911         typos in doc strings.
8913         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8914         the doc strings how to customize Font Lock faces.
8916         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8917         computing growth when dragging the header line.
8919 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
8921         * simple.el (kill-line): Doc fix.
8923 2000-10-08  Miles Bader  <miles@gnu.org>
8925         * faces.el (secondary-selection): Make foreground visible on tty.
8927         * jka-compr.el (auto-compression-mode): Move to the end of the
8928         file, because `define-minor-mode' actually calls the mode-function
8929         if the associated variable is non-nil, which requires that all
8930         needed functions be already defined.
8931         (with-auto-compression-mode): Add autoload cookie.
8933 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
8935         * files.el (find-backup-file-name) [ms-dos]: If support for long
8936         file names is not available, behave as if version-control were set
8937         to never.
8939 2000-10-07  Dave Love  <fx@gnu.org>
8941         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8942         (browse-url-gnome-moz): New function.
8943         (browse-url-browser-function): Use it.
8944         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8946 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
8948         * indent.el (tab-always-indent): New var.
8949         (indent-for-tab-command): Use it.
8951         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8952         raise an error.  This way it can still default to a sane value.
8954 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8956         * startup.el (fancy-splash-screens): Use local rather than global map.
8957         Don't use `update-menu-bindings' any more.
8958         Get rid of assumptions about keymap representation.
8960 2000-10-06  Dave Love  <fx@gnu.org>
8962         * textmodes/fill.el (sentence-end-double-space)
8963         (sentence-end-without-period):  Doc fix.
8964         (adaptive-fill-regexp): Purecopy.
8965         (unjustify-current-line): Use line-end-position.
8966         (fill-individual-paragraphs-prefix): Use line-beginning-position.
8968         * net/eudc-vars.el (eudc): Add :version, :link.
8970         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8972         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8973         Fix for define-minor-mode.
8974         (function-at-point): Alias to function-called-at-point.
8976         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8978         * simple.el (backward-word): Doc fix.
8980         * image-file.el (image-file-name-regexp): image-file-regexps ->
8981         image-file-name-regexps.
8982         (image-file-name-extensions): Add pbm.
8984 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
8986         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8987         and add filename to the names so that diff-mode can jump to source.
8989         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8990         (tex-font-lock-keywords, tex-font-lock-keywords-2)
8991         (tex-font-lock-keywords-1): Remove.
8992         (font-lock-turn-on-thing-lock): Use jit-lock-register.
8993         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8994         (font-lock-default-fontify-region):
8995         Expand beg..end correctly when just following a multiline region.
8996         (font-lock-fontify-anchored-keywords):
8997         Include the anchor text as part of the multiline.
8999 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
9001         * loadup.el (toplevel): Load `loaddefs' before `help' because the
9002         latter needs the autoloaded define-minor-mode macro during the
9003         bootstrap.
9005         * startup.el (command-line): For now, activate tool-bar-mode only
9006         if XPM images are supported.
9008         * mouse.el (mouse-drag-header-line): Don't allow resizing a
9009         window by dragging a header-line at the top of the frame; that's
9010         confusing because the header-line doesn't move.
9011         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9012         of treating the event as a list.  Some cleanup.
9014 2000-10-06  Miles Bader  <miles@gnu.org>
9016         * simple.el (display-message-or-buffer): New function.
9017         (shell-command-on-region): Use `display-message-or-buffer'.
9019         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9020         docstring parts.
9022         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9023         (smbclient-prompt-regexp): Add usage note to doc string.
9024         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9025         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9026         Use add-hook for adding the comint filter function, and only do so
9027         if it's not already in the global hook list.
9028         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9029         to `make-local-variable'.
9030         (nslookup-font-lock-keywords): Remove prompt entry.
9031         (nslookup): Don't set the process-filter.
9032         (finger): Exit the loop correctly when the regexps list runs out.
9033         (ftp, smbclient, smbclient-list-shares):
9034         Set the real major mode immediately, not after execing.
9035         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9037         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9039 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
9041         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9043         * which-func.el (which-func-format): Remove spurious space.
9044         (which-func-mode): Don't make it permanent-local.
9045         (which-func-ff-hook): Allow which-func-maxout to be nil.
9046         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
9047         (which-func-mode): Simplify.
9048         Use post-command-idle-hook rather than post-command-hook.
9049         Go through all buffers and update their state.
9050         (which-function): Also try add-log-current-defun-function.
9052         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9053         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9054         Update call to with-vc-properties accordingly.
9055         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9056         (vc-revert-buffer): More careful about window selection and deletion.
9057         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9059         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9060         (cvs-retrieve-revision): Reuse a pre-existing buffer.
9061         (cvs-dired-action): Change the default to quickdir.
9063         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9064         if comment-indent-function returns nil.
9065         (comment-indent-default): New function.
9066         (comment-indent-function): Use it and document the new semantics.
9068         * image-file.el: Docstring fixes.
9070         * help.el (help-xref-on-pp): Use match-string.
9071         (describe-variable): New arg BUFFER.
9072         Store the current buffer in the help-xref-stack.
9073         (temp-buffer-resize-mode): Use define-minor-mode.
9075         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9076         consistently with its docstring.
9077         Set jit-lock-first-unfontify-pos in an idempotent way.
9078         (jit-lock-register): Autoload and add arg CONTEXTUAL.
9080 2000-10-05  Alex Schroeder  <alex@gnu.org>
9082         * sql.el (sql-mysql-options): New variable.
9083         (sql-mysql): Use it.
9085 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
9087         * image.el (image): New group.
9089         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9090         (smerge-base-face, smerge-markers-face): Add dark-background variants.
9092 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9094         * net/net-utils.el (nslookup-font-lock-keywords)
9095         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9096         Ignore the value of wqindow-system; always define keywords
9098 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
9100         * startup.el (fancy-splash-screens): Remove the code for
9101         debugging; `(trace-to-stderr "EXITTT\n")'.
9103 2000-10-05  Miles Bader  <miles@gnu.org>
9105         * diff-mode.el (diff-goto-source): Update call to
9106         `diff-hunk-status-msg' to reflect new REV variable.
9108 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
9110         * progmodes/icon.el (icon-mode):
9111         Don't gratuitously override the default for comment-column.
9113         * vc-hooks.el (vc-mode-line): Fix interactive spec.
9115         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9116         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9117         (jit-lock-functions): New var.
9118         (jit-lock-function-1): Use it if non-nil.
9119         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
9120         Set the `fontified' property before doing the fontification to avoid
9121         repeatedly going through the same error.
9122         Don't turn errors into messages.
9123         (jit-lock-register, jit-lock-unregister): New functions.
9125         * dired.el (dired-mark-pop-up): Turn comment into docstring.
9126         Use with-current-buffer.
9128         * dired-aux.el (dired-do-create-files, dired-kill-tree):
9129         Turn comment into docstring.
9131         * apropos.el (apropos-mode): Use define-derived-mode.
9133 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
9135         * startup.el (fancy-splash-pending-command): New variable.
9136         (fancy-splash-pre-command): New function.
9137         (fancy-splash-screens): Rewritten.
9138         (command-line-1): If fancy-splash-pending-command is set, call it
9139         interactively.
9141 2000-10-04  Dave Love  <fx@gnu.org>
9143         * toolbar/tool-bar.el (tool-bar-setup): New function.
9144         (tool-bar-mode): Use it.
9146         * subr.el (substitute-key-definition): Doc fix.
9147         (play-sound-file): New command.
9149 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
9151         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9152         vc-version-backup-file-name): New functions.
9154         * files.el (basic-save-buffer): Call vc-before-save before saving.
9156         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9157         vc-cvs-stay-local-p.
9159         * vc.el (vc-revert-buffer): Handle empty diff properly.
9160         (vc-version-backup-file): New function.
9161         (vc-checkout): Create a version backup if necessary.
9162         (vc-checkin): If a version backup file exists, delete it.
9163         (vc-version-diff): Diff locally using version backups, if available.
9164         (vc-revert-file): If there's a version backup, revert locally.
9165         (vc-transfer-file): Use version backup for base version, if
9166         available.  If not, ask for confirmation whether to get it from the
9167         server.  Update mode line before check-in.
9169 2000-10-04  Dave Love  <fx@gnu.org>
9171         * toolbar/tool-bar.el (tool-bar-setup): New function.
9172         (tool-bar-mode): Use it.
9174 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
9176         * net/net-utils.el (nslookup-font-lock-keywords)
9177         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9178         Only set if window-system is non-nil
9179         (net-utils-run-program): Returns buffer.
9180         (network-connection-reconnect): Added this function.
9182         * generic.el:
9183         Incorporates extensive cleanup and docfixes by
9184         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9185         Uses cl compile-time macros.
9186         (generic-mode-name, generic-comment-list)
9187         (generic-keywords-list, generic-font-lock-expressions)
9188         (generic-mode-function-list, generic-mode-syntax-table):
9189         Removed variables.
9190         (generic-mode-alist): Renamed to generic-mode-list.
9191         (generic-find-file-regexp): Default changed to "^#".
9192         (generic-read-type): Uses completing read on generic-mode-list.
9193         (generic-mode-sanity-check): removed this function.
9194         (generic-add-to-auto-mode): Removed this function
9195         (generic-mode-internal): Bind mode-specific definitions
9196         into function instead of putting them in alist.
9197         (generic-mode-set-comments): Reworked extensively.
9198         (generic-mode-find-file-hook): Simplified regexp searching
9199         (generic-make-keywords-list): Omit extra pair of parens
9201         * find-lisp.el (find-lisp-find-files-internal):
9202         Make sure directory name ends with "/".
9204         * generic-x.el (apache-conf-generic-mode):
9205         Regexp now allows leading whitespace.
9206         (rc-generic-mode): Added eval-when-compile
9207         around generic-make-keywords-list.
9208         Deleted duplicate regexp
9209         (rul-generic-mode): Added eval-when-compile
9210         around generic-make-keywords-list.
9211         (etc-fstab-generic-mode): New generic mode.
9212         (rul-generic-mode): Removed one eval-when-compile
9213         which caused a max-specpdl-size exceeded error.
9215 2000-10-04  Miles Bader  <miles@gnu.org>
9217         * simple.el (minibuffer-temporary-goal-position): New variable.
9218         (next-history-element): Try to keep the position of point in the
9219         input string constant.
9221         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9222         (dired-do-create-files): If there's only one file, pass it in as
9223         the DEFAULT arg to dired-mark-read-file-name.
9225 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
9227         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9228         (diff-goto-source): Be smarter when choosing REVERSE or not.
9230         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9231         (texinfo-mode-menu): Add an explicit shortcut for update all.
9233 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
9235         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9236         factorize backend-specific code cleanly (this was essentially
9237         conceived by Stefan Monnier).
9238         (vc-unregister): Function removed.
9239         (vc-revert-file): New function.
9240         (vc-revert-buffer): Delegate some of the work to it.
9242         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9243         default branch unconditionally.
9244         (vc-rcs-set-default-branch): New function.
9245         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9246         (vc-rcs-checkin): If an appropriate default branch has been set,
9247         force creation of that branch.
9248         (vc-rcs-receive-file): Rewritten to contain only backend-specific
9249         code (as suggested by Stefan Monnier).
9251 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9253         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9254         highlighting overlay with a different face over the overlay
9255         isearch uses to highlight the current match because that can lead
9256         to bad face combinations.
9258         * loadup.el (toplevel): Load faces before isearch.
9260         * isearch.el (isearch-faces): New custom group.
9261         (isearch): New defface; was already tested for in the code.
9262         (isearch-lazy-highlight-face): Changed to defface from defcustom.
9263         (isearch-highlight): Always use face `isearch'.
9265 2000-10-02  Dave Love  <fx@gnu.org>
9267         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9268         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
9269         comparison of opcode with operand.
9271 2000-10-03  Miles Bader  <miles@gnu.org>
9273         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9274         buffer, since the echo area will now grow to accommodate them.
9276 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
9278         * vc-hooks.el (vc-registered): If FILE used to be registered under
9279         a certain backend, try that one first.
9281         * vc.el (vc-responsible-backend): Undo the previous change in the
9282         argument list.  Handle multiple backends correctly.
9283         (vc-find-new-backend): Function removed.
9284         (vc-register): Use vc-responsible-backend, as before.
9285         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9287 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
9289         * startup.el (fancy-splash-head): Change message below the
9290         logo.
9292 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
9294         * diff-mode.el (diff-goto-source): Emit a status message.
9295         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9296         (diff-test-hunk): Fix doc string.
9297         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9298         (diff-advance-after-apply-hunk): New variable.
9299         (diff-apply-hunk): Don't return a value.
9301 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
9303         * vc.el (vc-editable-p): Minor optimization.
9304         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9305         (vc-find-new-backend): New function split from vc-responsible-backend.
9306         (vc-register): Use it.
9307         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9308         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9309         (vc-default-unregister, vc-revert-buffer): Docstring fix.
9310         (vc-clear-headers): Don't use find-file.
9311         (vc-revert-buffer): Use `and' again (must have been a braino).
9312         (vc-switch-backend): Only prompt if requested.
9313         Short circuit if nothing is to be done.
9314         Don't use vc-resynch-buffer which could lose unsaved editing.
9315         (vc-default-receive-file): Update call to vc-unregister.
9316         (with-vc-file, vc-next-action-on-file):
9317         Use vc-backend rather than vc-registered.
9318         (vc-next-action-on-file): Use intern-soft.
9319         Deal with read-only *vc-diff* buffer.
9320         (vc-transfer-file): Docstring fix.
9322         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9323         (vc-rcs-receive-file): Avoid with-vc-properties.
9324         Update call to vc-unregister.
9325         Use constant `RCS' rather than (dynamically bound) var `backend'.
9327 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
9329         * vc.el (vc-next-action-on-file): Update mode line only if file
9330         is visited.
9331         (vc-start-entry): New argument initial-contents.  Don't visit the file
9332         if it isn't already visited.  Brought documentation up-to-date.
9333         (vc-next-action, vc-register): Updated calls to vc-start-entry.
9334         (vc-checkin): New optional arg initial-contents, which is passed to
9335         vc-start-entry.
9336         (vc-finish-logentry): Make sure to bury log buffer only if there
9337         really is one.  Call `vc-resynch-buffer' on log-file, not
9338         buffer-file-name.
9339         (vc-default-comment-history, vc-default-wash-log): New functions.
9340         (vc-index-of): Removed.
9341         (vc-transfer-file): Make do without the above.
9342         (vc-default-receive-file): Call comment-history unconditionally.  Pass
9343         the resulting string to vc-checkin, instead of inserting it into the
9344         comment ring.
9346         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9347         unconditionally.  Use the comments as initial contents of the log
9348         entry buffer.  Document the trick to force branch creation with no
9349         changes.
9351 2000-10-01  Miles Bader  <miles@gnu.org>
9353         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9354         `recenter' with an arg to prevent redrawing the display.
9356 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
9358         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9360         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9362         * progmodes/c-mode.el (c-mode):
9363         Don't gratuitously override the default for comment-column.
9365         * textmodes/tex-mode.el (latex-metasection-list): New var.
9366         (latex-imenu-create-index): Use it.
9367         Move the regexp construction outside loops (and use push).
9368         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9369         (tex-font-lock-keywords): Moved from font-lock.el.
9370         (tex-comment-indent): Remove.
9371         (tex-common-initialization): Don't set comment-indent-function.
9372         (latex-block-default): New var.
9373         (tex-latex-block): Use it to provide a default choice.
9374         Add any unknown choice to latex-block-names.
9375         Insert [...] after {...}.
9376         (tex-last-unended-begin): Simplify regexp.
9377         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9378         (latex-forward-sexp-1, latex-forward-sexp): New functions.
9379         (latex-mode): Set forward-sexp-function.
9381         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9382         Add regexp for @ignore ... @end ignore.
9383         (texinfo-heading-face): New face.
9384         (texinfo-font-lock-keywords): Use it.
9385         (texinfo-mode-menu): New menu.
9386         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9387         New functions.
9388         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9389         (texinfo-section-types-regexp, texinfo-section-level-regexp)
9390         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9391         Remove declaration.
9392         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9394         * delsel.el (delete-selection-mode): Use define-minor-mode.
9396         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9398 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9400         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9402 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
9404         * replace.el (keep-lines-read-args): New function.
9405         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9406         read arguments interactively.  Add parameters RSTART and REND.
9407         Operate on the active region in Transient Mark mode.
9409         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9411         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9412         (authors-obsolete-files-regexps): New variable.
9413         (authors-add): Don't record changes in obsolete files.
9415 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9417         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9419         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9420         (comment-indent): Make sure there's a space between code and comment.
9421         Shift comments left to avoid going past fill-column.
9423 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9425         * startup.el (startup-echo-area-message): New function.
9426         (display-startup-echo-area-message): Use it.
9427         (fancy-splash-screens): Rewritten to use keymaps and a timer.
9428         (fancy-splash-default-action): New function.
9429         (fancy-splash-screens-1): New function.
9430         (fancy-splash-head): Put a help-echo and a keymap under the image.
9432 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
9434         * diff-mode.el (diff-add-log-file-name): Remove.
9435         (diff-mode): Use add-log-buffer-file-name-function.
9437         * add-log.el (find-change-log): New arg BUFFER-FILE.
9438         (add-log-file-name): Obey add-log-file-name-function.
9439         (add-log-buffer-file-name-function): New var.
9440         (add-change-log-entry): Use it.
9442 2000-09-29  Miles Bader  <miles@gnu.org>
9444         * image-file.el (image-file-name-extensions): New variable.
9445         (image-file-name-regexps): Renamed from `image-file-regexps'.
9446         New default value is nil.  Call `auto-image-file-mode'.
9447         (image-file-name-regexp): New function.
9448         (auto-image-file-mode): New minor mode.
9449         (insert-image-file): Don't make conditional on the image-file
9450         handler being enabled.
9451         (image-file-handler): Make the call here conditional instead.
9452         (set-image-file-handler-enabled, enable-image-file-handler)
9453         (disable-image-file-handler): Functions removed.
9455         * emacs-lisp/authors.el (authors-print): Rephrase many-files
9456         string.
9458 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9460         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9461         it's a function from CL.
9462         (latex-imenu-create-index): Replace eval-when-compile with progn
9463         because latex-section-alist is not bound while compiling.
9465 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9467         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9468         (outline-mode): Use define-derived-mode.
9470         * progmodes/perl-mode.el (perl-mode):
9471         * progmodes/awk-mode.el (awk-mode):
9472         * progmodes/asm-mode.el (asm-mode):
9473         Don't gratuitously override the default for comment-column.
9475         * emacs-lisp/lisp.el (lisp-complete-symbol):
9476         Distinguish the let-binding case from the funcall case.
9477         (forward-sexp-function): New variable.
9478         (forward-sexp): Use it.
9480         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9481         (easy-mmode-defmap): Remove the now useless autoload.
9483         * time.el (display-time-mode): Use define-minor-mode.
9485         * subr.el (add-minor-mode): Don't eval NAME.
9486         Don't depend on the presence of TOGGLE-FUN for any special behavior.
9487         Use if rather than cond.
9489         * simple.el (read-expression-map): Define more properly.
9490         (comment-indent-hook): Remove.
9491         (string-to-syntax): Bug fix.
9493         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9494         (cvs-ediff-diff): Fix typo.
9495         (cvs-revert-if-needed): Don't bother preserving read-only.
9497         * paren.el (show-paren-mode): Use define-minor-mode.
9499         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9500         (toggle-auto-compression): Remove.
9501         (jka-compr-build-file-regexp): Remove useless grouping.
9503         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9504         Avoid user-reserved bindings.
9505         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9506         (diff-header-face): Revert to grey85.
9508         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9510         * complete.el (partial-completion-mode) <defcustom>: Remove.
9511         (partial-completion-mode): Use define-minor-mode.
9512         (PC-do-completion): Understand `completion-auto-help = delay'
9513         to mean to popup the completion buffer only the second time.
9514         (PC-include-file-all-completions, PC-include-file-all-completions)
9515         (PC-include-file-all-completions): Don't quote lambda.
9517         * comint.el (comint-mode-hook): Docstring fix.
9518         (comint-mode): Use define-derived-mode.
9519         (comint-mode-map): Remove obsolete comment.
9520         (make-comint): Minor stylistic change.
9521         (comint-insert-clicked-input): Be more careful to find the overlay.
9522         Use this-command-keys rather than hardcoding mouse-2.
9524         * font-lock.el: Replace confusing (,@ with ,
9525         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9526         Don't use regexp-opt-depth.  Spice up the regexp for args.
9527         Don't distinguish between cmds that can take an opt arg or not.
9528         Use `append' and `prepend' rather than `keep'.
9530         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9531         (latex-outline-regexp): New var.
9532         (latex-outline-level): New fun.
9533         (latex-section-alist): New var.
9534         (latex-imenu-create-index): Use it.  Use `push' as well.
9535         (tex-shell-map): Initialize it properly.
9536         (tex-mode): Minor stylistic change.
9537         (plain-tex-mode): Use define-derived-mode.
9538         (latex-mode): Use define-derived-mode.
9539         Construct the paragraph regexps in a more readable way.
9540         Set the buffer-local outline-{level,regexp} vars.
9541         (slitex-mode): Derive from latex-mode.
9542         (tex-common-initialization): Don't kill-all-vars anymore.
9543         Add setting for comment-add and font-lock-defaults.
9544         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9545         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
9546         (tex-start-tex): New arg DIR (and send a chdir command for it).
9547         Also display the shell buffer and save it in tex-last-buffer-texed.
9548         (tex-region): Use expand-file-name rather than concat.
9549         Remove code made useless by changes in tex-start-tex.
9550         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9552         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9554 2000-09-28  Dave Love  <fx@gnu.org>
9556         * eshell/eshell.el (eshell) <defgroup>: Add :version.
9558 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
9560         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9561         `append'.
9563 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
9565         * info.el (Info-extract-pointer): Undo last change.
9566         Instead, fix the position of the `bound' arg to re-search-backward.
9568 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
9570         * info.el (Info-extract-pointer):
9571         Widen more carefully, to avoid finding pointers in other nodes.
9572         (Info-index): Use push.
9574 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9576         * frame.el (set-frame-font): Remove call to obsolete function
9577         frame-update-faces.
9578         (set-foreground-color, set-background-color): Likewise for
9579         frame-update-face-colors.
9581 2000-09-27  Miles Bader  <miles@gnu.org>
9583         * image-file.el: New file.
9585 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
9587         * frame.el (frame-notice-user-settings): Don't call
9588         frame-update-faces, which is a no-op now.
9590         * ediff-wind.el (ediff-control-frame-parameters): Add zero
9591         tool-bar-lines.
9593 2000-09-27  Dave Love  <fx@gnu.org>
9595         * mouse.el: Fix last change.
9597 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
9599         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9601 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
9603         * international/quail.el (quail-help): The output message is
9604         improved.
9606 2000-09-26  Dave Love  <fx@gnu.org>
9608         * mouse.el (popup-menu): If POSITION is nil, set it using
9609         mouse-position.
9611 2000-09-25  Sam Steingold  <sds@gnu.org>
9613         * net/browse-url.el (browse-url-file-url): Check for null maps.
9615 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
9617         * frame.el (frame-notice-user-settings): Don't add a
9618         tool-bar-lines frame parameter to default-frame-alist in batch mode.
9620         * frame.el (frame-notice-user-settings):
9621         Make tool-bar-mode and default-frame-alist consistent.
9623         * toolbar/tool-bar.el (tool-bar-help): New function.
9625 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9627         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9628         current-load-list in top-level forms.  Else this leaks a cons cell
9629         every time a defun is called.
9631         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9633 2000-09-25  Dave Love  <fx@gnu.org>
9635         * startup.el (fancy-splash-head): Check XPM is available.
9637         * autoinsert.el (auto-insert): Doc fix.
9638         (auto-insert-alist): Following GNU notices, don't say `copyright
9639         _by_'.  Use line-beginning-position.
9640         (auto-insert): Check buffer-file-name is non-nil before use.
9642 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9644         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9645         starting with `@def' or `@multitable', in addition to ones
9646         specified by the user in auto-fill-inhibit-regexp.
9648 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
9650         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9651         rmail-dont-reply-to-names matches the empty string.
9653 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9655         * startup.el (command-line-1, fancy-splash-text): Change the
9656         text to sound more friendly.
9658 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
9660         * progmodes/hideshow.el: Update author email address.
9661         Generally, sync w/ maintainer version 5.22.
9662         (hs-hide-all-non-comment-function): New var.
9663         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9664         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9665         (hs-show-region): Delete this command.
9666         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9668 2000-09-22  Dave Love  <fx@gnu.org>
9670         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9671         (hl-line-highlight): Specify buffer when moving overlay.
9673         * progmodes/fortran.el (fortran-mode): Locally set
9674         normal-auto-fill-function.
9675         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9676         (fortran-mode-map): Adjust auto-fill menu entry.
9678 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
9680         * vc-rcs.el (toplevel): Require `vc' when compiling.
9682         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9684 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
9686         * vc.el (vc-switch-backend): Signal an error if the file is not
9687         registered under the new backend.
9689         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9690         without explicit revision number.
9692 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
9694         * diff-mode.el (diff-file-header-face): Reset to its previous value.
9695         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9696         (diff-xor): New function.
9697         (diff-find-source-location): Use it.  Fix a stupid name clash.
9698         (diff-hunk-status-msg): New function.
9699         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9700         (diff-test-hunk): Use diff-find-source-location.
9701         (diff-goto-source): Favor the `reverse'.
9702         (diff-hunk-text): Properly handle one-sided context diffs.
9703         (diff-apply-hunk): When done, advance to the next hunk.
9705 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9707         * startup.el (command-line): If frame was created with a non-zero
9708         tool-bar-lines parameter, switch tool-bar-mode on.
9710         * add-log.el (change-log-date-face, change-log-name-face)
9711         (change-log-email-face, change-log-file-face)
9712         (change-log-list-face, change-log-conditionals-face)
9713         (change-log-function-face, change-log-acknowledgement-face):
9714         New faces, inheriting from font-lock faces.
9715         (change-log-font-lock-keywords): Use them.
9717 2000-09-21  Dave Love  <fx@gnu.org>
9719         * progmodes/cperl-mode.el (top-level): Clean up
9720         `eval-when-compile's and assorted defvars.
9721         (cperl-invalid-face): Don't double-quote value.  Change custom
9722         type.
9723         (cperl-mode): Set normal-auto-fill-function and don't zap
9724         auto-fill-function.
9725         (cperl-imenu--function-name-regexp-perl): Renamed from
9726         imenu-example--function-name-regexp-perl.
9727         (cperl-imenu--create-perl-index): Renamed from
9728         imenu-example--create-perl-index.
9729         (cperl-xsub-scan): Don't require cl.
9731         * msb.el (msb-mode-map): Use substitute-key-definition.
9732         (msb-mode): Use msb-mode-map.
9734 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
9736         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9737         New functions.
9738         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9739         (vc-switch-backend): New function.
9740         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9741         (vc-register): Fix prompt.
9742         (vc-unregister, vc-default-unregister): New functions.
9743         (vc-version-diff): Handle empty buffer in sentinel.
9745         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9746         (vc-rcs-state-heuristic): Use it to guess the state of files with
9747         non-strict locking.
9748         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9749         been set with -b, but not created yet.
9750         (vc-rcs-fetch-master-state): With non-strict locking, compare file
9751         contents in order to find the state.
9752         (vc-rcs-checkin): Allow creation of branches with no changes.
9753         (vc-rcs-unregister, vc-rcs-receive-file)
9754         (vc-rcs-set-non-strict-locking): New functions.
9756         * vc-hooks.el (vc-name): Force correct computation of the value
9757         in case it is missing.
9759 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
9761         * startup.el (fancy-splash-tail): Use a different foreground
9762         color on a dark frame background.
9764 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
9766         * info.el: Use the correct capitalization when making Info-mode
9767         and Info-edit-mode `special' modes.
9769 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
9771         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9772         (diff-mode): Add support for add-log.el.
9773         (diff-hunk-text): Use char offsets rather than line offsets.
9774         (diff-find-source-location): Replace LINE with line-offset (nil
9775         if not found) and always set POS to a meaningful position.
9776         Adapt to the new char-offsets.
9777         (diff-apply-hunk): Drop support for the unused `select' POPUP.
9778         Adapt to the new diff-find-source-location.
9779         (diff-goto-source): Adapt to the new diff-find-source-location.
9781         * add-log.el (add-log-file-name): New function (split out of
9782         add-change-log-entry).
9783         (add-change-log-entry): Use it.
9784         Call add-log-file-name-function with the changelog file name if
9785         the current buffer is not associated with any file.
9786         Avoid find-file if the selected window is dedicated.
9788         * diff-mode.el (diff-find-source-location):
9789         Move code from diff-apply-hunk.  Return buffer rather than file.
9790         (diff-apply-hunk): Use the new result from  diff-find-source-location.
9791         (diff-goto-source): Use the new diff-find-source-location.
9793 2000-09-20  Dave Love  <fx@gnu.org>
9795         * iswitchb.el: Some doc fixes.
9796         (iswitchb-mode-map): Define completely initially.  Inherit
9797         minibuffer-local-map.
9798         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9799         fundamental-mode.
9800         (iswitchb-global-map): New variable.
9801         (iswitchb-summaries-to-end): Amalgamate regexps.
9802         (iswitchb-mode): New.
9803         (iswitchb-mode-hook): New variable.
9804         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
9805         `extensions'.
9807 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
9809         * ehelp.el (electric-help): New defgroup.
9810         (electric-help-shrink-window): New user-option.
9811         (with-electric-help): Use it.
9813         * window.el (shrink-window-if-larger-than-buffer): If face
9814         `mode-line' has a :box, and we're on a graphical frame, add 1
9815         to the needed window height.
9817         * frame.el (frame-notice-user-settings): Add a last parameter nil
9818         to a call to `append', because the last list passed to `append' is
9819         not copied, and so subsequent calls to assq-delete-all will modify
9820         default-frame-alist.
9822         * startup.el (fancy-splash-image): Change :type.
9823         (fancy-splash-head): Use an XBM image if appropriate.
9824         (command-line-1): Show splash screens in more cases.
9826         * startup.el (fancy-splash-text): Don't quote faces.
9828         * dired.el (dired-font-lock-keywords): Undo last change.
9829         (dired-readin): Bind indent-tabs-mode to nil.
9831         * startup.el (fancy-splash-head): If frame's background mode
9832         is `dark', change the black background of the image to gray.
9833         (fancy-splash-screens): Display startup echo area message.
9834         (display-startup-echo-area-message): New function.
9836 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
9838         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9840         * info.el (info-header-node): Tweak for color ttys.
9842         * faces.el (face-valid-attribute-values): Make sure directories we
9843         search for stipples both exist and are readable before trying to
9844         search them.
9846         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9847         in the dry-run case.
9849         * jka-compr.el (with-auto-compression-mode): New macro.
9851         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9852         (custom-group-tag-face, custom-variable-tag-face): Use relative
9853         :height and inherit from `variable-pitch' face instead of
9854         hardwiring :family.
9855         * hi-lock.el (hi-black-hb): Likewise.
9857         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9858         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9859         toolbar-add-item, if image doesn't have a mask add a `:mask
9860         heuristic'.
9862 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
9864         * diff-mode.el: Docstring fixes.
9865         (diff-header-face, diff-comment-face): New faces.
9866         (diff-font-lock-keywords): Highlight a bit differently.
9867         (diff-find-source-location): Don't return SPAN any more.
9868         (diff-hunk-text): Don't bother erasing the temp buffer.
9869         (diff-find-text): Drop argument LINE.
9870         (diff-apply-hunk): Update calls to diff-find-text.
9871         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9873         * calendar/calendar.el: Docstring fixes.
9874         (calendar-make-alist): Don't quote lambda.
9875         (calendar-star-date): Use make-local-variable.
9877 2000-09-19  Dave Love  <fx@gnu.org>
9879         * toolbar/tool-bar.el: Renamed from toolbar.el.
9880         Change `toolbar' to `tool-bar' generally in symbols.
9881         Make some items invisible in `special' major modes.
9882         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9883         Add arg PROPS.
9885         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9886         Add :version here.
9887         (fancy-splash-delay, fancy-splash-image): Remove :version here.
9889 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9891         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9893         * files.el (find-file-suppress-same-file-warnings): New user-option.
9894         (find-file-noselect): Use it.
9896         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9897         (fancy-splash-screen): Defgroup.
9899         * add-log.el (change-log-font-lock-keywords): Match names
9900         more exactly for the case that font-lock-constant-face is
9901         underlined.
9903 2000-09-19  Richard M. Stallman  <rms@gnu.org>
9905         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9907 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
9909         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9911 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9913         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9914         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9915         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9916         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9917         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9918         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9919         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9920         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9921         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9922         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9923         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9924         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9926         * startup.el (fancy-splash-text): New variable.
9927         (fancy-splash-delay, fancy-splash-image): New user-options.
9928         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9929         (fancy-splash-screens): New functions.
9930         (command-line-1): If display has a `display' frame parameter, has
9931         colors, and we have XPM support, show more fancy splash screens.
9933 2000-09-19  Dave Love  <fx@gnu.org>
9935         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
9936         with null `help'.  Use modern backquote syntax.
9938 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
9940         * font-lock.el (font-lock-mode): Change message telling the user
9941         that ``the buffer is too big''.
9943         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9944         for instance for the case that tab-width is 2.
9946 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
9948         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9949         toolbar-add-item, if image doesn't have a mask add a `:mask
9950         heuristic'.
9952 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
9954         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9955         and return a cons if it's non-nil.
9956         (diff-apply-hunk): Try to jump to the line in the source text
9957         corresponding to the position of point in the in the hunk.
9959         * info.el (Info-title-3-face, Info-title-2-face)
9960         (Info-title-1-face): Use face inheritance and relative sizes
9961         instead of hard-wiring things.
9963         * faces.el (secondary-selection): Make dark-background variant sane.
9965 2000-09-16  Andrew Innes  <andrewi@gnu.org>
9967         * makefile.w32-in (compile-files-CMD): No need to make .elc files
9968         read-only, since they aren't under VC now.
9970 2000-09-17  Dave Love  <fx@gnu.org>
9972         * tmm.el: Replace mapcar with mapc in several places.
9974         * loadhist.el (unload-feature): Maybe call elp-restore-list and
9975         ad-unadvise.
9977         * international/latin1-disp.el: New file.
9979         * calendar/cal-move.el (scroll-calendar-left)
9980         (scroll-calendar-right): Make arg optional (for active mode line).
9982         * calendar/calendar.el (calendar-mode-line-format): Make fields
9983         mouse-sensitive.
9984         (calendar-read-date, calendar-read-date, calendar-window-list):
9985         Unquote lambda.
9986         (calendar-month-name): Use aref, not sref.
9988         * view.el (minor-mode-alist): Propertize the string.
9990         * international/characters.el (standard-case-table): Add entries
9991         for Greek.
9993 2000-09-18  Miles Bader  <miles@gnu.org>
9995         * info.el (info-node, info-xref): Add dark-background variants.
9997         * faces.el (header-line): Change defaults to be less confusing
9998         when mixed with mode-lines.
10000         * info.el (Info-fontify-node): Make a few cleanups.
10001         Add extra `help-echo' and `local-map' props to node xrefs.
10002         Use header-specific faces for node-names & xrefs.
10003         (Info-use-header-line): New variable.
10004         (info-header-xref, info-header-node): New faces.
10005         (Info-setup-header-line): New function.
10006         (Info-select-node): Call Info-setup-header-line when enabled.
10007         (Info-extract-pointer): Work even if the header line is hidden.
10008         (Info-header-line): New variable.
10010 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
10012         * vms-patch.el (print-region-function): Don't quote lambda.
10014         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10016         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10017         (lm-get-header-re): Allow spaces between the header and the colon.
10018         (lm-header): Allow $ in non-RCS headers.
10019         (lm-header-multiline): Put the strings back into order.
10020         Stop at an empty line.  Don't require two space chars if the
10021         line is clearly not another header line.
10023         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10024         (popup-menu-popup): Remove.
10026 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10028         * toolbar/toolbar.el (toolbar-add-item): Use the same image
10029         specification if or if not tool-bar item contains an `:enabled'
10030         property.
10032         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10033         current buffer has no file name.
10035 2000-09-15  Dave Love  <fx@gnu.org>
10037         * strokes.el: Sync with maintainer's current version with changes
10038         for Emacs, but avoid runtime cl and levents.
10039         (toplevel):  Change autoloads and compilation requires.
10040         (strokes-version, strokes-bug-address, strokes-lift): Values
10041         changed.
10042         (strokes-xpm-header, strokes-insinuated): New variable.
10043         (strokes): Add :link.
10044         (strokes-mode): Customized.
10045         (strokes-while-inhibiting-garbage-collector): New macro.
10046         (strokes-remassoc): Avoid remove-if.
10047         (strokes-fix-button2-command): Don't use ad-do-it.
10048         (strokes-insinuate): New function.
10049         (strokes-button-press-event-p, strokes-button-release-event-p):
10050         New functions, used instead of non-`strokes-' versions..
10051         (strokes-mouse-event-p): Rewritten.
10052         (strokes-event-closest-point): Avoid event-point.
10053         (strokes-get-grid-position): Avoid cdadr, caadr
10054         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10055         functions.
10056         (strokes-help): Use with-output-to-temp-buffer.
10057         (strokes-window-configuration-changed-p): New function.
10058         (strokes-update-window-configuration): Use buffer-live-p,
10059         strokes-window-configuration-changed-p.
10060         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
10061         (strokes-char-face): New face.
10062         (strokes-char-table, strokes-base64-chars): New variable.
10063         (strokes-xpm-for-stroke, strokes-list-strokes)
10064         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10065         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10066         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10067         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10068         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10069         functions.
10071 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
10073         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10075         * image.el (create-image): Doc fix.
10077         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10078         instead of `:heuristic-mask t'.
10080 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10082         * makefile.w32-in: Revert to Unix line endings.
10084 2000-09-14  Andrew Innes  <andrewi@gnu.org>
10086         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
10087         when installing.
10089         * makefile.nt (DONTCOMPILE): Fix typo.
10091         * shell.el (shell-write-history-on-exit): New function.
10092         (shell-dumb-shell-regexp): New custom variable.
10093         (shell-mode): Make shell-write-history-on-exit the process
10094         sentinel if shell name matches shell-dumb-shell-regexp.
10096         * w32-fns.el: Comment out before-init-hook function which resets
10097         source-directory based; this breaks bootstrap.
10099 2000-09-14  Dave Love  <fx@gnu.org>
10101         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10102         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10103         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10104         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10105         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10106         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10107         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
10108         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
10109         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10111         * toolbar/toolbar.el: New.
10113         * subdirs.el: Add toolbar.
10115 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
10117         * indent.el (indent-for-tab-command): Doc fix.
10119 2000-09-14  Alex Schroeder  <alex@gnu.org>
10121         * ansi-color.el (ansi-colors): Doc change.
10122         (ansi-color-get-face): Simplified regexp.
10123         (ansi-color-faces-vector): Added more faces, doc change.
10124         (ansi-color-names-vector): Doc change.
10125         (ansi-color-regexp): Simplified regexp.
10126         (ansi-color-parameter-regexp): New regexp.
10127         (ansi-color-filter-apply): Doc change.
10128         (ansi-color-filter-region): Doc change.
10129         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10130         deal with zero length parameters.
10131         (ansi-color-apply-on-region): Doc change.
10132         (ansi-color-map): Doc change.
10133         (ansi-color-map-update): Removed debugging message.
10134         (ansi-color-get-face-1): Added condition-case to trap
10135         args-out-of-range errors.
10136         (ansi-color-get-face): Doc change.
10137         (ansi-color-make-face): Removed.
10138         (ansi-color-for-shell-mode): New option.
10140 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
10142         * international/quail.el (quail-start-translation): Translate KEY
10143         if necessary even if it doesn't have any mapping in the current
10144         input method.
10145         (quail-start-conversion): Likewise.
10146         (quail-help): The output message is improved.
10148 2000-09-13  Miles Bader  <miles@gnu.org>
10150         * comint.el (comint-output-filter): Revert to using
10151         `insert-before-markers'.  Add bletcherous hack to undo damage
10152         caused by `insert-before-markers'.  Put `front-sticky' property on
10153         overlays created here so that the field code understands how the
10154         overlay works.  Use a let when making comint-last-prompt-overlay,
10155         so that the code is easier to read.
10157 2000-09-13  Dave Love  <fx@gnu.org>
10159         * wid-edit.el (widget-default-format-handler): DTRT when
10160         doc-property is a function.
10162 2000-09-12  Francesco Potorti`  <pot@gnu.org>
10164         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10165         filed name if it's not there.
10167 2000-09-12  Dave Love  <fx@gnu.org>
10169         * simple.el (read-mail-command): Doc fix.
10170         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10172         * vc.el (vc-dired-listing-switches): Fix :version.
10174         * vc-hooks.el: Doc fixes.
10176         * subr.el (add-minor-mode): Use toggle-fun arg.
10178         * speedbar.el: Add :version to several defcustoms.
10180         * imenu.el (imenu--truncate-items, imenu--cleanup)
10181         (imenu--generic-function): Avoid mapcar.
10182         (imenu--replace-spaces): Function removed.
10183         (imenu--completion-buffer): Use subst-char-in-string.
10184         (imenu-add-to-menubar): Use keymap inheritance.
10186 2000-09-12  Miles Bader  <miles@gnu.org>
10188         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10189         (diff-mode-map): Bind `diff-test-hunk'.
10190         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10192 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10194         * bytecomp.el (byte-compile-defvar): Undo last change
10195         because it breaks '(make-variable-buffer-local (defvar ...)'
10196         which is used at least in dired.
10198 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10200         * international/quail.el (quail-define-package): Docstring
10201         modified.
10203 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
10205         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10206         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10207         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
10208         docstring of "chinese-py".
10210         * international/quail.el (quail-translation-docstring): New
10211         variable.
10212         (quail-show-keyboard-layout): Docstring modified.
10213         (quail-select-current): Likewise.
10214         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10215         infinite recursive call.
10216         (quail-help): Check quail-translation-docstring.  Format of the
10217         output changed.
10218         (quail-help-insert-keymap-description): Adjusted for the above
10219         change.
10221 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
10223         * bytecomp.el (byte-compile-defvar): Only cons onto
10224         current-load-list in top-level forms.  Else this leaks a cons cell
10225         every time a defun is called.
10227 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
10229         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10230         Now understands non-unified diffs.  Some functionality moved into
10231         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
10232         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
10233         modify anything.  Only reposition point in the patched file if the
10234         patch succeeds.  Only pop up another window if POPUP is true.
10235         Emit a message describing what happened if successful, and at what
10236         line-offset.  Automatically detect reversed hunks and do something
10237         appropriate.
10238         (diff-hunk-text, diff-find-text): New functions.
10239         (diff-filter-lines): Function removed.
10240         (diff-test-hunk): New function.
10241         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10243 2000-09-10  Dave Love  <fx@gnu.org>
10245         * textmodes/tildify.el: Minor doc/commentary fixes.
10246         (tildify) <defgroup>: Add :version.
10248         * faces.el (face-x-resources): Make custom type more specific.
10249         (frame-background-mode): Use mapc.
10250         (region) <defcustom>: Add :version.
10252 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
10254         * vc-sccs.el (vc-sccs-register):
10255         * vc-rcs.el (vc-rcs-register):
10256         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10257         * vc.el (vc-register): Clear file's properties.
10259 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
10261         * faces.el (face-spec-set): Only face-spec-reset-face when
10262         ATTRS is non-nil.
10264 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10266         * help.el (help-insert-xref-button): Fix a typo in doc string.
10268 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
10270         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10271         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10272         methods.
10274         * menu-bar.el (read-mail-item-name): New function.
10275         (menu-bar-tools-menu): Use it to compute and display the package
10276         used to read email.
10277         (menu-bar-tools-menu): Fix typo in GUD's help string.
10279 2000-09-07  Dave Love  <fx@gnu.org>
10281         * diff-mode.el (diff-mouse-goto-source): New function.
10283         * vc-sccs.el: Doc fixes.
10284         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10286         * vc-rcs.el: Doc fixes.
10287         (vc-rcs-register-switches, vc-rcs-checkin-switches)
10288         (vc-rcs-checkout-switches, vc-rcs-header)
10289         (vc-rcs-master-templates): Add or change :version.
10291         * vc-cvs.el: Doc fixes.
10292         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10293         (vc-cvs-stay-local): Add :version.
10295         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10297 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10299         * international/quail.el (quail-help): Fix previous change.
10301 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10303         * faces.el (color-values): Doc fix.
10305         * faces.el (frame-set-background-mode): Use frame-parameter
10306         instead of frame-parameters.
10308         * frame.el (filtered-frame-list): Reduce consing.
10309         (frames-on-display-list): Call frame-parameter instead of
10310         frame-parameters.
10312 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10314         * language/devan-util.el (devanagari-to-indian-region): In the
10315         loop, change the following char, not preceding char.
10317 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
10319         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10320         instead of frame-parameters.
10322         * faces.el (set-face-attribute): Simplify by calling
10323         internal-set-lisp-face-attribute with FRAME being 0.
10325         * vc.el: Remove `Id' version control keyword.
10327 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
10329         * help.el (help-make-xrefs): Adjusted for the change of
10330         help-xref-mule-regexp.
10331         (help-insert-xref-button): New function.
10333         * international/mule-cmds.el (help-xref-mule-regexp-template):
10334         Include the pattern for character set.
10335         (leim): New group.
10337         * international/quail.el: Don't require face.
10338         (quail): New group.
10339         (quail-other-command): Dummy command to make quail-help work better.
10340         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10341         (quail-keyboard-layout-substitution): New variable.
10342         (quail-update-keyboard-layout): New function.
10343         (quail-keyboard-layout-type): New customizable variable.
10344         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10345         (quail-keyboard-translate): Pay attention to
10346         quail-keyboard-layout-substitution.
10347         (quail-insert-kbd-layout): New function.
10348         (quail-show-keyboard-layout): New function.
10349         (quail-get-translation): If the definition is a vector of length
10350         1, and the element is a string of length 1, return the character
10351         in that string.
10352         (quail-update-current-translations): Fix the case of
10353         relative-index out of range.
10354         (quail-build-decode-map, quail-insert-decode-map): New Functions.
10355         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10356         Show key sequences for all available characters.
10357         (quail-help-insert-keymap-description): Don't show such verbose
10358         key bindings as quail-self-insert-command.
10360         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10361         Format changed, and each element now have extra documentations.
10362         (tit-process-header): Delete invalid characters from TIT-PROMPT.
10363         Adjusted for the change of quail-cxterm-package-ext-info.
10365 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
10367         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10368         requiring it leads to a recursive loading of vc.el and vc-hooks.el
10369         during bootstrap.
10371 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10373         * vc.el: (toplevel): Don't require `dired' at run-time.
10374         (vc-dired-resynch-file): Remove autoload cookie.
10376 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10378         * vc.el: Made several backend functions optional.
10379         (vc-default-responsible-p): New function.
10380         (vc-merge): Use RET for first version to trigger merge-news, not
10381         prefix arg.
10382         (vc-annotate): Handle backends that do not support annotation.
10383         (vc-default-merge-news): Removed.  The existence of a merge-news
10384         implementation is now checked on caller sites.
10386         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10387         case.
10389         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10390         special case that has been removed from the default in vc-hooks.el.
10392 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10394         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10396 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
10398         * vc-hooks.el: Require vc during compilation.
10399         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10400         macro `with-vc-properties' in vc.el.
10401         (vc-file-getprop): Doc fix.
10402         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10404         * vc.el: Require dired-aux during compilation.
10405         (vc-name-assoc-file): Moved to vc-sccs.el.
10406         (with-vc-properties): New macro.
10407         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10408         vc-finish-steal): Use it.
10409         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
10410         to the backend-specific function is now supposed to do the checkout,
10411         too.
10412         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10414         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10415         set file properties; that gets done in the generic code now.
10417         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10418         Changed parameter list, added code from vc.el that does the
10419         checkout, possibly with a double-take.
10421         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10422         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10423         the above under the new name.
10424         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
10425         parameter list, added checkout command.
10426         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10427         properties; that gets done in the generic code now.
10429 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10431         * vc.el: Docstring fixes (courtesy of checkdoc).
10433 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
10435         * vc.el (vc-checkout-writable-buffer-hook)
10436         (vc-checkout-writable-buffer): Remove.
10437         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10438         (vc-log-mode): Make it into a clean derived major mode.
10439         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10440         vc-log-mode if log-edit is not available.
10441         (vc-dired-mode-map): Don't set-keymap-parent yet.
10442         (vc-dired-mode): Do set-keymap-parent here.
10443         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10445 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
10447         * faces.el (set-face-attribute, face-spec-reset-face)
10448         (face-spec-set): Avoid consing by removing calls to `apply'.
10450         * frame.el (frame-parameter): Move to C code.
10452 2000-09-05  Dave Love  <fx@gnu.org>
10454         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10455         insert-before-markers-and-inherit.  Now checked systematically!
10457 2000-09-05  Alex Schroeder  <alex@gnu.org>
10459         * sql.el (sql-postgres): Use sql-postgres-options.
10460         (sql-postgres-options): New variable.
10462 2000-09-05  Alex Schroeder  <alex@gnu.org>
10464         * sql.el (sql-mode-menu): Work around missing variable mark-active
10465         in XEmacs.
10466         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10467         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10468         compatibility.
10470 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
10472         * vc.el (vc-dired-resynch-file): Add autoload cookie.
10474         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10476         * Makefile.in (DONTCOMPILE): Fix typo in file name.
10478 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10480         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10481         don't support anything else under SCCS yet.
10483         * vc-hooks.el: Minor doc fixes.
10485 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10487         * vc.el (vc-next-action-on-file): Do not visit the file if it's
10488         not necessary.  If verbose in state `needs-patch', do the same as
10489         under `up-to-date'.  When NOT verbose and `needs-patch', check out
10490         latest version instead of `merge-news'.
10491         (vc-next-action-dired): Don't mess with default-directory here; it
10492         breaks other parts of dired.  It is the job of the
10493         backend-specific functions to adjust it temporarily if they need it.
10494         (vc-next-action): Remove a special CVS case.
10495         (vc-clear-headers): New optional arg FILE.
10496         (vc-checkin, vc-checkout): Set properties vc-state and
10497         vc-checkout-time properly.
10498         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10499         (vc-print-log): Use new backend function `show-log-entry'.
10500         (vc-cancel-version): Do the checks in a different order.  Added a
10501         FIXME concerning RCS-only code.
10503         * vc-rcs.el (vc-rcs-show-log-entry): New function.
10504         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10506         * vc-cvs.el (vc-cvs-show-log-entry): New function.
10508         * vc-hooks.el (vc-default-mode-line-string): Show state
10509         `needs-patch' as a `-' too.
10511 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10513         * vc.el (vc-responsible-backend): New optional arg REGISTER.
10514         (vc-default-could-register): New function.
10515         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10516         (vc-resynch-buffer): Call vc-dired-resynch-file.
10517         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10518         vc-resynch-buffer instead of vc-resynch-window.
10519         (vc-next-action-dired): Don't redisplay here, that gets done as a
10520         result of the individual file operations.
10521         (vc-retrieve-snapshot): Corrected prompt order.
10523         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10525         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10526         as well.
10527         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
10528         hostname regexps.  Updated all callers.
10529         (vc-cvs-responsible-p): Handle directories as well.
10530         (vc-cvs-could-register): New function.
10531         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10532         properties up-to-date.
10534         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10535         user whether to create one.
10537 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10539         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10540         check out a non-existing file.
10542         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10543         workfile does not exist.
10545         * vc.el (vc-version-diff): Use `require' to check for existence of
10546         diff-mode.
10548 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10550         * vc-cvs.el (vc-cvs-registered): Use new function
10551         vc-cvs-parse-entry to do the actual work.
10553 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10555         * vc-hooks.el (vc-find-backend-function): If function doesn't
10556         exist, return nil instead of error.
10557         (vc-call-backend): Doc fix.
10559         * vc.el (vc-do-command): Doc fix.
10560         (vc-finish-logentry): When checking in from vc-dired, choose the
10561         right backend for logentry check.
10562         (vc-dired-mode-map): Inherit from dired-mode-map.
10563         (vc-dired-mode): Local value of dired-move-to-filename-regexp
10564         simplified.
10565         (vc-dired-state-info): Removed, updated caller.
10566         (vc-default-dired-state-info): Use parentheses instead of hyphens.
10567         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10568         (vc-dired-listing-switches): New variable.
10569         (vc-directory): Use it, instead of dired-listing-switches.
10571         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10572         (vc-cvs-dir-state): New function.
10573         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10574         (vc-cvs-parse-entry): New function, also to be used in
10575         vc-cvs-registered.
10577 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10579         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10580         *or* single-window-frames.
10582 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10584         * vc.el (vc-update-changelog): Split into generic part and default
10585         implementation.  Doc string adapted.
10586         (vc-default-update-changelog): New function.  Call the `rcs2log'
10587         script in exec-directory, to fix a long-standing nuisance.
10589         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10590         simply signals an error.
10592 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10594         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10595         control-flow more clear and to avoid running `cvs' twice.
10597         * vc.el (vc-next-action-on-file): Doc fix.
10598         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10599         (vc-print-log): Eval `file' before constructing the continuation.
10601 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10603         * vc.el (vc-next-action-on-file): Corrected several messages.
10604         (vc-merge): Add prefix arg `merge-news'; handle it.
10606         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10607         is not reached.  It is.
10608         (vc-cvs-merge): Set state to 'edited after merge.
10609         (vc-cvs-merge-news): Set workfile version to nil if not known.
10610         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
10612         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10613         via stdout. (Merge from main line.)
10615 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10617         * vc.el (vc-finish-logentry): Thinko in the "same comment"
10618         detection.
10620 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10622         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10623         against kill-all-local-variables.
10624         (vc-log-edit): Don't save vc-parent-buffer any more.
10625         (vc-last-comment-match): Initialize to an empty string.
10626         (vc-post-command-functions): New hook.
10627         (vc-do-command): Run it.
10628         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10629         (vc-finish-logentry): Only add the comment to the ring if it's
10630         different from the last comment entered.
10631         (vc-new-comment-index): New function.
10632         (vc-previous-comment): Use it.  Make the minibuffer message
10633         slightly less terse.
10634         (vc-comment-search-reverse): Make it work forward as well.  Don't
10635         set vc-comment-ring-index if no match is found.  Use
10636         vc-new-comment-index.
10637         (vc-comment-search-forward): Use vc-comment-search-reverse.
10638         (vc-dired-mode-map): Don't inherit from dired-mode-map since
10639         define-derived-mode will do it for us.  Bind `v' to a keymap that
10640         inherits from vc-prefix-map so that we can bind `vt' without
10641         binding C-x v t.
10642         (vc-retrieve-snapshot): Parenthesis typo.
10644         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10645         to 1.  Make sure to switch to *vc* before looking for an error
10646         message.  Use vc-parse-buffer.
10648 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10650         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10651         and NAME.
10652         (vc-retrieve-snapshot): Split into two parts.
10653         (vc-default-retrieve-snapshot): New function.
10655         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10656         (vc-cvs-retrieve-snapshot): New function (untested).
10657         (vc-cvs-stay-local): Default to t.
10658         (vc-cvs-remote-p): New function and property.
10659         (vc-cvs-state): Stay local only if the above is t.
10660         (vc-handle-cvs): Removed.
10661         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10662         done via vc-handled-backends now.
10663         (vc-cvs-header): Escape Id.
10665 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10667         * vc.el (vc-do-command): Remove unused commands.
10668         (vc-version-diff): Make sure default-directory ends with a slash.
10669         Move the window commands into a vc-exec-after.
10670         (vc-print-log): Move more of the code into the `vc-exec-after'.
10672 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10674         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10675         (vc-print-log): Search current revision from beginning of buffer.
10676         (vc-revert-buffer): Clear echo area after the diff is finished.
10677         (vc-prefix-map): Removed definition of "t" for terse display in vc
10678         dired.
10679         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
10680         definition of "vt" for terse display.
10681         (vc-dired-mode): Fix dired-move-to-filename-regexp.
10683 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10685         * vc.el (vc-exec-after): Avoid caddr.
10687 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10689         * vc.el (vc-exec-after): New function.
10690         (vc-do-command): Use it to add a termination message for async
10691         procs.
10692         (vc-checkout): Try to handle a missing-backend situation.
10693         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10694         of a directory with a backend using async diffs.
10695         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10696         present.
10698         * vc-sccs.el (vc-sccs-state-heuristic): Use
10699         file-ownership-preserved-p.
10701         * vc-rcs.el (vc-rcs-state-heuristic): Use
10702         file-ownership-preserved-p.
10703         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10705 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10707         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10708         vc-do-command.
10710         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10711         when there are no changes.
10713 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10715         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10717         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10719 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10721         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10723         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10724         the `fset' outside of the defvar so that it works even if
10725         vc-prefix-map was already defined.
10726         (vc-setup-buffer): New function, split out of vc-do-command.
10727         (vc-do-command): Allow BUFFER to be t to mean `just use the
10728         current buffer without any fuss'.
10729         (vc-version-diff): Change the `diff' backend operation to just put
10730         the diff in the current buffer without erasing it.  Always use
10731         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
10732         shrink-window-if-larger-than-buffer.
10733         (vc-print-log): Change the `print-log' backend operation to just
10734         put the log in the current buffer without erasing it.  Protect
10735         shrink-window-if-larger-than-buffer.
10736         (vc-update-change-log): Fix setd typo.
10738         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10739         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10741         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10742         (vc-rcs-diff): Insert in the current buffer and remove unused arg
10743         CMP.
10745         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10746         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
10747         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10749 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10751         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10752         not possible, use vc-BACKEND-workfile-unchanged-p.
10753         (vc-default-workfile-unchanged-p): New function.  Delegates to a
10754         full vc-BACKEND-diff.
10756         * vc-hooks.el (vc-simple-command): Removed.
10758         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10759         instead of vc-simple-command.
10760         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10761         avoid doing a diff when opening a file.
10762         (vc-rcs-state): Added check for unlocked-changes.
10763         (vc-rcs-header): Escape Id.
10764         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10765         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10766         version.
10768         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10769         (vc-sccs-diff): Remove optional arg CMP.
10770         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10771         SCCS-specific function.
10773         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10774         vc-simple-command.
10776 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10778         * vc.el (vc-editable-p): Renamed from vc-writable-p.
10779         (with-vc-file, vc-merge): Use vc-editable-p.
10780         (vc-do-command): Remove unused var vc-file and fix the
10781         doubly-defined `status' var.  Add a user message when starting an
10782         async command.
10783         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10784         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10785         Use with-current-buffer.
10786         (vc-buffer-sync): Use unless.
10787         (vc-next-action-on-file): If the file is 'edited by read-only,
10788         make it read-write instead of trying to commit.
10789         (vc-version-diff, vc-update-change-log): Use `setq
10790         default-directory' rather than `cd'.
10791         (vc-log-edit): Don't forget to set default-directory in the
10792         buffer.
10794         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10795         (vc-sccs-state-heuristic): Use file-writable-p instead of
10796         comparing userids.
10797         (vc-sccs-checkout): Use `unless'.
10799         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10800         of comparing userids.
10801         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10802         Simplify the logic by eliminating unreachable code.
10803         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10804         just do a recursive call if we need to retry.
10805         (vc-rcs-checkout): Handle the case where rcs is missing by making
10806         the buffer read-write if requested and re-signalling the error.
10808         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10810 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10812         * vc-hooks.el (vc-handled-backends): Docstring change.
10813         (vc-ignore-vc-files): Mark obsolete.
10814         (vc-registered): Check vc-ignore-vc-files.
10815         (vc-find-file-hook, vc-file-not-found-hook): Don't check
10816         vc-ignore-vc-files.
10818         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10820 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10822         * vc.el (vc-checkout): Don't do anything special for ange-ftp
10823         files since ange-ftp already has vc-registered return nil.
10825         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10826         (vc-sccs-workfile-version): Use with-temp-buffer and new
10827         vc-parse-buffer and don't bother setting the property.
10828         (vc-sccs-add-triple): Use with-current-buffer and
10829         find-file-noselect.
10830         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10832         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
10833         derives from the old vc-parse-buffer but uses the revision number
10834         rather than the date (much easier to compare robustly).
10835         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
10836         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
10837         locking-user more directly.  Check strict locking and set
10838         checkout-model appropriately.
10839         (vc-rcs-parse-locks): Remove.
10840         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10841         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10842         (vc-rcs-system-release): Use with-current-buffer and
10843         vc-parse-buffer.
10844         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10846         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10847         (vc-simple-command): Docstring fix.
10848         (vc-registered): Align the way the file-handler is called with the
10849         way the function itself works.
10850         (vc-file-owner): Remove.
10852         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
10853         extraction of fields and call to file-attributes because of a
10854         temporary bug in rcp.el.
10855         (vc-cvs-fetch-status): Use with-current-buffer.
10857 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10859         * vc.el (vc-do-command): Use file-relative-name.
10860         (vc-responsible-backend): Use vc-backend if possible.
10861         (vc-create-snapshot): Improve the `interactive' spec. Add support
10862         for branches and dispatch to backend-specific `create-snapshot'.
10863         (vc-default-create-snapshot): New function, containing the bulk of
10864         the old vc-create-snapshot.
10865         (vc-retrieve-snapshot): Improve the interactive spec.
10867         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10868         (vc-backend-hook-functions): Remove.
10869         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10870         (vc-backend): Reintroduce the test for `file = nil' now that I
10871         know why it was there (and added a comment to better remember).
10873         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10874         code from vc-sccs-hooks.el.
10875         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
10876         'vc anymore.
10877         (vc-sccs-responsible-p): Use expand-file-name instead of concat
10878         and file-directory-p instead of file-exists-p.
10879         (vc-sccs-check-headers): Simplify the regexp.
10881         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10882         from vc-rcs-hooks.el.  Don't require 'vc anymore.
10883         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10884         file-directory-p instead of file-exists-p.
10886         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10887         from vc-cvs-hooks.el.
10888         (proto vc-cvs-registered): Require 'vc-cvs instead of
10889         'vc-cvs-hooks.  Don't require 'vc anymore.
10890         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10891         file-directory-p instead of file-exists-p.
10892         (vc-cvs-create-snapshot): New function, replacing
10893         vc-cvs-assign-name.
10894         (vc-cvs-assign-name): Remove.
10896 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10898         * vc-cvs.el (vc-cvs-header): New var.
10900         * vc-rcs.el (vc-rcs-exists): Remove.
10901         (vc-rcs-header): New var.
10903         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10904         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10905         (vc-sccs-header): New var.
10907         * vc.el (vc-do-command): Get rid of the `last' argument.
10908         (vc-header-alist): Remove, replaced by vc-X-header.
10909         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10910         (vc-dired-hook): Use expand-file-name instead of concat.
10911         (vc-directory): Use file-name-as-directory.
10912         (vc-snapshot-precondition, vc-create-snapshot)
10913         (vc-retrieve-snapshot): Allow the command to operate on any
10914         directory.
10916         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10917         just removing the 'WORKFILE argument or by removing the 'MASTER
10918         argument and replacing `file' with (vc-name file).
10920 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10922         * vc.el: Update Copyright and add a crude list of backend funs.
10923         (vc-writable-p): New function.
10924         (with-vc-file): Use vc-writable-p.
10925         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10926         (vc-register): Avoid vc-name.
10927         (vc-locking-user): Remove.
10928         (vc-steal-lock): Make the `owner' arg non-optional.
10929         (vc-merge): Use vc-writable-p instead of vc-locking-user and
10930         vc-checkout-model.
10931         (vc-default-dired-state-info): Use vc-state instead of
10932         vc-locking-user and return special strings for special states.
10933         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10934         and get rid of one of the special CVS cases.
10935         (vc-cancel-version): prettify error message with \\[...].
10936         (vc-rename-master): New function.
10937         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10938         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
10939         the CVS special case generic.
10940         (vc-default-record-rename): Remove.
10941         (vc-file-tree-walk-internal): Only call FUNC for files that are
10942         under control of some VC backend and replace `concat' with
10943         expand-file-name.
10944         (vc-file-tree-walk): Update docstring.
10945         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10946         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10948         * vc-sccs.el (vc-sccs-rename-file): Renamed from
10949         vc-sccs-record-rename.  Use `find-file-noselect' rather than
10950         `find-file' and call `vc-rename-master' to do the actual move.
10951         (vc-sccs-diff): Remove unused `backend' variable.
10953         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10954         to delay loading of vc-sccs until it is really used.
10955         (vc-sccs-master-templates): Preload.
10956         (vc-sccs-state): Update call to vc-sccs-parse-locks.
10957         (vc-sccs-project-dir): Remove (merged into
10958         vc-sccs-search-project-dir).
10959         (vc-sccs-search-project-dir): Rewrite using file name handling ops
10960         rather than `concat', make sure it is preloaded and don't bother
10961         to check that the file actually exists.
10962         (vc-sccs-parse-locks): Remove unused `file' argument, remove
10963         `locks' argument (use buffer's content instead) and eliminate n^2
10964         behavior.
10966         * vc-rcs.el: Update Copyright.
10967         (vc-rcs-rename-file): New function.
10968         (vc-rcs-diff): Remove unused `backend' variable.
10970         * vc-hooks.el: Update Copyright.
10971         (vc-backend): Don't accept a nil argument any more.
10972         (vc-up-to-date-p): Turn into a defsubst.
10973         (vc-possible-master): New function.
10974         (vc-check-master-templates): Use `vc-possible-master' and allow
10975         funs in vc-X-master-templates to return a non-existent file.
10977         * vc-cvs.el: Update Copyright.
10978         (vc-cvs-diff): Remove unused `backend' variable.
10979         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10981         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10983 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
10985         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10986         since it can be called from vc-rcs.el.
10987         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10989 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
10991         * vc.el (vc-version-diff): Expand file name read from the
10992         minibuffer.  Handle the case when a previous version number can't
10993         be guessed.  Give suitable messages when there were no differences
10994         found.
10995         (vc-clear-headers): Call backend-specific implementation, if one
10996         exists.
10997         (vc-cancel-version): Made error checks generic.  When done, clear
10998         headers generically, too.
11000         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11001         from vc-clear-headers in vc.el.
11003         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11004         correctly.
11005         (vc-rcs-latest-on-branch-p): Made second argument VERSION
11006         optional.  Handle the case when it's not there.
11008 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11010         * vc.el (vc-locking-user): Moved from vc-hooks.el.
11012 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11014         * vc-hooks.el (vc-loadup): Remove.
11015         (vc-find-backend-function): Use `require'.  Also, handle the case
11016         where vc-BACKEND-hooks.el doesn't exist.
11017         (vc-call-backend): Cleanup.
11019 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11021         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11022         vc-rcs-grab-templates)
11023         (vc-rcs-registered): Remove.  The default function works as well.
11024         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11025         vc-sccs-grab-templates)
11026         (vc-sccs-registered): Remove.  The default function works as well.
11028         * vc.el (vc-version-diff): Left out a vc- in call to
11029         vc-call-backend.
11030         (vc-default-dired-state-info, vc-default-record-rename)
11031         (vc-default-merge-news): Update for the new backend argument.
11033         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11034         using the default function.
11035         (vc-call-backend): If calling the default function, pass it the
11036         backend as first argument.  Update the docstring accordingly.
11037         (vc-default-state-heuristic, vc-default-mode-line-string): Update
11038         for the new backend argument.
11039         (vc-make-backend-sym): Renamed from vc-make-backend-function.
11040         (vc-find-backend-function): Use the new name.
11041         (vc-default-registered): New function.
11043 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11045         * vc.el (vc-merge): Use vc-find-backend-function.
11047         * vc-hooks.el (vc-backend-functions): Remove.
11048         (vc-loadup): Don't setup 'vc-functions.
11049         (vc-find-backend-function): New function.
11050         (vc-call-backend): Use above fun and populate 'vc-functions
11051         lazily.
11052         (vc-backend-defines): Remove.
11054 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11056         * vc.el (vc-register): Put a FIXME note for a newly found bug.
11057         Call vc-call-backend without the leading vc-.
11058         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11059         (vc-check-headers): Call vc-call-backend without the leading vc-.
11060         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11061         (vc-annotate-display): Replace confusing use of `cond' with `or'.
11062         Call vc-call-backend without the leading vc-.
11064         * vc-cvs.el (tail): Provide vc-cvs.
11065         * vc-sccs.el (tail): Provide vc-sccs.
11066         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11068         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11069         (vc-make-backend-function, vc-call): Pass names without leading
11070         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11071         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11072         (vc-call-backend): Always try to load vc-X-hooks.
11073         (vc-registered): Remove vc- in call to vc-call-backend.
11075 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11077         * vc.el (vc-process-filter): New function.
11078         (vc-do-command): Setup `vc-process-filter' for the async process.
11079         (vc-maybe-resolve-conflicts): New function to reduce
11080         code-duplication.  Additionally, it puts the buffer in
11081         `smerge-mode' if applicable.
11082         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11083         calling `merge-news'.
11084         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11085         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
11086         interfacing to log-edit.el.
11087         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11088         log-edit is available.
11089         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11091 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11093         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11094         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11095         defvar and the initialization.
11096         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11098         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11099         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11101         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11103 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11105         * vc.el (vc-file-clear-masterprops): Removed.
11106         (vc-checkin, vc-revert-buffer): Removed calls to the above.
11107         (vc-version-diff): Use buffer-size without argument.
11108         (vc-register): Heed vc-initial-comment.
11110         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11111         default branch.
11113         * vc-rcs.el (vc-rcs-register): Parse command output to find master
11114         file name and workfile version.
11115         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11117         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11118         vc-file-clear-masterprops.
11120         * vc-sccs.el (vc-sccs-checkout): Removed call to
11121         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
11122         rather than user login name.
11125 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11127         * vc.el (vc-workfile-unchanged-p): Remove unused argument
11128         `want-differences-if-changed' and simplify.
11129         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11130         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11131         output (which is invalid for async vc-diff) to decide whether to
11132         do the revert silently or not.
11134 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11136         * vc-hooks.el (vc-loadup): Load files quietly.
11137         (vc-call-backend): Oops, brain fart.
11139 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11141         * vc-cvs.el (vc-cvs-state): Typo.
11142         (vc-cvs-merge-news): Return the status code rather than the error msg.
11144 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11146         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11147         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11148         vc-state or vc-up-to-date-p.
11149         (vc-merge): Use vc-backend-defines to check whether merging is
11150         possible.  Set state to 'edited after successful merge.
11152         * vc-hooks.el (vc-locking-user): If locked by the calling user,
11153         return that name.  Redocumented.
11155 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11157         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11158         new `vc-state' semantics.
11159         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11160         'vc-locking-user to the current user.
11161         (vc-merge): Inline vc-backend-merge.  Comment out code that I
11162         don't understand and hence can't adapt to the new `vc-state' and
11163         `vc-locking-user' semantics.
11164         (vc-backend-merge): Remove.
11166         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11167         rather than 'vc-locking-user.
11169         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11171         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11172         (vc-state): Don't use 'reserved any more.  Just use the same
11173         convention as the one used for vc-<backend>-state where the
11174         locking user (as a string) is returned.
11175         (vc-locking-user): Update, based on the above convention. The
11176         'vc-locking-user property has disappeared.
11177         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11179         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11180         with a heuristic one.
11181         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11182         (vc-cvs-checkin): Do a trivial parse to set the state in case of
11183         error.  That allows us to get to 'needs-merge even in the
11184         stay-local case.  There's still no way to detect 'needs-patch in
11185         such a setup (or to force an update for that matter).
11186         (vc-cvs-logentry-check): Remove, the default works as well.
11188 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11190         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11192         * vc.el (vc-do-command): kill-all-local-variables, to reset any
11193         major-mode in which the buffer might have been put earlier.  Use
11194         `remove' and `when'.  Allow `okstatus' to be `async' and use
11195         `start-process' in this case.
11196         (vc-version-diff): Handle the case where the diff looks empty
11197         because of the use of an async process.
11199 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
11201         * vc.el (vc-next-action-on-file): Removed optional parameter
11202         `simple'.  Recompute state unconditionally.
11203         (vc-default-toggle-read-only): Removed.
11205         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11206         (vc-toggle-read-only): Undid prev change.
11208         * vc-cvs.el (vc-cvs-stay-local): Renamed from
11209         vc-cvs-simple-toggle.  Redocumented.
11210         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11211         (vc-cvs-toggle-read-only): Removed.
11213 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11215         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11216         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11217         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11218         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
11219         still is. So maybe it should be removed.
11220         (vc-head-version, vc-find-binary): Remove.
11221         (vc-recompute-state): Move from vc-hooks.el.
11222         (vc-next-action-on-file): Add a `simple' argument to allow
11223         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11224         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11225         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11226         (vc-dired-mode-map): Properly defvar it.
11227         (vc-print-log): Call log-view-mode if available.
11228         (small-temporary-file-directory): defvar instead of use boundp.
11229         (vc-merge-news): Moved to vc-cvs.el.
11230         (vc-default-merge-news): New function.
11232         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11233         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11234         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11235         unknown `vc-latest-version' function.  It should probably refer to
11236         vc-workfile-version or somesuch, but it's very unclear to me and I
11237         don't have SCCS to test things.
11239         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11240         (vc-sccs-state-heuristic): Fix typo.
11241         (vc-sccs-workfile-unchanged-p): Add missing argument.
11243         * vc-rcs.el: Require vc and vc-rcs-hooks.
11244         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11245         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11246         (vc-release-greater-or-equal-p): Move from vc.
11247         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11248         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11249         (vc-rcs-checkout): Add a missing `new-version' argument in the
11250         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
11252         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11253         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11254         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11255         than the apparently unbound `workfile-version'.
11257         * vc-hooks.el (vc-master-templates): Def the obsolete var.
11258         (vc-file-prop-obarray): Use `make-vector'.
11259         (vc-backend-functions): Add new hookable functions
11260         vc-toggle-read-only, vc-record-rename and vc-merge-news.
11261         (vc-loadup): If neither backend nor default functions exist, use
11262         the backend function rather than nil.
11263         (vc-call-backend): If the function if not bound yet, try to load
11264         the non-hook file to see if it provides it.
11265         (vc-call): New macro plus use it wherever possible.
11266         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11267         nor `vc-find-binary' since it's only called from
11268         vc-mistrust-permission which is only used once the backend is known.
11269         (vc-checkout-model): Fix parenthesis.
11270         (vc-recompute-state, vc-prefix-map): Move to vc.el.
11272         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11273         (vc-cvs-release, vc-cvs-system-release): Remove.
11274         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11275         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11276         status symbols.
11277         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11278         (vc-cvs-toggle-read-only): First cut at a function to allow a
11279         cvs-status-free vc-toggle-read-only.
11280         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11281         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11282         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
11283         (vc-cvs-checkout): Modify access rights directly if the user
11284         requested not to use `cvs edit'.  And refresh the mode line.
11286         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11287         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11289 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
11291         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
11292         workfile' that got lost when the code was extracted from vc.el.
11293         And merged the tail with the rest of the code (not possible in the
11294         old vc.el where the tail was shared among all backends).  And
11295         explicitly set the state to 'edited if `writable' is set.
11297         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11298         (vc-cvs-state): Be careful to return the value from
11299         vc-cvs-parse-state.
11300         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
11301         property but return it instead.  Also be careful to handle a nil
11302         or "" `rev' when workfile is non-nil (it was handled properly when
11303         workfile was nil).
11305         * vc.el: Removed those pesky unnecessary `(function' quotes.
11306         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11307         directly in the defvar.
11308         (vc-do-command): Bind inhibit-read-only so as to properly handle
11309         the case where the destination buffer has been made read-only.
11310         (vc-diff): Delegate to vc-version-diff in all cases.
11311         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11312         (vc-annotate-mode-variables): Removed (code moved partly to
11313         defvars and partly to vc-annotate-add-menu).
11314         (vc-annotate-mode): Turned into a derived-mode.
11315         (vc-annotate-add-menu): Moved in code in
11316         vc-annotate-mode-variables.
11317         (vc-update-change-log): Use make-temp-file if available.
11319 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
11321         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11322         `vc-checkout-model' updated to `vc-cvs-update-model'.
11324 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11326         * vc.el (vc-next-action-on-file): Added handling of state
11327         `unlocked-changes'.
11328         (vc-checkout-carefully): Is now practically obsolete, unless the
11329         above is too slow to be enabled unconditionally.
11330         (vc-update-change-log): Fixed typo.
11332         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11334         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11335         Now handles state `unlocked-changes'.
11336         (vc-sccs-workfile-unchanged-p): New function, to support the above.
11338         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11340         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11341         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
11342         `unlocked-changes'.
11343         (vc-rcs-workfile-unchanged-p): Renamed from
11344         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
11345         function yet, but supposed to become one soon.
11347         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11348         `vc-steal-lock'.
11349         (vc-call-backend): Changed error message.
11350         (vc-state): Added description of state `unlocked-changes'.
11352 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11354         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11355         always return t in CVS-controlled directories.
11357         * vc.el (vc-responsible-backend): New function.
11358         (vc-register): Largely rewritten.
11359         (vc-admin): Removed (implementation moved into vc-register).
11360         (vc-checkin): Redocumented.
11361         (vc-finish-logentry): If no backend defined yet (because we are in
11362         the process of registering), use the responsible backend.
11364         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11365         Updated function lists.
11366         (vc-call-backend): Fixed typo.
11368         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11369         New functions.
11370         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11371         Removed query option.  Redocumented.
11373 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11375         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11377         * vc.el: Updated callers of `vc-checkout-required' to use
11378         `vc-checkout-model'.
11380 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11382         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
11383         stuff updated to reference this function instead of the old
11384         `vc-backend-release-p'.
11386 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11388         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11389         vc-checkout-model.  Return appropriate values.  Updated callers.
11391 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11393         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11394         (vc-backend-revert): Function moved into `vc-revert';
11395         `vc-next-action' must be updated to accomodate this change.
11396         (vc-backend-steal): Function moved into `vc-finish-steal'.
11397         (vc-backend-logentry-check): Function moved into
11398         `vc-finish-logentry'.
11399         (vc-backend-printlog): Function moved into `vc-print-log'.
11400         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11401         (vc-backend-assign-name): Function moved into
11402         `vc-create-snapshot'.
11404 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11406         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11407         Rename to vc-checkout-model.  Return appropriate values.
11408         Update callers.
11410         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11411         to vc-checkout-model.
11412         (vc-checkout-required): Rename to vc-checkout-model.
11413         Re-implement and re-comment.
11414         (vc-after-save): Use vc-checkout-model.
11416 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11418         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11419         Update to use the vc-BACKEND-diff functions instead.
11420         `vc-diff' is now working.
11422         * vc-rcs.el (vc-rcs-logentry-check): New function.
11424         * vc-cvs.el (vc-cvs-logentry-check): New function.
11426         * vc-sccs.el (vc-sccs-diff): Function changed name from
11427         `vc-backend-diff'.  This makes `vc-diff' work.
11429         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11430         of functions possibly implemented in a vc-BACKEND library.
11431         (vc-checkout-required): Fix bug that caused an error to be
11432         signaled during `vc-after-save'.
11434         * vc.el: Fix typo.
11435         This checkin is made with our new VC code base for the very first time.
11436         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11438         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11439         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11441         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11442         updated to `vc-uses-locking'.
11443         (vc-checkout-required): Call to backend function.
11444         `vc-checkout-required' updated to `vc-uses-locking' instead.
11446         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11447         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11449         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11450         to match the split into various backends.
11451         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
11452         (vc-retrieve-snapshot): Bug fix.
11454 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11456         * vc-sccs.el (vc-sccs-release): Doc fix.
11458 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11460         * vc.el (vc-next-action-on-file): Bug found and fixed.
11461         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11462         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11464         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11465         (vc-rcs-checkout): Name space cleaned up.  No more revision number
11466         crunching function names that are not prefixed with vc-rcs.
11467         (vc-rcs-checkout-model): Function added.  References to
11468         `vc-checkout-model' replaced.
11470 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11472         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11473         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
11474         still need to be split, and implemented for RCS).
11476 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11478         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11480         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11481         required by the vc.el file.
11483         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11484         required by the vc.el file.
11485         (vc-rcs-exists): Function added.
11487         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11488         required by the vc.el file.
11490         * vc.el (vc-admin): Updated to handle selection of appropriate
11491         backend.  Current implementation is crufty and need re-thinking.
11493         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11495 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11497         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11498         beginning of annotate buffers correctly.
11500         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11501         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11502         functionality updated quite a lot to support multiple backends.
11503         Variables `vc-annotate-mode', `vc-annotate-buffers',
11504         `vc-annotate-backend' added.
11506         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11507         `vc-annotate-difference' added to supported backend functions.
11509 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11511         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11512         Use with-temp-file instead of /bin/sh.  Merged from mainline
11514 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11516         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11518         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11520         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11522 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11524         * vc-hooks.el: vc-state-heuristic added to
11525         vc-backend-hook-functions.
11527         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11529         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11531         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11532         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
11533         state to `reserved'.
11535         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11536         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
11538 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11540         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
11541         untouched.
11543         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11545         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11546         if defined.  (Merged from main line, slightly adapted.)
11548         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11549         millenium problem (merged from mainline).
11551 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11553         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11554         part and moved the non-BACKEND stuff to vc.el.
11556         * vc.el: Split the annotate feature into a BACKEND specific part
11557         and moved it from the vc-cvs.el file to this one.
11559 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11561         * vc-hooks.el: Implement new state model.
11562         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11563         (vc-locking-user): Simplify.  Now only needed if the file is
11564         locked by somebody else.
11565         (vc-lock-from-permissions): Remove.  Functionality is in
11566         vc-sccs-hooks.el and vc-rcs-hooks.el now.
11567         (vc-mode-line-string): New name for former vc-status.  Adapted.
11568         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
11570         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11571         Various simplifications and adaptations all over the place.
11573         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11574         Simplify and adapt the rest.
11576         * vc.el (vc-resynch-window): Add TODO comment: check for
11577         interaction with view mode according to recent RCS change.
11578         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11580 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11582         * vc.el: Convert the remaining function comments to docstrings.
11584 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11586         * vc.el (vc-backend-release, vc-release-greater-or-equal)
11587         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11588         (vc-minor-part, vc-previous-version): Functions that operate and
11589         compare revision numbers got proper documentation.  Comments added
11590         about their possible removal.
11592 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11594         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11595         the vc-backend.el files.
11597         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11599         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11600         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11601         (vc-rcs-previous-version): Functions added.
11603         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11605         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11607 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11609         * vc-hooks.el (vc-master-templates): Is really obsolete.
11610         Comment out the definition for now.  What is the right procedure
11611         to get rid of it?
11612         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11613         rewritten.
11614         (vc-default-registered): Remove.
11615         (vc-check-master-templates): New function; does mostly what the
11616         above did before.
11617         (vc-locking-user): Don't rely on the backend to set the property.
11619         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11620         Rewrite documentation.
11621         (vc-rcs-templates-grabbed): New variable.
11622         (vc-rcs-grab-templates): New function.
11623         (vc-rcs-registered): Rewrite to use above mechanism.
11625         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11626         Rewrite documentation.
11627         (vc-sccs-templates-grabbed): New variable.
11628         (vc-sccs-grab-templates): New function.
11629         (vc-sccs-registered): Rewrite to use above mechanism.
11630         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11631         Don't throw the result, simply return it.
11633         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11634         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
11635         (vc-cvs-registered): Does the check itself now.  Simplify.
11637         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11638         from main line.
11640 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11642         * vc-cvs.el (vc-cvs-diff): New function.
11644         * vc-sccs.el (vc-sccs-diff): New function.
11646         * vc-rcs.el (vc-rcs-diff): New function.
11647         (vc-rcs-checkout): Bug (typo) found and fixed.
11648         (vc-rcs-register-switches): New variable.
11650         * vc.el (vc-backend-diff): Function removed and placed in the
11651         backend files.
11653 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11655         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11657         * vc.el (vc-backend-checkout): Function removed and replaced in
11658         the vc-backend.el files.
11660         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11662         * vc.el (vc-backend-admin): Removed and replaced in the
11663         vc-backend.el files.
11665         * vc.el (Martin): Removed all the annotate functionality since it
11666         is CVS backend specific.
11668 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11670         * spec.txt: Added specification of vc-state.
11672         * vc-sccs-hooks.el (vc-sccs-master-properties):
11673         Remove handling of vc-latest-version and
11674         vc-your-latest-version.  What used to be vc-latest-version, is now
11675         returned as vc-workfile-version.
11676         (vc-sccs-workfile-version): Adapt.
11678 2000-09-04  Dave Love  <fx@gnu.org>
11680         * vc.el: [Merged from mainline.]
11681         (vc-dired-mode): Make the dired-move-to-filename-regexp
11682         regexp match the date, to avoid treating date as file size.
11683         Add YYYY S option to WESTERN/
11685 2000-09-04  Dave Love  <fx@gnu.org>
11687         * vc.el: Require `compile' when compiling.
11688         (vc-logentry-check-hook): New option.
11689         (vc-steal-lock): Use compose-mail.
11690         (vc-dired-mode-map): Defvar when compiling.
11691         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11692         vc-sccs.el and renamed.  Callers changed.
11693         (vc-backend-checkout, vc-backend-logentry-check)
11694         (vc-backend-merge-news): Doc fix.
11695         (vc-default-logentry-check): New function.
11696         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11697         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11698         (vc-backend-merge): Doc fix.  Use backend functions.
11699         (vc-check-headers): Use backend functions.
11701         * vc-cvs.el: Require vc when compiling.
11702         (vc-cvs-register-switches): Doc fix.
11703         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11704         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11705         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11706         New functions (code from vc.el).
11707         (vc-annotate-display-default): Fix interactive spec.
11708         (vc-annotate-time-span): Doc fix.
11710         * vc-rcs.el: Require vc when compiling.
11711         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11712         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11713         (vc-rcs-checkin): New functions (code from vc.el).
11714         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11715         Doc fix.
11716         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
11718         * vc-sccs.el: Require vc when compiling.
11719         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11720         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11721         (vc-sccs-revert)
11722         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11723         from vc.el).
11724         (vc-sccs-add-triple, vc-sccs-record-rename)
11725         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11726         (vc-sccs-admin): Doc fix.
11728 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
11730         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11731         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11732         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11733         from vc.el.
11735         * vc-sccs.el (vc-admin-sccs): Added from vc.el
11737         * vc-cvs.el: Moved the annotate functionality from vc.el.
11738         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11740 2000-09-04  Dave Love  <fx@gnu.org>
11742         * vc.el (vc-backend-release): Call vc-system-release.
11744         * vc-sccs.el (vc-sccs-system-release):
11745         Renamed from vc-sccs-backend-release.
11747         * vc-rcs.el (vc-rcs-system-release):
11748         Renamed from vc-rcs-backend-release.
11750         * vc-cvs.el (vc-cvs-system-release):
11751         Renamed from vc-cvs-backend-release.
11753 2000-09-04  Dave Love  <fx@gnu.org>
11755         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11756         backend files.
11757         (vc-backend-release): Dispatch to backend functions.
11758         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
11759         probably needs attention.]
11761         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11762         (vc-sccs-backend-release): New function.
11764         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11765         (vc-cvs-backend-release): New function.
11767         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11768         Doc fix.
11769         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11770         (vc-default-dired-state-info): New function.
11771         (vc-dired-state-info): Dispatch to backends.
11772         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
11774         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11775         from vc.el and renamed.
11777 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11779         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11780         (vc-version-other-window, vc-backend-assign-name): Removed
11781         references to vc-latest-version; sometimes changed into
11782         vc-workfile-version.
11784         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11785         vc-rcs-master-workfile-version.
11786         (vc-rcs-workfile-version): Use the above.  Don't call
11787         vc-latest-version (that was unreachable code, anyway).
11788         (vc-rcs-fetch-master-properties): Doc fix.
11790         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11791         (vc-backend-hook-functions): Removed them from this list, too.
11792         (vc-fetch-properties): Removed.
11793         (vc-workfile-version): Doc fix.
11795         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11796         (vc-rcs-workfile-version, vc-rcs-locking-user)
11797         (vc-rcs-uses-locking): Use it.
11799         * vc-hooks.el (vc-consult-rcs-headers):
11800         Moved into vc-rcs-hooks.el, under the name
11801         vc-rcs-consult-headers.
11803         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11804         headers.
11805         (vc-cvs-find-master): Use this name only; correct different
11806         versions of the name.
11808         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11809         New functions.
11810         (vc-sccs-locking-user): Use the latter.
11812         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11813         New functions.
11815         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11816         Moved into both
11817         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
11818         functions are implementation details of those two backends.
11820 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11822         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11823         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11825         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11826         (vc-sccs-parse-locks): SCCS-specific code moved here from
11827         vc-hooks.
11829         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11830         code moved here from vc-hooks.
11832         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11833         into back-end specific parts and removed.  Callers not updated
11834         yet; because I guess these callers will disappear into back-end
11835         specific files anyway.
11837 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11839         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11840         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11841         `vc-uses-locking'.
11843         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11844         Store yes/no in the property, and return t/nil.  Updated all
11845         callers.
11847         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11848         vc-sccs-uses-locking.  Don't set property.
11849         (vc-sccs-locking-user): Don't set property.
11851         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11852         vc-cvs-uses-locking.  Don't set property here; leave that to
11853         vc-hooks.
11854         (vc-cvs-locking-user): Reflect above change.  Streamlined.
11856         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11857         vc-rcs-uses-locking.
11858         (vc-rcs-locking-user): Reflect above change.
11860 2000-09-04  Dave Love  <fx@gnu.org>
11862         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11864         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11866         * vc-hooks.el (vc-checkout-model): Punt to backends.
11868         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11870         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11872         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11873         New functions.
11875         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11876         New functions.
11878         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11879         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11881         * vc-hooks.el (vc-default-locking-user): New function.
11882         (vc-locking-user, vc-workfile-version): Punt to backends.
11884 2000-09-04  Dave Love  <fx@gnu.org>
11886         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11887         (vc-master-workfile-version): Moved from vc-hooks.
11889         * vc-rcs-hooks.el: Fix duplicate code in last change.
11891         * vc-rcs-hooks.el: Require vc-hooks when compiling.
11892         (vc-rcs-master-templates): Improve :type.
11893         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11894         vc-master-workfile-version): Moved from vc-hooks.
11896         * vc-sccs-hooks.el: Require vc-hooks when compiling.
11897         (vc-sccs-master-templates): Improve :type.
11898         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11900         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11902         * vc-cvs-hooks.el: Require vc-hooks when compiling.
11903         (vc-cvs-master-templates): Improve :type.  Use
11904         vc-cvs-find-cvs-master.
11905         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11906         from vc-hooks.
11907         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11909         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11910         Moved to vc-cvs-hooks.
11912         * vc-hooks.el: Add doc strings in various places.  Simplify the
11913         minor mode setup.
11914         (vc-handled-backends): New user variable.
11915         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11916         simplification.
11918 2000-09-04  Dave Love  <fx@gnu.org>
11920         * vc.el: Some doc fixes for autoloaded and interactive functions.
11921         Fix compilation warnings from ediff stuff.
11922         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11924         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11926         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11928         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11930 2000-09-04  Dave Love  <fx@gnu.org>
11932         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11933         New variable.
11934         (vc-make-backend-function, vc-loadup, vc-call-backend)
11935         (vc-backend-defines): New functions.
11937         * vc-hooks.el: Various doc fixes.
11938         (vc-default-back-end, vc-follow-symlinks): Custom fix.
11939         (vc-match-substring): Function removed.  Callers changed to use
11940         match-string.
11941         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11942         Simplify.
11944 2000-09-04  Dave Love  <fx@gnu.org>
11946         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11947         type.
11948         (vc-sccs-project-dir, vc-search-sccs-project-dir)
11949         (vc-sccs-registered): Doc fix.
11951         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11952         (vc-cvs-registered): Doc fix.
11954         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11955         (vc-rcs-registered): Doc fix.
11957 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11959         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11961         * vc-hooks.el: vc-registered has been renamed
11962         vc-default-registered.  Some functions have been moved to the
11963         backend specific files.  they all support the
11964         vc-BACKEND-registered functions.
11966 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11968         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11970         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11972 2000-09-04  Dave Love  <fx@gnu.org>
11974         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11975         menu-bar-update-hook.
11977         * help.el (help-manyarg-func-alist): Add
11978         find-operation-coding-system.
11980         * wid-edit.el (widget-sexp-validate): Fix garbled code.
11982         * custom.el (custom-set-variables): Print message about errors in
11983         setting.
11985 2000-09-03  Andrew Innes  <andrewi@gnu.org>
11987         * makefile.w32-in: Change to DOS line endings.
11989 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11991         * mouse.el (mouse-popup-menubar): Supply the prompt string for
11992         minor-mode keymaps, if they don't have one.
11994 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
11996         * eshell/esh-module.el (eval-when-compile): Don't lose if
11997         esh-module.el's file name is truncated to DOS 8+3 limits.
11999 2000-09-01  John Wiegley  <johnw@gnu.org>
12001         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12002         predicate, which caused entries in the completion list to be
12003         doubled.
12005 2000-08-30  John Wiegley  <johnw@gnu.org>
12007         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12008         sending to subprocesses.  Also, hook pre-command-hook if
12009         `eshell-send-direct-to-subprocesses' is non-nil.
12010         (eshell-send-direct-to-subprocesses): New config variable.  If t,
12011         subprocess input is send immediately.
12012         (eshell-toggle-direct-send): New function.
12013         (eshell-self-insert-command): New function.
12014         (eshell-intercept-commands): New function.
12015         (eshell-send-input): If direct subprocess sending is enabled,
12016         don't echo any input to the Eshell buffer.  Let the subprocess
12017         handle that.  This requires "stty echo" in bash, for example.
12019 2000-08-28  John Wiegley  <johnw@gnu.org>
12021         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12022         completion function for Eshell's implementation of `unset'.
12024 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
12026         * info.el (Info-directory-list): Doc fix.
12028 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
12030         * filecache.el (file-cache-add-directory-using-find): Don't quote
12031         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12033 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
12035         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12036         coding systems.
12038 2000-08-30  Andrew Innes  <andrewi@gnu.org>
12040         * timer.el (run-with-idle-timer): Undo last change, so that timer
12041         is not activated immediately if Emacs is already idle.  Some
12042         existing code relies on this behaviour.
12044 2000-08-30  Miles Bader  <miles@gnu.org>
12046         * frame.el (set-frame-font): Do completion of font-name for
12047         interactive use.
12049 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
12051         * international/quail.el (quail-start-translation): Bind locally
12052         last-command-event, last-command, and this-command.
12053         (quail-start-conversion): Likewise.
12054         (quail-self-insert-command): Fix docstring.
12056 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
12058         * progmodes/executable.el
12059         (executable-make-buffer-file-executable-if-script-p): Check that
12060         buffer contains at least 2 characters.
12062 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
12064         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12066 2000-08-29  Dave Love  <fx@gnu.org>
12068         * diff-mode.el (diff-mode) <defgroup>: Add :version.
12069         (diff-mode-shared-map): Bind mouse-2.
12070         (diff-imenu-generic-expression): New variable.
12071         (diff-mode): Use it.
12073         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12074         (mouse-popup-menubar): Add minor mode menus.
12075         (popup-menu): Check for lookup-key returning number.
12077 2000-08-29  Miles Bader  <miles@gnu.org>
12079         * comint.el (comint-send-input): Create overlays using the proper
12080         front/read-advance arguments.
12082 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12084         * ps-print.el: Even/odd pages printing.  Doc fix.
12085         (ps-print-version): New version number (6.0).
12086         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12087         (ps-background, ps-begin-file, ps-begin-job): Code fix.
12088         (ps-print-duplex-feature): Variable eliminated.
12089         (ps-even-or-odd-pages): New variable.
12091         * progmodes/ebnf2ps.el: Doc fix.
12092         (ebnf-version): New version (3.3).
12093         (ebnf-user-arrow): Change variable customization to sexp.
12094         (ebnf-user-arrow): Function eliminated.
12095         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12097 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
12099         * help.el (help-xref-mule-regexp): New variable.
12100         (help-make-xrefs): Handle help-xref-mule-regexp.
12102         * international/mule-cmds.el (help-xref-mule-regexp-template): New
12103         variable.
12104         (describe-input-method): Temporarily activate the specfied input
12105         method to display the information.
12106         (describe-language-environment): Hyperlinks to mule related items.
12108         * international/mule-diag.el (charset-multibyte-form-string): New
12109         function.
12110         (list-character-sets-1): Use charset-multibyte-form-string.
12111         (describe-character-set): New function.
12112         (describe-coding-system): Hyperlinks to safe character sets.
12114         * international/quail.el (quail-help): New arg PACKAGE.
12115         Hyperlinks to mule related items.
12116         (quail-help-insert-keymap-description): Use
12117         substitute-command-keys instead of describe-bindings.
12118         (quail-translation-help): Hyperlinks to mule related items.
12120 2000-08-28  John Wiegley  <johnw@gnu.org>
12122         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12123         have a defsubst call itself.  Made `eshell-flatten-list' back into
12124         a function again.
12126         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12127         catch, in case re-centering point at bottom messes up the display.
12128         This happens frequently in Emacs 21, due I believe to variable
12129         line heights.
12131         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12132         to call `find-tag-interactive'.
12134         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12135         the list of remember directories.
12137 2000-08-28  John Wiegley  <johnw@gnu.org>
12139         * align.el: Test align-region-separate to see if it's a symbol.
12141 2000-08-28  John Wiegley  <johnw@gnu.org>
12143         * eshell/esh-util.el (eshell-flatten-list): Made this function
12144         into a defsubst form.  It gets used very frequently, although
12145         calls don't occur all that often.
12147         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12148         examining it.
12150         * eshell/esh-cmd.el (eshell-rewrite-while-command):
12151         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12152         `eshell-protect'.
12153         (eshell-copy-handles): Created a new macro for duplicating the
12154         current set of open handles.  This is needed by the looping
12155         functions.
12156         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12157         is not incorrectly stomped on.
12159         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12160         declaration for pcomplete-use-paring.
12161         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12162         value of eshell-cmpl-use-paring.
12163         * pcomplete.el (pcomplete-use-paring): New config variable, to
12164         indicate whether paring should be used.
12165         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12166         completion alternatives that have already been used.
12168         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12169         bound to C-c C-y, which will repeat the previous N arguments
12170         (based on prefix argument).
12171         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12173         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12174         if there is no *Help* buffer.  This is for XEmacs, which renames
12175         its help buffers uniquely.  TODO: Find out what the current buffer
12176         name to delete is.
12178         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12179         first entry that correlates to a passwd/group number.  Later
12180         entries (used for group/user name aliasing to multiple IDs) are
12181         ignored.
12183         * eshell/em-xtra.el (eshell/expr):
12184         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12185         (eshell-grep, eshell/diff, eshell/locate):
12186         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12187         argument list, before passing it to the system command.
12189         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12190         `find-tag' for use at final position in Eshell buffers (which
12191         otherwise triggers an error on Emacs 21).
12192         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12193         buffer, if it is currently bound to `find-tag'.
12195         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12196         in the list of matched Makefile names.
12197         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12198         directory, prefer its contents to Makefile.
12200         * eshell/em-dirs.el (eshell/cd): cd commands that look up
12201         directory parts (like "cd old new", or "cd =regexp"), are now case
12202         sensitive on non-Windows/DOS platforms.
12204         * eshell/esh-mode.el (eshell-parse-command-input): When a user
12205         types RET after an open delimiter (like "), display a message
12206         indicating that Eshell is waiting for the closing delimiter.
12208         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12209         environment variables.
12211         * eshell/em-unix.el (eshell/diff): Added logic to fail more
12212         gracefully if the user enters incorrect arguments.
12214         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12215         Eshell buffers.
12217         * eshell/esh-var.el (eshell-interpolate-variable):
12218         * eshell/esh-mode.el (eshell-move-argument):
12219         * eshell/em-unix.el (eshell-du-sum-directory):
12220         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12221         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12222         (not (= ...)).
12224         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12225         to ensure the `preserve' flag gets propagated when doing recursive
12226         directory copies.
12228 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
12230         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12231         Don't convert \n into \0177 in memory.
12232         (eshell-read-history, eshell-write-history): Convert \n to \0177,
12233         and back again, when reading and writing.
12235 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
12237         * eshell/esh-util.el (eshell-processp): Added to relieve constant
12238         testing of `fboundp' on `processp'.
12240         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12241         (eshell/jobs): Don't call process-list if it is not bound.
12242         (eshell-gather-process-output): Support systems where async
12243         subprocesses aren't supported.
12244         (eshell-scratch-buffer, eshell-last-sync-output-start): New
12245         variables.
12247         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12248         eshell-do-eval returns t.
12249         (eshell-do-pipelines-synchronously): New defmacro.
12250         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12251         when async subprocesses aren't supported.
12252         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
12253         if async subprocesses aren't supported.
12254         (eshell-resume-command): Don't assume STATUS is a string.
12256         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12258         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12259         (eshell-close-target, eshell-get-target): Use eshell-processp.
12260         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12261         fix.
12262         (eshell-get-target, eshell-create-handles): Doc fix.
12264 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
12266         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12267         criterion to include commands that output something, as long as it
12268         leaves both the command and the end-of-buffer visible when the
12269         command has exited.
12270         (eshell-review-quick-commands): Adjust the help doc string
12271         accordingly.
12273 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
12275         * locate.el (locate): Cleaned up locate command's interactive prompting
12276         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12278         * filecache.el (file-cache-case-fold-search): New variable
12279         (file-cache-assoc-function): New variable
12280         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12281         Use file-cache-case-fold-search variable
12282         (file-cache-add-file): Use file-cache-assoc-function
12283         (file-cache-delete-file): likewise
12284         (file-cache-directory-name): likewise
12285         (file-cache-debug-read-from-minibuffer): likewise
12287 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
12289         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12290         (abbrev-table-name): New function.
12291         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12292         If non-nil list local abbrev, only.
12294 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
12296         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12297         from Gnus support code, and use special article copy buffer
12298         `(gnus-original-article-buffer)' instead.  This allows to get rid
12299         of article-hide-headers usage (which breaks in the latest Gnus
12300         version).  Thanks to Detlev Zundel.
12302 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
12304         * international/quail.el (quail-use-package): Hide "... loaded"
12305         message.
12306         (quail-start-translation, quail-start-conversion): Likewise.
12308         * international/kkc.el (kkc-region): Hide "... loaded" message.
12310 2000-08-27  Dave Love  <fx@gnu.org>
12312         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12314 2000-08-27  Miles Bader  <miles@gnu.org>
12316         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12318 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
12320         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12321         'ja-dic-cnv), not (require 'skkdic-cnv).
12323 2000-08-26  Miles Bader  <miles@gnu.org>
12325         * faces.el (face-x-resources): Add entry for :inherit.
12326         * cus-face.el (custom-face-attributes): Add support for :inherit
12327         attribute.  Add support for relative face heights.
12328         (custom-face-attributes-get): Treat `nil' as being a default value
12329         for :inherit (as well as `unspecified').
12331         * faces.el (set-face-attribute): Update doc string.
12332         (face-attribute-name-alist): Add :inherit.
12333         (face-valid-attribute-values): Handle :inherit.
12334         (face-read-string): Rephrase prompt to be less confusing.
12335         Assume that DEFAULT is a string, since we must return a string.
12336         (face-read-integer): Use `format' to turn DEFAULT into an
12337         acceptable default for face-read-string.  Match NEW-VALUE against
12338         the string "unspecified", not the symbol `unspecified', since
12339         that's what face-read-string returns.
12340         (read-face-attribute): Lookup a name for old-value in valid, and
12341         use it as a default if we find one.  Treat all values from
12342         face-read-string as strings.  If the default is used, don't do any
12343         more processing on the value, just use the old value directly.
12344         (read-face-and-attribute, modify-face): Tweak prompt.
12345         (read-face-name): Don't assume prompt ends with a space.
12347         * faces.el (describe-face): Add support for :inherit attribute.
12349 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
12351         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
12352         concat doesn't accept interger.
12354         * international/kkc.el: Remove SKK from Keywords.  Require
12355         ja-dic-utl instead of skkdic-utl.
12357         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12358         Provide ja-dic-cnv instead of skkdic-cnv.
12359         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
12360         (iso-2022-7bit-short): Add safe-charsets property.
12361         (skkdic-convert-postfix): Search Japanese chou-on character in
12362         addition to Hiragana character.
12363         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12364         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12365         (batch-skkdic-convert): Likewise.
12367         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12368         Provide ja-dic-utl instead of skkdic-utl.
12369         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12371 2000-08-24  Dave Love  <fx@gnu.org>
12373         * disp-table.el (standard-display-default): Make the test of `l'
12374         useful.
12376         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12377         mod sample text.
12379         * international/iso-ascii.el: Make pilcrow convenient string
12380         consistent with section.
12381         (iso-ascii-display): Set up multibyte characters as well as
12382         unibyte.
12384 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
12386         * international/mule-cmds.el (reset-language-environment): Set
12387         default-process-coding-system to '(undecided . iso-latin-1), which
12388         makes process I/O almost consistent with file I/O.   Call this
12389         function when mule-cmds.el[c] is loaded.
12391 2000-08-22  Andrew Innes  <andrewi@gnu.org>
12393         * makefile.w32-in: New file.
12395 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
12397         * comint.el (comint-output-filter): Compare end of
12398         comint-last-output-overlay with the start of the newly inserted
12399         text, not the end, when deciding whether to extend it.
12400         Set saved-point's insertion type to advance after insertion.
12402         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12403         since this is now done independently of font-lock mode.
12405 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12407         * server.el (server-kill-new-buffers): New user option.
12408         (server-existing-buffer): New buffer-local variable.
12409         (server-visit-files): When using an existing buffer, set
12410         server-existing-buffer to t.
12411         (server-buffer-done): If server-kill-new-buffers is t, kill the
12412         buffer, unless it was already present before visiting it with
12413         Emacs server.
12415 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
12417         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12418         even if the display doesn't support colors: some displays will
12419         support bold/underline faces.
12421 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
12423         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12425         * startup.el (command-line): If user's init file had an error,
12426         add explanatory text to *Messages*.
12428 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
12430         * man.el (Man-getpage-in-background): Decode the process output by
12431         the system locale coding system.
12433 2000-08-20  Dave Love  <fx@gnu.org>
12435         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12436         Don't test x-popup-menu.
12437         (function) <complete-function>: Complete only fbound symbols.
12438         <validate, value>: New.
12439         (variable) <complete-function>: Complete only bound symbols.
12440         (coding-system): Add :base-only, :complete-function, :validate,
12441         :value, :prompt-match.
12442         (widget-coding-system-prompt-value): Use read-coding-system and
12443         act on :base-only.
12444         (editable-field): Add :help-echo.
12445         (widget-push-button-gui, widget-push-button-cache)
12446         (widget-gui-action, widget-editable-list-gui): COmment out, along
12447         with uses.
12448         (widget-at): Make arg optional.
12449         (widget-echo-help): Adjust for current help-echo calling sequence.
12450         (widget-specify-field, widget-specify-button)
12451         (widget-specify-insert, widget-get-sibling, widget-image-find)
12452         (widget-convert, widget-insert, widget-leave-text)
12453         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12454         (widget-setup, widget-field-find, widget-before-change)
12455         (widget-after-change, widget-default-complete)
12456         (widget-default-create, widget-default-delete)
12457         (widget-push-button-value-create, editable-field)
12458         (widget-field-prompt-value, widget-field-validate)
12459         (widget-choice-value-create, widget-choice-action)
12460         (widget-choice-validate, widget-checklist-add-item)
12461         (widget-radio-add-item, widget-radio-chosen)
12462         (widget-radio-value-inline, widget-editable-list-value-create)
12463         (widget-editable-list-entry-create)
12464         (widget-documentation-link-add)
12465         (widget-documentation-string-value-create)
12466         (widget-regexp-validate, widget-file-complete)
12467         (widget-sexp-validate, widget-plist-convert-widget)
12468         (widget-plist-convert-widget, widget-alist-convert-widget)
12469         (widget-alist-convert-widget, widget-color-complete): Simplify,
12470         particularly to avoid bindings which aren't optimized out.
12472         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12473         Doc fix.
12474         (down-list, backward-up-list, up-list, kill-sexp)
12475         (backward-kill-sexp, mark-sexp): Make arg optional.
12476         (lisp-complete-symbol): Add optional arg PREDICATE.
12478         * cus-start.el: Add display-buffer-reuse-frames,
12479         file-coding-system-alist.
12481 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
12483         * startup.el (command-line): Clear realized faces after
12484         modifying TTY color mappings.
12486 2000-08-20  Miles Bader  <miles@gnu.org>
12488         * faces.el (face-attr-match-p): Don't return true if ATTRS are
12489         merely a subset of FACE's attributes.
12491 2000-08-19  Miles Bader  <miles@gnu.org>
12493         * comint.el (comint-output-filter): Save the point with a marker,
12494         not just a buffer position.
12496         * international/mule.el (set-buffer-process-coding-system): Make
12497         interactive prompt less confusing.
12499 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
12501         * hilit-chg.el: General cleanup of doc strings, comments and
12502         code formatting.
12504 2000-08-19  Miles Bader  <miles@gnu.org>
12506         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12507         Compiler macro removed; beginning-of-line is no longer always
12508         equivalent to forward-line, in the presence of fields.
12510         * comint.el (comint-output-filter): Remove ad-hoc saving of
12511         restriction, and just use save-restriction, now that it works
12512         correctly.  Don't adjust comint-last-input-start to account for
12513         our insertion; it shouldn't have moved because we don't use
12514         insert-before-markers anymore.  Comment out call to
12515         `force-mode-line-update'; why is it here?
12517         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12518         while checking for prompt to delete.  Use `forward-line 0'
12519         instead of beginning-of-line.
12520         (gud-filter): Temporarily widen gud comint buffer while
12521         examining output.
12523 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
12525         * progmodes/sh-script.el: Big bag of typos.
12527         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12528         check since ispell-process is not bound when ispell is not yet loaded.
12530 2000-08-18  Dave Love  <fx@gnu.org>
12532         * image.el (find-image): Copy `spec' before using plist-put.
12534 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
12536         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12537         `portugues'.
12539         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12540         backward-kill-sexp, analogous to kill-sexp.
12542         * progmodes/icon.el (icon-indent-line)
12543         (icon-is-continuation-line): Handle comments specially.
12545 2000-08-17  Ken Stevens <k.stevens@ieee.org>
12547         * ispell.el: Set to standard author/maintainer/keyword fields.
12548         Fine tuning to menu map appearance and operation, and added help.
12549         Remove `start' and `end' error messages when compiling.
12550         (ispell-choices-win-default-height): Fixed comment string.
12551         (ispell-dictionary-alist-1): Fixed regexp in castellano and
12552         castellano8 dictionaries.
12553         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12554         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12555         dictionary, added italiano dictionary.
12556         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12557         word character
12558         (ispell-tex-skip-alists): Added psfig support.
12559         (ispell-skip-html): Renamed from ispell-skip-sgml.
12560         (ispell-begin-skip-region-regexp, ispell-skip-region)
12561         (ispell-minor-check): Improved html skipping support to skip across
12562         code, and recognize `&' commands without propper `;' syntax;
12563         (ispell-process-line): Fix alignment error when manually
12564         correcting spelling.
12565         (ispell): Fix comment string.
12566         (ispell-add-per-file-word-list): Always put word list on new line.
12568 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
12570         * format.el (format-encode-run-method): Fix error message to say
12571         `encode' instead of `decode'.  Use save-window-excursion around
12572         shell-command-on-region as in format-decode-run-method because
12573         shell-command-on-region can display a buffer with error output.
12574         (format-decode): Don't record undo information for the decoding.
12575         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
12576         that number part of the temporary buffer name so that more than
12577         one decoding using a temporary buffer can happen safely.
12579         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12580         of `A-z' in the regexp.
12582         * hilit-chg.el: Fix typos in commentary.
12584         * help.el (view-emacs-news): Rewritten for new naming scheme
12585         for old NEWS files.
12587         * startup.el (command-line): Pop to *Messages* in case an error
12588         is signaled while loading user-init-file.
12590 2000-08-17  Andreas Schwab  <schwab@suse.de>
12592         * files.el (insert-directory): Don't lose original file name,
12593         undoing an undocumented change.
12595 2000-08-17  Alex Schroeder  <alex@gnu.org>
12597         * sql.el (sql-magic-go): Use comint-bol.
12598         (sql-copy-column): Use comint-line-beginning-position.
12599         (comint-line-beginning-position): Define a replacement for
12600         comint-line-beginning-position if it is not fboundp.
12602 2000-08-17  Alex Schroeder  <alex@gnu.org>
12604         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12605         it didn't have any effect anyway.
12607 2000-08-17  Alex Schroeder  <alex@gnu.org>
12609         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12610         --pset and pager=off instead of sending \\o|cat at the beginning
12611         of the session.
12613 2000-08-17  Miles Bader  <miles@gnu.org>
12615         * progmodes/octave-inf.el: Add compatibility definition of
12616         comint-line-beginning-position.
12618 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
12620         * startup.el (normal-top-level): Look in each dir in load-path for
12621         a leim-list.el file too.  This assures of loading leim-list.el
12622         that is created at Emacs installation time even if a user have his
12623         own leim-list.el.
12625 2000-08-17  Miles Bader  <miles@gnu.org>
12627         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12628         foreground color to black if the background is dark.
12630 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
12632         * loadhist.el (unload-feature): Typo.
12634         * finder.el (finder-compile-keywords):
12635         * cus-dep.el (custom-make-dependencies): Add local-variable settings
12636         to the generated file.
12638         * mail/mh-e.el (mh-make-local-vars):
12639         Replace make-variable-buffer-local with make-local-variable.
12641         * play/landmark.el:
12642         * options.el (Edit-options-{set,toggle,t,nil}):
12643         * mail/mailabbrev.el (mail-abbrevs-mode):
12644         * textmodes/tex-mode.el (tex-expand-files):
12645         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12647         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12649         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12650         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12651         Allow going past the last element.
12652         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12653         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12654         (cvs-mouse-toggle-mark): Don't move point.
12655         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12657         * progmodes/compile.el (grep): Provide a default set of files.
12658         (next-error): Docstring fix.
12659         (compilation-find-file): Avoid find-file (fails in a dedicated window).
12661         * emacs-lisp/easy-mmode.el (define-minor-mode):
12662         Use `symbol-value' to keep the byte-compiler quiet.
12664         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12665         (diff-find-source-location): New fun, extracted from diff-goto-source.
12666         (diff-goto-source): Use it.
12667         (diff-next-complex-hunk, diff-filter-lines): New function.
12668         (diff-apply-hunk): New command.
12670         * smerge-mode.el (smerge-mode-menu): Doc fix.
12672         * msb.el (msb-mode): Define it in terms of define-minor-mode.
12674 2000-08-16  Dave Love  <fx@gnu.org>
12676         * windmove.el (windmove) <defgroup>: Add :version.
12678         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
12679         (goto-address-fontify-p, goto-address-highlight-p)
12680         (goto-address-url-face, goto-address-url-mouse-face)
12681         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12682         (goto-address-url-regexp): Use thing-at-point-url-regexp.
12683         (goto-address-fontify, goto-address-at-mouse): Simplify,
12684         (goto-address-at-point): browse-url-url-at-point,
12685         goto-address-find-address-at-point can return nil.
12686         (goto-address-find-address-at-point): Return nil on failure.
12688         * align.el (align) <defgroup>: Add :version.
12690         * calculator.el (calculator): Add :version.
12691         (calculator): Use two lines for calculator window if `modeline'
12692         face is boxed.
12694         * play/5x5.el: Doc fixes.
12695         (5x5) <defgroup>: Add :version.
12697         * play/fortune.el (fortune) <defgroup>: Add :version.
12698         (fortune-append): Fix error message.
12699         (fortune-from-region): Doc fix.
12701         * play/pong.el (pong): Doc fix.
12703         * play/morse.el: Keywords, commentary, autoloads.
12705 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
12707         * desktop.el (desktop-save): Don't look at symbol-value of a
12708         member of minor-mode-alist, unless it is boundp.
12710 2000-08-16  Sam Steingold  <sds@gnu.org>
12712         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12713         `while'; use `with-current-buffer' instead of `save-excursion'.
12714         Removed unnecessary kludges now that "*Buffer List*" is excluded.
12716 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
12718         * international/ccl.el (declare-ccl-program): Docstring modified.
12719         (ccl-execute-with-args): Likewise.
12721 2000-08-16  Miles Bader  <miles@gnu.org>
12723         * progmodes/sql.el: Add compatibility definition of
12724         comint-line-beginning-position.
12726 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
12728         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12729         'buffer-menu' property.
12730         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12731         fails.
12732         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12733         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12734         wasn't killed.
12736         * buff-menu.el (list-buffers-noselect): Don't display the
12737         *Buffer List* buffer.
12739         * font-lock.el: Require jit-lock to prevent a very late
12740         `Loading jit-lock' message.
12742         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12743         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12744         mail address.
12746 2000-08-15  Miles Bader  <miles@gnu.org>
12748         * textmodes/ispell.el (ispell-graphic-p): New constant.
12749         (ispell-choices-win-default-height, ispell-help): Use
12750         `ispell-graphic-p' instead of `xemacsp'.
12752 2000-08-15  Dave Love  <fx@gnu.org>
12754         * simple.el: Autoload widget-convert when compiling.
12755         (mail-user-agent): Doc fix.
12757         * help.el (function-called-at-point, variable-at-point): Use
12758         with-syntax-table.
12759         (help-manyarg-func-alist): Add insert-and-inherit.
12761         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12763         * delsel.el (delsel-unload-hook): New function.
12765         * find-file.el: Doc fixes.  Move provide to end.
12766         (ff) <defgroup>: Add :link.
12767         (ff-goto-click): Deleted.
12768         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12769         Use mouse-set-point.
12771         * textmodes/tildify.el: Doc fixes.
12772         (tildify) <defgroup>: Add:version.
12774         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12775         (glasses-custom-set): Use set-default, not set.
12776         (minor-mode-alist): Propertize the lighter.
12777         (glasses-mode): Provide optional arg.
12779         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12780         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
12781         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12782         option.  Provide :type.
12783         (cwarn-configuration): Provide :type.
12784         (cwarn-mode): Doc fix.
12786         * add-log.el (change-log-merge): Doc fix.
12787         (change-log-redate): New command.
12789         * net/browse-url.el (browse-url-filename-alist): Add a clause for
12790         Doze and Dog.
12791         (browse-url): Use dolist, not mapcar.
12792         (browse-url-at-point): Check for null url.
12793         (browse-url-event-buffer, browse-url-event-point): Functions
12794         deleted.
12795         (browse-url-at-mouse, browse-url-netscape): Simplify.
12797         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12798         modes.
12799         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12800         Fix previous change to mapcan.
12801         (msb--init-file-alist, msb--add-separators)
12802         (msb--make-keymap-menu): Simplify.
12803         (msb--choose-file-menu): Use copy-sequence.
12804         (msb-mode-map): Add title to keymap.
12805         (msb-unload-hook): New function.
12807         * bs.el: Fix indentation.
12808         (bs) <defgroup>: Add :links.
12809         (bs-show): Doc fix.
12810         (bs-apply-sort-faces): Don't use window-system.
12811         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12813 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
12815         * calendar/timeclock.el (timeclock-file): Run .timelog through
12816         convert-standard-filename.
12818 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12820         * emacs-lisp/authors.el: New file.
12822         * paren.el (show-paren-priority): New user option.
12823         (show-paren-function): Set overlay priorities to
12824         show-paren-priority.
12826 2000-08-14  Miles Bader  <miles@gnu.org>
12828         * comint.el (comint-bol): Use `forward-line 0' instead of calling
12829         beginning-of-line with inhibit-field-text-motion bound.
12831 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
12833         * calendar/timeclock.el: New file.
12835 2000-08-14  David Ponce  <david@dponce.com>
12837         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12838         `widget-button-click'. so that one can use left mouse button to
12839         click on dialog buttons.
12841 2000-08-14  Emmanuel Briot  <briot@gnat.com>
12843         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12844         identifiers, since XML is case sensitive
12846 2000-08-12  Miles Bader  <miles@gnu.org>
12848         * comint.el (comint-output-filter): Don't bother frobbing
12849         window-start, it doesn't seem to be necessary.
12851         * comint.el (comint-send-string, comint-send-region): Make into
12852         real functions.  Snapshot the prompt before sending.
12854 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12856         * info.el (Info-find-emacs-command-nodes): Rewrite to use
12857         technique similar to Info-index, instead of relying on specific
12858         names of relevant Index nodes.
12859         (Info-goto-emacs-command-node): Bind Info-history to nil when
12860         going to the first node found by Info-find-emacs-command-nodes.
12862 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
12864         * menu-bar.el (menu-bar-help-menu): Add a :help string.
12866 2000-08-10  Miles Bader  <miles@gnu.org>
12868         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12870 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12872         * info.el (Info-file-list-for-emacs): More elements for the
12873         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12874         and woman manuals.
12876 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
12878         * comint.el (comint-send-input): Make the newline boundary overlay
12879         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
12880         (comint-output-filter): Use `insert' instead of
12881         `insert-before-markers'.  Extend comint-last-output-overlay when
12882         necessary since we can't rely on insert-before-markers to do it.
12883         * gud.el (gud-filter): Use `with-current-buffer' instead of
12884         save-excursion when inserting the output, so that point gets
12885         updated correctly; the old method relied on a rather dodgy
12886         side-effect of comint-output-filter to avoid the effect of
12887         save-excursion.
12889 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12891         * files.el (recover-file): Call insert-directory instead of
12892         invoking `ls' directly.
12894 2000-08-10  Miles Bader  <miles@gnu.org>
12896         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12897         (comint-last-prompt-overlay): New variables.
12898         (comint-output-filter): Implement prompt highlighting.
12899         (comint-snapshot-last-prompt): New function.
12900         (comint-send-input): Snapshot the last prompt.
12901         Use comint-highlight-input-face.
12902         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12903         Use defface instead of defcustom.
12904         (send-invisible, comint-send-eof): Snapshot the last prompt.
12905         (comint-delchar-or-maybe-eof): Use comint-send-eof.
12906         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12908 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
12910         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12911         (regexp-opt-group): Use a list of chars for `letters'.
12912         (regexp-opt-charset): `chars' is now a list of chars.
12913         Use a char-table rather than a vector so it works for multibyte chars.
12915         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
12916         Set cvs-minor-current-files to the selected fileinfo.
12917         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12918         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12920 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
12922         * files.el (insert-directory): Don't call access-file on
12923         directories on DOS and Windows.
12925 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
12927         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12928         longer if necessary.
12929         (ccl-embed-code): Call ccl-embed-data to store CODE in
12930         ccl-program-vector.
12932 2000-08-09  Miles Bader  <miles@gnu.org>
12934         * comint.el (comint-output-filter): Properly handle the case where
12935         the text surrounded by comint-last-output-overlay was deleted.
12937 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
12939         * info.el (Info-insert-dir): Use Info-additional-directory-list if
12940         non-nil.
12941         (Info-file-list-for-emacs): Remove "info" from the list because
12942         that leads to trying to use the documentation from file `info'
12943         in various situations where it isn't appropriate, for instance
12944         C-h C-k C-h i.
12946         * ffap.el (ffap-read-file-or-url-internal): Handle case that
12947         DIR and/or STRING are nil.
12949         * progmodes/compile.el (compilation-setup): Make variable
12950         compilation-error-screen-columns buffer-local, as some comment
12951         in the code suggests it should be.
12953         * files.el (auto-mode-interpreter-regexp): New variable.
12954         (set-auto-mode): Use it.
12956         * indent.el (indent-for-tab-command): Doc fix.
12958         * mouse-sel.el (mouse-sel-mode): Doc fix.
12960         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12961         labels.
12963         * help.el (print-help-return-message): When
12964         display-buffer-reuse-frames is set, let the help window been quit,
12965         instead of deleting it, which might delete a reused frame.
12967 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
12969         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12970         rename a directory to a name that differs only by its letter case.
12972 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
12974         * international/quail.el (quail-define-rules): Handle Quail decode
12975         map correctly.  Add code for supporting annotations.
12976         (quail-install-decode-map): New function.
12977         (quail-defrule-internal): New optional arguments decode-map and
12978         props.
12979         (quail-advice): New function.
12981 2000-08-07  Sam Steingold  <sds@gnu.org>
12983         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12984         `defconst', `define-condition', `with-slots'.
12985         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12987 2000-08-03  Miles Bader  <miles@gnu.org>
12989         * comint.el (comint-use-prompt-regexp-instead-of-fields):
12990         New variable.
12991         (comint-prompt-regexp, comint-get-old-input): Document dependence on
12992         comint-use-prompt-regexp-instead-of-fields.
12993         (comint-send-input): Add `input' field property to stuff we send to
12994         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12995         (comint-output-filter): Add `output' field property to process
12996         output, if comint-use-prompt-regexp-instead-of-fields is nil.
12997         (comint-replace-by-expanded-history)
12998         (comint-get-old-input-default, comint-show-output)
12999         (comint-backward-matching-input, comint-forward-matching-input)
13000         (comint-next-prompt, comint-previous-prompt):  Use field
13001         properties if comint-use-prompt-regexp-instead-of-fields is nil.
13002         (comint-line-beginning-position): New function.
13003         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
13004         (comint-replace-by-expanded-history-before-point): Use
13005         comint-line-beginning-position and line-end-position.
13006         (comint-last-output-overlay): New variable.
13007         (comint-mode): Make `comint-last-output-overlay' buffer-local.
13009         * shell.el (shell-prompt-pattern): Doc change.
13010         (shell-backward-command): Use line-beginning-position.
13012         * gud.el (gud-gdb-complete-command): Use
13013         comint-line-beginning-position.
13015         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13016         comint-bol doesn't actually go to the beginning of the line.
13018         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13019         if comint-use-prompt-regexp-instead-of-fields is non-nil.
13020         (try-expand-line-all-buffers): Likewise.
13022         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13023         explicitly matching comint-prompt-regexp.
13024         (sql-copy-column): Use comint-line-beginning-position instead of
13025         explicitly matching comint-prompt-regexp.
13027         * progmodes/octave-inf.el (inferior-octave-complete): Use
13028         comint-line-beginning-position.
13030         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13032         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13033         looking for a prompt, use `forward-line 0' instead of
13034         `beginning-of-line', to avoid getting caught by an input field.
13036 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
13038         * files.el (shell-quote-wildcard-pattern): Make sure to return
13039         PATTERN, in the Unix case.
13041 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
13043         * play/zone.el (zone): Discard any pending input before running
13044         the randomly-chosen pgm.
13046 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
13048         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13049         checking the existence of any multibyte characters.
13051 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
13053         * help.el (describe-mode): Test minor-mode symbol for being
13054         bound before testing its value for being nil.
13056         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13057         `first', `second', and `third'.
13059         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13060         (second): Make it an alias for `cadr'.
13062 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
13064         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13065         types of display support faces now.
13067 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
13069         * pcvs.el (require): Require `cl' during compilation, only.
13071         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13072         (toplevel): Remove `remq' and `remove' from autoloads.
13073         (cl-fake-autoloads): New variable.  If set, arrange for an error
13074         when CL functions etc. are autoloaded.
13076 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
13078         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13080         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13081         popped up, but the user clicks outside the menu, return an empty
13082         regexp (that causes unhighlight-regexp to have no effect).
13084         * menu-bar.el (menu-bar-games-menu): Add Zone.
13086         * hi-lock.el (toplevel): Require font-lock.
13088 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13090         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13091         (ebnf-8-bit-chars): New var for bug fix.
13092         (ebnf-string): Bug fix.
13094 2000-08-03  Sam Steingold  <sds@gnu.org>
13096         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13097         instead of `buffer-string'.
13098         (require 'cl): Always, not just when compiling.
13099         `ignore-errors' in `interactive', `list*', `defun*' &c make this
13100         necessary.
13102 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
13104         * international/mule-cmds.el (select-safe-coding-system): Make
13105         the message text about selecting a safe coding system more clear.
13107 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
13109         * hi-lock.el: New file.
13111         * play/zone.el: New file.
13113         * replace.el (occur): Set tab-width in the *Occur* buffer to the
13114         value of tab-width in the original buffer.  Choose a line number
13115         format that's a multiple of the original buffer's tab width, so
13116         that lines appear right.
13118         * textmodes/ispell.el (ispell): New function, replacing an alias.
13119         Spell-check active region if in transient-mark-mode and mark
13120         is active; otherwise spell-check buffer.
13122 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13124         * ps-mule.el: Fix a customization problem on
13125         ps-mule-font-info-database-default.
13127 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
13129         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13130         display-mouse-p instead of window-system.
13131         (ebrowse-member-mode-map): Ditto.
13133 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13135         * progmodes/ebnf2ps.el: Update ps-print functions call.
13136         Indentation fix.  Doc fix.
13137         (ebnf-version): New version number (3.2).
13138         (ebnf-format-color, ebnf-begin-job): Code fix.
13140 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
13142         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13143         font lock support on window-system.
13144         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13146         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13147         display-color-p, if fboundp, instead of window-system.
13149 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
13151         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13152         instead of window-system.
13154         * wid-edit.el (widget-choose): Use display-mouse-p instead of
13155         window-system.
13156         (widget-choice-mouse-down-action): Use display-popup-menus-p
13157         instead of window-system.
13159         * strokes.el (strokes-file): Run the file name through
13160         convert-standard-filename.
13161         (strokes-mode): Call display-mouse-p instead of looking at
13162         window-system.  Change the error message accordingly.
13164         * progmodes/cpp.el (toplevel): Support faces on tty's.
13166         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13167         (lm-plot-square, lm-init-display): Don't use window-system.
13169         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13170         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13172         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13173         instead of looking at window-system.
13175 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13177         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13178         of testing if iswitchb-prepost-hooks is bound, because the
13179         latter will always be true when invoking a recursive minibuffer
13180         from an active Iswitchb buffer.
13182 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
13184         * files.el (shell-quote-wildcard-pattern): New function.
13185         (insert-directory): Call it.  Only prepend "\" to command on Unix
13186         and GNU/Linux systems.
13188 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
13190         * eshell/esh-groups.el: Change custom :link file names
13191         from `eshell.info' to `eshell'.
13193 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
13195         * dired.el (dired-build-subdir-alist): Expand subdirectory names
13196         correctly in recursive ange-ftp listings.
13198 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13200         * ps-print.el: Fix bug 1: if ps-font-size-internal,
13201         ps-header-font-size-internal and
13202         ps-header-title-font-size-internal variables are not set,
13203         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
13204         face text property is (foreground-color . COLOR) or
13205         `(background-color . COLOR)', ps-print crashes.  Doc fix.
13206         (ps-print-version): New version number (5.2.4).
13207         (ps-plot-region): Code fix.
13208         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13209         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13210         Bug fix 2.
13212 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
13214         * glasses.el (glasses-make-readable): Fix uncapitalization of
13215         identifiers like `myXMLDocument'.
13217 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
13219         * mail/mail-hist.el (mail-hist-previous-input)
13220         (mail-hist-next-input): Do the obvious code factorization.
13221         (mail-hist-retrieve-and-insert): New func, contains common
13222         code of above two.
13223         If inserting a message body, leave point at top.
13225 2000-07-28  Sam Steingold  <sds@gnu.org>
13227         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13228         Use `<=', not `<' to compare times!
13229         (ange-ftp-ls): Remove.
13231 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
13233         * play/cookie1.el: Add explanation of how to make cookie.el
13234         compatible with strfile(1) to comment.
13236         * subr.el (remove, remq): New functions.
13238         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13239         escape `*' in regexps.
13240         (midnight-find): Reverse order of arguments in the funcall of
13241         TEST.
13243         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13244         and `.class'.
13246         * play/meese.el: Add Commentary section.
13248 2000-07-27  Alex Schroeder  <alex@gnu.org>
13250         * sql.el (sql-ms): Added autoload cookie.
13251         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13252         (sql-oracle): Ditto.
13253         (sql-help): Doc change.
13255         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13256         types and exceptions.
13258 2000-07-27  Alex Schroeder  <alex@gnu.org>
13260         * sql.el (sql-placeholder-history): New variable.
13261         (sql-query-placeholders-and-send): New function that will query
13262         the user and replace placeholders with user input.
13263         (sql-oracle): If running on NT, set comint-input-sender to
13264         sql-query-placeholders-and-send.
13266         (sql-stop): If in the SQLi buffer, insert stop notification, else
13267         present it as a message.
13269 2000-07-27  Alex Schroeder  <alex@gnu.org>
13271         * sql.el (sql-input-ring-separator): Doc change.
13272         (sql-input-ring-file-name): Doc change.
13273         (sql-interactive-mode): Use `sql-input-ring-separator' and
13274         `sql-input-ring-file-name' to set the comint-mode equivalents
13275         without making them local variables.
13276         (sql-stop): Don't bind `sql-input-ring-separator' and
13277         `sql-input-ring-file-name' dynamically to their comint-mode
13278         equivalents.
13280 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13282         * international/mule.el (register-char-codings): New function.
13283         (make-coding-system): Handle `safe-chars' specification in the arg
13284         PROPERTY.
13286         * international/mule-cmds.el
13287         (find-coding-systems-region-subset-p): This function deleted.
13288         (sort-coding-systems-predicate): New variable.
13289         (sort-coding-systems): New function.
13290         (find-coding-systems-region): Use
13291         find-coding-systems-region-internal.
13292         (find-coding-systems-string): Use find-coding-systems-region.
13293         (find-coding-systems-for-charsets): Check
13294         char-coding-system-table.
13295         (select-safe-coding-system-accept-default-p): New variable.
13296         (select-safe-coding-system): Mostly rewritten.  New argument
13297         ACCEPT-DEFAULT-P.
13298         (select-message-coding-system): Call select-safe-coding-system
13299         with ACCEPT-DEFAULT-P arg.
13300         (reset-language-environment): Reset default-sendmail-coding-system
13301         to the default value iso-latin-1.
13302         (set-language-environment): Don't set the obsolete variable
13303         charset-origin-alist.
13305         * international/codepage.el (cp-coding-system-for-codepage-1):
13306         Give `safe-chars' property to make-coding-system.
13308         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13309         calling select-message-coding-system twice.
13311         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13312         instead of `safe-charsets'.
13313         (cyrillic-alternativnyj): Likewise.
13314         (ccl-encode-alternativnyj): Don't check the charset
13315         cyrillic-iso8859-5.
13317 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
13319         * composite.el (compose-chars-after): Preserve match data.
13321 2000-07-26  Sam Steingold  <sds@gnu.org>
13323         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13324         (ange-ftp-real-file-newer-than-file-p): New function.
13325         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13326         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13328         * tooltip.el (tooltip-float-time): Removed (use `float-time').
13329         * midnight.el (midnight-float-time): Ditto.
13331 2000-07-26  Andreas Schwab  <schwab@suse.de>
13333         * files.el (normal-backup-enable-predicate): Correct
13334         interpretation of the return value of compare-strings.
13336 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
13338         * isearch.el (isearch-resume): New function.
13339         (isearch-done): Add something to command-history to resume
13340         the search.
13341         (isearch-yank-line, isearch-yank-word): Use
13342         buffer-substring-no-properties instead of buffer-substring.
13344         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13345         of flyspell-mouse-map.
13347         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13348         duplicate definition.
13349         (makefile-mode): Remove duplicate setting of local-abbrev-table.
13351         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13352         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13354 2000-07-25  Sam Steingold  <sds@gnu.org>
13356         * net/ange-ftp.el: Get modtime over the net.
13357         (ange-ftp-file-modtime): New function.
13358         (ange-ftp-write-region, ange-ftp-insert-file-contents)
13359         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13360         Use it.
13361         (ange-ftp-dot-to-slash): New function.
13362         (ange-ftp-fix-name-for-vms): Use it.
13364         * midnight.el (midnight-buffer-display-time): Use
13365         `with-current-buffer'.
13367 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
13369         * find-dired.el: Update copyright notice.
13370         (find-dired): Offer to kill a running `find'.
13372         * enriched.el (enriched-face-ans): For a `foreground-color'
13373         property, return '(("x-color" COLOR))' so that COLOR will be
13374         output as a parameter of the x-color annotation.  Likewise for the
13375         `background-color' property.  In the case of normal face
13376         properties, don't return annotations for unspecified foreground
13377         and background face attributes.
13379 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
13381         * language/japan-util.el (japanese-katakana-region): Fix handling
13382         HANKAKU argument.
13384 2000-07-25  Miles Bader  <miles@gnu.org>
13386         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13387         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
13388         constrain-to-field.
13390 2000-07-24  Andrew Innes  <andrewi@gnu.org>
13392         * timer.el (timer-activate-when-idle): Add optional parameter
13393         DONT-WAIT.  Update docstring.
13394         (run-with-idle-timer): Specify extra parameter to
13395         timer-activate-when-idle, so that timer will be activated
13396         immediately if Emacs is already idle.
13398         * w32-fns.el (w32-using-nt): Fix docstring.
13400 2000-07-24  Dave Love  <fx@gnu.org>
13402         * mouse.el (popup-menu): Set last-command-event.
13403         (mouse-major-mode-menu-prefix): Declare.
13405 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
13407         * textmodes/flyspell.el: Update to author's version 1.5d.
13409         * progmodes/hideshow.el: Update copyright notice.
13411         * vcursor.el: Set maintainer to FSF, since author cannot
13412         be reached.
13414 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
13416         * info.el (Info-goto-emacs-key-command-node): Leave a space after
13417         the prompt.
13419         * mouse.el (popup-menu): Run the keymap through indirect-function,
13420         in case it was defined with define-prefix-key.  If the menu is a
13421         list of keymaps, look up the binding of user's choice in each one
13422         of the keymaps.
13423         (mouse-popup-menubar): If the global and local menu-bar keymaps
13424         don't have a prompt string, create one and insert it into the
13425         keymap.  Don't barf if current-local-map returns nil.
13427 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
13429         * dired.el (dired-sort-R-check): Added to allow recursive listing
13430         to be undone.
13431         (dired-sort-other): Use it.
13433 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13435         * Release of cc-mode 5.27
13437 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13439         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13440         c-beginning-of-statement-1 that caused a bad case of recursion
13441         which could consume a lot of CPU in large classes in languages
13442         that have in-expression classes (i.e. Java and Pike).
13444         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13445         statements before top level constructs (i.e. case 6 is moved
13446         before case 5 and is now case 4) to catch in-expression
13447         classes in top level expressions correctly.
13449 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13451         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13452         objc-method-intro. Case 4 removed and case 5I added.
13454         * cc-langs.el (c-append-paragraph-start): New variable used by
13455         c-common-init to get paragraph-start correct.
13456         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13457         initialize paragraph-start to make it correct both with and
13458         without the javadoc special case.
13460         * cc-mode.el (java-mode): Use c-append-paragraph-start to
13461         initialize paragraph-start for javadoc markup.
13463         * cc-vars.el (c-style-variables-are-local-p): Incompatible
13464         change by defaulting this to t.  It's motivated by the
13465         confusing behavior that otherwise arise from the style system
13466         when editing both java and non-java files at the same time
13467         (see the comments about style setting in c-common-init).
13469 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13471         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13472         similar to the one in c-fill-paragraph to check the fill
13473         prefix from the adaptive fill function for sanity.
13475 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13477         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13478         defun block.
13480 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13482         * cc-align.el (c-lineup-multi-inher): Handle lines with
13483         leading comma nicely. Extended to handle member initializers
13484         too.
13486         * cc-engine.el: (c-beginning-of-inheritance-list,
13487         c-guess-basic-syntax): Fixed recognition of inheritance lists
13488         when the lines begins with a comma.
13490         * cc-vars.el (c-offsets-alist): Changed default for
13491         member-init-cont to c-lineup-multi-inher since it now handles
13492         member initializers and indents better for leading commas.
13494 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13496         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13497         handling that caused class open lines to be recognized as
13498         statement-conts in some cases.
13500         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13501         guessed by the adaptive fill function unless point is on the
13502         first line of a block comment.
13504         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13505         when the buffer ends with a macro continuation char.
13507         * cc-engine.el (c-guess-basic-syntax): Added support for
13508         function definitions as statements in Pike.  The first
13509         statement in a lambda block is now labeled defun-block-intro
13510         instead of statement-block-intro.
13512         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13513         so that the class surrounding point is selected, not the one
13514         innermost in the state.
13516         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13517         recognition of switch labels having hanging multiline
13518         statements.
13520         * cc-engine.el (c-beginning-of-member-init-list): Broke out
13521         some code in c-guess-basic-syntax to a separate function.
13522         * cc-engine.el (c-just-after-func-arglist-p): Fixed
13523         recognition of member inits with multiple line arglists.
13524         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13525         member-init-cont when the commas are in funny places.
13527 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13529         * cc-defs.el (c-auto-newline): Removed this macro since it's
13530         not used anymore.
13532         * cc-engine.el (c-looking-at-bos): New helper function.
13533         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13534         inexpr and toplevel classes apart in Pike.
13536         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13537         of case 9A.
13539         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13540         constant, since "class" can introduce an in-expression class
13541         in Pike nowadays.
13543 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13545         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13546         indentation on cpp-macro lines.
13548         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13549         a syntax modifier like comment-intro, to make it possible to
13550         get syntactic indentation for preprocessor directives.  It's
13551         incompatible wrt to lineup functions on cpp-macro, but it has
13552         no observable effect in the 99.9% common case where cpp-macro
13553         is set to -1000.
13555 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13557         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13558         member-init-cont when the preceding arglist is several lines.
13560 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13562         * cc-styles.el (c-style-alist): The basic offset for the BSD
13563         style corrected to 8.
13565 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13567         * cc-styles.el (c-style-alist): Adjusted the indentation of
13568         brace list openers in the gnu style.
13570 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13572         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13574         * cc-cmds.el (c-electric-brace, c-electric-slash,
13575         c-electric-star, c-electric-semi&comma, c-electric-colon,
13576         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13577         when c-syntactic-indentation is nil.
13579         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13580         we were left at comments preceding the first statement when
13581         reaching the beginning of the buffer.
13583         * cc-vars.el (c-syntactic-indentation): New variable to turn
13584         off all syntactic indentation.
13586 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13588         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13589         between the text and the block comment ender when it hangs,
13590         depending on how many there are before the fill.
13592 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13594         * cc-engine.el (c-beginning-of-closest-statement): New helper
13595         function to go back to the closest preceding statement start,
13596         which could be inside a conditional statement.
13597         * cc-engine.el (c-guess-basic-syntax): Use
13598         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13600         * cc-engine.el (c-guess-basic-syntax): Better handling of
13601         arglist-intro, arglist-cont-nonempty and arglist-close when
13602         the arglist is nested inside parens.  Cases 7A, 7C and 7F
13603         changed.
13605         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13606         up-to-date with javadoc 1.2.
13608 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13610         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13611         multiline Pike type decls.
13613 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13615         * cc-cmds.el (c-indent-new-comment-line): Always break
13616         multiline comments in multiline mode, regardless of
13617         comment-multi-line.
13619 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13621         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13622         fully::qualified::names in C++ member init lists.  Preamble in
13623         case 5D changed.
13625 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13627         * cc-langs.el (c-common-init): Handling of obsolete variables
13628         moved to c-initialize-cc-mode.  More compatible style override
13629         when using global style variables.
13630         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13631         variables moved here.
13633         * cc-styles.el (c-make-styles-buffer-local): Flag style
13634         variable localness in c-style-variables-are-local-p to make
13635         the compatibility measure in c-common-init work well.
13637         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13638         longer contain set-from-style.
13639         * cc-styles.el (c-initialize-builtin-style): Don't check for
13640         set-from-style on c-special-indent-hook.
13641         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
13642         copy-alist is sufficient now.
13644         * cc-styles.el (c-set-style, c-set-style-1,
13645         c-get-style-variables): Fixes to variable initialization so
13646         that duplicate entries in styles have the same effect
13647         regardless of DONT-OVERRIDE.
13649         * cc-styles.el (c-set-style-2): Fixed bug where the
13650         initialization of inheriting styles failed when the
13651         dont-override flag is set.
13653         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13654         on this.
13656 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13658         * cc-defs.el (c-forward-comment): Removed the workaround
13659         introduced in 5.38 since it had worse side-effects.  If a line
13660         contains the string "//\"", it regarded the // as a comment
13661         start since the \ temporarily doesn't have escape syntax.
13663 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
13665         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13666         ada-xref.el before ada-prj.el, so that the Project menu is created
13667         when ada-prj tries to add to it.
13668         (ada-activate-keys-for-case): Suppress the characters that are not
13669         part of the Ada syntax. Better compatibility with else-mode
13670         (ada-adjust-case-interactive): When auto-casing is not active,
13671         correctly insert newlines (used to insert only ^M).  Prevent the
13672         syntax table from being changed in case of an error
13673         (or '_' becomes part of a word and some commands are confused).
13674         Do nothing if ada-auto-case is nil.
13675         (ada-after-keyword-p): Ignore keywords that are also attributes
13676         (ada-batch-reformat): Update usage comment
13677         (ada-call-from-contextual-menu): New function
13678         (ada-case-read-exceptions): Reinitialize the casing exception list
13679         first to nil first, so that the casing exception file can be
13680         shared.
13681         (ada-check-defun-name): Handles "configure" keyword for gnatdist
13682         files.
13683         (ada-compile-goto-error): Fix regexp used to detect a file:line
13684         anywhere in the error message
13685         (ada-contextual-menu-last-point): New variable
13686         (ada-create-keymap): If the variable delete-key-deletes-forward is
13687         t on XEmacs, it means that DEL should delete one character
13688         forward.
13689         (ada-create-menu): Use :included instead of :visible for XEmacs.
13690         New submenu "Options".
13691         (ada-end-stmt-re): Correctly indent "select ... then abort"
13692         statements.
13693         (ada-fill-comment-paragraph): Correctly delete all leading '--'
13694         even if they don't match ada-fill-comment-prefix Fix handling of
13695         paragraphs on the first or last line of a file.
13696         (ada-format-paramlist): Fix handling of default parameter values.
13697         (ada-get-body-name): New function.
13698         (ada-get-current-indent): Optimized by searchling directly for an
13699         existing generic part or a statement outside of it.  Handle
13700         ada-indent-align-comments when indenting comments Replaced some
13701         regexps by testing directly the next character. This results in a
13702         huge speedup on some files.  New indentation scheme for renames
13703         statements.  Stop looking for the 'while' or 'for' associated with
13704         a 'loop' at the first semicolon encountered.  A "return" can also
13705         match an anonymous access subprogram declaration.
13706         (ada-get-indent-noindent): Ignore strings and comments when
13707         looking for the keywords "record" and "private".
13708         (ada-goto-matching-decl-start): When matching "if", make sure we
13709         are not in fact seeing "end if".  Ignore "when" statements except
13710         when initial keyword was "begin".  Fix handling of nested
13711         procedures.  Add a recursive call to this function to skip over
13712         other 'end' statmts.  Fix indentation for "when .. => begin"
13713         (ada-in-open-paren-p): Fix indentation for complex boolean
13714         expressions, where 'and then', 'or else' and parenthesis
13715         statements are mixed up.
13716         (ada-in-paramlist-p): Skip comments while searching for the
13717         beginning Fix handling of operator declarations.
13718         (ada-indent-align-comments): New variable
13719         (ada-indent-current): Change the syntax table only in the
13720         protected section, so that we are sure it is restored correctly.
13721         (ada-indent-on-previous-lines): Use ada-use-indent and
13722         ada-with-indent Correctly indent "select ... then"
13723         (ada-indent-region): Slight speedup.
13724         (ada-indent-renames): New variable.
13725         (ada-last-which-function-subprog, ada-last-which-function-line):
13726         New variables
13727         (ada-looking-at-semi-private): Correctly indent the 'private'
13728         keyword when it is the first word in a package declaration.
13729         (ada-loose-case-word): Stop searching if at the end of the buffer.
13730         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13731         even if point is not initially at the end of the word.
13732         (ada-matching-decl-start-re): Add "when".
13733         (ada-mode): Add support for abbrev-mode, outline-mode and
13734         which-func-mode Override the old find-file.el entry in
13735         ff-special-constructs since it is using the obsolete
13736         ada-spec-suffix variable
13737         (ada-no-auto-case): New function
13738         (ada-scan-paramlist): When parsing the argument type, accept
13739         spaces (as in "X 'Class", generated by Rational Rose).
13740         (ada-other-file-name): No longer loads the other file.
13741         (ada-popup-menu): Save and restore the current buffer and cursor
13742         position before and after displaying the menu.
13743         (ada-search-ignore-complex-boolean): New function.
13744         (ada-uncomment-region): Emacs21 already knows how to delete
13745         comments not starting in the first column.
13746         (ada-use-indent): New variable
13747         (ada-which-function): New function.
13748         (ada-with-indent): New variable
13749         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13750         can be batch-compiled from the command line.
13752         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13753         Add to the menu when the file is loaded, not in ada-mode-hook.
13754         Add -toolbar to the default ddd command Switches moved from
13755         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13756         ada-prj-default-comp-opt
13757         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13758         Reference Manual to the menu
13759         (ada-check-current): rewritten as a call to ada-compile-current
13760         (ada-compile): Removed.
13761         (ada-compile-application, ada-compile-current, ada-check-current):
13762         Set the compilation-search-path so that compile.el automatically
13763         finds the sources in src_dir.  Automatic scrollong of the
13764         compilation buffer.  C-uC-cC-c asks for confirmation before
13765         compiling
13766         (ada-compile-current): New parameter, prj-field
13767         (ada-complete-identifier): Load the .ali file before doing
13768         processing
13769         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13770         conform to gnatmake's behavior.
13771         (ada-find-file-in-dir): New function
13772         (ada-find-references): Set the environment variables for gnatfind
13773         (ada-find-src-file-in-dir): New function.
13774         (ada-first-non-nil): Removed
13775         (ada-gdb-application): Add support for jdb, the java debugger.
13776         (ada-get-ada-file-name): Load the original-file first if not done
13777         yet.
13778         (ada-get-all-references): Handles the new ali syntax (parent types
13779         are found between <>).
13780         (ada-initialize-runtime-library): New function
13781         (ada-mode-hook): Always load a project file when a file is opened,
13782         so that the casing exceptions are correctly read.
13783         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13784         (ada-parse-prj-file): Use find-file-noselect instead of find-file
13785         to open the project file, since the latter does not work with
13786         speedbar Get default values before loading the prj file, or the
13787         default executable file name is wrong.  Use the absolute value of
13788         src_dir to initialize ada-search-directories and
13789         compilation-search-path,...  Add the standard runtime library to
13790         the search path for find-file.
13791         (ada-prj-default-debugger): Was missing an opening '{'
13792         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13793         variables.
13794         (ada-prj-default-gnatmake-opt): New variable
13795         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13796         buffers, the project file is the default one Save the windows
13797         configuration before displaying the menu.
13798         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13799         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13800         ...)  regexp-quote identifiers names to support operators +,
13801         -,... in regexps.
13802         (ada-remote): New function.
13803         (ada-run-application): Erase the output buffer before starting the
13804         run Support remote execution of the application.  Use
13805         call-process, or the arguments are incorrectly parsed
13806         (ada-set-default-project-file): Reread the content of the active
13807         project file, not the one from the current buffer When a project
13808         file is set as the default project, all directories are
13809         automatically associated with it.
13810         (ada-set-environment): New function
13811         (ada-treat-cmd-string): New special variable ${current}
13812         (ada-treat-cmd-string): Revised.  The substitution is now done for
13813         any ${...} substring
13814         (ada-xref-current): If no body was found, compiles the spec
13815         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13816         compiler to get rid of command line length limitations.
13817         (ada-xref-get-project-field): New function
13818         (ada-xref-project-files): New variable
13819         (ada-xref-runtime-library-specs-path)
13820         (ada-xref-runtime-library-ali-path): New variables
13821         (ada-xref-set-default-prj-values): Default run command now does a
13822         cd to the build directory.  New field: main_unit Provide a default
13823         file name even if the current buffer has no prj file.
13825         * ada-prj.el:
13826         Rewritten to show a tabbed-dialog.
13827         (ada-prj-add-ada-menu): Remove the map and name parameters.
13828         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13829         New function
13830         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13831         (ada-prj-load-from-file): New function
13832         (ada-prj-save): Always save fields that depend on the current buffer
13833         (ada-prj-show-value): New function
13835         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13836         Ada mode. This will allow us to display the Ada menu in any buffer
13837         we want (for project items).
13838         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13839         number of spaces in the header.
13841 2000-07-24  Dave Love  <fx@gnu.org>
13843         * ediff-init.el (ediff-region-help-echo): Bind face-help.
13845 2000-07-23  Noah Friedman  <friedman@splode.com>
13847         * type-break.el (type-break): perform autosave.
13848         Suggested by Stephen Gildea <gildea@intouchsys.com>.
13849         (type-break-do-query): Cancel query schedule while performing
13850         actual query, to avoid possibility of a second query being made
13851         while first one is already in progress.
13852         (type-break-time-stamp-format): New variable.
13853         (type-break-time-stamp): New function.
13854         (type-break-time-warning): Use it.
13855         (type-break-keystroke-warning): Use it.
13856         (type-break-noninteractive-query): Use it.
13858         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13859         cookie.
13860         Use add-minor-mode to set minor-mode-alist, if available.
13861         (eldoc-echo-area-use-multiline-p): New user option.
13862         (eldoc-echo-area-multiline-supported-p): New variable.
13863         (eldoc-docstring-format-sym-doc): Use them.
13864         (eldoc-mode): If not using idle timers, append to local post and
13865         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
13866         (eldoc-display-message-no-interference-p): Don't interfere with
13867         edebug.
13868         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13869         (eldoc-function-arglist): New function.
13870         (eldoc-function-argstring): Use it.
13872         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13873         auto save directory exists before calling directory-files.
13875 2000-07-23  Dave Love  <fx@gnu.org>
13877         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13878         ^o, ^u.
13880 2000-07-21  Dave Love  <fx@gnu.org>
13882         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13883         now passed to the function.  It now works properly.
13885         * smerge-mode.el (smerge-mode-menu): Fill it out.
13887 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
13889         * info-look.el (info-lookup): If *info* is shown in another frame
13890         on the same display, select that frame, instead of switching to
13891         the Info buffer in another window of the selected frame.
13893         * simple.el (universal-argument-map): Bind numeric keypad keys
13894         kp-0 to kp-9 and kp-subtract.
13895         (digit-argument): Handle these keys.
13897 2000-07-20  Dave Love  <fx@gnu.org>
13899         * net/goto-addr.el (goto-address-fontify): Don't bother with
13900         buffer-modified and read-only stuff -- irrelevant with overlays.
13901         Put an extra property on the overlays and use it to clean up in
13902         case goto-address is re-run.
13904 2000-07-19  Richard M. Stallman  <rms@gnu.org>
13906         * timer.el (run-with-idle-timer): Doc fix.
13908         * mail/mail-utils.el (mail-strip-quoted-names):
13909         Handle case where <...> appears inside "...".
13910         Use replace-match to edit the string more simply.
13911         (rmail-dont-reply-to): Cope with an unmatched ".
13913 2000-07-19  Dave Love  <fx@gnu.org>
13915         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13916         implementation.
13918         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13919         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13920         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13922 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
13924         * textmodes/refer.el: Correct maintainer's email address.
13926         * progmodes/hideif.el: Correct author's email address.
13927         Fix typo in comment.
13929         * xml.el: New file.
13931         * mail/mailheader.el: Correct author's mail address.
13933         * gnus/parse-time.el: Correct author's mail address.
13935 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
13937         * comint.el (comint-highlight-input, comint-highlight-face):
13938         New user options.
13939         (comint-input-ring-file-name): Change custom type.
13940         (comint-mode-map): Bind mouse-2.
13941         (comint-insert-clicked-input): New function.
13942         (comint-send-input): Handle input highlighting.
13944 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
13946         * mouse.el (popup-menu): New function.
13947         (mouse-major-mode-menu): Use it.
13949 2000-07-18  Dave Love  <fx@gnu.org>
13951         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13952         improvements.
13954 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13956         * faces.el (face-font-selection-order)
13957         (face-font-family-alternatives): Add custom type.
13959 2000-07-18  Dave Love  <fx@gnu.org>
13961         * cus-edit.el (custom-variable-reset-saved)
13962         (custom-variable-reset-standard): Remove unused bindings.
13964         * rect.el (open-rectangle-line): Remove unused let.
13966         * hl-line.el (hl-line-highlight): Check hl-line-mode.
13968 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13970         * cdl.el: Fix `Maintainer' keyword.
13972         * play/pong.el: Add author's email address.
13974 2000-07-17  Sam Steingold  <sds@gnu.org>
13976         * files.el (insert-directory): Call `split-string' instead of
13977         re-implementing it.
13979 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
13981         * mail/vms-pmail.el: Change maintainer to FSF.
13983         * net/goto-addr.el: Change maintainer to FSF.
13985         * info.el (Info-title-face-alist): Removed.
13987 2000-07-18  David Ponce  <david@dponce.com>
13989         * recentf.el (recentf-open-files): New command that works like
13990         `recentf-open-more-files', but shows the whole list of files (not just
13991         those omitted from the menu). Useful if you don't use a menu-bar!
13992         (recentf-open-more-files) Modified to use `recentf-open-files'.
13994         (recentf-open-files, recentf-open-more-files)
13995         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13997         (recentf-dialog-mode): New mode for dialogs. You can now just type
13998         "q" to cancel the dialogs.
14000 2000-07-18  David Ponce  <david@dponce.com>
14002         * recentf.el: This is a major update of recentf.el. It adds new
14003         features to better organize the recentf menu and "More..." buffer.
14005         Using new provided menu filtering functions you can now organize the
14006         recent files list:
14008         - by major modes
14009         - by directories
14010         - by user defined rules
14012         Finally, with the new `recentf-filter-changer' customizable filter you
14013         can define a ring of filters and dynamically (via the menu) cycle on
14014         each menu organization in the ring (a la msb).
14016 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
14018         * eshell/eshell.el (eshell): Replace links to eshell.info with
14019         links to eshell, to avoid problems on systems where the manual is
14020         installed as `eshell'.
14021         * eshell/esh-cmd.el (eshell-cmd): Ditto.
14022         * eshell/em-smart.el (eshell-smart): Ditto.
14023         * eshell/em-banner.el (eshell-banner): Ditto.
14024         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14026         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14027         same-file check in the MS-DOS version (it does support inodes).
14029         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14031         * eshell/eshell.el (eshell-directory-name):
14032         Run default directory name through convert-standard-filename.
14034 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
14036         * international/mule-cmds.el (select-safe-coding-system):
14037         Fix typo in the comment.
14039         * language/european.el (compound-text):
14040         Force katakana-jisx0201 to be designated to G1.
14042         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14043         Don't translate some national variant characters of latin-jisx0201.
14044         (x-ctext): Force katakana-jisx0201 to be designated to G1.
14046         * international/kkc.el (kkc-after-update-conversion-functions):
14047         New variable.
14048         (kkc-update-conversion): Run functions in it at the tail.
14050 2000-07-16  John Wiegley  <johnw@gnu.org>
14052         * lisp/align.el (align-newline-and-indent):
14053         Adding new function.  for auto-aligning blocks of code on RET.
14054         (align-region): Fixed badly formatted minibuffer message.
14056 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
14058         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14059         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
14060         the conversion list at first if appropriate.
14061         (kkc-next): Don't update kkc-next-count here.
14062         (kkc-prev): Don't update kkc-prev-count here.
14063         (kkc-show-conversion-list-update): Fix setting up of conversion
14064         list message.
14066 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
14068         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14070 2000-07-16  Dave Love  <fx@gnu.org>
14072         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14073         function to be more specific.
14075         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14076         non-string help-echo.
14077         (widget-types-convert-widget): Defsubst it.
14078         (widget-echo-help): Try to cope with a help-echo function of two
14079         possible sorts.
14081 2000-07-15  Jason Rumney  <jasonr@gnu.org>
14083         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14084         Declare as obsolete.
14086         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14088 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
14090         * hilit-chg.el: Fix typo.
14092 2000-07-14  Dave Love  <fx@gnu.org>
14094         * info.el (Info-mode-menu): Fix use of :help, :enable.
14096 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
14098         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14100 2000-07-13  Dave Love  <fx@gnu.org>
14102         * emacs-lisp/easymenu.el: Doc fixes.
14103         (easy-menu-remove): Defalias to ignore.
14105         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14106         Call throw correctly.
14108 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
14110         * faces.el (frame-background-mode): Doc fix.
14112         * simple.el (eval-expression-print-length): Change custom type to
14113         allow entering nil as value.
14115 2000-07-13  Dave Love  <fx@gnu.org>
14117         * progmodes/fortran.el (fortran-imenu-generic-expression):
14118         Change definition layout.
14119         (fortran-mode-menu): Reinstate customize entries.
14121         * cus-edit.el (custom-group-menu-create, customize-menu-create):
14122         Use :filter, per old XEmacs code.
14124 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
14126         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14127         event when deciding what to send to the terminal.
14129 2000-07-12  Dave Love  <fx@gnu.org>
14131         * cus-start.el: Add optional version as 4th element of specs and
14132         use it for several things new in v21.  Remove load-path.  Fix type
14133         of line-number-display-limit.
14135 2000-07-11  Dave Love  <fx@gnu.org>
14137         * progmodes/fortran.el: Don't require easymenu.
14138         Use repeat counts in various regexps.
14139         (fortran-mode-syntax-table): Defvar directly.
14140         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14141         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14142         Use defvar, not defconst.
14143         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
14144         (fortran-mode): Set fortran-comment-line-start-skip,
14145         fortran-comment-line-start-skip, dabbrev-case-fold-search.
14146         (fortran-comment-indent): Use defsubst.
14147         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14148         Use fortran-comment-indent, not fortran-comment-indent-function.
14149         (fortran-comment-region, fortran-electric-line-number): Simplify.
14150         (fortran-auto-fill): New function.
14151         (fortran-do-auto-fill): Deleted.
14152         (fortran-find-comment-start-skip):
14153         Check for non-null comment-start-skip.
14154         (fortran-auto-fill-mode, fortran-fill-statement):
14155         Use fortran-auto-fill.
14156         (fortran-fill): Use fortran-auto-fill.  Check for null
14157         comment-start-skip.  Simplify final clause and use end-of-line finally.
14159         * widget.el (widget-plist-member): New alias.
14161 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
14163         * eshell/esh-module.el (toplevel): Reference
14164         byte-compile-current-file only if it is bound.
14166 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
14168         * dired.el: Don't require `dired-aux'.
14170 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
14172         * dired-aux.el (dired-show-file-type): New function.
14173         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14174         (dired-show-file-type): Add autoload.
14176 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
14178         * international/mule-diag.el (describe-font): Adjusted for the
14179         change of fontset-info.
14180         (print-fontset): Likewise.
14182 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
14184         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14186 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
14188         * bindings.el: Bind `[delete]' to delete-char.
14190         * dired.el (dired-find-alternate-file): New function.
14191         (dired-mode-map): Bind `a' to dired-find-alternate-file.
14192         (toplevel): Require dired-aux when compiling.
14193         (dired-buffers): Move defvar within file to avoid compiler warning.
14195         * info.el (Info-last-search): Variable removed.
14196         (Info-search-history): New variable.
14197         (Info-search): New Info-search-history.
14199         * battery.el, info-look.el: Change author's mail address.
14201 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
14203         * mail/rmail.el (rmail-clear-headers): Don't throw an error
14204         if rmail-ignored-headers is nil.
14205         (rmail-retry-failure): Bind rmail-ignored-headers and
14206         rmail-displayed-headers to nil.
14208 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
14210         * lpr.el (lpr-page-header-switches): Add `-h' switch.
14211         (print-region-1): Don't hard code `-h' here.
14213         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14215 2000-07-01  Francesco Potorti`  <pot@gnu.org>
14217         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14218         exim can use "your message" instead of "the message".
14220 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
14222         * facemenu.el: Docstrings fixes.
14223         (facemenu-get-face): Don't use internal-find-face.
14224         (facemenu-iterate): Rename arg to match the docstring.
14226         * newcomment.el (uncomment-region): Be more careful when skipping
14227         backwards over `=' not to bump into BOBP.
14229 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
14231         * ediff-diff.el (ediff-wordify): Use syntax table.
14232         * ediff-init.el (ediff-has-face-support-p): Use
14233         ediff-color-display-p.
14234         (ediff-color-display-p): Use display-color-p, changed to defun
14235         from defsubst.
14236         Got rid of special cases for NeXT and OS/2.
14237         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14238         face.
14240 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14242         * emacs-lisp/lucid.el: Require CL.
14243         (copy-tree, remprop): Remove, it's provided by CL.
14244         (map-keymap): Define in terms of cl-map-keymap.
14245         (extent-property, set-extent-end-glyph): New functions.
14247         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14249 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14251         * Makefile.in (DONTCOMPILE): Add comment that the name may
14252         not be changed without changing the make-dist script.
14254         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14255         (cl-mapc): Use mapc instead of cl-old-mapc.
14257 2000-07-05  Andrew Innes  <andrewi@gnu.org>
14259         * makefile.nt: Add support for `bootstrap' and related targets.
14261 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
14263         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14264         (easy-menu-do-define): Use `menu-item' format.
14265         Handle case where easy-menu-create-menu returns a symbol.
14266         Manually call the potential top-level filter in the function binding.
14267         (easy-menu-filter-return): New arg NAME.
14268         Convert to a keymap if MENU is an XEmacs menu.
14269         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
14270         (easy-menu-converted-items-table, easy-menu-convert-item):
14271         New var and fun to memoize easy-menu-convert-item-1.
14272         (easy-menu-do-add-item): Use it.
14273         (easy-menu-create-menu): Use easy-menu-convert-item.
14274         Wrap easy-menu-filter-return around any :filter specification.
14275         Don't convert the menu if a filter was specified.
14276         Tell easy-menu-make-symbol not to check for MENU being an expression.
14277         (easy-menu-make-symbol): New arg NOEXP.
14279 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
14281         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14282         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14283         (eval-defun): If called with prefix arg, instrument code for
14284         Edebug.
14286         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14287         similar to that of eval-defun.
14289 2000-07-04  Dave Love  <fx@gnu.org>
14291         * hl-line.el (hl-line-overlay): Make it permanent-local.
14293         * calendar/todo-mode.el: Replaced with a working version, based on
14294         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14296 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
14298         * paths.el (prune-directory-list): New function.
14299         (Info-default-directory-list): Rewritten to more methodically
14300         enumerate a big list of possible info directories (based on the
14301         list used by the standalone info reader).
14303         * info.el (info-initialize): Use prune-directory-list to remove
14304         non-existent directories from Info-directory-list.
14306         * paths.el (Info-default-directory-list): Try a list of possible
14307         info-directories instead of a single one.  Add the possible
14308         info directory "/usr/share/info".
14310         * woman.el (woman-man.conf-path): Explicitly include the debian
14311         man-db config file "/etc/manpath.config".
14312         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14313         are present in `manpath.config'.
14314         (woman-manpath): Include "/usr/share/man".
14316 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
14318         * frame.el (blink-cursor-mode): Don't hide cursor initially.
14320         * startup.el (command-line): Initialize blink-cursor based
14321         on window-system.
14323         * frame.el (blink-cursor): Default to nil if not running under
14324         a window-system.
14326         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14327         (face-x-resources): Remove duplicate entry for :font.
14329         * textmodes/refer.el (refer-find-entry-internal): Use some-window
14330         instead of cycling through windows with next-window.
14332         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14333         of cycling through windows with next-window.
14335         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14336         of cycling through windows with next-window.
14338         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14339         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14340         instead of cycling through windows with next-window.
14342         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14343         instead of cycling through windows with next-window.
14345         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14346         of cycling through windows with next-window.
14348         * terminal.el (te-process-output): Use walk-windows instead of
14349         cycling through windows with next-window.
14351         * server.el (server-switch-buffer): Use some-window instead of
14352         cycling through windows with next-window.
14354         * window.el (some-window): New function.
14355         (walk-windows): Remove reference to walk-windows-start.
14357         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14359 2000-07-03  Richard Stallman  <rms@gnu.org>
14361         * window.el (walk-windows): Guarantee termination by keeping a list
14362         of all the windows already handled.
14364 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14366         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14367         window-system.
14369         * man.el (Man-notify-when-ready): Don't use window-system.  If
14370         Man-notify-method is newframe, and the display is not
14371         multi-frame, select the frame created for the man page.
14372         (Man-init-defvars): Doc fix.
14374 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
14376         * faces.el (region): Change background color for light background.
14378         * ediff-wind.el (ediff-setup-control-frame): Remove :box
14379         attribute from mode-line face of Ediff control frame.
14381         * replace.el (query-replace-map): Bind `e' like `E'.
14383 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
14385         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14386         Change name to "Select All".
14388         * dos-fns.el (convert-standard-filename): Fix last change.
14390 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
14392         * help.el (describe-variable): Don't insert a second `'s' in front
14393         of the string `value is shown below'.  Since the syntax-table is
14394         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14395         an existing `'s', so that this won't be deleted.
14397         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14398         * pcmpl-unix.el: New files.
14400 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
14402         * wid-edit.el (widget-member): Use the new plist-member.
14404 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
14406         * replace.el (perform-replace): Undo change of 2000-04-04.
14407         Instead, move backward 1 character at the end of the loop when
14408         necessary.
14410         * faces.el (fringe): Change face for different backgrounds.
14412         * eshell/esh-module.el (toplevel): Load defgroup's differently;
14413         patch from John.
14415         * eshell/*.el: Change spelling of the Free Software Foundation.
14417         * eshell/esh-toggle.el: Removed.
14419         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14421         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14422         interactively.
14424 2000-06-26  Alex Schroeder  <alex@gnu.org>
14426         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14427         `define-key'; instead of checking `(emacs-version)' check for
14428         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
14429         for `;' and `o' which might be electric.
14431         (sql-electric-stuff): New user option.
14432         (sql-magic-go): New function which uses `sql-electric-stuff'.
14433         (sql-magic-semicolon): New function which uses
14434         `sql-electric-stuff'.
14436         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14437         is not fboundp.
14439         (sql-oracle-options): New variable.
14440         (sql-oracle): Use it.
14442         (sql-imenu-generic-expression): Doc change.
14443         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14444         is used.
14446         (sql-informix): Added command line parameter "-" to force
14447         sql-informix-program to use stdout.
14449 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
14451         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14452         (cp864-decode-table): Doc fix.
14453         (cp720-decode-table): New variable, supports the Arabic OEM
14454         codepage used by Windows.
14455         (cp737-decode-table): New, Greek OEM codepage used by Windows.
14457 2000-06-23  Dave Love  <fx@gnu.org>
14459         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14460         (font-lock-fontify-anchored-keywords): Use
14461         line-beginning-position.
14462         (global-font-lock-mode): Use mapc.
14464 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14466         * eshell/esh-module.el: Require CL when compiling.
14468 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
14470         * comint.el (comint-substitute-in-file-name): Call replace-match
14471         with second and third arg t.
14473         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14474         Specify foreground color.
14476         * faces.el (tool-bar, mode-line, header-line): Specify foreground
14477         color.
14479         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14481         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14482         cddr instead of cdddr.
14484         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14485         instead of copy-list.
14487         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14488         of copy-list.
14490         * subdirs.el: Add eshell subdirectory.
14492         * eshell: New subdirectory containing the Eshell package.
14494         * pcomplete.el: New file.
14496 2000-06-23  Paul Eggert  <eggert@twinsun.com>
14498         * mail/mailpost.el (post-mail-send-it): Make sure file has
14499         proper permissions from birth.
14501         * files.el (basic-save-buffer-2): When temporarily setting
14502         file modes, set them to current modes plus 0200, not to 0777.
14504         * emerge.el (emerge-make-temp-file): Make sure file has proper
14505         permissions from birth.
14507 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
14509         * files.el (make-backup-file-name-1): On DOS/Windows, run the
14510         backup file name through convert-standard-filename.
14512         * dos-fns.el (convert-standard-filename): Convert leading
14513         directories as well.  When long file names are supported, convert
14514         characters that are invalid in Windows file names.
14516 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14518         * ps-print.el: Fix bug: if ^L is the very first buffer character,
14519         ps-print crashes.  New feature: page selection for printing.  Create
14520         raw-text-unix coding system for XEmacs.  Doc fix.
14521         (ps-print-version): New version number (5.2.3).
14522         (ps-plot-region): Bug fix.
14523         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14524         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14525         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14526         funs.
14527         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14528         (ps-last-page): New vars.
14530 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
14532         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14533         empty option string.
14535 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
14537         * man.el (man): Doc fix.
14539 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
14541         * international/mule-cmds.el (set-language-info-alist): Docstring
14542         fixed.
14544 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
14546         * version.el (emacs-version): Use ISO date format.
14548         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14549         instead of `M-backspace'.
14551         * simple.el (turn-off-auto-fill): New function.
14553 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
14555         * jit-lock.el (with-buffer-prepared-for-jit-lock):
14556         Renamed from with-buffer-prepared-for-font-lock and use
14557         inhibit-modification-hooks rather than setting *-change-functions.
14558         Update all functions to use the new name.
14559         (jit-lock-first-unfontify-pos): New semantics (and doc).
14560         (jit-lock-mode): Make non-interactive.
14561         Don't automatically turn on font-lock.
14562         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14563         Always use jit-lock-after-change.
14564         Remove and restore font-lock-after-change-function.
14565         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14566         (jit-lock-after-unfontify-buffer): Remove.
14567         (jit-lock-stealth-fontify):
14568         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14569         (jit-lock-after-change): Set the `fontified' text-prop to nil.
14571 2000-06-20  Sam Steingold  <sds@gnu.org>
14573         * emacs-lisp/cl-indent.el (toplevel): Indent
14574         `print-unreadable-object' properly.  Untabify.
14576 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14578         * textmodes/reftex.el (reftex-find-citation-regexp-format):
14579         Support for bibentry.
14580         (reftex-compile-variables): Fixed problem with end of section-re.
14582         * texmodes/reftex-dcr.el (reftex-view-crossref,
14583         reftex-view-crossref-from-bibtex):
14584         Deal with changed `reftex-find-citation-regexp-format'.
14585         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14586         Replaced `remprop' with `put'.
14587         (reftex-view-crossref, reftex-view-crossref-when-idle):
14588         Support for bibentry.
14590         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14591         New entry for bibentry package.
14593         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14594         Regexp also matches "\nobibliography".
14596         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14597         Call `reftex-ensure-write-access' before doing anything.
14598         (reftex-ensure-write-access): New function.
14600 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
14602         * progmodes/idlwave.el: File re-installed (update to version 4.2)
14604         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14606         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14608         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14611 2000-06-20  Dave Love  <fx@gnu.org>
14613         * faces.el (frame-background-mode): Use set-default, not set, in
14614         setter.
14615         (frame-update-faces, frame-update-face-colors): Define with
14616         defalias.
14618         * enriched.el (enriched-decode-foreground)
14619         (enriched-decode-background): Don't use internal-find-face.
14621         * apropos.el: Doc fixes.
14623         * cus-edit.el (customize-changed-options): Check arg.
14624         (customize-version-lessp): Don't require decimal point.
14626         * custom.el (defcustom, defgroup): Doc fix.
14628         * newcomment.el (comment) <defgroup>: Add :version.
14629         (comment-multi-line): Doc fix.
14631         * emulation/mlsupport.el (define-hooked-local-abbrev,
14632         define-hooked-global-abbrev): Fix, using define-abbrev.
14634 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
14636         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14637         the whole buffer.
14639 2000-06-19  Dave Love  <fx@gnu.org>
14641         * menu-bar.el (menu-bar-options-save): New function.
14642         (menu-bar-options-menu): Use it.
14643         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14644         Simplify.
14646 2000-06-19  Andreas Schwab  <schwab@suse.de>
14648         * progmodes/etags.el (tags-query-replace): Put new parameters
14649         START and END at the end, for backward compatibility.
14651 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14653         * international/codepage.el:
14654         (cp-coding-system-for-codepage-1): Delete special codes for
14655         generating xxx-dos coding system because now a CCL based coding
14656         system can handle EOL conversion by default.
14658         * international/mule.el (make-coding-system): Generate subsidiary
14659         coding systems for EOL handling variants even for a CCL based
14660         coding system.
14662 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
14664         * international/isearch-x.el (isearch-minibuffer-input-method)
14665         (isearch-minibuffer-input-method-function): These variables
14666         deleted.
14667         (isearch-with-input-method): Don't use the above variables.
14668         (isearch-process-search-multibyte-characters): Likewise.  Call
14669         read-string with the arg INHERIT-INPUT-METHOD t.
14671 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
14673         * font-lock.el (font-lock-after-fontify-buffer)
14674         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14676         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14677         Use consistent make-local-variable style for font-lock-fontified.
14678         (jit-lock-fontify-buffer):
14679         Don't bother checking for font-lock-mode and jit-lock-mode.
14681         * time.el: Remove trailing ^M that prevent CVS-merging.
14683 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14685         * Makefile.in (distclean): New target.
14687 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
14689         * Makefile.in (srcdir): Define for update-subdirs.
14691 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
14693         * find-lisp.el: New file.
14695 2000-06-16  Andrew Innes  <andrewi@gnu.org>
14697         * time.el (display-time-mail-function): New variable, to allow
14698         external packages to indicate when new mail is available.
14699         (display-time-update): Use it.
14701 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
14703         * international/mule.el (mule-version): Change version name to
14704         SAKAKI.  AOI has already been used by Meadow.
14706         * international/quail.el (quail-show-guidance-buf): To find the
14707         bottom window (but minibuffer), pay attention to the height of
14708         minibuffer.
14710 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14712         * arc-mode.el (archive-mode-map): Use the new menu-item format for
14713         menu-bar menus.  Add help strings.  Don't remove the Edit menu
14714         from the menu bar, as the menu bar has enough space now.
14716         * Makefile.in (SHELL): Make sure /bin/sh is used.
14718         * woman.el (woman-man-buffer): Fix bold and underlined CJK
14719         characters, which use series of two ^H characters instead of one.
14721 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
14723         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14724         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14725         functions.
14726         (Info-find-node-2): Try a case-sensitive search first, then
14727         do a case-insensitive search.
14729         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14730         tutorials.
14732         * complete.el (PC-env-vars-alist): New variable.
14733         (PC-complete-as-file-name): New function.
14734         (partial-completion-mode): Initialize PC-env-vars-alist from
14735         process-environment.
14736         (PC-do-completion): Handle completion of env vars.
14738         * info.el (Info-set-mode-line): Show file name in mode line,
14739         use `*Info*' instead of `Info:'.
14741         * startup.el (command-line-1): Change copyright messages to year
14742         2000.
14744 2000-06-15  Dave Love  <fx@gnu.org>
14746         * net/goto-addr.el (goto-address-fontify): Use keymap property,
14747         not local-map.
14749 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
14751         * international/mule.el (set-buffer-file-coding-system): Almost
14752         rewritten to handle `undecided' as no-op.
14754 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
14756         * Makefile.in: New file.
14758         * Makefile: Removed.
14760         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14761         (goto-address-highlight-keymap): Bind C-c RET.
14763 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
14765         * mail/sendmail.el (sendmail-send-it): The temporary buffer
14766         inherits buffer-file-coding-system of the current buffer.
14768         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14769         0.  Give correct argument to set-auto-coding-function.
14770         (tar-expunge): For goto-char, use (point-min), not 0.
14771         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14772         (tar-subfile-save-buffer): Likewize.
14774         * international/mule.el
14775         (after-insert-file-set-buffer-file-coding-system): Call
14776         set-buffer-file-coding-system with the arg FORCE t.
14778 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
14780         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14781         nil.  Contemporary sendmails issue an X-Authentication-Warning if
14782         the sender is set with `-f'.
14784 2000-06-13  Dave Love  <fx@gnu.org>
14786         * help.el (describe-function-1): Kluge around cases of functions
14787         fset to subrs whose doc doesn't match their symbol-name.
14789         * image.el (insert-image): Default STRING to a space.
14791         * info.el Doc fixes.
14792         (Info-build-node-completions): Match Ref tags.
14794 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
14796         * frame.el (display-multi-frame-p, display-multi-font-p): New
14797         defaliases for display-graphic-p.
14799         * hl-line.el: Fixed a typo in commentary.
14801 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
14803         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14804         fixed.
14806 2000-06-12  Dave Love  <fx@gnu.org>
14808         * image.el (insert-image): Save a little consing.
14810 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14812         * language/tibet-util.el: Convert all tibetan-1-column characters
14813         to the corresponding tibetan characters.
14814         (tibetan-add-components): Delete code for the special treatment of
14815         'a chung.
14817         * language/tibetan.el (tibetan-composable-pattern): Fix previous
14818         change.
14819         (tibetan-vowel-transcription-alist): More rules added.
14820         (tibetan-composite-vowel-alist): New variable.
14821         (tibetan-precomposition-rule-alist): More rules added.
14823 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
14825         * startup.el (command-line): Only call menu-bar-mode if interactive.
14827         * thingatpt.el (toplevel symbol-properties):
14828         * textmodes/makeinfo.el (makeinfo-compile):
14829         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14830         * progmodes/hideif.el (hif-compress-define-list)
14831         (hide-ifdef-use-define-alist):
14832         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14833         (ange-ftp-vms-add-file-entry):
14834         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14835         * man.el (Man-build-man-command):
14836         * mail/rnewspost.el (news-reply-header-hook):
14837         * info.el (Info-insert-dir):
14838         * emulation/mlconvert.el (backward-word, forward-word, setq):
14839         * emacs-lisp/gulp.el (gulp-send-requests):
14840         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14841         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14842         (byte-optimize-apply, end of file):
14843         * emacs-lisp/advice.el (ad-advice-class-completion-table)
14844         (ad-make-freeze-definition):
14845         * startup.el (command-line, command-line-1): Don't quote lambdas.
14847         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14848         (cvs-cleanup-removed): New function.
14849         (cvs-cleanup-functions): New var.
14850         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14851         some flexibility in specifying additional entries to auto-cleanup.
14852         (cvs-quickdir): New function.
14853         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14854         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14855         (cvs-mode-find-file): Check that we are on a filename or dirname
14856         when invoked through a mouse-click.
14857         (cvs-full-path): Remove.
14858         (cvs-dired-action): Re-introduced.
14859         (cvs-dired-noselect): Use it.
14860         (vc-post-command-functions): use this new hook if available.
14862         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14863         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14864         (cvs-filename-map, cvs-dirname-map): Remove.
14865         (cvs-default-action): Remove.
14866         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14867         if the arg is really a keymap.
14868         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14869         Don't hardcode the mapping from state (aka type) to face, but check
14870         the var cvs-fi-<type>-face instead.
14871         (cvs-fileinfo-from-entries): New function.
14873         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14874         Docstring fix.
14875         (cvs-find-file-and-jump): Change default to be safer.
14876         (cvs-mode-diff-map): Define it as a function as well.
14877         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14878         Bind mouse-2 in this global map rather than with text-properties.
14880         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14881         file to resolve the ambiguity between C(conflict) and C(need-merge).
14883 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
14885         * international/mule.el (set-buffer-file-coding-system): If
14886         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14887         unconditionally.
14889 2000-06-12  Dave Love  <fx@gnu.org>
14891         * wid-edit.el (widget-specify-button): Really suppress the face if
14892         required.
14894 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
14896         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14898 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
14900         * imenu.el (imenu-generic-expression): Docstring fix.
14902         * composite.el (composition-function-table): Move the `put'
14903         below the autoload cookie so we can load the file before loaddefs.
14905         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14907         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14908         Handle easy-mmode-define-global-mode.
14909         For complex macros like define-minor-mode that can generate
14910         several autoload entries, try to autoload entries in the
14911         macroexpanded code.
14913         * emacs-lisp/easy-mmode.el (define-minor-mode):
14914         If KEYMAP is a symbol, just use it.
14915         Use byte-compile-current-file and load-file-name to infer the
14916         proper :require to pass to defcustom.
14917         Wrap the hook var into `progn' so as not to autoload it.
14918         Add a :autoload-end cookie.
14919         Be more careful about the evaluation of KEYMAP.
14920         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14921         (define-derived-mode): Move define-abbrev-table outside of defvar.
14923 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
14925         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14926         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14927         (backup-compiled-files): Ignore errors during `tar'.
14928         (bootstrap): Make autoloads before elc files.
14930 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
14932         * international/mule.el (set-buffer-file-coding-system): If one of
14933         undecided-XXX is specified, change only EOL conversion.
14935         * international/mule-conf.el (unix): New alias for the coding
14936         system undecided-unix.
14938 2000-06-09  Dave Love  <fx@gnu.org>
14940         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14942         * progmodes/executable.el: Byte compile dynamic.
14943         (executable-insert): Change custom type.
14944         (executable-find): Add autoload cookie.
14945         (executable-make-buffer-file-executable-if-script-p): New
14946         function.  After Noah Friedman.
14948         * files.el (after-save-hook): Customize, with
14949         executable-make-buffer-file-executable-if-script-p as an option.
14951 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
14953         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14954         "tib24p-mule.bdf" for Tibetan.
14956         * composite.el (decompose-composite-char): Declare it as obsolete.
14958         * man.el (Man-fontify-manpage): Pay attention to underline and
14959         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14961 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
14963         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14964         Set maintainer to FSF since author isn't reachable.
14966 2000-06-08  Dave Love  <fx@gnu.org>
14968         * international/mule-cmds.el (select-safe-coding-system): If
14969         DEFAULT-CODING-SYSTEM is not specified, also check the most
14970         preferred coding-system if buffer-file-coding-system is
14971         `undecided'.  From Handa.
14973 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
14975         * international/mule.el
14976         (after-insert-file-set-buffer-file-coding-system): If the buffer
14977         size is greater than INSERTED, judget that we are not visiting.
14979 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
14981         * whitespace.el (defgroup whitespace): Comment out `:version'.
14982         XEmacs 20.4 has problems defining the group with this present.
14983         We'll have this commented out till get resolve the problem.
14985 2000-06-07  John Wiegley  <johnw@gnu.org>
14987         * align.el (align-dq-string-modes, align-sq-string-modes)
14988         (align-open-comment-modes): Add pyhton-mode.
14989         (align-rules-list): Use get-text-property instead of
14990         text-properties-at.
14991         (align-rules-list): Add python-assignment.
14992         (align-rules-list): Change perl-comma-delimiter to
14993         basic-comma-delimiter.  Use if for Perl modes and python-mode.
14994         (align-rules-list): Add python-chain-logic and
14995         basic-line-continuation.
14997 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
14999         * apropos.el (apropos-mode-hook): New user variable.
15000         (apropos-mode): Run apropos-mode-hook.
15002 2000-06-07  David Ponce  <david@dponce.com>
15004         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15005         commands.  Require `wid-edit' at run-time.
15007 2000-06-07  David Ponce  <david@dponce.com>
15009         * recentf.el: Added some "Commentary".
15010         (recentf-open-more-files, recentf-edit-list): Minor changes to
15011         move the point at the top of the file list.  This behaviour is
15012         consistent with the menu one when the list contains a lot of
15013         files.
15014         (recentf-cleanup): Now displays the number of items removed from
15015         the list.
15016         (recentf-relative-filter) New menu filter to show filenames
15017         relative to `default-directory'.
15019 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15021         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
15022         with/without giving an error if PostScript printer doesn't have this
15023         kind of page size.  Zebra Stripe continues or restarts on next page.
15024         Manual/automatic paper feeding.  Switch or not the header.
15025         (ps-print-version): New version number (5.2.2).
15026         (ps-windows-system): Include emx as a Windows system.
15027         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15028         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15029         (ps-background-text): Code fix.
15030         (ps-error-handler-message, ps-user-defined-prologue)
15031         (ps-print-prologue-header, ps-printer-name)
15032         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15033         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15034         (ps-use-face-background): Customization fix.
15035         (ps-n-up-database): Data fix.
15036         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15037         (ps-switch-header): New vars.
15038         (ps-xemacs-color-name, ps-face-foreground-name)
15039         (ps-face-background-name, ps-boolean-constant): New funs.
15041 2000-06-07  Dave Love  <fx@gnu.org>
15043         * allout.el: New version from Manheimer.
15045 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
15047         * textmodes/fill.el (fill-find-break-point): Check the validity of
15048         charset.
15050 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15052         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15053         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15054         Call display-color-p and display-mouse-p instead of looking at
15055         window-system.
15057 2000-06-06  Dave Love  <fx@gnu.org>
15059         * image.el (find-image): Doc fix.  Return nil if image not found.
15060         (put-image, insert-image): Make STRING arg optional.
15062 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
15064         * language/vietnamese.el: Remove eval-when-compile.
15065         (viet-viscii-nonascii-translation-table): Define it as a
15066         translation table made from viet-viscii-decode-table.
15067         (viet-viscii-encode-table): Define it as a translation table made
15068         from the reverse map of above.
15069         (viet-vscii-nonascii-translation-table): Define it as a
15070         translation table made from viet-vscii-decode-table.
15071         (viet-vscii-encode-table): Define it as a translation table made
15072         from the reverse map of above.
15073         (ccl-decode-viscii): Use translate-character.
15074         (ccl-encode-viscii, ccl-encode-viscii-font)
15075         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15076         Likewize.
15078         * language/cyrillic.el: Remove eval-when-compile.
15079         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15080         translation table made from cyrillic-koi8-r-decode-table.
15081         (cyrillic-koi8-r-encode-table): Define it as a translation table
15082         made from the reverse map of above.
15083         (ccl-decode-koi8): Use translate-character.
15084         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15085         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15086         a translation table made from cyrillic-alternativnyj-decode-table.
15087         (cyrillic-alternativnyj-encode-table): Define it as a translation
15088         table made from the reverse map of above.
15089         (ccl-decode-alternativnyj): Use translate-character.
15090         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15091         Likewize
15093         * international/mule-diag.el (non-iso-charset-alist): Specify
15094         translation table symbol instead of translation table itself.
15095         (list-block-of-chars): CHARSET may be a translation table symbol.
15097         * international/mule.el (make-coding-system): If CODING-SYSTEM
15098         already exists, override it.
15100         * international/fontset.el: Use family `proportional' for Tibetan
15101         fonts.
15103         * international/ccl.el (ccl-compile-translate-character): Don't
15104         check if Rrr has property translation-table.
15105         (ccl-compile-map-multiple): Modified to avoid compiler warning.
15107 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
15109         * info.el: Bind case-fold-search to t when searching in case
15110         a user sets it to nil in a hook.
15112 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
15114         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15115         * hl-line.el (hl-line-mode): Use the new :global key argument.
15117         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15118         (tar-clip-time-string): Prepend a space.
15119         (tar-grind-file-mode): Construct a string rather than modifying one.
15120         (tar-header-block-summarize): Fix docstring.
15121         Use `format' rather than an error-prone set of copy-loops.
15123         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15124         (diff-goto-source, diff-unified->context, diff-context->unified)
15125         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15126         understand the format output by the `-p' argument to diff.
15128         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15129         (sh-re-done): Use defconst.
15130         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15131         (sh-help-string-for-variable, sh-guess-basic-offset):
15132         Don't quote lambdas.
15133         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15134         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15136         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15137         (mh-letter-mode): Derive from text-mode.
15138         This implicitly means that it now calls kill-all-local-variables.
15139         Also remove the Emacs-18 compatibility code.
15141         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15142         Make use of symbol-property doc-string-elt.
15143         Use memq rather than a sequence of eq.
15144         (doc-string-elt): Fix the wrong or missing previously unused values.
15145         (autoload-print-form): New function extracted from
15146         generate-file-autoloads to allow recursion when handling progn
15147         so that defvar's and defun's docstrings are properly printed.
15148         (generate-file-autoloads): Use it.
15150         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15151         Use find-file-hooks in the minor-mode function.
15152         Be careful not to loop indefinitely in the post-command-hook function.
15154 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
15156         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15157         tty's.
15158         * ediff-diff.el (ediff-exec-process): Use --binary for fine
15159         differences whenever appropriate.
15160         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15161         * viper.el (find-file, find-file-other-window): Get viper to do
15162         wildcards.
15164 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
15166         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15167         (jit-lock-fontify-buffer): New function for JIT refontification.
15168         (jit-lock-mode): Fix docstring.
15169         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15170         Remove jit-lock-after-change from the _local_ hook.
15171         (jit-lock-function-1): Fix docstring.
15173         * info.el (Info-on-current-buffer): Initialize info.
15175         * newcomment.el (comment-indent): Ignore comment-indent-hook.
15177         * progmodes/tcl.el (tcl-indent-for-comment):
15178         Ignore comment-indent-hook.
15180         * emacs-lisp/easy-mmode.el: Require CL during compilation.
15181         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15182         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15183         and improve to use the lighter to guess the capitalization.
15184         (define-minor-mode): Inline code from easy-mmode-define-toggle.
15185         Add keyword arguments to specify global-ness or the custom group.
15186         Add local-map and help-echo properties to the lighter.
15187         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15188         (easy-mmode-define-global-mode): New macro.
15190 2000-06-02  Dave Love  <fx@gnu.org>
15192         * wid-edit.el: byte-compile-dynamic since we typically don't use
15193         all the widgets.  Don't require cl or widget.  Remove
15194         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
15195         (widget-read-event): Removed.  Callers changed to use read-event.
15196         (widget-button-release-event-p): Renamed from
15197         button-release-event-p.
15198         (widget-field-add-space, widget-field-use-before-change):
15199         Uncustomize.
15200         (widget-specify-field): Use keymap property, not local-map.
15201         (widget-specify-button): Obey :suppress-face.
15202         (widget-specify-insert): Use modern backquote syntax.
15203         (widget-image-directory): Renamed from widget-glyph-directory.
15204         (widget-image-enable): Renamed from widget-glyph-enable.
15205         (widget-image-find): Replaces widget-glyph-find.
15206         (widget-button-pressed-face): Move defvar.
15207         (widget-image-insert): Replaces widget-glyph-insert.
15208         (widget-convert): Use keywordp.
15209         (widget-leave-text, widget-children-value-delete): Use mapc.
15210         (widget-keymap): Remove XEmacs stuff.
15211         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15212         (widget-button-click): Don't set point at the click, but re-centre
15213         if we scroll out of window.  Rewritten for images v. glyphs &c.
15214         (widget-tabable-at): Use POS arg, not point.
15215         (widget-beginning-of-line, widget-end-of-line)
15216         (widget-item-value-create, widget-sublist, widget-princ-to-string)
15217         (widget-sexp-prompt-value, widget-echo-help): Simplify.
15218         (widget-default-create): Use widget-image-insert; some rewriting.
15219         (widget-visibility-value-create)
15220         (widget-push-button-value-create, widget-toggle-value-create): Use
15221         widget-image-insert.
15222         (checkbox): Create on and off images dynamically.
15223         (documentation-link): Change :help-echo.
15224         (widget-documentation-link-echo-help): Remove.
15226 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
15228         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15230         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15231         (easy-mmode-define-toggle, define-minor-mode): Use it.
15232         (easy-mmode-define-keymap): Docstring fix.
15233         (define-derived-mode): Default PARENT to fundamental-mode.
15234         Add the derived-mode-parent symbol-property.
15235         (easy-mmode-derived-mode-p): New function.
15237 2000-06-02  Dave Love  <fx@gnu.org>
15239         * files.el (convert-standard-filename): Doc fix.
15240         (normal-backup-enable-predicate): New function.
15241         (backup-enable-predicate): Use it to replace the lambda form.
15243         * calendar/todo-mode.el: [This needs more work on the outline
15244         stuff.]  Doc fixes.
15245         (todo) <defgroup>: Add :version.
15246         (todo-add-category): Don't use pushnew.
15247         (todo-cmd-raise): Fix typo.
15248         (todo-top-priorities): Change temp buffer name.
15249         (todo-category-alist): Avoid redundant lambda.
15250         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15251         Use outline-next-heading.
15253         * autoarg.el: Rewritten to use define-minor-mode.
15254         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15255         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15257 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
15259         * isearch.el (isearch-other-meta-char): Fix previous change.
15261 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15263         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15264         (log-edit-done): Only add the comment to the ring if it's different
15265         from the last comment entered.
15267         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15269 2000-06-01  Dave Love  <fx@gnu.org>
15271         * hl-line.el: Rewritten using define-minor-mode.
15273         * help.el (describe-function-1): Distinguish special form from
15274         builtin function.  Sanity-check presence of arglist for builtins.
15276 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
15278         * international/characters.el: Fix syntax/category setting of
15279         Tibetan characters.
15281         * language/tibet-util.el (tibetan-add-components): Fixes for new
15282         encoding of Tibetan characters.
15283         (tibetan-decompose-precomposition-alist): New variable.
15284         (tibetan-decompose-region): Convert precomposed characters to
15285         non-precomposed characters.
15286         (tibetan-decompose-string): Likewise.
15287         (tibetan-composition-function): Fix args to
15288         thibetan-compose-string.
15290         * language/tibetan.el (tibetan-composable-pattern): More
15291         characters included.
15292         (tibetan-consonant-transcription-alist): Rule for "R" added.
15293         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15294         "+R" added.
15295         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15297         * language/lao-util.el (lao-composition-function): Fix args to
15298         compose-string.
15300         * language/thai-util.el (thai-composition-function): Fix args to
15301         compose-string.
15303         * isearch.el (isearch-update): Set disable-point-adjustment to t
15304         to prevent the point moving to the end of a composition when a
15305         part of a composition is searched.
15306         (isearch-other-meta-char): If the key invoking this command can be
15307         mapped by function-key-map to a printing char, call
15308         isearch-process-search-char directly.
15310 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
15312         * emacs-lisp/bytecomp.el:
15313         * frame.el:
15314         * international/mule-cmds.el:
15315         * international/mule-util.el:
15316         * international/mule.el:
15317         * mouse.el:
15318         * subr.el:
15319         * faces.el: Update calls to make-obsolete with a WHEN argument.
15321         * byte-run.el (make-obsolete, make-obsolete-variable):
15322         Add an optional WHEN argument and change the format of the
15323         symbol-property information.
15324         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15325         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15326         new obsolete-symbol-property format and print WHEN if it is provided.
15328 2000-05-31  Dave Love  <fx@gnu.org>
15330         * loadhist.el (loadhist-hook-functions): Remove
15331         before-change-function, after-change-function.
15332         (unload-feature): Deal with symbols which are both bound and
15333         fbound.
15335         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15336         before-change-function, after-change-function.
15338         * simple.el (newline): Don't bind before-change-function,
15339         after-change-function.
15341 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
15343         * whitespace.el (whitespace-rescan-timer-time): Update interval
15344         set to 600 seconds (10 minutes) instead of 60 seconds since
15345         a large number of whitespace buffers causes emacs to `freeze'
15346         for a considerable amount of time.
15348         * whitespace.el: Updated email address
15350 2000-05-31  Dave Love  <fx@gnu.org>
15352         * add-log.el (change-log-font-lock-keywords) <function>: Add
15353         pattern for function of change.
15354         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15355         acknowledgements patterns.
15357 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
15359         * isearch.el (isearch-printing-char): If keyboard coding system is
15360         being used, call isearch-process-search-multibyte-characters.
15362         * international/isearch-x.el: Mostly rewritten.
15364         * international/quail.el (quail-start-conversion): Don't include
15365         unhandled events in the returned events, but set them in
15366         unread-command-events.  Exit if all inputs are deleted.
15368 2000-05-30  Jason Rumney  <jasonr@gnu.org>
15370         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15372         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15373         Reenable code to create initial fontsets.
15374         Use set-fontset-font in place of put-charset-property.
15376 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
15378         * progmodes/perl-mode.el (perl-indent-line): When looking for a
15379         label, ensure that the first colon isn't followed by another.
15381         * paths.el (Info-default-directory-list): Doc fix.
15383         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15384         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15385         send a query containing USER only, not USER@HOST.
15387         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15388         and rmail-msgend to compute the restriction at the end, instead of
15389         computing it.
15391 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15393         * dabbrev.el (dabbrev-expand): Don't display messages in the
15394         echo area if the minibuffer window is active.
15396         * jit-lock.el (jit-lock-mode): Add after change function to
15397         local hook.
15399 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
15401         * antlr-mode.el: New commands: hide/unhide actions,
15402         upcase/downcase literals.
15403         (antlr-tiny-action-length): New user option.
15404         (antlr-hide-actions): New command.  Suggested by
15405         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15406         (antlr-mode-map): New binding [C-c C-v].
15407         (antlr-mode-menu): New entries.
15408         (antlr-downcase-literals): New command.
15409         (antlr-upcase-literals): Ditto.
15411         * antlr-mode.el: Minor changes: indendation, mode-name.
15412         (antlr-indent-line): Indent cpp directive at column 0.
15413         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15415         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15416         (antlr-font-lock-additional-keywords): Workaround for intentional
15417         bug in XEmacs version of font-lock.
15418         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
15419         be used by a smarter version of `buffers-menu-grouping-function'.
15421 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
15423         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15424         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15426 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
15428         * international/encoded-kb.el
15429         (encoded-kbd-iso2022-designation-map): Pay attention to that
15430         charset-iso-final-char return -1 for eight-bit-control and
15431         eight-bit-graphic.
15433 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15435         * speedbar.el (speedbar-use-images, speedbar-update-flag)
15436         (speedbar-easymenu-definition-base): Use display-graphic-p where
15437         available, instead of window-system.
15439 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
15441         * international/codepage.el (cp-coding-system-for-codepage-1): Add
15442         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15443         coding systems.
15445 2000-05-26  Dave Love  <fx@gnu.org>
15447         * disp-table.el (standard-display-underline): Don't use
15448         internal-find-face.
15450         * mail/reporter.el: Maintainer change.  Doc fixes.
15451         (reporter-version): Deleted.
15453         * emacs-lisp/elp.el: Maintainer change.
15454         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15456 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
15458         * add-log.el (add-change-log-entry): Merge the current entry with the
15459         previous one if the previous one is empty.
15461 2000-05-26  Dave Love  <fx@gnu.org>
15463         * loadhist.el (unload-feature): Fix interactive spec [from
15464         lijnzaad@ebi.ac.uk].
15466         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15467         subr-arity to check primitives.
15468         (byte-compile-flush-pending, byte-compile-file-form-progn)
15469         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15470         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15471         mapcar.
15473 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
15475         * international/fontset.el: Set family names of non-latin charsets
15476         in default fontset to "*".
15478         * international/mule-diag.el (print-fontset): Combine family part
15479         and registry part of the fontname by "-*-" instead of "-".
15481         * international/mule-cmds.el (encode-coding-char): Make strings
15482         multibyte before calling encode-coding-string.
15484 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
15486         * derived.el: Fix keywords.
15487         (define-derived-mode): Only define if needed.
15489         * simple.el (fill-comment, comment-column, comment-start)
15490         (comment-start-skip, comment-end, comment-indent-function)
15491         (block-comment-start, block-comment-end, indent-for-comment)
15492         (set-comment-column, kill-comment, comment-padding, comment-region)
15493         (comment-multi-line, indent-new-comment-line): Remove.
15495         * bindings.el (esc-map): Change ; to comment-dwim and use the new
15496         function names for comment operations.
15498         * newcomment.el: Add abundant autoload cookies.
15499         (comment-style): Don't depend on runtime data at compile-time.
15500         (comment-indent-hook): Remove.
15501         (comment-indent): Check if comment-indent-hook is bound.
15502         (comment-region): Docstring fix.
15504 2000-05-25  Dave Love  <fx@gnu.org>
15506         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15507         byte-code-function-p.
15509         * mail/rmailsum.el: Add provide.
15511         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15513         * smerge-mode.el (smerge-diff-switches): Don't use list* in
15514         defcustom.
15516 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
15518         * ediff-diff.el (ediff-exec-process): delete --binary option from
15519         non-buffer ediff jobs.
15521 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15523         * hilit-chg.el (highlight-changes-mode): Ask about color or
15524         grayscale support, not about window-system.
15526         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15527         window-system.
15528         (ffap-highlight): Always default to t.
15530         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15531         display-popup-menus-p instead of looking at window-system.
15533         * disp-table.el (standard-display-g1, standard-display-graphic):
15534         Only refuse to use string glyphs on X and MS-Windows.
15536         * avoid.el: Remove window-system from commentary, suggest to use
15537         display-*-p instead.
15539         * apropos.el (apropos-print): Use display-mouse-p instead of
15540         window-system.
15542 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15544         * international/codepage.el (cp-decoding-vector-for-codepage):
15545         Fill up unsupported characters with their own codes.  From Kenichi
15546         Handa.
15548 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15550         * international/mule-diag.el (describe-char-after): Use
15551         display-graphic-p instead of window-system, so that this function
15552         works on MS-DOS.
15554 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
15556         * international/codepage.el (cp-make-coding-systems-for-codepage):
15557         Remove the eight-bit-graphic and eight-bit-control charsets from
15558         the list of charsets which we convert into `?'.
15560 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
15562         * international/mule-conf.el: Specify CHARSET-ID explicitely for
15563         private charsets.
15564         (mule-unicode-0100-24ff, japanese-jisx0213-1,
15565         japanese-jisx0213-2): New charsets.
15567         * international/fontset.el: Setup default fontset for new charsets.
15569 2000-05-24  Dave Love  <fx@gnu.org>
15571         * info.el (Info-find-node-2): Restructure [following "Vadim
15572         S. Solomin" <sovs@uic.nnov.ru>].
15574         * icomplete.el: Fix header for Finder.
15576 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
15578         * rmailout.el (rmail-output-to-rmail-file): Added optional param
15579         STAY.
15581         * rmail.el (rmail-automatic-folder-directives): New user variable.
15582         (rmail-show-message): Add call to `rmail-auto-file' during
15583         display.
15584         (rmail-auto-file): New function.
15586 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15588         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15589         account.
15590         (ediff-test-utility,ediff-diff-mandatory-option)
15591         (ediff-reset-diff-options): Utilities for proper initialization of
15592         ediff-diff-options and ediff-diff3-options on Windows.
15594         * ediff-init.el (ediff-merge-filename-prefix): New customizable
15595         variable.
15597         * ediff-mult.el (ediff-filegroup-action): Use
15598         ediff-merge-filename-prefix.
15600 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
15602         * viper-ex.el (ex-write): Set selective display to nil.
15604 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15606         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15607         aliases for hebrew-iso-8bit.
15609 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
15611         * woman.el: New version from Francis J. Wright
15612         <F.J.Wright@Maths.QMW.ac.uk>.
15613         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15614         names in environment variables regardless of the path separator.
15615         (woman-topic-all-completions-1): Don't call file-name-directory-p
15616         on all files, since woman-file-regexp already filters out any
15617         directories.
15619 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15621         * international/quail.el (quail-start-translation): Don't change
15622         modified-p of the current buffer.
15623         (quail-start-conversion): Likewise.
15625         * international/kkc.el (kkc-region): Don't change modified-p of
15626         the current buffer.
15628         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15629         conform to RFC1468.
15630         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15632 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
15634         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15635         (speedbar-insert-button): Invisible text property fix.
15636         (speedbar-directory-plus): Renamed from speedbar-directory-+
15637         (speedbar-directory-minus): Renamed from speedbar-directory--
15638         (speedbar-page-plus): Renamed from speedbar-file-+
15639         (speedbar-page-minus): Renamed from speedbar-file--
15640         (speedbar-page): Renamed from speedbar-file-
15641         (speedbar-tag): Renamed from speedbar-tag-
15642         (speedbar-tag-plus): Renamed from speedbar-tag-+
15643         (speedbar-tag-minus): Renamed from speedbar-tag--
15644         (speedbar-expand-image-button-alist): Use above renames.
15646         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15647         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15648         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15649         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15650         * sb-pg.xpm: Renamed from sb-file.xpm
15651         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15652         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15654 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
15656         * international/quail.el (quail-show-guidance-buf): Set
15657         current-input-method of the guidance buffer to the name of the
15658         curren input method.
15660 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
15662         * progmodes/compile.el (compile-internal): Style typo.
15664         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15665         quote vars and functions in the docstring.
15667         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15669         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15670         Don't quote lambdas.
15672         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15674 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15676         * startup.el (command-line): Determine source file of compiled
15677         user init file differently.  Warn if compiled user init file
15678         is older than its source file.
15680         * ffap.el (ffap-url-regexp): Add `https'.
15682 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
15684         * files.el (make-backup-file-name-1): Replace slashes with `!'
15685         rather than `|' (which is not allowed on Windows).  Replace the
15686         drive letters with a string "drive_X".
15688 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
15690         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15692         * files.el (interpreter-mode-alist): Add `bash2'.
15694 2000-05-22  Dave Love  <fx@gnu.org>
15696         * loadhist.el (feature-symbols, file-provides, file-requires): Use
15697         mapc.
15698         (feature-file): Avoid calling symbol-name.  Doc fix.
15699         (file-set-intersect, file-dependents): Use dolist, not mapcar.
15700         (loadhist-hook-functions): Add mouse-position-function.
15701         (unload-feature): Change uses of mapcar.
15703         * files.el (parse-colon-path): Doc fix.
15704         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15705         (set-auto-mode): Use mapc.
15707         * complete.el (PC-look-for-include-file): Use :alnum: character
15708         class.
15709         (partial-completion-mode): Add autoload cookie.
15711 2000-05-22  Sam Steingold  <sds@gnu.org>
15713         * info.el (Info-fontify-node): Fixed the call to
15714         `add-text-properties' (bug introduced on 2000-05-18).
15716 2000-05-22  Dave Love  <fx@gnu.org>
15718         * bindings.el: Remove debug-ignored-errors set in other files.
15720         * progmodes/etags.el: Add to debug-ignored-errors.
15721         (visit-tags-table-buffer): Clear out buffers holding old tables
15722         when making a new list.
15723         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15724         mapc.
15726         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
15727         quote keywords.
15728         (cmpl-string-case-type): Use character classes.
15730         * comint.el:
15731         * textmodes/ispell.el:
15732         * imenu.el:
15733         * mail/mh-e.el:
15734         * progmodes/compile.el: Add to debug-ignored-errors.
15736         * dabbrev.el: Add to debug-ignored-errors.
15737         (dabbrev-completion): Use mapc.
15739 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
15741         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15742         (woman-mapcan, woman-parse-man.conf)
15743         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15744         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15745         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
15746         path syntax better.
15747         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15748         (woman-manpath): Call woman-parse-man.conf.
15749         (woman-emulation): New defcustom, defaults to nroff.
15750         (woman-font-support): New defconst.
15751         (woman-use-symbol-font): New defcustom.
15752         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15753         "Emulation".
15754         Many functions: Doc fix.
15756 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
15758         * international/quail.el (quail-simple-translation-keymap): Map
15759         128..255 to quail-self-insert-command.
15760         (quail-keyboard-layout-alist): Add definition for "pc102-de".
15762 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
15764         * help.el (help-manyarg-func-alist): Typo.
15766         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15767         intervals which makes it heaps simpler.
15769         * newcomment.el (comment-region-internal): Go back to BEG after quoting
15770         the nested comment markers.
15772         * subr.el (remove-hook): Don't turn the hook's value into a list.
15774 2000-05-21  Dave Love  <fx@gnu.org>
15776         * edmacro.el (edmacro-parse-keys): Return vector if any elements
15777         are invalid characters.
15779         * international/mule-util.el (detect-coding-with-priority): Use
15780         mapc.  Remove redundant lambda.
15782         * international/mule-diag.el (list-non-iso-charset-chars)
15783         (describe-fontset): Remove redundant lambda.
15785         * emulation/crisp.el (brief-mode): New alias.
15787         * emacs-lisp/ring.el (ring-elements): New function.
15789         * emacs-lisp/easymenu.el (easy-menu-create-menu)
15790         (easy-menu-do-add-item): Use keywordp.
15792         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15794         * replace.el: Doc and error message fixes.
15795         (replace-highlight): Use facep, not internal-find-face.
15797 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
15799         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15801         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15802         (log-edit-insert-changelog): Drop `:' as well.
15804         * log-view.el: Fix file description.
15805         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15806         available.
15807         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15808         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15810         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15811         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15812         Print a status message if the toggle is called interactively.
15813         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15814         for global minor modes and use `defcustom' for them.
15815         Use add-minor-mode.
15816         (easy-mmode-define-derived-mode): Remove.
15817         (define-derived-mode): Fancier default docstring.
15818         (easy-mmode-define-navigation): Signal an error rather than (ding).
15820         * newcomment.el (comment-styles): New `box-multi'.
15821         (comment-normalize-vars): Better default for comment-continue to
15822         avoid whitespace-only continuations.
15823         (comment-search-forward): Always move even in the no-syntax case.
15824         (comment-padright): Only obey N if it's only obeyed for padleft.
15825         (comment-make-extra-lines): Better handling of empty continuations.
15826         Use `=' for the filler if comment-start has only one character.
15827         (uncomment-region): Try handling the special `=' filler.
15828         (comment-region): Allow LINES even if MULTI is nil.
15829         (comment-box): Choose box style based on comment-style.
15831 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
15833         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15834         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15836 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
15838         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15839         and insert, not subst-char-in-region.
15841         * international/mule-diag.el (list-character-sets-1): Handle
15842         charsets eight-bit-control and eight-bit-graphic.
15843         (list-iso-charset-chars): Likewise.
15844         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15845         charactes as is.  Use indent-to to align characters.
15847         * international/mule-cmds.el (find-multibyte-characters): Never
15848         exclude charsets eight-bit-control and eight-bit-graphic.
15850 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15852         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15853         Don't quote lambdas.
15855         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15857 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15859         * gud.el (gud-jdb-directories): Doc fix.
15861 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
15863         * newcomment.el: New file.
15865 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
15867         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15869 2000-05-18  Andreas Schwab  <schwab@suse.de>
15871         * dired.el (dired-between-files): Also skip lines beginning with
15872         `used'.
15874 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
15876         * msb.el (msb-menu-cond): Add choice `user'.
15878 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
15880         * ps-print.el: Compatibility, customization and doc fix.
15881         (ps-printer-name-option): Replace defconst by defvar.
15882         (ps-postscript-code-directory): XEmacs compatibility.
15883         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15884         fix.
15885         (ps-user-defined-prologue, ps-print-prologue-header)
15886         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15887         compatibility and code fix.
15888         (ps-print-background-image, ps-print-background-text):
15889         Customization fix.
15890         (ps-line-number-start, ps-n-up-on): New vars.
15892 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
15894         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15895         the indent-comment function to just return the appropriate indent.
15897 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
15899         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15900         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15901         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15903 2000-05-18  Dave Love  <fx@gnu.org>
15905         * info.el (Info-fontify-node): Add intangible property as well as
15906         invisible.
15908         * calendar/appt.el (appt-make-list): Match all lines of entry.
15909         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15911 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
15913         * international/mule-diag.el (describe-char-after): Call
15914         internal-char-font, not char-font.  If internal-char-font returns
15915         nil, display "-- none --".
15917 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15919         * image.el (image-type-available-p): Don't reference image-types
15920         if it isn't bound.
15922 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
15924         * autoarg.el (autoarg-mode): Typo in the :set argument.
15926 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15928         * startup.el (command-line-1): Don't signal an error if the
15929         directory for auto-save-list files does not yet exist.
15931 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
15933         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15935 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
15937         * subr.el (remove-hook): `setq' hook-value, not `set'.
15939 2000-05-16  Sam Steingold  <sds@gnu.org>
15941         * info.el (debug-ignored-errors): More errors to ignore.
15943 2000-05-16  Dave Love  <fx@gnu.org>
15945         * cus-edit.el: Don't require cl or easymenu.
15946         (custom-variable-prompt): Test standard-value property, not
15947         user-variable-p.
15949 2000-05-16  Sam Steingold  <sds@gnu.org>
15951         * subr.el (add-hook): `setq' hook-value, not `set'.
15953 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
15955         * startup.el (command-line-1): Mention the FAQ in the startup
15956         message.
15958         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15960         * progmodes/compile.el (compilation-parse-errors): Collect
15961         `nomessage' regexps last.
15963         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15965         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15966         to the function name.
15968 2000-05-15  Dave Love  <fx@gnu.org>
15970         * speedbar.el (speedbar-recenter): Typo.
15971         (speedbar-expand-line): Make arg optional.
15972         (speedbar-mode): Avoid a compiler warning.
15974 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15976         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15977         user-specified option string is empty.
15979         * mouse.el (mouse-yank-at-click): Doc fix.
15981 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
15983         * term/internal.el (IT-character-translations): More updates of
15984         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15985         documents.
15987 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
15989         * env.el (getenv): New function, interactively callable.
15990         (setenv, getenv): Remove autoload cookies.
15992         * loadup.el: Load `env'.
15994         * progmodes/f90.el: Change author's mail address.
15996 2000-05-14  Dave Love  <fx@gnu.org>
15998         * mail/rmail.el (rmail-show-message-hook): Customize and offer
15999         goto-addr as an option.
16001         * help.el (help-xref-stack): Doc fix.
16002         (help-xref-following): New variable.
16003         (help-make-xrefs): Use it.
16004         (help-xref-go-back): Use position information from stack element.
16005         (help-follow): Make position in stack element a pair.  Use
16006         help-xref-following.
16008         * autoarg.el: New file.
16010         * faces.el: Declare more functions obsolete.
16012         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16013         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16014         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16015         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16016         Remove all the setup-...-environment functions.
16018 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
16020         * speedbar.el: Updated the commentary section.  xemacs20p now uses
16021         >= when detecting.  Require `defimage' safely.
16022         (speedbar-easymenu-definition-base): Add toggle for images.
16023         (speedbar-easymenu-definition-special): Add flush cache & expand.
16024         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
16025         (speedbar-reconfigure-keymaps-hook): New variable.
16026         (speedbar-frame-parameters): Updated documentation.
16027         (speedbar-use-imenu-flag): Updated custom tag
16028         (speedbar-dynamic-tags-function-list): New variable.
16029         (speedbar-tag-hierarchy-method): Updated doc & custom.
16030         (speedbar-indentation-width, speedbar-indentation-width) New
16031         variables.
16032         (speedbar-hide-button-brackets-flag): Customizable.
16033         (speedbar-vc-indicator): Doc update.
16034         (speedbar-ignored-path-expressions): Updated default value.
16035         (speedbar-supported-extension-expressions): Updated default value.
16036         (speedbar-syntax-table): Remove {} paren status.
16037         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16038         as "+".  Added overlay aliases.
16039         (speedbar-mode): Use `speedbar-mode-line-update' instead of
16040         `force-mode-line-update'.
16041         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16042         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16043         `mouse-set-point'
16044         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16045         (speedbar-item-info-tag-helper): Revamped to handle a wider range
16046         of arbitrary text, and new helper functions.
16047         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16048         filename finder.
16049         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16050         (speedbar-directory-buttons): Update path search/expansion.
16051         (speedbar-make-tag-line): Pay attention to
16052         `speedbar-indentation-width'.  Use more care w/ invisible
16053         properties.
16054         (speedbar-change-expand-button-char): Call
16055         `speedbar-insert-image-button-maybe'.
16056         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16057         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16058         (speedbar-trim-words-tag-hierarchy)
16059         (speedbar-simple-group-tag-hierarchy): New functions
16060         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16061         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16062         functions.
16063         (speedbar-mouse-set-point): New function
16064         (speedbar-power-click): Updated documentation.
16065         (speedbar-line-token, speedbar-goto-this-file): Handle more types
16066         of tag prefix text.
16067         (speedbar-expand-line, speedbar-contract-line): Make more robust
16068         to strange text.
16069         (speedbar-expand-line): Takes universal argument to flush the
16070         cache.
16071         (speedbar-flush-expand-line): New function.
16072         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16073         Use new generator insertion method.
16074         (speedbar-fetch-dynamic-tags): New function.
16075         (speedbar-fetch-dynamic-imenu): Removed code now handled in
16076         `speedbar-fetch-dynamic-imenu'.
16077         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16078         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16079         "Revert Buffer" menu items.
16080         (speedbar-buffer-buttons-engine): Be smarter when creating a
16081         filename tag (for expansion purposes.).
16082         (speedbar-highlight-one-tag-line,
16083         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16084         (speedbar-recenter): New functions.
16085         (defimage-speedbar): Image loading abstraction.
16086         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16087         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16088         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16089         (speedbar-tag-type, speedbar-tag-mail): New images.
16090         (speedbar-expand-image-button-alist): New variable.
16091         (speedbar-insert-image-button-maybe): Insert an image over some
16092         buttons.
16094 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
16096         * international/mule-cmds.el (encode-coding-char): An ASCII
16097         character is always encodable.
16099         * international/mule-conf.el: Add more information in descriptions
16100         of character sets.
16102         * international/mule-diag.el (describe-char-after): New function.
16103         (describe-font-internal): Adjusted for the change of font-info.
16104         (describe-font): Likewise.
16105         (print-fontset): Rewritten for the new fontset implementation.
16106         (describe-fontset): Include fontset alias names in completion.
16107         (list-fontsets): Adjusted for the change of print-fontset.
16109         * simple.el (what-cursor-position): If DETAIL is non-nil, call
16110         describe-char-after instead of displaying the detail in the echo
16111         area.
16112         (syntax-code-table): Format changed.
16113         (string-to-syntax): Adjusted for the above change.
16115 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
16117         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16119 2000-05-12  Dave Love  <fx@gnu.org>
16121         * calendar/todo-mode.el: Remove some compatibility stuff and CL
16122         dependence.  Use line-{beginning,end}-position, not
16123         point-at{b,e}ol.  Some doc fixes.
16124         (todo-position): New function.  Fix callers of position to use it.
16125         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16127 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
16129         * time.el (display-time-mail-icon): Use `:ascent center'.
16131         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16132         handling FTP security extensions.
16134 2000-05-11  Dave Love  <fx@gnu.org>
16136         * calendar/todo-mode.el: New file.
16138 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
16140         * comint.el (comint-read-input-ring): Move reference to
16141         comint-input-ring-size outside of the save-excursion.  It was
16142         causing the default value to be the only one ever seen.
16144         * font-lock.el: Update copyright.  Remove Simon Marshall's email
16145         address on request from him.
16147         * subr.el (substitute-key-definition): Add comment describing
16148         the meaning of PREFIX.
16150 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
16152         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16154         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16155         (add-minor-mode): Don't make the variable buffer-local and add a
16156         reference to define-minor-mode in the docstring.
16158         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16159         HEADER/FOOTER and fix bug with trailing empty directory.
16160         (cvs-append-to-ignore): Use vc-editable-p if available.
16161         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16162         (vc-do-command): Tweak advice to handle the new VC.
16164         * log-view.el (log-view-goto-rev): New function for the new VC.
16165         (log-view-minor-wrap): Use mark-active.
16167         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16168         (log-edit-changelog-full-paragraphs): New var.
16169         (log-edit-insert-changelog): Remove a lonely leading `* file'.
16170         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16171         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16172         (log-edit-changelog-ours-p, log-edit-changelog-entries)
16173         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16174         Replace the `cvs' prefix with `log-edit'.
16176         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16178         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16179         (diff-font-lock-defaults): Explicitly turn off multiline.
16180         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16181         (diff-ediff-patch): Fix call to ediff-patch-file.
16182         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16183         Handle comments.
16185         * frame.el (automatic-hscrolling): Typo.
16187         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16189 2000-05-09  Sam Steingold  <sds@goems.com>
16191         * apropos.el (apropos-print): use `describe-face' instead of
16192         `customize-face-other-window'.
16194 2000-05-09  Dave Love  <fx@gnu.org>
16196         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16198         * help.el (describe-variable): Have customize button pop the
16199         help-xref stack when invoked.
16200         (help-xref-symbol-regexp): Add `face'.
16201         (help-make-xrefs): Check for quoted face names and adapt regexp
16202         submatch numbers to cope.
16203         (help-xref-interned): Maybe insert face doc too.  Separate
16204         sections with a line of hyphens.
16206         * faces.el:  Some doc fixes.  Declare some functions obsolete.
16207         (describe-face): Add customize button.  Return the help
16208         text.  Fix prompt.
16210 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
16212         * term/internal.el (IT-character-translations): Fix last change.
16214 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16216         * woman.el: New file
16217         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16219 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
16221         * term/internal.el (IT-character-translations): Update ASCII
16222         simulations for greek-iso8859-7, add latin-iso8859-14 and
16223         latin-iso8859-15.
16225         * international/mule-cmds.el (set-language-info-alist): Call
16226         define-prefix-command with 3 arguments, to make the map suitable
16227         for a menu.
16229 2000-05-07  Dave Love  <fx@gnu.org>
16231         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16233 2000-05-05  Dave Love  <fx@gnu.org>
16235         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16236         list in doc string.  Don't quote keyword symbols.
16237         * emacs-lisp/cl.el: Likewise
16238         * emacs-lisp/cl-seq.el: Likewise
16240 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
16242         * abbrev.el (abbrev-mode): Make ARG optional.
16244 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
16246         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16248         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16250         * subr.el (substitute-key-definition): Clarify documentation.
16252 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
16254         * glasses.el (glasses-convert-to-unreadable): Use
16255         `glasses-separator' instead of the hard-wired "_".
16256         (glasses-mode): Call `glasses-make-unreadable' only in a single
16257         place.
16259 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
16261         * term/internal.el (cjk-codepages-alist): Add associations for
16262         Chinese and Korean codepages.  Remove FIXME comment.
16264 2000-05-03  Dave Love  <fx@gnu.org>
16266         * time.el (display-time-mail-face, display-time-use-mail-icon):
16267         New option.
16268         (display-time-mail-icon): New variable.
16269         (display-time-string-forms): Use the above.  Fix the local-map.
16271 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
16273         * replace.el (query-replace-map): Add binding for `E'.
16274         (query-replace-help): Extend help text.
16275         (perform-replace): Allow editing the replacement string.
16277         * make-mode.el (makefile-mode-abbrev-table): New variable.
16278         (makefile-mode): Set local abbrev table to
16279         makefile-mode-abbrev-table.
16280         (makefile-font-lock-keywords): Fontify includes and conditionals.
16282         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16283         set TOGGLE's value.
16285         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16286         mail-interactive-insert-alias.
16287         (mail-abbrev-complete-alias): New command.
16288         (mail-mode-map): Bind it to `M-TAB'.
16290 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
16292         * language/lao-util.el (lao-compose-region): New function.
16294 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
16296         * files.el (recover-session): Make directories as necessary
16297         if they don't exist yet.
16299         * calendar/cal-french.el
16300         (french-calendar-multibyte-special-days-array)
16301         (french-calendar-special-days-array): Change French text.
16302         (calendar-french-date-string): Change output.
16303         (calendar-goto-french-date): Likewise.
16305 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
16307         * wid-edit.el (widget-default-active): Obey `:always-active'.
16308         (widget-documentation-string-value-create): Set `:always-active'.
16310 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16312         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16313         default prefix to `~/_emacs.d/auto-save.list/_s'.
16314         (normal-top-level): Create the directory for auto-save files, if
16315         it doesn't already exist (in the ms-dos case only).
16317 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
16319         * international/mule-cmds.el (set-language-environment): Don't
16320         concat an integer (dos-codepage), use format instead.
16322 2000-05-02  Dave Love  <fx@gnu.org>
16324         * help.el (help-xref-on-pp): Check for constant symbols.
16326 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
16328         * startup.el (normal-top-level): Put a condition-case around
16329         the code loading subdirs.el.
16331 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16333         * ps-print.el: Upside-down and face background color printing,
16334         line number step, doc fix.
16335         (ps-print-version): New version number (5.2).
16336         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16337         (ps-face-attribute-list, ps-plot-with-face): Code fix.
16338         (ps-spool-config): Var fix.
16339         (ps-printer-name-option): Const fix.
16340         (ps-print-upside-down, ps-use-face-background)
16341         (ps-line-number-step): New vars.
16342         (ps-window-system, ps-lp-system): New consts.
16343         (ps-face-background): New fun.
16345 2000-04-28  Richard Stallman  <rms@gnu.org>
16347         * files.el (make-auto-save-file-name):
16348         Apply auto-save-file-name-transforms to visited file name
16349         before generating auto save file name.
16350         (auto-save-file-name-transforms): New variable.
16352         * files.el (backup-enable-predicate):
16353         Correctly test for a file under a temporary directory.
16355 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
16357         * subr.el (add-minor-mode): Rewritten.
16359 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
16361         * mail/sendmail.el (sendmail-send-it): Set
16362         buffer-file-coding-system to the selected coding system for MIME
16363         header.
16365 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
16367         * dired.el (dired-move-to-filename-regexp): Allow format where
16368         YYYY is followed by two spaces.
16370         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16371         in the second character class of the regexp.
16373         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16374         mh-etc, too.
16376         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16377         nil.
16379         * subr.el (add-minor-mode): Use `set' instead of `setq'.
16381         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16382         argument.
16384 2000-04-27  Sen Nagata <sen@eccosys.com>
16386         * emacs-lisp/crm.el (crm-completion-table): New variable.
16387         (crm-collection-fn, crm-test-completion)
16388         (completing-read-multiple): Use it.
16390 2000-04-27  Dave Love  <fx@gnu.org>
16392         * help.el (locate-library): Use mapc.
16393         (help-manyarg-func-alist): Add call-process-region.
16395 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
16397         * subr.el (add-minor-mode): Make argument MAP optional.
16399         * desktop.el (desktop-save): Save list of minor modes.
16400         (desktop-create-buffer): Restore minor modes.
16401         (desktop-minor-mode-table): New user-option.
16403         * subr.el (add-minor-mode): New function.
16405         * image.el (find-image): New function.
16406         (defimage): Rewritten to find image at load time.
16408         * startup.el (normal-top-level-add-to-load-path): Handle
16409         case that the default directory is not in load-path.
16411         * help.el: Old patch from Stefan Monnier.
16412         (help-xref-on-pp): New function.
16413         (describe-variable): Use it to display xrefs in a symbol's value.
16415 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
16417         * cus-edit.el (custom-face): Fix parenthesis.
16419 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
16421         * mail/rmail.el (rmail-expunge): When there are no deleted
16422         messages, do nothing.
16424 2000-04-26  Dave Love  <fx@gnu.org>
16426         * international/mule-cmds.el (locale-translation-file-name):
16427         Defvar to nil.
16428         (set-locale-environment): Set it here (at runtime).
16430 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
16432         * replace.el (perform-replace): Add parameters START and END.  Use
16433         them instead of the check for a region in Transient Mark mode.
16434         (query-replace-read-args): Return two more list elements for the
16435         start and end of the region in Transient Mark mode.
16436         (query-replace, query-replace-regexp, query-replace-regexp-eval)
16437         (map-query-replace-regexp, replace-string, replace-regexp): Add
16438         optional last arguments START and END and pass them to
16439         perform-replace.
16441         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16442         form with additional arguments for perform-replace.
16444         * progmodes/etags.el (tags-query-replace): Add parameters START
16445         and END.  Construct a form with additional arguments for
16446         perform-replace.
16448         * simple.el (shell-command): Set default directory for "*Shell
16449         Command Output" buffer.
16451         * language/european.el (iso-latin-4): Fix typo.
16453         * emacs-lisp/crm.el: New file.
16455 2000-04-24  Dave Love  <fx@gnu.org>
16457         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16458         (Custom-reset-saved, Custom-reset-standard)
16459         (custom-group-value-create, custom-group-set, custom-group-save)
16460         (custom-group-reset-current, custom-group-reset-saved)
16461         (custom-group-reset-standard): Use mapc.
16462         (custom-buffer-create-internal): Disable undo when creating items.
16463         Use mapc.
16464         (custom-face): Avoid redundant lambda.
16466 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16468         * startup.el (auto-save-list-file-prefix): Set default to
16469         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16471 2000-04-24  Sam Steingold  <sds@gnu.org>
16473         * time-stamp.el (time-stamp-string-preprocess): Always convert
16474         `field-result' to a string.
16476 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
16478         * frame.el (scrolling): New group.
16479         (automatic-hscrolling): New user-option.
16481         * startup.el (command-line-x-option-alist): Add `-lsp' and
16482         `--line-spacing'.
16484 2000-04-19  Dave Love  <fx@gnu.org>
16486         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16487         (cl-mapc): Rename from mapc.  Fix the funcall.
16489 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
16491         * simple.el (clone-indirect-buffer-other-window): New command.
16492         (clone-indirect-buffer): Add optional arg NORECROD.
16493         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16495         * help.el (resize-temp-buffer-window): Use count-screen-lines.
16497         * window.el (count-screen-lines): New function.
16498         (shrink-window-if-larger-than-buffer): Use count-screen-lines
16499         instead of window-buffer-height.
16501         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16502         non-existing variable comint-input-sentinel.
16503         (inferior-lisp-args-to-list): Removed.
16504         (inferior-lisp): Use split-string instead of
16505         inferior-lisp-args-to-list.
16507         * hexl.el (hexl-insert-hex-string): New command.
16509         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16510         instead of concat.
16512 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
16514         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16515         at the start of an existing but empty folder.
16517 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16519         * ps-mule.el: Customization fix, doc fix.
16520         (ps-multibyte-buffer): Customization fix.
16522 2000-04-17  Richard M. Stallman  <rms@gnu.org>
16524         * subr.el (read-passwd): Use read-char-exclusive.
16526 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
16528         * textmodes/texinfo.el (texinfo-insert-@email)
16529         (texinfo-insert-@emph, texinfo-insert-@quotation)
16530         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16531         (texinfo-mode-map): Add key bindings for them.
16533         * files.el (basic-save-buffer-2): Use a template with `$'
16534         instead of `#' for VMS.
16536         * simple.el (clone-indirect-buffer): New function.
16538 2000-04-16  Stephen Eglen  <stephen@gnu.org>
16540         * iswitchb.el (iswitchb-case): New function.  If the user input
16541         contains any upper-case characters, the search is made
16542         case-sensitive.
16544 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
16546         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16547         comment-end.
16548         (texinfo-font-lock-syntactic-keywords): New var.
16549         (texinfo-font-lock-keywords): Remove comment regexp.
16550         (texinfo-insert-block): New function.
16551         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16552         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
16553         and font-lock-defaults.  Use regexp-opt for outline-regexp.
16554         (texinfo-environments): New var.
16555         (texinfo-environment-regexp): Use regexp-opt and
16556         texinfo-environments.
16558         * textmodes/ispell.el (ispell-menu-map-needed): Check that
16559         ispell-process is bound since this might be eval'd before ispell
16560         is loaded.
16561         (ispell-message): Use a tiny bit less magic and a bit more hard
16562         data to figure out what kind of sc-cite-regexp to use.
16564         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16566         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16567         (insert-cyclic-diary-entry): Unquote the lambda.
16569         * gud.el (gud-jdb-build-source-files-list): Fix typo.
16571         * files.el (backup-enable-predicate): Unquote the lambda.
16573         * cus-edit.el (custom-face, face): Unquote the lambda.
16575 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16577         * ps-print.el: Check for line-beginning-position definition.
16579         * ps-print.el: Fix counting lines in a region.
16580         (ps-print-version): New version number (5.1.5).
16581         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16582         (ps-printing-region): Fun code fix.
16584 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
16586         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16587         to file-directory-p.
16589 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
16591         * gud.el (gud-jdb-build-source-files-list): Check that directory
16592         exists before calling directory-files.
16594 2000-04-13  Dave Love  <fx@gnu.org>
16596         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
16597         syntax.
16599         * emacs-lisp/cl-specs.el: Remove when, unless.
16601         * emacs-lisp/cl-extra.el: Don't quote keywords.
16602         (cl-old-mapc): New variable.
16603         (mapc): Use it.
16604         (cl-map-intervals): Use with-current-buffer.  Don't check for
16605         next-property-change.
16606         (cl-map-overlays): Use with-current-buffer.
16607         (cl-expt): Remove.
16608         (copy-tree, remprop): Define unconditionally.
16610         * emacs-lisp/cl-compat.el (keywordp): Remove.
16612         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
16613         to use keywordp.
16614         (edebug-spec): Enable keywordp.
16616         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16617         string-lessp.
16619         * cus-start.el: Use keywordp.
16621 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
16623         * diary-lib.el (include-other-diary-files): Fix the fix of
16624         2000-02-18 by doing a save-excursion.
16626 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16628         * ps-print.el: Customization fix, doc fix.
16629         (ps-print-version): New version number (5.1.4).
16630         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16631         (ps-print-preprint): Adjust code.
16632         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16633         (ps-print-prologue-header, ps-print-control-characters)
16634         (ps-spool-config): Customization fix.
16636 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
16638         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16639         converted to the new menu-item format, names silightly changed,
16640         help strings added.
16642         Support for spelling without async subprocesses:
16644         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16645         (ispell-session-buffer): New variables.
16646         (ispell-start-process, ispell-process-status,
16647         ispell-accept-output, ispell-send-string): New functions, for
16648         Ispell invocation when async subprocesses aren't supported.
16649         (ispell-word, ispell-pdict-save, ispell-command-loop,
16650         ispell-process-line, ispell-buffer-local-parsing): Replace calls
16651         to process-send-string with calls to ispell-send-string, and
16652         accept-process-output with ispell-accept-output.
16653         (ispell-init-process): Call ispell-process-status instead of
16654         process-status with.
16655         (ispell-init-process): Call ispell-start-process.  Call
16656         ispell-accept-output and ispell-send-string.  Don't call
16657         process-kill-without-query and kill-process if they are unbound.
16658         (ispell-async-processp): New function.
16660 2000-04-12  Dave Love  <fx@gnu.org>
16662         * info.el: Add debug-ignored-errors.
16663         (Info-mode-menu): Add some items.
16664         (Info-directory): Add autoload cookie.
16666         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16667         Modify `truncate-lines'.  Make `describe-language-environment'
16668         always visible and add help.  Modify `describe-key' help.  Invoke
16669         Info-directory from `info'.  New entry `emacs-manual'.
16671 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16673         * progmodes/ebrowse.el (ebrowse-tree-mode):
16674         Use propertized-buffer-identification.
16675         (ebrowse-update-member-buffer-mode-line): Likewise.
16676         (ebrowse--mode-strings): Removed.
16677         (ebrowse--mode-line-props): Removed.
16679         * files.el (auto-mode-alist): Add `EBROWSE'.
16681         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16682         space before testing for end of buffer.
16683         (ebrowse-load): Removed.
16684         (ebrowse-revert-tree-buffer-from-file): Rewritten.
16685         (ebrowse-create-tree-buffer): Rewritten.
16686         (ebrowse-tree-mode): Read tree from buffer.
16688         * progmodes/ebrowse-ffh.el: Removed.
16690 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
16692         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16694 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
16696         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16697         at the wrong place.
16699 2000-04-09  Dave Love  <fx@gnu.org>
16701         * files.el (backup-enable-predicate):
16702         Use temporary-file-directory, small-temporary-file-directory.
16703         (make-backup-file-name-function, backup-directory-alist): New vars.
16704         (make-backup-file-name-1): New function.
16705         (make-backup-file-name): Use it.
16706         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
16707         (file-newest-backup): Use make-backup-file-name.
16709 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
16711         * progmodes/ebrowse-ffh.el: New file.
16713         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16714         Moved to ebrowse-ffh.el.
16715         (ebrowse-load): Add autoload.
16717         * finder.el (finder-commentary): Add autoload cookie.
16719         * mail/rfc2368.el: Correct author's email address.
16721         * progmodes/ebrowse.el: New file.
16723         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16724         item help string.
16725         (easy-menu-do-add-item): Ditto.
16726         (easy-menu-define): Extend doc string.
16728         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16729         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16730         (jit-lock-function, jit-lock-stealth-fontify): Don't use
16731         with-buffer-unmodified.
16733 2000-04-08  Dave Love  <fx@gnu.org>
16735         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16736         unless, when.
16738 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
16740         * viper-util.el (viper-put-on-search-overlay): New subroutine.
16741         (viper-flash-search-pattern): No operation when using Emacs
16742         doesn't support face.
16743         Use `viper-put-on-search-overlay'.
16745 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
16747         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16748         like C-r.
16750         * progmodes/make-mode.el: Some doc fixes.
16751         (makefile-mode-abbrev-table): New variable.
16752         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16753         (makefile-font-lock-keywords): Fontify includes and conditionals.
16754         (toplevel): Require `dabbrev' and `add-log' when compiling.
16756         * replace.el (perform-replace): Don't move forward one char
16757         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
16758         to do that because it leaves point 1 position after the last
16759         replacement, after everything has been replaced.
16761         * jit-lock.el (with-buffer-unmodified): New macro.
16762         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16763         modified state.
16764         (jit-lock-function-1): Extracted from jit-lock-function; not
16765         preserving buffer's modified state.
16766         (jit-lock-function, jit-lock-stealth-fontify):
16767         Call jit-lock-function-1.
16769         * mail/rfc2368.el: Remove supernumerary copyright line.
16771 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
16773         * glasses.el: Provide facilities for inserting space before left
16774         parentheses and uncapitalization of identifiers.
16775         (glasses-mode): Try to remove old overlays in all cases.
16777 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
16779         * progmodes/compile.el (compile-internal): Display the compilation
16780         buffer in a different frame, if it's already displayed there.
16782         * mail/rfc2368.el: New file.
16784         * simple.el (sendmail-user-agent-compose): Recognize a `body'
16785         header and insert its value as mail body.
16787         * subr.el (member-ignore-case): New function.
16789         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16790         (dabbrev--find-expansion): Ignore buffers matching a regexp
16791         from dabbrev-ignored-regexps.
16793         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16794         to extensions handled by gzip.
16796 2000-04-03  Richard M. Stallman  <rms@gnu.org>
16798         * files.el (insert-directory): List the total free space
16799         along with the used space.
16801         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16802         line is followed by one that matches CITATION-REGEXP, end the
16803         paragraph.
16805 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
16807         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16808         (rmail-make-basic-summary-line): Use that option.
16810 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
16812         * international/mule-cmds.el (encoded-string-description):
16813         Rewritten.   Try pretty description for ISO 2022 escape sequences
16814         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
16815         for hexadecimal format.
16817 2000-04-01  Dave Love  <fx@gnu.org>
16819         * cpp.el: Change customization group to `c' from `C'.
16821         * vcursor.el (vcursor-move): Use display-color-p.
16823         * international/mule-util.el: Provide mule-utils.
16824         (string-to-sequence): Simplify and speed up.
16826         * international/mule.el (make-coding-system): Purecopy doc-string.
16828         * international/mule-cmds.el: Various menu changes.
16829         (describe-specified-language-support): Handle `Default'.
16830         (set-language-info): Purecopy `info'.
16832 2000-03-31  Andrew Innes  <andrewi@gnu.org>
16834         * vc.el (vc-backend-diff): Return the correct status if we had to
16835         retry the rcsdiff command without the --brief option.
16837 2000-03-31  Dave Love  <fx@gnu.org>
16839         * help.el (help-manyarg-func-alist): Correct several omissions.
16841         * add-log.el: Don't require cl, fortran.
16842         (add-log-current-defun-function): Doc fix.
16843         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
16844         (change-log-version-rcs): Function deleted.
16845         (change-log-version-number-search): Doc fix.
16846         Use vc-workfile-version. Avoid CL dolist.
16847         (add-change-log-entry): Just call add-log-current-defun to get
16848         defun.  Simplify somewhat.
16849         (change-log-get-method-definition-1): Likewise.
16850         (add-log-current-defun): Return nil if calling
16851         add-log-current-defun-function does so.  Move Fortran stuff to
16852         fortran.el.  Return string without properties.
16854         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16855         and :alpha: char classes.
16857         * mail/supercite.el: Defvar curline when compiling.
16858         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16859         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16860         rather than a-zA-Z0-9 to allow non-ASCII characters.
16862 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
16864         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16866         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16867         Re-enable new code.
16869         * lpr.el (print-region-1): Use -d to specify printer name for
16870         systems `usg-unix-v*, `dgux', `hpux', `irix'.
16872 2000-03-31  Dave Love  <fx@gnu.org>
16874         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16875         Look for function definition in symbol's function value slot first
16876         instead of first consulting byte-compile-function-environment.
16878 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
16880         * language/european.el ("Polish"): New language environment.
16881         (setup-polish-environment): New function.
16883 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
16885         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16886         Disable new code.
16888         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16889         trying to `load' the symbol of an autoload instead of the file
16890         recorded in the autoload.  Fix error messages.
16892 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
16894         * ps-print.el: PostScript programming fix for ghostview, doc fix.
16895         (ps-print-version): New version number (5.1.3).
16896         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16897         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16898         (ps-generate-postscript-with-faces): Code fix.
16899         (ps-color-values): XEmacs compatibility.
16900         (ps-print-background-image, ps-print-background-text, ps-printer-name)
16901         (ps-default-fg, ps-default-bg): Adjust customization.
16902         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16903         (ps-color-scale): Renaming old ps-color-value fun.
16904         (ps-print-headers): Replace ps-print-header group to avoid conflict
16905         with ps-print-header variable.
16906         (ps-print-miscellany): New group.
16907         (ps-format-color, ps-rgb-color): New funs.
16908         (ps-default-foreground): New var.
16909         (ps-printer-name-option): New const.
16911 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
16913         * net/net-utils.el:
16914         (network-connection-host, network-connection-service): New variables
16915         (network-connection-mode): New mode, derived from comint-mode
16916         (network-connection-mode-setup): New function, saves host and
16917         service information in local variables.
16919         * lisp/locate.el:
16920         (locate-word-at-point): Added this function
16921         (locate): Default to using locate-word-at-point as input
16922         Run dired-mode-hook
16924 2000-03-29  Dave Love  <fx@gnu.org>
16926         * calendar/appt.el: Doc fixes.
16927         (appt-check): Convert min-to-app to a string before passing to
16928         appt-disp-window-function or concat.
16929         (appt-delete-window): Remove test for frame-root-window.
16930         (appt-select-lowest-window, appt-convert-time): Simplify.
16932         * emacs-lisp/bytecomp.el: Doc fixes.
16933         (byte-compile-file-form-autoload):
16934         Update byte-compile-function-environment.
16936 2000-03-29  Andreas Schwab  <schwab@suse.de>
16938         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16940         * dired.el (dired-insert-directory): If dired-free-space-program
16941         failed just delete its output.
16943 2000-03-29  Dave Love  <fx@gnu.org>
16945         * international/iso-cvt.el: Move provide to end.  Doc fixes.
16946         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16947         (iso-iso2sgml, iso-sgml2iso): New functions.
16948         (iso-cvt-define-menu): Fix some entries and use backquote for
16949         clarity.
16951         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16953 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
16955         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16956         ISO-DATE.  If non-nil, return date in ISO 8601 format.
16958 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
16960         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16961         if it ever becomes used.
16962         (log-edit-mode-hook): Default to vc-log-mode-hook.
16963         (log-edit-mode): Fix the docstring.
16965         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16966         the code.
16968 2000-03-26  Dave Love  <fx@gnu.org>
16970         * net/browse-url.el (browse-url): Re-fix case of
16971         browse-url-browser-function being an alist.
16972         (browse-url): Add :link to defgroup.
16974         * files.el: Doc fixes.
16975         (file-truename): Include `[' in wildcard characters.
16976         (automount-dir-prefix): Customize.
16977         (find-file-wildcards): Add :version.
16978         (find-file-noselect): Simplify a mapcar call.
16980         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16981         compatible with inf-lisp version.
16982         (eval-defun-1): Fix custom-declare-variable case.
16984 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
16986         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16988 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
16990         * Makefile (COMPILE_FIRST): New macro.
16991         (compile-files): Compile files from COMPILE_FIRST first.
16993         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
16995         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16996         matching open parenthesis in column 0 to defun-prompt-regexp
16997         only if open-paren-in-column-0-is-defun-start is set.
16999         * sun-curs.el: Require CL at compile-time only.
17001         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17002         instead of copy-list which is a function from CL.
17003         (msb--choose-menu, msb--mode-menu-cond)
17004         (msb--create-buffer-menu-2): Use dolist instead of mapc.
17005         (msb--init-file-alist): Use mapcar instead of mapcan.
17006         (msb--aggregate-alist): Use mapcar instead of mapcan.
17007         Fix `(' in column 0 in doc string.
17008         (msb--add-separators): Use mapcar instead of mapcan.
17010         * cus-dep.el: Require CL at compile-time only.
17012 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
17014         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17015         (byte-compile-warnings): New warning `noruntime'.
17016         (byte-compile-constants, byte-compile-variables): Fix docstring.
17017         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17018         execute `eval-whenc-compile's body.
17019         (byte-compile-unresolved-functions): Fix docstring.
17020         (byte-compile-eval): New function.
17021         (byte-compile-callargs-warn): Check if the function will be available
17022         at runtime (via property `byte-compile-noruntime').
17023         (byte-compile-print-syms): New function.
17024         (byte-compile-warn-about-unresolved-functions): Also warn about
17025         `noruntime' functions (and use `byte-compile-print-syms').
17026         (byte-compile-file): Capitalize the message.
17028 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
17030         * mail/rmail.el (rmail-confirm-expunge): New user-option.
17031         (rmail-expunge): Ask for confirmation depending on the setting
17032         of rmail-confirm-expunge.
17034 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
17036         * Makefile (bootstrap-clean): If $(emacs) exists, build
17037         loaddefs.el first.  A loaddefs.el that's not up-to-date might
17038         cause a bootstrap failure because things don't autoload as expected.
17040 2000-03-23  Dave Love  <fx@gnu.org>
17042         * net/browse-url.el: Restore previous use of
17043         browse-url-maybe-new-window.
17045 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17047         * ps-print.el: Skip banner page fix.
17048         (ps-print-version): New version number (5.1.2).
17049         (ps-begin-file, ps-end-file, ps-generate): Code fix.
17051 2000-03-23  Dave Pearson  <davep@davep.org>
17053         * net/quickurl.el Changed the type of parameter passed to the
17054         function defined by `quickurl-format-function'. Before only the
17055         text of the URL was passed. Now the whole URL structure is passed
17056         and the function is responsible for extracting the parts it requires.
17057         Changed the default of `quickurl-format-function' accordingly.
17058         (quickurl-insert): Changed the `funcall' of
17059         `quickurl-format-function' to match the above change.
17060         (quickurl-list-insert): Changed the `url' case so that it makes
17061         use of `quickurl-format-function', previous to this the format was
17062         hard wired.
17064 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
17066         * startup.el: Change some spellings for the X Window System.
17068 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
17070         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17071         Clean up the code and the regexp and make sure the cursor is
17072         temporarily moved to the suspicious line while querying the user.
17074 2000-03-22  Jason Rumney  <jasonr@gnu.org>
17076         * w32-fns.el (w32-charset-info-alist): Initialize.
17078 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17080         * ps-print.el: N-up last page fix.
17081         (ps-print-version): New version number (5.1.1).
17082         (ps-end-file, ps-end-job, ps-generate): Code fix.
17084 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17086         * files.el (find-file-run-dired): Update docstring.
17087         (find-directory-functions): New hook.
17088         (find-file-noselect): Run find-directory-functions rather than
17089         calling dired directly.
17091         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17093         * pcvs.el: Add a minimal leading commentary.
17094         (cvs-make-cvs-buffer): Change the header part by removing the startup
17095         message and adding a `Module' entry.  Also replace the FOOTER and
17096         HEADER special fileinfos with the new support in ewoc for updating
17097         its own footer and header.
17098         (cvs-update-header): Update to use the header/footer of the ewoc.
17099         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17100         (cvs-is-within-p): New function.
17101         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17102         to only examine some subset of the buffers.
17104         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17105         `format' instead of our own ad-hoc functions.
17106         Remove HEADER and FOOTER cases, now handled in the EWOC.
17107         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17109         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17110         output to avoid scaring the user.
17111         (cvs-parse-table): Catch message for non-up-to-date commits.
17113         * pcvs-defs.el (cvs-startup-message): Remove.
17114         (cvs-global-menu): New autoloaded menu.
17116         * pcvs-util.el (cvs-string-fill): Remove.
17118         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17119         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17120         PP part of it and also make it work for footers and headers.
17121         (ewoc-create): Drop POS and BUFFER arguments.
17122         Use the DLL's dummy node to store the end-of-footer position.
17123         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17124         (ewoc-refresh): Remove unused `header' variable.
17125         (ewoc-(get|set)-hf): New functions.
17127         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17128         log-view-*-(message|file) and use easy-mmode-define-navigation.
17129         (log-view-message-re): Match SCCS format as well.
17130         And match the revision line rather than the dashed separator line.
17131         (log-view-mode): Use the new define-derived-mode.
17132         (log-view-current-tag): Fill in with an actual implementation.
17134         * cvs-status.el (cvs-status-(prev|next)): Rename from
17135         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17136         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17137         to let the output "breathe" a little more (more readable).
17138         (cvs-status-mode): Use the new define-derived-mode.
17140         * smerge-mode.el (smerge-auto-leave): New function and variable.
17141         (smerge-basic-map): Rename from smerge-basic-keymap.
17142         Change the bindings for smerge-diff-*.
17143         (smerge-*-map): Use easy-mmode-defmap.
17144         (smerge-(next|prev)): Use easy-mmode-define-navigation.
17145         (smerge-keep-*): Use smerge-auto-leave.
17147 2000-03-21  Jason Rumney  <jasonr@gnu.org>
17149         * cus-edit.el (custom-button-face): Use 3D look for w32.
17150         (custom-button-pressed-face): Likewise.
17152 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
17154         * progmodes/etags.el (tags-case-fold-search): New user-option.
17155         (tags-loop-eval): New function.  Bind case-fold-search around eval
17156         depending on the value of tags-case-fold-search.
17157         (tags-loop-continue): Use tags-loop-eval.
17158         (find-tag-in-order): Bind case-fold-search depending on the value
17159         of tags-case-fold-search.
17161 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
17163         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17164         (diff-end-of-hunk): Return the end position for use in
17165         `easy-mmode-define-navigation'.
17166         (diff-recenter): Remove.
17167         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17168         of `easy-mmode-define-navigation'.
17169         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17170         previous renaming) and fix to use new names.
17171         (diff-merge-strings): Use \n as separator: simpler, faster.
17172         (diff-mode): Use `define-derived-mode'.
17174         * derived.el (define-derived-mode): Don't autoload anymore.
17175         Prefer the macro-only version provided by easy-mmode.el.
17177         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17178         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
17179         (easy-mmode-define-navigation): New macro.
17181         * subr.el (combine-run-hooks): New function.
17183 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
17185         * term/x-win.el: Fontsets related initialization is simplified.
17187         * international/mule-diag.el (describe-font): Don't refer to
17188         global-fontset-alist, instead call font-list.
17189         (describe-fontset, list-fontsets, mule-diag): Likewise.
17190         (print-fontset): Adjusted for the change of fontset implementation.
17192         * international/fontset.el (x-charset-registries): Variable removed,
17193         instead the corresponding data is stored in the default fontset.
17194         (register-alternate-fontnames): Function removed.
17195         (resolved-ascii-font): Variable removed.
17196         (x-compose-font-name): Ignore the second argument REDOCE.
17197         (x-complement-fontset-spec): Complement only an ASCII font and
17198         element for those charsets than can use that ASCII font.
17199         (generate-fontset-menu): Don't refer to global-fontset-alist,
17200         instead call fontset-list.
17201         (uninstantiated-fontset-alist): Variable removed.
17202         (x-style-funcs-alist): Likewise.
17203         (fontset-default-styles): Likewise.
17204         (x-modify-font-name): Function removed.
17205         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17206         (create-fontset-from-ascii-font): Docsting adjusted for the above
17207         change.
17208         (instantiate-fontset, resolve-fontset-name): Functions removed.
17209         (fontset-list): Now implemented by C code.
17211         * faces.el (read-face-font): Fix TABLE arg to completing-read.
17212         (describe-face): Include `font' attribute in the description.
17214 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
17216         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17218 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
17220         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17221         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17222         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17224         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17225         about behavior of set-buffer-modified-p wrt redisplay.
17227 2000-03-19  Richard M. Stallman  <rms@gnu.org>
17229         * view.el (view-mode-disable): Kill local binding of view-read-only.
17231 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
17233         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17234         is a string, convert it to a syntax cell using string-to-syntax.
17236         * simple.el (syntax-code-table, syntax-flag-table): New variables.
17237         (string-to-syntax): New function.
17239         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17240         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17241         try to use passive ftp mode.
17243 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
17245         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17247         * simple.el (append-to-buffer): Update point of windows after
17248         insertion.
17250         * abbrev.el (inverse-add-abbrev): Identify word by first moving
17251         forward then moving backward.  Reindent.
17253         * frame.el (other-frame): Call x-focus-frame only if
17254         focus-follows-mouse is off.
17256 2000-03-17  Dave Love  <fx@gnu.org>
17258         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17260 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
17262         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17263         regexp for labels cannot span several lines.
17265         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17266         `(setq :<key> ':<key>)' to the macro expansion.
17268 2000-03-16  Dave Love  <fx@gnu.org>
17270         * progmodes/f90.el (f90): Put custom group under `languages', not
17271         `fortran'.
17272         (f90-mode-hook): Customize.
17273         (f90-mode): Set add-log-current-defun-function.
17274         (f90-current-defun): New function.
17276 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
17278         * cus-edit.el (custom-variable-tag-face): Handle case that
17279         default face's height is not a number.
17280         (custom-face-tag-face, custom-group-tag-face-1)
17281         (custom-group-tag-face): Ditto.
17282         (custom-group-tag-face-1): Add :group.
17284         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17286 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
17288         * pcvs-defs.el (toplevel): Remove autoload cookie for form
17289         requiring easymenu.
17291 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
17293         * ps-print.el: PostScript user-defined prologue, PostScript error
17294         handler, doc fix.
17295         (ps-print-version): New version number (5.1).
17296         (ps-user-defined-prologue, ps-error-handler-message)
17297         (ps-print-prologue-0, ps-error-handler-alist): New vars.
17298         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17299         (ps-insert-string): New function.
17301 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
17303         * international/ccl.el (ccl-compile-expression): Don't generate
17304         invalid self-assignment code.
17306 2000-03-14  Dave Love  <fx@gnu.org>
17308         * subr.el (replace-regexp-in-string): Renamed from
17309         replace-regexps-in-string.  Doc fix.
17311 2000-03-12  Dave Love  <fx@gnu.org>
17313         * cus-edit.el: Doc fixes.
17314         (customize-set-variable, customize-save-variable): Rename args for doc.
17315         (custom-variable-tag-face, custom-face-tag-face)
17316         (custom-group-tag-face-1, custom-group-tag-face): Modify from
17317         style which user identify as hyperlink.
17318         (hook): Don't add undefined functions to the hook.
17319         (debug-ignored-errors): Transfer message from bindings.el.
17321 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17323         * recentf.el (recentf-keep-non-readable-files-p):
17324         Remove double/nested definition.
17326 2000-03-12  Dave Love  <fx@gnu.org>
17328         * facemenu.el (facemenu-get-face): Use display-color-p.
17329         * enriched.el (enriched-decode-foreground): Likewise.
17330         (enriched-decode-background): Likewise.
17331         * isearch.el (isearch-highlight): Likewise.
17332         * info-look.el (info-lookup): Likewise.
17333         * simple.el (completion-setup-function): Likewise.
17335         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17336         :options.
17338         * bindings.el (mode-line-format): Fix line-number and
17339         column-number items.  Add help-echo for the background.
17340         (mode-line-mule-info): Modify help-echo.
17342         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17344         * files.el (load-file): Allow completion to .elc.
17346         * man.el: Doc fixes.
17347         (Man-init-defvars): Use display-color-p to set fontification.
17349         * play/hanoi.el (hanoi-internal): Don't use oddp.
17351 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
17353         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17355         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17357 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17359         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17360         Fix comment.
17362 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
17364         * font-lock.el (font-lock-keywords): Fix the doc now that
17365         regexp-opt-depth is unnecessary.
17366         (save-buffer-state): Set an edebug spec.
17367         (font-lock-fontify-anchored-keywords): Properly handle the case when
17368         the matcher goes past the limit.
17370         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17371         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17373         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
17374         dll.el and cookie.el (from Elib) with heavy renaming and other
17375         massaging.
17377         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17378         Autoload the functions used.
17379         (easy-mmode-define-syntax): Fix CL typo.
17380         (easy-mmode-define-derived-mode): Improve the docstring generation.
17382 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
17384         * textmodes/texinfo.el (texinfo-version): Variable and function
17385         removed.
17387 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
17389         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17390         allow more flexibility.
17391         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17392         (easy-mmode-defmap, easy-mmode-defsyntax)
17393         (easy-mmode-define-derived-mode): New macros.
17395 2000-03-09  Didier Verna  <didier@xemacs.org>
17397         * rect.el (replace-rectangle): New function.
17399 2000-03-09  Dave Love  <fx@gnu.org>
17401         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17402         (fortran-comment-line-start-skip): Don't match cpp stuff.
17403         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
17404         (fortran-mode-map): Remove over-eager custom-menu-create for now.
17405         (fortran-mode): Don't set fortran-comment-line-start-skip,
17406         fortran-comment-line-start here.  Set comment-start,
17407         add-log-current-defun.
17408         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17409         (fortran-current-defun): New function.
17411 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
17413         * emacs-lisp/re-builder.el: New file.
17415         * mouse.el (mouse-drag-region): Don't run up-event handler
17416         if hscroll has changed.
17418         * octave-mod.el (octave-font-lock-keywords): To font-lock the
17419         builtin operators, use `font-lock-builtin-face' for Emacs and
17420         `font-lock-preprocessor-face' otherwise.
17422         * font-lock.el (lisp-font-lock-keywords-1): Highlight
17423         `(defun (setf foo)' differently.
17425 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
17427         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17428         (regexp-opt): Update comment and adapt the code the new meaning of
17429         the `paren' argument of regex-opt-group for shy-groups.
17430         (regexp-opt-depth): Handle shy groups as well as backslashed
17431         backslashes.
17432         (regexp-opt-group): Turn the leading comment into a docstring.
17433         Allow `paren' to be a string (the string to use to open a group).
17434         Remove open-presuf and close-presuf.  Instead of checking for `all
17435         one-char' and then later on check for `several one-char', handle
17436         both cases close together.  Also apply a more generic algorithm
17437         for suffixes (the mirror image of the algorithm used for
17438         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
17439         (regexp-opt-try-suffix): Removed.
17441         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17442         from comint-mode-map, so we can just inherit from it.  Also, move
17443         the initialization into the `defvar' since there's no docstring
17444         anyway and it's fairly short.
17445         (inferior-scheme-mode): Define it as derived-mode: the code is
17446         shorter and this way we inherit from comint-mode-map rather than
17447         copying it.
17449         * subr.el (replace-regexps-in-string): Properly handle the case
17450         where we match an empty string.
17452         * comint.el (comint-exec-1): Add the current-dir to the exec-path
17453         when the command has a directory component (such as "./testml").
17454         Also fix a typo in the comment.
17456 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
17458         * Makefile (compile-files): Compile files one by one because
17459         that's the only way to ensure a clean compilation environment for
17460         each individual file.
17462         * frame.el (other-frame): Call x-focus-frame.
17464 2000-03-07  Dave Love  <fx@gnu.org>
17466         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17467         :require to defcustom.
17469         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17471         * files.el (auto-mode-alist): Add configure.in.
17473         * progmodes/autoconf.el: New file.
17475 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
17477         * mail/mh-e.el: Change maintainer to `none'.
17479         * recentf.el (recentf-keep-non-readable-files-p): Quote args
17480         to remove-hook and add-hook.
17482 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
17484         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17485         it as the default.
17486         (mail-send): Test mail-send-nonascii also for the new `mime' value.
17487         (sendmail-send-it): Conditionally add MIME headers specifying the
17488         used character set.
17490 2000-03-07  Dave Love  <fx@gnu.org>
17492         * winner.el: Fix keywords, autoload cookies.
17493         Split eval-when-compile form to avoid compilation failure.
17495 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
17497         * international/mule.el: Modify comment about coding system
17498         property `coding-category'.
17499         (make-coding-system): New argument EOL-TYPE.  Pay attention to
17500         coding-category property of PROPERTIES.
17502         * international/mule-conf.el (coding-category-utf-8)
17503         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17504         categories.  Include them in the argument for set-coding-priority.
17506         * international/mule-cmds.el (reset-language-environment):
17507         Include coding-category-utf-8, coding-category-utf-16-be, and
17508         coding-category-utf-16-le in the argument for set-coding-priority.
17509         (reset-language-environment): Initialize coding-category-utf-8,
17510         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17512 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
17514         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17515         code abstracted out of `bookmark-jump-noselect'.  Now tries info
17516         extensions as well as compression extensions.
17517         (bookmark-jump-noselect): Use above new func.
17519 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
17521         * strokes.el: Change maintainer's mail address.
17523 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
17525         * international/mule-diag.el (list-character-sets): Make help-echo
17526         string by substitute-command-keys.
17527         (list-character-sets): Likewise.
17528         (sort-listed-character-sets): Call help-setup-xref.
17530 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17532         * time.el (display-time-mail-file): Add `none' to the list of choices.
17534 2000-03-01  Dave Love  <fx@gnu.org>
17536         * help.el (help-xref-go-back): Don't try to set position.
17538         * international/mule-diag.el (list-character-sets):
17539         Call help-setup-xref.  Add help-echo to xrefs.
17540         (list-character-sets-1): Add help-echo to xrefs.
17542 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
17544         * frame.el (blink-cursor-mode): Switch cursor on when turning
17545         the mode off.
17547         * add-log.el (add-log-current-defun): Add support for
17548         Autoconf mode.
17550         * mail/rmail.el (rmail-quit-hook): New variable.
17552 2000-03-01  Dave Love  <fx@gnu.org>
17554         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17556         * help.el (help-xref-button): Add help-echo arg.
17557         (describe-function-1, describe-variable, help-make-xrefs): Use it.
17559         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17561         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17563 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
17565         * image.el (defimage): Look for image files in load-path.
17567         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17569 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17571         * recentf.el (recentf): Added version tag to the defgroup of recentf.
17573 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17575         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17576         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17577         action to select/unselect a file.
17578         (recentf-edit-list): Code cleanup and improvement.
17579         (recentf-open-more-files-action): `recentf-open-more-files' button
17580         widget action to open a file.
17581         (recentf-open-more-files): No more use standard completion but widgets.
17582         (recentf-more-collection): Deleted.
17583         (recentf-more-history): Deleted.
17584         (recentf-setup-more-completion): Deleted.
17586 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17588         * recentf.el (recentf-mode): No more needs that Emacs is running
17589         under a window-system.
17591 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17593         * recentf.el (recentf-edit-list): New command to edit the recent
17594         list which allow the user to remove files.
17595         (recentf-edit-selected-items): New global variable, used by
17596         `recentf-edit-list' to hold the list of files to be removed from
17597         the recent list.
17598         (recentf-make-menu-items): Updated to display a "Edit list..."
17599         menu item.  Minor code cleanup.
17601 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17603         * recentf.el (recentf-open-more-files): New command to open files
17604         that are not displayed in the menu.
17605         (recentf-more-collection): New global variable holding the set of
17606         permissible completions used by `recentf-open-more-files'.
17607         (recentf-more-history): New global variable holding the history list
17608         used by `recentf-open-more-files' completion.
17609         (recentf-setup-more-completion): New function to setup completion for
17610         `recentf-open-more-files'.
17611         (recentf-make-menu-items): Updated to display a "More..." menu item.
17613 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17615         * recentf.el (recentf-menu-action): Doc fixed.
17617 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
17619         * recentf.el (recentf-menu-filter): Doc updated.
17620         (recentf-update-menu-hook): Allow menu filters to force menu update.
17621         (recentf-make-menu-items): New menu filter handling.
17622         (recentf-make-menu-item): New helper function.
17623         (recentf-menu-elements): New menu handling function.
17624         (recentf-sort-ascending): Updated to new menu filter handling.
17625         (recentf-sort-descending): Updated to new menu filter handling.
17626         (recentf-sort-basenames-ascending): New menu filter function.
17627         (recentf-sort-basenames-descending): New menu filter function.
17628         (recentf-show-basenames): New menu filter function.
17629         (recentf-show-basenames-ascending): New menu filter function.
17630         (recentf-show-basenames-descending): New menu filter function.
17632 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17634         * diary-lib.el (list-diary-entries): Don't try to go forward at
17635         the end of the buffer.
17637 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
17639         * international/mule-diag.el (list-character-sets):
17640         Completely rewritten.
17641         (sort-listed-character-sets): New function.
17642         (list-character-sets-1): Completely rewritten.
17643         (list-character-sets-2): New function.
17644         (non-iso-charset-alist): New variable.
17645         (decode-codepage-char): New function.
17646         (charset-history): New variable.
17647         (read-charset) (list-block-of-chars)
17648         (list-iso-charset-chars)
17649         (list-non-iso-charset-chars)
17650         (list-charset-chars): New functions.
17651         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17652         (dump-charsets): Likewise.
17654 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
17656         * dired-x.el (dired-filename-at-point): Add `@' to valid
17657         file name characters.
17658         (dired-filename-at-point): Handle ange-ftp file names.
17660         * frame.el (frame-notice-user-settings): Use assq-delete-all
17661         instead of assoc-delete-all.
17662         (frame-notice-user-settings): Ditto.
17664         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17665         Don't copy alist.
17667 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
17669         * calculator.el (calculator-use-menu): New option.
17670         (calculator-initial-bindings): Changed some bindings to work as macros.
17671         (calculator-forced-input): Removed.
17672         (calculator-restart-other-mode): New variable.
17673         (calculator-mode-map): Set up menu.
17675 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
17677         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17679 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
17681         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17682         translate all ESC key sequences.
17683         (viper-goto-mark-subr): Restore markers for files for which
17684         they were saved.
17685         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17686         * viper-util.el (viper-set-replace-overlay-glyphs)
17687         (viper-set-replace-overlay): Always check if the replacement
17688         overlay is live.
17689         * viper.el (viper-vi-state-mode-list): Add major modes.
17690         * ediff-wind.el: Minor comment changes.
17691         * ediff.el: Copyright notice date fix.
17693 2000-02-27  Jason Rumney  <jasonr@gnu.org>
17695         * faces.el (face-font-family-alternatives): Add arial to helv.
17696         (mode-line, header-line, tool-bar): Same default as x for w32.
17697         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17698         face-font-family-alternatives from working.
17699         * term/w32-win.el (mouse-set-font): Do not build fontset from
17700         chosen font.
17702 2000-02-25  Sam Steingold  <sds@goems.com>
17704         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17705         properly.
17707 2000-02-25  Richard M. Stallman  <rms@gnu.org>
17709         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17711 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
17713         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17715         * frame.el (busy-cursor-delay-seconds): New option.
17717 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
17719         * frame.el (show-cursor-in-non-selected-windows): New option.
17721 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
17723         * diary-lib.el (include-other-diary-files): Undo the selective
17724         display in any included file and don't kill it.
17726 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
17728         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17729         Menu items converted to (menu-item format, help strings added.
17730         [downcase, upcase]: Don't enable on MS-DOS.
17731         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17732         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17734 2000-02-23  Dave Love  <fx@gnu.org>
17736         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17737         (backward-kill-word): Revert addition of * to interactive spec --
17738         it's a feature.
17740         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17741         (backward-kill-sentence, kill-sentence): Likewise.
17743         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17744         scratch buffer name.
17745         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
17747         * term/w32-win.el (internal-face-interactive): Update prompt for
17748         new read-face-name.
17750         * mail/footnote.el (footnote): Add :version to defgroup.
17751         (footnote-section-tag-regexp): Customize.
17752         (footnote-start-tag, footnote-end-tag): New option.
17753         (footnote-latin-regexp): New variable.
17754         (Footnote-latin): New function.
17755         (footnote-style-alist): Add element for latin style.
17756         (footnote-style): Moved.
17757         (Footnote-goto-footnote): Use eq to test arg.
17759         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17761         * emacs-lisp/byte-opt.el: Change old backquote syntax.
17762         (byte-compile-trueconstp): Include keywords.
17763         (byte-optimize-quote, byte-optimize-lapcode):
17764         Use byte-compile-const-symbol-p.
17765         (byte-optimize-char-before): New optimization.
17767         * emacs-lisp/bytecomp.el: Change old backquote syntax.
17768         (byte-compile-const-symbol-p): New function.
17769         (byte-compile-constp, byte-compile-out-toplevel)
17770         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17771         Use it.
17773         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
17775 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
17777         * international/encoded-kb.el: Be sure to update minor-mode-alist
17778         and minor-mode-map-alist.
17779         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17780         codes SS2 and SS3 correctly.
17781         (encoded-kbd-self-insert-ccl): New function.
17782         (encoded-kbd-setup-keymap): New function.
17783         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
17784         by calling encoded-kbd-setup-keymap.
17786         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17787         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
17789 2000-02-22  Dave Love  <fx@gnu.org>
17791         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
17792         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
17793         (lisp-mode-syntax-table): Set up for #|...|# comments.
17794         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
17795         classes.  Match `defface'.
17796         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17797         (eval-defun-1): Fix for defcustom.
17798         (lisp-indent-region): Doc fix.
17800         * subr.el (when, unless, split-string): Doc fix.
17801         (read-passwd): Move call of clear-this-command-keys to the right place.
17802         (replace-regexps-in-string): New function.
17804 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
17806         * help.el (describe-variable): Set syntax table to
17807         emacs-lisp-mode-syntax-table when moving forward over the
17808         symbol's name.
17810 2000-02-22  Dave Love  <fx@gnu.org>
17812         * xt-mouse.el: Doc fixes.
17813         (xterm-mouse-position-function): New function, replacing advice of
17814         mouse-position.
17815         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
17817         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17819 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
17821         * format.el (format-annotate-single-property-change):
17822         Handle properties.with dotted-list values.
17823         (format-proper-list-p): New function.
17825         * enriched.el (enriched-face-ans): Handle '(foreground-color
17826         . COLOR) and (background-color . COLOR).
17828 2000-02-20  Dave Love  <fx@gnu.org>
17830         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17831         and assignments to it.
17832         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17833         current local map.
17834         (make-flyspell-overlay): Use it.
17835         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17837         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17838         (lm-get-header-re): Defun, not defsubst.
17839         (lm-get-package-name): Defun, not defsubst.  Simplify.
17840         (lm-version): Doc fix.  Simplify.
17841         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17842         (lm-crack-address, lm-last-modified-date, lm-commentary)
17843         (lm-verify, lm-synopsis): Simplify.
17844         (lm-report-bug): Require emacsbug.  Use compose-mail.
17846 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
17848         * dired.el (dired-mode): Call propertized-buffer-identification
17849         to set mode-line-buffer-identification to something having
17850         the right text properties.
17852         * bindings.el (propertized-buffer-identification): New function.
17854 2000-02-20  Dave Love  <fx@gnu.org>
17856         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17857         check for t-mouse too.
17859         * cus-start.el: Make echo-keystrokes `number'.
17861 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
17863         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17864         Don't call ring-empty-p unless tags-location-ring is bound.
17865         From Noah Friedman <friedman@splode.com>.
17867 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
17869         * progmodes/hideshow.el (hs-flag-region): No longer use
17870         `intangible' overlay property.
17872         (hs-toggle-hiding): New command.
17873         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17875         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17876         Fix omission bug: Run `hs-minor-mode-hook' for both activation
17877         and deactivation.
17879 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
17881         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17883 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17885         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17887         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17888         of `*' to handle `(* ... *)' comments.
17890 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
17892         * faces.el (list-faces-display): Use display-mouse-p instead of
17893         window-system.
17895         * menu-bar.el (global-map): Menu-bar items converted to the new
17896         format (menu-item..., rearranged for better CUA compliance, and
17897         their names changed for better clarity.  Help strings added.
17899         * international/mule-cmds.el (mule-menu-keymap)
17900         (describe-language-environment-map, set-coding-system-map)
17901         (setup-language-environment-map): Convert to new (menu-item...
17902         form, add help strings.  Change names of menu items for better clarity.
17903         "Mule" menu-bar item removed (it's now in the "Options" submenu).
17905 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
17907         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17908         within the code.
17910 2000-02-16  Dave Love  <fx@gnu.org>
17912         * faces.el: Don't require custom.  Add more specific :groups to
17913         various deffaces.
17914         (set-face-attribute): Purecopy args.
17915         (read-face-name): Default to name at point and use it in prompt.
17916         Remove colon from arg in all callers.
17917         (list-faces-display): Hyperlink to face descriptions and customize
17918         buffers.
17920 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
17922         * wid-edit.el (widget-match-inline): An atom never matches a list.
17924 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17926         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17927         at ':' characters by call to split-string.
17929 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17931         * textmodes/bibtex.el: Added RCS version identification.
17933 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17935         * textmodes/bibtex.el: Some temporary comments removed.
17936         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
17937         (bibtex-field-const): Allow capital letters.
17938         (bibtex-start-of-string): Deleted because unused.
17940         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
17941         use the term 'reference' to describe a bibtex entry as a whole.
17942         Further, reference keys are no longer called 'labels'.
17943         (bibtex-keys): Renamed to bibtex-reference-keys.
17944         (bibtex-reformat-previous-labels): Renamed to
17945         bibtex-reformat-previous-reference-keys.
17946         (bibtex-reference-type): Renamed to bibtex-entry-type.
17947         (bibtex-reference-head): Renamed to bibtex-entry-head.
17948         (bibtex-reference-maybe-empty-head): Renamed to
17949         bibtex-entry-maybe-empty-head.
17950         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17951         (bibtex-search-reference): Renamed to bibtex-search-entry.
17952         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17953         bibtex-enclosing-entry-maybe-empty-head.
17954         (bibtex-entry-field-alist, bibtex-entry-head)
17955         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17956         (bibtex-map-entries, bibtex-search-entry)
17957         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17958         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17959         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17960         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17961         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17962         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17963         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17965 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
17967         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17968         comment.
17969         (bibtex-format-field-delimiters): New function, functionality
17970         extracted from bibtex-format-entry.
17971         (bibtex-autokey-get-yearfield-digits): New function, functionality
17972         extracted from bibtex-autokey-get-yearfield.
17974         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17975         entries in order to avoid stack overflow in the regexp matcher if
17976         field contents become large.
17977         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17978         (bibtex-field-string-part-not-braced)
17979         (bibtex-field-string-part-no-inner-braces)
17980         (bibtex-field-string-part-1-inner-brace)
17981         (bibtex-field-string-part-2-inner-braces)
17982         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17983         (bibtex-field-string-quoted, bibtex-field-string)
17984         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17985         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17986         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17987         Deleted as parsing is now performed by the following functions.
17988         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17989         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17990         (bibtex-parse-field-string, bibtex-search-forward-field-string)
17991         (bibtex-parse-association, bibtex-field-name-for-parsing)
17992         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17993         (bibtex-search-forward-field, bibtex-search-backward-field)
17994         (bibtex-start-of-field, bibtex-end-of-field)
17995         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17996         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17997         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17998         (bibtex-parse-string, bibtex-search-forward-string)
17999         (bibtex-search-backward-string, bibtex-start-of-string)
18000         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18001         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18002         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18003         entries.  Instead of reporting the results of the parsing by
18004         match-beginning or match-end, these functions return data structures
18005         that hold the corresponding positions.
18006         (bibtex-enclosing-field): Changed to also report field boundaries by
18007         return values rather than by match-beginning or match-end.
18008         The following functions have been adapted to use the new
18009         parsing functions.
18010         (bibtex-skip-to-valid-entry, bibtex-search-reference)
18011         (bibtex-enclosing-field, bibtex-format-entry)
18012         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18013         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18014         (bibtex-print-help-message, bibtex-end-of-entry)
18015         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18016         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18017         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18018         Use the new method for parsing.
18019         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18020         (bibtex-map-entries, bibtex-flash-head)
18021         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18022         (bibtex-autokey-change, bibtex-autokey-get-namefield)
18023         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18024         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18025         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18026         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18027         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18028         order to make the new binding of case-fold-search immediately visible.
18030 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18032         * textmodes/bibtex.el: Copyright notice is up to date.
18033         Added constant 'bibtex-maintainer-salutation.
18035         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18036         than make-temp-name, use match-string-no-properties and eliminate
18037         a quadratic behavior when building bibtex-strings.
18039         * bibtex.el (bibtex-reference-key): Accept string entries whose
18040         reference key contains upper case letters.
18042 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18044         * bibtex.el (bibtex-reference-head): Allow entries to start with
18045         a new line.
18047 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18049         * bibtex.el: Hiding of entry bodies is not longer provided by
18050         bibtex.el directly.  Instead the hideshow package can be used.
18051         Added a special bibtex entry to hs-special-modes-alist.
18052         (bibtex-hs-forward-sexp): Added for hideshow.el.
18054 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
18056         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18057         proceedings entry type (for cross referencing). Thanks to Wagner
18058         Toledo Correa for the suggestion.
18060         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18062 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
18064         * international/characters.el: Setup case table for Vietnamese.
18066 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
18068         * uniquify.el (toplevel): Require CL at compile time.
18069         (uniquify-push): Removed.
18071         * shadowfile.el (shadow-when): Removed.
18073         * tempo.el (tempo-dolist, tempo-mapc): Removed.
18074         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18076         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18077         regexp for paragraph-start.
18079         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18080         commas as well.
18082 2000-02-10  Dave Love  <fx@gnu.org>
18084         * wid-edit.el: (widgets) [defgroup]: Remove url link.
18085         (widget-color-choice-list, widget-color-history, widget-mouse-help):
18086         Deleted.
18087         (widget-specify-field, widget-specify-button): Don't use
18088         widget-mouse-help as help-echo property.
18089         (default): Use #'ignore for :validate and :mouse-down-action.
18090         (checkbox): Add help-echo.
18091         (widget-sexp-validate): Rewritten to clarify error messages.
18092         (character): Use char-valid-p in :match function.
18093         (widget-color-complete): Use facemenu-color-alist.
18094         (widget-color-action): Use facemenu-read-color.
18096         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
18097         set up `caar' &c that we now have.
18099 2000-02-09  Ray Blaak  <blaak@gnu.org>
18101         * delphi.el: Make resourcestring a declaration region, like const
18102         and var.
18104 2000-02-09  Dave Love  <fx@gnu.org>
18106         * bindings.el (mode-line-input-method-map): New variable.
18107         (mode-line-mule-info): Use it; fix last change.
18108         (mode-line-mode-menu): Move definition.
18109         (mode-line-mouse-sensitive-p): Deleted.
18110         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18111         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
18113         * startup.el (command-line-1): Don't call
18114         make-mode-line-mouse-sensitive.
18116 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
18118         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18119         before rmail-toggle-header, because the former toggles headers.
18121 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
18123         * diff-mode.el (diff-kill-junk): New interactive function.
18124         (diff-reverse-direction): Use delete-and-extract-region.
18125         (diff-post-command-hook): Restrict the area so that the hook also works
18126         outside of any diff hunk.  This is necessary for the minor-mode.
18127         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18128         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18130         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18131         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18132         so that it can be used more easily in <foo>-mode-hook.  Also make sure
18133         to avoid duplicate entries.
18134         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18135         (font-lock-remove-keywords): Just as was done for `add', allow it to
18136         work even if font-lock-mode is nil.  Also make sure we don't modify
18137         any pre-existing list by forcing a copy-sequence.  Finally rename
18138         `major-mode' to `mode'.
18139         (font-lock-fontify-syntactic-anchored-keywords)
18140         (font-lock-fontify-anchored-keywords)
18141         (font-lock-fontify-keywords-region): Use line-end-position.
18142         Don't make `font-lock-multiline' local (it's now done in
18143         font-lock-set-defaults).
18144         (font-lock-set-defaults): Make `font-lock-multiline' local.
18145         Move the `font-lock-fontified' creation to inside the `unless'.
18147 2000-02-06  Andrew Innes  <andrewi@gnu.org>
18149         * term/w32-win.el (x-handle-args): Comment out call to message,
18150         which occurs before window system is initialized.
18152         * makefile.nt: Add support for recompiling lisp code.
18154 2000-02-04  Dave Love  <fx@gnu.org>
18156         * bindings.el (mode-line-mule-info): Fix/extend last change.
18158         * completion.el: Replace completion-dolist with dolist.
18160         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18162 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
18164         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18165         environment names before they go into the section regexp.
18167         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18168         char class in regexp.
18170         * textmodes/reftex-parse.el (reftex-with-special-syntax):
18171         Bind `case-fold-search' to nil.
18173         * progmodes/idlwave.el (idlwave-template):
18174         Respect `idlwave-abbrev-change-case'.
18175         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18176         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18177         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18178         (idlwave-rw-case): New function.
18179         (idlwave-statement-match): Fixed problem with assignment regexp.
18180         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18181         (idlwave-surround): New argument LENGTH to support padding of
18182         operators longer than 1 char.
18184         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18185         idlwave-shell-expression-overlay.  Implemented printing of
18186         expressions on higher levels of the calling stack.
18187         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18188         (idlwave-retrieve-expression-from-level): New function.
18189         (idlwave-shell-last-calling-stack): Variable removed.
18190         (idlwave-shell-reset): Argument action reversed (`visible' to
18191         `hidden').  Also remove stop-line overlay.
18192         (idlwave-shell-calling-stack-routine): New variable.
18193         (idlwave-shell-parse-stack-and-display): Messages now display
18194         negative level numbers.
18195         (idlwave-shell-mode): Set `modeline-format'.
18196         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18197         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18198         (idlwave-shell-print-expression-function): New option.
18200         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18201         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18202         `tool-bar' instead of `toolbar'.
18204 2000-02-02  Dave Love  <fx@gnu.org>
18206         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18207         emacs-lisp-mode-hook.  Don't check for defalias being defined.
18209         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18210         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18211         Use the new builtins directly.
18213         * whitespace.el (whitespace): Add :version to defgroup.
18215         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18216         Doc fix.
18218         * thingatpt.el (sexp-at-point, symbol-at-point)
18219         (number-at-point, list-at-point): Add autoload cookie.
18221         * recentf.el (recentf): Add :version to defgroup.
18223         * quickurl.el (quickurl): Add :version to defgroup.
18225         * elide-head.el (elide-head): Use point-marker more.
18227         * bs.el (bs): Add :version to defgroup.
18229         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18231         * progmodes/delphi.el (delphi): Add :version to defgroup.
18233 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
18235         * ange-ftp.el (ange-ftp-write-region): Handle case that
18236         succeeding process operation sets a different coding system.
18238         * calculator.el: New file.
18240 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
18242         * frame.el (frames-on-display-list, framep-on-display): New functions.
18243         (display-mouse-p, display-popup-menus-p, display-graphic-p)
18244         (display-selections-p, display-screens, display-pixel-width)
18245         (display-pixel-height, display-mm-width, display-mm-height)
18246         (display-backing-store, display-save-under, display-planes)
18247         (display-color-cells, display-visual-class): New functions.
18249         * term/tty-colors.el (tty-color-gray-shades): New function.
18251         * faces.el (display-color-p): Use framep-on-display.
18252         (display-grayscale-p): New function.
18254 2000-01-31  Dave Love  <fx@gnu.org>
18256         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18257         (create-fontset-from-x-resource): Don't concat integers.
18259 2000-01-31  Inge Frick  <inge@nada.kth.se>
18261         * view.el: Some changes in documentation.  Removed some trailing
18262         whitespace. Changed some parameter names to agree with documentation.
18263         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18264         window is not deleted.  Modifies change 1998-04-26.
18266 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
18268         * windmove.el: New file.
18270         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18271         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18272         progmodes/ebnf-yac.el: Update copyright and license info.
18274         * jit-lock.el (jit-lock-function): Widen before calculating
18275         end position.
18276         (jit-lock-stealth-chunk-start): Rewritten.
18278         * info.el (Info-title-face-alist): Removed.
18279         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18280         (Info-fontify-node): Use these faces.
18282 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
18284         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18285         (cl-macro-list1): Recognize `&allow-other-keys' instead of
18286         `&allow-other-keywords'.
18288         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18289         the list of directories scanned heuristically.
18291         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18293 2000-01-30  Jason Rumney  <jasonr@gnu.org>
18295         * w32-fns.el: Define w32-tty-standard-colors.
18297         * startup.el (command-line): Use w32-tty-standard-colors when in
18298         w32 console mode.
18300 2000-01-30  Dave Love  <fx@gnu.org>
18302         * jka-compr.el (jka-compr-load): Fix up load-history.
18304         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18306         * emacs-lisp/cl-macs.el: Revert previous change.
18308 2000-01-29  Dave Love  <fx@gnu.org>
18310         * facemenu.el: Purecopy various strings.
18312         * timezone.el (timezone-fix-time): Window against 69 for two-digit
18313         years.  Deal with three-digit years.
18315         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18316         Use defconst, purecopy.
18317         (help-back-label): Purecopy it.
18319 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18321         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18322         variable. If non-nil, order the buffer list according to the
18323         currently selected frame.
18324         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18325         non-nil, pass the selected frame to function buffer-list.
18327 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18329         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18331 2000-01-28  Dave Love  <fx@gnu.org>
18333         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18335         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18336         Don't use lisp-indent-hook property.
18337         (cl-abs): Remove.
18339         * subr.el: Move out indent and edebug specs for when and unless.
18341         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18342         when, unless.
18344         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18345         unless, when.
18347 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
18349         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18350         `collecting' as synonym for `collect'.
18352         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18353         for the case it contains spaces.
18355         * simple.el (what-cursor-position): Change formatting of messages.
18357         * frame.el (delete-other-frames): New function.
18358         (toplevel): Bind it to C-x 5 1.
18360         * sort.el (sort-numeric-base): New option.
18361         (sort-numeric-fields): If number starts with `0' or `0[xX[',
18362         interpret it as octal or hexadecimal.  Use sort-numeric-base
18363         as default base.
18365         * progmodes/glasses.el: New file.
18367 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
18369         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18370         userids differently.
18372         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18373         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18374         progmodes/ebnf-yac.el: New files.
18376 2000-01-26  Dave Love  <fx@gnu.org>
18378         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18379         on a function with an empty body.  [From Eric Ludlam.]
18381 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
18383         * vc.el (vc-version-diff): Make sure file name is expanded.
18385 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
18387         * scroll-bar.el (scroll-bar-timer): Variable removed.
18388         (scroll-bar-toolkit-scroll): Don't use a timer.
18390 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
18392         * language/thai-util.el (thai-composition-function):
18393         Delete superfluous `a'.
18395 2000-01-24  Dave Love  <fx@gnu.org>
18397         * fortran.el (fortran-mode): Use beginning-of-defun-function,
18398         end-of-defun-function.
18400         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18402 2000-01-22  Jason Rumney  <jasonr@gnu.org>
18404         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18405         conflicts with new face support.
18407 2000-01-22  Richard M. Stallman  <rms@gnu.org>
18409         * replace.el (query-replace): Rename last arg to DELIMITED.
18410         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18411         (query-replace-regexp): Likewise.
18413 2000-01-20  Richard M. Stallman  <rms@gnu.org>
18415         * subr.el (with-syntax-table): Use make-symbol, not gensym.
18417         * emacs-lisp/lisp.el (beginning-of-defun-function):
18418         Variable renamed from beginning-of-defun.
18419         Do not call make-variable-buffer-local.
18420         (beginning-of-defun-raw): Use new variable name; doc fix.
18421         (beginning-of-defun): Doc fix.
18422         (end-of-defun-function): Variable renamed from end-of-defun.
18423         Do not call make-variable-buffer-local.
18424         (end-of-defun): Use new variable name; doc fix.
18426         * subr.el (dolist, dotimes): Copied from cl-macs.el
18427         and made to work.
18429         * mail/undigest.el (rmail-digest-end-regexps):
18430         Variable replaces rmail-digest-end-regexp.
18431         Allows multiple regexps for detecting the end line.
18432         (undigestify-rmail-message): Corresponding changes.
18434 2000-01-19  Dave Love  <fx@gnu.org>
18436         * files.el (user-init-file): Don't declare here -- is primitive.
18438         * startup.el (command-line): Check for compiled user-init-file and
18439         set to uncompiled version if necessary.
18441 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
18443         * mail/undigest.el (rmail-digest-end-regexp): New user option.
18444         (undigestify-rmail-message): Use it.
18446         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18448 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
18450         * tmm.el (tmm-goto-completions): Adapt to prompt being part
18451         of mini-buffer.
18453 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
18455         * emacs-lisp/copyright.el (copyright-update): Removed the
18456         requirement for a trailing space from `copyright-regexp', to
18457         support copyrights with owner specified on a separate line..
18459         * align.el: New file.
18461         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18463         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18465 2000-01-13  Dave Love  <fx@gnu.org>
18467         * ph.el: Removed.  (Obsoleted by EUDC.)
18469 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18471         * net/eudc.el (toplevel): Remove autoloaded code installing
18472         menu with easymenu, because that causes build problems.
18474         * frame.el (frame-notice-user-settings): New variable.
18475         (frame-notice-user-settings): Don't modify frame parameters
18476         if called a second time.
18478 2000-01-13  Richard M. Stallman  <rms@gnu.org>
18480         * frame.el (frame-notice-user-settings):
18481         Notice default-frame-parameters even for non-window frames.
18483 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
18485         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18486         for Emacs.
18487         (eudc-bob-can-display-inline-images): Extend for Emacs.
18488         (eudc-bob-toggle-inline-display): Ditto.
18489         (eudc-bob-display-jpeg): Ditto.
18491 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
18493         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18494         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18495         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18497         * add-log.el (add-change-log-entry): Fix error trying an
18498         `(insert nil)'.
18500         * subdirs.el: Add `net' directory.
18502         * net: New directory.
18504         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18505         eval-last-sexp.  Don't bind debug-on-error here.
18506         (eval-last-sexp): New function.  Bind debug-on-error if
18507         eval-expression-debug-on-error is non-nil.
18508         (eval-defun-2, eval-defun): Likewise.
18510         * simple.el (eval-expression): Don't bind debug-on-error if
18511         eval-expression-debug-on-error is nil.  Detect changed
18512         debug-on-error, and propagate new value to global binding, if
18513         eval-expression-debug-on-error is non-nil,
18514         (eval-expression-debug-on-error): Change doc string.
18516 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18518         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18520         * emacs-lisp/lisp-mode.el (with-syntax-table):
18521         Set up lisp-indent-function property.
18523         * subr.el (with-syntax-table): Moved from simple.el.
18525         * simple.el (with-syntax-table): Moved to subr.el.
18527 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
18529         * tmm.el (tmm-shortcut): Delete region after prompt instead
18530         of erasing buffer.
18532         * textmodes/fill.el (fill-common-string-prefix): New function.
18533         (fill-context-prefix): Use the longest common prefix of first
18534         and second line fill prefix, if there is one.
18536 2000-01-11  Richard M. Stallman  <rms@gnu.org>
18538         * array.el (array-mode): Don't use make-variable-buffer-local.
18539         Use make-local-variable for `truncate-lines'.
18541 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
18543         * add-log.el (add-log-current-defun): Handle user-defined
18544         add-log-current-function returning nil,
18546         * add-log.el (add-change-log-entry): Insert version number
18547         if having found a current function
18549         * add-log.el (add-log-current-defun):
18550         Call `add-log-current-defun-function'.  Try matches at level 0 and
18551         level 1.  Strip whitespace from defun found.
18553 2000-01-10  John Wiegley  <johnw@gnu.org>
18555         * allout.el (isearch-done/outline-provisions): Added `edit'
18556         argument to correspond with the current definition of `isearch-done'.
18558 2000-01-10  Dave Love  <fx@gnu.org>
18560         * elide-head.el (elide-head): Use point-marker, not point.
18562 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
18564         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18565         before and after the year 2000.
18567         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18568         Add ispell- prefix.
18570 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
18572         * ispell.el:  Only define dictionaries in menus when they exist.
18573         (version18p): New variable.
18574         (version20p): New variable.
18575         (xemacsp): New variable.
18576         (ispell-choices-win-default-height): Fix for XEmacs visibility.
18577         (ispell-dictionary-alist1): Added Brasileiro dictionary.
18578         (ispell-dictionary-alist6): Russian command lines no longer accept
18579         run-together words.
18580         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18581         (ispell-dictionary-alist): Add koi8-r to customize definition.
18582         (check-ispell-version): Added documentation string.  Return library
18583         path when called non-interactively.
18584         (ispell-menu-map-needed): Uses new variables.
18585         (ispell-library-path): New variable.
18586         (ispell-decode-string): XEmacs fix for bogus variable bindings.
18587         (ispell-word): Improved documentation string.  Test for valid
18588         character mappings.  Correctly check typed in word changes that can
18589         result in single words split into multiple words.
18590         Return replacement word.
18591         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
18592         replace in recursive query replace mode.  Help message for
18593         recursive edit mode.
18594         (ispell-show-choices): Protect against bad framepop bindings.
18595         (ispell-help): Fix to work with XEmacs.
18596         (ispell-highlight-spelling-error): Use new variables.
18597         (ispell-overlay-window): Fix to work with XEmacs.
18598         (ispell-parse-output): Passed and returns location information
18599         tracking spelling corrections.  Doesn't recheck same word on
18600         current line.
18601         (ispell-init-process): Protect against bogus XEmacs variable binding.
18602         Fix call to single argument in sleep-for.  Use new variables.
18603         (ispell-region): Passed and returns location information tracking
18604         spelling corrections.  Doesn't check same word on current line.
18605         Improved documentation string.  Doesn't resend a line already
18606         checked to the ispell process - fixes bug in LaTeX parsing.
18607         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18608         (ispell-skip-region): No longer skips <TT> in SGML.
18609         (ispell-process-line): Tracks location information with spelling
18610         corrections.  Added documentation string.  Accounts for words
18611         already accepted on this line.  Don't allow query-replace on line
18612         starting with math characters.  Doesn't resend a line already sent
18613         to ispell process.  Fixes alignment error bug.
18615 2000-01-10  Richard M. Stallman  <rms@gnu.org>
18617         * dired-x.el (dired-guess-shell-alist-default):
18618         Suggest xloadimage, which is free, not xv, which isn't.
18620         * ange-ftp.el (ange-ftp-file-name-nondirectory):
18621         Don't ever include the host name or user name in the value.
18623 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18625         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18626         of a real newline.
18628 2000-01-09  Stephen Eglen  <stephen@gnu.org>
18630         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18631         for .png files.
18633 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
18635         * cus-edit.el (custom-hook-convert-widget): Fix comment.
18637 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
18639         * progmodes/cperl-mode.el: Replace ^F with ^L.
18641         * sendmail.el (toplevel): Provide `sendmail' when compiling before
18642         `require'ing rmail and mailalias to prevent infinite recursion.
18644 2000-01-08  Dave Love  <fx@gnu.org>
18646         * emacs-lisp/backquote.el: Remove inappropriate customization
18647         (allowing custom.el to use backquote).
18649 2000-01-07  Dave Love  <fx@gnu.org>
18651         * add-log.el (add-log-debugging): Deleted.
18652         (add-change-log-entry): Treat a backup FILE-NAME as its parent
18653         file.  Remove debugging code.
18654         (change-log-get-method-definition, change-log-name): Add doc.
18655         (change-log-sortable-date-at): New function.
18656         (change-log-merge): New command.
18658         * time.el (display-time-string-forms): Make the Mail string active.
18659         (display-time-update): Provide help-echo for load average.
18661         * bindings.el (make-mode-line-mouse2-map): New function.
18662         (mode-line-modified): Use it and simplify.
18663         (mode-line-mule-info): Provide help-echo info.
18664         (minor-mode-alist): Activate the strings.
18665         (make-mode-line-mouse-sensitive): Simplify for
18666         mode-line-buffer-identification.
18668 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
18670         * play/pong.el: New file.
18672 2000-01-06  Dave Love  <fx@gnu.org>
18674         * array.el: Assorted cleanups for compiler warnings, doc strings,
18675         `array-' prefix for symbols.
18677 2000-01-05  Dave Love  <fx@gnu.org>
18679         * textmodes/outline.el (outline-mode-menu-bar-map):
18680         Add outline-headers-as-kill.
18681         (outline-mode): Define imenu-generic-expression.
18682         (outline-headers-as-kill): New command.
18684         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18685         from paragraph-start.
18686         (paragraph-indent-minor-mode): New command.
18688         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18689         M-C-e, M-C-h, C-j, C-xnd, TAB.
18690         (fortran-mode): Set beginning-of-defun, end-of-defun.
18691         (fortran-column-ruler): Simplify.
18692         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18693         (fortran-with-subprogram-narrowing): Likewise.
18694         (fortran-indent-subprogram): Call mark-defun.
18695         (fortran-check-for-matching-do): Change narrowing.
18697         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18698         (cl-lucid-hash-tag): Delete.
18699         (cl-hash-table-p): Correct test for native table.
18700         (cl-hash-table-count): Use hash-table-count.
18702         * browse-url.el (browse-url): Fix case of
18703         browse-url-browser-function being an alist.
18705 2000-01-05  Carsten Dominik  <cd@gnu.org>
18707         * textmodes/reftex-vars.el (reftex-parse-file-extension)
18708         (reftex-index-phrase-file-extension): New options.
18710         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18711         Use new option `reftex-index-phrase-file-extension'.
18713         * textmodes/reftex.el (reftex-access-parse-file): Use new option
18714         `reftex-parse-file-extension'.
18716 2000-01-05  Dave Love  <fx@gnu.org>
18718         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18719         (beginning-of-defun-raw): Use it.
18720         (end-of-defun): New variable.
18721         (end-of-defun): Use it.
18722         (check-parens): New command.
18724 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
18726         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18727         (hs-show-block): Don't use `mapcar' when not accumulating.
18729         Fix buglet in local variables initialization.
18731 2000-01-05  Andreas Schwab  <schwab@suse.de>
18733         * hscroll.el (hscroll): Doc fix.
18735 2000-01-05  Carsten Dominik  <cd@gnu.org>
18737         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18738         Require idlw-toolbar.
18740         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18741         file idlw-rinfo.el.
18742         (idlwave-customize): Load must read file idlw-shell.el.
18743         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18745 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
18747         * progmodes/idlw-shell.el: Also provide idlwave-shell
18748         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18749         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18751         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
18752         both reftex-dcr and reftex-vcr.
18754         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18756 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18758         * ps-print.el: PostScript code now is in separate files, doc fix.
18759         (ps-print-version): New version number (5.0.3).
18760         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18761         local.
18762         (ps-spool-config): Initialization fix.
18763         (ps-print-prologue-1, ps-print-prologue-2)
18764         (ps-print-duplex-feature): PostScript code moved to separated file.
18765         (ps-background-image): Little code reformating.
18766         (ps-begin-file, ps-begin-job): Fix code.
18767         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18768         (ps-prologue-file): New fun.
18770 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18772         * ps-vars.el: Eliminated.
18774         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18775         `;;;###autoload'.
18777         * ps-print.el: ps-vars eliminated, doc fix.
18778         (ps-print-version): New version number (5.0.2).
18779         (ps-spool-config): Initialization fix.
18780         (ps-print-customize): New fun.
18782 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
18784         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
18786 2000-01-04  Dave Love  <fx@gnu.org>
18788         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18789         menu items.
18791 2000-01-03  Dave Love  <fx@gnu.org>
18793         * elide-head.el (elide-head) [defgroup]: Add :version.
18795         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
18796         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18797         Use `cl-hash-table-p', not `hash-table-p'.
18798         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18800 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18802         * faces.el (face-read-integer, read-face-attribute)
18803         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
18805 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
18807         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18808         at comment end, and re-insert them after filling.
18810 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18812         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18813         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18814         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18816 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18818         * term/x-win.el (xw-defined-colors): Call color-supported-p,
18819         the new name of face-color-supported-p.
18821         * term/w32-win.el (xw-defined-colors): Likewise.
18823 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
18825         * simple.el (completion-setup-function): Count completion-size
18826         from minibuffer-prompt-end, not from point-min.
18828 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
18830         * faces.el (read-face-attribute, defined-colors, color-defined-p):
18831         Pass the frame to tty-color-* functions.
18832         (display-color-p, frame-set-background-mode): Pass the frame to
18833         tty-display-color-p.
18835         * term/tty-colors.el (tty-defined-color-alist): Renamed from
18836         tty-color-alist.
18837         (tty-color-alist, tty-modify-color-alist): New functions.
18838         (tty-color-define,  tty-color-clear, tty-color-approximate)
18839         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18840         optional parameter FRAME.
18842 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
18844         * image.el (create-image, defimage): Don't assume image data is
18845         a string.
18847         * image.el (defimage): Handle specifications containing :data
18848         instead of :file.
18849         (image-type-from-data): New function.
18850         (image-type-from-file-header): Use it.
18851         (create-image): Add parameter DATA-P.
18853 See ChangeLog.8 for earlier changes.
18855 ;; Local Variables:
18856 ;; coding: iso-2022-7bit
18857 ;; End: